Skip to content

Commit

Permalink
add research projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuehe committed Nov 24, 2023
1 parent 0950c6d commit 5e5ff82
Showing 1 changed file with 110 additions and 0 deletions.
110 changes: 110 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,116 @@ <h2><i>Heart-On-a-Chip</i> <br> <i>Platform</i> </i></h2>
</div><!--/slider-->
<!--=== End Slider ===-->

<!--=== Purchase Block ===-->
<div class="purchase">
<div class="container">
<div class="row">
<div class="col-md-9">
<span>Patient-specific electrophysiological heart model for assisting left atrium arrhythmia ablation</span>

<p>&nbsp;&nbsp;&nbsp;&nbsp;Atrial arrhythmia can be categorized into tachycardia, flutter, and fibrillation. Atrial fibrillation is a prevalent heart disease that results in weak and irregular contractions of the atria. It affects millions people worldwide and contributes to hundreds of thousands deaths annually. Cardiac ablation is among the most successful treatment options, involving the use of radio frequency energy to kill diseased cells or create lesion lines that obstruct abnormal activation waves. During the procedure, catheters are inserted into the left atrium to map the atrium geometry and record endocardium electrograms that are then converted into electroanatomical maps to pinpoint the arrhythmia source locations.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;However, identifying these sources is challenging. The electrograms are asynchronous and can be susceptible to noise. The spatial distribution of sampling sites is non-uniform, which leads to inaccurate maps. Identifying arrhythmia source locations is not a trivial task. Therefore, an ablation procedure often lasts from 3 to 6 hours, and arrhythmia recurrence within 12 months after first ablation is around 50%.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;To address these challenges, we developed an integrated computational heart mode for clinical left atrium arrhythmia ablation. Our system takes in the left atrium geometry and electrograms, processes them to extract regional tissue properties, which are used to tune a heart model, creating a patient-specific whole-atrium model. With this model, we can simulate and detect arrhythmia sources, and provide ablation assistance. To build such a system, we investigated the fiber effects on atrial activation patterns. We developed a fast heart model tuning method which takes only a few seconds of computation time on a personal computer, enabling real-time assistance during the ablation procedure. We achieved high accuracy in simulating arrhythmias, which we validated on patient data.</p>
</div>
</div>
</div>
</div>
<!-- End Purchase Block -->

<!--=== Content Part ===-->
<div class="container">
<!-- Service Blocks -->
<div class="row">
<div class="col-md-6">
<div class="service">
<i class="icon-heart-empty service-icon"></i>
<div class="desc">
<h4><a href="">1. Background knowledge</a></h4>
<p>Some background knowledge of left atrium arrhythmia, catheter ablation surgery, and atrial arrhythmia ablation challenges.</p>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-heart-empty service-icon"></i>
<div class="desc">
<h4><a href="">2. Research overview</a></h4>
<p>An overview of our research: our approach and contributions.</p>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-cogs service-icon"></i>
<div class="desc">
<h4><a href="">3. The effects of fiber organization on activation patterns</a></h4>
<p>Myocardial fiber orientation data is not available for clinical arrhythmia ablation. We would like to find a way to compensate for the lack of fiber data. To do that, we need to first learn the effects of fiber on activation patterns.</p>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-cogs service-icon"></i>
<div class="desc">
<h4><a href="">4. Electrophysiological heart modeling</a></h4>
<p>Explain the heart model equations and their parameters, derive the discrete form the heart model equations for programming and GPU parallel computing, and show arrhythmia simulation examples. </p>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-cogs service-icon"></i>
<div class="desc">
<h4><a href="">5. Patient-specific heart model parameter tuning</a></h4>
<p>Derive a method for tuning diffusion coefficients of the fiber-independent model, enabling it to compensate for the absence of fibers and become patient-specific.</p>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-stethoscope service-icon"></i>
<div class="desc">
<h4><a href="">6. Clinical data processing: atrium mesh and electrogram</a></h4>
<p>Describe the tools, user interfaces, and algorithms we developed for processing clinical data.</p>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-stethoscope service-icon"></i>
<div class="desc">
<h4><a href="">7. Electroanatomical maps and arrhythmia source detection</a></h4>
<p>Explain the various maps we developed for detecting arrhythmia source locations.</p>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-stethoscope service-icon"></i>
<div class="desc">
<h4><a href="">8. Left atrium model validation on patient data</a></h4>
<p>We tested our model with 15 patient data, to show that our model is capable of accurately reproducing patient arrhythmias.</p>
</div>
</div>
</div>

<div class="margin-bottom-60"></div>
</div><!--/row-->
<!-- End Service Blokcs -->

<div class="margin-bottom-60"></div>
<div class="clearfix"></div>
</div>
</div>
<!-- End Content Part -->

<!--=== Purchase Block ===-->
<div class="purchase">
<div class="container">
Expand Down

0 comments on commit 5e5ff82

Please sign in to comment.