theme | lang |
---|---|
biodt |
en |
Author, Affiliation
\
- Regular text, text in italics
- Text in bold italics
- Text of a regular size, text of a smaller size.
- Bold text without italics
- Link to the BioDT GitHub organisation
\
- Eq 1:
$e = mc^2$ - Eq 2:
$\frac{\partial^2 u}{\partial t^2} = c^2 \nabla^2 v$
- Eq 3 (centered):
\
- The beginning of a list, marked by a filled circle.
- A list item, marked by an open circle.
- A sub-item of said item.
- A list item, marked by an open circle.
-
We can also create numbered lists, e.g. if we wanted several lists on a slide.
- Under the list header, the first item marked by a filled circle.
- And a sub-item marked by an open circle.
- Under the list header, the first item marked by a filled circle.
-
This is another numbered list.
- And this, the first item of that list.
\
-
What if we wanted numbered sub-items within a numbered list?
- This is also possible:
- Sub-item 1
- Sub-item 2
- This is also possible:
-
Or other kinds of list variations?
- Now this item is numbered...
- ... Whereas this one isn't.
- Now this item is numbered...
- Then there's this one.
- I have a number!
- So do I...
- Don't forget me!
\
A term of interest : A definition of that term
Another term of interest : To define this term, more text is needed. : In fact, we need two rows to do it.
\
Function(input1, input2, input3,
output1
{.output})
: input1
{.input}
: If we wanted to make inputs and outputs easier to follow...
`input2`{.input}
: We could use different colours for...
`input3`{.input}
: Function inputs...
`output1`{.output}
: And function outputs
\
\
import os
if os.path.isfile('foobar'):
with open('foobar') as fp:
txt = fp.read()
print('File contents:')
print(txt)
#include <stdio.h>
int square(x) {
printf("Going to square value %d.", x);
return x*x;
}
\
Screencap of the BioDT Twitter page.
Same image, but centered and smaller.
\
- We can create side-by-side columns
- Here we have the first of two...
- This might be useful e.g. if we have a large horizontal image under the text.
\
- A second option is to split text and images by column.
- Another chance to advertise the BioDT Twitter page...
\
\
1 | 2 | 4 | 8 | ||
---|---|---|---|---|---|
Case 1 | vanilla | 0.757 | 0.719 | 0.574 | 0.547 |
optimised | 0.899 | 0.838 | 0.658 | 0.607 | |
Case 2 | vanilla | 1.252 | 1.111 | 0.684 | 0.756 |
optimised | 1.443 | 1.277 | 0.748 | 0.818 |
\
\
1 | 2 | 4 | 8 | ||
---|---|---|---|---|---|
Case 1 | vanilla | 0.757 | 0.719 | 0.574 | 0.547 |
optimised | 0.899 | 0.838 | 0.658 | 0.607 | |
Case 2 | vanilla | 1.252 | 1.111 | 0.684 | 0.756 |
optimised | 1.443 | 1.277 | 0.748 | 0.818 |