Web Interface to Dissertation Database Matt Rotundo, Arun Jose, Brian Richards, Patrick Stankard, and Diah Schur.

Slides:



Advertisements
Similar presentations
IRRA DSpace April 2006 Claire Knowles University of Edinburgh.
Advertisements

DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Business Development Suit Presented by Thomas Mathews.
Exploring PHP and MySQL Using an Online Travel Agency as a Case Study Charles R. Moen, M.S. Morris M. Liaw, Ph.D. October 9, 2004 ACET 2004.
Resource is divided into 8 parts: 1. Part 1 – What Makes a Good Questionnaire 2. Part 2 – Installing Survey Software 3. Part 3 – Creating the First Survey.
Humboldt University: A workflow model for digital theses and dissertations ETD A workflow model for digital theses and dissertations Developments.
12/13/20051 Egypt Education Service (EES) Capstone Design Mohammed Khalilia Saif Khairat.
Parzoof A social networking website for students.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
UPortal: A framework for the Personalization of Library Services John Fereira: Programmer/Analyst Cornell University Mann Library.
Web Application Architecture: multi-tier (2-tier, 3-tier) & mvc
Tomslist Boston University Craigslist Ben Duong, Frank Wong, Marc Adam, Henry Huang.
Danielle Baldwin, ITS Web Services CMS Administrator Application Overview and Joomla 1.5 RC 1 Highlights.
MAE Atlassian Tool Suite Administration Training July 8 th, 2013.
In The Name Of God. Jhaleh Narimisaei By Guide: Dr. Shadgar Implementation of Web Ontology and Semantic Application for Electronic Journal Citation System.
Valma Technical Aspects
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
NCAA Student Athlete Compliance System May
EBSCOadmin. Select Change Password Select EBSCOadmin Security.
Joomla! Day France SEBLOD Version 2.0 for Joomla! 1.6.
Information Systems Chapter 5 Building the database Part 1. Unsing Access.
Copyright © 2012 Accenture All Rights Reserved.Copyright © 2012 Accenture All Rights Reserved. Accenture, its logo, and High Performance Delivered are.
COMP 410 & Sky.NET May 2 nd, What is COMP 410? Forming an independent company The customer The planning Learning teamwork.
Codeigniter is an open source web application. It occupies a very small amount of space in the memory and is most useful for developers who aim to develop.
Lecture 19 Web Application Frameworks Boriana Koleva Room: C54
Digital Filing A Simple Way to Digitally Centralize and Distribute Documents.
Integrating Your Administrative Database and Mailing List AIKCU 2015 David Abney – Web Developer/Programmer Shane Wilson – Senior Systems and Network Coordinator.
Arnold Geraldo Designing and Making of The Online Auction Website Using CakePHP Framework.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
DemocracyApps, Inc. Community Budget Explorer A Technical Overview.
Copenhagen, 7 June 2006 Toolkit update and maintenance Anton Cupcea Finsiel Romania.
LABORATORY DATA MANAGEMENT SYSTEM HARSHIT MAHESHWARI (10290) N V SUBBA RAO (10466) GUIDED BY PROF. T.V. PRABHAKAR.
Building Secure Web Applications With ASP.Net MVC.
Johnson Lab Database Senior Design Project Management II Spring 06 Mark Nelson.
n System Architecture n Testing n The Building of the System.
Workload Forecast System Alexey Kozarnikov Mariia Fedotenkova Galina Lavrentyeva LUT 2012.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
Database, Website & IT Functions Private and Confidential 1.
Document Management System for Rhodes University Supervisor: John Ebden Presenter: Bijal Rana.
Copyright © Open Applications Group, Inc. All rights reserved OAGIS Project Definition Export Compliance Vivian Javier – CDC Software September 20, 2010.
D. Heynderickx DH Consultancy, Leuven, Belgium 22 April 2010EuroPlanet, London, UK.
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
MVC WITH CODEIGNITER Presented By Bhanu Priya.
Rolando Gaytan Clay Schumacher Josh Weisskopf Cory Simon Aaron Steil (Reiman Gardens) – Client Dr. Tien Nguyen - Advisor.
Date : 3/04/2010 Web Technology Solutions Class: PHP Web Application Frameworks.
Syllabus Management System Matt Bernstein, Paul Capelli, Jared Segal.
CentralCampus Group: May13-26 – William Van Walbeek & Paul Wilson Client: Google, Muthu Muthusrinivasan Advisor: Manimaran Govindarasu Abstract Introduction.
Web-Based Inventory Database Application By: Gar Seigla.
The Artist World Developed by: Hiral Tank – Riddhi Chitaliya Urmila Chavda
START Application Spencer Johnson Jonathan Barella Cohner Marker.
REMI Database Antall Fernandes. REMI ● A relational database to facilitate data - metadata organization of various research studies. ● Interface into.
Introduction The concept of a web framework originates from the basic idea that every web application obtains its foundations from a similar set of guidelines.
Web Technology Solutions
CS 325 Spring ‘09 Chapter 1 Goals:
Internet Made Easy! Make sure all your information is always up to date and instantly available to all your clients.
DPS Dissertation System
IST 220 – Intro to Databases
ORACLE ADF ONLINE TRAINING COURSE
HMVR System Final Presentation
Content - Introduction. - Problem statement. - Objectives.
Web Software Model CS 4640 Programming Languages for Web Applications
PHP Training at GoLogica in Bangalore
HR Portal Team Dr. Ashraf Armoush Supervisor Ala’eddeen Awwad
Database Driven Websites
Manage your Interest Group
HVMR: PHP-MySQL System
Database Management Systems
VIP Senior, 2018, Spring Smart Stormwater – Smart City System Problem
School of Computer Science
Excel 2007 Level 1 Cathy September 24, 2009
Presentation transcript:

Web Interface to Dissertation Database Matt Rotundo, Arun Jose, Brian Richards, Patrick Stankard, and Diah Schur

PHP, MySQL, HTML, and CSS used Create web interface for DPS dissertation database system o Add/delete/modify tables and queries o Listing tables for queries Description of System

Summary of Specifications  Provide User Authentication and authorization  Provide an easy to use administration interface to Add/Edit/Delete data  Improve quality of existing reports

Aimed for simple and accessible design Visually-pleasing Print tables in an organized and easy-to- read manner No tradeoffs were required in designing web pages (HTML and CSS) o All customer requests were fulfilled Design Decisions and Related Tradeoffs

How to Address Changes in Requirements?  The system is made flexible to handle changes  Address critical issues immediately  Prioritize the change requests  Implement high changes based on priority and resource availability  Use Model-View-Controller (MVC) development methodology to create a readily modifiable application structure

Entity Relationship Diagram

Components Built / Planned Built: Interface to  View/Add/Edit People  View/Add/Edit Dissertations  View/Add/Edit External Publications Basic authentication User profile view

Components Built/ Planned (Continued...) Planned:  Multi-tier authentication  Validation of input data Potential: CSV / XML data export notifications Social media integration

System Components

Application Structure PHP Based MVC Structure Controllers o Authentication o Database abstraction Models o Person o Dissertation o External Publication o Category o Research Method

On to the application!

Possible Additions Input validation Advanced user administration roles Detailed user profile pages User profile admin (image upload, , login/pass reset) Send on action (edit dissertation, add user to system, etc.) Content uploading / storage (pdf/doc files) extend publication reference functionality Data export csv/xml Social networking integration front-end individual document views (not just tabular views)

Thanks!