-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (105 loc) · 6.79 KB
/
index.html
File metadata and controls
111 lines (105 loc) · 6.79 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Projects and Programs by anthonyuitz</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Projects and Programs</h1>
<p class="header">Anthony Uitz</p>
<ul>
<li><a class="buttons github" href="https://github.com/anthonyuitz">GitHub Profile</a></li>
</ul>
</header>
<section>
<h2>
<a id="independent-projects-and-programs" class="anchor" href="#independent-projects-and-programs" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Independent Projects and Programs</h2>
<h4>
<a id="csa-line-tower-defense" class="anchor" href="#csa-line-tower-defense" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>CSA Line Tower Defense</h4>
<p>CSA-LTD Unity Game | September 2015 - October 2015</p>
<ul>
<li>Developed a simple game using the Unity engine to gain familiarity with the engine as well as with some of the algorithms being used in the Artificial Intelligence course</li>
<li>GitHub: <a href="https://github.com/anthonyuitz/CSA-LTD/">https://github.com/anthonyuitz/CSA-LTD/</a>
</li>
</ul>
<h4>
<a id="google-codeu-mentorship-program" class="anchor" href="#google-codeu-mentorship-program" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Google CodeU Mentorship Program</h4>
<p>FridgExpert Android App | January 2015 - August 2015</p>
<ul>
<li>Worked on a comprehensive series of technical exercises focusing on data structures, algorithms, and critical thinking under the mentorship of a Google engineer</li>
<li>Received professional and programming guidance through workshops and a 3 day summit </li>
<li>Completed Udacity’s Developing Android Apps course with a three person team over the course of a month, culminating in the FridgExpert mobile app, which leveraged GraphAPI and content providers to monitor user food spending habits as well as food expiration, waste, and consumption</li>
<li>GitHub: <a href="https://github.com/anthonyuitz/FoodApp/">https://github.com/anthonyuitz/FoodApp/</a>
</li>
</ul>
<h4>
<a id="hacktj-plander" class="anchor" href="#hacktj-plander" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>HackTJ Plander</h4>
<p>Automatic Facebook Calendar | 2013</p>
<ul>
<li>Utilized Facebook development tools with Heroku to make an application that pulled events from Facebook groups, creating a semi-automatically updated planner/calendar on a team of three</li>
</ul>
<h4>
<a id="tjhsst-league-of-legends-website" class="anchor" href="#tjhsst-league-of-legends-website" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>TJHSST League of Legends Website</h4>
<p>TJLoL Website | 2010 - 2013</p>
<ul>
<li>Created a website to connect the League of Legends gaming community at my high school</li>
<li>Used the website to organize tournaments, find players, and spearhead the club at my school</li>
<li>Grew to support a community of hundreds of local League of Legends gamers</li>
</ul>
<h4>
<a id="tjhsst-neuroscience-research-lab-program" class="anchor" href="#tjhsst-neuroscience-research-lab-program" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>TJHSST Neuroscience Research Lab Program</h4>
<p><em>Aplysia</em> Neuron Computational Model | Fall 2012</p>
<ul>
<li>Constructed a realistic computational model of a cluster of <em>Aplysia</em> neurons using the NEURON software which was instrumental in proving the viability of a simulation development area in the Neuroscience Research Lab.</li>
</ul>
<h2>
<a id="classwork" class="anchor" href="#classwork" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Classwork</h2>
<h4>
<a id="game-design-final-project" class="anchor" href="#game-design-final-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Game Design Final Project</h4>
<p>Infinite Tower Java Game | March 2016 - May 2016</p>
<ul>
<li>Expanded on a professor provided framework to develop a complete game engine with tweening, sound managing, physics, display object hierarchy, and more</li>
<li>Designed, prototyped, and developed a turn-based dungeon crawler with an infinite number of procedurally generated levels with a team of three</li>
<li>GitHub: <a href="https://github.com/anthonyuitz/InfiniteTower">https://github.com/anthonyuitz/InfiniteTower/</a>
</li>
</ul>
<h4>
<a id="electronic-commerce-final-project" class="anchor" href="#electronic-commerce-final-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Electronic Commerce Final Project</h4>
<p>UVAStudyCollab Website | January 2015 - April 2015</p>
<ul>
<li>Developed a website for students to establish study groups based on current class schedules using Django and Python with a three person team over the course of the semester</li>
<li>GitHub: <a href="https://github.com/anthonyuitz/uvastudycollab/">https://github.com/anthonyuitz/uvastudycollab/</a>
</li>
</ul>
<h4>
<a id="advanced-software-development-final-project" class="anchor" href="#advanced-software-development-final-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Advanced Software Development Final Project</h4>
<p>Secure Witness Website | April 2015</p>
<ul>
<li>Constructed a website for news reports and similar content that allowed users to search, encrypt, and download the reports of other members in three weeks with a four person team</li>
<li>GitHub: <a href="https://github.com/jmh2bj/SecureWitness-s15-team14/">https://github.com/jmh2bj/SecureWitness-s15-team14/</a>
</li>
</ul>
<h4>
<a id="software-development-methods-final-project" class="anchor" href="#software-development-methods-final-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Software Development Methods Final Project</h4>
<p>GhostHunter Android Game | October 2013</p>
<ul>
<li>Devised a mobile game that utilized device location to have players track down and destroy four ghosts after fulfilling storyline requirements</li>
</ul>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>