diff --git a/index.html b/index.html
index df85f62..19c761e 100644
--- a/index.html
+++ b/index.html
@@ -51,13 +51,13 @@
-
- - Fall 2021 | SEEM5340 Stochastic Calculus (with Xuedong He and Lingfei Li)
- - Fall 2021 | SEEM3590 Investment Science
- - Spring 2021 | SEEM3590 Risk Analysis for Financial Engineering
- - Fall 2020 | SEEM3590 Investment Science
- - Spring 2020 | SEEM3580 Risk Analysis for Financial Engineering
- - Fall 2019 | SEEM3590 Investment Science
+
+
+ SEEM3590 Investment Science
+ SEEM3590 Risk Analysis for Financial Engineering
+ SEEM3590 Investment Science
+ SEEM3580 Risk Analysis for Financial Engineering
+ SEEM3590 Investment Science
Research Interest
diff --git a/style.css b/style.css
index be89ab7..083270e 100644
--- a/style.css
+++ b/style.css
@@ -64,3 +64,31 @@ ul#course {
hr {
border-top: dashed 1px;
}
+
+.notATable {
+ display:table;
+ list-style:none;
+ padding-left:0;
+}
+
+.notATable > li
+{
+ display:table-row;
+}
+
+.notATable > li > *
+{
+ display:table-cell;
+ padding:2px;
+}
+
+
+.notATable label {
+ font-weight:bold;
+ text-align:right;
+}
+
+.notATable label:after {
+ content: '|';
+}
+