Logo

Seokyoung's Portfolio

  •   HOME
  •   ABOUT ME
  •   BLOG
  •   PORTFOLIO
  •   SHODOR

  • Fall Projects
  • Spring Projects
  • Summer Projects
  • Featured Projects - TOP 5

  RESUME

  Fall Projects

missing png

Office Ethics Project
After listening to a presentation on office etiquette done by Shodor staff, we answered a complex, hypothetical scenario of an office conflict and described how we would resolve the conflict.


missing png

HTML Research Guide
Our first step into diving into the world of programming by learning the fundamentals of HTML, a website markup language. We researched different ways to use the language and its importance.


missing png

Coin Flip/Dice/Spinner
Part of our fall orientation was learning about using functions in software like Excel to create small projects. These series of project dealt with the random function and using that to randomly choose an outcome.


missing png

Dominant and Recessive Model
This Excel project was again playing on the random function. We tested a group of "parents," ones with dominant alleles, and ones with recessive alleles, and found out and counted what kind of allele combination their children contained.


missing png

Diffusion Model
This is another Excel project. This one works more like a model - we modeled a cold classroom being heated up with heaters and how the temperature would spread around.


missing png

Rabbits Model
This is another type of modeling tool that we used, called VenSim, that focuses on the visual aspect of modeling with arrows and boxes to model. This models the population of rabbits without any other limiting factors.


missing png

Healthy and Sick Model
This is a VenSim model that models the population of healthy people and sick people in the scenario that a percentage of each type would change to another, simulating a disease going around.


missing png

Predator Prey Model
Like the previous rabbit model, this VenSim model models exactly that- a rabbit population, but now factoring in a wolf population which eats the rabbits and contains wolves that birth and die.


missing png

AgentCubes Disease Model
We created a model using AgentCubes, another visual modeling tool, where cubes (agents) move around in a world and we can observe results based on behavior we give the agents. Our model sets the behavior of the cubes to be: if they randomly move around in the world, if a healthy cube touches a sick cube, it will become sick.


missing png

Group Project 1 - Caterpillars
Aneesh and I worked on our first group project together, and we decided to model the life cycle of caterpillars. We created an AgentCubes model and a VenSim model to show how the quantity of caterpillars undergoing their lifecycle changes and is affected by the population of ants.

  Spring Projects

missing png

CSS Research Guide
Like the HTML research guide, this research quest was completed to continue learning about the cascading style sheets that we can edit to design the visual aspects of websites using CSS.


missing png

Bouncing Particles
As part of our programming concepts overview, we experimented modeling with JavaScript, using another library to code a box with particles bouncing off of eachother in a confined space. Using JavaScript, we could manipulate the size of the box or frequency and size of the particles and see how that affects the rate of bouncing.


missing png

Project Euler Problem 1
Project Euler is a website full of mathematical and thinking problems for students and we solved the first problem using a computer, which was - If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 or 5 below 1000. We wrote JavaScript to find the answer in the console, using loop ideas and refactoring.


missing png

HTML Template - No CSS
After following a couple of tutorials on linking and structuring HTML to create a template for building websites, this is our end result - a quite ugly but essential product. We used this template to create more colorful websites, like, well, exactly this one!


missing png

HTML Template - CSS
Using our knowledge gained from the CSS Research Guide, we edited the template to make a more colorful and cleaner version of our website, which eventually turned into this portfolio.


missing png

Group Project 2 - Forest Fires
Trey and I worked on our second group project together, and this time we decided to model forest fires using AgentCubes and Javascript. We showed how the wind affects the direction of the flames, if the rate of spread is expanding outwards.


missing png

Parallel Computing Workbook
Over the spring, after the group projects, we started learning about parallel computing - multiple computers working together to get work done in a faster time, more work done, or save more memory for work. The following was a workbook designed to teach the overarching concepts of parallel computing using simple analogies.

  Summer Projects

missing png

Resume
After learning how to create a professional resume with Krista, we all wrote an online resume that visitors could view.


missing png

Programming Concepts Syntax Guide
Another research guide for learning the broad concepts of PHP, Javascript, and a programming language of choice (C#)


missing png

SQL Syntax Research Guide
Research guide about SQL and how to write queries in the language.


missing png

Quality Assurance Document
An ongoing document of all the bugs and issues that need to be fix or have been fixed of this website.


missing png

HLD Modeling Website
Our plan for the agent and system models before we started building them.


missing png

HLD Final Website
Our plan for the final website (this design!) before creating them.


missing png

Forms Demo
Demo showing how to use forms (user input).


missing png

Coin Flip
We first start building this model with just PHP and outputting the result from a number of flips that we determined for ourselves. Then we added forms, or what users can input themselves so the program can be actually useful. Finally, we embedded the PHP answer in HTML so we could have a validated website.


missing png

Coin Flip (Render Edition)
This is the coin flip model except with custom functions that write the HTML for us, sprinkled with some custom CSS that displays an actual table.


missing png

Random Hex Code Generator
Generates a random hex code using the rand() function in PHP. Changes the background color to the hex code that is generated with HTML.


missing png

Dice Roller
Allows for user input using php forms. User inputs number of dice and number of rolls and program outputs a sum distribution chart


missing png

Dane Joe
User inputs a name, and the program will flip the first letter of the first name and first letter of the last name and output the result.


missing png

Background Selector
User chooses from a drop down menu of colors and submits the color they want to change the background to.


missing png

Calendar
User chooses a month, and a calendar outputs (year 2018) based on that year, how many days that month has and what day it started.


missing png

XML Blog
PHP reads off an external XML file and outputs the text written there.


missing png

Dynamic Websites
Renders in HTML.


missing png

Database
Connected SQL and PHP by inserting data in a PHP form and connecting to a local server and storing that information in a database. Can sort data by certain parameters using PHP functions.


missing png

Responsive Website
Followed a tutorial to create a website that works on mobile and desktop. Credited towards Drew Ryan from Rocket Design.


missing png

Summer Modeling Project
Our final modeling project- for me, an AgentCubes and VenSim model of ants and spiders.


missing png

Inkscape Projects
Our first step into graphic design and logo creation.


missing png

GIMP Projects
More into graphic design- rescaling, sizing, and collage making in GIMP.

  Featured Projects

missing png

Random Hex Code Generator
Generates a random hex code using the rand() function in PHP. Changes the background color to the hex code that is generated with HTML.

missing png

GIMP Projects
More into graphic design- rescaling, sizing, and collage making in GIMP.

missing png

Summer Modeling Project
Our final modeling project- for me, an AgentCubes and VenSim model of ants and spiders.

missing png

Database
Connected SQL and PHP by inserting data in a PHP form and connecting to a local server and storing that information in a database. Can sort data by certain parameters using PHP functions.

missing png

Inkscape Projects
Our first step into graphic design and logo creation.

Created by Seokyoung Hong