Table of Contents
Purpose
The purpose of this Style Guide is to provide contributors to the Tari Labs University (TLU) reports with standards for content and layout. The intention is to improve communication and provide a high-quality learning resource for users. Use of this Style Guide can assist in ensuring consistency in the content and layout of TLU reports.
TLU content is created in Markdown format and is rendered using mdBook.
Standards for Content
Spelling
As per the United States (US) spelling standard. The applicable dictionary is Merriam-Webster Online [1].
Quotation Marks
As per the American style. Use double quotation marks for a first quotation and single quotation marks for a quotation within a quotation.
Punctuation
As per the United Kingdom (UK) punctuation standard. Place commas and full stops outside the closing quotation marks as advised in [4].
Units of Measure
Use the internationally agreed ISO standards [3] for expressing units of measure.
Example
min = minute, s = second, h = hour, g = gram.
Date and Time
- Date format: yyyy-mm-dd (year-month-date).
- Date format when written in text: “The document was submitted for approval on 10 March 2019”.
- Time format (international): 11:00; 15:00.
Abbreviations
-
If it is necessary to use abbreviations in a report, write the abbreviation out in full at its first occurrence in the text, followed by the abbreviation in parentheses. Thereafter, use the abbreviation only.
Example
Tari Labs University (TLU), graphical user interface (GUI).
-
Abbreviations of units should be consistent and not changed in the plural.
Example
10h and not 10hrs; 5min and not 5mins.
Spacing
Note: Due to limitations in Markdown, we deviate from the ISO convention, which requires a space between numbers and units of measure, and also as a thousands separator.
-
Use of a non-breaking space (
) can improve readability in the rendered mdbook where required. -
Indicate clearly to which unit a number belongs:
Incorrect
11 x 11 x 11mm
Correct
11mm x 11mm x 11mm
-
Use ‘to’ rather than a dash to indicate a range of values:
Incorrect 1 - 10cm
Correct
1cm to 10cm
-
Use a comma to indicate thousands.
Example
1,000; 20,000,000; 250,000.
Mathematical operators should usually be wrapped inside equation tags. In plain text, leave a space on either side of signs such as + (plus), - (minus), = (equal to), > (greater than) and < (less than).
Decimals and Numbers
- Use the decimal point and not the decimal comma.
- Write out numbers from one to nine in full in text; use Arabic numerals for 10 onwards.
List Types
TLU uses unordered lists (refer to the first example under List Punctuation) and ordered lists (refer to the second example under List Punctuation.
List Punctuation
Where a list is a continuation of the preceding text, which is followed by a colon, use a semicolon between each bullet point and end the list with a full stop.
Example
Their primary motivations for selecting a static emission rate are:
- there will be no upper limit on the amount of coins that can be created;
- the percentage of newly created coins compared to the total coins in circulation will tend toward zero;
- it will mitigate the effect of orphaned and lost coins;
- it will encourage spending rather than holding of coins.
Where a list contains complete sentences, each item in the list is followed by a full stop.
Example
According to the proposed solution, one of three conditions will be true to the SPV client when using erasure codes:
- The entire extended data is available, the erasure code is constructed correctly and the block is valid.
- The entire extended data is available, the erasure code is constructed correctly, but the block is invalid.
- The entire extended data is available, but the erasure code is constructed incorrectly.
Where a list is not a sentence and does not complete a preceding part of a sentence, use no punctuation.
Example
Refer to the list of contents at the start of this Style Guide.
Cross-referencing
- Insert cross-references between the referenced information in the text and the list of references.
- Text references appear in square brackets in the text and are listed under “References” at the end of each chapter.
- If a text reference appears at the end of a paragraph, it appears after the full stop at the end of the paragraph.
- Please be specific when referring to figures, tables and sections of text. For clarity, if using figure and table numbering, avoid referring to “below” or “above”. Rather give a specific figure or table number. In the case of text references, include a link. For more information, please refer to the Markdown Links section in this Style Guide.
Case Formatting
Appendix A contains a list of lower-case words used in title case formatting in headings and captions (if used).
Terminology
With new concepts being formed daily and words changing over time, it is useful to establish terminology conventions. Different conventions (upper-case, lower-case, one word, two words, etc.) are used by different sources. Appendix B contains suggested terminology for use in TLU reports.
Standards for Layout
Proposed Layout
This section gives the proposed layout for TLU reports. The following headings are provided as a guide to heading levels and content:
-
Title (as heading level 1)
Contents List (as embedded links).
-
Introduction/Purpose/Background/Overview (as heading level 2)
This section explains the aim of the report and prepares the reader for the content.
-
Other headings as appropriate (as heading level 2 and lower)
Structure the body of your report by using headings and subheadings. Ordering these headings logically helps you to present your information effectively. Headings make it easier for readers to find specific information.
-
Numbered Lists: Use numbered lists when the order of the items in the list is important, such as in procedures.
-
Bulleted Lists: Use bulleted lists when the order of the items in the list is not important.
-
-
Conclusions, Observations, Recommendations (as heading level 2)
The conclusion complements the purpose of the report. It concisely summarizes the findings of the report and gives a future strategy, if required.
-
References (as heading level 2)
References acknowledge the work of others and help readers to find sources. Refer to Referencing of Source Material.
-
Appendices (as heading level 2)
Appendices contain supplementary information that supports the main report.
-
Appendix A: Name (as heading level 3)
Rather than inserting an entire supporting document into an appendix, provide a text reference and list the reference in the references section.
-
Appendix B: Name (as heading level 3)
If figure and table numbers are used in the report, the figure and table numbering in the appendices follows on from the figure and table numbers used in the report.
-
-
Contributors (as heading level 2)
Refer to List of Contributors.
-
Line Widths
Try to keep line widths to a maximum of 120 characters for ease of GitHub reviews. In Markdown, a single line break does not constitute the start of a new paragraph.
Example
This text, which is split over four lines:
Probatum fuit hujusmodi Testamentum apud London decimo Octavo die mensis Septembris Anno Domini Millesimo
Septingentesimo vicesimo tertio Coram venerabili viro Gulielmo Strahan. In cuius rei testimonium sigillum nostrum
presentibus apposuimus ad duos anni terminos videlicet ad festa Sancti Michaelis Archangeli et Annunciationis beate
Marie virginis.
will look like a single paragraph, as follows:
Probatum fuit hujusmodi Testamentum apud London decimo Octavo die mensis Septembris Anno Domini Millesimo Septingentesimo vicesimo tertio Coram venerabili viro Gulielmo Strahan. In cuius rei testimonium sigillum nostrum presentibus apposuimus ad duos anni terminos videlicet ad festa Sancti Michaelis Archangeli et Annunciationis beate Marie virginis.
Bulleted List of Contents
Every chapter in a TLU report should start with a bulleted list of all the headings in that chapter (with embedded links), for quick reference and consistency. This is optional for chapters that have five or fewer lower-level headings.
Example
Refer to the contents listed at the start of this Style Guide. The heading “Contents” is not inserted before this list.
Headings
- Do not include paragraph numbers in headings.
- For consistency, upper and lower-case (title case) letters are used for headings at all levels.
Incorrect
## 2. OVERVIEW
Correct
## Overview
Also refer to Appendix A.
Figures and Tables
The use of captions, as well as figure and table numbering, is optional. If you choose to use numbering and captions, these guidelines will help to promote consistency in TLU layout:
- Number figures and tables in each section sequentially, with the table caption above the table and the figure caption below the figure.
- Type figure and table captions in upper and lower-case (title case).
- Type Figure x: or Table X: before the caption, as applicable.
- Center figures and tables on the page.
- Place figures and tables as soon as possible after they are first referred to in the text. The text reference, if figure and table numbering is not used, would then be “the following figure…” or “the following table…”. This helps to avoid confusion.
Equations
mdBook has optional support for math
equations
through MathJax. In addition to the delimiters \[
and \[
, TLU also supports delimiters $
and $$
.
Examples
-
Example of an inline equation: $ h \in \mathbb G $
-
Example of a display equation:
Note: MathJax rendering in mdBook has some caveats to take note of:
-
Subscripts
-
When using two or more subscripts in inline or display equations, stipulated by a preceding underscore (
_
), the equation rendering does not work as expected. This is due to_
being a special character for Markdown indicating text in italics. The way around this is to escape each underscore used in the equation as follows: (\_
). An example of this is:-
Rendering correctly
$ \mathbf a _{[:l]} = ( a_1 , … , a_n ) \in \mathbb F ^ n \mspace{12mu} \text{and} \mspace{12mu} \mathbf a _{[l:]} = ( a_{1+1} , … , a_n ) \in \mathbb F ^ {n-l} $
as
$ \mathbf a \_{[:l]} = ( a_1 , ... , a_n ) \in \mathbb F ^ n \mspace{12mu} \text{and} \mspace{12mu} \mathbf a \_{[l:]} = ( a_{1+1} , ... , a_n ) \in \mathbb F ^ {n-l} $
-
Rendering incorrectly
$ \mathbf a {[:l]} = ( a_1 , … , a_n ) \in \mathbb F ^ n \mspace{12mu} \text{and} \mspace{12mu}
\mathbf a _{[l:]} = ( a{1+1} , … , a_n ) \in \mathbb F ^ {n-l} $as
$ \mathbf a _{[:l]} = ( a_1 , ... , a_n ) \in \mathbb F ^ n \mspace{12mu} \text{and} \mspace{12mu} \mathbf a _{[l:]} = ( a_{1+1} , ... , a_n ) \in \mathbb F ^ {n-l} $
Notice that this part of the (failed) formula,
_{[l:]} = ( a_
, is rendered in italics.
-
-
-
Superscripts and subscripts order
-
Sometimes swapping the order in which an expression’s superscript text and subscript text appear may fix rendering issues, for example:
-
$ s_i = \prod ^{\log _2 (n)} _{j=1} x ^{b(i,j)} _j $
vs.
$ s_i = \prod _{j=1} ^{\log _2 (n)} x _j ^{b(i,j)} $
-
-
Referencing of Source Material
Referencing Standard
TLU uses the IEEE standard [2] as a guide for referencing publications.
List references in the following order, as applicable:
- Author(s) initials or first name and surname (note punctuation in the following example).
- Title of the report, between double quotation marks. If it is an online report, state this in square brackets, as shown in the following example.
- Title of journal, in italics (if applicable).
- Publication information (volume, number, etc.).
- Page range (if applicable).
- URL address if an online publication. Provide this information as shown in the following example: “Available: ..”.
- Date you accessed the article if it is an online publication (yyyy-mm-dd), as shown in the following example.
Example
[1] M. Abe, M. Ohkubo and K. Suzuki, “1-out-of-n Signatures from a Variety of Keys” [online]. Available: https://www.iacr.org/cryptodb/archive/2002/ASIACRYPT/50/50.pdf. Date accessed: 2018-12-18.
Please note the use of punctuation and full stops in the example.
Markdown Links
There are two types of Markdown links: inline links and reference links.
The inline link under the Equations heading was created as follows:
- Insert identifying link text within a set of square brackets (refer to the following example).
- Create an inline link by placing a set of parentheses (round brackets) immediately after the closing square bracket of the link text (refer to the following example).
- Insert the relevant URL link inside the parentheses (round brackets) (refer to the following example).
mdBook has optional support for math equations through MathJax.
Example
A reference link has two parts. The first part of a reference link has two sets of square brackets. Inside the inner (second) set of square brackets, insert a label to identify the link.
Example
Under the heading Spelling, the text reference is “The applicable dictionary is Merriam-Webster Online [1]”. In the markdown text, note the double square brackets and the label 1. The rendered text shows 1.
The second part of a reference link is inserted under the heading References, and appears as follows:
[1] Merriam-Webster Online Dictionary [online]. Available: https://www.merriam-webster.com/. Date accessed: 2019-02-01.
The full online reference is inserted after [[1]]
; and the pop-up text link (which can be seen by hovering your cursor
over the text reference in Spelling) is inserted after [1]:
.
For assistance with the layout of references, refer to Referencing Standard.
List of Contributors
The contributors are listed in a bulleted list via their GitHub account URLs. The author is listed first, followed by any reviewers or people who contributed via pull requests. Refer to Contributors for an example.
References
[1] Merriam-Webster Online Dictionary [online]. Available: https://www.merriam-webster.com/. Date accessed: 2019-02-01.
[2] Citing and Referencing: IEEE [online]. Available: https://guides.lib.monash.edu/citing-referencing/ieee. Date accessed: 2019-02-01.
[3] A. Thompson and B. N. Taylor, “ Guide for the Use of the International System of Units (SI)”, (1995) – NIST Special Publication 811 - 2008 Edition [online]. Available: https://physics.nist.gov/cuu/pdf/sp811.pdf. Date accessed: 2019-02-04.
[4] The Oxford Guide to Style [online]. Available: http://www.eng-lang.co.uk/ogs.htm. Date accessed: 2019-02-04.
Appendices
Appendix A: Lower-case Words used in Title Case Formatting
Case Word | Case Word | Case Word | Case Word |
---|---|---|---|
a | each | less | therefore |
about | either | lesser | these |
above | equal | low | they |
after | ever | made | this |
against | every | make | those |
ahead | exclude | means | through |
am | excluding | more | throughout |
an | follow | most | thus |
and | following | neither | to |
any | follows | next | top |
are | for | no | towards |
as | from | nor | under |
at | further | not | up |
be | give | of | upper |
been | given | on | use |
before | go | only | use |
behind | good | or | used |
below | greater | order | used |
beside | had | our | using |
besides | has | out | versus |
best | have | outer | very |
better | how | outside | via |
between | however | over | were |
bottom | i.e. | provide | what |
but | in | regard | when |
by | include | since | where |
can | including | such | which |
consist | inner | than | while |
consistent | inside | that | who |
consistently | instead | the | with |
consists | is | their | within |
does | it | them | without |
down | its | then | worst |
e.g. | least | there |
Appendix B: Tari Labs University Terminology Conventions
With new concepts being formed daily and words changing over time, it is useful to establish terminology conventions. Different conventions (upper-case, lower-case, one word, two words, etc.) are used by different sources. This appendix contains suggested terminology for use in TLU reports.
- blockchain
- Mimblewimble