| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720" |
| 2 | font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" |
| 3 | font-size="12"> |
| 4 | <!-- |
| 5 | Word Cloud Chart Template |
| 6 | Purpose: Keyword weight visualization, trending topics |
| 7 | Use cases: User feedback analysis, industry trends, tech stack overview |
| 8 | Feature: Mathematically mapped geometric distribution and non-overlapping weighted typography |
| 9 | --> |
| 10 | <!-- Background --> |
| 11 | <rect width="1280" height="720" fill="#FFFFFF"/> |
| 12 | <!-- ==================== Header ==================== --> |
| 13 | <g id="header" data-pptx-bounds="40 15 1200 125"> |
| 14 | <text x="640" y="60" text-anchor="middle" font-size="32" font-weight="800" fill="#0F172A">Industry Trending Keywords</text> |
| 15 | <text x="640" y="88" text-anchor="middle" font-size="14" font-weight="700" fill="#64748B" letter-spacing="1">WORD CLOUD · FONT SIZE INDICATES KEYWORD WEIGHT & FREQUENCY</text> |
| 16 | </g> |
| 17 | <!-- ==================== Word Cloud Geometry ==================== --> |
| 18 | <g id="word-cloud-body" data-pptx-bounds="0 74 1280 601" text-anchor="middle"> |
| 19 | <!-- Tier 1: Extreme (Center Core) --> |
| 20 | <g font-weight="900" font-size="64" letter-spacing="-1"> |
| 21 | <text x="640" y="340" fill="#4F46E5">Artificial Intelligence</text> |
| 22 | <text x="640" y="420" fill="#7C3AED">Large Language Models</text> |
| 23 | </g> |
| 24 | <!-- Tier 2: High (Inner Ring) --> |
| 25 | <g font-weight="800" font-size="44" letter-spacing="-0.5"> |
| 26 | <text x="320" y="280" fill="#F43F5E">Digital Transformation</text> |
| 27 | <text x="960" y="280" fill="#0EA5E9">Cloud Computing</text> |
| 28 | <text x="320" y="480" fill="#10B981">Smart Manufacturing</text> |
| 29 | <text x="960" y="480" fill="#F59E0B">Data Security</text> |
| 30 | </g> |
| 31 | <!-- Tier 3: Medium (Middle Ring) --> |
| 32 | <g font-weight="700" font-size="32"> |
| 33 | <text x="640" y="240" fill="#14B8A6">Autonomous Driving</text> |
| 34 | <text x="640" y="500" fill="#D946EF">Edge Computing</text> |
| 35 | <text x="180" y="380" fill="#8B5CF6">Metaverse</text> |
| 36 | <text x="1100" y="380" fill="#6366F1">Blockchain</text> |
| 37 | <text x="440" y="200" fill="#3B82F6">Quantum Computing</text> |
| 38 | <text x="840" y="200" fill="#FB7185">Machine Learning</text> |
| 39 | <text x="440" y="560" fill="#34D399">Digital Twins</text> |
| 40 | <text x="840" y="560" fill="#FBBF24">IoT / AIoT</text> |
| 41 | </g> |
| 42 | <!-- Tier 4: Low (Outer Ring) --> |
| 43 | <g font-weight="600" font-size="24" fill="#64748B"> |
| 44 | <text x="240" y="180">Web 3.0</text> |
| 45 | <text x="1040" y="180">Low-Code</text> |
| 46 | <text x="240" y="580">Zero Trust</text> |
| 47 | <text x="1040" y="580">Knowledge Graphs</text> |
| 48 | <text x="140" y="280">Multimodal AI</text> |
| 49 | <text x="1140" y="280">Federated Learning</text> |
| 50 | <text x="140" y="480">AIGC</text> |
| 51 | <text x="1140" y="480">Privacy Computing</text> |
| 52 | <text x="640" y="160">RPA</text> |
| 53 | <text x="640" y="580">GPT-4</text> |
| 54 | </g> |
| 55 | <!-- Tier 5: Minimum (Dust/Particles) --> |
| 56 | <g font-weight="500" font-size="16" fill="#94A3B8"> |
| 57 | <text x="140" y="120">DevOps</text> |
| 58 | <text x="1140" y="120">MLOps</text> |
| 59 | <text x="140" y="640">Cybersecurity</text> |
| 60 | <text x="1140" y="640">Spatial Computing</text> |
| 61 | <text x="500" y="260">Data Mesh</text> |
| 62 | <text x="780" y="260">API First</text> |
| 63 | <text x="500" y="500">Serverless</text> |
| 64 | <text x="780" y="500">Microservices</text> |
| 65 | <text x="80" y="380">SaaS</text> |
| 66 | <text x="1200" y="380">PaaS</text> |
| 67 | </g> |
| 68 | </g> |
| 69 | <!-- ==================== UI Legend ==================== --> |
| 70 | <g id="frequency-legend" data-pptx-bounds="265 633 750 54"> |
| 71 | <rect x="340" y="640" width="600" height="40" rx="20" fill="#FFFFFF"/> |
| 72 | <text x="640" y="665" font-size="14" font-weight="600" fill="#475569" text-anchor="middle"> |
| 73 | Size indicates frequency: |
| 74 | <tspan fill="#4F46E5" font-weight="800"> Extreme</tspan> · |
| 75 | <tspan fill="#F43F5E" font-weight="700"> High</tspan> · |
| 76 | <tspan fill="#14B8A6" font-weight="600"> Medium</tspan> · |
| 77 | <tspan fill="#64748B" font-weight="500"> Low</tspan> |
| 78 | </text> |
| 79 | </g> |
| 80 | <!-- ==================== Footer ==================== --> |
| 81 | <g id="source" data-pptx-bounds="40 677 1200 38"> |
| 82 | <text x="1220" y="700" text-anchor="end" font-weight="600" fill="#94A3B8">Data Source: Industry Reports & Social Media Analysis · 2025</text> |
| 83 | </g> |
| 84 | </svg> |
| 85 |