Skip to content

Commit

Permalink
update icon position, update courses in cv
Browse files Browse the repository at this point in the history
  • Loading branch information
livia23k committed May 4, 2024
1 parent 114f8cc commit 91e5bd2
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _tabs/life.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: "Life"
order: 5
order: 21
icon: fa-solid fa-dove
paginate: true
---
Expand Down
2 changes: 1 addition & 1 deletion _tabs/project.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
icon: fa-solid fa-ferry
order: 4
order: 23
---

{% include subhome.html category="project" %}
35 changes: 34 additions & 1 deletion _tabs/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: post
title: "Resume"
toc: true
icon: fas fa-sailboat
order: 7
order: 24
img_path: /assets/img/others/
---

Expand All @@ -19,11 +19,29 @@ img_path: /assets/img/others/
<p style="text-align:left;"><b>Carnegie Mellon University</b><span style="float:right;">Pittsburgh, PA, U.S.</span></p>
<p style="text-align:left;">Master of Science in Electrical and Computer Engineering<span style="float:right;">Aug. 2023 - May 2025</span></p>

<p class="course-list">Courses:</p>

<p class="course-list-item">(Computer Downstream) Foundations of Computer Systems, Computer Graphics;</p>

<p class="course-list-item">(Computer Upstream) Introduction to Computer Security, Building Reliable Distributed System, How to Write Fast Code II;</p>

<p class="course-list-item">(Others) Introduction to Game Design;</p>

<p class="course-list-item">(Upcoming Courses) Computer Game Programming, Real Time Graphics, Computer Vision for Engineers, Cloud Infrastructure and Servicess; </p>

<div style="height: 15px;"></div>

<p style="text-align:left;height:20px;"><b>Tiangong University</b><span style="float:right;">Tianjin, China</span></p>
<p style="text-align:left;height:20px;">Bachelor of Engineering in Computer Science and Technology<span style="float:right;">Aug. 2018 - Jun. 2022</span></p>

<p class="course-list">Courses:</p>

<p class="course-list-item">(Fundamental) Calculas, Linear Algebra, Probabilistic, Data Structure and Algorithms;</p>

<p class="course-list-item">(System) Principles of Computer Composition, Compile System, Operating System, Computer Networking, Database, Cloud and Distributed System;</p>

<p class="course-list-item">(AI) Machine Learning, Computer Vision, Digital Image Processing, Reinforcement Learning;</p>

<div style="height: 25px;"></div>

---
Expand Down Expand Up @@ -60,3 +78,18 @@ See <a href="{{site.baseurl}}/posts/personalities/">link</a> for my detailed rep
---


<style>
.course-list {
text-align:left;
font-weight: bold;
color:DimGray;
}

.course-list-item {
text-align:left;
margin-left: 30px;
color:DimGray;
opacity:0.8;
}

</style>
2 changes: 1 addition & 1 deletion _tabs/tech.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: "Tech"
order: 5
order: 22
icon: fa fa-ship
---

Expand Down

0 comments on commit 91e5bd2

Please sign in to comment.