Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayana-Rao committed Jan 3, 2024
1 parent 743db32 commit 0449ecd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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"],
datasets: [{
label: '# citations',
data: [0,4, 30, 67, 77],
data: [0,4, 30, 67, 84],
backgroundColor: [
// 'rgba(255, 99, 132, 0.2)',
'rgba(54, 162, 235, 0.2)',
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,8 @@ <h2>Publications</h2>
<tbody>
<tr>
<td class="tg-ei2i">Citations</td>
<td class="tg-my85">177</td>
<td class="tg-my85">177</td>
<td class="tg-my85">185</td>
<td class="tg-my85">185</td>
</tr>
<tr>
<td class="tg-ei2i">h-index</td>
Expand All @@ -724,8 +724,8 @@ <h2>Publications</h2>
</tr>
<tr>
<td class="tg-ei2i">i10-index</td>
<td class="tg-my85">6</td>
<td class="tg-my85">6</td>
<td class="tg-my85">8</td>
<td class="tg-my85">8</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 0449ecd

Please sign in to comment.