Research Axes Banner

Breadcrumb

Research Axes

Research holds the promise of better ways to diagnose and treat disease. Investigators focus their work on very specific questions. To facilitate focus while encouraging collaboration across scientific disciplines, the RI-MUHC is organized into 11 research axes (research programs).

With the redevelopment of the RI-MUHC at the Glen site and at the Montreal General Hospital, research will centre on research programs to encourage integration of clinician and evaluative scientists into fundamental research groups in order to foster intellectual synergy. 
 
Our axes are focused on research into specific diseases, on the study of genetics, genomics or health outcomes areas of science which are relevant across the whole spectrum of health care, and on the investigators' work with colleagues in other axes.
 

null Medical Genetics and Genomics

An error occurred while processing the template.
Denied resolving class java.lang.Class by java.lang.Class
1#set ($serviceContext = $portal.getClass().forName("com.liferay.portal.service.ServiceContextThreadLocal").getServiceContext()) 
2#set ($httpServletRequest = $serviceContext.getRequest()) 
3#set ($objThemeDisplay = $httpServletRequest.getAttribute("THEME_DISPLAY")) 
4#set ($redirect = $httpServletRequest.getParameter("redirect")) 
5#set ($cmd = $httpServletRequest.getParameter("cmd")) 
6#set ($pageName = $objThemeDisplay.getLayout().getName($objThemeDisplay.getLocale())) 
7 
8#if ($redirect || $cmd == "preview" || $cmd == "view" || $workflowView || $pageName != "Research Programs (Axis)")  
9<div class="axis"> 
10    <div class="axis-image"> 
11        #if ($validator.isNotNull($Image.getData())) 
12            <img src="${Image.getData()}" align="right" alt="" /> 
13        #else 
14            <img src="$objThemeDisplay.getPathThemeImage()/default-avatar.png" border="0" align="right" alt="" /> 
15		#end 
16    </div> 
17    <div class="axis-description"> 
18        <p>$Description.getData()</p> 
19    </div> 
20</div> 
21#else 
22    #set ($splittedDescription = $Description.getData().substring(0,250)) 
23    #set ($lastIndexOfSpace = $splittedDescription.lastIndexOf(" ")) 
24    #set ($abstractDescription = $splittedDescription.substring(0, $lastIndexOfSpace)) 
25    <div class="axis-description"> 
26        $abstractDescription ... 
27    </div> 
28#end