6  Conclusion

6.1 Maths

Inline math: \(E = mc^{2}\)

Display math:

\[E = mc^{2}\]

6.2 Numbers from R in text

First start by creating something in R.

x <- 57295739
x_label <- "a massive number"

How big is \(x\) you say? \(x\) = 5.7295739^{7} or \(x\) = 57295739. You could say that \(x\) is a massive number.

6.3 Cool diagrams with mermaid

flowchart LR
  A[Hard edge] --> B(Round edge)
  B --> C{Decision}
  C --> D[Result one]
  C --> E[Result two]

6.4 Embed video (into html)

In html/online web version of this thesis you would see the video embedded into the webpage here.

6.5 Embed live webpage

For me I embedded my surveys that were developed into the html version of the thesis to enable completion without leaving the live document. Here I have linked to the Quarto manual (no nobler site). When using iframes you sometimes have to be careful that they don’t cause problems when rendering to pdf. If they do you can wrap them in fences that conditionally render the content depending on the output type you render to.

6.6 Markdown lists

  • unordered list
    • sub-item 1
    • sub-item 2
      • sub-sub-item 1