Skip to content

Commit

Permalink
fix typo and update spa
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgu1991 committed Feb 5, 2024
1 parent b79a8e2 commit b72b637
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Bio</
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Work Experience</h2>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<article class="resume-timeline-item position-relative">

<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
Expand All @@ -83,9 +83,9 @@ <h3 class="resume-position-title font-weight-bold mb-1">Software Engineer</h3>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<ul>
<li ><span class="badge bg-secondary badge-pill">Owner of Checker Module of a bug detection tool</span></li>
<li ><span class="badge bg-secondary badge-pill">Owner of Checker Module of a bug detection tool & Customer problem consultation</span></li>
<li >Build a static bug detection tool for cpp based llvm IR applying value-flow analysis.</li>
<li >Integrate our tool into CICD platform, currently more than 20 projects using the tool, find more than 1000+ real world bugs.</li>
<li >Integrate our tool into CICD platform, currently more than 100 projects using the tool, find more than 1000+ real world bugs.</li>
</ul>
</div><!--//resume-timeline-item-desc-->

Expand Down Expand Up @@ -137,7 +137,7 @@ <h3 class="resume-position-title font-weight-bold mb-1">Junior Software Engineer
</div><!--//resume-timeline-->

</div>
</br>

<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Publications</h2>
<div class="item mb-3">
<li>
Expand All @@ -163,7 +163,8 @@ <h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">MISC<
<a href="https://gitee.com/tomgu1991/Foundation4AIandSE/tree/main/awesome_spa">Awesome Static Program Analysis</a>
</li>
<li>
<a href="https://gitee.com/tomgu1991/spa_chinese">Personal Chinese translation of Static Program Analysis(Aarhus University, Anders Møller)</a>
<a href="https://gitee.com/tomgu1991/spa_chinese">Personal Chinese translation of Static Program Analysis(Aarhus University, Anders Møller)[CP1-CP5.6]</a>
<a href="https://slash-margin-254.notion.site/SPA-d21b6164d1a44917b3bbf3aee59e5269">Personal Chinese translation of Static Program Analysis(Aarhus University, Anders Møller)[CP5.7~]</a>
</li>
</div>
</section><!--//experience-section-->
Expand Down Expand Up @@ -203,7 +204,7 @@ <h4 class="resume-skills-cat font-weight-bold">Skills</h4>
<li class="list-inline-item"><span class="badge badge-light">Software Design</span></li>
<li class="list-inline-item"><span class="badge badge-light">Problem Solving</span></li>
<li class="list-inline-item"><span class="badge badge-light">Good Communication</span></li>
<li class="list-inline-item"><span class="badge badge-light">Pull of Passion</span></li>
<li class="list-inline-item"><span class="badge badge-light">Full of Passion</span></li>
</ul>
</div><!--//resume-skill-item-->
</div><!--resume-section-content-->
Expand Down

0 comments on commit b72b637

Please sign in to comment.