-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
205 lines (189 loc) · 9.26 KB
/
index.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<title>Anish Shrestha</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="dhead" class="container">
<div class="row">
<div id="dpic">
<!-- <img src="assets/my_profile.jpg" class="ppic" /> -->
<img src="assets/pme2.jpg" class="ppic" />
</div>
<div id="ddesc">
<h1>Anish Shrestha</h1>
<h2>About Me: I like to solve problems with code. I have an appetite for feedback, sharing, growth, and continuous improvement.
Outside my study and work, I like outdoor sports, trekking, and cycling.
</h2>
<div id="dico">
<a href="https://github.com/annshress"><img src="assets/cgithub.svg" class="iico" /></a>
<a href="https://www.linkedin.com/in/anishshress/"><img src="assets/clinkedin.svg"
class="iico" /></a>
<a href="https://medium.com/@anish.shrestha"><img src="assets/crss.svg" class="iico" /></a>
<img src="assets/cemail.svg" style="cursor: pointer;" onclick="toggle_email()" class="iico"
title="click to reveal" />
</div>
<div id="demail"></div>
Reach me out anywhere! I will respond.
</div>
</div>
</div>
<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
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="assets/hist_miami.png" />
</div>
<div class="desc">
<div class="htxt">
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.
</div>
</div>
</div>
<div class="entry row">
<div class="timespan">
2020 - 2021
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="assets/hist_toggle.png" />
</div>
<div class="desc">
<div class="htxt">
I was a software developer at <a href="https://togglecorp.com/">Togglecorp</a>. Togglecorp is a
private company aiming for humanitarion aid through data.
I worked on an administrative web application for <a
href="https://www.internal-displacement.org/">Internal Displacement Monitoring Centre (IDMC)</a>
to monitor displacements across the globe.
</div>
</div>
</div>
<div class="entry row">
<div class="timespan">
2018 - 2019
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="assets/hist_unified.jpg" />
</div>
<div class="desc">
<div class="htxt">
I was a full-stack developer at WhyUnified.
</div>
</div>
</div>
<div class="entry row">
<div class="timespan">
2016 - 2019
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="assets/hist_infinia.jpg" />
</div>
<div class="desc">
<div class="htxt">
I was a software developer at Infinia Hub.
<br>
Here is where I started coding as a professional. I came across the most amazing people in the industry while I was working there.
Therefore this workplace has some of the fondest memories.
</div>
</div>
</div>
<div class="entry row">
<div class="timespan">
2012 - 2016
</div>
<div class="ico">
<div class="entry-dot"></div>
<img src="assets/hist_tu.jpg" />
</div>
<div class="desc">
<div class="htxt">
Bachelor in Computer Engineering at <a href="https://ioe.edu.np/">Tribhuvan University</a>. This is
where I first got exposed to nits and bits of computer science.
I, along with few of my classmates, created a machine learning application for recognizing facial
expressions. We were advised by <a
href="https://scholar.google.com/citations?hl=en&user=S1dL69sAAAAJ">Dr. Joshi</a>.
</div>
</div>
</div>
</div>
<div style="background-color: #ddd; padding-top: 1px; margin-top: 10px;">
<div class="container">
<div class="ctitle">Research</div>
<div class="row">
<div class="desc rdesc">
<p>
My research interests lie in web and data science especially in the health domain.
</p>
<p>
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 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>
<h3>Publications & Appearances</h3>
<ul>
<li>Shrestha, A., Mielke, K., Nguyen, T.A., Giabbanelli, P.J. (2022) Automatically explaining a model: using deep neural networks to generate text from causal maps. <i>Proceedings of the 2022 Winter Simulation Conference</i>, ACM/IEEE. [<a href="https://doi.org/10.1109/WSC57314.2022.10015446">Link</a>]</li>
<li>
Automatic text generation to explain simulations. <i>Symposium on Natural Language Processing and Simulation</i>, 2022, Miami University [<a href="https://www.linkedin.com/feed/update/urn:li:activity:6987196452556996609/">Link</a>]
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="ctitle">Miscellaneous</div>
<div class="row">
<div class="desc rdesc">View my <a target="_blank" href="resume.html">resume</a>.
You can download it here: <a href="https://github.com/annshress/annshress.github.io/blob/master/cv.pdf">github</a></div>
</div>
</div>
</body>
<script type="text/javascript">
var email_shown = false;
function toggle_email() {
let demail = document.getElementById('demail');
demail.innerHTML = 'ann'+ '.' + 'shress' + '_at_' + 'gmail.com';
demail.style.opacity = email_shown ? 0 : 1;
email_shown = !email_shown;
}
</script>
</html>