-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,8 @@ export default function Page() { | |
<h2 className="text-xl font-semibold content-column">About Us</h2> | ||
<div className="content-text"> | ||
<p> | ||
AI Application Hub serves as a knowledge catalog with the theme AI for climate and | ||
sustainability and is built to bring the Subject matter experts in this field together in one | ||
place. The site has been categorized based on our community input into Data Sources, AI Models, | ||
AI Application Hub serves as a knowledge catalog with the theme AI for climate action and is built to bring the Subject matter experts in this field together in one | ||
place. This is place where experts can come to gather information as well as contribute to the hub based on their expertise on climate action and AI. The site has been categorized based on our community input into Data Sources, AI Models, | ||
Publications and AI Tools. The site also provides a search capability for each of the sections. | ||
</p> | ||
<p> | ||
|
@@ -29,16 +28,12 @@ export default function Page() { | |
</ul> | ||
<br /> | ||
Alternatively, send an email with your contributions to {' '} | ||
<a href= "mailto: [email protected]" className="text-blue-600 hover:underline">[email protected]</a>, {' '} | ||
<a href= "mailto: [email protected]" className="text-blue-600 hover:underline">[email protected]</a>, {' '} | ||
<a href= "mailto: [email protected]" className="text-blue-600 hover:underline">[email protected]</a>. | ||
<a href= "mailto: support1" className="text-blue-600 hover:underline">[email protected]</a>, {' '} | ||
<a href= "mailto: support2" className="text-blue-600 hover:underline">[email protected]</a>, {' '} | ||
<a href= "mailto: support3" className="text-blue-600 hover:underline">[email protected]</a>. | ||
<br /> | ||
<br /> | ||
<strong>Acknowledgement</strong>: All of this started with ENG CTO, Dinesh Verma’s vision for a comprehensive Data | ||
Catalog for Enterprise Neurosystems and evolved into current form with dedicated work from the Hub team (Sheeba | ||
Prakash, Abhay Ratnaparkhi and Anindita Das). Lot of volunteer hours and multiple iterations have gone into this to | ||
make our AI Application Hub a reality. The team is grateful for the opportunity and support from ENG (Dinesh Verma, | ||
Bill Wright, John Overton & others) and we look forward to more collaborations. | ||
|
||
</p> | ||
</div> | ||
<Link legacyBehavior href="/" className="mt-4 rounded-md bg-blue-500 px-4 py-2 text-sm text-white transition-colors hover:bg-blue-400"> | ||
|