|
Supply Chain Trading Analysis and Instrumentation Toolkit |
AIT Shortcuts |
IntroductionAIT is a collection of tools useful for analyzing historical log files from 2005 TAC SCM servers. The tools provided allow in-depth analysis of B2B and B2C interactions through an easy to read graphical front end. The current distribution includes a GUI for the tools, and the tools themselves which utilize the included library, JFreeChart (this library is freely available under the LGPL and the source code can be accessed at the JFreeChart website). Our tool also uses a binary version of the SICS TAC SCM Game Data Toolkit in our distribution, this library is provided in our distribution, and the full source code and the conditions for use are available to you at http://www.sics.se/tac/. The toolbox and its front-end were designed and written by the e-Supply Chain Management Lab's CMieux team lead by Michael Benisch and Norman Sadeh, with several undergraduate students. About the Instrumentation ToolsThe tools currently provide facilities for:
The software is all implemented in Java 1.5 using the Swing GUI development API and JFreeChart. Consequently, this software should run accross platforms, but we have not as of yet tested beyond Linux, Windows XP, and Mac OSX. Presently we will release only the binaries of our code, but we hope to augment this with a full source release soon. CitationYou are welcome to use the tools under the terms of the licence for research purposes ONLY, however you must acknowledge its use with the following citation:Benisch, et. al., "CMieux Analysis and Instrumentation Toolkit for TAC SCM", Carnegie Mellon University School of Computer Science Technical Report CMU-ISRI-05-127, 2005. Here is a BiBTeX entry:
@techreport{ benisch05ait,
author = "Michael Benisch and James Andrews and David
Bangerter and Timothy Kirchner and Benjamin Tsai and Norman
Sadeh",
title = "CMieux Analysis and Instrumentation Toolkit for TAC SCM",
number = "CMU-ISRI-05-127",
institution = "School of Computer Science, Carnegie Mellon University",
month = "September",
year = 2005
}
Obtaining the ToolsA Zip file containing the binaries and libraries for the tools can be downloaded here. After downloading the file, unzip it and you will find the following contents:
Quick Start: Using the SoftwareInvoke the GUI using the following command from the directory containing the contents of the Zip file: [ait_direcory]% java -jar instrumentation.jar
We cannot garauntee that this software is bug free and entirely correct. Feel free to send email asking for help to Michael Benisch; bug reports are appreciated. Last updated: 13 December 2005, |