CINXE.COM

Research and Innovation Rankings - Canada 2024

<!DOCTYPE html> <html lang="en-us" translate='no'> <head> <meta charset="utf-8" /> <title>Research and Innovation Rankings - Canada 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=&sector=&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="Research and Innovation Rankings - Canada 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='all'; var country='CAN'; 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+='&sector='+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 &rarr;</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&oacute;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='?country=CAN&area=all' data-code='all' class='dropdown-element dropselected'>All subject areas</a></li> <li><a href='?country=CAN&area=1100' data-code='1100' class='dropdown-element'>Agricultural and Biological Sciences </a></li> <li><a href='?country=CAN&area=1103' data-code='1103' class='dropdown-element'>>>&nbsp;Animal Science and Zoology</a></li> <li><a href='?country=CAN&area=1104' data-code='1104' class='dropdown-element'>>>&nbsp;Aquatic Science</a></li> <li><a href='?country=CAN&area=1105' data-code='1105' class='dropdown-element'>>>&nbsp;Ecology, Evolution, Behavior and Systematics</a></li> <li><a href='?country=CAN&area=1106' data-code='1106' class='dropdown-element'>>>&nbsp;Food Science</a></li> <li><a href='?country=CAN&area=1107' data-code='1107' class='dropdown-element'>>>&nbsp;Forestry</a></li> <li><a href='?country=CAN&area=1110' data-code='1110' class='dropdown-element'>>>&nbsp;Plant Science</a></li> <li><a href='?country=CAN&area=1111' data-code='1111' class='dropdown-element'>>>&nbsp;Soil Science</a></li> <li><a href='?country=CAN&area=1200' data-code='1200' class='dropdown-element'>Arts and Humanities </a></li> <li><a href='?country=CAN&area=1205' data-code='1205' class='dropdown-element'>>>&nbsp;Classics</a></li> <li><a href='?country=CAN&area=1202' data-code='1202' class='dropdown-element'>>>&nbsp;History</a></li> <li><a href='?country=CAN&area=1208' data-code='1208' class='dropdown-element'>>>&nbsp;Literature and Literary Theory</a></li> <li><a href='?country=CAN&area=1211' data-code='1211' class='dropdown-element'>>>&nbsp;Philosophy</a></li> <li><a href='?country=CAN&area=1212' data-code='1212' class='dropdown-element'>>>&nbsp;Religious Studies</a></li> <li><a href='?country=CAN&area=1300' data-code='1300' class='dropdown-element'>Biochemistry, Genetics and Molecular Biology </a></li> <li><a href='?country=CAN&area=1400' data-code='1400' class='dropdown-element'>Business, Management and Accounting </a></li> <li><a href='?country=CAN&area=1600' data-code='1600' class='dropdown-element'>Chemistry </a></li> <li><a href='?country=CAN&area=1700' data-code='1700' class='dropdown-element'>Computer Science </a></li> <li><a href='?country=CAN&area=3500' data-code='3500' class='dropdown-element'>Dentistry </a></li> <li><a href='?country=CAN&area=1900' data-code='1900' class='dropdown-element'>Earth and Planetary Sciences </a></li> <li><a href='?country=CAN&area=1902' data-code='1902' class='dropdown-element'>>>&nbsp;Atmospheric Science</a></li> <li><a href='?country=CAN&area=1907' data-code='1907' class='dropdown-element'>>>&nbsp;Geology</a></li> <li><a href='?country=CAN&area=1910' data-code='1910' class='dropdown-element'>>>&nbsp;Oceanography</a></li> <li><a href='?country=CAN&area=1911' data-code='1911' class='dropdown-element'>>>&nbsp;Paleontology</a></li> <li><a href='?country=CAN&area=1912' data-code='1912' class='dropdown-element'>>>&nbsp;Space and Planetary Science</a></li> <li><a href='?country=CAN&area=2000' data-code='2000' class='dropdown-element'>Economics, Econometrics and Finance </a></li> <li><a href='?country=CAN&area=2100' data-code='2100' class='dropdown-element'>Energy </a></li> <li><a href='?country=CAN&area=2200' data-code='2200' class='dropdown-element'>Engineering </a></li> <li><a href='?country=CAN&area=2202' data-code='2202' class='dropdown-element'>>>&nbsp;Aerospace Engineering</a></li> <li><a href='?country=CAN&area=2216' data-code='2216' class='dropdown-element'>>>&nbsp;Architecture</a></li> <li><a href='?country=CAN&area=2203' data-code='2203' class='dropdown-element'>>>&nbsp;Automotive Engineering</a></li> <li><a href='?country=CAN&area=2204' data-code='2204' class='dropdown-element'>>>&nbsp;Biomedical Engineering</a></li> <li><a href='?country=CAN&area=2215' data-code='2215' class='dropdown-element'>>>&nbsp;Building and Construction</a></li> <li><a href='?country=CAN&area=2205' data-code='2205' class='dropdown-element'>>>&nbsp;Civil and Structural Engineering</a></li> <li><a href='?country=CAN&area=2209' data-code='2209' class='dropdown-element'>>>&nbsp;Industrial and Manufacturing Engineering</a></li> <li><a href='?country=CAN&area=2210' data-code='2210' class='dropdown-element'>>>&nbsp;Mechanical Engineering</a></li> <li><a href='?country=CAN&area=2212' data-code='2212' class='dropdown-element'>>>&nbsp;Ocean Engineering</a></li> <li><a href='?country=CAN&area=2300' data-code='2300' class='dropdown-element'>Environmental Science </a></li> <li><a href='?country=CAN&area=2600' data-code='2600' class='dropdown-element'>Mathematics </a></li> <li><a href='?country=CAN&area=2700' data-code='2700' class='dropdown-element'>Medicine </a></li> <li><a href='?country=CAN&area=2702' data-code='2702' class='dropdown-element'>>>&nbsp;Anatomy</a></li> <li><a href='?country=CAN&area=2703' data-code='2703' class='dropdown-element'>>>&nbsp;Anesthesiology and Pain Medicine</a></li> <li><a href='?country=CAN&area=2705' data-code='2705' class='dropdown-element'>>>&nbsp;Cardiology and Cardiovascular Medicine</a></li> <li><a href='?country=CAN&area=2706' data-code='2706' class='dropdown-element'>>>&nbsp;Critical Care and Intensive Care Medicine</a></li> <li><a href='?country=CAN&area=2708' data-code='2708' class='dropdown-element'>>>&nbsp;Dermatology</a></li> <li><a href='?country=CAN&area=2713' data-code='2713' class='dropdown-element'>>>&nbsp;Epidemiology</a></li> <li><a href='?country=CAN&area=2715' data-code='2715' class='dropdown-element'>>>&nbsp;Gastroenterology</a></li> <li><a href='?country=CAN&area=2717' data-code='2717' class='dropdown-element'>>>&nbsp;Geriatrics and Gerontology</a></li> <li><a href='?country=CAN&area=2725' data-code='2725' class='dropdown-element'>>>&nbsp;Infectious Diseases</a></li> <li><a href='?country=CAN&area=2727' data-code='2727' class='dropdown-element'>>>&nbsp;Nephrology</a></li> <li><a href='?country=CAN&area=2729' data-code='2729' class='dropdown-element'>>>&nbsp;Obstetrics and Gynecology</a></li> <li><a href='?country=CAN&area=2730' data-code='2730' class='dropdown-element'>>>&nbsp;Oncology</a></li> <li><a href='?country=CAN&area=2731' data-code='2731' class='dropdown-element'>>>&nbsp;Ophthalmology</a></li> <li><a href='?country=CAN&area=2733' data-code='2733' class='dropdown-element'>>>&nbsp;Otorhinolaryngology</a></li> <li><a href='?country=CAN&area=2734' data-code='2734' class='dropdown-element'>>>&nbsp;Pathology and Forensic Medicine</a></li> <li><a href='?country=CAN&area=2735' data-code='2735' class='dropdown-element'>>>&nbsp;Pediatrics, Perinatology and Child Health</a></li> <li><a href='?country=CAN&area=2738' data-code='2738' class='dropdown-element'>>>&nbsp;Psychiatry and Mental Health</a></li> <li><a href='?country=CAN&area=2739' data-code='2739' class='dropdown-element'>>>&nbsp;Public Health, Environmental and Occupational Health</a></li> <li><a href='?country=CAN&area=2740' data-code='2740' class='dropdown-element'>>>&nbsp;Pulmonary and Respiratory Medicine</a></li> <li><a href='?country=CAN&area=2741' data-code='2741' class='dropdown-element'>>>&nbsp;Radiology, Nuclear Medicine and Imaging</a></li> <li><a href='?country=CAN&area=2745' data-code='2745' class='dropdown-element'>>>&nbsp;Rheumatology</a></li> <li><a href='?country=CAN&area=2746' data-code='2746' class='dropdown-element'>>>&nbsp;Surgery</a></li> <li><a href='?country=CAN&area=2748' data-code='2748' class='dropdown-element'>>>&nbsp;Urology</a></li> <li><a href='?country=CAN&area=3000' data-code='3000' class='dropdown-element'>Pharmacology, Toxicology and Pharmaceutics </a></li> <li><a href='?country=CAN&area=3100' data-code='3100' class='dropdown-element'>Physics and Astronomy </a></li> <li><a href='?country=CAN&area=3200' data-code='3200' class='dropdown-element'>Psychology </a></li> <li><a href='?country=CAN&area=3300' data-code='3300' class='dropdown-element'>Social Sciences </a></li> <li><a href='?country=CAN&area=3314' data-code='3314' class='dropdown-element'>>>&nbsp;Anthropology</a></li> <li><a href='?country=CAN&area=3315' data-code='3315' class='dropdown-element'>>>&nbsp;Communication</a></li> <li><a href='?country=CAN&area=3317' data-code='3317' class='dropdown-element'>>>&nbsp;Demography</a></li> <li><a href='?country=CAN&area=3304' data-code='3304' class='dropdown-element'>>>&nbsp;Education</a></li> <li><a href='?country=CAN&area=3318' data-code='3318' class='dropdown-element'>>>&nbsp;Gender Studies</a></li> <li><a href='?country=CAN&area=3305' data-code='3305' class='dropdown-element'>>>&nbsp;Geography, Planning and Development</a></li> <li><a href='?country=CAN&area=3308' data-code='3308' class='dropdown-element'>>>&nbsp;Law</a></li> <li><a href='?country=CAN&area=3309' data-code='3309' class='dropdown-element'>>>&nbsp;Library and Information Sciences</a></li> <li><a href='?country=CAN&area=3312' data-code='3312' class='dropdown-element'>>>&nbsp;Sociology and Political Science</a></li> <li><a href='?country=CAN&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='?country=CAN&ranking=' data-code='' class='dropdown-element dropselected'>Overall Rank</a></li> <li><a href='?country=CAN&ranking=Research' data-code='Research' class='dropdown-element'>Research Rank</a></li> <li><a href='?country=CAN&ranking=Innovation' data-code='Innovation' class='dropdown-element'>Innovation Rank</a></li> <li><a href='?country=CAN&ranking=Societal' data-code='Societal' class='dropdown-element'>Societal Rank</a></li> </ul> </div> <div class='dropdown'> <div class='dropdown_button'></div> <ul class='dropdown-options dropdown-element'> <li><a href='?country=CAN&sector=all' data-code='all' class='dropdown-element dropselected'>All sectors</a></li> <li><a href='?country=CAN&sector=Government' data-code='Government' class='dropdown-element'>Government</a></li> <li><a href='?country=CAN&sector=Health' data-code='Health' class='dropdown-element'>Health</a></li> <li><a href='?country=CAN&sector=Higher educ.' data-code='Higher educ.' class='dropdown-element'>Universities</a></li> <li><a href='?country=CAN&sector=Private' data-code='Private' class='dropdown-element'>Companies</a></li> <li><a href='?country=CAN&sector=Others' data-code='Others' class='dropdown-element'>Non-Profit</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'> <input type='text' value='' class='dropdown-input dropdown-element'/> <li><a href='?country=all' data-code='all' class='dropdown-element'>All regions and countries</a></li> <li class='dropseparator dropdown-element'>Regions</li> <li><a href='?country=Africa' data-code='Africa' class='dropdown-element'>Africa</a></li> <li><a href='?country=Asiatic Region' data-code='Asiatic Region' class='dropdown-element'>Asiatic Region</a></li> <li><a href='?country=Eastern Europe' data-code='Eastern Europe' class='dropdown-element'>Eastern Europe</a></li> <li><a href='?country=Latin America' data-code='Latin America' class='dropdown-element'>Latin America</a></li> <li><a href='?country=Middle East' data-code='Middle East' class='dropdown-element'>Middle East</a></li> <li><a href='?country=Northern America' data-code='Northern America' class='dropdown-element'>Northern America</a></li> <li><a href='?country=Pacific Region' data-code='Pacific Region' class='dropdown-element'>Pacific Region</a></li> <li><a href='?country=Western Europe' data-code='Western Europe' class='dropdown-element'>Western Europe</a></li> <li><a href='?country=ARAB COUNTRIES' data-code='ARAB COUNTRIES' class='dropdown-element'>ARAB COUNTRIES</a></li> <li><a href='?country=BRIICS' data-code='BRIICS' class='dropdown-element'>BRIICS</a></li> <li><a href='?country=EU-28' data-code='EU-28' class='dropdown-element'>EU-28</a></li> <li><a href='?country=IBEROAMERICA' data-code='IBEROAMERICA' class='dropdown-element'>IBEROAMERICA</a></li> <li><a href='?country=LANIC' data-code='LANIC' class='dropdown-element'>LANIC</a></li> <li><a href='?country=NORDIC COUNTRIES' data-code='NORDIC COUNTRIES' class='dropdown-element'>NORDIC COUNTRIES</a></li> <li><a href='?country=OECD' data-code='OECD' class='dropdown-element'>OECD</a></li> <li><a href='?country=AFG' data-code='AFG' class='dropdown-element'>Afghanistan</a></li> <li><a href='?country=ALB' data-code='ALB' class='dropdown-element'>Albania</a></li> <li><a href='?country=DZA' data-code='DZA' class='dropdown-element'>Algeria</a></li> <li><a href='?country=ARG' data-code='ARG' class='dropdown-element'>Argentina</a></li> <li><a href='?country=ARM' data-code='ARM' class='dropdown-element'>Armenia</a></li> <li><a href='?country=AUS' data-code='AUS' class='dropdown-element'>Australia</a></li> <li><a href='?country=AUT' data-code='AUT' class='dropdown-element'>Austria</a></li> <li><a href='?country=AZE' data-code='AZE' class='dropdown-element'>Azerbaijan</a></li> <li><a href='?country=BHR' data-code='BHR' class='dropdown-element'>Bahrain</a></li> <li><a href='?country=BGD' data-code='BGD' class='dropdown-element'>Bangladesh</a></li> <li><a href='?country=BRB' data-code='BRB' class='dropdown-element'>Barbados</a></li> <li><a href='?country=BLR' data-code='BLR' class='dropdown-element'>Belarus</a></li> <li><a href='?country=BEL' data-code='BEL' class='dropdown-element'>Belgium</a></li> <li><a href='?country=BEN' data-code='BEN' class='dropdown-element'>Benin</a></li> <li><a href='?country=BOL' data-code='BOL' class='dropdown-element'>Bolivia</a></li> <li><a href='?country=BIH' data-code='BIH' class='dropdown-element'>Bosnia and Herzegovina</a></li> <li><a href='?country=BWA' data-code='BWA' class='dropdown-element'>Botswana</a></li> <li><a href='?country=BRA' data-code='BRA' class='dropdown-element'>Brazil</a></li> <li><a href='?country=BRN' data-code='BRN' class='dropdown-element'>Brunei Darussalam</a></li> <li><a href='?country=BGR' data-code='BGR' class='dropdown-element'>Bulgaria</a></li> <li><a href='?country=BFA' data-code='BFA' class='dropdown-element'>Burkina Faso</a></li> <li><a href='?country=CMR' data-code='CMR' class='dropdown-element'>Cameroon</a></li> <li><a href='?country=CAN' data-code='CAN' class='dropdown-element dropselected'>Canada</a></li> <li><a href='?country=CHL' data-code='CHL' class='dropdown-element'>Chile</a></li> <li><a href='?country=CHN' data-code='CHN' class='dropdown-element'>China</a></li> <li><a href='?country=COL' data-code='COL' class='dropdown-element'>Colombia</a></li> <li><a href='?country=CRI' data-code='CRI' class='dropdown-element'>Costa Rica</a></li> <li><a href='?country=CIV' data-code='CIV' class='dropdown-element'>C么te d鈥橧voire</a></li> <li><a href='?country=HRV' data-code='HRV' class='dropdown-element'>Croatia</a></li> <li><a href='?country=CUB' data-code='CUB' class='dropdown-element'>Cuba</a></li> <li><a href='?country=CYP' data-code='CYP' class='dropdown-element'>Cyprus</a></li> <li><a href='?country=CZE' data-code='CZE' class='dropdown-element'>Czech Republic</a></li> <li><a href='?country=COD' data-code='COD' class='dropdown-element'>Democratic Republic Congo</a></li> <li><a href='?country=DNK' data-code='DNK' class='dropdown-element'>Denmark</a></li> <li><a href='?country=ECU' data-code='ECU' class='dropdown-element'>Ecuador</a></li> <li><a href='?country=EGY' data-code='EGY' class='dropdown-element'>Egypt</a></li> <li><a href='?country=EST' data-code='EST' class='dropdown-element'>Estonia</a></li> <li><a href='?country=ETH' data-code='ETH' class='dropdown-element'>Ethiopia</a></li> <li><a href='?country=FJI' data-code='FJI' class='dropdown-element'>Fiji</a></li> <li><a href='?country=FIN' data-code='FIN' class='dropdown-element'>Finland</a></li> <li><a href='?country=FRA' data-code='FRA' class='dropdown-element'>France</a></li> <li><a href='?country=GUF' data-code='GUF' class='dropdown-element'>French Guiana</a></li> <li><a href='?country=GMB' data-code='GMB' class='dropdown-element'>Gambia</a></li> <li><a href='?country=GEO' data-code='GEO' class='dropdown-element'>Georgia</a></li> <li><a href='?country=DEU' data-code='DEU' class='dropdown-element'>Germany</a></li> <li><a href='?country=GHA' data-code='GHA' class='dropdown-element'>Ghana</a></li> <li><a href='?country=GRC' data-code='GRC' class='dropdown-element'>Greece</a></li> <li><a href='?country=GRD' data-code='GRD' class='dropdown-element'>Grenada</a></li> <li><a href='?country=GLP' data-code='GLP' class='dropdown-element'>Guadeloupe</a></li> <li><a href='?country=HND' data-code='HND' class='dropdown-element'>Honduras</a></li> <li><a href='?country=HKG' data-code='HKG' class='dropdown-element'>Hong Kong</a></li> <li><a href='?country=HUN' data-code='HUN' class='dropdown-element'>Hungary</a></li> <li><a href='?country=ISL' data-code='ISL' class='dropdown-element'>Iceland</a></li> <li><a href='?country=IND' data-code='IND' class='dropdown-element'>India</a></li> <li><a href='?country=IDN' data-code='IDN' class='dropdown-element'>Indonesia</a></li> <li><a href='?country=IRN' data-code='IRN' class='dropdown-element'>Iran</a></li> <li><a href='?country=IRQ' data-code='IRQ' class='dropdown-element'>Iraq</a></li> <li><a href='?country=IRL' data-code='IRL' class='dropdown-element'>Ireland</a></li> <li><a href='?country=ISR' data-code='ISR' class='dropdown-element'>Israel</a></li> <li><a href='?country=ITA' data-code='ITA' class='dropdown-element'>Italy</a></li> <li><a href='?country=JAM' data-code='JAM' class='dropdown-element'>Jamaica</a></li> <li><a href='?country=JPN' data-code='JPN' class='dropdown-element'>Japan</a></li> <li><a href='?country=JOR' data-code='JOR' class='dropdown-element'>Jordan</a></li> <li><a href='?country=KAZ' data-code='KAZ' class='dropdown-element'>Kazakhstan</a></li> <li><a href='?country=KEN' data-code='KEN' class='dropdown-element'>Kenya</a></li> <li><a href='?country=XKX' data-code='XKX' class='dropdown-element'>Kosovo (UNMIK)</a></li> <li><a href='?country=KWT' data-code='KWT' class='dropdown-element'>Kuwait</a></li> <li><a href='?country=KGZ' data-code='KGZ' class='dropdown-element'>Kyrgyzstan</a></li> <li><a href='?country=LVA' data-code='LVA' class='dropdown-element'>Latvia</a></li> <li><a href='?country=LBN' data-code='LBN' class='dropdown-element'>Lebanon</a></li> <li><a href='?country=LBY' data-code='LBY' class='dropdown-element'>Libya</a></li> <li><a href='?country=LTU' data-code='LTU' class='dropdown-element'>Lithuania</a></li> <li><a href='?country=LUX' data-code='LUX' class='dropdown-element'>Luxembourg</a></li> <li><a href='?country=MAC' data-code='MAC' class='dropdown-element'>Macao</a></li> <li><a href='?country=MKD' data-code='MKD' class='dropdown-element'>Macedonia</a></li> <li><a href='?country=MDG' data-code='MDG' class='dropdown-element'>Madagascar</a></li> <li><a href='?country=MWI' data-code='MWI' class='dropdown-element'>Malawi</a></li> <li><a href='?country=MYS' data-code='MYS' class='dropdown-element'>Malaysia</a></li> <li><a href='?country=MLT' data-code='MLT' class='dropdown-element'>Malta</a></li> <li><a href='?country=MTQ' data-code='MTQ' class='dropdown-element'>Martinique</a></li> <li><a href='?country=MUS' data-code='MUS' class='dropdown-element'>Mauritius</a></li> <li><a href='?country=MEX' data-code='MEX' class='dropdown-element'>Mexico</a></li> <li><a href='?country=MDA' data-code='MDA' class='dropdown-element'>Moldova</a></li> <li><a href='?country=MNG' data-code='MNG' class='dropdown-element'>Mongolia</a></li> <li><a href='?country=MNE' data-code='MNE' class='dropdown-element'>Montenegro</a></li> <li><a href='?country=MAR' data-code='MAR' class='dropdown-element'>Morocco</a></li> <li><a href='?country=MOZ' data-code='MOZ' class='dropdown-element'>Mozambique</a></li> <li><a href='?country=MUL' data-code='MUL' class='dropdown-element'>Multinational</a></li> <li><a href='?country=MMR' data-code='MMR' class='dropdown-element'>Myanmar</a></li> <li><a href='?country=NAM' data-code='NAM' class='dropdown-element'>Namibia</a></li> <li><a href='?country=NPL' data-code='NPL' class='dropdown-element'>Nepal</a></li> <li><a href='?country=NLD' data-code='NLD' class='dropdown-element'>Netherlands</a></li> <li><a href='?country=NZL' data-code='NZL' class='dropdown-element'>New Zealand</a></li> <li><a href='?country=NGA' data-code='NGA' class='dropdown-element'>Nigeria</a></li> <li><a href='?country=PRK' data-code='PRK' class='dropdown-element'>North Korea</a></li> <li><a href='?country=NOR' data-code='NOR' class='dropdown-element'>Norway</a></li> <li><a href='?country=OMN' data-code='OMN' class='dropdown-element'>Oman</a></li> <li><a href='?country=PAK' data-code='PAK' class='dropdown-element'>Pakistan</a></li> <li><a href='?country=PSE' data-code='PSE' class='dropdown-element'>Palestine</a></li> <li><a href='?country=PAN' data-code='PAN' class='dropdown-element'>Panama</a></li> <li><a href='?country=PRY' data-code='PRY' class='dropdown-element'>Paraguay</a></li> <li><a href='?country=PER' data-code='PER' class='dropdown-element'>Peru</a></li> <li><a href='?country=PHL' data-code='PHL' class='dropdown-element'>Philippines</a></li> <li><a href='?country=POL' data-code='POL' class='dropdown-element'>Poland</a></li> <li><a href='?country=PRT' data-code='PRT' class='dropdown-element'>Portugal</a></li> <li><a href='?country=PRI' data-code='PRI' class='dropdown-element'>Puerto Rico</a></li> <li><a href='?country=QAT' data-code='QAT' class='dropdown-element'>Qatar</a></li> <li><a href='?country=REU' data-code='REU' class='dropdown-element'>Reunion</a></li> <li><a href='?country=ROU' data-code='ROU' class='dropdown-element'>Romania</a></li> <li><a href='?country=RUS' data-code='RUS' class='dropdown-element'>Russian Federation</a></li> <li><a href='?country=RWA' data-code='RWA' class='dropdown-element'>Rwanda</a></li> <li><a href='?country=KNA' data-code='KNA' class='dropdown-element'>Saint Kitts and Nevis</a></li> <li><a href='?country=SAU' data-code='SAU' class='dropdown-element'>Saudi Arabia</a></li> <li><a href='?country=SEN' data-code='SEN' class='dropdown-element'>Senegal</a></li> <li><a href='?country=SRB' data-code='SRB' class='dropdown-element'>Serbia</a></li> <li><a href='?country=SGP' data-code='SGP' class='dropdown-element'>Singapore</a></li> <li><a href='?country=SVK' data-code='SVK' class='dropdown-element'>Slovakia</a></li> <li><a href='?country=SVN' data-code='SVN' class='dropdown-element'>Slovenia</a></li> <li><a href='?country=ZAF' data-code='ZAF' class='dropdown-element'>South Africa</a></li> <li><a href='?country=KOR' data-code='KOR' class='dropdown-element'>South Korea</a></li> <li><a href='?country=ESP' data-code='ESP' class='dropdown-element'>Spain</a></li> <li><a href='?country=LKA' data-code='LKA' class='dropdown-element'>Sri Lanka</a></li> <li><a href='?country=SDN' data-code='SDN' class='dropdown-element'>Sudan</a></li> <li><a href='?country=SWE' data-code='SWE' class='dropdown-element'>Sweden</a></li> <li><a href='?country=CHE' data-code='CHE' class='dropdown-element'>Switzerland</a></li> <li><a href='?country=SYR' data-code='SYR' class='dropdown-element'>Syrian Arab Republic</a></li> <li><a href='?country=TWN' data-code='TWN' class='dropdown-element'>Taiwan</a></li> <li><a href='?country=TZA' data-code='TZA' class='dropdown-element'>Tanzania</a></li> <li><a href='?country=THA' data-code='THA' class='dropdown-element'>Thailand</a></li> <li><a href='?country=TGO' data-code='TGO' class='dropdown-element'>Togo</a></li> <li><a href='?country=TTO' data-code='TTO' class='dropdown-element'>Trinidad and Tobago</a></li> <li><a href='?country=TUN' data-code='TUN' class='dropdown-element'>Tunisia</a></li> <li><a href='?country=TUR' data-code='TUR' class='dropdown-element'>Turkey</a></li> <li><a href='?country=UGA' data-code='UGA' class='dropdown-element'>Uganda</a></li> <li><a href='?country=UKR' data-code='UKR' class='dropdown-element'>Ukraine</a></li> <li><a href='?country=ARE' data-code='ARE' class='dropdown-element'>United Arab Emirates</a></li> <li><a href='?country=GBR' data-code='GBR' class='dropdown-element'>United Kingdom</a></li> <li><a href='?country=USA' data-code='USA' class='dropdown-element'>United States</a></li> <li><a href='?country=URY' data-code='URY' class='dropdown-element'>Uruguay</a></li> <li><a href='?country=UZB' data-code='UZB' class='dropdown-element'>Uzbekistan</a></li> <li><a href='?country=VAT' data-code='VAT' class='dropdown-element'>Vatican City State</a></li> <li><a href='?country=VEN' data-code='VEN' class='dropdown-element'>Venezuela</a></li> <li><a href='?country=VNM' data-code='VNM' class='dropdown-element'>Viet Nam</a></li> <li><a href='?country=YEM' data-code='YEM' class='dropdown-element'>Yemen</a></li> <li><a href='?country=ZMB' data-code='ZMB' class='dropdown-element'>Zambia</a></li> <li><a href='?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='?country=CAN&year=2018' data-code='2018' class='dropdown-element dropselected'>2024</a></li> <li><a href='?country=CAN&year=2017' data-code='2017' class='dropdown-element'>2023</a></li> <li><a href='?country=CAN&year=2016' data-code='2016' class='dropdown-element'>2022</a></li> <li><a href='?country=CAN&year=2015' data-code='2015' class='dropdown-element'>2021</a></li> <li><a href='?country=CAN&year=2014' data-code='2014' class='dropdown-element'>2020</a></li> <li><a href='?country=CAN&year=2013' data-code='2013' class='dropdown-element'>2019</a></li> <li><a href='?country=CAN&year=2012' data-code='2012' class='dropdown-element'>2018</a></li> <li><a href='?country=CAN&year=2011' data-code='2011' class='dropdown-element'>2017</a></li> <li><a href='?country=CAN&year=2010' data-code='2010' class='dropdown-element'>2016</a></li> <li><a href='?country=CAN&year=2009' data-code='2009' class='dropdown-element'>2015</a></li> <li><a href='?country=CAN&year=2008' data-code='2008' class='dropdown-element'>2014</a></li> <li><a href='?country=CAN&year=2007' data-code='2007' class='dropdown-element'>2013</a></li> <li><a href='?country=CAN&year=2006' data-code='2006' class='dropdown-element'>2012</a></li> <li><a href='?country=CAN&year=2005' data-code='2005' class='dropdown-element'>2011</a></li> <li><a href='?country=CAN&year=2004' data-code='2004' class='dropdown-element'>2010</a></li> <li><a href='?country=CAN&year=2003' data-code='2003' class='dropdown-element'>2009</a></li> </ul> </div> <div id="tablewrapper"> <div id='rowsnumber'>149 ranked institutions<br /> &darr; select to compare <a rel='nofollow' class='downloaddata' target='_blank' href='getdata.php?ranking=Overall&area=&sector=&country=CAN&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='1089'></div></td><td class='ranknumber'>1 <span class='global_ranking'>(31)</span></td><td><a href='institution.php?idp=1089'>University of Toronto</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1089&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1089' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1108'></div></td><td class='ranknumber'>2 <span class='global_ranking'>(137)</span></td><td><a href='institution.php?idp=1108'>McGill University *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1108&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1108' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1011'></div></td><td class='ranknumber'>3 <span class='global_ranking'>(143)</span></td><td><a href='institution.php?idp=1011'>The University of British Columbia</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1011&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1011' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1001'></div></td><td class='ranknumber'>4 <span class='global_ranking'>(207)</span></td><td><a href='institution.php?idp=1001'>University of Alberta</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1001&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1001' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96148'></div></td><td class='ranknumber'>5 <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='1002'></div></td><td class='ranknumber'>6 <span class='global_ranking'>(299)</span></td><td><a href='institution.php?idp=1002'>University of Calgary *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1002&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1002' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='92039'></div></td><td class='ranknumber'>7 <span class='global_ranking'>(350)</span></td><td><a href='institution.php?idp=92039'>Vancouver Prostate Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=92039&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='92039' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1091'></div></td><td class='ranknumber'>8 <span class='global_ranking'>(365)</span></td><td><a href='institution.php?idp=1091'>University of Waterloo *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1091&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1091' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='61849'></div></td><td class='ranknumber'>9 <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='1070'></div></td><td class='ranknumber'>10 <span class='global_ranking'>(406)</span></td><td><a href='institution.php?idp=1070'>McMaster University *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1070&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1070' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42018'></div></td><td class='ranknumber'>11 <span class='global_ranking'>(416)</span></td><td><a href='institution.php?idp=42018'>University Health Network *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42018&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='42018' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='77288'></div></td><td class='ranknumber'>12 <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='1086'></div></td><td class='ranknumber'>13 <span class='global_ranking'>(560)</span></td><td><a href='institution.php?idp=1086'>University of Ottawa</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1086&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1086' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1092'></div></td><td class='ranknumber'>14 <span class='global_ranking'>(561)</span></td><td><a href='institution.php?idp=1092'>University of Western Ontario</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1092&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1092' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1110'></div></td><td class='ranknumber'>15 <span class='global_ranking'>(587)</span></td><td><a href='institution.php?idp=1110'>Universite de Montreal</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1110&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1110' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25607'></div></td><td class='ranknumber'>16 <span class='global_ranking'>(641)</span></td><td><a href='institution.php?idp=25607'>British Columbia Cancer Research Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25607&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25607' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25606'></div></td><td class='ranknumber'>17 <span class='global_ranking'>(698)</span></td><td><a href='institution.php?idp=25606'>British Columbia Cancer Agency *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25606&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25606' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1010'></div></td><td class='ranknumber'>18 <span class='global_ranking'>(763)</span></td><td><a href='institution.php?idp=1010'>Simon Fraser University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1010&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1010' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25707'></div></td><td class='ranknumber'>19 <span class='global_ranking'>(866)</span></td><td><a href='institution.php?idp=25707'>National Research Council Canada *</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=25707&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25707' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1029'></div></td><td class='ranknumber'>20 <span class='global_ranking'>(881)</span></td><td><a href='institution.php?idp=1029'>University of Manitoba</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1029&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1029' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1119'></div></td><td class='ranknumber'>21 <span class='global_ranking'>(890)</span></td><td><a href='institution.php?idp=1119'>Laval University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1119&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1119' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='71665'></div></td><td class='ranknumber'>22 <span class='global_ranking'>(892)</span></td><td><a href='institution.php?idp=71665'>Universite du Quebec en Quebec *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=71665&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='71665' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1049'></div></td><td class='ranknumber'>23 <span class='global_ranking'>(903)</span></td><td><a href='institution.php?idp=1049'>Dalhousie University *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1049&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1049' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59500'></div></td><td class='ranknumber'>24 <span class='global_ranking'>(962)</span></td><td><a href='institution.php?idp=59500'>Agriculture and Agri-Food Canada</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=59500&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='59500' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79121'></div></td><td class='ranknumber'>25 <span class='global_ranking'>(997)</span></td><td><a href='institution.php?idp=79121'>Princess Margaret Cancer Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=79121&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='79121' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42002'></div></td><td class='ranknumber'>26 <span class='global_ranking'>(1043)</span></td><td><a href='institution.php?idp=42002'>Hospital for Sick Children</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42002&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='42002' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1073'></div></td><td class='ranknumber'>27 <span class='global_ranking'>(1071)</span></td><td><a href='institution.php?idp=1073'>Queen's University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1073&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1073' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59502'></div></td><td class='ranknumber'>28 <span class='global_ranking'>(1103)</span></td><td><a href='institution.php?idp=59502'>McGill University Health Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=59502&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='59502' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1131'></div></td><td class='ranknumber'>29 <span class='global_ranking'>(1170)</span></td><td><a href='institution.php?idp=1131'>University of Saskatchewan</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1131&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1131' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79122'></div></td><td class='ranknumber'>30 <span class='global_ranking'>(1182)</span></td><td><a href='institution.php?idp=79122'>Toronto Western Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=79122&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='79122' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1084'></div></td><td class='ranknumber'>31 <span class='global_ranking'>(1211)</span></td><td><a href='institution.php?idp=1084'>University of Guelph</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1084&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1084' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1097'></div></td><td class='ranknumber'>32 <span class='global_ranking'>(1238)</span></td><td><a href='institution.php?idp=1097'>York University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1097&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1097' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1017'></div></td><td class='ranknumber'>33 <span class='global_ranking'>(1278)</span></td><td><a href='institution.php?idp=1017'>University of Victoria</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1017&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1017' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42013'></div></td><td class='ranknumber'>34 <span class='global_ranking'>(1338)</span></td><td><a href='institution.php?idp=42013'>St Michaels Hospital Toronto</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42013&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='42013' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1102'></div></td><td class='ranknumber'>35 <span class='global_ranking'>(1397)</span></td><td><a href='institution.php?idp=1102'>Concordia University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1102&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1102' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59501'></div></td><td class='ranknumber'>36 <span class='global_ranking'>(1454)</span></td><td><a href='institution.php?idp=59501'>Environment Canada</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=59501&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='59501' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1111'></div></td><td class='ranknumber'>37 <span class='global_ranking'>(1475)</span></td><td><a href='institution.php?idp=1111'>Sherbrooke University *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1111&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1111' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42004'></div></td><td class='ranknumber'>38 <span class='global_ranking'>(1501)</span></td><td><a href='institution.php?idp=42004'>Mount Sinai Hospital Joseph and Wolf Lebovic Health Complex</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42004&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='42004' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25738'></div></td><td class='ranknumber'>39 <span class='global_ranking'>(1531)</span></td><td><a href='institution.php?idp=25738'>Sunnybrook Health Sciences Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25738&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25738' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1060'></div></td><td class='ranknumber'>40 <span class='global_ranking'>(1583)</span></td><td><a href='institution.php?idp=1060'>Carleton University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1060&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1060' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67726'></div></td><td class='ranknumber'>41 <span class='global_ranking'>(1640)</span></td><td><a href='institution.php?idp=67726'>Public Health Agency of Canada</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=67726&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67726' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41979'></div></td><td class='ranknumber'>42 <span class='global_ranking'>(1707)</span></td><td><a href='institution.php?idp=41979'>The Ottawa Hospital *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41979&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='41979' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59525'></div></td><td class='ranknumber'>43 <span class='global_ranking'>(1708)</span></td><td><a href='institution.php?idp=59525'> Centre Hospitalier de l'Universite de Montreal</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=59525&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='59525' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96158'></div></td><td class='ranknumber'>44 <span class='global_ranking'>(1761)</span></td><td><a href='institution.php?idp=96158'>Montreal Neurological Institute and Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=96158&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96158' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42069'></div></td><td class='ranknumber'>45 <span class='global_ranking'>(1811)</span></td><td><a href='institution.php?idp=42069'>Centre Hospitalier Universitaire de Quebec</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42069&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='42069' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='69330'></div></td><td class='ranknumber'>46 <span class='global_ranking'>(1871)</span></td><td><a href='institution.php?idp=69330'>Population Health Research Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=69330&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='69330' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42065'></div></td><td class='ranknumber'>47 <span class='global_ranking'>(1900)</span></td><td><a href='institution.php?idp=42065'>Sir Mortimer B. Davis Jewish General Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42065&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='42065' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1043'></div></td><td class='ranknumber'>48 <span class='global_ranking'>(1906)</span></td><td><a href='institution.php?idp=1043'>Memorial University of Newfoundland</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1043&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1043' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='81274'></div></td><td class='ranknumber'>49 <span class='global_ranking'>(1974)</span></td><td><a href='institution.php?idp=81274'>Public Health Ontario</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=81274&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='81274' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='73230'></div></td><td class='ranknumber'>50 <span class='global_ranking'>(1981)</span></td><td><a href='institution.php?idp=73230'>Montreal Heart Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=73230&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='73230' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='73229'></div></td><td class='ranknumber'>51 <span class='global_ranking'>(1985)</span></td><td><a href='institution.php?idp=73229'>Ecole Polytechnique de Montreal</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=73229&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='73229' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25717'></div></td><td class='ranknumber'>52 <span class='global_ranking'>(1999)</span></td><td><a href='institution.php?idp=25717'>Ottawa Hospital Research Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25717&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25717' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25719'></div></td><td class='ranknumber'>53 <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='25620'></div></td><td class='ranknumber'>54 <span class='global_ranking'>(2075)</span></td><td><a href='institution.php?idp=25620'>Cancercare Manitoba</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25620&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25620' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41759'></div></td><td class='ranknumber'>55 <span class='global_ranking'>(2081)</span></td><td><a href='institution.php?idp=41759'>BC Children's Hospital and Sunny Hill Health Centre for Children Vancouver</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41759&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='41759' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1114'></div></td><td class='ranknumber'>56 <span class='global_ranking'>(2082)</span></td><td><a href='institution.php?idp=1114'>Universite du Quebec en Montreal</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1114&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1114' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67887'></div></td><td class='ranknumber'>57 <span class='global_ranking'>(2181)</span></td><td><a href='institution.php?idp=67887'>British Columbia Centre for Disease Control</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=67887&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67887' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41939'></div></td><td class='ranknumber'>58 <span class='global_ranking'>(2192)</span></td><td><a href='institution.php?idp=41939'>Hamilton Health Sciences *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41939&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='41939' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67312'></div></td><td class='ranknumber'>59 <span class='global_ranking'>(2220)</span></td><td><a href='institution.php?idp=67312'>Alberta Health Services *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=67312&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67312' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1100'></div></td><td class='ranknumber'>60 <span class='global_ranking'>(2258)</span></td><td><a href='institution.php?idp=1100'>Ecole de Technologie Superieure</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1100&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1100' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96248'></div></td><td class='ranknumber'>61 <span class='global_ranking'>(2274)</span></td><td><a href='institution.php?idp=96248'>Libin Cardiovascular Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=96248&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96248' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79123'></div></td><td class='ranknumber'>62 <span class='global_ranking'>(2277)</span></td><td><a href='institution.php?idp=79123'>Toronto General Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=79123&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='79123' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59503'></div></td><td class='ranknumber'>63 <span class='global_ranking'>(2545)</span></td><td><a href='institution.php?idp=59503'>Natural Resources Canada</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=59503&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='59503' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41981'></div></td><td class='ranknumber'>64 <span class='global_ranking'>(2557)</span></td><td><a href='institution.php?idp=41981'>University of Ottawa Heart Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41981&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41981' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25722'></div></td><td class='ranknumber'>65 <span class='global_ranking'>(2559)</span></td><td><a href='institution.php?idp=25722'>Robarts Research Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25722&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25722' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1039'></div></td><td class='ranknumber'>66 <span class='global_ranking'>(2570)</span></td><td><a href='institution.php?idp=1039'>University of New Brunswick</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1039&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1039' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94506'></div></td><td class='ranknumber'>67 <span class='global_ranking'>(2624)</span></td><td><a href='institution.php?idp=94506'>Nova Scotia Health Authority *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=94506&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94506' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25694'></div></td><td class='ranknumber'>68 <span class='global_ranking'>(2694)</span></td><td><a href='institution.php?idp=25694'>Lawson Health Research Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25694&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25694' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41889'></div></td><td class='ranknumber'>69 <span class='global_ranking'>(2740)</span></td><td><a href='institution.php?idp=41889'>IWK Health Centre *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41889&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41889' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41773'></div></td><td class='ranknumber'>70 <span class='global_ranking'>(2749)</span></td><td><a href='institution.php?idp=41773'>Vancouver Coastal Health</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41773&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41773' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1077'></div></td><td class='ranknumber'>71 <span class='global_ranking'>(2808)</span></td><td><a href='institution.php?idp=1077'>Ryerson University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1077&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1077' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1085'></div></td><td class='ranknumber'>72 <span class='global_ranking'>(2844)</span></td><td><a href='institution.php?idp=1085'>University of Ontario Institute of Technology</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1085&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1085' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41977'></div></td><td class='ranknumber'>73 <span class='global_ranking'>(2904)</span></td><td><a href='institution.php?idp=41977'>Children's Hospital of Eastern Ontario</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41977&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41977' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42053'></div></td><td class='ranknumber'>74 <span class='global_ranking'>(3016)</span></td><td><a href='institution.php?idp=42053'>Centre Hospitalier Universitaire Sainte-Justine</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42053&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='42053' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='61410'></div></td><td class='ranknumber'>75 <span class='global_ranking'>(3024)</span></td><td><a href='institution.php?idp=61410'>Institut National de la Recherche Scientifique</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=61410&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='61410' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1054'></div></td><td class='ranknumber'>76 <span class='global_ranking'>(3082)</span></td><td><a href='institution.php?idp=1054'>St. Francis Xavier University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1054&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='1054' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1093'></div></td><td class='ranknumber'>77 <span class='global_ranking'>(3113)</span></td><td><a href='institution.php?idp=1093'>University of Windsor</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1093&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1093' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41770'></div></td><td class='ranknumber'>78 <span class='global_ranking'>(3137)</span></td><td><a href='institution.php?idp=41770'>Providence Health Care</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41770&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41770' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25645'></div></td><td class='ranknumber'>79 <span class='global_ranking'>(3251)</span></td><td><a href='institution.php?idp=25645'>Douglas Mental Health University Institute</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=25645&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25645' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96162'></div></td><td class='ranknumber'>80 <span class='global_ranking'>(3327)</span></td><td><a href='institution.php?idp=96162'>Douglas Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=96162&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96162' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96159'></div></td><td class='ranknumber'>81 <span class='global_ranking'>(3388)</span></td><td><a href='institution.php?idp=96159'>McConnell Brain Imaging Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=96159&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96159' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59504'></div></td><td class='ranknumber'>82 <span class='global_ranking'>(3415)</span></td><td><a href='institution.php?idp=59504'>Health Canada</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=59504&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='59504' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25729'></div></td><td class='ranknumber'>83 <span class='global_ranking'>(3506)</span></td><td><a href='institution.php?idp=25729'>St. Joseph's Healthcare Hamilton</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25729&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='25729' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67757'></div></td><td class='ranknumber'>84 <span class='global_ranking'>(3558)</span></td><td><a href='institution.php?idp=67757'>Fisheries and Oceans Canada *</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=67757&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67757' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41609'></div></td><td class='ranknumber'>85 <span class='global_ranking'>(3591)</span></td><td><a href='institution.php?idp=41609'>Alberta Children's Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41609&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41609' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41633'></div></td><td class='ranknumber'>86 <span class='global_ranking'>(3648)</span></td><td><a href='institution.php?idp=41633'>University of Alberta Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41633&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41633' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1068'></div></td><td class='ranknumber'>87 <span class='global_ranking'>(3741)</span></td><td><a href='institution.php?idp=1068'>Lakehead University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1068&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1068' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79171'></div></td><td class='ranknumber'>88 <span class='global_ranking'>(3876)</span></td><td><a href='institution.php?idp=79171'>Cross Cancer Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=79171&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='79171' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42019'></div></td><td class='ranknumber'>89 <span class='global_ranking'>(3896)</span></td><td><a href='institution.php?idp=42019'>Women's College Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42019&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='42019' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41955'></div></td><td class='ranknumber'>90 <span class='global_ranking'>(3909)</span></td><td><a href='institution.php?idp=41955'>London Health Sciences Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41955&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41955' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='81280'></div></td><td class='ranknumber'>91 <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='1113'></div></td><td class='ranknumber'>92 <span class='global_ranking'>(4045)</span></td><td><a href='institution.php?idp=1113'>Universite du Quebec en Chicoutimi</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1113&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1113' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1019'></div></td><td class='ranknumber'>93 <span class='global_ranking'>(4061)</span></td><td><a href='institution.php?idp=1019'>Brandon University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1019&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1019' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41890'></div></td><td class='ranknumber'>94 <span class='global_ranking'>(4064)</span></td><td><a href='institution.php?idp=41890'>Queen Elizabeth II Health Sciences Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41890&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='41890' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='72575'></div></td><td class='ranknumber'>95 <span class='global_ranking'>(4078)</span></td><td><a href='institution.php?idp=72575'>Institut Universitaire de Cardiologie et de Pneumologie de Quebec</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=72575&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='72575' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96228'></div></td><td class='ranknumber'>96 <span class='global_ranking'>(4203)</span></td><td><a href='institution.php?idp=96228'>Children鈥檚 Hospital Foundation of Manitoba</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=96228&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96228' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1130'></div></td><td class='ranknumber'>97 <span class='global_ranking'>(4283)</span></td><td><a href='institution.php?idp=1130'>University of Regina</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1130&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1130' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25676'></div></td><td class='ranknumber'>98 <span class='global_ranking'>(4371)</span></td><td><a href='institution.php?idp=25676'>Institute for Clinical Evaluative Sciences *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25676&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25676' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1095'></div></td><td class='ranknumber'>99 <span class='global_ranking'>(4429)</span></td><td><a href='institution.php?idp=1095'>Wilfrid Laurier University *</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1095&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1095' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41947'></div></td><td class='ranknumber'>100 <span class='global_ranking'>(4441)</span></td><td><a href='institution.php?idp=41947'>Kingston General Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41947&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='41947' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25704'></div></td><td class='ranknumber'>101 <span class='global_ranking'>(4530)</span></td><td><a href='institution.php?idp=25704'>TRIUMF - National Laboratory for Particle and Nuclear Physics</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=25704&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25704' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1048'></div></td><td class='ranknumber'>102 <span class='global_ranking'>(4593)</span></td><td><a href='institution.php?idp=1048'>Cape Breton University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1048&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1048' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41999'></div></td><td class='ranknumber'>103 <span class='global_ranking'>(4685)</span></td><td><a href='institution.php?idp=41999'>Baycrest Centre for Geriatric Care *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41999&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='41999' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='12940'></div></td><td class='ranknumber'>104 <span class='global_ranking'>(4731)</span></td><td><a href='institution.php?idp=12940'>Montreal School of Higher Commercial Studies</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=12940&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='12940' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42068'></div></td><td class='ranknumber'>105 <span class='global_ranking'>(4808)</span></td><td><a href='institution.php?idp=42068'>Sherbrooke's university hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42068&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='42068' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='62717'></div></td><td class='ranknumber'>106 <span class='global_ranking'>(4932)</span></td><td><a href='institution.php?idp=62717'>Centre for Addiction and Mental Health</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=62717&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='62717' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1059'></div></td><td class='ranknumber'>107 <span class='global_ranking'>(5028)</span></td><td><a href='institution.php?idp=1059'>Brock University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1059&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1059' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1003'></div></td><td class='ranknumber'>108 <span class='global_ranking'>(5101)</span></td><td><a href='institution.php?idp=1003'>University of Lethbridge</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1003&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1003' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96194'></div></td><td class='ranknumber'>109 <span class='global_ranking'>(5250)</span></td><td><a href='institution.php?idp=96194'>British Columbia Centre of Substance Abuse</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=96194&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96194' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41608'></div></td><td class='ranknumber'>110 <span class='global_ranking'>(5355)</span></td><td><a href='institution.php?idp=41608'>Foothills Medical Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41608&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='41608' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79162'></div></td><td class='ranknumber'>111 <span class='global_ranking'>(5409)</span></td><td><a href='institution.php?idp=79162'>Tom Baker Cancer Centre</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=79162&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='79162' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='92117'></div></td><td class='ranknumber'>112 <span class='global_ranking'>(5452)</span></td><td><a href='institution.php?idp=92117'>Bruyere Research Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=92117&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='92117' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1099'></div></td><td class='ranknumber'>113 <span class='global_ranking'>(5491)</span></td><td><a href='institution.php?idp=1099'>University of Prince Edward Island</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1099&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1099' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1081'></div></td><td class='ranknumber'>114 <span class='global_ranking'>(5528)</span></td><td><a href='institution.php?idp=1081'>Trent University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1081&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1081' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42017'></div></td><td class='ranknumber'>115 <span class='global_ranking'>(5530)</span></td><td><a href='institution.php?idp=42017'>Toronto Rehab </a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42017&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='42017' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1116'></div></td><td class='ranknumber'>116 <span class='global_ranking'>(5611)</span></td><td><a href='institution.php?idp=1116'>Universite du Quebec en Trois-Rivieres</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1116&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1116' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42006'></div></td><td class='ranknumber'>117 <span class='global_ranking'>(5694)</span></td><td><a href='institution.php?idp=42006'>North York General Hospital </a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42006&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='42006' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1047'></div></td><td class='ranknumber'>118 <span class='global_ranking'>(5784)</span></td><td><a href='institution.php?idp=1047'>Acadia University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1047&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1047' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96157'></div></td><td class='ranknumber'>119 <span class='global_ranking'>(5854)</span></td><td><a href='institution.php?idp=96157'>Montreal General Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=96157&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='96157' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41631'></div></td><td class='ranknumber'>120 <span class='global_ranking'>(5897)</span></td><td><a href='institution.php?idp=41631'>Stollery Children's Hospital Foundation</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41631&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='41631' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1069'></div></td><td class='ranknumber'>121 <span class='global_ranking'>(6063)</span></td><td><a href='institution.php?idp=1069'>Laurentian University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1069&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1069' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1038'></div></td><td class='ranknumber'>122 <span class='global_ranking'>(6065)</span></td><td><a href='institution.php?idp=1038'>University of Moncton</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1038&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1038' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94508'></div></td><td class='ranknumber'>123 <span class='global_ranking'>(6076)</span></td><td><a href='institution.php?idp=94508'>Centre de Recherche de l'Institut Universitaire de Geriatrie de Montreal</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=94508&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='94508' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='42097'></div></td><td class='ranknumber'>124 <span class='global_ranking'>(6282)</span></td><td><a href='institution.php?idp=42097'>Saskatoon Health Region</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=42097&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='42097' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='994'></div></td><td class='ranknumber'>125 <span class='global_ranking'>(6353)</span></td><td><a href='institution.php?idp=994'>Athabasca University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=994&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='994' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25723'></div></td><td class='ranknumber'>126 <span class='global_ranking'>(6395)</span></td><td><a href='institution.php?idp=25723'>Rotman Research Institute</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=25723&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='25723' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1115'></div></td><td class='ranknumber'>127 <span class='global_ranking'>(6401)</span></td><td><a href='institution.php?idp=1115'>Universite du Quebec en Rimouski</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1115&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1115' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1117'></div></td><td class='ranknumber'>128 <span class='global_ranking'>(6434)</span></td><td><a href='institution.php?idp=1117'>Universite du Quebec en Abitibi-Temiscamingue</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1117&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1117' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1076'></div></td><td class='ranknumber'>129 <span class='global_ranking'>(6465)</span></td><td><a href='institution.php?idp=1076'>Royal Military College of Canada</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1076&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1076' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1016'></div></td><td class='ranknumber'>130 <span class='global_ranking'>(6482)</span></td><td><a href='institution.php?idp=1016'>University of Northern British Columbia</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1016&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1016' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25599'></div></td><td class='ranknumber'>131 <span class='global_ranking'>(6491)</span></td><td><a href='institution.php?idp=25599'>Arthritis Research Canada</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=25599&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25599' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67756'></div></td><td class='ranknumber'>132 <span class='global_ranking'>(6504)</span></td><td><a href='institution.php?idp=67756'>Northern Ontario School of Medicine</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=67756&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='67756' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='81278'></div></td><td class='ranknumber'>133 <span class='global_ranking'>(6555)</span></td><td><a href='institution.php?idp=81278'>Holland Bloorview Kids Rehabilitation Hospital</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=81278&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='81278' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96202'></div></td><td class='ranknumber'>134 <span class='global_ranking'>(6618)</span></td><td><a href='institution.php?idp=96202'>Fisheries and Oceans Canada Dartmouth</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=96202&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='96202' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1012'></div></td><td class='ranknumber'>135 <span class='global_ranking'>(6635)</span></td><td><a href='institution.php?idp=1012'>Thompson Rivers University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1012&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1012' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='84963'></div></td><td class='ranknumber'>136 <span class='global_ranking'>(6665)</span></td><td><a href='institution.php?idp=84963'>MacEwan University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=84963&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='84963' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='9071'></div></td><td class='ranknumber'>137 <span class='global_ranking'>(6785)</span></td><td><a href='institution.php?idp=9071'>Universite du Quebec en Outaouais</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=9071&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='9071' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1027'></div></td><td class='ranknumber'>138 <span class='global_ranking'>(6789)</span></td><td><a href='institution.php?idp=1027'>The University of Winnipeg</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1027&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='1027' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25604'></div></td><td class='ranknumber'>139 <span class='global_ranking'>(6996)</span></td><td><a href='institution.php?idp=25604'>Bedford Institute of Oceanography</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=25604&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='25604' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='73231'></div></td><td class='ranknumber'>140 <span class='global_ranking'>(7110)</span></td><td><a href='institution.php?idp=73231'>Institut Universitaire de Geriatrie de Montreal *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=73231&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='73231' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25643'></div></td><td class='ranknumber'>141 <span class='global_ranking'>(7337)</span></td><td><a href='institution.php?idp=25643'>Defence Research and Development Canada</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=25643&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25643' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1035'></div></td><td class='ranknumber'>142 <span class='global_ranking'>(7491)</span></td><td><a href='institution.php?idp=1035'>Mount Allison University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1035&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1035' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='83557'></div></td><td class='ranknumber'>143 <span class='global_ranking'>(7694)</span></td><td><a href='institution.php?idp=83557'>Canadian Nuclear Laboratories</a></td><td>CAN</td><td><img src='img/government.png' class='img_government' alt='Government' title='Government'/></td><td><a href='institution.php?idp=83557&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='83557' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1053'></div></td><td class='ranknumber'>144 <span class='global_ranking'>(7704)</span></td><td><a href='institution.php?idp=1053'>Saint Mary's University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1053&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1053' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='62723'></div></td><td class='ranknumber'>145 <span class='global_ranking'>(7792)</span></td><td><a href='institution.php?idp=62723'>Atomic Energy of Canada Ltd *</a></td><td>CAN</td><td><img src='img/private.png' class='img_private' alt='Company' title='Company'/></td><td><a href='institution.php?idp=62723&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='62723' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='41966'></div></td><td class='ranknumber'>146 <span class='global_ranking'>(7807)</span></td><td><a href='institution.php?idp=41966'>Trillium Health Partners *</a></td><td>CAN</td><td><img src='img/health.png' class='img_health' alt='Health' title='Health'/></td><td><a href='institution.php?idp=41966&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='41966' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='12941'></div></td><td class='ranknumber'>147 <span class='global_ranking'>(7830)</span></td><td><a href='institution.php?idp=12941'>Mount Royal College</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=12941&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='12941' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1050'></div></td><td class='ranknumber'>148 <span class='global_ranking'>(8122)</span></td><td><a href='institution.php?idp=1050'>Mount Saint Vincent University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1050&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1050' alt='Q3' title='Best Quartile in CAN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='1071'></div></td><td class='ranknumber'>149 <span class='global_ranking'>(8192)</span></td><td><a href='institution.php?idp=1071'>Nipissing University</a></td><td>CAN</td><td><img src='img/higher.png' class='img_higher' alt='University' title='University'/></td><td><a href='institution.php?idp=1071&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='1071' alt='Q3' title='Best Quartile in CAN: Q3'/></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&copy; 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;">&ldquo;Only Ranks, far more than raw data&rdquo;</span> </div> </div> </div> </body> </html>

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