-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
405 lines (296 loc) · 17.1 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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
The above 2 meta tags *must* come first in the <head>
to consistently ensure proper document rendering.
Any other head element should come *after* these tags.
-->
<title>Ruiqi Liu</title>
<!-- Set the base URL for all relative URLs within the document
<base href="http://localhost:4000">-->
<!--
Allows control over where resources are loaded from.
Place as early in the <head> as possible, as the tag
only applies to resources that are declared after it.
-->
<!-- Short description of the document (limit to 150 characters) -->
<!-- This content *may* be used as a part of search engine results. -->
<meta name="description" content="">
<!-- Control the behavior of search engine crawling and indexing -->
<meta name="robots" content="index,follow"><!-- All Search Engines -->
<meta name="googlebot" content="index,follow"><!-- Google Specific -->
<!-- Verify website ownership -->
<meta name="google-site-verification" content=""><!-- Google Search Console -->
<meta name="yandex-verification" content=""><!-- Yandex Webmasters -->
<meta name="msvalidate.01" content=""><!-- Bing Webmaster Center -->
<meta name="alexaVerifyID" content=""><!-- Alexa Console -->
<meta name="p:domain_verify" content=""><!-- Pinterest Console-->
<meta name="norton-safeweb-site-verification" content=""><!-- Norton Safe Web -->
<!-- Allows control over how referrer information is passed -->
<meta name="referrer" content="no-referrer">
<!-- Disable automatic detection and formatting of possible phone numbers -->
<meta name="format-detection" content="telephone=true">
<!-- Completely opt out of DNS prefetching by setting to "off" -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<!-- Geo tags -->
<!-- meta name="ICBM" content="latitude, longitude"-->
<!-- meta name="geo.position" content="latitude;longitude"-->
<!-- meta name="geo.region" content="country[-state]"><Country code (ISO 3166-1): mandatory, state code (ISO 3166-2): optional; eg. content="US" / content="US-NY" -->
<!-- meta name="geo.placename" content="city/town"><eg. content="New York City" -->
<!-- Link to an external CSS file -->
<link href="https://fonts.googleapis.com/css2?family=Parisienne&family=Courgette&family=Lobster&family=Pacifico&family=Yellowtail&family=Noto+Sans+JP:wght@400;900&family=Poppins:wght@500&family=Righteous&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/icon_style.css">
<link rel="stylesheet" href="css/style.css">
<!-- BootStrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!--<script src="https://kit.fontawesome.com/32a2b2a489.js" crossorigin="anonymous"></script> -->
<script src="https://kit.fontawesome.com/e5af81c3db.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- GIT TALK CDN for comment system -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.css">
<script src="https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js"></script>
<script src="https://code.iconify.design/2/2.0.2/iconify.min.js"></script>
<!-- Provides information about an author or another person -->
<link rel="me" href="mailto:[email protected]">
<link rel="me" href="sms:+">
<!-- Open Search -->
<!-- link rel="search" href="/open-search.xml" type="application/opensearchdescription+xml" title="Search Title" -->
<!-- Feeds -->
<!-- link rel="alternate" href="https://feeds.feedburner.com/example" type="application/rss+xml" title="RSS" -->
<!-- link rel="alternate" href="https://example.com/feed.atom" type="application/atom+xml" title="Atom 0.3" -->
<!-- For IE 10 and below -->
<!-- Place favicon.ico in the root directory - no tag necessary -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/icons/favicon-16x16.png">
<link rel="mask-icon" href="/assets/img/icons/safari-pinned-tab.svg" color="#5bbad5">
<meta property="fb:app_id" content="">
<meta property="og:url" content="http://localhost:4000">
<meta property="og:type" content="website">
<meta property="og:title" content="Ruiqi Liu, ">
<meta property="og:image" content="assets/img/ruiqiliu.jpg">
<meta property="og:image:alt" content="Ruiqi Liu's Website">
<meta property="og:description" content="">
<meta property="og:site_name" content="Ruiqi Liu">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="Ruiqi">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Ruiqi-Liu-12">
<meta name="twitter:creator" content="@Ruiqi-Liu-12">
<meta name="twitter:url" content="http://localhost:4000">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="assets/img/ruiqiliu.jpg">
<meta name="twitter:image:alt" content="Ruiqi Liu's Website">
<!-- Used for adding in-document CSS -->
<!-- JavaScript & No-JavaScript tags -->
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/[email protected]/styles/monokai-sublime.min.css">
<script src="https://unpkg.com/@highlightjs/[email protected]/highlight.min.js"></script>
<!-- and it's easy to individually load additional languages -->
<script src="https://unpkg.com/@highlightjs/[email protected]/languages/go.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<!--
<script>
$(document).ready(function() {
$(".toast").toast('show');
});
</script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', ');
</script>
<noscript>
<!-- No JS alternative -->
</noscript>
<body style="background-color:;width: calc(100vw - 34px);" >
<!-- <nav class="navbar navbar-expand-lg glowing-border mb-4" style="font-family:Poppins;background-color:#F0F3F8;"> -->
<nav class="navbar navbar-expand mynav-bottom" style="font-family:Poppins;" id="nav_top">
<a class="navbar-brand"><h4 style="font-size:25px;font-family:Lucida Handwriting;font-weight:1000;color:#000000;">Ruiqi Liu</h4></a>
<!--<button class="navbar-toggler text-black" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-caret-down"></i>
</button>-->
<!-- <div class="navbar-collapse" id="navbarSupportedContent"> -->
<div class="navbar" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a href="/index.html" class="nav-link highlighted3 active-page" style="font-family:Poppins;color:#000000;">About</a>
</li>
<li class="nav-item">
<a href="/research.html" class="nav-link highlighted3" style="font-family:Poppins;color:#000000;">Research</a>
</li>
<li class="nav-item">
<a href="/miscellaneous.html" class="nav-link highlighted3" style="font-family:Poppins;color:#000000;">Miscellaneous</a>
</li>
</ul>
</div>
</nav>
<!-- <div class="dumbarton-spacer-sm"></div>-->
<div class="container indexcontainer container-page">
<!-- HELP TIPS SECTION -->
<!-- used only for develop mode, disable these in _config.yml with `help_tips: false` -->
<!-- ABOUT ME SECTION -->
<div class="card mx-auto border-0" style="position:relative;background-color:;">
<div class="row">
<div class="col-md-4">
<div class="row">
<div class="col text-center center-block">
<img src="assets/img/avatar/ruiqiliu.png" class="img-thumbnail" alt="..." style="width:90%;">
</div>
</div>
<br>
<div class="row">
<div class="col center-block text-center">
<span style="color:#000000;">
<a class="social-link" href="https://www.dropbox.com/s/az9ffefl1nr5r3h/RuiqiLiu_CV.pdf?dl=0" target="_blank">
<span style="color: #000000;">
<i class="icon-my-cv" data-toggle="tooltip" title="CV"></i></a>
</span>
<a class="social-link" href="https://www.researchgate.net/profile/Ruiqi-Liu-12" target="_blank">
<span style="color: #000000;">
<i class="icon-my-rg" data-toggle="tooltip" title="Research Gate"></i></a>
</span>
<a href="https://github.com/gogolrq" target="_blank">
<span style="color: #000000;">
<i class="icon-my-git" data-toggle="tooltip" title="Github"></i></a>
</span>
<a href="https://scholar.google.com/citations?user=8ClnbmIAAAAJ" target="_blank">
<span style="color: #000000;">
<i class="icon-my-google" data-toggle="tooltip" title="Google Scholar"></i></a>
</span>
<a href="https://orcid.org/0000-0001-9392-3071" target="_blank">
<span style="color: #000000;">
<i class="icon-my-oid" data-toggle="tooltip" title="ORCID"></i></a>
</span>
<a href="https://www.mathgenealogy.org/id.php?id=265066" target="_blank">
<span style="color: #000000;">
<i class="icon-my-tree" data-toggle="tooltip" title="Genealogy"></i></a>
</span>
<i> </i>
</span>
</div>
</div>
</div>
<!-- EDUCATION SECTION -->
<div class="col-md-8">
<div class="card-body mt-1" style="color:;padding-top: 0px;">
<p style="color:;"><h1 class="mx-auto" style="font-family:Courgette;"> Welcome! </h1>
<h4 class="mx-auto"> My name is Ruiqi Liu (刘瑞琪). </h4>
<p><br /></p>
<p style="text-align: justify;">
I am an Assistant Professor in the Department of Mathematics and Statistics at <a href="https://www.depts.ttu.edu/math/
" target="_blank" class="highlighted">Texas Tech University</a>.
</p>
<!--From 2018 to 2020, I broadened my research interests when working with <a href="https://scholar.google.com/citations?user=5iA1iRoAAAAJ&hl=en
" target="_blank" class="highlighted">Dr. Zuofeng Shang</a> as a postdoctoral fellow at <a href="https://math.iupui.edu/
" target="_blank" class="highlighted">IUPUI</a>. I received my Ph.D. from <a href="https://www2.math.binghamton.edu/p/start
" target="_blank" class="highlighted">Binghamton University</a> in 2018 under the supervision of <a href="https://www2.math.binghamton.edu/p/people/anton/start
" target="_blank" class="highlighted">Dr. Anton Schick</a> and <a href="https://scholar.google.com/citations?user=5iA1iRoAAAAJ&hl=en
" target="_blank" class="highlighted">Dr. Zuofeng Shang</a>. Before coming to the United States, I obtained a dual Bachelor's degree in Mathematics and Management from <a href="http://www.sysu.edu.cn/en/index.htm
" target="_blank" class="highlighted">Sun Yat-sen University</a> in 2013.-->
<div class="row">
<div class="col-md-9">
<i class="fas fa-dice-d20 fa-spin" style="color: firebrick"></i> <strong>Research Interests</strong><br />
<ul class="fa-ul">
<li><i class="fa-li bi bi-bar-chart-line-fill"></i>Econometrics</li>
<li><i class="fa-li fas fa-chart-line"></i>Semi/Nonparametric Statistics</li>
<li><i class="fa-li fas fa-robot"></i>Statistical Machine Learning</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-9">
<i class="fa fa-gear fa-spin" style="color: firebrick"></i> <strong>Contact Information</strong><br />
<ul class="fa-ul">
<li><i class="fa-li fas fa-building"></i>MA 215, Department of Mathematics & Statistics</li>
<li><i class="fa-li icon-my-location"></i>Texas Tech University, 1108 Memorial Circle, Lubbock, TX, 79409</li>
<li><i class="fa-li icon-my-email2"></i>ruiqliu (at) ttu (dot) edu</li>
<li><i class="fa-li icon-my-globe"></i><a href="https://www.math.ttu.edu/~ruiqliu" target="_blank" class="highlighted">www.math.ttu.edu/~ruiqliu</a></li>
</ul>
<!--</div>
<div class="col-md-3"><img src="/assets/img/icons/raider.png" style="width: 100%; height: 100%" alt="TTU">
</div>-->
</div>
</div>
<p>
</div>
</div>
</div>
</div>
<!-- box section
<div class="row">
<div class="col-md-12" style="border: 1px solid grey; background-color: lightblue;">
##### Publications
- Identification and Estimation in Panel Models with Overspecified Number of Groups <a href="https://www.sciencedirect.com/science/article/abs/pii/S0304407619302118" target="_blank"><i class="fas fa-share-square" data-toggle="tooltip" title="Published Version"></i></a> & <a href="https://www.dropbox.com/s/3plhifghgqcyn20/Revision_3ndRound_09232019_Final.pdf?dl=0
" target="_blank"><i class="fas fa-file-pdf" data-toggle="tooltip" title="Preprint"></i></a><br> (**Ruiqi Liu**, Zuofeng Shang, Qiankun Zhou and Yonghui Zhang, 2020. <i>Journal of Econometrics</i>, 215, 574-590)
- A Consistent Test of Independence and Goodness-of-fit in Linear Regression Models <a href="https://www.tandfonline.com/doi/abs/10.1080/03610918.2020.1728316?journalCode=lssp20" target="_blank"><i class="fas fa-share-square" data-toggle="tooltip" title="Published Version"></i></a><br> (Qiqing Yu and **Ruiqi Liu**, 2020. <i>Communications in Statistics - Simulation and Computation</i>, to appear)
- Statistical Inference on Panel Data Models: A Kernel Ridge Regression Method <a href="https://amstat.tandfonline.com/doi/abs/10.1080/07350015.2019.1660176?journalCode=ubes20#.XZJLoUZKiHs
" target="_blank" data-toggle="tooltip" title="Published Version"><i class="fas fa-share-square"></i></a> & <a href="https://www.dropbox.com/s/7p8xpjisgbqa52n/ZLS2018_JBES_All.pdf?dl=0
" target="_blank"><i class="fas fa-file-pdf" data-toggle="tooltip" title="Preprint"></i></a><br>
(Shunan Zhao, **Ruiqi Liu** and Zuofeng Shang, 2021. <i>Journal of Business & Economic Statistics</i>, 39, 325-337)
- Testing Community Structures for Hypergraphs <a href="https://arxiv.org/abs/1810.04617
" target="_blank"><i class="fas fa-file-pdf" data-toggle="tooltip" title="Preprint"></i></a><br> (Mingao Yuan, **Ruiqi Liu**, Yang Feng and Zuofeng Shang, 2021. <i>Annals of Statistics</i>, to appear)
</div>
</div>
</div>-->
<!-- style="font-family:Poppins;background-color:#F0F3F8; -->
<!-- ANIMATE.JS ANIMATE LIBRARY
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha512-z4OUqw38qNLpn1libAN9BsoDx6nbNFio5lA6CuTp9NlK83b89hgyCVq+N5FdBJptINztxn1Z3SaKSKUS5UP60Q==" crossorigin="anonymous"></script>
-->
<!--JS FUNCTION FOR RECENT WORK SECTION -->
<script>
$('#test-list a').on('click', function (e) {
e.preventDefault()
$(this).tab('show')
})
</script>
<!-- OPTIONAL TOAST JS FUNCTION-->
<script>
$(document).ready(function() {
$(".toast").toast("show");
});
</script>
<script>
$('body').scrollspy({ target: '#list-example' })
</script>
<script>
$('.collapse').collapse()
</script>
<script>
$('.show').show()
</script>
</div>
<!-- <div class="dumbarton-spacer"></div>-->
<div class="navbar navbar-default navbar-fixed-bottom" style="margin-left:-120px;">
<div class="container container-bottom">
<p class="navbar-text pull-left">© 2019-2025 Ruiqi Liu. All rights reserved.
</p>
<p class="navbar-text pull-right">
<!-- Displays Social Media Icons based on _config.yml settings -->
</p>
</div>
</div>
<script>
$(function () {
$('[data-toggle="popover"]').popover()
})
</script>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>