-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
496 lines (398 loc) · 18.4 KB
/
index.html
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>China's Prices Project</title>
<meta name="viewport" id="viewport" content="width=320, initial-scale=1, maximum-scale=1, user-scalable=no">
<script src="js/jquery-3.2.0.min.js"></script>
<!--<script src="js/jquery.paroller.min.js"></script>-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--<link rel="stylesheet" href="css/index.css">-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/nav.css">
<!--<link rel="stylesheet" href="css/pace.css">-->
<!-- font -->
<style>
@font-face {
font-family: 'CovesLight';
src: url('fonts/CovesLight.eot');
src: url('fonts/CovesLight.eot') format('embedded-opentype'),
url('fonts/CovesLight.woff2') format('woff2'),
url('fonts/CovesLight.woff') format('woff'),
url('fonts/CovesLight.ttf') format('truetype'),
url('fonts/CovesLight.svg#CovesLight') format('svg');
}
.CovesLight {
font-family: CovesLight, cursive;
}
</style>
</head>
<body class="CovesLight index body">
<nav class="" id="nav">
<a href="http://xmucpp.com">
<img src="images/cppicon.png" alt="cppLogo" id="nav-logo">
</a>
<ul id="nav-right-menu">
<li><a href="#">Research</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="service.html">Services</a></li>
<!--<li>
<a href="#">aaa
<ul>
<li>a</li>
<li>a</li>
<li>a</li>
</ul>
</a>
</li>-->
</ul>
<img src="images/bars.svg" alt="menu" id="mobile-menu-bars">
<menu id="mobile-menu">
<img src="images/cross.svg" alt="close" id="mobile-menu-close">
<ul id="mobile-menu-content">
<li><a href="#">Research</a></li>
<li><a href="#">Blog</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="#">Services</a></li>
<!--<li>
<a href="#">aaa
<ul>
<li>a</li>
<li>a</li>
<li>a</li>
</ul>
</a>
</li>-->
</ul>
</menu>
</nav>
<header class="container section" id="welcome-page">
<div id="black"></div>
<div class="row" id="welcome-info">
<div class="col-md-3"></div>
<div class="col-md-6" style="padding: 3rem 0 3rem 0; /*background-color: rgba(34,34,34,0.5);*/ position: relative; margin-top: calc((100vh - 40rem) / 2)">
<h1 id="title" style="font-size: 6rem">China's Prices Project</h1>
<h4 id="slogan" style="font-size: 3rem; margin-top: 4rem">All From Data, All About Data.</h4>
<!--<div class="color-block" style="background-color: rgba(34,34,34,0.8); bottom: -20% ; right: -30%; height: 30%; width: 70%;"></div>-->
</div>
<div class="col-md-3"></div>
</div>
</header>
<!--
<section class="container section instruction"style="background-color: #eee; color: #f85313;">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<h1>
Instructions(Read Me):
</h1>
<p style="font-size: 2rem; text-align: center">
To continue our website, what I need are your contents to fill into the website pages.
<br>
Let's start with our HOME PAGE.
What I need is as follows:
</p>
<ul style="font-size: 2rem; color: #3d6bff;">
<li>Menu options in the navigation bar. e.g Home, Research etc...</li>
<li>"about us" description as you can see in the following part </li>
<li>"about our project" description</li>
<li>"tutorials" (or something similar)</li>
<li>"our tech"(or something like that)</li>
<li>"our personnel"</li>
<li>"our services"</li>
</ul>
<p style="font-size: 2rem; text-align: center">
As for the content, you can refer to <a href="http://bpp.mit.edu/" target="_blank">BPP</a>
<br>
NOTE: I will be unable to continue until I get the content.
<br>
PS. All the materials are supposed to be in English.
<br>
<br>
The page is currently at <a href="">xmucpp.github.io/index.html</a>
<br>
<br>
<p style="float:right;text-align: right">best, <br>Austin 2017/05/09</p>
</p>
</div>
</div>
</section>
-->
<main>
<section class="container section" style="background-color: #eee;/*background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);*/">
<div class="row">
<header class="col-md-12">
<h1>About Us</h1>
</header>
<div class="col-md-12">
<p>
China’s Prices Project is an academic research program
incorporating both online platform and big data technology to
conduct relevant research in the domain of economics. Comprised
of undergraduates, it serves as both a group of data-science and a
team for scientific research.
This project was founded and led by Guo Zhang from The Wang
Yanan Institute for Studies in Economics (WISE) in Xiamen
University. The advisors of the project (also from WISE) are Prof.
Jiaming Mao and Prof. Wanlei Zhao. CPP’s team member covers
most of the majors in XMU, and is currently expanding nationwide,
even across. Our research centers on computing high-frequency
price data online and the industrial organizations of internet
platforms, ranging from the domain of economics to social science
and business studies. Our work also involves the research on datascience.
A series of data-related tasks(data collecting, cleaning,
analyzing, visualization etc. ) are handled with Python codes. We
have been(and will be) accumulating cross-disciplinary information
in the field of economics, management, statistics, data science,
computer science and software technology, and at the same time
learning to cooperate, to properly manage a research project and
to publicize the work through trials and errors. With our memories
to hold, friendship to last.
We look forward to pooling more efforts and further improving the
way we organize, in the hope of making changes that will
eventually benefit more people and organizations.
</p>
</div>
</div>
</section>
<section class="container section" style="background-color: #f9f4ed/*background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/">
<div class="row">
<header class="col-md-12">
<h1>Research</h1>
</header>
<div class="col-md-6">
<h3>Making China CPI-like Daily Online Prices Indexes</h3>
<br>
<p>
Taking the Billion Prices Project(MIT)’s previous work for reference,
our data comes mostly from web-scraping(data scraped from Ecommerce
platforms like T-mall and JD ) and database,relying on
data-mining technology. We cross-checked China's official CPI
computation method to process our data accordingly. In the hope
of rendering up-to-date information on price level and, at the same
time, validating the credibility of the iSPI and iCPI indexes
published by Ali and InciteData respectively. </p>
</div>
<div class="col-md-6">
<h3>Consumer Quality Search on Online Retailer Platforms: <br>A Structural Approach</h3>
<p>
We extended the model about user search and platform design
Levin proposed in 2014, studied how replacing the default search
rank of product quality with individual sale volumes will affect the
pricing strategy of retailers on relevant platforms. The result of the
study can be used for retailing platforms to further optimize the
algorithm of their search rank, to get better search results and
increase the total social welfare. </p>
</div>
</div>
</section>
<section class="container section" style="/*background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);*/">
<div class="row">
<header class="col-md-12">
<h1>Technology</h1>
</header>
<div class="col-md-12">
<!--<h3>Calculating China’s High-Frequency online prices index</h3>-->
<p>
We expertise in information technology like data science, scientific
computation and page development. Such skills can be effectively
used in empirical analysis, team management and presentation.
Our cumulative knowledge on Python together with it’s commonly
used, third-party libraries is meanwhile expanding, as well as the
data collecting experience of tenths of websites, we deployed such
resource to maintain and manage the general distributed
framework of mass data, cleaning multiple forms of unstructured
data and to conduct analysis based on econometrics and
statistical models. The team have now been working on the field of
data visualization, text mining and machine learning, together with
the front-end and back-end development, and the third-party
libraries of Python codes.
</p>
</div>
</div>
</section>
<section class="container section" style="background-color: #dcfffc;">
<div class="row">
<header class="col-md-12">
<h1>Services</h1>
</header>
<div class="col-md-12">
<!--<h3>Calculating China’s High-Frequency online prices index</h3>-->
<p>
Our research services, mainly provided for university initiatives,
covers data, website, training programs, and organizing projects. It
includes data collection, data cleaning, data analysis, data
visualization, training programs for data science, website
development for scientific projects and organizing RA programs.
The professors we so far worked with includes (Family name
alphabetically arranged) Prof. Xin Fu, Mouhua Liao, Xiaoning Long,
Lina Meng, Luhang Wang, Jiaxing Liou and so forth, and
participated in roughly twenty research projects.
</p>
</div>
</div>
</section>
<section class="container section">
<div class="row">
<header class="col-md-12">
<h1>Team</h1>
</header>
<div class="col-md-4">
<h3>Founder&Leader</h3>
<figure>
<img class="photo" src="images/iguo.png" alt="iguo">
<figcaption>iGuo</figcaption>
</figure>
<p>
</p>
<a href="http://zhangguo.me"><button class="more-button">more</button></a>
</div>
<div class="col-md-4">
<h3>co-founder</h3>
<figure>
<img class="photo" src="images/man.svg" alt="Suri">
<figcaption>Suri</figcaption>
</figure>
<p>
</p>
<a href="#"><button class="more-button">more</button></a>
</div>
<div class="col-md-4">
<h3>Leader of global team</h3>
<figure>
<img class="photo" src="images/man.svg" alt="jiacheng">
<figcaption>Jiacheng</figcaption>
</figure>
<p>
</p>
<a href="#"><button class="more-button">more</button></a>
</div>
</div>
</section>
</main>
<footer class="section" id="footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<h3>Contact Us</h3>
<h3 class="footer-email"><img class="footer-icon" src="images/corporation.svg" alt="corporation"> Corporation: we@xmucpp.com</h3>
<h3 class="footer-email"><img class="footer-icon" src="images/dataservice.svg" alt="dataservice"> Data Services: services@xmucpp.com</h3>
<h3 class="footer-email"><img class="footer-icon" src="images/recruitment.svg" alt="recruitment"> Recruitment: hr@xmucpp.com</h3>
<h3 class="footer-email"><img class="footer-icon" src="images/website.svg" alt="website"> Website: website@xmucpp.com</h3>
</div>
<div class="col-md-3">
<h3>More Links</h3>
<a href="https://github.com/xmucpp" id="footer-github">
<h3 class=""><img class="footer-icon" src="images/github.svg" alt="github"> Github</h3>
</a>
<a href="https://zhuanlan.zhihu.com/xmucpp" id="footer-zhihu">
<h3><img class="footer-icon" src="images/zhihu.svg" alt="zhihu"> Zhihu</h3>
</a>
<h4></h4>
<h4></h4>
</div>
</div>
</div>
<small id="copy">
©2017 China's Price Project, All Rights Reserved
</small>
</footer>
<script>
(function () {
//link empty a elements to constructing.html
$('a').attr('target', '_blank');
$('a[href="#"]').attr('href', 'constructing.html');
// meta viewport
function isMobile() {
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Mobi/i.test(navigator.userAgent) ||
window.innerWidth < 500;
}
function setScale() {
if (window.top !== window) {
return;
}
var pageScale = 1;
var width = document.documentElement.clientWidth || 320;
var height = document.documentElement.clientHeight || 486;
if (width / height >= 320 / 486 && width < 768) {
pageScale = height / 486;
} else if (width / height < 320 / 486 && width < 768) {
pageScale = width / 320;
} else if (width >= 768 && width <= 1024) { // iPad
pageScale = width / 500
}
// console.log('screen.width', width, 'screen.height', height, 'setScale', pageScale);
// meta
var content = 'width=320, initial-scale=' + pageScale + ', maximum-scale=' + pageScale + ', user-scalable=no';
document.getElementById('viewport').setAttribute('content', content);
}
if (isMobile()) {
setScale();
}
//
var $nav = $('#nav');
var $welcomeInfo = $('#welcome-info');
var $welcomePage = $('#welcome-page');
var $navRightMenu = $('#nav-right-menu');
var $copy = $('#copy');
var $mobileBars = $('#mobile-menu-bars');
var $mobileMenu = $('#mobile-menu');
var $mobileClose = $('#mobile-menu-close');
$mobileBars.click(function () {
$mobileMenu.css({
'right': '0'
})
});
$mobileClose.click(function () {
$mobileMenu.css({
'right': '-105%'
})
});
$copy.css({
'margin-left': ($copy.parent().width() - $copy.width())/2
});
function verticalCenter(JqueryElm) {
var parentHeight = JqueryElm.parent().height();
var selfHeight = JqueryElm.height();
var margin = (parentHeight - selfHeight) / 2;
JqueryElm.css('margin-top', margin);
}
$rows = $('section > .row');
verticalCenter($rows);
//centering
/*setInterval(function () {
/!*$navRightMenu.xyCenter();
$welcomeInfo.xyCenter({
direction: 'y'
});*!/
/!*$small.xyCenter({
direction:'x'
});*!/
}, 15);*/
$welcomePage.css({'background-image': 'url(images/innovation.jpg)'});
setInterval(function () {
var imgUrl = ['url(images/data.jpg)', 'url(images/innovation.jpg)', 'url(images/coins.jpg)', 'url(images/arrow.jpg)'];
var imgChoice = Math.random() * 10;
imgChoice = imgUrl[Math.floor(imgChoice) % 4];
$welcomePage.css({'background-image': imgChoice});
}, 3500);
$('#warning').css({'display':'block'});
setTimeout(function(){
$('#warning').css({'display':'none'});
},4000);
$(window).scroll(function () {
var windowScrollTop = $(window).scrollTop();
if ($nav && windowScrollTop < window.innerHeight - 150) {
$nav.css({'height': '10rem', 'background-color': 'transparent'});
$navRightMenu.css({'margin-top':'calc((10rem - 3rem) / 2)'});
} else if (windowScrollTop >= window.innerHeight - 150) {
$nav.css({'height': '6rem', 'background-color': '#000'});
$navRightMenu.css({'margin-top':'calc((6rem - 3rem) / 2)'});
}
});
})(window)
</script>
</body>
</html>