# Writing Skills

Graduate School, from time to time, organizes 3-hour writing workshop -- compared with their compulsory semester-long Thesis Writing course, I found the workshop a bit more practical (but don’t expect too much -- also, some writing requirements, such as article structuring, are different in CS and this workshop taught general scientific writing). --ttauber<br>

**TextLint**, a tool for checking stylistic errors in scientific writing: <http://scg.unibe.ch/research/textlint>

[http://textlint.lukas-renggli.ch](http://textlint.lukas-renggli.ch/)<br>

Gunning Fog Index (measure of “readability” of sentences): [http://gunning-fog-index.com](http://gunning-fog-index.com/)

[https://readability-score.com](https://readability-score.com/) (+ other readability measures)

<https://github.com/smh436/GunningFogIndex> (a Perl script)<br>

Stanford Online Course: <http://online.stanford.edu/course/writing-in-the-sciences><br>

P. R. Halmos, How to Write Mathematics, in Selecta: Expository Writing, Sarason and Gilman, editors, Springer-Verlag, 1983.<br>

C.A.R. Hoare, “Envoi”, in Essays in Computing Science, C.A.R. Hoare and C.B. Jones, editors, Prentice Hall, 1989.<br>

Donald E. Knuth, Tracy Larrabee, and Paul M. Roberts, Mathematical writing, Mathematical Association of America, 1996.<br>

**Simon Peyton Jones, How to Write a Great Research Paper**: <https://www.youtube.com/watch?v=g3dkRsTqdDA><br>

**William Strunk Jr and E. B. White, The Elements of Style**, Longman, 1959 (4th edition, 1999).

(Original version from 1918: <http://www.crockford.com/wrrrld/style.html>)<br>

R Barrass, Routledge, Scientists Must Write,  2002.<br>

Ernest Gowers, The Complete Plain Words, Penguin, 1987 (original edition, 1948).<br>

George Orwell, Politics and the English Language, from Inside the Whale and Other Essays, Penguin, 1969.\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tomtau.gitbook.io/cs-hku-research-student-useful-info/writing-skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
