Skip to content

Commit

Permalink
[Mod] modify index.html (modify some sentences and section)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomambo committed May 1, 2024
1 parent 8544bae commit ff3258e
Showing 1 changed file with 41 additions and 6 deletions.
47 changes: 41 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ <h3><a href="#">Platform Integration</a></h3>

<div class="col-md-4">
<div class="project img ftco-animate d-flex justify-content-center align-items-center"
style="background-image: url(images/fig3.jpeg);">
style="background-image: url(images/afm_cover.png);">
<div class="overlay"></div>
<div class="text text-center p-4">
<h3><a href="#">AI for process optimization</a></h3>
<span>Experiment planning, Process system engineering</span>
<span>Experiment planning, Process system engineering, Multi-objective optimization</span>
</div>
</div>
</div>
Expand All @@ -232,7 +232,7 @@ <h3><a href="#">Nanoparticle catalyst design</a></h3>
<div class="overlay"></div>
<div class="text text-center p-4">
<h3><a href="#">Retrosynthesis for organic reaction</a></h3>
<span>Drug, Food</span>
<span>Drug discovery</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -401,7 +401,7 @@ <h2 class="h5 font-weight-bold text-center mb-4">Python</h2>

<div class="col-lg-4 mb-4">
<div class="bg-white rounded-lg shadow p-4">
<h2 class="h5 font-weight-bold text-center mb-4">Torch</h2>
<h2 class="h5 font-weight-bold text-center mb-4">PyTorch</h2>

<!-- Progress bar 1 -->
<div class="progress mx-auto" data-value='80'>
Expand Down Expand Up @@ -433,6 +433,41 @@ <h2 class="h5 font-weight-bold text-center mb-4">Torch</h2>
</div>
</div>


<div class="col-lg-4 mb-4">
<div class="bg-white rounded-lg shadow p-4">
<h2 class="h5 font-weight-bold text-center mb-4">BoTorch</h2>

<!-- Progress bar 1 -->
<div class="progress mx-auto" data-value='60'>
<span class="progress-left">
<span class="progress-bar border-primary"></span>
</span>
<span class="progress-right">
<span class="progress-bar border-primary"></span>
</span>
<div
class="progress-value w-100 h-100 rounded-circle d-flex align-items-center justify-content-center">
<div class="h2 font-weight-bold">60<sup class="small">%</sup></div>
</div>
</div>
<!-- END -->

<!-- Demo info -->
<div class="row text-center mt-4">
<div class="col-6 border-right">
<div class="h4 font-weight-bold mb-0">30%</div><span
class="small text-gray">Last year</span>
</div>
<div class="col-6">
<div class="h4 font-weight-bold mb-0">60%</div><span
class="small text-gray">Last month</span>
</div>
</div>
<!-- END -->
</div>
</div>

<div class="col-lg-4 mb-4">
<div class="bg-white rounded-lg shadow p-4">
<h2 class="h5 font-weight-bold text-center mb-4">Arduino</h2>
Expand Down Expand Up @@ -631,7 +666,7 @@ <h2>Bespoke Metal Nanoparticle Synthesis at Room Temperature and Discovery of Ch
href="https://onlinelibrary.wiley.com/doi/full/10.1002/adfm.202312561/">Article</a>
</div>
</div>
<span class="position">Advanced Functional Materials</span>
<span class="position">Advanced Functional Materials (front cover)</span>
<div> Hyuk Jun Yoo†, Nayeon Kim†, Heeseung, Daeho Kim, Leslie Tiong Ching Ow, Hyobin Nam, Chansoo Kim, Seung Yong Lee, Kwan‐Young Lee*, Donghun Kim*, Sang Soo Han*</div>
</div>
</div>
Expand Down Expand Up @@ -752,7 +787,7 @@ <h3 class="mb-4">Linkedin</h3>
</div>
<div>
<h3 class="mb-4">Email Address</h3>
<p><a href="mailto:yoohj9475@gmail.com">yoohj9475@gmail.com</a></p>
<p><a href="mailto:yoohj9475@naver.com">yoohj9475@naver.com</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit ff3258e

Please sign in to comment.