COMP390/3/4/5 Final Year Project Design

Slides:



Advertisements
Similar presentations
The Robert Gordon University School of Engineering Dr. Mohamed Amish
Advertisements

Preparing for Confirmation of Candidature
Final Year Project COMP39X COMP390/3/4/5 Final Year Project Demonstration & Dissertation Irina Biktasheva
Final Year Project COMP39X COMP390/3/4/5 Final Year Project Design Darek Kowalski
Introduction CSCI102 - Introduction to Information Technology B ITCS905 - Fundamentals of Information Technology.
COMP 208/214/215/216 LECTURE 1 Introduction 恭喜發財.
Business and Management Research WELCOME. Business and Management Research Instructor:Rawaa Muhandes Office Number: 624 Term/yearSemester.
Final Year Project COMP39X COMP390/3/4/5 Final Year Project Design Irina Biktasheva
Module 4: Systems Development Chapter 13: Investigation and Analysis.
1 The Initial Report Preparation Guidelines. 2 The Initial Report u Definition of project scope u Project aims and objectives u Initial project plan.
C HU H AI C OLLEGE O F H IGHER E DUCATION D EPARTMENT O F C OMPUTER S CIENCE Preparation of Final Year Project Report Bachelor of Science in Computer Science.
IENG 471 Facilities Planning
10/10/2015 IENG 471 Facilities Planning 1 IENG Lecture END Project Report Requirements & Project Presentation Information.
Portfolio Feedback I. The Project Semester 2 April—September This module: the Portfolio -- background research and other preparation Design/Implementation/Experiment/Dissertation.
COMP 208/214/215/216 – Lecture 8 Demonstrations and Portfolios.
©Dr I M Bradley Doing the project and other things.
© 2011 Pearson Prentice Hall, Salkind. Writing a Research Proposal.
PhD Registration and Assessment procedures There are 3 stages of internal assessment during the PhD: Research Plan 8 weeks after registration date Early.
Workshop #1: Introduction to Graduation Project Wednesday September 2 nd at 10 am Capstone Committee Department of Computer Science.
The Foundation Degree Project Geoff Leese September 2008.
Research Methodology Class.   Your report must contains,  Abstract  Chapter 1 - Introduction  Chapter 2 - Literature Review  Chapter 3 - System.
Project 1 (CGNB 413) Briefing
Module 4: Systems Development Chapter 13: Investigation and Analysis.
C HU H AI C OLLEGE O F H IGHER E DUCATION D EPARTMENT O F C OMPUTER S CIENCE Preparation of Final Year Project Report Bachelor of Science in Computer Science.
Business and Computing Deanery Multimedia Week 1 What is Multimedia?
© 2009 Pearson Prentice Hall, Salkind. Chapter 13 Writing a Research Proposal.
Advanced Higher Computing Science The Project. Introduction Worth 60% of the total marks for the course Must include: An appropriate interface using input.
L5 Computing Team Project Final Presentation Guidelines.
Advanced Higher Computing Science
Systems Development Life Cycle
COMP 208/214/215/216 Lecture 1 Introduction.
COMP390/3/4/5 Final Year Project Introduction & Specification
COMP390/3/4/5 Final Year Project Introduction & Specification
Controlled Assessment
CHU HAI COLLEGE OF HIGHER EDUCATION DEPARTMENT OF COMPUTER SCIENCE Preparation of Mid-Term Progress Report Bachelor of Science in Computer Science.
RESEARCH PROJECT (MRP1014)
CHAPTER OVERVIEW The Format of a Research Proposal Being Neat
COMP390/3/4/5 Final Year Project Demonstration & Dissertation
Welcome Welcome & Reminder Welcome to this WCHRI Lunch and Learn!
Welcome to GC311 Database Concepts
Instructions Dear author(s),
Registration and Assessment
2.2 | Use Planning Tools.
COMP390/3/4/5 Final Year Project Demonstration & Dissertation
Grade descriptors, Criteria, Learning Outcomes & Briefs
COMP390/3/4/5 Final Year Project Design
Welcome to GC311 Database Concepts
Foundation Degree IT Project
Requirements Analysis
Introduction to Systems Analysis and Design
Requirements Walk-through
Introduction to Programming Using C++
COMP390/3/4/5 Final Year Project Design
BMM646 (incorporating BMM647 & BMM657)
COMP390/3/4/5 Final Year Project Demonstration & Dissertation
COMP390/3/4/5 Final Year Project Introduction & Specification
COMP 208/214/215/216 – Lecture 7 Documenting Design.
Introduction to Engineering Design II (IE 202)
Features of a Good Research Study
COMP390/3/4/5 && COMP593 Final Year Projects Demonstration & Dissertation Irina Biktasheva
The Assessing Cycle Module 1 Assessment Assessment Accountability Data
Systems Development Life Cycle
Project Closure And Termination
To begin….. For each of these images, suggest one material used in the construction and give a reason why that material is appropriate.
BUILT ENVIRONMENT FACING CLIMATE CHANGE
PhD Registration and Assessment procedures
COMP390/3/4/5 Final Year Project Demonstration & Dissertation
CHAPTER OVERVIEW The Format of a Research Proposal Being Neat
COMP390/3/4/5 Final Year Project Design
BISC 830 Community Ecology and Macroecology Course Logistics
Presentation transcript:

COMP390/3/4/5 Final Year Project Design Irina Biktasheva http://www.csc.liv.ac.uk/~comp39x/2016-17

Submission Deadlines Specification (5%): Thu 20.10.16 noon Design documentation: Thu 17.11.16 noon Design presentation: Mon 21.11.16 - (whole design stage 15%) Fri 2.12.16 Interim Report: Fri 17.02.17 Demonstration slides: Thu 30.03.17 noon Demonstration (15%): Mon 24.04.17 – Fri 28.04.17 Dissertation (65%): Thu 11.05.17 noon You should make yourself available during the weeks for design presentation & demonstration

Project Stages Four phases Phase 1: Specification (3.5 weeks) Phase 2: Design (4.5 weeks) Phase 3: Implementation & Testing (12 weeks) Phase 4: Demonstration & Dissertation (3 weeks) design presentation specification document design document w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 Sem 1 Sem 2 demonstration interim report dissertation

Design (15% of total mark) Purpose To record the research and analysis done To detail the design of the system to be built To detail the design of evaluation ethics of the project Design Documentation: due 17.11.16 noon One copy to Student Office, one pdf via E-project Design Presentation: 21.11.16 – 2.12.16 20 minutes including 5 minutes for questions You must make yourself available during the two weeks

Design Structure Summary of Proposal Design Review against Plan Design of system Design of evaluation Ethical use of data, including use of human data & human participants Review against Plan Gantt Chart showing what has been completed, progress to date & any necessary changes

Summary of Proposal Statement of background, aims and objectives design document should be self-contained Highlight changes to original specification what changes were needed and why? justification is important Summary of research and analysis done so far summary of what you have read, tested (e.g., technical issues)? how outcomes affect the design? any analysis done? and their implications

Design Typically should include Presentation gives a summary description of anticipated components description of data structures to be used algorithms to manipulate these data structures design of interfaces description of evaluation of system ethical use of data Presentation gives a summary Documentation gives all details How much details? Ask yourself: Would other people be able to implement the system by following your design?

System Design Object-oriented methodology Functional methodology Traditional (aka “web based DB”) methodology Empirical investigation of hypothesis Devising new algorithms Others…

Example – OO design use-case diagram interaction chart use cases (actions) actors association system boundary use-case diagram interaction chart list of objects, attributes & methods pseudo code of main methods interface design and necessary data structures how components interact information flow make reference to the objects listed create using Java OR draw in Word

Example – Traditional Design data dictionaries system boundary diagram ER diagram logical/physical table structure transaction matrix pseudo code of main methods interface design etc entities & relationships type of relationship Data Flow Diagram normalisation applied? process vs data A / D / R / U create using the language to be employed OR draw in Word

Example – Empirical Investigation Expect to see these IN ADDITION statement of hypotheses to be tested description of test data to be used experiment design: experiments to be performed, any control to be used how the results will be analysed, including any statistical techniques that will be used anticipated conclusions For this type of project, design of evaluation is very important

Example – Devise New Algorithms For this type of project, literature review and design of evaluation is important Expect to see these IN ADDITION description of problem to be solved existing algorithms of related problem and a critical evaluation approach to be used to solve the problem how the new algorithms will be analysed, including mathematical and experimental analysis details of mathematical/experimental analysis system design required here

Others… It is possible to use a combination of the above approaches Different projects may follow different ways Seek advice from your supervisor which approach best suits your project

Evaluation Design What criteria to evaluate system? E.g., specification satisfied? number of features completed user friendliness users' feedback, etc. How to assess these criteria? Who are involved in evaluation? Ethical use of 3rd party evaluation, if applicable. What testing? What conclusion expected?

Ethics: human data & human participants. ethical use of data explicitly specify whether you use Synthetic data Real Non Human data Real Human data If applicable, confirm that a relevant Professional Body Ethical approval has been obtained for the use of the human data in your project. ethical use of human participants (other then 3rd party evaluation) If applicable, Confirm that a relevant Professional Body Ethical approval has been obtained for the use of human participants in your project. If applicable, Include into your design documentation compulsory human participants information sheet and consent form.

Resources Project webpage Your project supervisor Research papers http://www.csc.liv.ac.uk/~comp39x/2016-17 especially guidelines for each assessment Your project supervisor Research papers Books / Lecture Notes Christian W. Dawson, Projects in Computing and Information Systems: A Student's Guide, 3rd Edition, Pearson Education Ltd, 2015. (previous editions can also be used) COMP208/214/215/216, COMP201, COMP207, etc. The Web

Assessments Supervisor 2nd Supervisor Design Normally you will receive email from the 2nd supervisor the week before telling you the date/time/venue for your presentation You should reply to confirm recipient

Assessment Form Snapshot of the form, available at webpage

Late Submission According to University standard penalties 5 marks deducted for each working day of lateness Up to a maximum of 5 working days Work received after 5 working days will receive a mark of 0 For any mitigating circumstances you should contact supervisor first (recommended) submit mitigating circumstances form with evidence to the Student Office asap decision will be communicated to you shortly after

Other Penalties To observe the design documentation & presentation format requirements the following penalties are applicable If the electronic submission is not a PDF file, 5 marks will be subtracted for each non PDF file submission. For every 5 minutes in excess of the 15 minutes reserved for your presentation, that is excluding the time reserved and actually spent on questions, 5 marks will be subtracted.

Coming Lectures 4 lectures (or more) Introduction & Specification week 1, Thursday 2 October 2014 Design week 5, today How to proceed with the design & implementation week 7, Friday 11 November 2016 (by Phil Jimmieson) Demonstration & Dissertation semester 2

Submission Deadlines Specification (5%): Thu 20.10.16 noon Design documentation: Thu 17.11.16 noon Design presentation: Mon 21.11.16 - (whole design stage 15%) Fri 2.12.16 Interim Report: Fri 17.02.17 Demonstration slides: Thu 30.03.17 noon Demonstration (15%): Mon 24.04.17 – Fri 28.04.17 Dissertation (65%): Thu 11.05.17 noon You should make yourself available during the weeks for design presentation & demonstration