kjgarbutt
Project Manager/Data Scientist at Oxford University. More coffee than man.
Oxford UniversityUnited Kingdom
Pinned Repositories
A-star
Straightforward A* implementation in Java
A-Star-1
A Star heuristic search implemented using Java
ABM
Agent Based Modeling examples.
abm-epidemic
agent-based SIR model simulating the spread of an epidemic on a population
abm-stats
A statistics library for agent-based modelling
ABMarket
A simple agent-based market model.
abmsyphilis
This is our repository for our agent-based model to simulate the spread of syphilis.
EngD_Final_Model
Final, working EngD model. This is the version for examiners.
kjgarbutt.github.io
Personal website using the Massively theme by HTML5 UP.
kjgarbutt's Repositories
kjgarbutt/ABMTest
My default ABM folder.
kjgarbutt/android-google-maps-demo
A simple Google Maps Android API v2 Demo app
kjgarbutt/android_guides
Extensive Open-Source Guides for Android Developers
kjgarbutt/basicABM
My first Agent-Based Model. Adapted from www.agent-based-models.com/blog/ Very simple model: bouncing balls that change direction randomly when they hit the grid boundary or each other. Added a minority group that are a different colour and shape also.
kjgarbutt/Creatures
Evolution simulator
kjgarbutt/data-science-ipython-notebooks
Continually updated Data Science Python Notebooks: Spark, Hadoop MapReduce, HDFS, AWS, Kaggle, scikit-learn, matplotlib, pandas, NumPy, SciPy, and various command lines.
kjgarbutt/ebola-abm
kjgarbutt/geocoding
Code for assisting in geocoding
kjgarbutt/gridlock
kjgarbutt/gridlock_norfolk
kjgarbutt/gridlock_norfolk_copy
kjgarbutt/gridlock_norfolk_csvTEST
kjgarbutt/gridlock_norfolk_TEST
kjgarbutt/JAdventure
Java text adventure game.
kjgarbutt/MasonModels
Top level for MASON Agent-based models
kjgarbutt/MedievalSword
Turn-based strategy game (TBS)
kjgarbutt/norfolk
kjgarbutt/norfolk_csv
kjgarbutt/norfolk_csvTEST-copy
kjgarbutt/norfolk_csvTEST1
kjgarbutt/Norfolk_Routing_CSV_Test
A simple model that locates agents on Norfolk's road network and makes the move from A to B, then they change direction and head back to the start. The process repeats until the user quits. The number of agents, their start and end points is determined by data in NorfolkITNLSOA.csv and assigned by the user under 'goals'.
kjgarbutt/norfolk_routing_TEST
kjgarbutt/Old_EngD_MK_1
"MK_1" is the first model in my EngD project. It is adapted from the MASON demo, "Gridlock", made by Sarah Wise, Mark Coletti, and Andrew Crooks. The model imports a number of GIS shapefiles, creates multiple sets of agents, and moves those agents from A to B when they are limited to paths defined by the GIS data.
kjgarbutt/Old_EngD_MK_4
kjgarbutt/omg-android
A sample project to introduce the basics of Android app development
kjgarbutt/opencsvtest
kjgarbutt/popsyn
kjgarbutt/refugee-abm
This is the first computational agent-based model of migration during the European Refugee Crisis.
kjgarbutt/TextRPG
Some little text-based game
kjgarbutt/Tutorial-1--Build-Conway-s-Game-of-Life--Without-Visualization-
Taken directly from MASON and used here just as a way to learn GitHub