-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
564 lines (409 loc) · 21.3 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
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
<!DOCTYPE html>
<html lang="en">
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="theme-color" content="#222">
<meta name="generator" content="Hexo 4.2.0">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon.jpg">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon.jpg">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon.jpg">
<link rel="mask-icon" href="/images/favicon.jpg" color="#222">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Helvetica:300,300italic,400,400italic,700,700italic&display=swap&subset=latin,latin-ext">
<link rel="stylesheet" href="/lib/font-awesome/css/all.min.css">
<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {"hostname":"github.com","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","author":"Lejun Jiang's Blog","author_title":"BSE in MechE @ UofM | BSE in ECE @ SJTU 20'","width":300,"display":"always","padding":18,"offset":12,"onmobile":true},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
</script>
<meta name="description" content="Welcome to my website! My name is Lejun Jiang. I am currently a Master’s student studying Robotics at the University of Pennsylvania. I completed my undergraduate study at the University of Michigan a">
<meta property="og:type" content="website">
<meta property="og:title" content="Home Page">
<meta property="og:url" content="https://github.com/LejunJiang/LejunJiang.github.io.git/index.html">
<meta property="og:site_name" content="Lejun's Blog">
<meta property="og:description" content="Welcome to my website! My name is Lejun Jiang. I am currently a Master’s student studying Robotics at the University of Pennsylvania. I completed my undergraduate study at the University of Michigan a">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://github.com/images/Selfies.jpg">
<meta property="article:published_time" content="2021-01-17T22:32:51.517Z">
<meta property="article:modified_time" content="2021-01-17T22:32:51.517Z">
<meta property="article:author" content="Lejun (Harald) Jiang 姜乐钧">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://github.com/images/Selfies.jpg">
<link rel="canonical" href="https://github.com/LejunJiang/LejunJiang.github.io.git/">
<script id="page-configurations">
// https://hexo.io/docs/variables.html
CONFIG.page = {
sidebar: "",
isHome : false,
isPost : false,
lang : 'en'
};
</script>
<title>Home Page | Lejun's Blog
</title>
<noscript>
<style>
.use-motion .brand,
.use-motion .menu-item,
.sidebar-inner,
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments,
.use-motion .post-header,
.use-motion .post-body,
.use-motion .collection-header { opacity: initial; }
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: initial;
top: initial;
}
.use-motion .logo-line-before i { left: initial; }
.use-motion .logo-line-after i { right: initial; }
</style>
</noscript><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<!-- hexo-inject:begin --><!-- hexo-inject:end --><div class="container use-motion">
<div class="headband"></div>
<header class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="Toggle navigation bar">
<span class="toggle-line toggle-line-first"></span>
<span class="toggle-line toggle-line-middle"></span>
<span class="toggle-line toggle-line-last"></span>
</div>
</div>
<div class="site-meta">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<h1 class="site-title">Lejun's Blog</h1>
<span class="logo-line-after"><i></i></span>
</a>
<p class="site-subtitle" itemprop="description">'22 MSE in Robotics @ Penn <br /> '20 BSE in MechE, Minor in EE @ UMich <br /> '20 BSE in ECE @ SJTU</p>
</div>
<div class="site-nav-right">
<div class="toggle popup-trigger">
<i class="fa fa-search fa-fw fa-lg"></i>
</div>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="main-menu menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section"><i class="fa fa-home fa-fw"></i>Home</a>
</li>
<li class="menu-item menu-item-curriculum-vitae">
<a href="/curriculum-vitae/" rel="section"><i class="fa fa-file fa-fw"></i>Curriculum Vitae</a>
</li>
<li class="menu-item menu-item-all-posts">
<a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>All Posts</a>
</li>
<li class="menu-item menu-item-projects">
<a href="/categories/projects/" rel="section"><i class="fa fa-hammer fa-fw"></i>Projects</a>
</li>
<li class="menu-item menu-item-my-photo-gallery">
<a href="/categories/My-Photo-Gallery/" rel="section"><i class="fa fa-camera-retro fa-fw"></i>My Photo Gallery</a>
</li>
<li class="menu-item menu-item-travel-journels">
<a href="/categories/travel-journels/" rel="section"><i class="fa fa-plane-departure fa-fw"></i>Travel Journels</a>
</li>
<li class="menu-item menu-item-search">
<a role="button" class="popup-trigger"><i class="fa fa-search fa-fw"></i>Search
</a>
</li>
</ul>
</nav>
<div class="search-pop-overlay">
<div class="popup search-popup">
<div class="search-header">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<div class="search-input-container">
<input autocomplete="off" autocapitalize="off"
placeholder="Searching..." spellcheck="false"
type="search" class="search-input">
</div>
<span class="popup-btn-close">
<i class="fa fa-times-circle"></i>
</span>
</div>
<div id="search-result">
<div id="no-result">
<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
<span>0%</span>
</div>
<div class="reading-progress-bar"></div>
<main class="main">
<div class="main-inner">
<div class="content-wrap">
<div class="content page posts-expand">
<div class="post-block" lang="en">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">Home Page
</h1>
<div class="post-meta">
</div>
</header>
<div class="post-body">
<p>Welcome to my website! My name is Lejun Jiang. I am currently a Master’s student studying Robotics at the University of Pennsylvania. I completed my undergraduate study at the University of Michigan and Shanghai Jiao Tong University with dual degrees in Mechanical Engineering and Electrical & Computer Engineering. <br></p>
<p><img src="/images/Selfies.jpg" alt></p>
<p>Growing up in the city of Shanghai exposed me to the unprecedented international and multi-cultural environment, allowing me to develop as many interests as I want. I am a fan of travelling and photographing (you may figure this out when you are reading my blog as many of the posts are about them). As for sports, I love playing basketball, table tennis as well as badminton. I have learned the flute for many years, and I am starting to self-learn the guitar and the piano as well. <br></p>
<p>Despite of these various interests, I figured out that I love to understand the physics behind things when I was in my high school - <a href="http://www.weiyu.sh.cn/cms/" target="_blank" rel="noopener">Shanghai Weiyu High School</a>. Therefore, I determined to pursue engineering for my future career and entered <a href="https://www.sjtu.edu.cn/" target="_blank" rel="noopener">Shanghai Jiao Tong University</a> after Gaokao. Two years later, I applied and was successfully admitted to the Dual Degree Program with the <a href="https://umich.edu/" target="_blank" rel="noopener">University of Michigan Ann Arbor</a>. In order to take a glimpse at the broad field of engineering, I chose to study Electrical & Computer Engineering and Mechanical Engineering as my two majors. With numerous class, project and research experiences (see my <a href="https://lejunjiang.com/curriculum-vitae/" target="_blank" rel="noopener">CV</a>) in both fields, I eventually found my interest in Dynamics & Control in applications particularly on Autonomous Vehicles and Robotics. In order to gain deeper knowledge as well as to develop more sophisticated project expeirences around the area, I decided to pursue a Master’s degree in Robotics at the <a href="https://www.upenn.edu/" target="_blank" rel="noopener">University of Pennsylvania</a>, and this is where I’m at right now. <br></p>
<p>At this site you will find the stories of me, the photos I have taken, as well as any project that I have been working or have already worked on. Have fun and feel free to contact me via email (<a href="mailto:[email protected]">[email protected]</a> or <a href="mailto:[email protected]">[email protected]</a>) :)</p>
<p><strong><font size="5.5"> <a href="https://lejunjiang.com/curriculum-vitae/" target="_blank" rel="noopener">Curriculum Vitae</a> </font></strong></p>
<p>My Curriculum Vitae is presented on this page if you want to learn more about my past experiences, classes, skills, and any awards/scholarship received.</p>
<p><strong><font size="5.5"> <a href="https://lejunjiang.com/archives/" target="_blank" rel="noopener">All Posts</a> </font></strong></p>
<p>This page contains a quick view of all my posts regarding projects, travel journels, as well as my photos.</p>
<p><strong><font size="5.5"> <a href="https://lejunjiang.com/categories/projects/" target="_blank" rel="noopener">Projects</a> </font></strong></p>
<p>I will share information, updates and interesting features about my past and current projects on this page, these include competitions, course projects, as well as research projects.</p>
<p><strong><font size="5.5"> <a href="https://lejunjiang.com/categories/My-Photo-Gallery/" target="_blank" rel="noopener">My Photo Gallery</a> </font></strong></p>
<p>I am fond of travelling and photography. As a result, I try to record these precious moments by photos. This page contains the favourate photos taken by myself. Hopefully you will enjoy them!</p>
<p><strong><font size="5.5"> <a href="https://lejunjiang.com/categories/travel-journels/" target="_blank" rel="noopener">Travel Journels</a> </font></strong></p>
<p>This part is meant to record the details of my past journeys so that the others could learn something useful from my experience. However, I was a little lazy to keep up with the writing :) Hopefully I could become diligent one day to come up with more updates.</p>
</div>
</div>
</div>
<script>
window.addEventListener('tabs:register', () => {
let { activeClass } = CONFIG.comments;
if (CONFIG.comments.storage) {
activeClass = localStorage.getItem('comments_active') || activeClass;
}
if (activeClass) {
let activeTab = document.querySelector(`a[href="#comment-${activeClass}"]`);
if (activeTab) {
activeTab.click();
}
}
});
if (CONFIG.comments.storage) {
window.addEventListener('tabs:click', event => {
if (!event.target.matches('.tabs-comment .tab-content .tab-pane')) return;
let commentClass = event.target.classList[1];
localStorage.setItem('comments_active', commentClass);
});
}
</script>
</div>
<div class="toggle sidebar-toggle">
<span class="toggle-line toggle-line-first"></span>
<span class="toggle-line toggle-line-middle"></span>
<span class="toggle-line toggle-line-last"></span>
</div>
<aside class="sidebar">
<div class="sidebar-inner">
<ul class="sidebar-nav motion-element">
<li class="sidebar-nav-toc">
Table of Contents
</li>
<li class="sidebar-nav-overview">
Overview
</li>
</ul>
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
</div>
<!--/noindex-->
<div class="site-overview-wrap sidebar-panel">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" alt="Lejun (Harald) Jiang 姜乐钧"
src="/images/avatar.jpg">
<p class="site-author-name" itemprop="name">Lejun (Harald) Jiang 姜乐钧</p>
<div class="site-description" itemprop="description"><font size="0.9"> Actively exploring Engineering & Photography </font></div>
</div>
<div class="site-state-wrap motion-element">
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">29</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/">
<span class="site-state-item-count">3</span>
<span class="site-state-item-name">categories</span></a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">21</span>
<span class="site-state-item-name">tags</span></a>
</div>
</nav>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://www.linkedin.com/in/lejun-jiang-a60274174/" title="Linkedin → https://www.linkedin.com/in/lejun-jiang-a60274174/" rel="noopener" target="_blank"><i class="fab fa-linkedin fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener" target="_blank"><i class="fa fa-envelope fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="https://github.com/LejunJiang" title="GitHub → https://github.com/LejunJiang"><i class="fab fa-github fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="https://www.facebook.com/lejun.jiang" title="FB Page → https://www.facebook.com/lejun.jiang" rel="noopener" target="_blank"><i class="fab fa-facebook fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="https://twitter.com/LejunJ" title="Twitter → https://twitter.com/LejunJ" rel="noopener" target="_blank"><i class="fab fa-twitter fa-fw"></i></a>
</span>
</div>
</div>
</div>
</aside>
<div id="sidebar-dimmer"></div>
</div>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="copyright">
© 2020 –
<span itemprop="copyrightYear">2021</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Lejun Jiang</span>
</div>
<script>
(function() {
function leancloudSelector(url) {
url = encodeURI(url);
return document.getElementById(url).querySelector('.leancloud-visitors-count');
}
function addCount(Counter) {
var visitors = document.querySelector('.leancloud_visitors');
var url = decodeURI(visitors.id);
var title = visitors.dataset.flagTitle;
Counter('get', '/classes/Counter?where=' + encodeURIComponent(JSON.stringify({ url })))
.then(response => response.json())
.then(({ results }) => {
if (results.length > 0) {
var counter = results[0];
leancloudSelector(url).innerText = counter.time + 1;
Counter('put', '/classes/Counter/' + counter.objectId, { time: { '__op': 'Increment', 'amount': 1 } })
.catch(error => {
console.error('Failed to save visitor count', error);
});
} else {
leancloudSelector(url).innerText = 'Counter not initialized! More info at console err msg.';
console.error('ATTENTION! LeanCloud counter has security bug, see how to solve it here: https://github.com/theme-next/hexo-leancloud-counter-security. \n However, you can still use LeanCloud without security, by setting `security` option to `false`.');
}
})
.catch(error => {
console.error('LeanCloud Counter Error', error);
});
}
function showTime(Counter) {
var visitors = document.querySelectorAll('.leancloud_visitors');
var entries = [...visitors].map(element => {
return decodeURI(element.id);
});
Counter('get', '/classes/Counter?where=' + encodeURIComponent(JSON.stringify({ url: { '$in': entries } })))
.then(response => response.json())
.then(({ results }) => {
for (let url of entries) {
let target = results.find(item => item.url === url);
leancloudSelector(url).innerText = target ? target.time : 0;
}
})
.catch(error => {
console.error('LeanCloud Counter Error', error);
});
}
let { app_id, app_key, server_url } = {"enable":true,"app_id":"XFbSRBUfnaxqjtl8k3vggEAA-MdYXbMMI","app_key":"VcRyyK4ax9w9U3q6h0muOF7A","server_url":null,"security":true};
function fetchData(api_server) {
var Counter = (method, url, data) => {
return fetch(`${api_server}/1.1${url}`, {
method,
headers: {
'X-LC-Id' : app_id,
'X-LC-Key' : app_key,
'Content-Type': 'application/json',
},
body: JSON.stringify(data)
});
};
if (CONFIG.page.isPost) {
if (CONFIG.hostname !== location.hostname) return;
addCount(Counter);
} else if (document.querySelectorAll('.post-title-link').length >= 1) {
showTime(Counter);
}
}
let api_server = app_id.slice(-9) !== '-MdYXbMMI' ? server_url : `https://${app_id.slice(0, 8).toLowerCase()}.api.lncldglobal.com`;
if (api_server) {
fetchData(api_server);
} else {
fetch('https://app-router.leancloud.cn/2/route?appId=' + app_id)
.then(response => response.json())
.then(({ api_server }) => {
fetchData('https://' + api_server);
});
}
})();
</script>
</div>
</footer>
</div>
<script src="/lib/anime.min.js"></script>
<script src="/lib/velocity/velocity.min.js"></script>
<script src="/lib/velocity/velocity.ui.min.js"></script>
<script src="/js/utils.js"></script>
<script src="/js/motion.js"></script>
<script src="/js/schemes/muse.js"></script>
<script src="/js/next-boot.js"></script>
<script src="/js/local-search.js"></script>
<script>
document.querySelectorAll('.pdfobject-container').forEach(element => {
let url = element.dataset.target;
let pdfOpenParams = {
navpanes : 0,
toolbar : 0,
statusbar: 0,
pagemode : 'thumbs',
view : 'FitH'
};
let pdfOpenFragment = '#' + Object.entries(pdfOpenParams).map(([key, value]) => `${key}=${encodeURIComponent(value)}`).join('&');
let fullURL = `/lib/pdf/web/viewer.html?file=${encodeURIComponent(url)}${pdfOpenFragment}`;
if (NexT.utils.supportsPDFs()) {
element.innerHTML = `<embed class="pdfobject" src="${url + pdfOpenFragment}" type="application/pdf" style="height: ${element.dataset.height};">`;
} else {
element.innerHTML = `<iframe src="${fullURL}" style="height: ${element.dataset.height};" frameborder="0"></iframe>`;
}
});
</script>
<script>
if (document.querySelectorAll('pre.mermaid').length) {
NexT.utils.getScript('//cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js', () => {
mermaid.initialize({
theme : 'forest',
logLevel : 3,
flowchart: { curve : 'linear' },
gantt : { axisFormat: '%m/%d/%Y' },
sequence : { actorMargin: 50 }
});
}, window.mermaid);
}
</script>
<script>
function loadCount() {
var d = document, s = d.createElement('script');
s.src = 'https://lejunjiang.disqus.com/count.js';
s.id = 'dsq-count-scr';
(d.head || d.body).appendChild(s);
}
// defer loading until the whole page loading is completed
window.addEventListener('load', loadCount, false);
</script><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</body>
</html>