-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0acdf1a
Showing
1 changed file
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>Ruiqi Hu</title> | ||
<meta name="author" content="Tobby"> | ||
<!-- <meta name="viewport" content="width=device-width"> --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css"> | ||
<link rel="icon" href="images/pic_ico2.ico"> | ||
<script type="text/javascript"> | ||
function start(id) { | ||
var element1 = document.getElementById(id + "_1"); | ||
var element2 = document.getElementById(id + "_2"); | ||
if (element1 && element2) { | ||
element1.style.opacity = "0"; | ||
element2.style.opacity = "1"; | ||
} | ||
} | ||
|
||
function stop(id) { | ||
var element1 = document.getElementById(id + "_1"); | ||
var element2 = document.getElementById(id + "_2"); | ||
if (element1 && element2) { | ||
element1.style.opacity = "1"; | ||
element2.style.opacity = "0"; | ||
} | ||
} | ||
</script> | ||
<script type="text/javascript"> | ||
if (window.location.protocol != "https:" && window.location.protocol != "file:") { | ||
window.location.protocol = "https:"; | ||
} | ||
</script> | ||
<!-- <style> | ||
img { | ||
width: 100%; | ||
} | ||
</style> --> | ||
</head> | ||
<body> | ||
|
||
|
||
<!-- ====================================== --> | ||
<!-- ====================================== --> | ||
<!-- ====================================== --> | ||
<table style="width:100%;max-width:1100px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr style="padding:0px"> | ||
<td style="padding:0px"> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr style="padding:0px"> | ||
<td style="padding:2.5%;width:70%;vertical-align:middle"> | ||
<p style="text-align:center"> | ||
<!-- <name><strong><u> <span class="highlight">Bujingda Zheng</span></u></strong></name> --> | ||
<center><p style="color:black;font-size:40px;">Bujingda Zheng</p></center> | ||
<br> | ||
<center><br> Contact: [email protected] <br></center> | ||
</p> | ||
<p> | ||
|
||
|
||
PhD in Mech-Eng at the <a href="http://www.lin-research-lab.com/members.html"> University of Delaware (2020 - now) </a>.<br> | ||
Minor in Statistics at the <a href="https://stat.missouri.edu/"> University of Missouri (2020 - 2022) </a>.<br> | ||
MS<em>(With Distinction)</em> in Mech-Eng at the <a href="https://eng.unimelb.edu.au/"> University of Melbourne (2016 - 2018) </a>.<br> | ||
BS in Aircraft-Manufact-Eng at the <a href="http://jidian.nwpu.edu.cn/en.htm"> Northwestern Polytechnical University (2012 - 2016) </a>.<br> | ||
|
||
|
||
|
||
|
||
<p style="text-align:center;margin-top:2em;"> | ||
<a href="https://scholar.google.com/citations?user=F1jXNu4AAAAJ&hl=zh-CN">Google Scholar</a> / | ||
</p> | ||
</td> | ||
<td style="padding:2.5%;width:30%;max-width:40%" id="profile"> | ||
<a href="images/Bujingda Zheng 2021.png"> | ||
<img style="width:100%;max-width:100%" alt="profile photo" src="images/profile_image_2.jpg"> | ||
</a> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr> | ||
<td style="padding:20px;width:100%;vertical-align:middle"> | ||
|
||
<!-- <heading><strong><u> <span class="highlight">1.Research projects</span></u></strong></heading> --> | ||
<p style="color:black;font-size:25px;">1.PhD Research</p> | ||
<p> | ||
My PhD research focus on artificial intelligence, hybrid 3D printing, and robotics. | ||
</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<!-- ====================================== --> | ||
<!-- ====================================== --> | ||
<!-- ====================================== --> | ||
|
||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> | ||
<tr> | ||
<td style="padding:20px;width:100%;vertical-align:middle"> | ||
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"> | ||
<tbody> |