Skip to content

Commit dc94db8

Browse files
author
someshs
committed
Stylstic changes
1 parent 12f3e1f commit dc94db8

File tree

2 files changed

+80
-33
lines changed

2 files changed

+80
-33
lines changed

index.html

+18-16
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
window.onload = loadQuotes;
3535
</script>
3636
<!-- Add Google Fonts -->
37-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
37+
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
3838
</head>
3939

4040
<body>
@@ -104,21 +104,23 @@
104104
<div id="news" class="row mb-4">
105105
<div class="col-12">
106106
<h2 class="heading mb-3">News</h2>
107-
<ul class="list-unstyled">
108-
<li> <b>2025-01</b> <a href="https://openreview.net/forum?id=ff2V3UR9sC"> Behavior-LLaVA</a> and <a href="https://arxiv.org/abs/2410.02653"> Transsuasion</a> are accepted to <i>ICLR'25</i>. </li>
109-
<li> <b>2025-01</b> Started PhD at <a href="https://www.buffalo.edu/" target="_blank">Buffalo University</a> and <a href="https://www.iiitd.ac.in/" target="_blank">IIIT Delhi</a>, advised by <a href="https://cse.buffalo.edu/~doermann/" target="_blank">Prof. David Doermann</a> and <a href="https://www.iiitd.ac.in/rajivratn" target="_blank">Dr. Rajiv Ratn Shah</a>, funded by Adobe. </li>
110-
<li> <b>2024-10</b> <a href="https://arxiv.org/abs/2309.00378"> Long-Term Ad Memorability</a>: Understanding & Generating Memorable Ads, is accepted to <i>WACV'2025</i>. </li>
111-
<li> <b>2024-10</b> Released <a href="https://arxiv.org/abs/2410.02653"> PersuasionArena</a>, a large-scale automated leaderboard of LLMs' persuasion capabilities.</li>
112-
<li> <b>2024-10</b> <a href="https://patents.google.com/patent/US20240355020A1/en"> Patent</a> on "Digital content analysis" is granted.</li>
113-
<li> <b>2024-05</b> Released <a href="https://arxiv.org/pdf/2408.03561"> BehaviorLLaVA</a>, training VLMs on human behavior improves performance on close to 50 tasks.</li>
114-
<li> <b>2024-04</b> <a href="https://new.express.adobe.com/schedule?postId=new">Adobe Caption Writer</a> is released, a tool to generate social media captions in a click.</li>
115-
<li> <b>2024-03</b> <a href="https://patents.google.com/patent/US11907508B1/en"> Patent</a> on "Content analytics as part of content creation" is granted.</li>
116-
<li> <b>2024-01</b> <a href="https://openreview.net/forum?id=TrKq4Wlwcz"> LCBM</a> is accepted (Spotlight!) at <i>ICLR'2024</i>. </li>
117-
<li> <b>2023-04</b> Our research on <a href="https://journals.uic.edu/ojs/index.php/dad/article/view/12448"> AES Systems</a> is published in <i>Journal of Dialogue & Discourse</i>. </li>
118-
<li> <b>2022-08</b> Graduated from BITS Pilani with a Bachelor's degree in Computer Science. </li>
119-
<li> <b>2022-07</b> Joined Adobe as a research associate, working on multi-modal foundation models</li>
120-
<li> <b>2022-06</b> <a href="https://ojs.aaai.org/index.php/AAAI/article/view/21384"> MINIMAL</a> is accepted at <i>AAAI'2022</i>. </li>
121-
</ul>
107+
<div class="news-container">
108+
<ul class="list-unstyled">
109+
<li> <b>2025-01</b> <a href="https://openreview.net/forum?id=ff2V3UR9sC"> Behavior-LLaVA</a> and <a href="https://arxiv.org/abs/2410.02653"> Transsuasion</a> are accepted to <i>ICLR'25</i>. </li>
110+
<li> <b>2025-01</b> Started PhD at <a href="https://www.buffalo.edu/" target="_blank">Buffalo University</a> and <a href="https://www.iiitd.ac.in/" target="_blank">IIIT Delhi</a>, advised by <a href="https://cse.buffalo.edu/~doermann/" target="_blank">Prof. David Doermann</a> and <a href="https://www.iiitd.ac.in/rajivratn" target="_blank">Dr. Rajiv Ratn Shah</a>, funded by Adobe. </li>
111+
<li> <b>2024-10</b> <a href="https://arxiv.org/abs/2309.00378"> Long-Term Ad Memorability</a>: Understanding & Generating Memorable Ads, is accepted to <i>WACV'2025</i>. </li>
112+
<li> <b>2024-10</b> Released <a href="https://arxiv.org/abs/2410.02653"> PersuasionArena</a>, a large-scale automated leaderboard of LLMs' persuasion capabilities.</li>
113+
<li> <b>2024-10</b> <a href="https://patents.google.com/patent/US20240355020A1/en"> Patent</a> on "Digital content analysis" is granted.</li>
114+
<li> <b>2024-05</b> Released <a href="https://arxiv.org/pdf/2408.03561"> BehaviorLLaVA</a>, training VLMs on human behavior improves performance on close to 50 tasks.</li>
115+
<li> <b>2024-04</b> <a href="https://new.express.adobe.com/schedule?postId=new">Adobe Caption Writer</a> is released, a tool to generate social media captions in a click.</li>
116+
<li> <b>2024-03</b> <a href="https://patents.google.com/patent/US11907508B1/en"> Patent</a> on "Content analytics as part of content creation" is granted.</li>
117+
<li> <b>2024-01</b> <a href="https://openreview.net/forum?id=TrKq4Wlwcz"> LCBM</a> is accepted (Spotlight!) at <i>ICLR'2024</i>. </li>
118+
<li> <b>2023-04</b> Our research on <a href="https://journals.uic.edu/ojs/index.php/dad/article/view/12448"> AES Systems</a> is published in <i>Journal of Dialogue & Discourse</i>. </li>
119+
<li> <b>2022-08</b> Graduated from BITS Pilani with a Bachelor's degree in Computer Science. </li>
120+
<li> <b>2022-07</b> Joined Adobe as a research associate, working on multi-modal foundation models</li>
121+
<li> <b>2022-06</b> <a href="https://ojs.aaai.org/index.php/AAAI/article/view/21384"> MINIMAL</a> is accepted at <i>AAAI'2022</i>. </li>
122+
</ul>
123+
</div>
122124
</div>
123125
</div>
124126

style.css

+62-17
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/* Modern Typography */
22
:root {
3-
--font-primary: 'Inter', sans-serif;
4-
--font-display: 'Playfair Display', serif;
3+
--font-primary: 'Source Sans Pro', 'Roboto', sans-serif;
4+
--font-display: 'Roboto Condensed', sans-serif;
55
}
66

77
body {
88
font-family: var(--font-primary);
9-
line-height: 1.6;
9+
line-height: 1.3;
1010
color: #2d3748;
11-
font-size: 18px; /* Increased base font size */
11+
font-size: 15px;
1212
}
1313

1414
/* Navbar Styling */
@@ -82,18 +82,18 @@ a:hover {
8282
}
8383

8484
body {
85-
font-size: 16px; /* Slightly smaller but still readable on mobile */
85+
font-size: 15px;
8686
}
8787

8888
.container {
89-
padding-left: 20px; /* Increase padding for better readability */
90-
padding-right: 20px;
89+
padding-left: 15px;
90+
padding-right: 15px;
9191
}
9292

9393
p {
94-
font-size: 16px;
95-
line-height: 1.6;
96-
margin-bottom: 1.2em;
94+
font-size: 15px;
95+
line-height: 1.4;
96+
margin-bottom: 1em;
9797
}
9898

9999
/* Adjust heading sizes for mobile */
@@ -104,7 +104,7 @@ a:hover {
104104

105105
/* Adjust list spacing */
106106
.list-unstyled li {
107-
margin-bottom: 1.2rem;
107+
margin-bottom: 0.8rem;
108108
padding-left: 0;
109109
}
110110

@@ -174,7 +174,8 @@ span.highlight {
174174

175175
/* Add some spacing between news items */
176176
.list-unstyled li {
177-
margin-bottom: 1rem;
177+
margin-bottom: 0.3rem;
178+
line-height: 1.2;
178179
}
179180

180181
/* Project styling */
@@ -221,7 +222,7 @@ span.highlight {
221222

222223
/* Ensure proper spacing between project elements */
223224
.project-container .row {
224-
margin-bottom: 2rem;
225+
margin-bottom: 1.5rem;
225226
}
226227

227228
/* Ensure text doesn't overflow on mobile */
@@ -256,13 +257,57 @@ body > div:first-of-type {
256257
padding-top: 56px; /* Matches new navbar height */
257258
}
258259

259-
/* Update container max-width for better content width control */
260+
/* Update container max-width for more compact content */
260261
.container {
261-
max-width: 1140px;
262+
max-width: 960px;
262263
margin: 0 auto;
263264
}
264265

265-
/* Improve spacing between sections */
266+
/* Reduce spacing between sections */
266267
.mb-4 {
267-
margin-bottom: 2rem !important;
268+
margin-bottom: 1.5rem !important;
269+
}
270+
271+
/* Adjust heading sizes */
272+
h2.heading {
273+
font-size: 20px;
274+
margin-bottom: 0.8rem;
275+
}
276+
277+
/* Reduce paragraph spacing */
278+
p {
279+
margin-bottom: 0.4em; /* Reduced from 0.8em */
280+
line-height: 1.2; /* Slightly reduced line height */
281+
}
282+
283+
/* Adjust spacing in about section */
284+
#about p {
285+
margin-bottom: 0.8em; /* Slightly larger spacing for about section paragraphs */
286+
}
287+
288+
/* News Section Styling */
289+
.news-container {
290+
max-height: 200px; /* Fixed height for scrollable area */
291+
overflow-y: auto; /* Enable vertical scrolling */
292+
padding-right: 10px; /* Space for scrollbar */
293+
margin-bottom: 2rem;
294+
}
295+
296+
/* Customize scrollbar */
297+
.news-container::-webkit-scrollbar {
298+
width: 6px;
299+
}
300+
301+
.news-container::-webkit-scrollbar-track {
302+
background: #f1f1f1;
303+
border-radius: 3px;
304+
}
305+
306+
.news-container::-webkit-scrollbar-thumb {
307+
background: #888;
308+
border-radius: 3px;
309+
}
310+
311+
.news-container::-webkit-scrollbar-thumb:hover {
312+
background: #555;
268313
}

0 commit comments

Comments
 (0)