Skip to content

Commit 8b49ddd

Browse files
committed
adding equal contribution, waiting for blog
1 parent 5556348 commit 8b49ddd

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

app/(dashboard)/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ function UserMenu() {
4242
</Link>
4343
</Button>
4444
<Button asChild className="rounded-full">
45-
<Link href="#blog" className="flex items-center gap-2">
45+
{/* <Link href="#blog" className="flex items-center gap-2"> */}
46+
<Link href="https://www.verbalized-sampling.com/#blog" className="flex items-center gap-2" target="_blank" rel="noopener noreferrer">
4647
<BookOpen size={16} />
4748
Blog
4849
</Link>

app/(dashboard)/page.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ export default function HomePage() {
552552

553553
<div className="text-xl text-gray-600 mb-2 max-w-5xl mx-auto leading-relaxed">
554554
<div className="mb-1">
555-
<a href="https://jiayizx.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Jiayi Zhang</a><sup className="text-orange-500">1</sup>,{' '}
556-
<a href="https://simonucl.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Simon Yu</a><sup className="text-orange-500">1</sup>,{' '}
557-
<a href="https://www.linkedin.com/in/derekch" className="text-blue-400 hover:text-blue-400 transition-colors">Derek Chong</a><sup className="text-orange-500">2</sup>,{' '}
555+
<a href="https://jiayizx.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Jiayi Zhang</a><sup className="text-orange-500">1</sup><sup className="text-orange-500"></sup>,{' '}
556+
<a href="https://simonucl.github.io/" className="text-blue-400 hover:text-blue-400 transition-colors">Simon Yu</a><sup className="text-orange-500">1</sup><sup className="text-orange-500"></sup>,{' '}
557+
<a href="https://www.linkedin.com/in/derekch" className="text-blue-400 hover:text-blue-400 transition-colors">Derek Chong</a><sup className="text-orange-500">2</sup><sup className="text-orange-500"></sup>,{' '}
558558
<a href="https://anthonysicilia.tech/" className="text-blue-400 hover:text-blue-400 transition-colors">Anthony Sicilia</a><sup className="text-orange-500">3</sup>
559559
</div>
560560
<div>
@@ -565,7 +565,8 @@ export default function HomePage() {
565565
</div>
566566

567567
<div className="text-xl text-black-500 mb-4">
568-
<sup className="text-orange-500">1</sup>Northeastern University, <sup className="text-orange-500">2</sup>Stanford University, <sup className="text-orange-500">3</sup>West Virginia University
568+
<sup className="text-orange-500">1</sup>Northeastern University, <sup className="text-orange-500">2</sup>Stanford University, <sup className="text-orange-500">3</sup>West Virginia University<br/>
569+
<sup className="text-orange-500"></sup>Equal contribution
569570
</div>
570571

571572
{/* <div className="text-xl font-bold">

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { getUser, getTeamForUser } from '@/lib/db/queries';
55
import { SWRConfig } from 'swr';
66

77
export const metadata: Metadata = {
8-
title: 'CollabLLM',
9-
description: 'Making LLMs Collabrative'
8+
title: 'Verbalized Sampling',
9+
description: 'Mitigate Mode Collapse and Unlock LLM Diversity'
1010
};
1111

1212
export const viewport: Viewport = {

0 commit comments

Comments
 (0)