Skip to content

Commit

Permalink
Merge pull request #12 from cots-lab/varsha
Browse files Browse the repository at this point in the history
Varsha
  • Loading branch information
saneru-akarawita authored Jan 3, 2024
2 parents f4caddb + 8b54160 commit ad29f4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>{{ site.data.publications.banner.title }}</h1>
<div class="d-lg-flex">
<div class="card border-0 me-lg-4 mb-lg-0 mb-4">
<div class="backgroundEffect"></div>
<a href="{{ publication.link }}" class="card-link">
<a href="{{ publication.link | publication.relative_url }}" class="card-link">
<div class="pic">
<img class="" src="{{ publication.image | relative_url }}" alt="">
<div class="date">
Expand Down
1 change: 1 addition & 0 deletions _publications/paper1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ month: January
Day: 12
abstract: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. ..."
link: "paper1"
relative_url: "publications/paper1"
image: "assets/images/publications/2019Author.png"
paperurl: https://www.sciencedirect.com/science/article/pii/S2666764921000485
platform: "Science Direct"
Expand Down
1 change: 1 addition & 0 deletions _publications/paper2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ month: January
Day: 12
abstract: "Another Lorem ipsum dolor sit amet, consectetur adipiscing elit. ..."
link: "paper1"
relative_url: "publications/paper1"
image: "assets/images/publications/2019Author.png"
paperurl: https://www.sciencedirect.com/science/article/pii/S2666764921000485
---
Expand Down
1 change: 1 addition & 0 deletions assets/scss/_page-teams.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
display: flex;
flex-direction: row;
height: 120px;
width:100%;
overflow: hidden;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
Expand Down

0 comments on commit ad29f4e

Please sign in to comment.