12.07.2015 Views

Scientific Writing for Computer Science Students - FTP Directory ...

Scientific Writing for Computer Science Students - FTP Directory ...

Scientific Writing for Computer Science Students - FTP Directory ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

4 CHAPTER 1. INTRODUCTIONAlg. 1 WriteTree(t)Input: tree of ideas tOutput: scientific text s1 begin2 Write title(n)3 if (n is not leaf node)4 begin<strong>Writing</strong> an introductory paragraph:5 Write content(n)6 <strong>for</strong> all u = child(n)7 Write title(u)8 <strong>for</strong> all u = child(n)9 WriteTree(u)10 end11 else<strong>Writing</strong> a main paragrap:12 Write content(n)13 end• For all leaf nodes n i in preorder, content(n i ) can refer only to previouslywritten contents content(n 1 ), ..., content(n i−1 ). E.g. you cannot definedeterministic automaton as an opposite of non-deterministic automaton,if you haven’t given the definition of non-deterministic automaton,yet. Exception: you can briefly advertise what will be described in thefuture. E.g. ”This problem is solved in Chapter X”.1.2 Goal 2: How to write English?Every week we will spend some time with English grammar and expressions.We will practice at least the following topics:• dividing the text into paragraphs, sentences and clauses• possessive case (expressing the owner)• verb tense and number

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!