INFORMATIKA ANGOL NYELVEN

Size: px
Start display at page:

Download "INFORMATIKA ANGOL NYELVEN"

Transcription

1 Informatika angol nyelven emelt szint 0911 ÉRETTSÉGI VIZSGA május 11. INFORMATIKA ANGOL NYELVEN EMELT SZINTŰ GYAKORLATI ÉRETTSÉGI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ OKTATÁSI ÉS KULTURÁLIS MINISZTÉRIUM

2 Introduction The exercises are marked in accordance with the key and guide for evaluation. In the guide for evaluation the marks given for the major logical units are in the bordered parts. The parts without bordering contain the breakdown of the marks and reference to situations where the given mark can be awarded or can not be awarded. To ensure unified evaluation, please do not divert from the marking in the guide for evaluation. The marks can not be broken down further than indicated in the guide for evaluation. If several solutions are given for the same problem, please evaluate the solution with the most given marks. In the case of several good solutions no extra marks can be awarded. The evaluation form, which only contains the marks for the major evaluation units, can be found at the end of the guide for evaluation. One evaluation form should be filled for each examination paper and it should be attached to the examination paper (to the candidate s exercise sheet). The candidate receives this form at the seeing of the examination paper. The total marks awarded for the individual exercises, the marks awarded for the exam and achieved percentage should also be indicated on the last page of the examination paper, in the tables provided. For further processing please fill in the electronic evaluation table attached to the solution as well. gyakorlati vizsga / május 11.

3 1. American football File a_football exists, it is saved in the default format of the word processor and contains the text from at least one source file Page size and margins The page size is A4, the top and bottom margins are 2 cm The left margin is 2.6 cm, the right margin is 2.4 cm Page numbering Page numbering aligned right exists at the bottom of the pages The numbering starts from 2 Creating the title Entered the title correctly, the font type is Times New Roman (Nimbus Roman) and the font size is 36 points Spacing is 6 points before it and 18 points after it The font type of the chapter titles and the texts outside the tables is Times New Roman (Nimbus Roman), the font size is 13 points and they are aligned justified Formatting the chapter titles and the subtitles The font type is Arial (Nimbus Sans) and the font size is 16 points for at least two chapter titles. The spacing is 6 points before them and 10 points after them In chapter Rules the font type is Times New Roman (Nimbus Roman), the font size is 16 points and the font style is italics for at least two subtitles In chapter Rules the spacing before and after the subtitles is 6 points, and keeping them with the next paragraph was set Creating the history part Inserted the text from history.txt at the given part and inserted picture NFL.jpg into the second paragraph aligned left Inserted picture Bobby_Lane.jpg into the fifth paragraph, aligned it right and resized it to 70% keeping the aspect ratio gyakorlati vizsga / május 11.

4 Creating the NFL teams part Created a table of width 14 cm from the text of file teams.txt, which was tagged by tabs In the first row of the table the font size of the headings is 13 points, the font size of the other texts in the table is 11 points The table is aligned centered, has 3 columns, the column widths are 2 cm, 6 cm, and 6 cm, respectively In the first column merged the cells containing words East, North, South, West according to the example Aligned the texts in the first row centered horizontally and to the bottom vertically; the division names in the first column centered vertically and set bold style for them The mark can be awarded if the first column is aligned correctly but alignment was performed only in one cell of the first row. In the first row of the table text American Football Conference (AFC) is red (RGB code 192,0,0) or text National Football Conference (NFC) is dark blue (RGB code 17,67,138) Creating the logos Inserted at least one of the pictures (AFC_base.jpg, NFC_base.jpg) into the given place and aligned it (them) correctly Copied and reflected picture AFC_base.jpg according to the example The two picture halves are not shifted relative to each other and there is no gap between them The mark can only be awarded if besides accurate fitting the picture halves do not overlap each other. Added the three stars to the stem of letter N of picture NFC_base.jpg shown in the example so that they do not stick out from the stem and do not overlap each other The size of the stars is the same and all three are rotated The colour of the stars is white and the line colour is also white The mark can be awarded if the filling colour and the line colour were set for at least one star. Creating the field part Inserted the text from field.txt and after the first paragraph inserted picture field.jpg aligned centered according to the example. 6 marks 6 marks gyakorlati vizsga / május 11.

5 Creating the rules part Inserted the text from file rules.txt into the correct place and deleted the words (subtitle) from it Set an indent of 0.5 cm from the second paragraph of the first subchapter and set the style of the given expressions in the paragraphs to bold The mark can be awarded if the indent is correct and the style of the given expression was set to bold in at least one place. In subchapter Scoring set bulleted listing from the given part Set an indent of 0.5 cm and a hanging indent of 1 cm for the listing Total: 4 marks 30 marks Source of the pictures: thestartingfive.wordpress.com/2007/11/09/ nfl.com Source of the original texts: gyakorlati vizsga / május 11.

6 2. Personal ID Importing the data; saving as persid in the default format; worksheets Result and Details exist On sheet Result in column A the format of personal IDs is according to the example The format of personal IDs is number without decimal digits or text and every digit is displayed. The heading in the first row of worksheet Details is according to the example The mark can be awarded only for a flawless heading. Cells B2:L11 contain the digits of the personal IDs using functions that can be copied flawlessly in both vertical and horizontal direction The expression is correct in at least one cell The function is correct in each cell of the range and it can be copied flawlessly in both vertical and horizontal direction Cell B2 contains: =VALUE(MID(Result!$A2;B$1;1)) (The solution gets full score even if function =VALUE() was not used, that is, the format of the numerals is text.) Columns N:W contain the products that correspond with the method of formation and column Y contains their sum Correct in one cell The mark can be awarded even if a formula that can not be copied flawlessly was created. Used a correct formula that can be copied flawlessly in each cell Cell N2 contains: =(11-B$1)*B2 The sum is correct in each cell of column Y Cell Y2 contains: =SUM(N2:W2) The mark can not be awarded if an incorrect range was summed. gyakorlati vizsga / május 11.

7 Columns B:F of sheet Result contain the information that can be acquired from the personal IDs The solution gets full score if the correct results were determined from the cells of column A of sheet Result. Determining the gender of the citizen in column B Cell B2 contains: =IF(MOD(Details!B2;2)=1;"Male";"Female") or =IF(OR(MID(A2;1;1)="1";MID(A2;1;1)="3");"Male";"Female") Determining the year of birth in column C Cell C2 contains: =IF(Details!B2<3;"19";"20")&MID(A2;2;2) Determining the month in column D Cell D2 contains: =Details!E2*10+Details!F2 or =VALUE(MID(A2;4;2)) Determining the day in column E Cell E2 contains: =Details!G2*10+Details!H2 or =VALUE(MID(A2;6;2)) Determining the ordinal number in column F Cell F2 contains: =Details!I2*100+Details!J2*10+Details!K2 or =VALUE(MID(A2;8;3)) The correctness of the personal ID in column G Cell G2 contains: =IF(MOD(Details!Y2;11)=Details!L2;"Correct";"Incorrect") If the condition is incorrect due to type mismatch, then the mark can not be awarded. Formatting the data on sheet Result Each data can be read clearly, only the borders of the cells containing data are displayed, the first row is bold and the contents of columns A:G are aligned centered. The mark can be awarded if at least two of the four settings listed were performed. Total: 5 marks 15 marks gyakorlati vizsga / május 11.

8 3. Kossuth Prize Creating the database named kossuth; importing the data into the tables is correct The mark can not be awarded in the case of a different database name or if any table name is incorrect or if importing is incorrect. Each field of the tables is of correct format and the suitable fields were chosen as keys in all three tables The mark can not be awarded if extra fields were added or the keys were not set. Query 3ninety Field persname is displayed and no other fields are displayed Filtering condition and connection between the tables are correct The list is ordered according to field persname SELECT persname FROM person, when WHERE person.persid = when.persid and ayear=1990 ORDER BY persname; Query 4engineer Fields persname, profname and ayear are displayed The mark can not be awarded if extra fields are displayed. The connection between the tables is correct Filters correctly for tag engineer The mark can not be awarded if the candidate filtered only for exact matches of the word engineer. SELECT persname, profname, ayear FROM person, profession, when WHERE person.persid = profession.persid and person.persid = when.persid and profname like '*engineer*'; Query 5morethantwice Fields persname and the number of prizes are displayed The mark can not be awarded if extra fields are displayed. The connection of the two tables and the grouping are correct The mark can not be awarded if grouping was made only on the basis of person.persid or table profession is included incorrectly as well. Group filtering is correct SELECT persname, Count(*) AS darab FROM when, person WHERE when.persid=person.persid GROUP BY person.persid, persname HAVING Count(*)>2; gyakorlati vizsga / május 11.

9 Query 6maxprizes Ordering + TOP 1 (LIMIT 1) or solving with a subquery are equally correct. One year and one number of prizes are displayed and grouping is correct Ordering or auxiliary query is correct Used TOP 1 (LIMIT 1) or group filtering correctly SELECT TOP 1 ayear, COUNT(ayear) AS darab FROM when GROUP BY ayear ORDER BY COUNT(ayear) DESC; or SELECT ayear, Count(*) AS [max] FROM when GROUP BY ayear HAVING Count(*)=(SELECT MAX(darab) FROM 6aux); and the auxiliary query is SELECT Count(*) AS darab FROM when GROUP BY ayear; Query 7vargaimre Fields persname and ayear are displayed The connection is correct and filtered correctly for field profname The subquery or auxiliary query for Varga Imre s profession is correct Varga Imre is not displayed SELECT persname, ayear FROM person, profession, when WHERE person.persid=profession.persid and person.persid=when.persid AND persname <> "Varga Imre" AND profname in (SELECT profname FROM profession, person WHERE person.persid=profession.persid AND persname ="Varga Imre"); Query 8ceased Field profname is displayed and each profession only once The connection between the tables is correct in two places (in the query and in the subquery or auxiliary query) Filtering for field ayear is correct in two places (in the query ayear=1948 and in the subquery or auxiliary query ayear>1948) The filtering operator for field profname is correct, not in SELECT Distinct profname FROM person, profession, when WHERE person.persid = profession.persid AND person.persid = when.persid and ayear=1948 AND profname not in (SELECT profname FROM person, profession, when WHERE person.persid = profession.persid AND person.persid = when.persid AND ayear>1948); 4 marks 4 marks gyakorlati vizsga / május 11.

10 Query 9actor Used an update query Filtering is correct in the query The value of field profname is updated correctly If the query was not run, at most two marks can be awarded. UPDATE profession SET profname = "stage actor" WHERE profname="actor"; Query and report 10poets In the report fields persname and ayear are displayed Filters correctly for poets Grouping is done by years, year numbers are elevated The names are displayed in alphabetical order in the list (ordering can happen only in the report) In the report heading the title is correct SELECT ayear, persname FROM person, profession, when WHERE person.persid=profession.persid AND person.persid=when.persid AND profname="poet" ORDER BY ayear, persname; Total: 5 marks 30 marks gyakorlati vizsga / május 11.

11 4. Plots During evaluation solutions that produce runtime errors or solutions that are partially good should also be evaluated. The mark can be awarded if the part of the code that corresponds with the given item is flawless. For displaying results marks can be awarded regardless of accents. For the individual exercise parts separate marks can be awarded for messages displayed on the screen as given in the guide, but only if the exercise number, the message required for use and the data in the required format are displayed. The marks can be awarded even if the calculated values are incorrect. Created a program named plots The mark can be awarded only if the name is exact and the program does not contain any compilation error. Processing the input file 6 marks Opened the file for reading before reading the data Read the number of plots Read the line of at least one plot correctly Read all data correctly Stored all data The last can be awarded even if the data were not stored but at least four exercise parts were solved. The last can be awarded even if the candidate could not read from the file but stored the data given in the exercise. In this case the previous marks for file operations can not be awarded. Walk around Determined the length of the streets The mark can be awarded even if the length of only one street was determined (the streets are of equal length). Took the 80-m distance between street fronts into consideration twice in the walk around Displayed the answer on the screen Plots with complete street front building Applied the condition correctly for at least one plot Counted the plots that satisfy the condition on Fortune Row The mark can be awarded even if the plots were counted on the basis of an incorrect condition, but can not be awarded if plots not on Fortune Row were taken into consideration. Displayed the answer on the screen The distance between the largest and smallest plots on Prosperity Row 7 marks Determined the area of the plot correctly for at least one plot Determined the smallest and largest plots on Prosperity Row If both data were determined,, if only one, can be awarded. Determined the number of plots between the smallest and largest plots correctly The mark can not be broken down. Displayed the answer on the screen gyakorlati vizsga / május 11.

12 Plot tax Calculated the tax for plots smaller than 700 m 2 correctly The mark can not be broken down. Calculated the tax for plots between 700 and 1000 m 2 correctly Calculated the tax for plots larger than 1000 m 2 correctly Applied tax allowance correctly Applied rounding correctly Summed the taxes for each plot The mark can be awarded even if the value was rounded down in the case of 50. For the source file belonging to the exercise the correct result is if rounded down, if rounded up. Displayed the answer on the screen Last three plots on Fortune Row Chose at least the last plot Chose all three last plots Calculated the distance from the head of the street correctly for at least one plot Calculated the distance from the head of the street correctly for all three plots The above can be awarded even if the candidate worked with data that were not ordered by house number, but determined all data used from the available information with the help of the program. Displayed the plot data by house number in descending order Displayed the answer on the screen Calculating length data for the plots on Fortune Row Used lists ordered by house number for both Rows Selected an opposite plot for at least one plot The mark can be awarded even if, for example, for the plot at 2 Fortune Row the length of the plot at 1 Prosperity Row was used. Took each opposite plot into consideration for at least one plot and calculated with the length of the longest plot in the calculation Determined the length of the plot using the length of the longest opposite plot for at least one plot on Fortune Row Determined the length of each plot on Fortune Row by taking into consideration at least one opposite plot Determined the length of each plot on Fortune Row by taking into consideration the longest opposite plot Created file fortunerow.csv and the file contains the data of at least one plot in the correct format The file contains the data of each plot in the correct format The previous two marks can be awarded even if the file contains incorrect length data. Total: 8 marks 7 marks 10 marks 45 marks gyakorlati vizsga / május 11.

13 értékelőlap Azonosító jel: 1. American football File a_football exists, it is saved in the default format of the word processor and contains the text from at least one source file Page size and margins Page numbering Creating the title The font type of the chapter titles and the texts outside the tables is Times New Roman (Nimbus Roman), the font size is 13 points and they are aligned justified Formatting the chapter titles and the subtitles Creating the history part Creating the NFL teams part Creating the logos Creating the field part Creating the rules part Total: 6 marks 6 marks 4 marks 30 marks gyakorlati vizsga / május 11.

14 értékelőlap Azonosító jel: 2. Personal ID Importing the data; saving as persid in the default format; worksheets Result and Details exist On sheet Result in column A the format of personal IDs is according to the example The heading in the first row of worksheet Details is according to the example Cells B2:L11 contain the digits of the personal IDs using functions that can be copied flawlessly in both vertical and horizontal direction Columns N:W contain the products that correspond with the method of formation and column Y contains their sum Columns B:F of sheet Result contain the information that can be acquired from the personal IDs The correctness of the personal ID in column G Formatting the data on sheet Result Total: 5 marks 15 marks gyakorlati vizsga / május 11.

15 értékelőlap Azonosító jel: 3. Kossuth Prize Creating the database named kossuth; importing the data into the tables is correct Each field of the tables is of correct format and the suitable fields were chosen as keys in all three tables Query 3ninety Query 4engineer Query 5morethantwice Query 6maxprizes Query 7vargaimre Query 8ceased Query 9actor Query and report 10poets Total: 4 marks 4 marks 5 marks 30 marks gyakorlati vizsga / május 11.

16 értékelőlap Azonosító jel: 4. Plots Created a program named plots Processing the input file Walk around Plots with complete street front building The distance between the largest and smallest plots on Prosperity Row Plot tax Last three plots on Fortune Row Calculating length data for the plots on Fortune Row Total: 6 marks 7 marks 8 marks 7 marks 10 marks 45 marks gyakorlati vizsga / május 11.

Tech Essentials Final Part A (Use the Scantron to record your answers) 1. What are the margins for an MLA report? a. All margins are 1 b. Top 2.

Tech Essentials Final Part A (Use the Scantron to record your answers) 1. What are the margins for an MLA report? a. All margins are 1 b. Top 2. Tech Essentials Final Part A (Use the Scantron to record your answers) 1. What are the margins for an MLA report? a. All margins are 1 b. Top 2.5, left, right and bottom 1 c. Top 2, left and right 1.25

More information

Formatting a Document in Word using MLA style

Formatting a Document in Word using MLA style Formatting a Document in Word using MLA style 1. Using MS Word - various versions 2. Using MLA Handbook for Writers of Research Papers 7 th ed. (2009) 3. The 7 th ed. is also in Term Paper Assistance section

More information

MLA Format a Class Assignment Word points

MLA Format a Class Assignment Word points MLA Format a Class Assignment Word 2003 20 points Directions: Complete the following assignment by following the steps to create an essay in MLA format. MLA Format: A common format for school assignments

More information

This handout will help you prepare a research paper in the APA 6th Edition format.

This handout will help you prepare a research paper in the APA 6th Edition format. Easy APA Formatting Guide- Word 2010/2013 This handout will help you prepare a research paper in the APA 6th Edition format. FONT The font for APA is Times New Roman, with 12-point font size. MARGINS APA

More information

AMERICA S CASTLES. 5. Be sure all four margins are set to 1 (Step 1 in the MLA Document).

AMERICA S CASTLES. 5. Be sure all four margins are set to 1 (Step 1 in the MLA Document). AMERICA S CASTLES 1. Begin a new Word document. 2. DO NOT type in your heading lines or use your macro. 3. Save the document in your computer folder. Call it (Your Last Name) America s Castles. 4. Be sure

More information

Authors are instructed to follow IJIFR paper template and guidelines before submitting their research paper

Authors are instructed to follow IJIFR paper template and guidelines before submitting their research paper Authors are instructed to follow IJIFR paper template and guidelines before submitting their research paper Abstract Dr. Moinuddin Sarker 1 and Dr. Fu-Chien Kao 2 University/ institution name/ organization

More information

Formatting a document in Word using APA style

Formatting a document in Word using APA style Formatting a document in Word using APA style 1. Using MS Word various versions 2. Using Publication Manual of the American Psychological Association 6 th ed. 9/10/2012 Be Prepared - Have All note cards

More information

ÉNEK-ZENE ANGOL NYELVEN

ÉNEK-ZENE ANGOL NYELVEN Ének-zene angol nyelven középszint 1112 ÉRETTSÉGI VIZSGA 2011. május 16. ÉNEK-ZENE ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI ÉRETTSÉGI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ NEMZETI ERŐFORRÁS MINISZTÉRIUM PAPER

More information

MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES

MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES...2 Page Setup...3 Styles...4 Using Inbuilt Styles...4 Modifying a Style...5 Creating a Style...5 Section Breaks...6 Insert a section break...6 Delete a section

More information

USC Dornsife Spatial Sciences Institute Master s Thesis Style Guide Effective for students in SSCI 594a as of Fall 2016

USC Dornsife Spatial Sciences Institute Master s Thesis Style Guide Effective for students in SSCI 594a as of Fall 2016 USC Dornsife Spatial Sciences Institute Master s Thesis Style Guide Effective for students in SSCI 594a as of Fall 2016 With a few minor exceptions, at the USC Dornsife Spatial Sciences Institute, Turabian

More information

INSTRUCTIONS FOR AUTHORS

INSTRUCTIONS FOR AUTHORS INSTRUCTIONS FOR AUTHORS 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Papers will be written in English, with a strong recommendation

More information

APA Style Page Formatting Instructions Microsoft Word Windows Version. Adjust all margins to 1 inch on each side, page in Portrait orientation

APA Style Page Formatting Instructions Microsoft Word Windows Version. Adjust all margins to 1 inch on each side, page in Portrait orientation APA Style Page Formatting Instructions Microsoft Word Windows Version PART 1 GENERAL FORMATTING AND COVER PAGE Adjust all margins to 1 inch on each side, page in Portrait orientation 1. Click on the Page

More information

Elements: Criteria and Templates

Elements: Criteria and Templates Elements: Criteria and Templates )Foreign Books( The aims at raising Imam Abdulrahman bin Faisal University s publications quality level. For that, templates are initiated for all elements of scientific

More information

UNC. JlJ1 THESIS AND DISSERTATION SUBMISSION CHECKLIST

UNC. JlJ1 THESIS AND DISSERTATION SUBMISSION CHECKLIST THESIS AND DISSERTATION SUBMISSION CHECKLIST The following checklist items should be used to ensure your document is properly formatted prior to submission. These items will be reviewed by staff in The

More information

Avoiding Format Problems in Thesis & Dissertation Document

Avoiding Format Problems in Thesis & Dissertation Document OFFICE OF GRADUATE STUDIES Avoiding Format Problems in Thesis & Dissertation Document The NJIT approved format for Master's Thesis and Doctoral Dissertations is given in the second edition (1992 printing

More information

Title of Paper, size 18 NTR * font

Title of Paper, size 18 NTR * font Author, A. & Author, B. 1 Title of Paper, size 18 NTR * font First Author a, Second Author b, Third Author c a First author institutional affiliation and address b Second author affiliation and address

More information

Running head: EXAMPLE APA STYLE PAPER 1. Example of an APA Style Paper. Justine Berry. Austin Peay State University

Running head: EXAMPLE APA STYLE PAPER 1. Example of an APA Style Paper. Justine Berry. Austin Peay State University Running head: EXAMPLE APA STYLE PAPER 1 Example of an APA Style Paper Justine Berry Austin Peay State University EXAMPLE APA STYLE PAPER 2 Abstract APA format is the official style used by the American

More information

Formatting Specifications

Formatting Specifications Formatting Specifications 1. Please read these guidelines carefully, all formatting specifications are explained in this document, so you can prepare your manuscripts accordingly. Failure to comply with

More information

ITTC Recommended Procedures and Guidelines

ITTC Recommended Procedures and Guidelines Committee and Page 1 of 7 Table of Contents Committee and... 2 1. OVERVIEW... 2 2. MATERIALS... 2 2.1 Word Processing... 2 2.2 Confirmation... 2 3. PAGE GEOMETRY... 2 3.1 Top and Bottom Margins... 2 3.1.1

More information

Formatting Your Thesis or Dissertation

Formatting Your Thesis or Dissertation Graduate College Formatting Your Thesis or Dissertation www.grad.uni.edu University of Northern Iowa Graduate College Formatting your Thesis or Dissertation and Preparing for Final Submission Janet Witt,

More information

INSTRUCTIONS FOR AUTHORS CONTRIBUTIONS TO JOURNAL EGRSE VERION A4, ONE COLUMN LANDSCAPE!!!

INSTRUCTIONS FOR AUTHORS CONTRIBUTIONS TO JOURNAL EGRSE VERION A4, ONE COLUMN LANDSCAPE!!! 1 INSTRUCTIONS FOR AUTHORS CONTRIBUTIONS TO JOURNAL EGRSE VERION A4, ONE COLUMN LANDSCAPE!!! The paper should be submitted in digital format (CD, DVD, or email), as doc and pdf. Editors of EGRSE will edit

More information

CIS Pre Test. Multiple Choice Identify the choice that best completes the statement or answers the question.

CIS Pre Test. Multiple Choice Identify the choice that best completes the statement or answers the question. CIS Pre Test Multiple Choice Identify the choice that best completes the statement or answers the question. 1. The default view in Word is. a. Print Layout view c. Web Layout view b. Headline view d. Outline

More information

MASTER OF INNOVATION AND TOURISM MARKETING (MIT)

MASTER OF INNOVATION AND TOURISM MARKETING (MIT) MASTER OF INNOVATION AND TOURISM MARKETING (MIT) STYLE GUIDELINES TO THE MASTER S FINAL PROJECT 2017-18 OnCampus Program Rev. 10 Universidad Católica San Antonio de Murcia Telf.: (+34) 902 102 101 info@ucam.edu

More information

TITLE OF A DISSERTATION THAT HAS MORE WORDS THAN WILL FIT ON ONE LINE SHOULD BE FORMATTED AS AN INVERTED PYRAMID. Candidate s Name

TITLE OF A DISSERTATION THAT HAS MORE WORDS THAN WILL FIT ON ONE LINE SHOULD BE FORMATTED AS AN INVERTED PYRAMID. Candidate s Name 2 inches of white space between top of page and first line of title (hit Enter 5 times in single spaced setting; text will begin on 6 th line). For sample prospectus/proposal cover pages, click here. TITLE

More information

Running head: AN INTERMEDIATE-LEVEL APA STYLE PAPER 1. Example of an Intermediate-Level APA Style Paper. Justine Berry. Austin Peay State University

Running head: AN INTERMEDIATE-LEVEL APA STYLE PAPER 1. Example of an Intermediate-Level APA Style Paper. Justine Berry. Austin Peay State University Running head: AN INTERMEDIATE-LEVEL APA STYLE PAPER 1 Example of an Intermediate-Level APA Style Paper Justine Berry Austin Peay State University AN INTERMEDIATE-LEVEL APA STYLE PAPER 2 Abstract APA format

More information

Brand Guidelines. January 2015

Brand Guidelines. January 2015 Brand Guidelines January 2015 Table of Contents 1.0 What s a brand? 3 1.1 The logo 4 1.2 Colour 1.2.1 Spot & Process 1.2.2 Black & White 5 5 6 1.3 Logo Sizing 1.3.1 Minimum Clear Space 1.3.2 Positioning

More information

2. Document setup: The full physical page size including all margins will be 148mm x 210mm The five sets of margins

2. Document setup: The full physical page size including all margins will be 148mm x 210mm The five sets of margins Submission Guidelines Please use this section as a guideline for preparing your manuscript. This set of guidelines (updated November 2007) replaces all previously issued guidelines. Please ensure that

More information

How to write a Master Thesis in the European Master in Law and Economics Programme

How to write a Master Thesis in the European Master in Law and Economics Programme Academic Year 2017/2018 How to write a Master Thesis in the European Master in Law and Economics Programme Table of Content I. Introduction... 2 II. Formal requirements... 2 1. Length... 2 2. Font size

More information

THE TITLE OF YOUR PAPER The subtitle of your paper (if there is one) YOUR FIRST NAME YOUR SURNAME

THE TITLE OF YOUR PAPER The subtitle of your paper (if there is one) YOUR FIRST NAME YOUR SURNAME THE TITLE OF YOUR PAPER The subtitle of your paper (if there is one) YOUR FIRST NAME YOUR SURNAME Your Department Your University/Institute Your e-mail address 1. General instructions 1.1. The general

More information

FLORIDA STATE UNIVERSITY

FLORIDA STATE UNIVERSITY FLORIDA STATE UNIVERSITY Requirements for Electronic Theses, Treatises and Dissertations Edition: 2017-2018 (Revised August 2017) Prepared by: The Graduate School 314 Westcott Building Tallahassee, Florida

More information

TITLE MUST BE IN ALL CAPS, IN SINGLE SPACE, INVERTED PYRAMID STYLE, CENTERED. A Thesis. Presented to the. Faculty of

TITLE MUST BE IN ALL CAPS, IN SINGLE SPACE, INVERTED PYRAMID STYLE, CENTERED. A Thesis. Presented to the. Faculty of TITLE MUST BE IN ALL CAPS, IN SINGLE SPACE, INVERTED PYRAMID STYLE, CENTERED A Thesis Presented to the Faculty of California State University, Fullerton In Partial Fulfillment of the Requirements for the

More information

How to Format Your Paper for the 13 th Annual National Symposium on Student Retention

How to Format Your Paper for the 13 th Annual National Symposium on Student Retention How to Format Your Paper for the 13 th Annual National Symposium on Student Retention Sandra Whalen Director, CSRDE swhalen@ou.edu Jennifer Robertson Managerial Associate, CSRDE jrobertson.art@ou.edu Brittnee

More information

Write-Around the Room! 2 National Sweepstakes 7 Magazine Research 11 Striking It Rich! 14 My Gradebook 18 Net Wise 22 Surf the Net 27 Explore with

Write-Around the Room! 2 National Sweepstakes 7 Magazine Research 11 Striking It Rich! 14 My Gradebook 18 Net Wise 22 Surf the Net 27 Explore with Write-Around the Room! 2 National Sweepstakes 7 Magazine Research 11 Striking It Rich! 14 My Gradebook 18 Net Wise 22 Surf the Net 27 Explore with NASA 31 Dog and Pony Show 35 Internet Scavenger Hunt 39

More information

MATH& 146 Lesson 11. Section 1.6 Categorical Data

MATH& 146 Lesson 11. Section 1.6 Categorical Data MATH& 146 Lesson 11 Section 1.6 Categorical Data 1 Frequency The first step to organizing categorical data is to count the number of data values there are in each category of interest. We can organize

More information

Study Guide. Solutions to Selected Exercises. Foundations of Music and Musicianship with CD-ROM. 2nd Edition. David Damschroder

Study Guide. Solutions to Selected Exercises. Foundations of Music and Musicianship with CD-ROM. 2nd Edition. David Damschroder Study Guide Solutions to Selected Exercises Foundations of Music and Musicianship with CD-ROM 2nd Edition by David Damschroder Solutions to Selected Exercises 1 CHAPTER 1 P1-4 Do exercises a-c. Remember

More information

ITEC400 Summer Training Report

ITEC400 Summer Training Report Eastern Mediterranean University Department of Information Technology Calibri, bold, 18pt ITEC400 Summer Training Report Calibri, bold, 20pt Submitted by: Name-Surname : Meltem Kahraman Number : 090607

More information

Formal Lab Report Instructions

Formal Lab Report Instructions Formal Lab Report Instructions The following eight pages of instructions are formatted like your formal lab report. The format is deliberately plain to the point of being ugly. Reports generally undergo

More information

MANUSCRIPT FORM - LEARNING GOALS

MANUSCRIPT FORM - LEARNING GOALS 1 MANUSCRIPT FORM MANUSCRIPT FORM - LEARNING GOALS IN THIS CHAPTER WE WILL STUDY HOW TO PRESENT YOUR COMPOSITION TO A READER SO THAT HE OR SHE CAN READ IT EASILY. 1. WHAT SHOULD YOUR COMPOSITION LOOK LIKE

More information

PAPER TITLE [Times New Roman 16 points, bold, centred, capital letters]

PAPER TITLE [Times New Roman 16 points, bold, centred, capital letters] PAPER TITLE [Times New Roman 16 points, bold, centred, capital letters] Line spacing [14 points] Line spacing [14 points] Author(s) Name(s) and Surname(s) [TNR, 12 points, bold, alignment right] 1 Affiliation

More information

Kindle Add-In for Microsoft Word User Guide

Kindle Add-In for Microsoft Word User Guide Kindle Add-In for Microsoft Word User Guide version 0.97 Beta, 9/21/17 Contents 1 Introduction...2 1.1 Overview of Kindle Tab...2 2 Anatomy of a Kindle Book...3 3 Formatting Your Book...4 3.1 Getting Started...4

More information

02 MLA Manuscript Format: The Humanities Standard

02 MLA Manuscript Format: The Humanities Standard 02 MLA Manuscript Format: The Humanities Standard Writing in the Humanities in disciplines such as English, literary studies, philosophy, cultural studies, foreign language studies, and other related subjects

More information

Digital Display Monitors

Digital Display Monitors Digital Display Monitors The Colorado Convention Center (CCC) offers our customers the ability to digitally display their meeting information and/or company logo for each meeting room which allows flexibility

More information

If you finish the work for the day go to QUIA and review any objective you feel you need help with.

If you finish the work for the day go to QUIA and review any objective you feel you need help with. 7 th Grade Computer Skills and Applications Common Assessment Review DIRECTIONS: Complete each activity listed under each heading in bold. If you are asked to define terms or answer questions do so on

More information

Technical Report Writing

Technical Report Writing Technical Writing Style and Format 1 Technical Report Writing Writing Style and Format Requirements Appearance 1. Word process the body of the report, from the title page through the conclusions. 2. Figures

More information

FBLA WORD PROCESSING I WRITTEN TEST

FBLA WORD PROCESSING I WRITTEN TEST FBLA WORD PROCESSING I WRITTEN TEST TRUE/FALSE 1. A double space leaves two blank lines between sentences. 2. A triple space is required after the salutation of a letter. 3. An insertion point is a vertical

More information

FORMAT OF Minor PROJECT REPORT

FORMAT OF Minor PROJECT REPORT FORMAT OF Minor PROJECT REPORT 1. Paper Size : A- 4 size bond paper 2. Margins : Top : 1 (1 inch=2.54cm) Bottom : 1.15 (2.86cm) Left : 1.5 Right : 0.6 3. Line Spacing: 1.5 line 4. Title of Chapter Font

More information

ARCHAEOLOGICAL REPORTS PREPARING YOUR MANUSCRIPT FOR PUBLICATION

ARCHAEOLOGICAL REPORTS PREPARING YOUR MANUSCRIPT FOR PUBLICATION BAR BRITISH ARCHAEOLOGICAL REPORTS PREPARING YOUR MANUSCRIPT FOR PUBLICATION Contents GENERAL... 1 THE MANUSCRIPT... 2 LAYOUT THE ESSENTIALS... 2 HOUSE STYLE THE ESSENTIALS... 3 IMAGES/FIGURES/GRAPHS/PHOTOGRAPHS

More information

College of Communication and Information

College of Communication and Information College of Communication and Information STYLE GUIDE AND INSTRUCTIONS FOR PREPARING THESES AND DISSERTATIONS Revised August 2016 June 2016 2 CHECKLISTS FOR THESIS AND DISSERTATION PREPARATION Electronic

More information

Part III Conclusion Paper Checklist Use this checklist to ensure that your paper is submitted your Conclusion Paper correctly

Part III Conclusion Paper Checklist Use this checklist to ensure that your paper is submitted your Conclusion Paper correctly Part III Conclusion Paper Checklist Use this checklist to ensure that your paper is submitted your Conclusion Paper correctly Your File Your paper for this assignment may vary in length. The first page

More information

FLORIDA STATE UNIVERSITY

FLORIDA STATE UNIVERSITY FLORIDA STATE UNIVERSITY Requirements for Electronic Theses, Treatises and Dissertations Edition: 2018-19 (Revised August 2018) Prepared by: The Graduate School 314 Westcott Building Tallahassee, Florida

More information

HOW TO GUIDE #4 HOW TO FORMAT YOUR ASSIGNMENT LAWSKOOL PTY LTD

HOW TO GUIDE #4 HOW TO FORMAT YOUR ASSIGNMENT LAWSKOOL PTY LTD HOW TO GUIDE #4 HOW TO FORMAT YOUR ASSIGNMENT LAWSKOOL PTY LTD How to: Format Your Assignment Formatting rarely features in the marking criteria for law assignments. However, it is still very important.

More information

Institute for Policy and Economic Development. Publication and Technical Report Specifications with Grant Proposal Writing and Report Editing Timeline

Institute for Policy and Economic Development. Publication and Technical Report Specifications with Grant Proposal Writing and Report Editing Timeline DigitalCommons@UTEP IPED Technical Reports Institute for Policy and Economic Development 1-1-2003 Institute for Policy and Economic Development Publication and Technical Report Specifications with Grant

More information

CORPORATE VISUAL IDENTITY GUIDELINES. for the use of the OAAS Logo

CORPORATE VISUAL IDENTITY GUIDELINES. for the use of the OAAS Logo CORPORATE VISUAL IDENTITY GUIDELINES for the use of the OAAS Logo ONTARIO ASSOCIATION OF AGRICULTURAL SOCIETIES September 2017 Introduction Our branding is more than a name and a logo. Our branding is

More information

ETD FORMATTING. Tips for the dissertation and thesis

ETD FORMATTING. Tips for the dissertation and thesis ETD FORMATTING Tips for the dissertation and thesis Notes on Formatting Instructions on how to avoid the most common problems are included in this presentation Most Common Problems Include: Margins Triple

More information

Chapter 5 Printing with Calc

Chapter 5 Printing with Calc Calc Guide Chapter 5 Printing with Calc OpenOffice.org Copyright This document is Copyright 2005 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under

More information

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #5 Nielsen Television Ratings Problem

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #5 Nielsen Television Ratings Problem Background Information HOMEWORK INSTRUCTIONS Over the course of a given week, the vast majority of Americans watch at least some amount of television. Since most television shows are paid for by the sales

More information

How to Format Your Paper for the 14 th Annual National Symposium on Student Retention

How to Format Your Paper for the 14 th Annual National Symposium on Student Retention How to Format Your Paper for the 14 th Annual National Symposium on Student Retention Sandra Whalen Director swhalen@ou.edu Jennifer Robertson Membership Coordinator & Media Specialist jrobertson.art@ou.edu

More information

2018 Journal of South Carolina Water Resources Article Guidelines

2018 Journal of South Carolina Water Resources Article Guidelines 2018 Journal of South Carolina Water Resources Article Guidelines Content Maximum Length: 8,000 words (approx. 20 pages; this includes tables and figures). A half-page sized table or figure is equivalent

More information

FORMATTING AND ALIGNMENT ACTIVITY

FORMATTING AND ALIGNMENT ACTIVITY Unit 4.00 Editing and Formatting Packet FORMATTING AND ALIGNMENT ACTIVITY Directions: Format your answers to the following questions as instructed. 1. What is your name? Center, bold, 18-pt, Arial type

More information

Formatting Instructions for Advances in Cognitive Systems

Formatting Instructions for Advances in Cognitive Systems Advances in Cognitive Systems X (20XX) 1-6 Submitted X/20XX; published X/20XX Formatting Instructions for Advances in Cognitive Systems Pat Langley Glen Hunt Computing Science and Engineering, Arizona

More information

Department of Anthropology

Department of Anthropology Department of Anthropology Formatting Guidelines Theses/Research Papers and Dissertations Revised July 2010, corrections April 2012, October 2014 The Graduate School guidelines determine: 1. organization

More information

Due today: Shaping Sheet (everything except intro/conclusion) Rough draft Tomorrow, 11/16

Due today: Shaping Sheet (everything except intro/conclusion) Rough draft Tomorrow, 11/16 Due today: Shaping Sheet (everything except intro/conclusion) Rough draft Tomorrow, 11/16 BRING 2 TYPED COPIES TO CLASS FINAL DRAFT DUE FRIDAY, 11/18 @ 7:25 AM to turnitin.com; HARD COPY DUE IN CLASS If

More information

REPORT. 8/24/2018 Page 1 of 6

REPORT. 8/24/2018 Page 1 of 6 REPORT Create a report in Word that demonstrates your mastery Microsoft Word. The report should include a narrative describing your future life and include the documents you have prepared so far. This

More information

APA Research Paper Guidelines

APA Research Paper Guidelines Thesis APA Research Paper Guidelines The thesis for your paper must be pre-approved. (See Signature Approval Page) The argument must be associated with a field of study of your academic interest. In order

More information

Formatting Dissertations or Theses for UMass Amherst with MacWord 2008

Formatting Dissertations or Theses for UMass Amherst with MacWord 2008 January 2015 Formatting Dissertations or Theses for UMass Amherst with MacWord 2008 Getting started make your life easy (or easier at least) 1. Read the Graduate School s Guidelines and follow their rules.

More information

FORMAT OF SEMINAR REPORT

FORMAT OF SEMINAR REPORT FORMAT OF SEMINAR REPORT 1. Paper Size : A- 4 size bond paper 2. Margins : Top : 1 (1 inch=2.54cm) Bottom : 1.15 (2.86cm) Left : 1.5 Right : 0.6 3. Line Spacing: 1.5 line 4. Title of Chapter Font : Times

More information

APOSTOLIC SCHOOL OF THEOLOGY TITLE OF PAPER LONG TITLES ARE DOUBLE-SPACED

APOSTOLIC SCHOOL OF THEOLOGY TITLE OF PAPER LONG TITLES ARE DOUBLE-SPACED APOSTOLIC SCHOOL OF THEOLOGY TITLE OF PAPER LONG TITLES ARE DOUBLE-SPACED SUBMITTED TO PROFESSOR [NAME] IN PARTIAL FULFILLMENT OF COURSE NUMBER AND TITLE BY YOUR NAME MONTH DAY, YEAR PRIMARY HEADING LONG

More information

Santa Clara University Department of Electrical Engineering

Santa Clara University Department of Electrical Engineering Thesprep.doc Santa Clara University Department of Electrical Engineering INSTRUCTIONS FOR PREPARATION OF SENIOR PROJECT REPORT CHAPTER 1. GENERAL INFORMATION The original records of the investigation and

More information

2. Spacing-. Click the Home tab and then click the little arrow in the Paragraph group.

2. Spacing-. Click the Home tab and then click the little arrow in the Paragraph group. The best source for writing research papers is the MLA Handbook for Writers of Research Papers (Seventh Edition). A copy is available at the Reference desk (this book cannot leave the library). Start out

More information

Word 4 Activity 1 - Report

Word 4 Activity 1 - Report Computer Technology Instructions Word 4 Activities 1-2 Word 4 Activity 1 - Report 1. Open the document titled Word 4 Report Activity 1 Text from the shared drive. Save it to your own drive as ClassHour.W4A1-Report.Lastname.Firstname

More information

How to write a RILM thesis Guidelines

How to write a RILM thesis Guidelines How to write a RILM thesis Guidelines Version 3.0 October 25, 2017 0 Purpose... 1 1 Planning... 1 1.1 When to start... 1 2 The topic... 1 2.1 What? The topic... 1 2.2 Why? Reasons to select a topic...

More information

APA Publication Style

APA Publication Style The Background APA Publication Style 6 th Edition Chapter 2 APA Style originated in 1929, when a group of psychologists, anthropologists, and business managers convened and sought to establish a simple

More information

TITLE PAGE FORMAT CHECKLIST

TITLE PAGE FORMAT CHECKLIST TITLE PAGE FORMAT CHECKLIST Each line of text is centered and all text on the page is centered vertically Title is in upper/lowercase and NOT in all capitals (i.e. The Analysis of Fish in..) Title is double

More information

EndNote X7 Reference Management Software The Complete Reference Solution

EndNote X7 Reference Management Software The Complete Reference Solution EndNote X7 Reference Management Software The Complete Reference Solution Dr. Abbas B. Qadir Salihi University of Salahaddin, College of Science, Biology Department. 1 EndNote is a piece of computer software,

More information

Journal of the Asia-Japan Research Institute of Ritsumeikan University, Vol. 1 (July 2019) AJI Style Sheet

Journal of the Asia-Japan Research Institute of Ritsumeikan University, Vol. 1 (July 2019) AJI Style Sheet Journal of the Asia-Japan Research Institute of Ritsumeikan University, Vol. 1 (July 2019) [Paper] or [Report] AJI Style Sheet Abstract: (approximately 200 words.) This journal will be published online,

More information

Subtitle Safe Crop Area SCA

Subtitle Safe Crop Area SCA Subtitle Safe Crop Area SCA BBC, 9 th June 2016 Introduction This document describes a proposal for a Safe Crop Area parameter attribute for inclusion within TTML documents to provide additional information

More information

Library Research APA Introduction. Outline. Library Research. PsycINFO

Library Research APA Introduction. Outline. Library Research. PsycINFO Library Research APA Introduction Outline Library research PsychInfo Google Scholar APA Style Margins Line spacing Running head, page # Font Heading levels Title casing Title page Title, authors, affiliation

More information

FORMATTING IN MS WORD 2008 MAC 1. General Formatting Guidelines

FORMATTING IN MS WORD 2008 MAC 1. General Formatting Guidelines FORMATTING IN MS WORD 2008 MAC 1 APA 6 th Edition Guidelines: Formatting in MS Word 2008 for Mac The guidelines for formatting a research paper in APA style are set forth in the Publication Manual of the

More information

4 UNIFIED SIGNAGE MANUAL

4 UNIFIED SIGNAGE MANUAL 4 UNIFIED SIGNAGE MANUAL Introduction In order to unify the HINO brand image, this manual establishes Unified Signage Design and Installation Standards as an important element. Unified Signage is the important

More information

Word Tutorial 2: Editing and Formatting a Document

Word Tutorial 2: Editing and Formatting a Document Word Tutorial 2: Editing and Formatting a Document Microsoft Office 2010 Objectives Create bulleted and numbered lists Move text within a document Find and replace text Check spelling and grammar Format

More information

Delta Journal of Education 1 ISSN

Delta Journal of Education 1 ISSN Author(s) Last Name(s) Volume 6, Issue 1, Spring, 2016 1 Delta Journal of Education 1 ISSN 2160-9179 Published by Delta State University Title of Paper, size 18 NTR * font First Author a, Second Author

More information

MSU Graduate School Final Thesis/Major Paper Checklist

MSU Graduate School Final Thesis/Major Paper Checklist MSU Graduate School Final Thesis/Major Paper Checklist APA APA Manual (6 th edition unless otherwise specified) Guide to Thesis Format, Fall 2010 Y/N Requirement Source(s) / Reference(s) General Format

More information

Thesis-Project Checklist Doctor of Ministry Gordon-Conwell Theological Seminary

Thesis-Project Checklist Doctor of Ministry Gordon-Conwell Theological Seminary Thesis-Project Checklist Doctor of Ministry Gordon-Conwell Theological Seminary This checklist must be completed, signed and submitted with the first Post-Defense copy of your thesis-project. July 17 Name

More information

A. To tell the time of the day 1. To build a mod-19 counter the number of. B. To tell how much time has elapsed flip-flops required is

A. To tell the time of the day 1. To build a mod-19 counter the number of. B. To tell how much time has elapsed flip-flops required is JAIHINDPURAM, MADURAI 11. Mobile: 9080035050 Computer Science TRB Unit Test 31 (Digital Logic) A. To tell the time of the day 1. To build a mod-19 counter the number of B. To tell how much time has elapsed

More information

CWU Music Department WRITTEN THESIS/CREATIVE PROJECT GUIDELINES. Adopted May, 2015

CWU Music Department WRITTEN THESIS/CREATIVE PROJECT GUIDELINES. Adopted May, 2015 CWU Music Department 1 WRITTEN THESIS/CREATIVE PROJECT GUIDELINES Adopted May, 2015 Preferred Style Manual The Chicago Manual of Style: The Essential Guide for Writers, Editors, and Publishers. 16 th edition,

More information

Peer Evaluation Sheet: Synthesis Multi- Paragraph Essay

Peer Evaluation Sheet: Synthesis Multi- Paragraph Essay Peer Evaluation Sheet: Synthesis Multi- Paragraph Essay Author s Name (Student who wrote the paper): Date: Per: Peer Respondent (Student(s) who is/are reading & evaluating the paper): Reminder: You will

More information

Canadian Aquatic Invasive Species Network

Canadian Aquatic Invasive Species Network Canadian Aquatic Invasive Species Network Graphic Standards Manual Effective January 2007 This Graphic Standards Manual covers the graphic identity guidelines for the Canadian Aquatic Invasive Species

More information

e. Insert the page header as ARTICALES OF PHILOSOPHERS and page footer as FACULTY OF MANAGEMENT-UNIVERSITY OF PERADENIYA.

e. Insert the page header as ARTICALES OF PHILOSOPHERS and page footer as FACULTY OF MANAGEMENT-UNIVERSITY OF PERADENIYA. Lab Exercise 1. a. Locate Microsoft Word and open a new document. b. Type the following text and save the document with philosophers name. Jeremy Bentham The philosopher and jurist Jeremy Bentham (1748-1832)

More information

Presentation: Part 1 A little care goes a long, long way

Presentation: Part 1 A little care goes a long, long way Presentation: Part 1 A little care goes a long, long way Spring Stampex Saturday 22 February 2014, 11am Cheap and Expensive Points Expensive Rarity 20 Importance 10 Condition 10 Treatment 20 (10 + 10)

More information

Delta Journal of Education 1 ISSN

Delta Journal of Education 1 ISSN Author(s) Last Name(s) Volume 7, Issue 1, Spring, 2017 1 Delta Journal of Education 1 ISSN 2160-9179 Published by Delta State University Title of Paper, size 18 NTR * font First Author a, Second Author

More information

in Kyoto (IFEAMA ) June, 2019 CALL FOR PAPERS Innovation Management for the Sustainable and Inclusive Development in a Transforming Asia

in Kyoto (IFEAMA ) June, 2019 CALL FOR PAPERS Innovation Management for the Sustainable and Inclusive Development in a Transforming Asia The 15 th Conference of International Federation of East Asian Management Associations in Kyoto (IFEAMA - 2019) 18-19 June, 2019 CALL FOR PAPERS It is our pleasure to inform you that The IFEAMA 2019 conference

More information

Thesis and Dissertation Handbook

Thesis and Dissertation Handbook Indiana State University College of Graduate Studies Thesis and Dissertation Handbook HANDBOOK POLICIES The style selected by the candidate should conform to the standards of the candidate's discipline

More information

NU Ideas style sheet

NU Ideas style sheet NU Ideas style sheet This document describes format and style for manuscripts submitted to NU Ideas. Only manuscripts written by affiliates of Nagoya University (graduate students, researchers, or faculty)

More information

APA Research Paper Chapter 2 Supplement

APA Research Paper Chapter 2 Supplement Microsoft Office Word 00 Appendix D APA Research Paper Chapter Supplement Project Research Paper Based on APA Documentation Style As described in Chapter, two popular documentation styles for research

More information

FBLA Word Processing Part 1

FBLA Word Processing Part 1 FBLA Word Processing Part 1 True/False Indicate whether the sentence or statement is true or false. 1. Word documents typically have a maximum number of characters in the document. 2. The GOTO command

More information

TYPE OF CONTRIBUTION (1) [ARIAL CAPITAL LETTERS 9 pt]

TYPE OF CONTRIBUTION (1) [ARIAL CAPITAL LETTERS 9 pt] TYPE OF CONTRIBUTION (1) [ARIAL CAPITAL LETTERS 9 pt] Article title [Arial Bold 20 pt] First name Last name Author 1 a, First name Last name Author 2 b, First name Last name Author 3 c* [Arial Italic 12

More information

Running head: [SHORTENED TITLE UP TO 50 CHARACTERS] 1. [Title Here, up to 12 Words, on One to Two Lines]

Running head: [SHORTENED TITLE UP TO 50 CHARACTERS] 1. [Title Here, up to 12 Words, on One to Two Lines] Running head: [SHORTENED TITLE UP TO 50 CHARACTERS] 1 [Title Here, up to 12 Words, on One to Two Lines] [Author Name(s), First M. Last, Omit Titles and Degrees] [Institutional Affiliation(s)] Author Note

More information

Form and Style Guide. Prepared for. Teacher Education Department Students. Warner University. Lake Wales, FL

Form and Style Guide. Prepared for. Teacher Education Department Students. Warner University. Lake Wales, FL Form and Style Guide Prepared for Teacher Education Department Students Warner University Lake Wales, FL 2012 Table of Contents Introduction... 1 Formatting Requirements... 1 Formatted Templates... 1 APA...

More information

GUIDELINES FOR APA FORMAT Prepared by the Library, 2018 Fall

GUIDELINES FOR APA FORMAT Prepared by the Library, 2018 Fall GUIDELINES FOR APA FORMAT Prepared by the Library, 2018 Fall Begin at the Library Homepage, www.gtc.edu/library. Click on Citing Sources, then select APA. Look for the APA Template for Word to download,

More information

Example MLA Format. One-inch margins on all sides. EVERYTHING double spaced. EVERYTHING in Times New Roman 12 pt. font size.

Example MLA Format. One-inch margins on all sides. EVERYTHING double spaced. EVERYTHING in Times New Roman 12 pt. font size. John Fleming Professor Daniels ENGL 1301 Example MLA Format One-inch margins on all sides. EVERYTHING double spaced. EVERYTHING in Times New Roman 12 pt. font size. For more details about MLA format, read

More information