Title: Special Project Template

Slides:



Advertisements
Similar presentations
EndNote Web Reference Management Software (module 5)
Advertisements

Instructions on making the poster
The Systems Analysis Toolkit
Instructions on what size poster to make If you are presenting ALONE, make a 36x27 inch poster – that template is in another file If you are presenting.
Writing Skills Improvement Guide Dr. Zubair A. Baig Computer Engineering Department KFUPM, Dhahran.
Group Project CVEN Mixing and Transport in the Environment. A River Dye Study.
ME 195 A How to Write a Professional Technical Report Dr. Raghu Agarwal ME 195A Presentation: How to Write a Professional Technical Report 1.
Advanced Research Methodology
Preparing Technical Presentations CIVL 1101, Fall 2008 Project 1: Topographic Model.
Science Fair Projects.
11 Writing a Conference Research Paper Miguel A. Labrador Department of Computer Science & Engineering
Presentation Title Name, Organization Date.
Wednesday’s agenda: September 6  Discuss your summary/critique of the Michaelson chapter on the Incremental Method.  Discuss structure of theses and.
6/3/2016 IENG 471 Facilities Planning 1 IENG 465 – Final Design Project Report & Presentation Requirements.
Instructions on making a poster Slide 2 is a poster template – all the fonts, the size of the poster etc are pre-set. –Do not change the size of the poster.
Design Report – Fall Semester. Title Page List name of project and team number List date List team members, advisor, sponsor Team logos.
Communicating Marketing Research Findings
Your Research Paper Guidelines Spectra of Science.
Using Action Research To Empower North Carolina Educators A Race to the Top Initiative NC Department of Public Instruction Educator Effectiveness Division.
Research Methods Technical Writing Thesis Conference/Journal Papers
2/27/2016 IENG 471 Facilities Planning 1 IENG 464 – Conceptual Design Project Report & Presentation Requirements.
© 2005 Pearson Education, Inc., publishing as Longman Publishers. 1 Chapter 22 Instructions and Procedures Technical Communication, 10/e John M. Lannon.
Technical Report Outline Title Page Frontispiece Abstract Table of Contents List of Figures/ List of Tables.
SYSTEM ANALYSIS AND DESIGN LAB NARZU TARANNUM(NAT)
Report Writing Lecturer: Mrs Shadha Abbas جامعة كربلاء كلية العلوم الطبية التطبيقية قسم الصحة البيئية University of Kerbala College of Applied Medical.
ABSTRACT This is the template for preparing posters for the Electrical Safety Workshop (ESW). It is intended to define the required format for printing.
Instructions on making a poster
Technical Writing (Applies to research papers and theses)
September 16, 2016 Susan R. Copeland, Phd, BCBA-D
CS 664 Sample Presentation
How to get a paper published in IEEE
Instructions on making the poster
BIO1130 Lab 2 Scientific literature
Basic Guidelines for Writing a Proposal
CSE594 Fall 2009 Jennifer Wong Oct. 14, 2009
Instructions on making the poster
Developing Problem Statement for Dissertation
Instructions on making a poster
General Aspects All projects must upload this document as part of the presentation, in the application platform. Length: Maximum 15 slides, with a size.
Project Title Presented By Student1 name - Roll no
Writing Professional Technical Reports
Guidelines for Green Computing projects
Science Fair Project Title of Project Student Name(s) Teacher
Research Proposal Student Name Advisor(s)
Instructions on making a poster
Capstone Project PSYC 6393.
Instructions on making the poster
Design Project Article Title Results and Discussion
Instructions on making the poster
Title: Proposal Template
Title of the abstract (one or two lines)
How to Read Research Papers?
Research Seminar Session 7 Presenting a Research proposal By: Dr
Biology Laboratory Report
Title: Thesis Template
Writing reports Wrea Mohammed
Technical Writing Abstract Writing.
Research Methods Technical Writing Thesis Report Writing
ภาควิชาวิทยาการคอมพิวเตอร์ คณะวิทยาศาสตร์
Writing an Abstract Based on slides prepared by Dr
Washington State University
My Animal Report Cover Page Title of the report Author
Title of the Abstract (one or two lines)
CS 6640 Sample Presentation
<insert title> < presenter name >
Course Name: Special Problems (SPCL 101)
COMP564 paper review <title & authors of the paper>
CSE594 Fall 2009 Jennifer Wong Oct. 14, 2009
Mastery Assessment in Teaching Statistics
Title of the abstract (one or two lines)
Presentation transcript:

Title: Special Project Template Computer Science Department Special Project Presentation (595) Title: Special Project Template by Candidate: Jane Doe

Title: Special Project Template Computer Science Department Title: Special Project Template Advisor : Jane DaProf, Ph.D. 2nd Reader : John DaRead, Ph.D. ChairPerson : Jane LaProf, Ph.D.

Contents: Introduction w Problem Specifications Review of Existing/Related Solutions Project Design Implementation Testing Methodology Test Results and Conclusions Contributions Future Work References

1. Introduction The Section titles (on the previous slide) are tentative This Section should include Problem Definition and Problem Specifications

1. Introduction In this Section you would gently introduce the issue you are planning to address and develop code for. Describe the Issue and highlight the required specifications you want to be implemented.

1. Introduction Provide some current solutions/applications for the issue. End this Section with the paragraph stating that your project would provide a software/hardware solution to the issue in some efficient manner

1. Introduction While writing make sure that the Special Project document is ‘readable;’ having a smooth segue from one paragraph to another

1. Introduction You are writing a technical document in IEEE format Each statement must be either: A common knowledge A fact presented in another paper (reference to that paper needed [1]) A fact that is proven by your narrative

2. Review of Existing/Related Solutions This Section can be called ‘State of the Art’. In this section review each solution that you think is related to your issue. Present only solutions that are relevant and if possible very recent.

2. Review of Existing/Related Solutions Google Scholar is a good source [2]. Ask your advisor to obtain copies of papers that you need. Reviewing Web online content is also desirable. (Especially software libraries and tools).

3. Design In this Section you would address the idea/concept of the project you are planning to develop. Typically you would develop a system with underlying modules.

3. Design Describe the system specifications Describe the modules’ functionalities. Do use graphics to depict the system.

(deliberately blurred) 3. Design Figure 1. my System Design (deliberately blurred)

3. Design Describe each module from the graphics. Create additional diagrams: UML, Visio….

(deliberately blurred) 3. Design Figure 2. a) Use Case b) Timings (deliberately blurred)

4. Implementation In this section you would discuss the technical details of your implementation List your implementation platform details Discuss pieces of your code. There is no need to discuss all the code: Select only important and interesting code snippets to discuss

4. Implementation Did you encounter any difficulties: list and discuss those. Also describe how did you overcome the technical obstacles. Describe code runs and types of code tests. Code manual/usage pages are needed as well

(deliberately ambiguous) 4. Implementation To calculate z we use calculate() function: x = 3 y = 4 z = calculate(x,y) Figure 3. my Function Call (deliberately ambiguous)

5. Testing Methodology In this section you would discuss the methods to measure the quality of your developed system. How do you plan to test the system and its modules?

(deliberately blurred) 5. Testing Methodology Explain how well your system satisfies all the requirement specifications. Have you used any testing automation? Figure 4. Test Modules (deliberately blurred)

6. Testing Results and Conclusion Start with describing your data collection process. Why those specific measures of quality? How much data?

(deliberately blurred) 6. Testing Results and Conclusion Summarize your results in a tabular format Figure 5. a) Coverage b) Visits (deliberately blurred)

(deliberately ambiguous) 6. Testing Results and Conclusion Table 1. Resulting Table (deliberately ambiguous) Users: 1 2 3 4 Speed 1s 2s 3s 4s Memory 2MB 4MB 6MB 8MB Disk 3MB 9MB 10MB Power 4W 8W 10W 11W Table 1. shows the results generated by my system program.

6. Testing Results and Conclusion Each table needs to be discussed, and the conclusions about the presented results drawn. End the Chapter with the final conclusions; the conclusions about all the resulting data and tables.

7. Contributions Summarize who (or what) do you think would be the beneficiary of your provided solution. Summarize how would that entity benefit from provided solution

8. Future Work Here you would provide possible improvements to your solution. Include features that you wanted to try but did not have time to try them out

9. References [1] E.D. DaMaster, Systems and Others, in Journal of Knowledge, p120-122, 2018. [2] Google Scholar, retrieved from https://scholar.google.com on April 1st 2018.

Thank You Questions? Computer Science Department This was a Master’s Special Project Presentation Titled ‘Special Project Template’ by Jane Doe Thank You Questions?