-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
198 lines (175 loc) · 7.56 KB
/
index.html
File metadata and controls
198 lines (175 loc) · 7.56 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Ruochen Liang</title>
<link rel="stylesheet" href="css/style.css">
<link rel='stylesheet' href='bootstrap-3.3.5-dist/css/bootstrap.min.css'>
<link rel="stylesheet" href="font-awesome-4.4.0/css/font-awesome.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
</head>
<body>
<head>
<title> Ruochen Liang's Work Station</title>
</head>
<!-- I will build this website from top to bottom -->
<!-- First thing first is a navigation bar-->
<body>
<nav class='navbar navbar-default navbar-fixed-top'>
<div class='container-fluid'>
<!--container for the navigation bar-->
<div class='navbar-header'>
<!-- Brand and toggle get grouped for better mobile display -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class='navbar-brand' href='#'> Ruochen </a>
</div>
<!-- Collect navigation links-->
<div class="collapse navbar-collapse">
<ul class='nav navbar-nav'>
<li> <a href='#'>Home</a></li>
<li> <a href='#about'> About </a></li>
<li> <a href='#teaching'> Teaching </a></li>
<li> <a href='https://github.com/vincentLiangBerkeley'><i class="fa fa-github fa-fw"></i> Github </a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header, this can be deleted -->
<a name='#home'></a>
<div class='intro-header'>
<div class='container'>
<div class='row'>
<div class='col-lg-12'>
<div class='intro-message'>
<h1> Ruochen's Workstation</h1>
<hr class='intro-divider'>
<div class='row'>
<div class='col-md-3'>
<img id='emotion' class='img-circle img-responsive' src='emotion1.png' alt='IMG'>
</div>
<script type="text/javascript">
$("#emotion").hover(function(){
$('#emotion').animate({
opacity:0.25
}, 100, function(){
var src = ($(this).attr('src')==='emotion1.png') ? 'emotion2.png':'emotion1.png';
$(this).attr('src', src);
$('#emotion').animate({
opacity:1.0
}, 100, function(){});
});
});
</script>
<div class='col-md-9'>
<h3 id='head-message'> Many people can learn math, but few can learn it in one life cycle.</h3>
<ul class='contact'>
<li>Email: liangrc2012[AT]berkeley.edu
</li>
<li>Office: 739 Evans
</li>
<li>Office Hours: Tuesday Thursday 5:00-6:00 pm</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--About -->
<a name='about'></a>
<div class='content-section-a'>
<div class='container'>
<div class='row'>
<div class='col-lg-5 col-sm-6'>
<h2 class='section-heading'>Ruochen Liang
</h2>
<br>
<br>
<p class='lead'>
I am a second year Ph.D student in <a href='http://www.berkeley.edu'>UC Berkeley</a>. Prior to that I was pursuing my undergraduate Math degree in <a href='http://www.hku.hk'>The University of Hong Kong</a>.
<br>
<br> My primary research interests lie in numerical linear algebra and its possible applications. Currently I am studying machine learning and trying to explore opportunities in that.
<br>
<br> Besides Math I also play classical guitar and I believe that Math and Music have some things in common :)
</p>
</div>
<!--col-->
<div class="col-lg-5 col-lg-offset-2 col-sm-6 collapse navbar-collapse">
<img class="img-circle img-responsive" src='Thumb1.png' alt="">
</div>
</div>
<!--row -->
</div>
<!--container -->
</div>
<!--content-section-a-->
<a name='teaching'></a>
<div class='content-section-b'>
<div class='container'>
<div class='row'>
<div class='col-lg-5 col-sm-6'>
<h2 class='teaching'>Teaching</h2>
<p class='lead'>
Since I have accidentally deleted the my website folder on the server, I have lost all my past teaching materials and sigh....<br><br>
Here's the <a href="http://alumni.berkeley.edu/california-magazine/just-in/2014-09-02/cal-lecturers-email-students-goes-viral-why-i-am-not" target='blank'>email</a> that went virus I mentioned to you guys in section, try reading it.<br><br>
Here's a <a href="sections/Series.pdf", target='blank'>decision tree</a> I make for testing convergence of a series.
<ul class='teaching'>
<li> Fall 2014: <a href='https://math.berkeley.edu/~apaulin/1B_002.html'>MATH 1B</a> with Alexander Paulin (Dont try to Google him). But I also find this <a href='https://math.berkeley.edu/~reshetik/index1b-14.html'>website</a> very useful.
</li>
<li> Spring 2015: <a href='https://math.berkeley.edu/~qadeer/teaching/Math1B/Math1B.html'>MATH 1B</a> with Alexander Coward.
<li> Fall 2015: <a href='https://math.berkeley.edu/~vojta/1b.html'>MATH 1B</a> with Professor Paul Vojta. </br>
Here are solutions to sample final and review section:
<a href="sections/Sample_final.pdf", target='blank'>Sample final</a>, <a href="sections/Final_review.pdf", target='blank'>Final review</a>.<br>
<a href="https://github.com/vincentLiangBerkeley/Website/tree/master/Fall%202015%201B">Archived section worksheets</a>
<li>Spring 2016: <a href="https://math.berkeley.edu/~vivek/54.html">MATH 54</a> with Vivek Shende</li>
<li>An article for you to read: <a href="Writing_sample.pdf">Computational questions</a></li>
</ul>
</p>
</div>
<div class="col-lg-5 col-lg-offset-1 col-lg-5">
<p class='lead second'>
Spring 2017 <br>
<ul class='teaching'>
<h4>If you know share latex, <a href="https://www.sharelatex.com/project/56a179256a47d2dc0e4158bf", target='blank'>here</a> is the collection of all worksheets . Otherwise, see below</h4>
</ul>
</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a href="#">Home</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#about">About</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#portfolio">Teaching</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © Ruochen Liang 2015. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
</body>
<script src="js/index.js"></script>
</body>
</html>