This commit is contained in:
parent
be155a1c46
commit
a6de0f4374
2 changed files with 36 additions and 0 deletions
|
@ -17,6 +17,7 @@ title: CV
|
|||
<div id="profile-items">
|
||||
<p>I have over 15 years experience delivering software projects, in a variety of industries, from ideas and discovery right through to deployment and maintenance.</p>
|
||||
<p>I love solving problems, partiularly from a user perspective. This leads to a passion for UX/UI design. I'm also profficient in many different front-end and back-end languages and frameworks.</p>
|
||||
<p>I have a passion for learning, and I'm a great communicator, able to mediate conversations and convey complex topics to make them more understandable.</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
@ -30,6 +31,9 @@ title: CV
|
|||
</p>
|
||||
|
||||
<h2>Education</h2>
|
||||
<p class="h-event p-education">
|
||||
<span class="p-name">Auslan Level One</span> <br> <span class="p-location">Expression Australia</span> <br> <time class="dt-start dt-end" datetime="2022">2022</time>
|
||||
</p>
|
||||
<p class="h-event p-education">
|
||||
<span class="p-name">Bachelor of Computer Science for Games Technology</span> <br> <span class="p-location">La Trobe University</span> <br> <time class="dt-start" datetime="2004">2004</time> - <time class="dt-end" datetime="2008">2008</time>
|
||||
</p>
|
||||
|
@ -42,6 +46,8 @@ title: CV
|
|||
<ul class="fa-ul">
|
||||
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.01">Robotic Mission to Mars</a>
|
||||
<a href="/cv.01"class="summary">An interactive educational game which simulates a Robotic Mission to Mars, including control of a real-life robot!</a></li>
|
||||
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.06">Pathogen Attack</a>
|
||||
<a href="/cv.01"class="summary">Another educational game, this time exploring the human immune system.</a></li>
|
||||
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.02">LDToypad.NET</a>
|
||||
<a href="/cv.02"class="summary">A .NET library for communicating with the LEGO Dimensions toypad.</a></li>
|
||||
<li><span class="fa-li"><i class="fa-solid fa-globe"></i></span><a href="/cv.03">Shopfront Solutions</a>
|
||||
|
|
30
weblog/CV. Portfolio/CV.06 pathogen-attack.md
Normal file
30
weblog/CV. Portfolio/CV.06 pathogen-attack.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
image: https://gtac.edu.au/wp-content/uploads/2014/08/Immunology-game-screen-3-publish.png
|
||||
title: Pathogen Attack!
|
||||
type: page
|
||||
tags: CSS, JavaScript, HTML, design
|
||||
link: https://gtac.edu.au/students/learning-resources/gtacs-immunology-game/
|
||||
summary: An educational game for GTAC exploring the human immune system
|
||||
location: /cv.06
|
||||
template: cv
|
||||
---
|
||||
|
||||
This was a javascript-based online game, built for the Gene Technology Access Centre
|
||||
([GTAC](https://gtac.edu.au/)). I was mainly involved in the design phase, as opposed
|
||||
to the development, but what a design phase it was!
|
||||
|
||||
The goal of this game was to help teach VCE level students about the human immune
|
||||
system through an interactive game. Of course, this meant that the first step was to
|
||||
learn all about the human immune system. Over a period of many weeks, there were many
|
||||
discussions with the GTAC educators, alongside actual immunology experts, to get a
|
||||
handle on which cells play a role in the immune system and their function.
|
||||
|
||||
There was a lot of back and forth, gaining knowledge, assembling it and then
|
||||
confirming it with the experts. In the process, I think even the educators learned new
|
||||
things.
|
||||
|
||||
Afterwards, we had to translate the cells and their processes into game mechanics —
|
||||
attacking invading pathogens, recognising pathogens and utilizing the lymphatic nodes
|
||||
to produce appropriate T-Cells, sending out different forms of Dendritic Cells and
|
||||
acrophages... In the end it became an interesting (and hopefully entertaining)
|
||||
real-time strategy game. And I learned a lot about the immune system in the process.
|
Loading…
Reference in a new issue