Best Paper Award at IEEE URTC'17!

Since 2014, I have been one of the advisors of an interdiscplinary capstone team that works on building out an emulated power grid. Our goal is to try and publish with the students every year, but this is the first year that a student-led paper won Best Paper!

My student, Spencer Drakontaidis presented the paper “Investigating a Raspberry Pi Cluster for Detecting Anomalies in the Smart Grid”, at the IEEE MIT Undergraduate Research Technology Conference (URTC'17). The work, which was conducted by last year’s capstone team, explored the feasability of using a Raspberry Pi cluster to perform historical anomaly detection of synchrophasor data. Unlike the work that was presented at UEMCON last month, this paper focuses on large collections of synchrophasor data, with the focus of historical analysis (v.s. real-time detection). I’m especially proud of Spencer, who, even though he was not an author of the paper (he is on this year’s capstone team and is just starting work!) volunteered to present the paper as preparation for his capstone work this year. He did such an amazing job presenting that he took first place!! Way to go Spencer!

Sub-headings

## H2
### H3
#### H4
##### H5
###### H6

Emphasis

Italics with *asterisks* or _underscores_.

Bold with **asterisks** or __underscores__.

Combined emphasis with **asterisks and _underscores_**.

Strikethrough with ~~two tildes~~.

Lists

Ordered:

1. First item
2. Another item

Unordered: * First item * Another item

Images

Images may be added to a page by placing them in your static/img/ folder and referencing them using one of the following two notations:

A general image:

![alternative text for search engines](/img/screenshot.png)

A numbered figure with caption (be sure to remove the comment tags):

{{< figure src="/img/screenshot.png" title="Figure Caption" >}}

Be sure to remove the C-style block comments when using these.

[I'm a link](https://www.google.com)
[A post]({{< ref "post/hi.md" >}})
[A publication]({{< ref "publication/hi.md" >}})
[A project]({{< ref "project/hi.md" >}})
[Another section]({{< relref "hi.md#who" >}})

Blockquote

This is a blockquote.

Code highlighting

Pass the language of the code, such as python, as a parameter after three backticks:

# Example of code highlighting
input_string_var = input("Enter some data: ")
print("You entered: {}".format(input_string_var))

Social:

Be sure to remove the C comments before using these.

Tweet:

{{< tweet 666616452582129664 >}}

Youtube:

{{< youtube w7Ft2ymGmfc >}}

Vimeo

{{< vimeo 146022717 >}}

GitHub gist

{{< gist USERNAME GIST-ID  >}}

Speaker Deck

{{< speakerdeck 4e8126e72d853c0060001f97 >}}

$\rm \LaTeX$ math

$$\left [\frac{\hbar^2}{2 m} \frac{\partial^2}{\partial x^2} + V \right ] \Psi = i \hbar \frac{\partial}{\partial t} \Psi$$

$$\left [ – \frac{\hbar^2}{2 m} \frac{\partial^2}{\partial x^2} + V \right ] \Psi = i \hbar \frac{\partial}{\partial t} \Psi$$

Alternatively, inline math can be written by wrapping the formula with only a single $:

This is inline: $\mathbf{y} = \mathbf{X}\boldsymbol\beta + \boldsymbol\varepsilon$

This is inline: $\mathbf{y} = \mathbf{X}\boldsymbol\beta + \boldsymbol\varepsilon$

Table

Command Description
hugo Build your website.
hugo serve -w View your website.