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.

'; $quoteSummary = 'AUO didn’t just invest in AI—they invested in the future. By partnering with Taiwan AI Academy (AIA), AUO pioneered an AI revolution...'; // Partner Carousel(合作夥伴證言輪播)- 4 items (web 原版輪播 4 張) $partnerVoices = [ [ 'type' => 'partner', 'content_html' => $quoteHtml, 'content_summary' => $quoteSummary, 'author_name' => 'Shuang-Lang (Paul) Peng', 'author_title' => 'Chairman and Group Chief Strategy Officer', 'company_name' => 'AUO', 'company_logo_path' => 'voices/logos/logo-company.png', 'image_path' => 'voices/images/img-partnerVoice.png', 'text_position' => 'left', 'sort' => 1, 'status' => 'publish', 'featured' => true, 'published_at' => now()->subDays(1), ], [ 'type' => 'partner', 'content_html' => $quoteHtml, 'content_summary' => $quoteSummary, 'author_name' => 'Shuang-Lang (Paul) Peng', 'author_title' => 'Chairman and Group Chief Strategy Officer', 'company_name' => 'AUO', 'company_logo_path' => 'voices/logos/logo-company.png', 'image_path' => 'voices/images/img-partnerVoice.png', 'text_position' => 'left', 'sort' => 2, 'status' => 'publish', 'featured' => false, 'published_at' => now()->subDays(1), ], [ 'type' => 'partner', 'content_html' => $quoteHtml, 'content_summary' => $quoteSummary, 'author_name' => 'Shuang-Lang (Paul) Peng', 'author_title' => 'Chairman and Group Chief Strategy Officer', 'company_name' => 'AUO', 'company_logo_path' => 'voices/logos/logo-company.png', 'image_path' => 'voices/images/img-partnerVoice.png', 'text_position' => 'left', 'sort' => 3, 'status' => 'publish', 'featured' => false, 'published_at' => now()->subDays(1), ], [ 'type' => 'partner', 'content_html' => $quoteHtml, 'content_summary' => $quoteSummary, 'author_name' => 'Shuang-Lang (Paul) Peng', 'author_title' => 'Chairman and Group Chief Strategy Officer', 'company_name' => 'AUO', 'company_logo_path' => 'voices/logos/logo-company.png', 'image_path' => 'voices/images/img-partnerVoice.png', 'text_position' => 'left', 'sort' => 4, 'status' => 'publish', 'featured' => false, 'published_at' => now()->subDays(1), ], ]; // Voice of Impact(證言列表)- 基於 voice.txt 的 1, 3, 4, 5 資料 $impactVoices = [ // 1. Chang Gung Memorial Hospital [ 'type' => 'impact', 'content_html' => '

"AIA guided us from the ground up—empowering our healthcare professionals to become co-creators of AI solutions. With AI now woven into our frontline care, from clinical decisions to diagnostics, AIA has also helped us break down silos and build cross-hospital collaboration—positioning AI as a strategic driver of healthcare\'s future."

', 'content_summary' => 'AIA guided us from the ground up—empowering our healthcare professionals to become co-creators of AI solutions...', 'author_name' => 'Chang-Fu Kuo', 'author_title' => 'Director of Center for Artificial Intelligence in Medicine', 'company_name' => 'Chang Gung Memorial Hospital, Linkou', 'company_logo_path' => null, 'image_path' => 'voices/images/1_Chang Gung Memorial Hospital.jpg', 'text_position' => 'left', 'sort' => 1, 'status' => 'publish', 'featured' => true, 'published_at' => now()->subDays(1), ], // 3. dentsu Taiwan [ 'type' => 'impact', 'content_html' => '

"With AIA\'s professional training and AI integration support, we developed 9 AI tools in just 6 months. Beyond the 40% increase in content production efficiency, the greatest achievement was empowering our team with the skills to independently utilize and optimize these AI tools."

', 'content_summary' => 'With AIA\'s professional training and AI integration support, we developed 9 AI tools in just 6 months...', 'author_name' => 'Freda Shao', 'author_title' => 'Chief Strategy & Innovation Officer', 'company_name' => 'dentsu Taiwan', 'company_logo_path' => null, 'image_path' => 'voices/images/3_dentsu.jpg', 'text_position' => 'right', 'sort' => 2, 'status' => 'publish', 'featured' => false, 'published_at' => now()->subDays(1), ], // 4. E.SUN FHC [ 'type' => 'impact', 'content_html' => '

"Through our partnership with AIA and their comprehensive talent development, we\'ve connected industry expertise with AI innovation—moving digital transformation forward with real momentum, not just in vision, but in action."

', 'content_summary' => 'Through our partnership with AIA and their comprehensive talent development, we\'ve connected industry expertise with AI innovation...', 'author_name' => 'Jyh-Shing Roger Jang', 'author_title' => 'Chief Technology Officer', 'company_name' => 'E.SUN FHC', 'company_logo_path' => null, 'image_path' => 'voices/images/4_E.SUN FHC.jpg', 'text_position' => 'right', 'sort' => 3, 'status' => 'publish', 'featured' => false, 'published_at' => now()->subDays(1), ], // 5. Ya Tung Ready Mixed Concrete [ 'type' => 'impact', 'content_html' => '

"Adopting AI in traditional industries is challenging, but AIA made it possible. Through their training and guidance, we deployed AI-driven predictive models with 96% accuracy in concrete strength and workability forecasts. More than just improving efficiency, this marks a major step forward in our journey toward intelligent manufacturing."

', 'content_summary' => 'Adopting AI in traditional industries is challenging, but AIA made it possible...', 'author_name' => 'Milton King', 'author_title' => 'President', 'company_name' => 'Ya Tung Ready Mixed Concrete Co., Ltd.', 'company_logo_path' => null, 'image_path' => 'voices/images/5_Ya Tung Ready Mixed Concrete.jpg', 'text_position' => 'left', 'sort' => 4, 'status' => 'publish', 'featured' => false, 'published_at' => now()->subDays(1), ], ]; foreach ($partnerVoices as $voice) { Voice::create($voice); } foreach ($impactVoices as $voice) { Voice::create($voice); } $this->command->info('Successfully seeded ' . count($partnerVoices) . ' partner voices and ' . count($impactVoices) . ' impact voices.'); } }