Skip to content

Commit

Permalink
Fixes main page intro paragraph #60
Browse files Browse the repository at this point in the history
Fixes the research summary paragraph on the main page to split multiple paragraphes by <p> tags instead of <br> tags. Fixes part of #60.
  • Loading branch information
Lucas-Mc committed Sep 8, 2020
1 parent 60492d0 commit 2a2b462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="site-section-meta border-bottom">Research Summary</h2>
The Laboratory for Computational Physiology (LCP), under the direction of Professor Roger Mark, conducts research on improving health care through new and refined approaches to interpreting data.
Some of the group’s researchers have medical backgrounds; others have backgrounds in computer science, electrical engineering, physics, or mathematics; and others have training that spans several of these disciplines.
Current laboratory research incorporates physiology, computer science, engineering, and applied mathematics.
<br><br>
</p><p>
Using modern approaches to modeling, signal processing, pattern recognition, and machine learning, the lab’s researchers develop and refine methods for analyzing data—for example, from patients in intensive care units—and for generating predictive models that will aid in patient care.
Current laboratory research comprises two major projects, the <a href="mimic">MIMIC</a> project and <a href="physionet">PhysioNet</a>. See their respective pages for more detailed information.
</p>
Expand Down

0 comments on commit 2a2b462

Please sign in to comment.