-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·275 lines (258 loc) · 10.6 KB
/
index.html
File metadata and controls
executable file
·275 lines (258 loc) · 10.6 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<html lang="en">
<head>
<title>Brian's Personal Website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="style/style.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,700" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="#"><img src="img/signature.png"></a> -->
<a class="navbar-brand" href="#">Brian Liu</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<!-- <li><a href="#">Testimonials</a></li> -->
<li><a href="#contacts">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div id="home" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/brother2.png">
<div class="carousel-caption">
<h1 style="font-weight: 700;">get to know Brian Liu</h1>
</div>
</div> <!--- End Active -->
</div>
</div> <!-- End Slider-->
<div id="about" class="container text-center">
<!-- <div class="row text-center"> -->
<h2>About Me</h2>
<img src="img/head.png" id="head_icon">
<!-- <div class="col-md-6">
<img src="img/head.png" id="icon">
</div> -->
<!-- <div class="col-md-6"> -->
<h4>Brian is a M.S student majoring in CS at the University of Southern California</h4>
<!-- <p>I love to build cool stuff! I love solving problems!</p> -->
<!-- <li>M.S student major in CS at the University of Southern California</li> -->
<li>Interested in Machine Learning / Data Mining</li>
<li>1st palce of USC Data Mining Competition</li>
<li>Seeking full-time Developer Position</li>
<div class="row">
<div class="col-sm-2"><img src="img/python.png" id="icon"></div>
<div class="col-sm-2"><img src="img/react.png" id="icon"></div>
<div class="col-sm-2"><img src="img/node-js.png" id="icon"></div>
<div class="col-sm-2"><img src="img/mongodb.png" id="icon"></div>
<div class="col-sm-2"><img src="img/docker.png" id="icon"></div>
<div class="col-sm-2"><img src="img/spark.png" id="icon"></div>
</div>
</div>
<div id="projects" class="container">
<div class="row text-center">
<h2>Projects</h2>
</div>
<div class="row">
<div class="row text-center">
<h3>Tap News: Real-Time News Scraping Website</h3>
</div>
<div class="col-md-6">
<p>Tap News is a project I build with two of my friends. This is a website which will collect daily news from CNN, BBC, ESPN... for users to read. The website will classify the category of news automatically, and thus recommend news to users. User can also adjust their preference to see the recommendation news made by the website.</p>
<h4> Technology We Use: </h4>
<li>React</li>
<li>Python</li>
<li>MongoDB</li>
<li>RabbitMQ</li>
<li>Tensorflow</li>
</div>
<div class="col-md-6">
<div id="myCarousel_prj1" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target='#myCarousel_prj1' data-slide-to="0" class="active"></li>
<li data-target='#myCarousel_prj1' data-slide-to="1"></li>
<li data-target='#myCarousel_prj1' data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/tap_news_front_page.png">
<div class="carousel-caption">
<h4>Tap News</h4>
<!-- <a class="btn btn-info" href="https://goo.gl/fUoGCn">See Project</a> -->
</div>
</div> <!--- End Active -->
<div class="item">
<img src="img/tap_news_like.png">
</div>
<div class="item">
<img src="img/tap_news_preference.png">
</div>
</div>
<!-- Start Slider Controls -->
<a class="left carousel-control" href="#myCarousel_prj1" role="botton" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel_prj1" role="botton" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> <!-- End Slider-->
</div>
</div>
<div class="row text-center">
<br>
<a class="btn btn-primary" href="https://goo.gl/fUoGCn">See Project</a>
</div>
</div> <!-- End Project 1-->
<div class="container">
<div class="row text-center">
<h3>Do you know the Fertility Rate around the World?</h3>
</div>
<div class="row">
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<h4>The Choropleth Map</h4>
<p>Let's see the chorolopleth map. The deeper the color, the higher the fertility rate it is</p>
<!-- <p>He is very good at coding!</p> -->
</div>
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<img src="img/world1.png" class="img-responsive">
</div>
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<h4>The Proportional Map</h4>
<p>Let's see the proportional Map. The larger size of the circle represents the higher fertility rate around the world</p>
</div>
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<img src="img/world2.png" class="img-responsive">
</div>
</div>
<div class="row text-center">
<br>
<a class="btn btn-primary" href="http://www-scf.usc.edu/~chiweili/a9.html">See Project</a>
</div>
</div>
<div class="container">
<div class="row">
<h4><a href="#hidden" data-toggle="collapse">Click to learn more about Fertility Rate!</a></h4>
<div id="hidden" class="collapse">
<h4>Here's the cool thing about Fertility Rate</h4>
<div class="row">
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<h4>1. Fertility Rate around the world is decreasing</h4>
<p>That is a good news to most of the developing country! With less child born, higher chance for the education and income they might receive!</p>
<!-- <p>He is very good at coding!</p> -->
</div>
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<img src="img/FR1.png" class="img-responsive">
</div>
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<h4>2. Fertility Rate is "Strongly" correlate to income of the country (GNI)</h4>
<p>With higher income of the country, the fertility rate will become lower compare to other country. Isn't it interesting?</p>
</div>
<div class="col-lg-6 col-md-3 col-sm-6 col-xs-12">
<img src="img/FR2.png" class="img-responsive">
</div>
</div>
<h5>Data Soucre: <a href = "http://data.un.org/Data.aspx?q=enrolment&d=MDG&f=seriesRowID%3a613">UNData</a></h5>
</div>
</div>
</div>
<div class="container">
<div class="row text-center">
<h3>McDonald's Nutrition Fact</h3>
</div>
<div class="row">
<div class="col-md-6">
<!-- <img src="img/mac2_light.png" class="img-responsive"> -->
<!-- <h4>Tap News: Real-Time News Scraping Website</h4> -->
<p>Everyone loves to eat McDonald, but we care more about our health! This is a website to visualize the nutrition of McDonald's food. By using the website, the user is not only able to see the nutrition of specific product, but compare the nutrition between different products.</p>
<h5> Technology We Use: </h5>
<li>React</li>
<li>Node.js</li>
<li>D3.js</li>
<!-- <a class="btn btn-link" href="https://goo.gl/VCUxWS">See Project</a> -->
</div>
<div class="col-md-6">
<!-- <h4>Preview</h4> -->
<div id="myCarousel_prj2" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target='#myCarousel_prj2' data-slide-to="0" class="active"></li>
<li data-target='#myCarousel_prj2' data-slide-to="1"></li>
<li data-target='#myCarousel_prj2' data-slide-to="2"></li>
<li data-target='#myCarousel_prj2' data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/mac1.png">
<div class="carousel-caption">
<!-- <h4>Tap News</h4>
<a class="btn btn-info" href="https://goo.gl/fUoGCn">See Project</a> -->
</div>
</div> <!--- End Active -->
<div class="item">
<img src="img/mac2.png">
</div>
<div class="item">
<img src="img/mac5.png">
</div>
<div class="item">
<img src="img/mac4.png">
</div>
</div>
<!-- Start Slider Controls -->
<a class="left carousel-control" href="#myCarousel_prj2" role="botton" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel_prj2" role="botton" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> <!-- End Slider-->
</div>
</div>
<div class="row text-center">
<br>
<a class="btn btn-primary" href="https://goo.gl/VCUxWS">See Project</a>
</div>
</div><!-- End Project -->
<footer id="contacts" class="container-fluid text-center">
<div class="row">
<div class="col-sm-4">
<h3>Contact</h3>
<!-- <br> -->
<h4>brian93512@gmail.com</h4>
</div>
<div class="col-sm-4">
<h3>Follow Me</h3>
<!-- <a href="#" class="fa fa-facebook"></a> -->
<a href="https://github.com/brian93512" class="fa fa-github"></a>
<a href="mailto:brian93512@gmail.com" class="fa fa-envelope"></a>
<a href="https://linkedin.com/in/chiwei-brian-liu-aa203095" class="fa fa-linkedin"></a>
<!-- <a href="#" class="fa fa-youtube"></a> -->
</div>
<div class="col-sm-4">
<img src="img/trojan.png" class="icon">
</div>
</div>
</footer>
</body>
</html>