parent
af31d25f52
commit
0d19f65c9c
@ -1,20 +1,24 @@ |
||||
--- |
||||
title: Welcome |
||||
title: Home |
||||
--- |
||||
|
||||
<h2>About me</h2> |
||||
<p>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 <a href="/files/Rostyslav_Hnatyshyn_resume.pdf">here</a>.</p> |
||||
<p>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 <a href="https://jaspervdj.be/hakyll/index.html">Hakyll</a>, and the source code is available <a href="https://git.rshyn.site/rostyhn/rshyn-site">here</a>. |
||||
<p> |
||||
My name is (R)ostyslav Hnaty(shyn), but I go by Rosty. |
||||
I am a second year PhD student at Arizona State University. |
||||
My resume is available <a href="/files/Rostyslav_Hnatyshyn_resume.pdf">here</a>. |
||||
</p> |
||||
|
||||
<h2>Research</h2> |
||||
<p>My master's thesis focused on building a visual analytics system for working with molecular dynamics simulations. |
||||
It can be viewed in full without any copyright <a href="/files/thesis_final.pdf">here</a>. |
||||
The development of the system is still on-going, and I plan to submit it in its final form to EuroVIS 2023.</p> |
||||
<p> |
||||
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 generated using <a href="https://jaspervdj.be/hakyll/index.html">Hakyll</a>; the source code is available <a href="https://git.rshyn.site/rostyhn/rshyn-site">here</a>. |
||||
</p> |
||||
|
||||
<p> |
||||
<b>All of the opinions expressed on this site are my own and do not represent the views of my employers.</b> |
||||
</p> |
||||
|
||||
<h2>Publications</h2> |
||||
$partial("templates/pub-list.html")$ |
||||
|
||||
<h2>Posts</h2> |
||||
$partial("templates/post-list.html")$ |
||||
|
@ -0,0 +1,9 @@ |
||||
<ul> |
||||
$if(publications)$ |
||||
$for(publications)$ |
||||
<li> |
||||
<a href="$url$">$title$</a> - $published$ |
||||
</li> |
||||
$endfor$ |
||||
$endif$ |
||||
</ul> |
Loading…
Reference in new issue