Skip to content

Commit

Permalink
chore: add a new paper
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Nov 4, 2024
1 parent 5a9c058 commit 329f6e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/main/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,16 @@ const Home: NextPageWithLayout = () => {
</Link>
</div>
<div className="mt-5 flex flex-col gap-y-4">
<PaperCard
title="FedGLP: A Federated Prompt Learning Framework for Next-Generation Intelligent Manufacturing Systems"
authors="Hao Pan, Xiaoli Zhao, Yuchen Jiang, Lipeng He, Bingquan Wang, and Yincan Shu"
venue={{
name: "IEEE Transactions on Industrial Informatics",
href: "https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=9424",
}}
accepted={false}
links={[]}
/>
<PaperCard
title="LookAhead: Preventing DeFi Attacks via Unveiling Adversarial Contracts"
authors="Shoupeng Ren, Lipeng He, Tianyu Tu, Di Wu, Jian Liu, Kui Ren, and Chun Chen"
Expand Down

0 comments on commit 329f6e9

Please sign in to comment.