// Import ========================================================================================================================
import { textareaHeightControl } from '@/js/components/input.js';
import { carousel } from '@/js/patterns/carousel.js';
import App from '@/layouts/aia/app-layout';
import { checkboxButtonDisableToggle, formErrorMessage, formReset, formValidation } from '@/js/patterns/form.js';
import Button from '@/components/button';
import Input from '@/components/input';
import SectionNavigation from '@/components/aia/section-navigation';
import PageMeta from '@/components/aia/page-meta';
import HeroContent from '@/components/aia/hero-content';
import Discover from '@/components/aia/discover';
import Impact from '@/components/aia/our-impact';
import AIAForAll from '@/components/aia/aia-for-all';
export default function PartnerWithUs() {
const partnerDashboardNums = {
numberOfSponsors: 6,
numberOfAcademicPartners: 86,
numberOfIndustryPartners: 2100,
}
const PartnerCards = [
{
partnerTitle: "Annual Conference Sponsorship",
partnerDescription: "Nunc sed faucibus bibendum feugiat sed interdum. Ipsum egestas condimentum mi massa. In tincidunt pharetra consectetur sed duis facilisis metus. Etiam egestas in nec sed et. Quis lobortis at sit dictum eget nibh tortor commodo cursus.",
PartnerImgSrc: "resources/images/img-partnerCard.png",
PartnerImgAlt: "",
},
{
partnerTitle: "AI Research Partnership",
partnerDescription: "Join us in advancing AI research with cutting-edge projects and collaborations.",
PartnerImgSrc: "resources/images/img-partnerCard.png",
PartnerImgAlt: "AI Research Partnership Image",
}
,
{
partnerTitle: "AI Research Partnership",
partnerDescription: "Join us in advancing AI research with cutting-edge projects and collaborations.",
PartnerImgSrc: "resources/images/img-partnerCard.png",
PartnerImgAlt: "AI Research Partnership Image",
}
,
{
partnerTitle: "AI Research Partnership",
partnerDescription: "Join us in advancing AI research with cutting-edge projects and collaborations.",
PartnerImgSrc: "resources/images/img-partnerCard.png",
PartnerImgAlt: "AI Research Partnership Image",
},
{
partnerTitle: "AI Research Partnership",
partnerDescription: "Join us in advancing AI research with cutting-edge projects and collaborations.",
PartnerImgSrc: "resources/images/img-partnerCard.png",
PartnerImgAlt: "AI Research Partnership Image",
}
]
const partnerVoices = [
{
partnerVoiceContent: "AUO didn’t just invest in AI—they invested in the future. By partnering with Taiwan AI Academy (AIA), AUO pioneered an AI revolution, deploying 2,000+ AI models, boosting productivity by 40%, and cutting energy consumption by 20%—all within five years. This is the power of strategic AI adoption. AIA isn’t just training talent; it’s shaping the future of industries. Partner with AIA, and lead the next wave of AI-driven success.",
partnerVoiceAuthorName: "Shuang-Lang (Paul) Peng",
partnerVoiceAuthorTitle: "Chairman and Group Chief Strategy Officer",
partnerVoiceAuthorCompanySrc: "resources/images/logo-company.png",
partnerVoiceAuthorCompanyAlt: "AUO Logo"
},
{
partnerVoiceContent: "AUO didn’t just invest in AI—they invested in the future. By partnering with Taiwan AI Academy (AIA), AUO pioneered an AI revolution, deploying 2,000+ AI models, boosting productivity by 40%, and cutting energy consumption by 20%—all within five years. This is the power of strategic AI adoption. AIA isn’t just training talent; it’s shaping the future of industries. Partner with AIA, and lead the next wave of AI-driven success.",
partnerVoiceAuthorName: "Shuang-Lang (Paul) Peng",
partnerVoiceAuthorTitle: "Chairman and Group Chief Strategy Officer",
partnerVoiceAuthorCompanySrc: "resources/images/logo-company.png",
partnerVoiceAuthorCompanyAlt: "AUO Logo"
},
{
partnerVoiceContent: "AUO didn’t just invest in AI—they invested in the future. By partnering with Taiwan AI Academy (AIA), AUO pioneered an AI revolution, deploying 2,000+ AI models, boosting productivity by 40%, and cutting energy consumption by 20%—all within five years. This is the power of strategic AI adoption. AIA isn’t just training talent; it’s shaping the future of industries. Partner with AIA, and lead the next wave of AI-driven success.",
partnerVoiceAuthorName: "Shuang-Lang (Paul) Peng",
partnerVoiceAuthorTitle: "Chairman and Group Chief Strategy Officer",
partnerVoiceAuthorCompanySrc: "resources/images/logo-company.png",
partnerVoiceAuthorCompanyAlt: "AUO Logo"
},
{
partnerVoiceContent: "AUO didn’t just invest in AI—they invested in the future. By partnering with Taiwan AI Academy (AIA), AUO pioneered an AI revolution, deploying 2,000+ AI models, boosting productivity by 40%, and cutting energy consumption by 20%—all within five years. This is the power of strategic AI adoption. AIA isn’t just training talent; it’s shaping the future of industries. Partner with AIA, and lead the next wave of AI-driven success.",
partnerVoiceAuthorName: "Shuang-Lang (Paul) Peng",
partnerVoiceAuthorTitle: "Chairman and Group Chief Strategy Officer",
partnerVoiceAuthorCompanySrc: "resources/images/logo-company.png",
partnerVoiceAuthorCompanyAlt: "AUO Logo"
},
]
return (
Our Impact