-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (90 loc) · 3.43 KB
/
index.html
File metadata and controls
91 lines (90 loc) · 3.43 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Maoyuan Wang</title>
<link rel="stylesheet"
href="css/styles.css" />
</head>
<body>
<a href="LGE.html">MY GAME ENGINE: LoveGameEngine !!!!!!!!!!!!!!!</a>
<table cellspacing="25">
<tr>
<td><img src="selfie.png" alt="maoyuan's profile picture"></td>
<td><h1>Maoyuan Wang</h1>
<p>MERVYN(dot)first_name(dot)last_name@GMAIL.COM</p>
<p>Current undergrad at University Of Michigan studying Computer Science and Mathematics</p>
</td>
</tr>
</table>
<hr>
<h2>Skills</h2>
<table cellspacing="25">
<tr>
<td>
<table>
<tr>
<td>C/C++</td>
<td>😎😎😎😎😎</td>
</tr>
<tr>
<td>Python</td>
<td>😎😎😎😎😎</td>
</tr>
<tr>
<td>Java</td>
<td>😎😎😎😎🫥</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>SQL</td>
<td>😎😎😎😎😎</td>
</tr>
<tr>
<td>HTML/CSS</td>
<td>😎😎😎😎🫥</td>
</tr>
<tr>
<td>Scala</td>
<td>😎😎😎😎🫥</td>
</tr>
</table>
</td>
</tr>
</table>
<hr />
<h2>Work Experienc</h2>
<ul>
<li>
<h3>Projects for EECS 484 Database Systems</h3>
<p>2023-Present</p>
<ul>
<li>Designed a relational database schema for a Facebook-like service and implemented a Java program using JDBC to perform SQL queries for user information searches, event discovery, and friend suggestions.</li>
<li>Migrated the dataset from an Oracle relational database to a NoSQL database in JSON format and converted SQL queries to MongoDB syntax written in JavaScript for enhanced schema flexibility.</li>
</ul>
</li>
<li>
<h3>Vehicle Routing for Ride-Pooling System</h3>
<p>2022-2023</p>
<ul>
<li>Collaborated with a three-person team to propose a transit system for campus, resulting in a reduction of total operating expenses and students' waiting time.</li>
<li>Applied mathematical modeling to transform verbal descriptions into abstract expressions and led team discussions to determine a nearly optimal solution that was 40% faster than brute force.</li>
</ul>
</li>
</ul>
<hr />
<section>
<h2>Coursework</h2>
<p>EECS 281, EECS 370, EECS 484, EECS 445, EECS 376, IOE 510, MATH 412, MATH 425</p>
</section>
<hr />
<p> "It is a great opportunity for me to get an insight into our society and world. Those experiences get me out of my comfort zone and try to study more about languaga and cultures. I am trying to study more about different opinions from various backgrounds of people. Hopefully, In one day, I can support myself to see around this world and enjoy my life. Thank you for checking my homepage, and I’m glad to hear from you all here." <br> - From freshman mervyn</p>
<button onclick="window.location.href='http://cheshire.cse.buffalo.edu/CSE199/2019-Fall/cse-199d4team8/maoyuanw.html'" type=""button> Check it out! </button>
</body>
</hr>
<br><br>
<footer>© Maoyuan Wang. All rights reserved.</footer>
</html>