Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iru-one-syah committed Jun 23, 2023
1 parent 7c634ab commit eb874c8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
34 changes: 31 additions & 3 deletions achievement.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ <h2>Achievements</h2>
<div class="col-lg-4 col-0 mt-6" data-aos="fade-up" data-aos-delay="600">
<div class="count-box">
<i class="icofont-badge"></i>
<span data-toggle="counter-up">18</span>
<span data-toggle="counter-up">19</span>
<p><a href="#awards-honours">Awards | Honours | Travel Grants</a></p>
</div>
</div>

<div class="col-lg-4 col-md-0 mt-6 mt-md-0" data-aos="fade-up" data-aos-delay="600">
<div class="count-box">
<i class="icofont-document-folder"></i>
<span data-toggle="counter-up">48</span>
<span data-toggle="counter-up">50</span>
<p><a href="#publications">Publications</a></p>
</div>
</div>
Expand Down Expand Up @@ -127,11 +127,25 @@ <h2 style="text-transform:lowercase">Awards | Honours | Travel Grants</h2>
</div>

<ul class="timeline" data-aos="fade-in" data-aos-delay="100">

<!-- Item 8 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Nakatani Travel Grant</span>
<span class="time-wrapper"><span class="time">July 2023</span></span>
</div>
<div class="desc">
I was awarded a Technical Exchange Program Subsidy by the Nakatani Foundation to participate in an international conference in Sydney, Australia.
</div>
</div>
</li>

<!-- Item 8 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Marubun Grant Recipient</span>
<span class="flag">Marubun Travel Grant</span>
<span class="time-wrapper"><span class="time">January 2023</span></span>
</div>
<div class="desc"><img src="assets/img/awards/In-Las-Vegas.jpg" width="85%" height="auto">
Expand Down Expand Up @@ -411,6 +425,14 @@ <h2 style="text-transform:lowercase">Publications</h2>
</div>

<pre id="bibtex" style:"display:none">
@Proceedings{irwan:ASJautumn2023-Pinna,
title = {Comparing Sound Propagation in Silicone Pinna Models: The Effect of Vibrator Positioning},
year = {2023}
}
@Proceedings{irwan:ASJautumn2023-Crosstalk,
title = {Towards Optimized Crosstalk Cancellation in Bone Conduction: An In-depth Exploration of FxLMS and Lateralization},
year = {2023}
}
@InProceedings{akane:INTERNOISE2023,
title = {Effects of size and hardness of pinna on cartilage conduction hearing: Comparison between auricular hematoma and normal subjects},
year = {2023}
Expand Down Expand Up @@ -615,6 +637,9 @@ <h2 style="text-transform:lowercase"> </h2>

<ul>
<center><h4 style="padding-bottom:0.5em"><b>Bone Conduction Hearing</b></h4></center>
<li style="padding-bottom:0.5em">
<b>Irwansyah</b>, Sho Otsuka, Seiji Nakagawa, "Towards Optimized Crosstalk Cancellation in Bone Conduction: An In-depth Exploration of FxLMS and Lateralization," <i>The Autumn meeting of the Acoustical Society of Japan</i>, 2023. (<b>@Nagoya, JAPAN</b>) (Type: Domestic Conference) (Status: Submitted)
</li>
<li style="padding-bottom:0.5em">
<b>Irwansyah</b>, Sho Otsuka, Seiji Nakagawa, "FxLMS and Lateralization: A Combined Strategy for Crosstalk Cancellation in Bone Conduction," <i>INTER-NOISE 2023</i>, 2023. (<b>@Chiba, JAPAN</b>) (Type: Int. Conference) (Status: Accepted)
</li>
Expand Down Expand Up @@ -661,6 +686,9 @@ <h2 style="text-transform:lowercase"> </h2>

<ul>
<center><h4 style="padding-bottom:0.5em"><b>Cartilage Conduction Hearing</b></h4></center>
<li style="padding-bottom:0.5em">
<b>Irwansyah</b>, Akane Tamura, Sho Otsuka, Seiji Nakagawa, "Comparing Sound Propagation in Silicone Pinna Models: The Effect of Vibrator Positioning, <i>The Autumn meeting of the Acoustical Society of Japan</i>, 2023. (<b>@Nagoya, JAPAN</b>) (Type: Domestic Conference) (Status: Submitted)
</li>
<li style="padding-bottom:0.5em">
Akane Tamura, <b>Irwansyah</b>, Sho Otsuka, Seiji Nakagawa, "Effects of size and hardness of pinna on cartilage conduction hearing: Comparison between auricular hematoma and normal subjects," <i>INTER-NOISE 2023</i>, 2023. (<b>@Chiba, JAPAN</b>) (Type: Int. Conference) (Status: Accepted)
</li>
Expand Down
Binary file added assets/img/hero-bg-01.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 added assets/img/hero-bg-04.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 assets/img/hero-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ <h1>Irwansyah</h1>
</div>
<br>
<span style="font-size:13px">email : <a href = "mailto: irwansyah@ieee.org">irwansyah [at] ieee.org</a></span> <br>
<span style="font-size:13px">background photo created by : <a href='https://www.freepik.com/photos/background' target=_blank>www.freepik.com</a></span>
<span style="font-size:13px">background photo created by : <a href='https://www.freepik.com/free-photo/sound-waves-coming-out-from-human-ear_33277322.htm#page=2&query=background%20sound&position=14&from_view=search&track=ais' target=_blank>www.freepik.com</a></span>

</div>

</section><!-- End Hero -->
Expand Down

0 comments on commit eb874c8

Please sign in to comment.