G U I D E F O R W R I T I N G A S Y S T E M D E S I G N D O C U M E N T

Size: px
Start display at page:

Download "G U I D E F O R W R I T I N G A S Y S T E M D E S I G N D O C U M E N T"

Transcription

1 King Saud University College of Computer and Information Sciences Information Technology Department G U I D E F O R W R I T I N G A S Y S T E M D E S I G N D O C U M E N T D OCUMEN T P R EPARED F OR IT : SW ENGINE ERING P R OJEC T S Version: 2 Date: December 2009 Prepared by: Maha Al-Yahya, Latifa Al-Abdulkareem and Sarah Al-Khudair.

2 INTRODUCTION "The System Design Document, SDD, shows how the software system will be structured to satisfy the requirements identified in the software requirements specification. It is a translation of requirements into a description of the software structure, software components, interfaces, and data necessary for the implementation phase. In essence, the SDD becomes a detailed blueprint for the implementation activity. In a complete SDD, each requirement must be traceable to one or more design entities." [1] STYLE CONVENTIONS FORMAT The SDD document should be typed. All text, Figures and Tables should appear on only one side of each sheet of paper. All pages other than the cover sheet should have page numbers that begin with 1 on the first page after the title page, and should continue through the last page of the reference page, but not the appendices. The right-hand margin should be 1.5 cm and the upper and lower margins cm. The left-hand margin must be 4 cm on each page of the document because of the binding. The margin instructions should be followed in the appendices as well. The font size in the text should be in 12, in subsections 12 and in the main headings 14. The main headings are to be written in capitals and placed at the beginning of a new page. All headings are to be in bold letters. Leave two empty lines under the main heading, two empty lines above the subsection and one empty line under it. The headings should not have more than three numbers. A line spacing of 1.5 should be used in the text, 1 on the title page and in the abstract. The font to be used is Times New Roman. The page number is placed in the lower right corner. The text should not be indented and both margins on the page should be justified. When a paragraph continues on the next page, at least two lines of the paragraph should be left on the upper or lower end of the page. The paragraphs are separated from each other and from the headings with one empty line. A new chapter is started on a new page. One empty line is needed to separate two paragraphs. TEXT The text of the report should be written in complete sentences. The style should be formal. Formal style means to avoid slang, clichés, abbreviations that are common in spoken English or advertising. It is convention that formal reports are written in the third person. FIGURES AND TABLES All Figures and Tables should have a number and a caption. If a figure or table is extracted from a source, the source should be cited in the references. Page 2

3 SDD REPORT CONTENTS A template for the project SDD report is attached. A project SDD should include the following components: The title page should include: TITLE PAGE University, College, and Department centered University logo on right hand side Project logo just above the title Project title: The title should be a stand-alone statement that can fully describe the project by summarizing the main idea of the project. The title is supremely important. A successful title will attract readers while an unsuccessful one will discourage readers. Compose trial versions of the title as early as you can. Student names in alphabetical order, along with the IDs. Supervisor name Year and semester in HIjrii and Gregorian TABLE OF CONTENTS A table of contents should list each of the main sections of the SRS report, and the beginning page numbers for each section. INTRODUCTION[2] The introduction should provide an overview of the entire SDD as follow: Describe the purpose of this document (why do we need this document?) Describe this document's intended audience. Provide a complete list of all the applicable, referenced and any other pertinent documents such as: o Documents which provide background and/or context for this document o Documents that result from this document (e.g. a test plan or a development plan) "If you used any other types of documents to arrive at this design, list them here."[3] Summarize (or give an abstract for) the contents of this document. "Describe what the rest of the SDD contains and explain how the SDD is organized. Constraints - Briefly describe any restrictions, limitations or constraints that impact the design or implementation."[3] Page 3

4 SYSTEM OVERVIEW This section deals with a summary (one paragraph) of the overall system design aspects, by giving a brief functional description with key concepts: Provide a top-level description of the system and its major external interfaces to aid the reader in understanding what the software is to accomplish. Reference appropriate graphics, illustrations, tables, etc., to show functions. [4] SYSTEM ARCHITECTURE "Architectural Design: A diagram showing the major subsystems and data repositories and their inter-connections. Supplement with text as needed. Provide descriptions of the design components. Architectural Alternatives: Discuss other architectures that were considered. Design Rationale: Discuss the rationale for selecting the architecture, including the critical issues and trade/offs that were considered." [2] DETAILED SYSTEM DESIGN "Most components described in the System Architecture section will require a more detailed discussion. Other lower-level components and subcomponents may need to be described as well. Each subsection of this section will refer to or contain a detailed description of a system software component.(i.e. the following will be written for each component in your system). Provide a detailed description of this software component (or a reference to such a description)..the discussion provided should cover the following software component attributes: Classification The component kind, such as a subsystem, module, class, package, function, file, etc. Definition The specific purpose and semantic meaning of the component. Responsibilities' Reference The ID of the related requirement from the SRS document. Constraints Any relevant assumptions, limitations, or constraints for this component. This should include constraints on timing, storage, or component state, and might include rules for interacting with this component (preconditions, postconditions,.) Composition A description of the use and meaning of the subcomponents that are a part of this component. Pseudocode A complete and concise pseudocode for this component. Follow these links for more details and examples: Page 4

5 DATA DESIGN Provide this section if there is a Database attached to your system. DATABASE DESIGN "List and describe database(s), tables, fields, and schema."[4] In this section provide the following: USER INTERFACE DESIGN USER INTERFACE DESIGN OVERVIEW "Provide a high-level description of the user interface for this system. Describe any systems requirements (e.g., performance or usability) associated with all of the user interfaces."[5] USER INTERFACE NAVIGATION HIERARCHY "Provide and describe a diagram of the navigation hierarchy that illustrates how a user moves through the user interface."[5] USER FUNCTION (OR USE CASES) INTERFACES "Accurately and comprehensively document each user function or use case that requires an interface individually in a corresponding subsection. Label each subsection appropriately and title each subsection descriptively to indicate the function or use case being documented. FUNCTION X (OR USE CASE X) 1. Provide a description and an image of each screen, report, or other user interface within this function or use case. 2. Provide a Screen/Other User Interface Fields Table that includes descriptive information for each field that appears on the screen or other user interface. In addition, if the data is selected from a pick list, include the list of possible values or their description. If the content of a field is derived from client side calculations using other fields or values, then specify the algorithm for the calculation in a descriptive footnote to the table. If the content of a field is derived from server side calculations or lookups, then specify the source of that calculation (e.g., the class or stored procedure where the calculation occurs). 3. Also, specify the error messages to be displayed when the input does not meet requirements for the field, and provide image screens for them."[5] Page 5

6 REFERENCES Always give complete citations for material on other sources. A proper reference involves two components: the citation in the text and the complete bibliographic entry in the References section. Use the Institute of Electrical and Electronics Engineers (IEEE) style for referencing. For more information see APPENDICES An appendix is included at the end of the report. It contains information referred to in the report that's too large to fit in the body of the report. Provide any appendices you have in this section. Appendices include the material needed for the report but which is unnecessary to include in the text itself (sample agreement form with client, graphs, and interview forms). The appendices must be referred to in the text and they must have all the necessary information needed for interpretation. Appendices are situated at the end of the thesis and numbered consecutively. The written form for reference to appendices within the text is: Appendix 1, Appendix 2, etc. In the References it is: APPENDIX 1, APPENDIX 2, etc. REFERENCES FOR THIS GUIDE [1] IEEE (1998) IEEE Recommended Practice for Software Design Descriptions. IEEE Std , The Institute of Electrical and Electronics Engineers, Inc [2] Bradford D. Appleton," A Software Design Specification Template", [3] CMSC 421 Staff, "System Design Document Template", Spring [4]"System Design Document Template", New Mexico Department of Information Technology, August 14, [5] " System Design Description", Texas Project Delivery Framework, Version 1.2, 14 JAN Page 6

King Saud University College of Computer and Information Sciences Information Technology Department

King Saud University College of Computer and Information Sciences Information Technology Department King Saud University College of Computer and Information Sciences Information Technology Department GUIDE FOR WRITING A S OFTWARE T ESTING DOCUMENT DOCU MENT PR EP AR ED FOR IT 323: SW ENGINEER ING P ROJECT

More information

(Team Name) (Project Title) Software Design Document. Student Name (s):

(Team Name) (Project Title) Software Design Document. Student Name (s): (Team Name) (Project Title) Software Design Document Student Name (s): TABLE OF CONTENTS 1. INTRODUCTION 2 1.1Purpose 2 1.2Scope 2 1.3Overview 2 1.4Reference Material 2 1.5Definitions and Acronyms 2 2.

More information

Software Design Document (SDD) Template (summarized from IEEE STD 1016)

Software Design Document (SDD) Template (summarized from IEEE STD 1016) Software Design Document (SDD) Template (summarized from IEEE STD 1016) Software design is a process by which the software requirements are translated into a representation of software components, interfaces,

More information

Software Design Report

Software Design Report Software design is a process by which the software requirements are translated into a representation of software components, interfaces, and data necessary for the implementation phase. The SDD shows how

More information

[Product] MTM Program Product Software Requirements Specification

[Product] MTM Program Product Software Requirements Specification [Product] Software Requirements Specification [Version Number] [Version Date] [Product] MTM Program Product Software Requirements Specification [SRS Version Number] [SRS Version Date] [Applying MTM SRS

More information

Detailed Format Instructions for Authors of the SPB Encyclopedia

Detailed Format Instructions for Authors of the SPB Encyclopedia Detailed Format Instructions for Authors of the SPB Encyclopedia General Formatting: When preparing the manuscript, the author should limit the use of control characters or special formatting. Use italics

More information

Journal Text Styles:

Journal Text Styles: Journal Text Styles: International Journal of Work-Integrated Learning Karsten Zegwaard 16 February, 2018 Each journal develops their own style. A journal style is important for the journal s professional

More information

MANUAL TO USE THE TEMPLATE FOR WRITING THE THESIS

MANUAL TO USE THE TEMPLATE FOR WRITING THE THESIS MANUAL TO USE THE TEMPLATE FOR WRITING THE THESIS NOVEMBER 2016 UNIVERSITY OF VETERINARY MEDICINE AND PHARMACY IN KOŠICE Table of Contents 1 Filling in the title page... 2 2 Filling in the assignment of

More information

MASTER OF EDUCATION STYLE GUIDE: A CLARIFICATION OF THE SIXTH ED. APA PUBLICATION MANUAL

MASTER OF EDUCATION STYLE GUIDE: A CLARIFICATION OF THE SIXTH ED. APA PUBLICATION MANUAL MASTER OF EDUCATION STYLE GUIDE: A CLARIFICATION OF THE SIXTH ED. APA PUBLICATION MANUAL November, 2011 STYLE GUIDE 2 Master of Education follows the APA Publication Manual, 6 th Edition. This style guide

More information

FORMATTING GUIDELINES FOR RESEARCH REPORTS (for 2011submissions)

FORMATTING GUIDELINES FOR RESEARCH REPORTS (for 2011submissions) FORMATTING GUIDELINES FOR RESEARCH REPORTS (for 2011submissions) The following guidelines apply to research reports that are produced for the Great Lakes Maritime Research Institute (GLMRI). Following

More information

Word Template Instructions

Word Template Instructions Office of Graduate Education Word Template Instructions The Rensselaer thesis and dissertation template , available for download, conforms to the requirements of the Office of Graduate

More information

Style template and guidelines for SPIE Proceedings

Style template and guidelines for SPIE Proceedings Style template and guidelines for SPIE Proceedings Anna A. Author1 a and Barry B. Author2 b a Affiliation1, Address, City, Country; b Affiliation2, Address, City, Country ABSTRACT This document shows the

More information

Software Design Document

Software Design Document SCSJ2203: Software Engineering Software Design Document Project Title Version 1.0 Printing Date Department and Faculty Prepared by: Revision Page a. Overview Describe the content

More information

GOVERNMENT ENGINEERING COLLEGE, IDUKKI DEPARTMENT OF INFORMATION TECHNOLOGY FORMAT FOR PREPARATION OF SEMINAR REPORT FOR

GOVERNMENT ENGINEERING COLLEGE, IDUKKI DEPARTMENT OF INFORMATION TECHNOLOGY FORMAT FOR PREPARATION OF SEMINAR REPORT FOR GOVERNMENT ENGINEERING COLLEGE, IDUKKI 685 603 DEPARTMENT OF INFORMATION TECHNOLOGY FORMAT FOR PREPARATION OF SEMINAR REPORT FOR Seventh Semester B.Tech 1. ARRANGEMENT OF CONTENTS: The sequence in which

More information

SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS

SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS SOUTHWEST DECISION SCIENCES INSTITUTE INSTRUCTIONS FOR PREPARING PROCEEDINGS IMPORTANT NOTES: All camera-ready submissions must be submitted electronically via the conference management system (Easy Chair)

More information

YOUR LOGO HERE TITLE HERE: SUBTITLE HERE. Document No. HERE. Prepared for Put Name and Client Logo Here

YOUR LOGO HERE TITLE HERE: SUBTITLE HERE. Document No. HERE. Prepared for Put Name and Client Logo Here YOUR LOGO HERE TITLE HERE: SUBTITLE HERE Document No. HERE Prepared for Put Name and Client Logo Here Prepared by: Your Company Name & Logo Address Phone Web Site MONTH DAY, 2005 This page intentionally

More information

Title with font size bold 16, capitalize only the first word in the title, and do not exceed two lines.

Title with font size bold 16, capitalize only the first word in the title, and do not exceed two lines. Title with font size bold 16, capitalize only the first word in the title, and do not exceed two lines. Emily A. Jones, 1 Susan F. Adam, 2 John H. Smith 1 * 1. School Name A, Address, City, State, Postal

More information

GUIDELINES FOR MASTER OF SCIENCE INTERNSHIP THESIS

GUIDELINES FOR MASTER OF SCIENCE INTERNSHIP THESIS GUIDELINES FOR MASTER OF SCIENCE INTERNSHIP THESIS Dear Participant of the MScIS Program, If you have chosen to follow an internship, one of the requirements is to write a Thesis. This document gives you

More information

Formal Reports. Rhonda L. McCaffery, PhD E W18

Formal Reports. Rhonda L. McCaffery, PhD E W18 Formal Reports Rhonda L. McCaffery, PhD E100-250 W18 Formal Reports longer than memos, formal reports are often analytical, and contain several formal features: cover pages tables of contents headings

More information

The African Journal of Information Systems (AJIS) Publications Format Template

The African Journal of Information Systems (AJIS) Publications Format Template The African Journal of Information Systems (AJIS) Publications Format Template Research Paper Volume X, Issue X, Month YYYY, ISSN 1936-0282 NOTE: WHEN USING THIS TEMPLATE FOR THE REVIEW VERSION OF YOUR

More information

Graduate School website:

Graduate School website: Graduate School website: http://www.csustan.edu/grad/thesis_project.html Link to graduate services from the Library s website: http://library.csustan.edu/graduatestudents/services-graduate-students Master

More information

FORMAT & TYPING GUIDE

FORMAT & TYPING GUIDE FORMAT & TYPING GUIDE for CEATI Reports updated March 2018 Timeline of a Report Pre-Writing As you sit down to write the report, ensure you begin by downloading the most recent CEATI template at www.ceati.com/rfps.

More information

THE TITLE OF THE THESIS IN 12-POINT CAPITAL LETTERS, CENTERED, SINGLE SPACED, 2-INCH FORM TOP MARGIN YOUR NAME ALL CAPITAL LETTERS A THESIS

THE TITLE OF THE THESIS IN 12-POINT CAPITAL LETTERS, CENTERED, SINGLE SPACED, 2-INCH FORM TOP MARGIN YOUR NAME ALL CAPITAL LETTERS A THESIS THE TITLE OF THE THESIS IN 12-POINT CAPITAL LETTERS, CENTERED, SINGLE SPACED, 2-INCH FORM TOP MARGIN by YOUR NAME ALL CAPITAL LETTERS A THESIS Submitted to the Graduate Faculty of Pacific University Vision

More information

Paper guidelines for the 7 th International Congress on Transportation Research

Paper guidelines for the 7 th International Congress on Transportation Research Paper guidelines for the 7 th International Congress on Transportation Research Name Surname 1, 1 Affiliation E-mail: Abstract Each paper should include an abstract of maximum 150 words presenting its

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

Style template and guidelines for SPIE Proceedings

Style template and guidelines for SPIE Proceedings Style template and guidelines for SPIE Proceedings Anna A. Author1 a and Barry B. Author2 b a Affiliation1, Address, City, Country b Affiliation2, Short Version of a Long Address, City, Country ABSTRACT

More information

GUIDE FOR AUTHORS PREPARING A MANUSCRIPT: INSTRUCTIONS FOR

GUIDE FOR AUTHORS PREPARING A MANUSCRIPT: INSTRUCTIONS FOR GUIDE FOR AUTHORS PREPARING A MANUSCRIPT: INSTRUCTIONS FOR AUTHORS Below you will find a fairly detailed description of how a paper to be submitted to Health Professions Education should look like. Attached

More information

Design Proposal. Cover and binding o Binding can be spiral, comb, velo or a loose-leaf binder o Stapled document is unacceptable

Design Proposal. Cover and binding o Binding can be spiral, comb, velo or a loose-leaf binder o Stapled document is unacceptable Design Proposal Cover and binding o Binding can be spiral, comb, velo or a loose-leaf binder o Stapled document is unacceptable Organization o Recommend these sections and/or major headings o Title page

More information

ISAE2013 Conference Proceedings Format Sample File

ISAE2013 Conference Proceedings Format Sample File ISAE2013 Conference Proceedings Format Sample File First AUTHOR 1, Second M. AUTHOT 2, Third AUTHOT 3 1,2 Affiliation Address 1,2 e-mail address 3 Affiliation Address 3 e-mail address ABSTRACT: In this

More information

Communication Skills Center

Communication Skills Center Communication Skills Center Working with APA Formatting in a Microsoft Word Document Note: These instructions are compatible to Microsoft Word 2010. Most of the instructions are the same if you use a later

More information

INCOSE IS2018 Paper Manuscript Instructions

INCOSE IS2018 Paper Manuscript Instructions IMPORTANT! As was the case for IS 2017 a Double-Blind Peer Review process will again be used. This means that the identity of the reviewer will be concealed from the author and the author s identity will

More information

Thesis and Dissertation Digital Handbook

Thesis and Dissertation Digital Handbook North Carolina Agricultural and Technical State University Thesis and Dissertation Digital Handbook This style guide outlines the thesis/dissertation formatting requirements at NC A&T. The Graduate College

More information

Word for Research Writing I: Text and Structure

Word for Research Writing I: Text and Structure Word for Research Writing I: Text and Structure Last updated: 10/2017 Shari Hill Sweet dteditor@nd.edu or 631-7545 1. The Graduate School Template...1 1.1 Document structure... 1 1.1.1 Beware of Section

More information

Title of the Educational Scenario

Title of the Educational Scenario Title of the Educational Scenario Last Name and First Name of the First Author (Attention: use your Last Name first) Role, Workplace Organisation, Email Address Last Name and First Name of the Second Author

More information

Acadia Psychology Thesis Template Guide

Acadia Psychology Thesis Template Guide Acadia Psychology Thesis Template Guide Last Revised: Oct 14, 2016 The purpose of this guide is to provide information to honours students on how to use our provided template for theses, and on how to

More information

6th Asian Academic Society International Conference (AASIC) 2018 PAPER TITTLE SUBMITED TO THE SIXTH ASIAN ACADEMIC SOCIETY INTERNATIONAL CONFERENCE

6th Asian Academic Society International Conference (AASIC) 2018 PAPER TITTLE SUBMITED TO THE SIXTH ASIAN ACADEMIC SOCIETY INTERNATIONAL CONFERENCE PAPER TITTLE SUBMITED TO THE SIXTH ASIAN ACADEMIC SOCIETY INTERNATIONAL CONFERENCE Author 1 (presenting author) first name, last name/surname 1, Author 2 first name, last name/surname 1, Author 3 first

More information

TITLE. Issuance type, number, Title, Publication Date

TITLE. Issuance type, number, Title, Publication Date ACTION OFFICER (AO) NOTES 1. The DoDEA Issuances Standards is the guiding document for the structure and composition of DoDEA issuances. References in this document are referring you to the DoDEA Issuance

More information

TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE

TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE There are several issues that arise when using the Honors College Senior Project Template. Most common are formatting tabs, margins, and

More information

Academic assignment presentation and submission

Academic assignment presentation and submission Academic assignment presentation and submission Assignment presentation and submission The following are CHC standard format requirements for student assignments. Please see your school s CHC Reference

More information

PROCEDIA CIRP Affiliated with CIRP, The International Academy for Production Engineering

PROCEDIA CIRP Affiliated with CIRP, The International Academy for Production Engineering .... PROCEDIA CIRP Affiliated with CIRP, The International Academy for Production Engineering AUTHOR INFORMATION PACK TABLE OF CONTENTS Description Editorial Board Guide for Authors XXX p.1 p.1 p.2 ISSN:

More information

EDITING & PROOFREADING CHECKLIST

EDITING & PROOFREADING CHECKLIST EDITING & PROOFREADING CHECKLIST TABLE OF CONTENTS 1. Conduct a First Pass... 2 1.1. Ensure effective organization... 2 1.2. Check the flow and tone... 3 1.3. Check for correct mechanics... 4 1.4. Ensure

More information

TITLE. Issuance type, number, Title, Publication Date

TITLE. Issuance type, number, Title, Publication Date ACTION OFFICER (AO) NOTES 1. The DoDEA Issuances Standards is the guiding document for the structure and composition of DoDEA issuances. Citations in this document refer to the DoDEA Issuance Standards

More information

TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8

TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8 TABLE OF CONTENTS PART I: BASIC MICROSOFT WORD TOOLS... 1 PAGE BREAKS... 1 SECTION BREAKS... 3 STYLES... 6 TABLE OF CONTENTS... 8 LIST OF TABLES / LIST OF FIGURES... 11 PART II: FORMATTING REQUIREMENTS:

More information

Title of the Educational Scenario

Title of the Educational Scenario Title of the Educational Scenario 1 st Author s Last Name and First Name Job Title, Workplace Organisation, Email address 2nd Author s Last Name and First Name Job Title, Workplace Organisation, Email

More information

WPPD Senior Pharmaceutical Care (PC) Paper Evaluation Student Name:

WPPD Senior Pharmaceutical Care (PC) Paper Evaluation Student Name: WPPD Senior Pharmaceutical Care (PC) Paper Evaluation Student Name: First Draft Evaluation by: Date Reviewed: THE SUBMITTED DRAFT FOR REVIEW BY UF EDITORIAL TEAM: is ACCEPTABLE pending final report with

More information

The University s web presence

The University s web presence Hints and tips for good web content The University s web presence To clearly inform prospective students, their influencers, researchers, potential members of staff, and other stakeholders about the activities

More information

My sample dissertation title. Jo Student. A dissertation [choose dissertation or thesis] submitted to the graduate faculty

My sample dissertation title. Jo Student. A dissertation [choose dissertation or thesis] submitted to the graduate faculty My sample dissertation title by Jo Student A dissertation [choose dissertation or thesis] submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created> Software Requirements Specification for Version 1.0 approved Prepared by Copyright 2002 by Karl E. Wiegers. Permission is granted to use, modify, and distribute

More information

THESIS WRITER S WORKSHOP

THESIS WRITER S WORKSHOP THESIS WRITER S WORKSHOP Suzanne Beach Office of Graduate Studies Ye Li Arthur Lakes Library What we will cover Deadlines/ Registration Electronic Thesis & Dissertation (ETD) ETD Resources ProQuest Account

More information

Word for Research Writing I: Text and Structure

Word for Research Writing I: Text and Structure Word for Research Writing I: Text and Structure Last updated: 12/2017 Shari Hill Sweet dteditor@nd.edu or 631-7545 1. The Graduate School Template... 1 1.1 Document structure... 1 1.1.1 Beware of Section

More information

GT48232/ME4182 First Progress Report & Presentation (Fall 2016)

GT48232/ME4182 First Progress Report & Presentation (Fall 2016) GT48232/ME4182 First Progress Report & Presentation (Fall 2016) The report clearly, concisely, and logically documents work to date including the process as well as the results. It is not a chronology

More information

SEMINAR REPORT SEMINAR TITLE. Name of the student

SEMINAR REPORT SEMINAR TITLE. Name of the student SEMINAR REPORT ON SEMINAR TITLE By Name of the student DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING M.B.E.SOCIETY S COLLEGE OF ENGINEERING, AMBAJOGAI 20XX-20XX SEMINAR REPORT ON SEMINAR TITLE By Name

More information

PAPER KIT FOR AUTHORS PLEASE SELECT THE SUB-THEME OF YOUR PAPER

PAPER KIT FOR AUTHORS PLEASE SELECT THE SUB-THEME OF YOUR PAPER PAPER KIT FOR AUTHORS PLEASE SELECT THE SUB-THEME OF YOUR PAPER PREPARING FULL PAPERS FOR 7TH DIGITAL EARTH SUMMIT 2018, (DES-2018) (STYLE: PAPER TITLE) Name author 1, Name author 2, Name author 3, Name

More information

Manual of General Formatting Requirements for Dissertations and Theses,

Manual of General Formatting Requirements for Dissertations and Theses, Manual of General Formatting Requirements for Dissertations and Theses, 2017-2018 2 Thesis and Dissertation (ETD) General Formatting Requirements The Graduate School requires that all dissertations and

More information

National Electrical Safety Code Manual of Style

National Electrical Safety Code Manual of Style National Electrical Safety Code Manual of Style Introduction The National Electrical Safety Code (NESC) is also known as American National Standard C2. It is a consensus standard that has been prepared

More information

INTERNSHIP REPORT GUIDELINE (IRG) Please strictly follow the guidelines and be consistent throughout your document.

INTERNSHIP REPORT GUIDELINE (IRG) Please strictly follow the guidelines and be consistent throughout your document. INTERNSHIP REPORT GUIDELINE (IRG) Please strictly follow the guidelines and be consistent throughout your document. A. Content and logical organization related guidelines: 1. Weekly report (Haftalık Rapor)

More information

A SAMPLE PAPER SHOWING THE FORMAT REQUIRED FOR YOUR CONTRIBUTION TO THE SAGEEP 2015 PROCEEDINGS. Abstract. Submission Procedure

A SAMPLE PAPER SHOWING THE FORMAT REQUIRED FOR YOUR CONTRIBUTION TO THE SAGEEP 2015 PROCEEDINGS. Abstract. Submission Procedure A SAMPLE PAPER SHOWING THE FORMAT REQUIRED FOR YOUR CONTRIBUTION TO THE SAGEEP 2015 PROCEEDINGS EEGS Annual Meeting Austin, TX USA March 22-26, 2015 Abstract Thank you for your participation in SAGEEP

More information

STYLE GUIDE FOR COMPANY DOCUMENTATION

STYLE GUIDE FOR COMPANY DOCUMENTATION STYLE GUIDE FOR COMPANY DOCUMENTATION TABLE OF CONTENTS INTRODUCTION ALPHABETICAL LISTING TEMPLATES Letter template Fax template Memo template Report template Invoice template Quote template Order template

More information

Design Proposal: Outline

Design Proposal: Outline Design Proposal: Outline This outline should be used as a checklist to help each member of the team make sure that every section of the document meets the requirements for a design proposal. Writing Style

More information

Table of Contents. How to use this document. How to use the template. Page 1 of 9

Table of Contents. How to use this document. How to use the template. Page 1 of 9 Table of Contents How to use this document... 1 How to use the template... 1 Template Sections... 2 Blank Section... 2 Signature Sheet... 2 Title Page... 2 Roman Numerals Section (i, ii, iii, iv )... 3

More information

Thesis & Dissertation Formatting Checklist

Thesis & Dissertation Formatting Checklist Thesis & Dissertation Formatting Checklist Thank you for submitting your document to the Graduate College. Please review the checklists below. Items that are not checked need to be revised, please check

More information

A GUIDE TO WRITING TECHNICAL REPORTS

A GUIDE TO WRITING TECHNICAL REPORTS A GUIDE TO WRITING TECHNICAL REPORTS Faculty of Engineering and Applied Science Memorial University of Newfoundland Abstract This guide is designed to help you learn how to format and organize a formal

More information

For Teachers Engineering Design in Oregon Science Classrooms Page 1 of 6. EDOSC Style Guide. Subtitle

For Teachers Engineering Design in Oregon Science Classrooms Page 1 of 6. EDOSC Style Guide. Subtitle For Teachers Engineering Design in Oregon Science Classrooms Page 1 of 6 EDOSC Style Guide Subtitle 1 TITLE, SUBTITLE, AND HEADING ONE 1.1 Title The title is 20-point Times New Roman, underlined, and centered.

More information

30 th ACM SYMPOSIUM ON APPLIED COMPUTING (SAC 2015) INSTRUCTIONS FOR AUTHORS

30 th ACM SYMPOSIUM ON APPLIED COMPUTING (SAC 2015) INSTRUCTIONS FOR AUTHORS 30 th ACM SYMPOSIUM ON APPLIED COMPUTING (SAC 2015) INSTRUCTIONS FOR AUTHORS PLEASE REVIEW THIS MATERIAL CAREFULLY Dear Author: Congratulations on having your paper accepted for presentation at the Symposium

More information

Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Mac

Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Mac Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Mac 1. File > New Document 2. Home tab > select Styles Pane 3. The Styles pane lists the complete

More information

Manual for Formatting Requirements for Font Size, Style, and Type and Spacing: Changing the Default Paragraph Styles 1

Manual for Formatting Requirements for Font Size, Style, and Type and Spacing: Changing the Default Paragraph Styles 1 Manual for Formatting Requirements for Font Size, Style, and Type and Spacing: Changing the Default Paragraph Styles 1 This manual first provides information on: 1. The specific format requirements for

More information

Instructions for the Preparation of an Electronic Camera-Ready Manuscript in MS Word

Instructions for the Preparation of an Electronic Camera-Ready Manuscript in MS Word Instructions for the Preparation of an Electronic Camera-Ready Manuscript in MS Word Book Production MANAGER a,1, Second AUTHOR b and Third AUTHOR b a Book Production Department, IOS Press, The Netherlands

More information

o Changes that require author intervention, e.g., address/ requirements and/or missing sections, should be conveyed through remarks.

o Changes that require author intervention, e.g., address/ requirements and/or missing sections, should be conveyed through remarks. This document covers all Formatting-related points to be adhered to by all Enago Professional Editors when an author opts for Formatting. This is conveyed through the assignment email as Formatting: Yes,

More information

Title of Report. Note: If you have a very long title, it should be. centered and spaced in such a fashion. that it forms a V-shape

Title of Report. Note: If you have a very long title, it should be. centered and spaced in such a fashion. that it forms a V-shape Title of Report Note: If you have a very long title, it should be centered and spaced in such a fashion that it forms a V-shape Name of sponsor Title Company Submitted by Your Name/Team Member Names Date

More information

e-issn: INTERNATIONAL JOURNAL OF INFORMATIVE & FUTURISTIC RESEARCH Paper Writing Instructions

e-issn: INTERNATIONAL JOURNAL OF INFORMATIVE & FUTURISTIC RESEARCH Paper Writing Instructions Authors Are Instructed To Follow IJIFR Paper Template And Guidelines Before Submitting Their Research Paper (Font: Times New, Size 24, Centred, Capitalize each Word) Dr. Moinuddin Sarker 1 and Dr. Fu-Chien

More information

GUIDELINES FOR PREPARING GRADUATION PROJECT REPORT

GUIDELINES FOR PREPARING GRADUATION PROJECT REPORT GUIDELINES FOR PREPARING GRADUATION PROJECT REPORT Prepared By: Dr. Mohammad A. M. Abushariah King Abdullah II School of Information Technology The University of Jordan March 2016 1 Table of Contents Page

More information

Lesson 2 Writing Business Reports. Henan University of Technology Sino-British College Transfer Abroad Undergraduate Programme

Lesson 2 Writing Business Reports. Henan University of Technology Sino-British College Transfer Abroad Undergraduate Programme Lesson 2 Writing Business Reports Henan University of Technology Sino-British College Transfer Abroad Undergraduate Programme Learning Objectives 1. Explain report functions and types 2. Apply the 3-x-3

More information

A very long title with deep neural networks variants applied on five databases and solving many problems occuring there.

A very long title with deep neural networks variants applied on five databases and solving many problems occuring there. A very long title with deep neural networks variants applied on five databases and solving many problems occuring there. Authors Department, University {author1,author2}@univ.edu Abstract. The abstract

More information

Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Windows

Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Windows Word Training - Maintaining Consistency Supporting Handout Designing Styles within a Word Template Version: Windows 1. File > New > Blank Document 2. View styles pane in the Styles group Click the styles

More information

Instructions for the Preparation of an Electronic Camera-Ready Manuscript in MS Word

Instructions for the Preparation of an Electronic Camera-Ready Manuscript in MS Word Instructions for the Preparation of an Electronic Camera-Ready Manuscript in MS Word Book Production MANAGER a,1, Second AUTHOR b and Third AUTHOR b a Book Department, IOS Press, The Netherlands b Short

More information

PROJ 302. Project Report, Poster and Digest Guidelines. for Industrial Engineering Students. Summer 2017

PROJ 302. Project Report, Poster and Digest Guidelines. for Industrial Engineering Students. Summer 2017 PROJ 302 Project Report, Poster and Digest Guidelines for Industrial Engineering Students Summer 2017 General Notes - Read this document carefully before writing your internship report, poster, and digest.

More information

Guidelines for Seminar Papers and Final Papers (BA/MA Theses) at the Chair of Public Finance

Guidelines for Seminar Papers and Final Papers (BA/MA Theses) at the Chair of Public Finance Guidelines for Seminar Papers and Final Papers (BA/MA Theses) at the Chair of Public Finance Version February 7, 2018 1 General Requirements 1.1 Supervision If you have any questions during your writing

More information

International Studies Association Table Preparation Guidelines

International Studies Association Table Preparation Guidelines International Studies Association Table Preparation Guidelines Creating Use your programs table creation tool for all tables. Do not use tabs and spaces. Do not break contents of a cell across multiple

More information

Setting Up a Paper in APA Style Using Microsoft Word 2007

Setting Up a Paper in APA Style Using Microsoft Word 2007 Setting Up a Paper in APA Style Using Microsoft Word 007 Open Microsoft Word 007. By default Word opens a new blank document. It is easiest if you create all of these settings before you begin your paper.

More information

Instructions/template for preparing your NOLTA manuscript (Ver. 3.02, Aug. 28, 2015)

Instructions/template for preparing your NOLTA manuscript (Ver. 3.02, Aug. 28, 2015) NOLTA, IEICE Paper Instructions/template for preparing your NOLTA manuscript (Ver. 3.02, Aug. 28, 2015) Name Author1 1a), Name Author2 2, and Name Author3 1 1 Institute of Industrial Science, University

More information

Academic assignment presentation and submission

Academic assignment presentation and submission 1 Academic assignment presentation and submission 2 Assignment presentation and submission The following are CHC standard format requirements for student assignments. Pagination and page presentation issues

More information

Manual of Style. Dr. Richard Khoury. A technical document prepared for students in the Department of Software Engineering Lakehead University

Manual of Style. Dr. Richard Khoury. A technical document prepared for students in the Department of Software Engineering Lakehead University Manual of Style by Dr. Richard Khoury A technical document prepared for students in the Department of Software Engineering Lakehead University Thunder Bay, Ontario, Canada April 21 st, 2010 Abstract This

More information

Technical Paper Style Guide

Technical Paper Style Guide AACE International Technical Paper Style Guide Prepared by the AACE International Technical Board Revised February 3, 2017 Contents 1. Purpose... 3 2. General Requirements... 3 2.1. Authorship... 3 2.2.

More information

Guides for Authors :: Version January 2018

Guides for Authors :: Version January 2018 ISSN 2453-6881 {MERAA} Mathematics in Education, Research and Applications Guides for Authors :: Version January 2018 Research in mathematics and related fields Education in mathematics at all types of

More information

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING COMPUTER SOFTWARE. FIRST AUTHOR University Department, University Name, Address

INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING COMPUTER SOFTWARE. FIRST AUTHOR University Department, University Name, Address Journal of Mechanics in Medicine and Biology c World Scientific Publishing Company INSTRUCTIONS FOR TYPESETTING MANUSCRIPTS USING COMPUTER SOFTWARE FIRST AUTHOR University Department, University Name,

More information

Company Design Specifications

Company Design Specifications Company Design Specifications File saving 1. Files should be saved in the appropriate folder in the CLE space for our team (i.e. templates in the template folder, etc.). 2. Files should be named such that

More information

TECHNICAL PAPER FORMAT GUIDE

TECHNICAL PAPER FORMAT GUIDE TECHNICAL PAPER FORMAT GUIDE 1. INTRODUCTION Congratulations on being selected to participate in the 2019 WJTA-IMCA Conference and Expo. Your paper will be published along with others to form a comprehensive

More information

Word Processing for a Thesis, based on UEA instructions

Word Processing for a Thesis, based on UEA instructions 1 Word Processing for a Thesis, based on UEA instructions [Word 2013 version] Paper To be A4 size, weight 70 100 g/m 2, which is the standard paper we use in photocopiers and printers at UEA. Word Count

More information

MARKET RESEARCH AND EVALUATION2017. Reporting Guidelines

MARKET RESEARCH AND EVALUATION2017. Reporting Guidelines MARKET RESEARCH AND EVALUATION2017 Reporting Guidelines July 25, 2017 At NEEA, we are dedicated to providing strategic and relevant insight to our primary audiences through market research and evaluation

More information

Technical Writing. Professional Communications

Technical Writing. Professional Communications Technical Writing Professional Communications Overview Plan the document Write a draft Have someone review the draft Improve the document based on the review Plan, conduct, and evaluate a usability test

More information

CHAPTER 2 Information processing (Units 3 and 4)

CHAPTER 2 Information processing (Units 3 and 4) CHAPTER 2 Information processing (Units 3 and 4) Information-processing steps (page 54) a For each of the following information-processing steps, state its purpose and provide two examples of technology

More information

Guidelines & Instructions for Manuscript Preparation

Guidelines & Instructions for Manuscript Preparation Distributor of Scholarly Books Guidelines & Instructions for Manuscript Preparation or How to Get your Book Published and Make your Production Team Happy 1 2 important Please make sure that your manuscript

More information

CMSC 447: Software Engineering I

CMSC 447: Software Engineering I CMSC 447: Software Engineering I General Instructions System Requirements Specification Template (Adapted from Susan Mitchell and Michael Grasso) 1. Provide a cover page that includes the document name,

More information

TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE

TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE TIPS FOR WORKING WITH THE HONORS COLLEGE SENIOR PROJECT TEMPLATE There are several issues that arise when using the Honors College Senior Project Template. Most common are formatting tabs, margins, and

More information

Abstract, Paper and Poster Submission Guidelines for the RENT Conference

Abstract, Paper and Poster Submission Guidelines for the RENT Conference Abstract, Paper and Poster Submission Guidelines for the RENT Conference 1. Formatting and Layout 1.a Abstract You will be requested to choose a track theme when submitting your abstract. You will find

More information

Example Paper in the ICROMA Format

Example Paper in the ICROMA Format Example Paper in the ICROMA Format John Smith a, Jan M.P. Jansen a,1, Taro Yamada b a Department of AAA, BBB University of Technology P.O. Box 1111, 2222 GA Delft, The Netherlands 1 E-mail: jansen@aaa.bbb.nl,

More information

University of Moratuwa

University of Moratuwa University of Moratuwa Guidelines on Documentation and Submission of Theses and Dissertations 1. INTRODUCTION A dissertation is an essay advancing a new point of view resulting from research as a requirement

More information

Business Description 5 Paragraph Essay, MLA Way

Business Description 5 Paragraph Essay, MLA Way Business Description 5 Paragraph Essay, MLA Way 1. Review the Word Processing Rules. Apply these rules when you type your 5 paragraph essay. Follow the directions for font, font style, size, and other

More information

Word Processing for Dissertations

Word Processing for Dissertations Word Processing for Dissertations Microsoft Office 2016 Word Processing for dissertations Contents: Steps in Writing a Dissertation... 2 Writing Dissertations on a PC... 3 Getting Started... 4 What is

More information

DATA ITEM DESCRIPTION

DATA ITEM DESCRIPTION helping projects succeed... DATA ITEM DESCRIPTION 1. TITLE VERIFICATION REQUIREMENTS SPECIFICATION (VRS) 2. Identification Number PPA-003914-7 17 August 2017 3. DESCRIPTION/PURPOSE OF THE VRS 3.1 The Verification

More information