For the complete documentation index, see llms.txt. This page is also available as Markdown.

Writing and Presentations

Scientific writing is an integral part of research. Use these guidelines when writing reports, manuscripts, proposals, presentations, and working notes.

Document Titles

For documents associated with a specific date, such as conference abstracts, presentations, personal statements, or fellowship materials, use:

YYYY_MM_DD_NameOfDocument
YYYY_MM_DD_NameOfDocument_Yourlastname

Use the effective date of the document. Include your last name only when the document is unique to you, not when working on a collaborative document.

For in-progress manuscripts, use:

PaperDescriptiveTitleOfPaper

Use no spaces, use title case, and start with Paper.

Do not include version numbers in document titles. Documents should be under revision control through Overleaf, GitHub, or Google Docs. Do not manage group work by emailing document versions.

Templates

Always use official group templates for group-related work.

Writing Style

Scientific writing should be professional, formal, and succinct.

  • Use a spell checker and proofread for grammar and sentence structure.

  • Read text out loud to check whether it flows coherently.

  • Avoid colloquialisms, figures of speech, and idioms.

  • Paraphrase references instead of using direct quotes.

  • Define acronyms the first time they appear, then use them consistently.

  • Treat equations as part of the sentence and punctuate them accordingly.

  • Avoid using figure references as grammatical nouns.

For example, instead of:

write:

LaTeX Formatting

All professional writing should be done in LaTeX, either on Overleaf or locally.

  • Use one sentence per line in the LaTeX source.

  • Separate paragraphs with a blank line.

  • Use labels and references for tables, figures, sections, equations, and other numbered objects.

Example figure:

Reference it with:

Use these label conventions:

  • fig:name_of_figure

  • tab:name_of_table

  • eq:name_of_equation

  • sec:name_of_section

and use \cref for automatic and consistent formatting of labels.

BibTeX

Use BibTeX to manage citations.

Use the Google Scholar convention for BibTeX entries. The general convention is:

Acceptable handles:

Unacceptable handles:

Scientific Posters

For poster design guidance, see the Caltech scientific poster guide.

Last updated

Was this helpful?