Skip to content

Commit

Permalink
modified: pages/projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmgil Hong authored and Charmgil Hong committed Sep 17, 2024
1 parent e637392 commit 3fcbeb4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,23 @@ <h2>Medical & Clinical AI: Transforming Healthcare with AI</h2>
<p>One of the ambitious goals of AI lies in the field of medicine. HAIL is committed to applying advanced ML technologies to healthcare in order to improve the quality of medical services and expand access to care for a greater number of people. Our work spans several cutting-edge projects that harness AI to improve patient care and clinical decision-making.</p>
<ul>
<li><strong>Development of Liver Disease Support Software (with Dr. Answer 2.0 Liver Disease Team, Ajou University Hospital)</strong>: Electronic medical records (EMR) serve as a hub of clinical data that captures a wealth of information about patient events. These records are a treasure trove for running intelligent medical systems. At HAIL, we are processing EMR data to enable machine learning applications, which help develop various clinical decision support solutions related to liver diseases.
<!-- Placeholder for images related to AREST/SDS -->
<div id="med1" class="project-images">
<a href="#med1-img1"><img src="../img/project-molecules-dili.png" alt="Placeholder 1"></a>
<a href="#med1-img2"><img src="../img/project-dans-frame.png" alt="Placeholder 2"></a>
<a href="#med1-img3"><img src="../img/project-dans-shap.png" alt="Placeholder 3"></a>
</div>
<!-- Lightbox for enlarging images -->
<div id="med1-img1" class="lightbox">
<a href="#med1"><img src="../img/project-molecules-dili.png" alt="Image 1 Enlarged"></a>
</div>
<div id="med1-img2" class="lightbox">
<a href="#med1"><img src="../img/project-dans-frame.png" alt="Image 2 Enlarged"></a>
</div>
<div id="med1-img3" class="lightbox">
<a href="#med1"><img src="../img/project-dans-shap.png" alt="Image 3 Enlarged"></a>
</div>
<div class="spacer"></div>
</li>
<li><strong>AI Algorithm for Human-Derived Specimen Image Recognition (with HEM Pharma)</strong>: Human-derived specimens can provide valuable insights into a person's health status. In this project, we are developing AI algorithms that automatically process images of human specimens, for continuous health monitoring. Our solution automates the generation and comparison of machine learning models to ensure the use of up-to-date recognition models, along with continuously collected data. This approach ensures timely maintenance of the machine learning system that provides accurate health assessments.
</li>
Expand All @@ -196,23 +213,6 @@ <h2>Medical & Clinical AI: Transforming Healthcare with AI</h2>
<li><strong>Multi-Modal Healthcare Method Development (with Prof. Yuyin Zhou, UCSC)</strong>: One of the next milestones in machine learning is the ability to blend data from multiple modalities to maximize available information and refine predictive models. Starting with the RadFusion dataset from the Stanford Center for Artificial Intelligence in Medicine and Imaging (AIMI), this project explores how to integrate various data modalities generated in healthcare settings, such as EMRs, imaging data, drug structures, free-text notes, and medical ontologies, into robust decision-making models. By doing so, we aim to improve the accuracy of clinical predictions and support optimal healthcare decisions.
</li>
</ul>
<!-- Placeholder for images related to AREST/SDS -->
<div id="med1" class="project-images">
<a href="#med1-img1"><img src="../img/project-molecules-dili.png" alt="Placeholder 1"></a>
<a href="#med1-img2"><img src="../img/project-dans-frame.png" alt="Placeholder 2"></a>
<a href="#med1-img3"><img src="../img/project-dans-shap.png" alt="Placeholder 3"></a>
</div>
<!-- Lightbox for enlarging images -->
<div id="med1-img1" class="lightbox">
<a href="#med1"><img src="../img/project-molecules-dili.png" alt="Image 1 Enlarged"></a>
</div>
<div id="med1-img2" class="lightbox">
<a href="#med1"><img src="../img/project-dans-frame.png" alt="Image 2 Enlarged"></a>
</div>
<div id="med1-img3" class="lightbox">
<a href="#med1"><img src="../img/project-dans-shap.png" alt="Image 3 Enlarged"></a>
</div>
<div class="spacer"></div>
</section>

<hr>
Expand Down

0 comments on commit 3fcbeb4

Please sign in to comment.