Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jqin020 committed Feb 8, 2024
1 parent a3f97f2 commit b346a3d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 36 deletions.
34 changes: 14 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="info-content">
<h1 class="name" title="Jingtao Qin">Jingtao Qin</h1>

<p class="title">Web developer</p>
<p class="title">PhD Student</p>
</div>

<button class="info_more-btn" data-sidebar-btn>
Expand Down Expand Up @@ -88,7 +88,7 @@ <h1 class="name" title="Jingtao Qin">Jingtao Qin</h1>
<div class="contact-info">
<p class="contact-title">Phone</p>

<a href="tel:+195131xxxx" class="contact-link">+1 (213) 352-2795</a>
<a href="tel:+195131xxxx" class="contact-link">+1 (951) 313-xxxx</a>
</div>

</li>
Expand Down Expand Up @@ -209,17 +209,11 @@ <h2 class="h2 article-title">About me</h2>

<section class="about-text">
<p>
I'm Creative Director and UI/UX Designer from Sydney, Australia, working in web development and print media.
I enjoy
turning complex problems into simple, beautiful and intuitive designs.
I am a PhD student in Electrical and Computer Engineering at the University of California, Riverside (UCR). Additionally, I serve as a research assistant in the Smart City Innovation Laboratory at UCR.
</p>

<p>
My job is to build your website so that it is functional and user-friendly but at the same time attractive.
Moreover, I
add personal touch to your product and make sure that is eye-catching and easy to use. My aim is to bring
across your
message and identity in the most creative way. I created web design for many famous brand companies.
My research focus on the application of machine leaning (reinforcement learing, graph neural networks) in power systems.
</p>
</section>

Expand All @@ -230,7 +224,7 @@ <h2 class="h2 article-title">About me</h2>

<section class="service">

<h3 class="h3 service-title">What i'm doing</h3>
<h3 class="h3 service-title">Research</h3>

<ul class="service-list">

Expand All @@ -242,10 +236,10 @@ <h3 class="h3 service-title">What i'm doing</h3>
</div>

<div class="service-content-box">
<h4 class="h4 service-item-title">Web design</h4>
<h4 class="h4 service-item-title">Reinforcement Learning for UC</h4>

<p class="service-item-text">
The most modern and high-quality design made at a professional level.
Multi-step reinforcement learning algorithms to solve Unit Commitment (UC) problems.
</p>
</div>

Expand All @@ -258,10 +252,10 @@ <h4 class="h4 service-item-title">Web design</h4>
</div>

<div class="service-content-box">
<h4 class="h4 service-item-title">Web development</h4>
<h4 class="h4 service-item-title">Physics-informed Method for UC</h4>

<p class="service-item-text">
High-quality development of sites at the professional level.
Physics-informed graph convolutional networks to solve Unit Commitment (UC) problems.
</p>
</div>

Expand All @@ -274,10 +268,10 @@ <h4 class="h4 service-item-title">Web development</h4>
</div>

<div class="service-content-box">
<h4 class="h4 service-item-title">Mobile apps</h4>
<h4 class="h4 service-item-title">Physics-informed Method for DR</h4>

<p class="service-item-text">
Professional development of applications for iOS and Android.
Physics-informed graph convolutional networks to solve Dynamic Reconfiguration (DR) in distributed systems.
</p>
</div>

Expand All @@ -290,10 +284,10 @@ <h4 class="h4 service-item-title">Mobile apps</h4>
</div>

<div class="service-content-box">
<h4 class="h4 service-item-title">Photography</h4>
<h4 class="h4 service-item-title">Machine Learning with Polyak stepsize</h4>

<p class="service-item-text">
I make high-quality photos of any category at a professional level.
Polyak stepsize with level value adjustment to accelerate the leaning rate of machine learning.
</p>
</div>

Expand All @@ -310,7 +304,7 @@ <h4 class="h4 service-item-title">Photography</h4>

<section class="testimonials">

<h3 class="h3 testimonials-title">Testimonials</h3>
<h3 class="h3 testimonials-title">Publications</h3>

<ul class="testimonials-list has-scrollbar">

Expand Down
26 changes: 10 additions & 16 deletions index.html.bak
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
<div class="sidebar-info">

<figure class="avatar-box">
<img src="./assets/images/my-avatar.jpg" alt="Richard hanrick" width="80">
<img src="./assets/images/my-avatar.jpg" alt="Jingtao Qin" width="80">
</figure>

<div class="info-content">
<h1 class="name" title="Richard hanrick">Richard hanrick</h1>
<h1 class="name" title="Jingtao Qin">Jingtao Qin</h1>

<p class="title">Web developer</p>
</div>
Expand Down Expand Up @@ -74,7 +74,7 @@
<div class="contact-info">
<p class="contact-title">Email</p>

<a href="mailto:richard@example.com" class="contact-link">richard@example.com</a>
<a href="mailto:[email protected].com" class="contact-link">[email protected].com</a>
</div>

</li>
Expand All @@ -88,7 +88,7 @@
<div class="contact-info">
<p class="contact-title">Phone</p>

<a href="tel:+12133522795" class="contact-link">+1 (213) 352-2795</a>
<a href="tel:+195131xxxx" class="contact-link">+1 (951) 313-xxxx</a>
</div>

</li>
Expand All @@ -102,7 +102,7 @@
<div class="contact-info">
<p class="contact-title">Birthday</p>

<time datetime="1982-06-23">June 23, 1982</time>
<time datetime="1995-11-16">November 16, 1995</time>
</div>

</li>
Expand All @@ -116,7 +116,7 @@
<div class="contact-info">
<p class="contact-title">Location</p>

<address>Sacramento, California, USA</address>
<address>Riverside, California, USA</address>
</div>

</li>
Expand Down Expand Up @@ -209,17 +209,11 @@

<section class="about-text">
<p>
I'm Creative Director and UI/UX Designer from Sydney, Australia, working in web development and print media.
I enjoy
turning complex problems into simple, beautiful and intuitive designs.
I am a PhD student in Electrical and Computer Engineering at the University of California, Riverside (UCR). Additionally, I serve as a research assistant in the Smart City Innovation Laboratory at UCR.
</p>

<p>
My job is to build your website so that it is functional and user-friendly but at the same time attractive.
Moreover, I
add personal touch to your product and make sure that is eye-catching and easy to use. My aim is to bring
across your
message and identity in the most creative way. I created web design for many famous brand companies.
My research focus on the application of machine leaning (reinforcement learing, graph neural networks) in power systems.
</p>
</section>

Expand All @@ -230,7 +224,7 @@

<section class="service">

<h3 class="h3 service-title">What i'm doing</h3>
<h3 class="h3 service-title">Research</h3>

<ul class="service-list">

Expand Down Expand Up @@ -310,7 +304,7 @@

<section class="testimonials">

<h3 class="h3 testimonials-title">Testimonials</h3>
<h3 class="h3 testimonials-title">Publications</h3>

<ul class="testimonials-list has-scrollbar">

Expand Down

0 comments on commit b346a3d

Please sign in to comment.