Skip to content

Commit

Permalink
added IRS to CV and added City of Hope paper
Browse files Browse the repository at this point in the history
  • Loading branch information
limwualice committed Dec 21, 2023
1 parent 0d45d67 commit 978dd25
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
<div class="bottom-half">
<button class="button active" id="button1" data-target="content1" onclick="showContent('content1')">MACHINE LEARNING PROJECTS</button>
<button class="button" data-target="content2" onclick="showContent('content2')">PHD RESEARCH</button>
<button class="button" data-target="content2" onclick="showContent('content2')">PHD/FELLOWSHIP RESEARCH</button>
<button class="button" data-target="content3" onclick="showContent('content3')">RESUME</button>
<button class="button" data-target="content4" onclick="showContent('content4')">LINKS</button>

Expand Down Expand Up @@ -108,7 +108,15 @@
</div>
<div class="content" id="content2">
<div style="margin-bottom: 60px;"></div>
<p style="letter-spacing:7px; text-align: left; font-size: 80px; font-weight: 800; color: #000000; margin-top: 50px;">PHD RESEARCH</p>
<p style="letter-spacing:7px; text-align: left; font-size: 80px; font-weight: 800; color: #000000; margin-top: 50px;">PHD/FELLOWSHIP RESEARCH</p>

<p style="font-size: 24px; font-weight: 500; color: black; margin-bottom: 5px;">Clustering whole-exome sequences of breast cancer and associations with staging and molecular subtype (second author)</p>

<a href="https://ascopubs.org/doi/10.1200/JCO.2023.41.16_suppl.e12563" style="font-size: 18px; font-weight: 500; color: #555555; text-decoration: none;" target="_blank">
[Journal of Clinical Oncology]
</a>
<p>I was a coauthor on this research paper during my fellowship at City of Hope. This was my first experience with cancer research! Here are the conclusions of the paper: "Our approach, which uses unsupervised machine learning on WES to create genetic groups of cancers, considers the joint mutational state – present or absent – of multiple genes for their clinical relevance. This reveals many additional variants that may have been previously overlooked or of uncertain significance."</p>


<p style="font-size: 24px; font-weight: 500; color: black; margin-bottom: 5px;">The Splitting Theorem and Topology of Noncompact Spaces with Nonnegative N-Bakry Émery Ricci Curvature</p>

Expand Down Expand Up @@ -193,9 +201,14 @@ <h3>University of California, Los Angeles / BS in Mathematics</h3>
<hr>

<h2>Experience</h2>

<h3>IRS / Data Scientist </h3>
<p>October 2023 - present</p>



<h3>Hack for LA / Data Scientist (Volunteer)</h3>
<p>January 2023 - Current</p>
<p>January 2023 - September 2023</p>
<ul>
<li>Designing and implementing a data cleaning pipeline to transform raw input data from the Socrata API related to LA city parking and update the Google Cloud Platform database with geospatial data</li>
<li>Developing a list of data cleaning steps to ensure the data meets the client's requirements</li>
Expand Down

0 comments on commit 978dd25

Please sign in to comment.