Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naganandy committed Feb 16, 2024
1 parent e88a40c commit 5eaf59d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ a:hover {
padding: 14px 16px;
transition: 0.3s;
font-size: 20px;
margin-right: 250px;
margin-right: 75px;
}

.tab button:last-child {
Expand Down Expand Up @@ -141,6 +141,6 @@ a:hover {


.google-scholar-icon {
width: 60px; /* Adjust the width as needed */
width: 250px; /* Adjust the width as needed */
height: auto; /* This will maintain the aspect ratio */
}
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h2>Postdoctoral Research Fellow</h2>

<div class="tab">
<button class="tablinks" onclick="openTab(event, 'Education')">Education</button>
<button class="tablinks" onclick="openTab(event, 'ResearchFocus')">Research Foci</button>
<button class="tablinks" onclick="openTab(event, 'KeyPublications')">Key Publications</button>
<button class="tablinks" onclick="openTab(event, 'ResearchFocus')">Research</button>
<button class="tablinks" onclick="openTab(event, 'KeyPublications')">Publications</button>
</div>

<br></br>
Expand Down Expand Up @@ -117,6 +117,14 @@ <h2>Learning on Rich Structures (e.g., causal graphs)</h2>

<br></br>
<div id="KeyPublications" class="tabcontent">
<a href = "https://scholar.google.com/citations?user=-td7hOYAAAAJ" target="_blank" rel="noopener noreferrer"><img src="gs.png" alt="Google Scholar" class="google-scholar-icon"></a>

<br></br>
<br></br>
<br></br>
<h2><u>Key Publications</u></h2>
<br></br>

<div class="project">
<div class="project-image">
<img src="1.png" alt="hypergcn_neurips19">
Expand Down Expand Up @@ -190,7 +198,6 @@ <h2>EMNLP Tutorial on Graph-based Deep Learning in Natural Language Processing</
</p>
</div>
</div>
For a full list, please see <a href = "https://scholar.google.com/citations?user=-td7hOYAAAAJ" target="_blank" rel="noopener noreferrer"><img src="gs.png" alt="Google Scholar" class="google-scholar-icon"></a>
</div>


Expand Down

0 comments on commit 5eaf59d

Please sign in to comment.