Skip to content

Commit

Permalink
paper update
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayana-Rao committed Oct 3, 2024
1 parent 9d593f4 commit 905a25b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var myChart = new Chart(ctx, {
labels: [ "2020", "2021", "2022","2023", "2024"],
datasets: [{
label: '# citations',
data: [4, 30, 67, 96, 84],
data: [4, 30, 68, 95, 100],
backgroundColor: [
// 'rgba(255, 99, 132, 0.2)',
'rgba(54, 162, 235, 0.2)',
Expand Down
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ <h2>Publications</h2>
<tbody>
<tr>
<td class="tg-ei2i">Citations</td>
<td class="tg-my85">287</td>
<td class="tg-my85">286</td>
<td class="tg-my85">303</td>
<td class="tg-my85">302</td>
</tr>
<tr>
<td class="tg-ei2i">h-index</td>
Expand Down Expand Up @@ -758,6 +758,12 @@ <h2>Publications</h2>
</p>
</div>

<div class="resume-item pb-0">
<p align="justify">S. S. Ghosh, D. Mandal, S. Kumar, <span style="color:#1af07d">Narayanarao Bhogapurapu</span>, B. Banerjee, P. Siqueira and A. Bhattacharya 2024 “An Evidence Modified Gaussian Process Classifier (EM-GPC) for Crop Classification Using Dual-Polarimetric C- and L- band SAR Data”. <i> IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing</i>. doi: <span style="color:#00bbff"><a href="https://doi.org/10.1109/JSTARS.2024.3470956" target="_blank">10.1109/JSTARS.2024.3470956</a> </span>
</p>
</div>


<div class="resume-item pb-0">
<p align="justify">Subhadip Dey, <span style="color:#1af07d">Narayanarao Bhogapurapu</span>, Irena Hajnsek, Avik Bhattacharya, and Paul Siqueira 2023 “Soil permittivity estimation over vegetative fields using dual polarimetric SAR data”. <i> Remote Sensing Applications: Society and Environment</i>. doi: <span style="color:#00bbff"><a href="https://doi.org/10.1016/j.rsase.2023.101130" target="_blank">10.1016/j.rsase.2023.101130</a> </span>
</p>
Expand Down

0 comments on commit 905a25b

Please sign in to comment.