Overview:
This portfolio documents projects I have worked on as an Apprentice at Shodor. It includes products produced in GIMPshop, Inkscape, TextWrangler, Agent Sheets, and Netlogo -- and hopefully, in the future, many more. This WebPage itself is a part of my portfolio, and is a great example of what I've done with HTML and CSS. While simple, it's a start.
Thank you for taking the time to look at my portfolio.
Excel:
During the summer of 2008, I created a tutorial for creating an SIR model in Excel. SIR stands for "Susceptible, Infected, Recovered." An SIR model is essentially a model of how an illness (ie, the flu) spreads through a population. You can download my SIR Excel tutorial here and the finished product here.
GIMPshop:
>>>Under Construction<<<
Inkscape:
Here is an example of something that I created in Inkscape:
HTML:
Here is the HTML source code for my index page:
CSS:
You can view the default CSS stylesheet for this site here. You can view the alternate stylesheets here and here.
PHP:
Here is the PHP that I used for my layout switcher:
Agent Sheets:
In AgentSheets, I created a model that showed the changing populations of rabbits and wolves over time. The rabbits consumed grass, which would grow and spread across the map, and the wolves consumed the rabbits. If either a rabbit or wolf could not locate food in a certain amount of time, they died. If a rabbit stood directly over a piece of grass, the grass died. Grass, rabbits, and wolves could all reproduce and spread across the map. The populations were interdepedent. Here are two screenshots of the model.
NetLogo:
I have created several models in NetLogo, two examples of which are a reproduction model, and a SIR model. The first is very simple, simply involving male and females that can reproduce -- and that then die after a certain amount of time. The SIR involves a sick turtle, a susceptible turtle, and a reocvered turtle. Here are some screenshots:
You can download the disease model here and the reproduction model here.