Skip to content

Commit

Permalink
citations update
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayana-Rao committed Sep 9, 2024
1 parent eef1a40 commit 9d593f4
Show file tree
Hide file tree
Showing 2 changed files with 3 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, 58],
data: [4, 30, 67, 96, 84],
backgroundColor: [
// 'rgba(255, 99, 132, 0.2)',
'rgba(54, 162, 235, 0.2)',
Expand Down
4 changes: 2 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">260</td>
<td class="tg-my85">259</td>
<td class="tg-my85">287</td>
<td class="tg-my85">286</td>
</tr>
<tr>
<td class="tg-ei2i">h-index</td>
Expand Down

0 comments on commit 9d593f4

Please sign in to comment.