Jason Chan, Gregory Williams

Slides:



Advertisements
Similar presentations
RightNow 8 -- Adding a new report: New > Report: ORAnalytics > Reports > New Report
Advertisements

Module 12: Auditing SQL Server Environments
Virtual Molecular Dynamics Feature Tour. Virtual Molecular Dynamics Laboratory gives you access to a set of virtual experiments and movies which correspond.
Overview Importing text files Creating Forms Creating Reports.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Database Updates Made Easy In WebFocus Using SQL And HTML Painter Sept 2011 Lender Processing Services 1.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Server-side Scripting Powering the webs favourite services.
Adding, Subtracting, Multiplying and Dividing Fractions
Online Translation Service Capstone Design Eunyoung Ku Jason Roberts Jennifer Pitts Gregory Woodburn Kim Tran.
General Computer Science for Engineers CISC 106 Lecture 11 James Atlas Computer and Information Sciences 07/27/2009.
Intro to Computers By Alex Pu Computational Thinking: Overview Making Information Available to the World with HTML an d Web Pages Desktop Publishing with.
The internship in SPAWAR contributed to a project in Maritime Domain Awareness (MDA). MDA is the effective understanding of anything associated with the.
Introduction to MATLAB 7 Engineering 161 Engineering Practices II Joe Mixsell Spring 2012.
BY: Alex Quigley Andrew Monaghan Daniel Ozac Eoin McCrann Philip Hamilton.
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.
Competition Organizing Software CS 371 Team 3 Team Leader - Danny McMillan Technical Writer - Michael Brockman Planner / Scribe - Daniel Rodriguez Programmer.
CPSC 203 Introduction to Computers Lab 21 By Jie Gao.
Function Tables and Graphs. Function A function is when each input (x-value) corresponds to exactly one output (y- value) In other words, when you substitute.
Multifarious Systems 1 ECE 3553 – Course Project Sean Powers Dr. Këpuska 12/07/2007.
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
The STEM Academy Data Solution
Microsoft Office Access 2010 Lab 3
CLOSE Please YOUR LAPTOPS, and get out your note-taking materials.
Microsoft Access 2016 Simplify Data Entry with Forms
Global Variables in LabVIEW Tutorial by Harris Pharr.
Creating an ERD in SQL Server
Assigning Practice Tests to Your Team
Objectives Query for top values Create a parameter query
ECEN/MAE 3723 – Systems I MATLAB Lecture 2.
Science Fair Logbooks.
Deploying and Configuring SSIS Packages
Dynamic Input with SQL Queries
How to Submit a New Human Ethics Behavioral Application
Performance and User Experience Improvements to the ASU/NASA Space Grant Website
PLOTr -KUSHAL MEHTA.
Epic Basic Appointment Scheduling Wait List
Setting Up and Supporting Clients Using Employee Development in ADP Workforce Now [Developer: Use this slide if you are not using audio. You can add.
Simplify Data Entry with Forms Chapter 3
25 GUI Example.
New Features of Security Management 11
SchoolFront - Notifications Training
Optimizing Efficiency + Funding
Regional Architecture Development for Intelligent Transportation
ME 142 Engineering Computation I
Assignment 4 For this assignment refer to the notes on MATLAB from an MIT course that you can find here (or at the original website, lectures 14, 15, 16).
Lecture 1: Multi-tier Architecture Overview
Conditionally Confirming a Submit
Event Trend Detector Ryan Ward, Skylar Edwards, Jun Lee, Stuart Beard, Spencer Su CS 4624 Multimedia, Hypertext, and Information Access Instructor: Edward.
Programming in JavaScript
Creating User Defined Fields (NDF)
Lesson 8: Epic Appointment Scheduling Wait List
SCViSiON Salumatics Coding Viewer Users Guide
INFO/CSE 100, Spring 2006 Fluency in Information Technology
Access: Access Basics Participation Project
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Online Translation Service Capstone Design
Programming in JavaScript
Introduction to Access
Using Employee Development in ADP Workforce Now
Graphing a Linear Equation
Introduction to Matlab
Slope or Rates of Change
Cases Admin Training.
Use of SQL – The Patricia database
Welcome! Basic Dynamic Documentation Basic Dynamic Documentation
Lesson 8: Epic Appointment Scheduling Wait List
IBM SCPM MCV Page August 7, 2019.
Intelligent Tutoring Systems
Create, Upload and Use Data Extensions (Lists)
Presentation transcript:

Jason Chan, Gregory Williams Labs Team Jason Chan, Gregory Williams

OVERVIEW Project Overview Objectives Attempts Outcome Next Steps greg Brainstorming -ideas on what front end and back end would look like --images/diagrams -show what the database tables look like

PREVIOUS FUNCTIONALITY greg the developers of ITS have translated MATLAB graphs into JSX graphs, which we can display on the website. previously had to work by pullin gup gui on computer and answering questions from there we want to simplify that process by making gui accessible from the website to access questions and gui at the same place

LAB QUESTION OVERVIEW Lab question implementation of ITS Functions already implemented: JSX graphs Possible improvements: lab question interaction ability greg

OBJECTIVES Design database table for lab questions Add lab questions to SQL database Edit PHP to accept lab questions Have GUIs display a start state and record an end state GREG

ATTEMPTS Design simple table based on existing question tables Design table for the state of the GUI Design model of lab questions jason question_l table based off questions_s table Recognizing lab questions would have to record graph states, we made a table that represents the state of the GUI After we had the table, we dynamically populated it using javascript and PHP

questions_l Table jason Wanted to stay as simple as possible, question and answer. Since it is a lab, it may include a GUI Often many lab questions will have a prompt that corresponds to multiple questions, so that’s a design problem to work with in the future We acknowledged start and end state.

graph_state Table jason We took the parameters of the function during the _____ type of plot under the ______ window We acknowledge that there are many potential parameters, and we will likely include all of them so the graph_state represents all the states

Lab Question Model This is the filter design GUI as designed by the other sub team. IT allows you to select the window, the plot-type, and input parameters

Lab Question Model - cont.

Lab Question Model - Cont Here is the lab question model. On the left is a question from a Filter Design lab with inputs and a submit button and on the right is the GUI from before.

OUTCOME We were successful in… Designing database tables for questions_l and graph_state Creating a simple model of a lab question Challenges faced Learning PHP Understanding and contributing to the codebase jason

NEXT STEPS Improving the lab question model Populating a GUI from a database Display lab question on simulated website Change PHP to accommodate data entry jason

QUESTIONS?