DPS Dissertation System

Slides:



Advertisements
Similar presentations
JQuery MessageBoard. Lets use jQuery and AJAX in combination with a database to update and retrieve information without refreshing the page. Here we will.
Advertisements

PHP and CSS to control web apps styles. CSS is used to style today’s web applications.
Using EWD to re-purpose a UI Rob Tweed. The Concept You have an existing well-designed and functional web user interface You want to re-purpose it to.
Project Title: Deepin Search Member: Wenxu Li & Ziming Zhai CSCI 572 Project.
Wenxu Li & Ziming Zhai Deepin Search. Motivation Google gives you the best results for everyone, but maybe not the best for you. Besides keyword match,
Introduction to Backend James Kahng. Install Node.js.
Progress Report 11/1/01 Matt Bridges. Overview Data collection and analysis tool for web site traffic Lets website administrators know who is on their.
Multiple Tiers in Action
ITWS-2210 / CSCI Logistics Format – Class w/ mini projects (graded on class participation) – Labs (individual projects, graded on completion in.
Automating the Extraction of Data Behind Web Forms Automating the Extraction of Data Behind Web Forms by Sai Ho Yau Brigham Young University.
31 January 2007Craig E. Ward1 Large-Scale Simulation Experimentation and Analysis Database Programming Using Java.
AJAX Chat Analysis and Design Rui Zhao CS SPG UCCS.
MYSQL and SQLite in Android Apps Mike Freedman. Uses Ability for your app to store new data and receive it later – Game Scores – Contact information –
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
Kenny Trytek Joe Briggie Abby Birkett Derek Woods Advisor: Simanta Mitra Client: Matt Good, Kingland Systems.
Web Interface to Dissertation Database Matt Rotundo, Arun Jose, Brian Richards, Patrick Stankard, and Diah Schur.
Mid Morning Discussion Introduction to the IBIS-Q Front-End System ("Module" Emphasis) What is the front end Where does the front end fit in What is a.
Creating Dynamic Web Pages Using PHP and MySQL CS 320.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
.  A multi layer architecture powered by Spring Framework, ExtJS, Spring Security and Hibernate.  Taken advantage of Spring’s multi layer injection.
SE-2840 Dr. Mark L. Hornick1 Bootstrap A framework for CSS.
 Registry itself is easy and straightforward in implementation  The objects of registry are actually complicated to store and manage  Objects of Registry.
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
BS/MS Management Application Mariah Bragg, Hannah Kim, Jennifer Hines, Anas Siraj.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Web Development Technologies Advanced Web-based Systems Advanced Web-based Systems | Misbhauddin.
Windows 7 WampServer 2.1 MySQL PHP 5.3 Script Apache Server User Record or Select Media Upload to Internet Return URL Forward URL Create.
CentralCampus Group: May13-26 – William Van Walbeek & Paul Wilson Client: Google, Muthu Muthusrinivasan Advisor: Manimaran Govindarasu Abstract Introduction.
 An essential supporting structure of any thing  A Software Framework  Has layered structure ▪ What kind of functions and how they interrelate  Has.
New and Improved Financial Aid Help Service System for Clark Atlanta University By Shannon Parker.
Website Design Best Practices. Topics  Navigation  Readability  Portability  Frameworks for Web Design  Model View Architecture MVC  SEO  Performance.
AJAX and REST. Slide 2 What is AJAX? It’s an acronym for Asynchronous JavaScript and XML Although requests need not be asynchronous It’s not really a.
Display Page (HTML/CSS)
CS 174: Web Programming November 2 Class Meeting Department of Computer Science San Jose State University Fall 2015 Instructor: Ron Mak
MAMADOU BALDE & EDWIN PADILLA DICKINSON COLLEGE DECEMBER 19, 2015 Peace Operations Toolkit Final Presentation.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
X2R Spec 1. Change log DateVersionPeopleNote 2013/11/01V0.0.1Chien-Wei Yu, Anderson Ou First draft, add X2R files spec. 2013/12/16V0.0.2Anderson Ou, Doc.
CS491B Software Design Lab Project Report Yuet-Chi Lee California State University, Los Angeles.
X2R Spec 1. Change log DateVersionPeopleNote 2013/11/01V0.0.1Chien-Wei Yu, Anderson Ou First draft, add X2R files spec. 2013/12/16V0.0.2Anderson Ou, Doc.
EGI NA3 – Web site training services University of Edinburgh (0.25 funded FTE)
Dive into web development
Web Technologies Computing Science Thompson Rivers University
Web API - Introduction AJAX, Spring Data REST SoftUni Team Web API
Databases.
CS 371 Web Application Programming
AJAX and REST.
WyoExchange Zhongshan Lu Jacob Grife
PHP / MySQL Introduction
Web Systems Development (CSC-215)
Database Linked List Representation
Web Browser server client 3-Tier Architecture Apache web server PHP
REST.
Web Systems Development (CSC-215)
IND8115 – LTTng Web View December, 12th 2016 Yonni Chen.
PHP and Forms.
Secure Web Programming
Intro to PHP.
Back end Development CS Programming Languages for Web Applications
ხელმძღვანელი: დიმიტრი ქარაული
Web-Applications & AJAX
PHP Forms and Databases.
CS4961 Software Design Laboratory Understand Aquila Backend
Web Technologies Computing Science Thompson Rivers University
Client-Server Model: Requesting a Web Page
creating websites and web applications responsive.
Web Software Model CS 4640 Programming Languages for Web Applications
Back end Development CS Programming Languages for Web Applications
Web Application Development Using PHP
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

DPS Dissertation System Christopher Keene ADD SCREENSHOT FOR DISERTATOIN DB SITE

Project Specifications/Goals A web application used to categorize and store information about Pace DPS Dissertations including: Subjects Methods Advisors Related Publications Various Reports Project Goals: Automate DPS Dissertation entries into the database Automatically categorize dissertations based on the contents of the Abstract

Current System Entirely new frontend implemented AngularJS Popular JS framework for SPA (Single Page Web Apps) Adds improved speed over previous implementation Retrieves data from the back end by sending an AJAX request to the appropriate file Bootstrap Modern UI elements Widely Used for styling responsive sites Backend (PHP with MySQL Database) Database queries remained the same Data is returned as a JSON array Reduced previous amount of PHP files by sending URL parameters to the query instead of individual files for each table

New System Specs Front End: Back End: jQuery UI JavaScript RESTful service Java MySQL Database

Enhancements New frontend UI for uploading dissertations Ability to upload dissertations by uploading the docx file Selects keywords from the Abstract and returns entities to be placed into categories

Future Enhancements Ability to scan and parse pdf files Ability to categorize dissertations based keywords from the abstract Automate the entirety of the upload process Allow the full dissertation to be stored and viewed from within the database Further enhance the upload dissertation UI screen