Skip to content

Commit

Permalink
add 4 research pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuehe committed Dec 20, 2023
1 parent e2f1b4f commit 03cc171
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 48 deletions.
29 changes: 29 additions & 0 deletions clinical_data_processing_and_arrhythmia_detection.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<script src="components/header.js" type="text/javascript" defer></script>
<script src="components/navigation.js" type="text/javascript" defer></script> <!-- edit this navigation.js to add this page to the navigation -->
<script src="components/footer.js" type="text/javascript" defer></script>

<header-component></header-component>

<body>
<navigation-component></navigation-component>

<div class="breadcrumbs margin-bottom-40">
<div class="container">
<h1 class="pull-left">Clinical data processing and arrhythmia source detection</h1> <!-- change page title here -->
</div>
</div>

<!--=== Content Part ===-->
<div class="container">

</div>

<footer-component></footer-component>

<script type="text/javascript" src="assets/css/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="assets/css/hover-dropdown.min.js"></script>

</body>
</html>
3 changes: 2 additions & 1 deletion components/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ class Navigation extends HTMLElement {
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">Research<i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="atrial_fibrillation_challenges.html">Atrial fibrillation ablation challenges</a></li>
<li><a href="patient_specific_heart_modeling.html">Patient-specific heart modeling for arrhythmia ablation</a></li>
<li><a href="fiber_effect.html">Fiber effects on arrhythmia patterns</a></li>
<li><a href="patient_specific_heart_modeling.html">Patient-specific heart modeling for arrhythmia ablation</a></li>
<li><a href="clinical_data_processing_and_arrhythmia_detection.html">Clinical data processing and arrhythmia source detection</a></li>
<li><a href="heart_modeling_for_pacemakers.html">Heart modeling for pacemakers closed-loop evaluation</a></li>
<li><a href="pacemaker_software_verification.html">Pacemaker software verification</a></li>
<li><a href="model_based_design_for_pacemaker_software.html">Model-based design for pacemaker software</a></li>
Expand Down
53 changes: 6 additions & 47 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,28 +94,17 @@ <h3 style="color:#666; text-align: center;">Heart-on-a-chip platform: Low-cost p
<div class="service">
<i class="icon-heart-empty service-icon"></i>
<div class="desc">
<h4><a href="atrial_fibrillation_challenges.html">1. Atrial fibrillation ablation challenges</a></h4>
<h4><a href="atrial_fibrillation_challenges.html">Atrial fibrillation ablation challenges</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>
<br>
</div>
</div>
</div>

<div class="col-md-6">
<div class="service">
<i class="icon-cogs service-icon"></i>
<div class="desc">
<h4><a href="fiber_effect.html">3. Fiber effects on activation patterns</a></h4>
<h4><a href="fiber_effect.html">Fiber effects on activation patterns</a></h4>
<p>Myocardial fiber 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>
Expand All @@ -125,18 +114,8 @@ <h4><a href="fiber_effect.html">3. Fiber effects on activation patterns</a></h4>
<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.</p>
<h4><a href="patient_specific_heart_modeling.html">Patient-specific heart modeling</a></h4>
<p>Explain the heart model equations, derive the discrete form the heart model equations for programming, show arrhythmia simulation examples, patient-specific parameter tuning, and validation with patient data.</p>
</div>
</div>
</div>
Expand All @@ -145,32 +124,12 @@ <h4><a href="">5. Patient-specific heart model parameter tuning</a></h4>
<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>
<h4><a href="clinical_data_processing_and_arrhythmia_detection.html">Clinical data processing and arrhythmia source detection</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-ok-sign 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>
</div>
</div>

<!-- project 2 -->
Expand Down

0 comments on commit 03cc171

Please sign in to comment.