Skip to content

Commit f50971d

Browse files
committed
clean code
1 parent 67bbefd commit f50971d

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

app/page.tsx

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -76,47 +76,6 @@ export default function Home() {
7676
<ScrollShadow className="w-full h-[180px] px-8">
7777
<ul>
7878
{newsList.map((news, index) => ExpandNews(news, index))}
79-
80-
{/*
81-
<li>
82-
Rex gave a tutorial on Machine Learning in Network Science at{" "}
83-
<Link href="https://netsci2024.com/en/schools">NetSci 2024</Link>
84-
</li>
85-
<li>
86-
Rex gave a tutorial on{" "}
87-
<Link href="https://www2024.thewebconf.org/docs/tutorial-slides/text-attributed-graph-representation-learning.pdf">
88-
Text-Attributed Graph Representation Learning: Methods,
89-
Applications, and Challenges
90-
</Link>{" "}
91-
at WebConf 2024
92-
</li>
93-
<li>
94-
Rex gave a keynote on Foundation Models and Geometry for Science
95-
via Relational Reasoning at WebConf 2024{" "}
96-
<Link href="https://www.www24gfm.com/">
97-
Graph Foundation Models Workshop
98-
</Link>
99-
</li>
100-
<li>
101-
Rex gave a seminar talk on Self-supervised learning and foundation
102-
models at{" "}
103-
<Link href="https://www.utrgv.edu/">
104-
University of Taxas, Rio Grande Valley
105-
</Link>
106-
. Date: April 25, 2024
107-
</li>
108-
<li>Rex awarded the Amazon Research Award 2024</li>
109-
<li>
110-
Rex gave a keynote at the{" "}
111-
<Link href="https://datascience.uchicago.edu/events/gnns-for-the-sciences-from-theory-to-practice/">
112-
GNNs for the Sciences: from Theory to Practice Workshop
113-
</Link>
114-
, University
115-
</li>
116-
<li>
117-
Rex gave a talk on multimodal graph models at AWS. Date: Jan 11,
118-
2024
119-
</li> */}
12079
</ul>
12180
</ScrollShadow>
12281
</div>

0 commit comments

Comments
 (0)