Skip to content

Commit

Permalink
added authors to CV pub
Browse files Browse the repository at this point in the history
  • Loading branch information
aksharc2 authored Jun 13, 2024
1 parent e5ab558 commit 0a9e06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions _includes/resume/publications.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
<h6 class="title font-weight-bold ml-1 ml-md-4">
<a href="{{ content.url }}">{{ content.title }}</a>
</h6>
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem">{{ content.authors }}</h6>
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem">{{ content.publisher }}</h6>
{% if content.summary %}
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem; font-style: italic">{{ content.summary }}</h6>
{% endif %}
</div>
</div>
</li>
Expand Down
4 changes: 2 additions & 2 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@
"publications": [
{
"title": "A Maintenance-Aware Approach for Sustainable Autonomous Mobile Robot Fleet Management",
"name": "Atik, Syeda Tanjila and Chavan, Akshar Shravan and Grosu, Daniel and Brocanelli, Marco",
"authors": "Atik, Syeda Tanjila and Chavan, Akshar Shravan and Grosu, Daniel and Brocanelli, Marco",
"publisher": "IEEE Transactions on Mobile Computing",
"releaseDate": "2024",
"url": "https://ieeexplore.ieee.org/abstract/document/10323097"
},
{
"title": "Towards High-Quality Battery Life for Autonomous Mobile Robot Fleets",
"name": "Chavan, Akshar Shravan and Brocanelli, Marco",
"authors": "Chavan, Akshar Shravan and Brocanelli, Marco",
"publisher": "2022 IEEE International Conference on Autonomic Computing and Self-Organizing Systems (ACSOS)",
"releaseDate": "2022",
"url": "https://ieeexplore.ieee.org/abstract/document/9935008"
Expand Down

0 comments on commit 0a9e06a

Please sign in to comment.