Updated notATable to description list.
This commit is contained in:
23
index.html
23
index.html
@@ -61,17 +61,20 @@
|
||||
<p>
|
||||
<h3>Teaching <br> <a href="https://blackboard.cuhk.edu.hk" target="_blank">[Blackboard@CUHK]</a></h3>
|
||||
Undergraduate Courses
|
||||
<ul class="notATable">
|
||||
<li><label><b>Spring 2020-2025 </b></label><div>SEEM3580 Risk Analysis for Financial Engineering</div></li>
|
||||
<li><label><b>Fall 2019-2024 </b></label><div>SEEM3590 Investment Science</div></li>
|
||||
</ul>
|
||||
|
||||
<dl>
|
||||
<dt><b>Spring 2020-2025</b></dt>
|
||||
<dd>SEEM3580 Risk Analysis for Financial Engineering</dd>
|
||||
<dt><b>Fall 2019-2024</b></dt>
|
||||
<dd>SEEM3590 Investment Science</dd>
|
||||
</dl>
|
||||
Postgraduate Courses
|
||||
<ul class="notATable">
|
||||
<li><label><b> Spring 2025 </b></label><div>SEEM5140 Optimal Control</div></li>
|
||||
<li><label><b> Spring 2023 </b></label><div>SEEM5670 Advanced Models in Financial Engineering</div></li>
|
||||
<li><label><b> Fall 2021 </b></label><div>SEEM5340 Stochastic Calculus (with <a href="https://sites.google.com/site/xuedonghepage/home" target="_blank">Xuedong He</a> and <a href="https://sites.google.com/view/lingfeili" target="_blank">Lingfei Li</a>)</div></li>
|
||||
</ul>
|
||||
<dl>
|
||||
<dt><b>Spring 2025</b></dt><dd>SEEM5140 Optimal Control</dd>
|
||||
<dt><b>Spring 2023</b></dt><dd>SEEM5670 Advanced Models in Financial Engineering</dd>
|
||||
<dt><b>Fall 2021</b></dt><dd>SEEM5340 Stochastic Calculus (with <a href="https://sites.google.com/site/xuedonghepage/home" target="_blank">Xuedong He</a> and <a href="https://sites.google.com/view/lingfeili" target="_blank">Lingfei Li</a>)</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
</p>
|
||||
<hr id="research" class="style-one">
|
||||
|
||||
|
||||
22
style.css
22
style.css
@@ -339,3 +339,25 @@ background-repeat: no-repeat;
|
||||
transform: translate(15px);
|
||||
}
|
||||
}
|
||||
|
||||
dl {
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
dt {
|
||||
float: left;
|
||||
width: 20%;
|
||||
text-align: right;
|
||||
padding: .25em;
|
||||
clear: left;
|
||||
}
|
||||
dt:after {
|
||||
content: "|";
|
||||
}
|
||||
dd {
|
||||
/* float: left; */
|
||||
/* margin: 0 0 0 110px */
|
||||
width: 90%;
|
||||
padding: .25em 0;
|
||||
}
|
||||
dl:after {content:"";display:table;clear:both;}
|
||||
|
||||
Reference in New Issue
Block a user