1 / 26

MMP Almost there

MMP Almost there. Mid Project Demonstrations. A chance to get a quick view of your work A prompt for some to get work started Not looking at the work in detail That comes in a few weeks. Writing your report. General Structure. Background and Objectives Development Process Design

lucio
Download Presentation

MMP Almost there

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MMPAlmost there

  2. Mid Project Demonstrations • A chance to get a quick view of your work • A prompt for some to get work started • Not looking at the work in detail • That comes in a few weeks

  3. Writing your report

  4. General Structure • Background and Objectives • Development Process • Design • Implementation • Testing • Evaluation • Annotated Bibliography • Appendices

  5. Plagiarism • A reminder of what was said earlier in the year • Ensure that you declare sources for text and use of other code • I really don’t want to have to investigate allegations of plagiarism, but I will…

  6. Striking the balance • Reports that say too little • Reports that say too much

  7. Speak to your supervisor • Ask if you can show them some extracts • Discuss with them and plan when you would show them parts of your writing

  8. Check your writing • Read the text out aloud • Set the text aside and come back to it a bit later • Ask a friend to read parts

  9. References

  10. References • Serialization is the process of translating data structures or object state into a format that can be stored (for example, in a file or memory buffer, or transmitted across a network connection link) and "resurrected" later in the same or another computer environment [1]. [1] Wikipedia “Serialization” [Online] Available: http://en.wikipedia.org/wiki/Serialization (Accessed 21st March 2013)

  11. Serialization provides: • a method of persisting objects, for example writing their properties to a file on disk, or saving them to a database. [1] • a method of remote procedure calls, e.g., as in SOAP. [1] • a method for distributing objects, especially in software componentry such as COM, CORBA, etc. [1] • a method for detecting changes in time-varying data. [1]

  12. Serialisation is a mechanism that allows the transfer of structured data from data in memory, e.g. objects, to file storage or transmission to another location. This may use native formats or be used to transfer data to an intermediate format, e.g. SOAP, as mentioned in [1].

  13. Sections • Organise content into sections: • Introduction(This chapter discusses…) • Subsections(A key technique in this area is X. This section reviews the technique…) • Sub-subsections – ? • Summary(This section has discussed…) – useful in some places, but not necessarily all of the time.

  14. Use the Passive Voice • As I worked on this section, it became clear to me that I needed to return to the design. Firstly, I reviewed the use-case diagrams for completeness. I identified that … • During work on this section, it became clear that further design was necessary. Firstly, the use-case diagrams were reviewed to check for completeness. It was identified that…

  15. Spelling…

  16. Spelling • Common mistakes: • Its and It’s – Possessive (its) or It is / It has (it’s) • Misuse of apostrophes • plurals - Macbook’s (Macbooks) • possession - Chris’s (Chris’)

  17. Spelling • Common mistakes: • The wrong word: • Where - were • Their – there - they’re • Your - you’re • Whether - weather • Definitely - Defiantly

  18. Spelling • Common mistakes: • Using American spellings: Color/Colour, Behavior/Behaviour • Not checking spelling in your diagrams

  19. Sentence != Paragraph

  20. Demonstration • Details after Easter • I will want to confirm a timetable in the first week back (April 15th)

  21. Backup your work • Good • subversion • git • Bearable… • Copy to your central filestore • Dropbox • … • No, no, no, no, no… • USB Pen Drive • No backup at all

  22. What if…?

  23. What if…? • My project might fail… • I am really, really, tired. • There are other issues affecting my work • Speak to someone • Supervisor • Me (the module co-ordinator) • Someone else in the department

  24. Poblwc

More Related