Portfolio

  • Summer Projects

  • Project Website
  • This is my project website that I created for my Vensim and Agentcubes Models. In this website you will also find some of the projects from block one which were made using the Gimp and Inkspace programs.

  • Quality Assurance Document
  • This is my quality assurance document that I created to document any issues in my website.

  • MySQL Syntax Guide
  • This is a guide that shows functions and sql syntax. Using this guide, I learned how to create a table, and how to use a databse. Some of the information in the guide shows what happens to the sample table that I made in Sequel Pro.

  • Dice Roll DB
  • This is my diceroller database project. In this project I had to create a diceroll table that simulated two dice rolling. The table shows the result of two dice being rolled and the sum of dice. The user can also input their first name, favorite color, and shoe size.

  • My Programming Concepts Syntax Guide
  • This is a document which shows information about programming concepts in javascript, php, and Bash. I had to research these three programming languages in my first block, so that I could do the projects. I used this guide in my first block as a guide to create functions in php. Learning about these different languages was interesting because I had never programmed anything before.

  • DiceRoll
  • This is my first dice roll project which shows a table with the result of two dice, the sum of the both dice, and the number of rolls.

  • Hexcode
  • This is one of Krista's projects from my first block in which I learned about hexadecimals. Hexadecimals are a numeric system that goes from 0 to 15, but after 9 it uses letters of the alphabet. In this project, I learned how to create a random function in php, and how to use html with php to change the background color based on a random hexadecimal.

  • Background Selector
  • This is one of Krista's projects in which I used php to create a background selector. In this projects I learned how to create a drop down menu to change the background color. I also learned how to use forms and cookies in this project.

  • Forms Validation
  • This is a form validation project in which you can input your data and your information will be displayed at the top. To complete this project, I learned how to make a form with the help of a demonstration from Ernie. Forms are important because they allow the programmer to collect data that the user inputs,so that the data can be used for displaying or in other cases to log in to an account.

  • Dynamic Webpages
  • This is the dynamic page that we created with a demonstration from Miguel

  • Coin Flip Demo
  • This is a coin flipping model that we made with Ernie using PHP.

  • Spring/Fall Projects

  • Professional Office Ethics
  • This is a word document which shows my response to the homework assignment that Ron gave us after his presentation on office ethics.

  • Iteration examples
  • Iteration examples Description- This is an excel worksheet that shows the value of x and the value of the square root of x+7.316. Column A will show the value of x while column B will the show the value of the square root of x+316. In cell C1 you will find a cell labeled start while cell C2 will be named steps.

  • programming concepts
  • This is an excel worksheet that shows the value of x and y at different points.It is showing data for a line. The x values will be on column A while the Y values will be on column B. There is also a cell labeled slope which has a cell next to it that has the value of a slope. Below the slope cell there is a cell labeled intercept, and next to that cell there is a cell that shows where the x intercept will be. Next to the intercept cell there is a cell that will change depending on the slope. If you check the box that says steep it will make the cell say true.

  • Forest Fire Project
  • Using either a predator-prey model or a disease model, we created a forest fire model. My group partner and I made a simulation showing how a fire spreads in a forest. In our project we had variables like trees,burning trees,and water.

  • Thing One
  • This is an Agent cubes model that displays agents named room, window, and flies. The model simulates some flies in a room,but if they get too close to the window they disappear.

  • Rabbits Vensim Model
  • This was my first time using the program Vensim, to create a model of a rabbit population. Factors in this model include birth fraction, change per unit of time, competition, and deaths. You can also see how each factor affects the other. For example, more competition will cause more deaths. There is also a graph that goes along with this model.

  • Change vs. Behavior
  • This is a similar model to that of the Rabbits in Vensim model, but in this one we added more changes to see how the population would be affected.

  • Healthy and sick
  • This is a model on vensim that shows how a healthy population is affected by the sick.

  • Agent cubes disease
  • This an agent cubes model that shows how agents with a disease affect the other agents.

  • Parallel Computing Notebook
  • This is my notebook on Parallel Computing which shows all of the activities that have to do with parallel computing and supercomputing.