aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/about.md
blob: b9fda090e2933fd6589707a4407a2b7c7c700145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
+++
title = "About"
+++

## About Me

{{< figure class="avatar" src="/avatar.jpg" alt="avatar">}}

This is a Hugo based resume template. You can find the full source code on
[GitHub](https://github.com/ojroques/hugo-researcher).

## Research Interest

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam finibus ipsum
ac erat aliquam dapibus. Vestibulum vehicula placerat ex, a consectetur odio
pharetra quis[^1]. Mauris id urna ante.

Fusce pharetra diam ac nisi aliquet, velegestas ex iaculis. Pellentesque
laoreet cursus tellus sed pellentesque. Praesent a rhoncus elit[^2]. Nunc
ipsum nisl, consequat sit amet pretium quis, gravida id ipsum.

## Publications

In chronological order:
1. F.Bar, J.Doe: Effects of having a placeholder of a name
2. S.Holmes, J.Watson: Consequences of living with a sociopath in London

## Typography

This is a [link](http://google.com). Something *italics* and something **bold**.

Here is a table:

Year | Award | Category
-----|-------|--------
2014 | Emmy  | Won Outstanding Lead Actor in a miniseries or a movie
2015 | BAFTA | Nominated for Best Leading Actor for Sherlock
2014 | Satellite | Won Best Actor miniseries or television film

Here is a horizontal rule:

---

Here is a blockquote:

> To a great mind, nothing is little

Here is a `code` block:

```python
def is_elementary():
  return True
```

## References

* Foo Bar: Head of Department, Placeholder Names, Lorem
* John Doe: Associate Professor, Department of Computer Science, Ipsum

[^1]: This is the first footnote.
[^2]: This is the second footnote.