Skip to content

Latest commit

 

History

History
95 lines (87 loc) · 4.94 KB

File metadata and controls

95 lines (87 loc) · 4.94 KB
layout default
title About

Learn About The Laboratory

<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin: 2rem 0;">
  <div>
    <h3 style="margin-bottom: 1rem;">Our Mission</h3>
    <p>
      The MIT Laboratory for Computational Physiology (LCP) conducts research at the intersection of <span class="key-term">medicine</span>, <span class="key-term">engineering</span>, and <span class="key-term">data science</span>. Our mission is to improve health care through new and refined approaches to interpreting data, developing predictive models, and advancing <span class="key-term">open science</span>.
    </p>
    <p>
      Using modern approaches to modeling, signal processing, pattern recognition, and machine learning, we develop and refine methods for analyzing data from patients in intensive care units and generate predictive models that will aid in patient care.
    </p>
  </div>
  
  <div>
    <h3 style="margin-bottom: 1rem;">Research Areas</h3>
    <ul style="list-style: none; padding: 0;">
      <li style="margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative;">
        <span style="position: absolute; left: 0; color: var(--mit-red);">•</span>
        <span class="key-term">Critical care informatics</span>
      </li>
      <li style="margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative;">
        <span style="position: absolute; left: 0; color: var(--mit-red);">•</span>
        <span class="key-term">Physiological signal processing</span>
      </li>
      <li style="margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative;">
        <span style="position: absolute; left: 0; color: var(--mit-red);">•</span>
        <span class="key-term">Machine learning for healthcare</span>
      </li>
      <li style="margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative;">
        <span style="position: absolute; left: 0; color: var(--mit-red);">•</span>
        <span class="key-term">Clinical decision support systems</span>
      </li>
      <li style="margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative;">
        <span style="position: absolute; left: 0; color: var(--mit-red);">•</span>
        <span class="key-term">Open data and reproducible research</span>
      </li>
    </ul>
  </div>
</div>

<div style="background: var(--background-alt); padding: 2rem; border-radius: 4px; margin: 2rem 0; border-left: 4px solid var(--mit-red);">
  <h3 style="margin-bottom: 1rem;">Major Projects</h3>
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;">
    <div>
      <h4 style="margin-bottom: 0.75rem;">MIMIC</h4>
      <p>
        The <a href="https://mimic.physionet.org" target="_blank">MIMIC database</a> is a publicly available dataset comprising deidentified health data associated with thousands of intensive care unit admissions. It's widely used by investigators and engineers around the world.
      </p>
    </div>
    <div>
      <h4 style="margin-bottom: 0.75rem;">PhysioNet</h4>
      <p>
        <a href="https://physionet.org" target="_blank">PhysioNet</a> is a widely-used repository of biomedical data and software that enables researchers to share and reuse resources, promoting <span class="key-term">reproducible research</span> and lowering barriers to data access.
      </p>
    </div>
  </div>
</div>

<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin: 2rem 0;">
  <div>
    <h3 style="margin-bottom: 1rem;">Joining the Lab</h3>
    <p>
      The Laboratory for Computational Physiology offers research opportunities to MIT students, including <span class="key-term">UROPs</span> for undergraduate students and thesis projects for graduate students.
    </p>
    <p>
      We welcome collaborations with researchers worldwide who have relevant expertise in medicine, computer science, engineering, or related fields.
    </p>
    <a href="{{ '/people' | relative_url }}" class="btn" style="margin-top: 1rem;">Meet Our Team</a>
  </div>
  
  <div>
    <h3 style="margin-bottom: 1rem;">Contact Information</h3>
    <p><strong>Laboratory for Computational Physiology</strong><br>
    Massachusetts Institute of Technology, E25-505<br>
    77 Massachusetts Avenue<br>
    Cambridge, MA 02139, USA</p>
    
    <p><strong>Director:</strong> Prof. Roger Mark<br>
    MIT extension 3-7818</p>
    
    <p><strong>For collaborations:</strong> Please contact us through our individual lab members or via the MIT directory.</p>
  </div>
</div>