8/4/2004 mobile clemson football information retrieval jason mikell cpsc 463 summer 2004

11
8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

Upload: mark-gray

Post on 19-Jan-2016

216 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Mobile Clemson Football Information Retrieval

Jason MikellCpsc 463 Summer 2004

Page 2: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Overview Features Project Design

Database Tables Technology Used

Demo Conclusions Future Works Acknowledgements Q&A

Page 3: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Features

From a cell phone:

Fans can view players’ profiles See what their favorite players look like Manually and automatically retrieve

current weather conditions before, during, and after the game

Page 4: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Mobile phones connect to the Clemson Web Server

DCIT Web Server contains WML &

PHP files that can be

accessed externally

PHP files sendsand receives datato and from Hogwarts

Hogwarts

ASP.Net (C# files)MFootballWeb.aspxRegister.aspxViewImage1.aspxMessageSender.cs

MS SQLWeather Web

Service

http://jarvelo.brinkster.net/websvcs/v1.0/weather.asmx

DB queries,inserts, updates,take place

Weather web serviceis consumed by the .Net files

Project Design

Page 5: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Database Tables

Fans Cell_Phone Context Provider Fname Lname City State Zip Send Interval Email_Zipco

de

Players: ID Position Number Fname Lname Height Weight Classification

Images Img_id Img_path Player_id Player_num

Page 6: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Technology Used

.Net Architecture MS SQL C# PHP WML

Page 7: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Project Demo

Searching for player’s information Viewing player images Retrieving current weather

conditions Setting up automatic weather

updates

Page 8: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Conclusions PHP was an easy alternative to using SOAP and it works

well with WML

Do not put images in the database. Use the path to the image

Carefully think about your database design and project so you don’t have to keep changing your database to incorporate your project ideas

Page 9: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Future Works Expand the database to

include more player and coach information

View scores from around NCAA ( updated scoreboards )

Automatically sent to phone or manually retrieved

Include Audio of players and coaches interviews, talks, etc.

Video clips of plays Player Comparison from

other teams

Page 10: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Acknowledgements

He Zheng Rashmy Appaneravanda All my other 463/663 classmates Amanda Mikell Dr. Pargas

Page 11: 8/4/2004 Mobile Clemson Football Information Retrieval Jason Mikell Cpsc 463 Summer 2004

8/4/2004

Q&A