Skip to content

Commit

Permalink
Add guidehouse
Browse files Browse the repository at this point in the history
  • Loading branch information
annshress committed Jul 23, 2024
1 parent 04d07a5 commit 2b0461f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
Binary file added assets/hist_guidehouse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cv.pdf
Binary file not shown.
37 changes: 28 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,24 @@ <h2>About Me: I like to solve problems with code. I have an appetite for feedbac
<hr>

<div id="history" class="container">
<div class="entry row">
<div class="timespan">
2023
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="assets/hist_guidehouse.jpg" />
</div>
<div class="desc">
<div class="htxt">
I am a Software Engineer working for <a href="https://www.niaid.nih.gov/research/bioinformatics-computational-biosciences-branch">
Bioinformatics and Computational Biosciences Branch</a> of NIAID. I am working primarily with Python-based tools
such as Flask for web development and Prefect for workflow deployment. The softwares are heavily used by micro-biologists and
microscopy experts.
</div>
</div>
</div>

<div class="entry row">
<div class="timespan">
2021
Expand All @@ -48,12 +66,13 @@ <h2>About Me: I like to solve problems with code. I have an appetite for feedbac
</div>
<div class="desc">
<div class="htxt">
I am a graduate research assistant in Department of Computer Science at <a
href="https://miamioh.edu/">Miami University</a>. I am currently working in <a
href="https://www.dachb.com/">DACHB</a> lab with <a
href="https://miamioh.edu/cec/academics/departments/cse/about/faculty-and-staff/giabbanelli-philippe/">Dr.
Giabbanelli</a>. We emphasize on using emerging technologies to solve lackings in participatory
modeling.
I was a graduate research assistant in Department of Computer Science at <a
href="https://miamioh.edu/">Miami University</a>. I worked in <a
href="https://www.dachb.com/">DACHB</a> lab under the supervision of <a
href="https://www.google.com/search?client=firefox-b-1-d&q=philippe+giabbanelli">Dr. Giabbanelli</a>.
We emphasized on using emerging technologies to solve lackings in participatory modeling, such as using
emerging LLMs like GPT to automatically explain concept maps and Microsoft Hololens to enable modelers
to collaborate virtually in a remote environment setting.
<br>
I am also enrolled in Master's degree in Computer Science. I intend to graduate at the end
of Spring 2023.
Expand Down Expand Up @@ -139,14 +158,14 @@ <h2>About Me: I like to solve problems with code. I have an appetite for feedbac
<div class="row">
<div class="desc rdesc">
<p>
My research interests lie in data science especially in the health domain.
My research interests lie in web and data science especially in the health domain.
</p>
<p>
As of February 2023, I am researching on <u>natural language generation</u> using <a href="https://openai.com/blog/gpt-3-apps/">OpenAI's GPT</a> and if it fits well with
I researched on <u>Natural Language Generation</u> using <a href="https://openai.com/blog/gpt-3-apps/">OpenAI's GPT</a> and their effectiveness on
less-explored domains like <u>causal mapping</u> and <u>health informatics</u>. I was able to publish this work at "Proceedings of the 2022 Winter Simulation Conference, ACM/IEEE" which you can find here: <a href="https://doi.org/10.1109/WSC57314.2022.10015446">PAPER</a>.
<br>
<br>
I have also got the opportunity to work in <u>mixed reality</u> using <a href="https://www.microsoft.com/en-us/hololens/hardware">HoloLens 2</a>. Being able to work in such emerging
I also got the opportunity to work in <u>mixed reality</u> using <a href="https://www.microsoft.com/en-us/hololens/hardware">HoloLens 2</a>. Being able to work in such emerging
technologies is simply astounding.
<br>The DEMO of our work is shown here: <a href="https://www.youtube.com/watch?v=0fimAqllFZQ">YOUTUBE</a>, and our work as of the current state is available publicly in <a href="https://osf.io/sy395/.">Open Science Framework</a>.
</p>
Expand Down

0 comments on commit 2b0461f

Please sign in to comment.