Skip to content

Commit

Permalink
add teaching
Browse files Browse the repository at this point in the history
  • Loading branch information
chiache committed May 16, 2019
1 parent 088b778 commit 60554dc
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- vim: set ts=2 sw=2 tw=78 fo=cqt wm=0: -->

<!DOCTYPE HTML>
<!--
Miniport by HTML5 UP
Expand Down Expand Up @@ -41,6 +43,7 @@
<li><a href="#work">Recent Work</a></li>
<li><a href="#pub">Publications</a></li>
<li><a href="#research">Research</a></li>
<li><a href="#teaching">Teaching</a></li>
<li><a href="#history">Personal</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
Expand All @@ -58,8 +61,11 @@
<h1>Hi. I'm <strong>Chia-Che Tsai</strong>.</h1>
</header>
<p>
I am an assistant professor in the CSE department of <a href="http://www.cs.tamu.edu"><b>Texas A&M University</b></a> as a faculty in <b>Spring 2019</b>.
I earned my PhD in December 2017 from <a href="http://www.cs.stonybrook.edu"><b>Stony Brook University</b></a>.
I am an assistant professor in the CSE department of
<a href="http://www.cs.tamu.edu"><b>Texas A&M University</b></a>
as a faculty in <b>Spring 2019</b>.
I earned my PhD in December 2017 from
<a href="http://www.cs.stonybrook.edu"><b>Stony Brook University</b></a>.
In 2018, I was a postdoc in RISE Lab of <b>UC Berkeley</b>.

</p>
Expand Down Expand Up @@ -180,6 +186,26 @@ <h3><a href="#">OS Design Principles</a></h3>
</article>
</div>

<!-- Teaching -->
<div class="wrapper style3">
<article id="teaching">
<div class="container">
<header>
<h3>Teaching</h3>
</header>
<ul class="actions">
<li><h4>
CSCE689 (Fall 2019) - Secure Computer Systems & Architecture
</h4></li>
<li><h4><a href="http://http://courses.cse.tamu.edu/chiache/csce678/s19/">
CSCE678 (Spring 2019) - Distributed Systems & Cloud Computing
</a></h4></li>
</ul>
</div>
</article>
</div>


<!-- Personal History -->
<div class="wrapper style3">
<article id="history">
Expand Down Expand Up @@ -384,7 +410,10 @@ <h4>Stable deterministic multithreading through schedule memoization</h4>
</ul>
</div>
</article>
</div>

<!-- Program Committee -->
<div class="wrapper style3">
<article id="pc-list">
<div class="container">
<header>
Expand All @@ -401,10 +430,8 @@ <h3>Program Committee</h3>
</ul>
</div>
</article>

</div>


<!-- Contact -->
<div class="wrapper style4">
<article id="contact" class="container 75%">
Expand Down

0 comments on commit 60554dc

Please sign in to comment.