Skip to content

Commit 3b4824c

Browse files
add publication to resume
1 parent cc30532 commit 3b4824c

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

lib/portfolio_web/live/resume_live.ex

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule PortfolioWeb.ResumeLive do
6868
<h3 class="text-xl font-bold text-slate-800">Senior Software Engineer</h3>
6969
<p class="text-slate-600 font-semibold">Oracle, Seattle, WA</p>
7070
</div>
71-
<span class="text-slate-600 italic">May 2024 – Aug 2025</span>
71+
<span class="text-slate-600 italic">May 2024 – Oct 2025</span>
7272
</div>
7373
<ul class="list-disc list-outside ml-5 space-y-2 text-slate-700">
7474
<li>
@@ -235,8 +235,28 @@ defmodule PortfolioWeb.ResumeLive do
235235
</div>
236236
</section>
237237
238+
<!-- Publications -->
239+
<section class="mb-8">
240+
<h2 class="text-2xl font-bold text-slate-800 border-b-2 border-slate-400 pb-2 mb-6">
241+
PUBLICATIONS
242+
</h2>
243+
<div class="text-slate-700">
244+
<p>
245+
Jafarzadeh, M., <span class="font-bold">Brooks, S.</span>, Yu, S., Prabhakaran, B., & Tadesse, Y. (2021). A wearable sensor vest for social humanoid robots with GPGPU, IoT, and modular software architecture. <span class="italic">Robotics and Autonomous Systems</span>, 139, 103536.
246+
<a
247+
href="https://doi.org/10.1016/j.robot.2020.103536"
248+
target="_blank"
249+
rel="noopener noreferrer"
250+
class="text-blue-600 hover:text-blue-800 underline"
251+
>
252+
https://doi.org/10.1016/j.robot.2020.103536
253+
</a>
254+
</p>
255+
</div>
256+
</section>
257+
238258
<!-- Education -->
239-
<section>
259+
<section class="mb-8">
240260
<h2 class="text-2xl font-bold text-slate-800 border-b-2 border-slate-400 pb-2 mb-6">
241261
EDUCATION
242262
</h2>
@@ -251,6 +271,7 @@ defmodule PortfolioWeb.ResumeLive do
251271
</div>
252272
</div>
253273
</section>
274+
254275
</div>
255276
</div>
256277
</div>

0 commit comments

Comments
 (0)