Grammar
This chapter was written with the assistance of GitHub Copilot, which expanded on outlined ideas and draft notes provided by the author. The content represents the author’s perspective and has been reviewed for accuracy, but the detailed prose was generated through AI assistance.
Clear grammar removes friction between your ideas and your reader. This chapter collects a few grammatical habits that consistently make scientific writing easier to read.
1 Relative pronouns
Relative pronouns introduce a clause that describes a preceding noun. The relative pronouns are:
- that
- which
- who
- whom
- whose
Two habits make these clauses easier to read: choosing between that and which correctly, and keeping the relative pronoun rather than dropping it.
1.1 Restrictive vs. non-restrictive clauses: that vs. which
Use that for a restrictive clause — one that identifies which thing you mean, and that cannot be removed without changing the meaning of the sentence. Use which, set off by commas, for a non-restrictive clause — one that adds information the reader does not need in order to know which thing you mean.
A quick test: if you can drop the clause without changing which thing you are describing, use which and commas; otherwise, use that.
1.2 Do not omit relative pronouns
English lets you drop a relative pronoun in some sentences, but keeping it makes the structure of the sentence explicit and easier to parse on the first read. Prefer to keep that, which, or who, even when the grammar would let you drop it.
2 Demonstrative pronouns
There are four demonstrative words:
- this
- that
- these
- those
They can serve two roles. As adjectives, they modify a noun: “this result”, “those samples”. As standalone pronouns, they replace a noun: “This shows…”, “That means…”.
When a demonstrative stands alone as a pronoun, the reader has to search backward for its referent — and often the referent is a whole preceding clause rather than a single noun, which leaves the reference ambiguous. Prefer to follow a demonstrative with the noun it points to, so the reference is explicit.