LSDIS > Courses > Semantic Web > Students

Semantic Web

CSCI 8350 for Fall 2005.

Cuadro: A semantic photo sharing community
Members: Haibo Zhao, Pablo N. Mendes


Status

10/10 The project is currently under the analysis phase.
The project proposal is here .
10/17 Reqeuirement Refinement, Architecture Analysis.
Proposal updatd: Link
10/20-10/27

Haibo Zhao
Metadata Extractor: Given a brief description of the photo, extract
possible instances, then go to ontolgoy and do instance query. Then
annotate this photo conforming the ontology.
- Words extracting unit testing
- Ontology file Loading
- Instance query
- Integrate extractor and query
- Tring to annotate the photo and generate a testing RDF file.

Pablo N. Mendes
- Look for reusable ontologies / vocabularies / standards for description of
Person, Photo and Location (events?)
- Import the resources identified to Protege
- Merge / integrate ontologies and add missing classes / properties
- Add test instances
- Possibly add some inference rules
- Test queries on the test knowledge base

11/01-10/10

Haibo Zhao
Interface Design
- Upload and Annotate Photos
- Edit Picture Access Control
- Create User Profile
- View Uploaded Photos
- Delete Photo

Pablo N. Mendes
Interface Desige
- Invite Friend
- Accept Invitation
- Anonymous/Registered Person browse ontology
- Anonymous/Registered Person Search for photo
- Combine two parts and make it be a unified style

The demo address:
http://www.cs.uga.edu/~mendes/csci8350/cuadro/

11/11-10/22

Haibo Zhao
- Database design
- New user registration completed (not integrated)
- User login and authentication completed (not integrated)
- Working on photo uploading
- Working on Photo Browsing

Pablo N. Mendes
- Proposal updated

11/23-12/04

Haibo Zhao
- Database design (completed)
- User registration (completed and tested)
http://128.192.4.165:8080/test/register/reg.htm

- Photo uploading to DB (completed and tested)
http://128.192.4.165:8080/test/upload/upload.htm

- Photo retrieving from DB (completed and tested)
http://128.192.4.165:8080/test/retrieve/download.jsp

- User login and authentication (completed and tested)
http://128.192.4.165:8080/login/log.html
(Note: if username = = password, login in; otherwise, fail
Focus on User authentication right now, not integrated with registration
part yet. )

- Working on integration
- Working on annotate

Pablo N. Mendes
- a first draft of the ontology (still needs a lot of work)

- a first draft of the InferenceControl (formerly called CuadroQuery). It
currently can add users, photos, establish friendship relationships and run
some simple rule-based inference. It's kinda neat! :)

- a skeleton for the PersistenceControl (needs to be filled up with the
methods that build the objects for us).

Next steps for this week will be:
- work on the interface building by java servlets
- work more on the ontology
- add more methods to InferenceControl

12/05-12/14

Haibo Zhao
- Database design (completed)
- A running demo (User registration, User authorization, Uesr authentication, login, photo upload, photo retrieve)

http://128.192.4.165:8080/cuadro/


If you think it is boring to register a new user, use this:

Username: test04@uga.edu
Password: 0000000

- Working on integration
- Working on annotate

Pablo N. Mendes
- a first draft of the ontology (still needs a lot of work)

- a first draft of the InferenceControl (formerly called CuadroQuery). It
currently can add users, photos, establish friendship relationships and run
some simple rule-based inference. It's kinda neat! :)

- a skeleton for the PersistenceControl (needs to be filled up with the
methods that build the objects for us).

Next steps for this week will be:
- work on the interface building by java servlets
- work more on the ontology
- add more methods to InferenceControl

12/16/2005

Haibo Zhao
Running Demo
http://128.192.4.165:8080/cuadro/


If you think it is boring to register a new user, use this:

Username: test04@uga.edu
Password: 0000000

Pablo N. Mendez
- No updated yet