Blogger of the Class: Michael Morgan
Runner-up: Ashar Attaluri
Honorable mention: David Bowles, Tarun Dhawan
Best blog site: http://mavericks8020.blogspot.com/
Runner-up: http://nucleus-inc.blogspot.com/
Some statistics will be updated later.
This is a blog/website for the course CIS 8020 Systems Integration.
Blogger of the Class: Michael Morgan
Runner-up: Ashar Attaluri
Honorable mention: David Bowles, Tarun Dhawan
Best blog site: http://mavericks8020.blogspot.com/
Runner-up: http://nucleus-inc.blogspot.com/
Some statistics will be updated later.
1. Consent form:
http://gzheng.cis.gsu.edu/teaching/cis8020/files/consent.doc
2. Survey:
http://gzheng.cis.gsu.edu/teaching/cis8020/files/blog-survey.doc
A small stock tracking website collects stock buy and sell information from many mutual funds. It produces percentages of buy/sell of any stock by all mutual funds within a certain period of time. Besides just presenting these numbers as pure text, the web site wants to put them in charts for better appearance.
Google Chart API is a good candidate solution for this problem. It generates static chart images which can be easily integrated to any webpage. The website just needs to prepare the input data (the percentages of buy and sell) and configure a few setting on its style. A chart is prototyped as following:
Built upon this, the website also provides a dashboard-like page for all Dow 30 stocks.
Compare to other solutions, this is easy to use and implement. Such an API saves the development and maintenance effort. It also saves computing power and bandwidth. The application can be nicely integrated to the website. Service speed is also satisfying.