-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 2.09 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 2.09 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
<html>
<head>
<title>Eric Zhang</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
<link rel="stylesheet" href="styles.css">
</style>
</head>
<body>
<base target="_blank" rel="noopener noreferrer">
<h2>Eric Zhang</h2>
<img src="funnypictures/img/reader_33.png" width=250><br>
<figcaption>Me (circa 2020, colorized)</figcaption>
<br>
I graduated from UCI in June 2022 with BS in computer science and math.<br>
<h2>Cool links</h2>
<a href="https://github.com/origamimantis">github</a><br>
<a href="https://www.linkedin.com/in/eric-zhang-830292180/">linkedin</a> (relatively unmaintained)<br>
<br>
<h2>Interesting Projects</h2>
<a href="https://coalition-chess.onrender.com/">Coalition Chess</a> - 4 player chess variant with strategic alliances and new pieces, designed in the 1920s by <a href="https://en.wikipedia.org/wiki/Arnold_Schoenberg">Arnold Schoenberg</a><br>
<a href="loopychess/">Loopy Chess</a> - chess but the board is homeomorphic to the discrete version of ( (0,1)∪{∞} ) x [0,1]<br>
<a href="https://foonkyart.onrender.com/">Artist's Realtime Toolkit</a> ("Best Education Hack" award, HackUCI 2020) - <a href="https://devpost.com/software/hackuci-2020">devpost page</a><br>
<br>
<a href="tb-game/">turn based strategy game</a> (in progress -- 2 levels playable)<br>
<br>
<a href="plant-timelapse">Plant timelapses</a><br>
<br>
<h2>Other things</h2>
<a href="https://tree-simulator.onrender.com/">tree simulator</a> - account creation and search working, no actual trees yet<br>
<a href="structured-light-3d">3D image reconstruction using structured light</a><br>
<a href="https://rostamvakhshoori.com/wall-hopper/">Wall Hopper</a> (coursework for UCI)<br>
<a href="https://brianjkiss.itch.io/reunited">Reunited</a> ("Best Gameplay" award, Berklee Game/Music Jam 2020) - <a href="https://brianjkiss.itch.io/reunited">event submission</a>, <a href="https://youtu.be/yPN95cj5g7o?t=357">video demo</a><br>
<a href="https://devpost.com/software/hack-uci-2019">HackUCI 2019 devpost page</a><br>
<br>
<a href="funnypictures" target="_self">miscellaneous things</a><br>
<br>
<hr>
</body>
</html>