You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/page.tsx
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ export default function Home() {
41
41
<h1className={subtitle()}>🔥 News</h1>
42
42
<ScrollShadowclassName="w-full h-[180px] px-8">
43
43
<ul>
44
+
<li>
45
+
<p>The lab has received an <Linkhref="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2403317&HistoricalAwards=false">NSF core program award</Link> on building foundation models for scientific discovery</p>
46
+
</li>
44
47
<li>
45
48
Rex gave a tutorial on Machine Learning in Network Science at{" "}
0 commit comments