From 1969a9411972d7fae6ee66fd938851fa8041c0ec Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Thu, 29 Sep 2022 19:52:20 -0700 Subject: [PATCH] update about --- index.html | 4 ++-- templates/post.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 402570e..f0e8afd 100644 --- a/index.html +++ b/index.html @@ -2,13 +2,13 @@ title: Welcome --- -

My name is Rostyslav Hnatyshyn... I go by Rosty. +

My name is (R)ostyslav Hnaty(shyn), but I go by Rosty. I am a first year PhD student at Arizona State University. My primary research interests are computer graphics, data visualization and algorithm design. I currently work as an intern at Los Alamos National Laboratory, and I am also a research assistant at the VADER lab at ASU. My resume is available here.

This website aims to document some of my interests and the projects that I have been working on, both in and out of school. -It is written in Haskell using Hakyll, and the source code is available here. +It is written in Haskell using Hakyll, and the source code is available here.

Posts

diff --git a/templates/post.html b/templates/post.html index 732149b..acfc6fc 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,6 +1,5 @@
- Posted on $date$ $if(author)$ by $author$ $endif$