-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (187 loc) · 9.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<script src="menu.js"></script>
</head>
<body>
<div class="root">
<div class="rellax" data-rellax-speed="-8">
<div class="backdrop_wrapper">
<div class="backdrop"></div>
<div class="backdrop2"></div>
<div class="backdrop3"></div>
</div>
</div>
<div class="contact">
<div class="space"></div>
<div class="content">
<h2>Email</h2>
<p>[email protected]</p>
<h2>Phone</h2>
<p>0452546744</p>
<h2>GITHUB</h2>
<a href="https://github.com/chichun2002">https://github.com/chichun2002</a>
<h2>LINKEDIN</h2>
<a href="https://www.linkedin.com/in/tristan-fischer-8745762a3">www.linkedin.com/in/tristan-fischer-8745762a3</a>
<h2>X</h2>
<a href="https://twitter.com/chichun2002">https://twitter.com/chichun2002</a>
</div>
</div>
<div class="about">
<div class="space"></div>
<div class="wrapper">
<div class="content">
<!-- <h1>ABOUT</h1> -->
<h2>Introduction</h2>
<p class="para">My name is Tristan I'm a Software Developer with a pasion for AI and Computer Graphics. I graduated with a bachelor degree in copmuter science and media arts where I specialised in artifical inteligence, specifficaly neural networks and classifiers. Within media arts I studied VFX and 3D workflows, Im pasionate about all things computer science and computer graphics and am constantly experimenting with the latest technologys. </p>
<div class="content_back"></div>
</div>
<div class="content">
<!-- <h1>ABOUT</h1> -->
<h2>Summary</h2>
<ul>
<li><p class="para">Developed Python Flask backend server within a small group using Agile development for a ‘Microsoft Teams’ style frontend using http requests</p></li>
<li><p class="para">Developed neural networks, ensemble learning and classifiers within python using pytorch, opencv and numpy. Created a functioning Perceptron learning algorithm using numpy</p></li>
<li><p class="para">Experience Modeling, creating materials lighting rendering, uv mapping and animating with Blender</p></li>
<li><p class="para">Studied algorithm and data structure designs with time complexities examples include; dynamic programming, max flow, graphs and trees</p></li>
<li><p class="para">Researched Video to Video transformers to create real time video augmentation for games, using models such as stylegan and latent diffusion</p></li>
</ul>
<div class="content_back"></div>
</div>
<div class="content">
<h2>Software </h2>
<ul>
<li><p>Vscode</p></li>
<li><p>Blender</p></li>
<li><p>Photoshop</p></li>
<li><p>PremierePro</p></li>
<li><p>Unity</p></li>
<li><p>UnrealEngine</p></li>
<li><p>Gthub</p></li>
</ul>
</div>
<div class="content">
<h2>Languages</h2>
<ul>
<li><p>C</p></li>
<li><p>Python</p></li>
<li><p>Java</p></li>
<li><p>JavaScript</p></li>
<li><p>HTML/CSS</p></li>
<li><p>English :)</p></li>
</ul>
</div>
<div class="content">
<h2>Skills</h2>
<ul>
<li><p>Agile</p></li>
<li><p>Back-End</p></li>
<li><p>Neural Networks</p></li>
<li><p>Machine Learning</p></li>
<li><p>Algorithm Design</p></li>
<li><p>Time Complexity Analysis</p></li>
<li><p>Image Processing</p></li>
<li><p>much much more check my linkedin</p></li>
</ul>
</div>
<div class="content">
<h2>Education</h2>
<h3>UNSW</h3>
<p>Bachelor of Engineering - BE, Computer Science · (January 2020 - 2024)</p>
<p>Bachelor of Fine Arts - BFA, Media Arts · (January 2020 - 2024)</p>
</div>
</div>
</div>
<div class="body projects">
<div class="space"></div>
<div class="project">
<div class="background"></div>
<div>
<video onmouseover="this.play()">
<source src="WebVideo4.mp4"/>
</video>
</div>
<p class="body-text">Video to Video Transformers to convert game style from CS Source to Valorant using a variety of different models such as STYLE GAN, CUTGAN and UNSB</p>
</div>
<div class="project">
<div class="background"></div>
<div>
<video onmouseover="this.play()">
<source src="WebVideo1.mp4"/>
</video>
</div>
<p class="body-text">3D animation created in Blender, assets modelled textured and post processing is all created within Blender.</p>
</div>
<div class="project">
<div class="background"></div>
<div>
<video onmouseover="this.play()">
<source src="WebVideo2.mp4" type='video/mp4'/>
</video>
</div>
<p class="body-text">Unity Scene Snow is generated using geometry nodes within blender snow particles donw within untiy and terrain modeled in blender along with buildings flags are animated with blender physics and imported into unity.</p>
</div>
<div class="project">
<div class="background"></div>
<div>
<video onmouseover="this.play()">
<source src="WebVideo3.mp4" type='video/mp4'/>
</video>
</div>
<p class="body-text">VFX compositing, planet is a 2d still rendered in Blender and then compoisited using motion vectors within Nuke.</p>
</div>
<div class="project">
<div class="background"></div>
<div>
<img src="project1.jpg" alt="">
</div>
<p class="body-text">Solar Cell Classification using a variety of custom made Convolutional Networks Such as ResNet
<a href="https://github.com/chichun2002/SolarCellClassificationCOMP9517">LINK HERE</a>
</p>
</div>
<div class="project">
<div class="background"></div>
<div>
<img src="elementor-placeholder-image.webp" alt="">
</div>
<p class="body-text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Veritatis, quo! Id debitis, eius corrupti minus nostrum veritatis ducimus dignissimos accusantium aliquam, suscipit placeat! Modi porro labore, ipsam ullam cumque tempora.</p>
</div>
<div class="project">
<div class="background"></div>
<div>
<img src="elementor-placeholder-image.webp" alt="">
</div>
<p class="body-text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Veritatis, quo! Id debitis, eius corrupti minus nostrum veritatis ducimus dignissimos accusantium aliquam, suscipit placeat! Modi porro labore, ipsam ullam cumque tempora.</p>
</div>
<div class="project">
<div class="background"></div>
<div>
<img src="elementor-placeholder-image.webp" alt="">
</div>
<p class="body-text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Veritatis, quo! Id debitis, eius corrupti minus nostrum veritatis ducimus dignissimos accusantium aliquam, suscipit placeat! Modi porro labore, ipsam ullam cumque tempora.</p>
</div>
<div class="space"></div>
</div>
<!-- <div class="top"></div> -->
<div class="menu">
<ul>
<li class="menu-active"><span>HOME</span></li>
<li><span>ABOUT</span></li>
<li><span>PROJECTS</span></li>
<li><span>CONTACT</span></li>
</ul>
<div class="box">
</div>
</div>
<span class="side-text">HOME</span>
</div>
<script src="https://cdn.jsdelivr.net/gh/dixonandmoe/rellax@master/rellax.min.js"></script>
<script>
var rellax = new Rellax('.rellax');
</script>
</body>
</html>