-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
60 lines (54 loc) · 21.9 KB
/
Copy path404.html
File metadata and controls
60 lines (54 loc) · 21.9 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
<!DOCTYPE html><html lang="en" class="scroll-smooth"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/Profile/_next/static/css/3759a769b986d786.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/Profile/_next/static/chunks/webpack-7209e755c7b7404a.js"/><script src="/Profile/_next/static/chunks/4bd1b696-70b6d399998de86a.js" async=""></script><script src="/Profile/_next/static/chunks/684-a0dd77afeb72cb4a.js" async=""></script><script src="/Profile/_next/static/chunks/main-app-af3cb9e60d1bad70.js" async=""></script><script src="/Profile/_next/static/chunks/461-a9a5d7b05a71d978.js" async=""></script><script src="/Profile/_next/static/chunks/874-6cc630662f3664af.js" async=""></script><script src="/Profile/_next/static/chunks/291-e39730cc9327e39b.js" async=""></script><script src="/Profile/_next/static/chunks/app/layout-61d543ba0ebd4068.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><link rel="icon" href="/Profile/favicon.svg" type="image/svg+xml"/><link rel="dns-prefetch" href="https://jialeliu.com"/><link rel="preconnect" href="https://jialeliu.com" crossorigin=""/><link rel="preload" as="font" type="font/woff2" href="https://jialeliu.com/fonts/georgiab.woff2" crossorigin=""/><script>
try {
const theme = localStorage.getItem('theme-storage');
const parsed = theme ? JSON.parse(theme) : null;
const setting = parsed?.state?.theme || 'system';
const prefersDark = typeof window !== 'undefined' && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
const effective = setting === 'dark' ? 'dark' : (setting === 'light' ? 'light' : (prefersDark ? 'dark' : 'light'));
var root = document.documentElement;
root.classList.add(effective);
root.setAttribute('data-theme', effective);
} catch (e) {
var root = document.documentElement;
root.classList.add('light');
root.setAttribute('data-theme', 'light');
}
</script><script>
try {
const cfg = {"enabled":true,"locales":["zh","en"],"defaultLocale":"en","mode":"auto","fixedLocale":"en","persist":true,"switcher":true,"labels":{"zh":"中文","en":"English"}};
const storageKey = 'locale-storage';
const normalize = (value) => typeof value === 'string' ? value.trim().replace('_', '-').toLowerCase() : '';
const matchLocale = (candidate) => {
const normalized = normalize(candidate);
if (!normalized) return null;
if (cfg.locales.includes(normalized)) return normalized;
const language = normalized.split('-')[0];
if (cfg.locales.includes(language)) return language;
return null;
};
let resolved = null;
if (cfg.persist) {
resolved = matchLocale(localStorage.getItem(storageKey));
}
if (!resolved) {
if (cfg.mode === 'fixed') {
resolved = cfg.fixedLocale;
} else {
resolved = matchLocale(navigator.language);
}
}
if (!resolved) {
resolved = cfg.defaultLocale;
}
const root = document.documentElement;
root.lang = resolved;
root.setAttribute('data-locale', resolved);
if (cfg.persist) {
localStorage.setItem(storageKey, resolved);
}
} catch (e) {
const root = document.documentElement;
root.lang = 'en';
root.setAttribute('data-locale', 'en');
}
</script><title>Haochuan Tong</title><meta name="description" content="Robotics Engineering undergraduate at Harbin Institute of Technology, Weihai, interested in embodied intelligence, robot motion control, and robot learning."/><meta name="author" content="Haochuan Tong"/><meta name="keywords" content="Haochuan Tong,PhD,Research,Harbin Institute of Technology, Weihai"/><meta name="creator" content="Haochuan Tong"/><meta name="publisher" content="Haochuan Tong"/><meta property="og:title" content="Haochuan Tong"/><meta property="og:description" content="Robotics Engineering undergraduate at Harbin Institute of Technology, Weihai, interested in embodied intelligence, robot motion control, and robot learning."/><meta property="og:site_name" content="Haochuan Tong's Academic Website"/><meta property="og:locale" content="en_US"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Haochuan Tong"/><meta name="twitter:description" content="Robotics Engineering undergraduate at Harbin Institute of Technology, Weihai, interested in embodied intelligence, robot motion control, and robot learning."/><link rel="icon" href="/Profile/favicon.svg"/><script>document.querySelectorAll('body link[rel="icon"], body link[rel="apple-touch-icon"]').forEach(el => document.head.appendChild(el))</script><script src="/Profile/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="font-sans antialiased"><nav class="fixed top-0 left-0 right-0 z-50" data-headlessui-state=""><div class="transition-all duration-300 ease-out bg-transparent" style="transform:translateY(-100px)"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="flex justify-between items-center h-16 lg:h-20"><div class="flex-shrink-0" tabindex="0"><a class="text-xl lg:text-2xl font-serif font-semibold text-primary hover:text-accent transition-colors duration-200" href="/Profile/">Haochuan Tong</a></div><div class="hidden lg:block"><div class="ml-10 flex items-center space-x-3"><div class="relative flex items-baseline space-x-1"><a data-nav-href="/" class="relative px-3 py-2 text-sm font-medium rounded-lg transition-colors duration-150 text-neutral-600" href="/Profile/">About</a><a data-nav-href="/awards" class="relative px-3 py-2 text-sm font-medium rounded-lg transition-colors duration-150 text-neutral-600" href="/Profile/awards/">Awards</a><a data-nav-href="/cv" class="relative px-3 py-2 text-sm font-medium rounded-lg transition-colors duration-150 text-neutral-600" href="/Profile/cv/">CV</a></div><div class="flex items-center justify-center w-14 h-10 rounded-lg border border-neutral-200 dark:border-[rgba(148,163,184,0.24)] bg-background dark:bg-neutral-800"><div class="w-6 h-4 rounded bg-neutral-300 animate-pulse"></div></div><div class="flex items-center justify-center w-10 h-10 rounded-lg border border-neutral-200 dark:border-[rgba(148,163,184,0.24)] bg-background dark:bg-neutral-800"><div class="w-4 h-4 rounded-full bg-neutral-300 animate-pulse"></div></div></div></div><div class="lg:hidden flex items-center space-x-2"><div class="flex items-center justify-center w-14 h-10 rounded-lg border border-neutral-200 dark:border-[rgba(148,163,184,0.24)] bg-background dark:bg-neutral-800"><div class="w-6 h-4 rounded bg-neutral-300 animate-pulse"></div></div><div class="flex items-center justify-center w-10 h-10 rounded-lg border border-neutral-200 dark:border-[rgba(148,163,184,0.24)] bg-background dark:bg-neutral-800"><div class="w-4 h-4 rounded-full bg-neutral-300 animate-pulse"></div></div><button class="inline-flex items-center justify-center p-2 rounded-md text-neutral-600 hover:text-primary hover:bg-neutral-100 dark:hover:bg-neutral-800 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-accent transition-colors duration-200" id="headlessui-disclosure-button-«R7pdb»" type="button" aria-expanded="false" data-headlessui-state=""><span class="sr-only">Open main menu</span><div><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="block h-6 w-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"></path></svg></div></button></div></div></div></div></nav><main class="min-h-screen pt-16 lg:pt-20"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><!--$--><!--/$--></main><footer class="border-t border-neutral-200/50 bg-neutral-50/50 dark:bg-neutral-900/50 dark:border-neutral-700/50"><div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-6"><div class="flex flex-col sm:flex-row justify-between items-center gap-2"><p class="text-xs text-neutral-500">Last updated<!-- -->: <!-- -->July 31, 2026</p><p class="text-xs text-neutral-500 flex items-center"><a href="https://github.com/xyjoey/PRISM" target="_blank" rel="noopener noreferrer">Built with PRISM</a><span class="ml-2">🚀</span></p></div></div></footer><script src="/Profile/_next/static/chunks/webpack-7209e755c7b7404a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[3719,[\"461\",\"static/chunks/461-a9a5d7b05a71d978.js\",\"874\",\"static/chunks/874-6cc630662f3664af.js\",\"291\",\"static/chunks/291-e39730cc9327e39b.js\",\"177\",\"static/chunks/app/layout-61d543ba0ebd4068.js\"],\"ThemeProvider\"]\n4:I[310,[\"461\",\"static/chunks/461-a9a5d7b05a71d978.js\",\"874\",\"static/chunks/874-6cc630662f3664af.js\",\"291\",\"static/chunks/291-e39730cc9327e39b.js\",\"177\",\"static/chunks/app/layout-61d543ba0ebd4068.js\"],\"LocaleProvider\"]\n5:I[4574,[\"461\",\"static/chunks/461-a9a5d7b05a71d978.js\",\"874\",\"static/chunks/874-6cc630662f3664af.js\",\"291\",\"static/chunks/291-e39730cc9327e39b.js\",\"177\",\"static/chunks/app/layout-61d543ba0ebd4068.js\"],\"default\"]\n6:I[7555,[],\"\"]\n7:I[1295,[],\"\"]\n8:I[2548,[\"461\",\"static/chunks/461-a9a5d7b05a71d978.js\",\"874\",\"static/chunks/874-6cc630662f3664af.js\",\"291\",\"static/chunks/291-e39730cc9327e39b.js\",\"177\",\"static/chunks/app/layout-61d543ba0ebd4068.js\"],\"default\"]\n9:I[9665,[],\"MetadataBoundary\"]\nb:I[9665,[],\"OutletBoundary\"]\ne:I[4911,[],\"AsyncMetadataOutlet\"]\n10:I[9665,[],\"ViewportBoundary\"]\n12:I[6614,[],\"\"]\n:HL[\"/Profile/_next/static/css/3759a769b986d786.css\",\"style\"]\n2:T590,\n try {\n const cfg = {\"enabled\":true,\"locales\":[\"zh\",\"en\"],\"defaultLocale\":\"en\",\"mode\":\"auto\",\"fixedLocale\":\"en\",\"persist\":true,\"switcher\":true,\"labels\":{\"zh\":\"中文\",\"en\":\"English\"}};\n const storageKey = 'locale-storage';\n const normalize = (value) =\u003e typeof value === 'string' ? value.trim().replace('_', '-').toLowerCase() : '';\n const matchLocale = (candidate) =\u003e {\n const normalized = normalize(candidate);\n if (!normalized) return null;\n if (cfg.locales.includes(normalized)) return normalized;\n const language = normalized.split('-')[0];\n if (cfg.locales.includes(language)) return language;\n return null;\n };\n\n let resolved = null;\n\n if (cfg.persist) {\n resolved = matchLocale(localStorage.getItem(storageKey));\n }\n\n if (!resolved) {\n if (cfg.mode === 'fixed') {\n resolved = cfg.fixedLocale;\n "])</script><script>self.__next_f.push([1," } else {\n resolved = matchLocale(navigator.language);\n }\n }\n\n if (!resolved) {\n resolved = cfg.defaultLocale;\n }\n\n const root = document.documentElement;\n root.lang = resolved;\n root.setAttribute('data-locale', resolved);\n\n if (cfg.persist) {\n localStorage.setItem(storageKey, resolved);\n }\n } catch (e) {\n const root = document.documentElement;\n root.lang = 'en';\n root.setAttribute('data-locale', 'en');\n }\n "])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"sU99kSIMv9hWAo_fMbdtB\",\"p\":\"/Profile\",\"c\":[\"\",\"_not-found\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/Profile/_next/static/css/3759a769b986d786.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"scroll-smooth\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/Profile/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://jialeliu.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://jialeliu.com\",\"crossOrigin\":\"\"}],[\"$\",\"link\",null,{\"rel\":\"preload\",\"as\":\"font\",\"type\":\"font/woff2\",\"href\":\"https://jialeliu.com/fonts/georgiab.woff2\",\"crossOrigin\":\"\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n try {\\n const theme = localStorage.getItem('theme-storage');\\n const parsed = theme ? JSON.parse(theme) : null;\\n const setting = parsed?.state?.theme || 'system';\\n const prefersDark = typeof window !== 'undefined' \u0026\u0026 window.matchMedia \u0026\u0026 window.matchMedia('(prefers-color-scheme: dark)').matches;\\n const effective = setting === 'dark' ? 'dark' : (setting === 'light' ? 'light' : (prefersDark ? 'dark' : 'light'));\\n var root = document.documentElement;\\n root.classList.add(effective);\\n root.setAttribute('data-theme', effective);\\n } catch (e) {\\n var root = document.documentElement;\\n root.classList.add('light');\\n root.setAttribute('data-theme', 'light');\\n }\\n \"}}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]}],[\"$\",\"body\",null,{\"className\":\"font-sans antialiased\",\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"config\":{\"enabled\":true,\"locales\":[\"zh\",\"en\"],\"defaultLocale\":\"en\",\"mode\":\"auto\",\"fixedLocale\":\"en\",\"persist\":true,\"switcher\":true,\"labels\":{\"zh\":\"中文\",\"en\":\"English\"}},\"children\":[[\"$\",\"$L5\",null,{\"items\":[{\"title\":\"About\",\"type\":\"page\",\"target\":\"about\",\"href\":\"/\"},{\"title\":\"Awards\",\"type\":\"page\",\"target\":\"awards\",\"href\":\"/awards\"},{\"title\":\"CV\",\"type\":\"page\",\"target\":\"cv\",\"href\":\"/cv\"}],\"siteTitle\":\"Haochuan Tong\",\"enableOnePageMode\":false,\"i18n\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:config\",\"itemsByLocale\":{\"zh\":[{\"title\":\"关于我\",\"type\":\"page\",\"target\":\"about\",\"href\":\"/\"},{\"title\":\"奖项\",\"type\":\"page\",\"target\":\"awards\",\"href\":\"/awards\"},{\"title\":\"简历\",\"type\":\"page\",\"target\":\"cv\",\"href\":\"/cv\"}],\"en\":[{\"title\":\"About\",\"type\":\"page\",\"target\":\"about\",\"href\":\"/\"},{\"title\":\"Awards\",\"type\":\"page\",\"target\":\"awards\",\"href\":\"/awards\"},{\"title\":\"CV\",\"type\":\"page\",\"target\":\"cv\",\"href\":\"/cv\"}]},\"siteTitleByLocale\":{\"zh\":\"童浩川\",\"en\":\"Haochuan Tong\"}}],[\"$\",\"main\",null,{\"className\":\"min-h-screen pt-16 lg:pt-20\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L8\",null,{\"lastUpdated\":\"July 31, 2026\",\"lastUpdatedByLocale\":{\"zh\":\"2026年7月31日\",\"en\":\"July 31, 2026\"},\"defaultLocale\":\"en\"}]]}]}]}]]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:children:1:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[\"$\",\"$L9\",null,{\"children\":\"$La\"}],null,[\"$\",\"$Lb\",null,{\"children\":[\"$Lc\",\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$1\",\"epksJXc4KUtrRKTCnmz_i\",{\"children\":[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],null]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",\"$undefined\"],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"13:\"$Sreact.suspense\"\n14:I[4911,[],\"AsyncMetadata\"]\na:[\"$\",\"$13\",null,{\"fallback\":null,\"children\":[\"$\",\"$L14\",null,{\"promise\":\"$@15\"}]}]\n"])</script><script>self.__next_f.push([1,"d:null\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nc:null\n"])</script><script>self.__next_f.push([1,"15:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Haochuan Tong\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Robotics Engineering undergraduate at Harbin Institute of Technology, Weihai, interested in embodied intelligence, robot motion control, and robot learning.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"author\",\"content\":\"Haochuan Tong\"}],[\"$\",\"meta\",\"3\",{\"name\":\"keywords\",\"content\":\"Haochuan Tong,PhD,Research,Harbin Institute of Technology, Weihai\"}],[\"$\",\"meta\",\"4\",{\"name\":\"creator\",\"content\":\"Haochuan Tong\"}],[\"$\",\"meta\",\"5\",{\"name\":\"publisher\",\"content\":\"Haochuan Tong\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:title\",\"content\":\"Haochuan Tong\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:description\",\"content\":\"Robotics Engineering undergraduate at Harbin Institute of Technology, Weihai, interested in embodied intelligence, robot motion control, and robot learning.\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:site_name\",\"content\":\"Haochuan Tong's Academic Website\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:locale\",\"content\":\"en_US\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:title\",\"content\":\"Haochuan Tong\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:description\",\"content\":\"Robotics Engineering undergraduate at Harbin Institute of Technology, Weihai, interested in embodied intelligence, robot motion control, and robot learning.\"}],[\"$\",\"link\",\"14\",{\"rel\":\"icon\",\"href\":\"/Profile/favicon.svg\"}]],\"error\":null,\"digest\":\"$undefined\"}\nf:{\"metadata\":\"$15:metadata\",\"error\":null,\"digest\":\"$undefined\"}\n"])</script></body></html>