-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (57 loc) · 3.19 KB
/
index.html
File metadata and controls
80 lines (57 loc) · 3.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Linlihe.GitHub.io : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Linlihe.GitHub.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/LinLihe">View on GitHub</a>
<h1 id="project_title">Linlihe.GitHub.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>welcome</h3>
<p>This is a collection of some of my technical work related to quantitative finance. Homework sets, papers I've authored, Python programs, and blog posts are all fair game.</p>
<h3>
<a id="my-python-noteboook" class="anchor" href="#my-python-noteboook" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>My python noteboook</h3>
<ul>
<li><a href="https://github.com/LinLihe/Quant-python/blob/master/python-basics-notebook.ipynb">Python basics</a></li>
<li><a href="https://github.com/LinLihe/Quant-python/blob/master/python-secret-notebook.ipynb">secret(Project Euler)</a></li>
<li><a href="https://github.com/LinLihe/qfrm-python/blob/master/python-interview-notebook-empty.ipynb">interview practice</a></li>
<li><a href="https://github.com/LinLihe/qfrm-python/blob/master/finance/python-black-scholes-merton.ipynb">Black-Scholes-Merton</a></li>
</ul>
<h3>
<a id="my-linkedin" class="anchor" href="#my-linkedin" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>My Linkedin</h3>
<ul>
<li><a href="https://www.linkedin.com/in/lihe-lin-5bb465b3">Lihe's Linkedin</a></li>
</ul>
<h3>
<a id="python-in-finance" class="anchor" href="#python-in-finance" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Python in Finance</h3>
<p>We use Python in some of our classes, and here is some of my work:</p>
<ul>
<li><a href="https://github.com/LinLihe/Quant-python/blob/master/python-basics-notebook.ipynb">Basics notebook</a></li>
<li><a href="https://github.com/LinLihe/Quant-python/blob/master/python-secret-notebook.ipynb">Secret notebook</a></li>
</ul>
<h3>
<a id="about-me" class="anchor" href="#about-me" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About me</h3>
<p>I am a grad student at the University of Michigan, in the <a href="https://lsa.umich.edu/math/graduates/quantitative-finance.html">Quantitative Finance and Risk Management</a> program. I did my undergraduate work in Mathematics and Applied Mathematics of Wuhan University.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>