Slide and document templates

Templates for presentations, documents and code

General naming rules

Please when creating documents for Ersilia, abide by the following:

  • GitHub repositories: all words in minus, linked by a hypen (not underscore)

  • Documents: document names must be either:

    • Combined words starting with Caps (for example: ErsiliaDocument)

    • Combined words with underscore (for example: ersilia_document)

  • Dated documents: documents for a specific day (for example a presentation given on a conference) must be saved with the date first in the following format: YYMMDD (260102 would be 2nd January, 2026). This keeps things listed in the correct alphabetical order.

  • Ordered files: files designed to run in sequence, for example scripts or notebooks, should use zero-padded numbering so they remain correctly ordered. The names must be combined words with underscore, no points (for example: 01_ersilia_script.py or 001_ersilia_notebook.ipynb)

  • Correspondence between files and outputs: the outputs (data, plots...) generated by numbered scripts and notebooks should also be numbered. For example, all plots generated by script 03_plotting.py should be labelled as 03_plot_a.png, 03_plot_b.png, etc

  • Plots: plot names must be combined words (minus) with underscore saved in .png (for presentations) and .svg/.pdf (for papers).

Slide decks

  • Keynote template: all presentations meant for external presentation of Ersilia (partner presentations, conferences, dissemination materials) must be done with Ersilia's Keynote template and shared in .pdf version. The keynote template is available from download from this linkarrow-up-right. Detailed usage instructions are enclosed in the same document.

  • Google Drive template: quick presentation set-up for internal meetings and project update meetings. To use it, create a new GSlides document in GDrive, select From a Template and choose the ERSILIA-TEMPLATE-25-GENERAL.

Documents

  • Letterhead document: for official use only, create by selecting GDocs > From a Template and choosing either the LOGO template (letterhead in first page only), Template Footer (Letterhead in footer) or Template Header (letterhead in all pages)

  • Project template: for project tracking purposes, select from the GDocs > From a Template.

Repository templates

Ersilia has three kinds of repository templates, extensively explained in their respective repositories:

Last updated

Was this helpful?