mirror of
https://github.com/EthanPisani/ethanpisani.com.git
synced 2025-07-02 18:15:18 -04:00
Compare commits
2 Commits
6b9468e028
...
8e8836cd4b
Author | SHA1 | Date | |
---|---|---|---|
8e8836cd4b | |||
93fe7eaa32 |
@ -26,7 +26,12 @@
|
||||
href="{{ url_for('static',filename='css/main.css') }}"
|
||||
/>
|
||||
|
||||
|
||||
<meta name="msapplication-TileColor" content="#000000" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="{{ url_for('static',filename='img/favicon.ico') }}"
|
||||
/>
|
||||
<!-- Particles.js Library -->
|
||||
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
|
||||
</head>
|
||||
@ -42,6 +47,15 @@
|
||||
<a href="https://www.ethanpisani.com" target="_blank">Website</a> ⋄
|
||||
<a href="https://www.github.com/EthanPisani" target="_blank">GitHub</a>
|
||||
</p>
|
||||
|
||||
<div class="section">
|
||||
<h2>Education</h2>
|
||||
<p class="project-container-p"><strong>Bachelor of Computer Science <em>University of Western Ontario</em></strong> <span class=project-date">2021 — 2025</span></p>
|
||||
<p>
|
||||
Honors Specialization in Computer Science
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Projects</h2>
|
||||
@ -51,7 +65,7 @@
|
||||
<hr>
|
||||
|
||||
<div name="Tails of Ailurus">
|
||||
<p class="project-container-p">Tails of Ailurus</strong> <span class=project-date">September 2024 — Present</span></p>
|
||||
<p class="project-container-p"><strong>Tails of Ailurus</strong> <span class=project-date">September 2024 — Present</span></p>
|
||||
<ul>
|
||||
<li>Developing a 3D game in the Godot 4.3 Engine</li>
|
||||
<li>Wrote custom GDextension modules in C++ for the game engine</li>
|
||||
@ -167,7 +181,7 @@
|
||||
<li>Performed daily QA testing of regressions, enhancing team efficiency.</li>
|
||||
<li>Gained experience in agile development, using Jira, code reviews, impact analysis, and Endevor.</li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
<p><strong>Junior Communications Officer</strong> | DFO Government of Canada<br />
|
||||
May 2022 — August 2022</p>
|
||||
<ul>
|
||||
@ -207,7 +221,7 @@
|
||||
<li>Created 2 Machine Learning Agents to play the video game CSGO</li>
|
||||
<li>Object detection Model using Yolov7 in Pytorch and A* path finding</li>
|
||||
<li>Behavioural Cloning Model using JAX/FLAX running from a OpenAI GYM environment</li>
|
||||
<li>Achieved 87% accuracy on custom data set of over 5,000 images></li>
|
||||
<li>Achieved 87% accuracy on custom data set of over 5,000 images</li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
@ -223,13 +237,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Education</h2>
|
||||
<p>
|
||||
<strong>Bachelor of Computer Science</strong>, University of Western Ontario<br />
|
||||
Honors Specialization in Computer Science (2021 - 2025)
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user