Spaces:
Running
Running
Manual changes saved
Browse files- value-mapper.html +151 -122
value-mapper.html
CHANGED
|
@@ -108,18 +108,23 @@
|
|
| 108 |
<div class="max-w-md mx-auto">
|
| 109 |
<select id="industry-selector" onchange="updateContent(true)" class="block w-full py-3 px-4 pr-10 border border-gray-300 dark:border-gray-600 rounded-xl text-base font-semibold text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-700 focus:ring-2 focus:ring-purple-500 focus:outline-none transition duration-200 shadow-lg">
|
| 110 |
<option value="placeholder" disabled selected class="text-gray-500">- Choose Industry to Map -</option>
|
| 111 |
-
<option value="
|
| 112 |
-
<option value="
|
|
|
|
|
|
|
|
|
|
| 113 |
<option value="E-commerce & Retail">E-commerce & Retail</option>
|
| 114 |
-
<option value="
|
|
|
|
|
|
|
| 115 |
<option value="Gaming">Gaming</option>
|
| 116 |
-
<option value="Public Education & Research">Public Education & Research</option>
|
| 117 |
<option value="Government & Public Sector">Government & Public Sector</option>
|
| 118 |
-
<option value="
|
|
|
|
| 119 |
<option value="Manufacturing">Manufacturing</option>
|
| 120 |
-
<option value="
|
|
|
|
| 121 |
<option value="Technology/SaaS">Technology/SaaS</option>
|
| 122 |
-
<option value="Startup">Startup</option>
|
| 123 |
</select>
|
| 124 |
</div>
|
| 125 |
</div>
|
|
@@ -192,9 +197,9 @@
|
|
| 192 |
themeToggle.addEventListener('click', () => {
|
| 193 |
html.classList.toggle('dark');
|
| 194 |
localStorage.theme = html.classList.contains('dark') ? 'dark' : 'light';
|
| 195 |
-
feather.replace();
|
| 196 |
});
|
| 197 |
-
|
| 198 |
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
| 199 |
html.classList.add('dark');
|
| 200 |
} else {
|
|
@@ -212,133 +217,163 @@
|
|
| 212 |
}
|
| 213 |
});
|
| 214 |
|
| 215 |
-
// --- Feather Icons ---
|
| 216 |
feather.replace();
|
| 217 |
</script>
|
| 218 |
<script>
|
| 219 |
-
let currentSetIndex = 0;
|
| 220 |
const INDUSTRY_DATA = {
|
| 221 |
-
"
|
| 222 |
-
valueDrivers: "Value Drivers: This sector is
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
},
|
| 230 |
-
"
|
| 231 |
-
valueDrivers: "Value Drivers:
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
},
|
| 239 |
-
"E-commerce & Retail": {
|
| 240 |
-
valueDrivers: "Value Drivers: This industry requires high availability, scalability to handle traffic spikes (e.g., Black Friday), and data analytics for personalization. Product Focus: Kubernetes Kapsule, Serverless Containers, Load Balancers, Managed Databases, Serverless SQL Database, Transaction Emails, Object Storage.",
|
| 241 |
-
dq1: "How quickly and cost-effectively can you scale your infrastructure to handle Black Friday-level traffic spikes without over-provisioning for the rest of the year?", pbo1: "Your success depends on handling peak traffic seamlessly. Would it be helpful to see how our clients use Kubernetes Kapsule and Load Balancers to auto-scale for these events?",
|
| 242 |
-
dq2: "What impact does page load time and database query speed have on your cart abandonment rate, especially during peak hours?", pbo2: "We've helped e-commerce sites boost conversion rates by improving performance. Would a brief overview of how our Managed Databases with Redis for caching can help be valuable?",
|
| 243 |
-
dq3: "As your application grows into a microservices architecture, how much of your team's time is spent managing the complexity of your Kubernetes environment versus building new features?", pbo3: "Your focus on Kapsule suggests you value efficiency. Many of our retail clients use our managed Kubernetes to free up their developers. Is developer productivity a key metric for you?",
|
| 244 |
-
dq4: "How are you storing and serving rich media like product images and videos to ensure they load quickly for all users?", pbo4: "Fast-loading product images are crucial. Can I show you how our Object Storage, combined with a CDN, provides a high-performance, cost-effective solution?",
|
| 245 |
-
dq5: "What is your process for sending transactional emails for things like order confirmations and shipping updates, and how do you ensure deliverability?", pbo5: "Reliable email delivery is essential for customer trust. Would a quick look at our Transaction Emails service be beneficial for your operations?",
|
| 246 |
-
dq6: "How are you analyzing sales and user behavior data, and what are the challenges of running complex queries on those large datasets?", pbo6: "Data analysis drives growth. Many of our clients are turning to our Serverless SQL Database to run powerful analytics without the cost of managing a data warehouse. Is that something you're exploring?"
|
| 247 |
},
|
| 248 |
"Media & Entertainment": {
|
| 249 |
-
valueDrivers: "Value Drivers: Characterized by massive file sizes (video, graphics), global content distribution, and intensive processing workloads like rendering and transcoding. Product Focus:
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
},
|
| 257 |
-
"
|
| 258 |
-
valueDrivers: "Value Drivers:
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
},
|
| 266 |
-
"
|
| 267 |
-
valueDrivers: "Value Drivers:
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
dq6: "Are you concerned about long-term vendor lock-in or unpredictable data egress costs, especially with large research datasets?", pbo6: "Many institutions are concerned about rising data costs. Would it be helpful to discuss how our open-source ecosystem and transparent pricing helps avoid those challenges?"
|
| 274 |
},
|
| 275 |
-
"
|
| 276 |
-
valueDrivers: "Value Drivers:
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
dq6: "How do you manage and forecast cloud expenditures to stay within strict public-sector budgets, especially when dealing with data transfer costs?", pbo6: "Budget predictability is essential in the public sector. Can I share how our transparent pricing on services like VPC and bandwidth helps our government clients avoid surprise costs?"
|
| 283 |
},
|
| 284 |
"Cybersecurity": {
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
},
|
| 293 |
"Manufacturing": {
|
| 294 |
-
valueDrivers: "Value Drivers: This sector is
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
|
| 300 |
-
dq6: "How are you integrating data from across your supply chain to get a real-time view of your operations?", pbo6: "Supply chain visibility is a significant competitive advantage. Is using a scalable, central data platform to integrate data from multiple sources a current focus for your team?"
|
| 301 |
},
|
| 302 |
"Energy, Logistics & Transport": {
|
| 303 |
-
valueDrivers: "Value Drivers: These sectors manage vast,
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
dq6: "What is your strategy for monitoring the health and status of thousands of critical remote assets in real-time?", pbo6: "Real-time visibility is crucial. Can I briefly show you how our Monitoring and Alerting tools are used to keep track of critical remote infrastructure?"
|
| 310 |
},
|
| 311 |
"Technology/SaaS": {
|
| 312 |
-
valueDrivers: "Value Drivers: These
|
| 313 |
-
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
|
| 318 |
-
dq6: "Are you concerned about unpredictable cloud costs, especially related to data egress, as your user base grows?", pbo6: "Many SaaS companies are concerned about rising egress fees. Would it be helpful to discuss how our transparent pricing helps you scale your business predictably?"
|
| 319 |
-
},
|
| 320 |
-
"Startup": {
|
| 321 |
-
valueDrivers: "Value Drivers: Startups need to move fast, stay lean, and build for scale from day one. They heavily favor managed services that reduce operational overhead. Product Focus: Kubernetes Kapsule, Serverless Containers, Managed Databases, Marketplace, Domain & DNS, Transaction Emails, API & CLI, Terraform Provider, Generative APIs.",
|
| 322 |
-
dq1: "How are you balancing the need to ship features quickly with the need to build a scalable architecture that won't require a total rewrite later?", pbo1: "We see many startups face the 'build fast vs. build right' dilemma. Can I show you how our managed services like Kapsule and Managed Databases help you do both?",
|
| 323 |
-
dq2: "What is your plan for managing infrastructure costs as your user base grows, and how do you avoid surprise bills related to things like data transfer?", pbo2: "Scaling shouldn't mean unpredictable costs. Would you be open to a quick look at our pricing model, which is designed to be transparent and predictable for startups?",
|
| 324 |
-
dq3: "Are there any parts of your infrastructure, like your database or container orchestration, that you worry are becoming an operational burden on your small team?", pbo3: "We offer managed services specifically to help startups focus on their product. Is reducing operational overhead with things like Serverless Containers something you're thinking about?",
|
| 325 |
-
dq4: "How are you thinking about incorporating advanced features, like AI, into your product without a large upfront investment?", pbo4: "I see Generative APIs are a focus for you. Our on-demand GPUs and AI tools are perfect for startups experimenting with AI. Would you be interested in hearing how others are using this to innovate?",
|
| 326 |
-
dq5: "What is your process for getting your application online, from registering a domain to setting up your core infrastructure?", pbo5: "Getting to market quickly is key. Can I show you how our integrated Domain & DNS, Marketplace, and other services help you get set up in hours, not weeks?",
|
| 327 |
-
dq6: "How important is building on an open-source, automatable foundation to avoid vendor lock-in as you scale?", pbo6: "We're passionate about helping startups avoid vendor lock-in. Can we discuss how our open ecosystem and first-class Terraform provider can support your growth?"
|
| 328 |
}
|
| 329 |
};
|
| 330 |
-
|
| 331 |
const refreshButton = document.getElementById('refresh-button');
|
| 332 |
refreshButton.addEventListener('click', () => {
|
| 333 |
-
|
| 334 |
-
updateContent();
|
| 335 |
});
|
| 336 |
|
| 337 |
-
function
|
| 338 |
-
|
| 339 |
-
|
|
|
|
| 340 |
}
|
|
|
|
|
|
|
|
|
|
| 341 |
|
|
|
|
| 342 |
const selector = document.getElementById('industry-selector');
|
| 343 |
const industry = selector.value;
|
| 344 |
const dynamicArea = document.getElementById('dynamic-area');
|
|
@@ -362,25 +397,19 @@
|
|
| 362 |
<p class="font-semibold text-lg mb-2 text-purple-600 dark:text-purple-400">Product Focus:</p>
|
| 363 |
<p>${'$2'}</p>`);
|
| 364 |
|
| 365 |
-
const
|
| 366 |
-
{ pbo1: 'pbo1', dq1: 'dq1', pbo2: 'pbo2', dq2: 'dq2' },
|
| 367 |
-
{ pbo1: 'pbo3', dq1: 'dq3', pbo2: 'pbo4', dq2: 'dq4' },
|
| 368 |
-
{ pbo1: 'pbo5', dq1: 'dq5', pbo2: 'pbo6', dq2: 'dq6' }
|
| 369 |
-
];
|
| 370 |
-
|
| 371 |
-
const currentKeys = keySets[currentSetIndex];
|
| 372 |
|
| 373 |
-
document.getElementById('pbo1').textContent =
|
| 374 |
-
document.getElementById('dq1').textContent =
|
| 375 |
-
document.getElementById('pbo2').textContent =
|
| 376 |
-
document.getElementById('dq2').textContent =
|
| 377 |
|
| 378 |
initialMessage.classList.add('hidden');
|
| 379 |
dynamicArea.classList.remove('hidden');
|
| 380 |
refreshBtn.classList.remove('hidden');
|
| 381 |
feather.replace();
|
| 382 |
|
| 383 |
-
if (
|
| 384 |
dynamicArea.scrollIntoView({ behavior: 'smooth', block: 'start' });
|
| 385 |
}
|
| 386 |
}
|
|
|
|
| 108 |
<div class="max-w-md mx-auto">
|
| 109 |
<select id="industry-selector" onchange="updateContent(true)" class="block w-full py-3 px-4 pr-10 border border-gray-300 dark:border-gray-600 rounded-xl text-base font-semibold text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-700 focus:ring-2 focus:ring-purple-500 focus:outline-none transition duration-200 shadow-lg">
|
| 110 |
<option value="placeholder" disabled selected class="text-gray-500">- Choose Industry to Map -</option>
|
| 111 |
+
<option value="Artificial Intelligence & Machine Learning">Artificial Intelligence & Machine Learning</option>
|
| 112 |
+
<option value="Automotive & Robotics">Automotive & Robotics</option>
|
| 113 |
+
<option value="Blockchain & Crypto">Blockchain & Crypto</option>
|
| 114 |
+
<option value="Cloud & DevOps Providers">Cloud & DevOps Providers</option>
|
| 115 |
+
<option value="Cybersecurity">Cybersecurity</option>
|
| 116 |
<option value="E-commerce & Retail">E-commerce & Retail</option>
|
| 117 |
+
<option value="Education & EdTech">Education & EdTech</option>
|
| 118 |
+
<option value="Energy, Logistics & Transport">Energy, Logistics & Transport</option>
|
| 119 |
+
<option value="Financial Services & Insurance">Financial Services & Insurance</option>
|
| 120 |
<option value="Gaming">Gaming</option>
|
|
|
|
| 121 |
<option value="Government & Public Sector">Government & Public Sector</option>
|
| 122 |
+
<option value="Healthcare & Life Sciences">Healthcare & Life Sciences</option>
|
| 123 |
+
<option value="High-Performance Computing (HPC)">High-Performance Computing (HPC)</option>
|
| 124 |
<option value="Manufacturing">Manufacturing</option>
|
| 125 |
+
<option value="Media & Entertainment">Media & Entertainment</option>
|
| 126 |
+
<option value="Startups & Scale-ups">Startups & Scale-ups</option>
|
| 127 |
<option value="Technology/SaaS">Technology/SaaS</option>
|
|
|
|
| 128 |
</select>
|
| 129 |
</div>
|
| 130 |
</div>
|
|
|
|
| 197 |
themeToggle.addEventListener('click', () => {
|
| 198 |
html.classList.toggle('dark');
|
| 199 |
localStorage.theme = html.classList.contains('dark') ? 'dark' : 'light';
|
| 200 |
+
feather.replace();
|
| 201 |
});
|
| 202 |
+
|
| 203 |
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
| 204 |
html.classList.add('dark');
|
| 205 |
} else {
|
|
|
|
| 217 |
}
|
| 218 |
});
|
| 219 |
|
|
|
|
| 220 |
feather.replace();
|
| 221 |
</script>
|
| 222 |
<script>
|
|
|
|
| 223 |
const INDUSTRY_DATA = {
|
| 224 |
+
"Artificial Intelligence & Machine Learning": {
|
| 225 |
+
valueDrivers: "Value Drivers: This sector is defined by its need for massive, on-demand computational power to train complex models. Speed of iteration, access to the latest hardware, and scalable infrastructure are critical for innovation and competitive advantage. Product Focus: GPU Instances (Clusters), AI Suite, Managed Inference, Object Storage, Container Registry.",
|
| 226 |
+
questions: [
|
| 227 |
+
{ pbo: "Would it be helpful to explore how access to scalable GPU resources could speed up your model training?", dq: "What challenges are you currently facing in scaling your AI/ML workloads?" },
|
| 228 |
+
{ pbo: "Could we discuss how your lab manages compute-heavy AI training workloads?", dq: "How do you currently handle demand spikes for GPU capacity during large model training?" },
|
| 229 |
+
{ pbo: "Would you be open to exploring how faster GPU infrastructure could improve your project delivery timelines?", dq: "How do your current infrastructure constraints impact client project turnaround?" },
|
| 230 |
+
{ pbo: "Is accelerating your team’s model development cycle something you're actively exploring?", dq: "What would faster model iteration mean for your business outcomes?" }
|
| 231 |
+
]
|
| 232 |
},
|
| 233 |
+
"High-Performance Computing (HPC)": {
|
| 234 |
+
valueDrivers: "Value Drivers: HPC users run large-scale simulations and complex calculations that are bottlenecked by compute performance. They require maximum processing power, high-speed networking, and large memory capacity to reduce time-to-result for research and engineering. Product Focus: GPU Instances (Clusters), Bare Metal, High-Memory Instances, Private Network.",
|
| 235 |
+
questions: [
|
| 236 |
+
{ pbo: "Could faster compute resources help accelerate your research simulations?", dq: "What simulation workloads are currently bottlenecked by compute availability?" },
|
| 237 |
+
{ pbo: "Would reducing simulation run times help improve your product development cycle?", dq: "Which stages of your design process are most limited by computational power?" },
|
| 238 |
+
{ pbo: "Would accelerating seismic data analysis bring value to your exploration timelines?", dq: "How long do your typical reservoir simulations take, and what would faster results enable?" },
|
| 239 |
+
{ pbo: "Could lower-latency, high-performance computing enhance your trading or risk models?", dq: "Where in your quant pipeline are you hitting performance bottlenecks?" }
|
| 240 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 241 |
},
|
| 242 |
"Media & Entertainment": {
|
| 243 |
+
valueDrivers: "Value Drivers: Characterized by massive file sizes (video, graphics), global content distribution, and intensive processing workloads like rendering and transcoding. They need powerful GPUs to accelerate creative workflows and meet tight production deadlines. Product Focus: GPU Instances, Object Storage, Bare Metal, Edge Computing, Private Network.",
|
| 244 |
+
questions: [
|
| 245 |
+
{ pbo: "Would faster rendering times help you meet tighter production deadlines?", dq: "How do render times currently affect your project delivery and team productivity?" },
|
| 246 |
+
{ pbo: "Could improved GPU acceleration reduce your video processing and delivery times?", dq: "What challenges do you face with real-time editing or large-scale video transcoding?" },
|
| 247 |
+
{ pbo: "Would faster iteration on game assets or AI testing help your development cycle?", dq: "Where in your game development pipeline are you constrained by compute resources?" },
|
| 248 |
+
{ pbo: "How do you manage collaborative workflows between remote creative teams, especially when dealing with terabytes of raw footage?", dq: "We specialize in helping remote creative teams collaborate on massive files. Would you be open to hearing how our high-speed Private Network securely connects their workstations to your central storage?" }
|
| 249 |
+
]
|
| 250 |
},
|
| 251 |
+
"Healthcare & Life Sciences": {
|
| 252 |
+
valueDrivers: "Value Drivers: Driven by regulatory compliance (HIPAA, HDS), massive data sets (genomics, medical imaging), and the need for high-performance computing for research, drug discovery, and AI-powered diagnostics. Product Focus: GPU Instances, AI Suite, Managed Inference, Object Storage, High-Memory Instances, Compliance Tools.",
|
| 253 |
+
questions: [
|
| 254 |
+
{ pbo: "Could faster processing of genomic data accelerate your discovery timelines?", dq: "Which bioinformatics workflows take the longest, and what would speeding them up enable?" },
|
| 255 |
+
{ pbo: "Would faster AI inference on medical imaging data improve diagnostic throughput?", dq: "How are you currently handling the computational load of AI-based image analysis?" },
|
| 256 |
+
{ pbo: "Could scalable GPU infrastructure support your clinical validation or deployment goals?", dq: "What infrastructure challenges are you facing as you scale your AI models in production?" },
|
| 257 |
+
{ pbo: "How is your organization managing the storage and processing of large genomic or medical imaging datasets in a way that is both cost-effective and HDS-compliant?", dq: "I understand that managing large, sensitive datasets is a key challenge in biotech. Would you be interested in how our HDS-certified Object Storage offers a cost-effective archival solution?" }
|
| 258 |
+
]
|
| 259 |
},
|
| 260 |
+
"Automotive & Robotics": {
|
| 261 |
+
valueDrivers: "Value Drivers: This sector relies on intensive simulation for testing and vast amounts of data for training autonomous systems. High-performance GPU clusters are essential for accelerating development cycles and improving the accuracy of AI models. Product Focus: GPU Instances (Clusters), AI Suite, Object Storage, Edge Computing.",
|
| 262 |
+
questions: [
|
| 263 |
+
{ pbo: "Would faster training cycles help you iterate more quickly on autonomous driving models?", dq: "How much time do you currently spend on model retraining, and what could that time enable?" },
|
| 264 |
+
{ pbo: "Could high-performance simulation environments improve your robotics testing efficiency?", dq: "What proportion of your development time is spent waiting for simulations to complete?" },
|
| 265 |
+
{ pbo: "Would real-time AI inference on production data help improve system uptime?", dq: "Where in your industrial operations could AI-driven insights make the biggest impact?" }
|
| 266 |
+
]
|
|
|
|
| 267 |
},
|
| 268 |
+
"E-commerce & Retail": {
|
| 269 |
+
valueDrivers: "Value Drivers: This industry requires high availability, scalability for traffic spikes, and increasingly uses AI for personalization and operational efficiency. GPUs accelerate recommendation model training and computer vision for inventory management. Product Focus: Kubernetes Kapsule, Serverless Containers, Managed Databases, GPU Instances, AI Suite.",
|
| 270 |
+
questions: [
|
| 271 |
+
{ pbo: "Could faster model training improve the relevance and timing of your recommendations?", dq: "How often do you retrain your recommendation models, and what limits more frequent updates?" },
|
| 272 |
+
{ pbo: "Would improved image processing speed enhance your customer experience or operations?", dq: "What computer vision applications are you exploring, and what compute demands do they have?" },
|
| 273 |
+
{ pbo: "How quickly can you scale your infrastructure to handle Black Friday-level traffic spikes without over-provisioning for the rest of the year?", dq: "Your success depends on handling peak traffic seamlessly. Would it be helpful to see how our clients use Kubernetes Kapsule and Load Balancers to auto-scale for these events?" }
|
| 274 |
+
]
|
|
|
|
| 275 |
},
|
| 276 |
"Cybersecurity": {
|
| 277 |
+
valueDrivers: "Value Drivers: This industry leverages AI for real-time threat detection and fraud prevention. They need high-performance GPUs for rapid analysis of vast datasets and bare metal for secure, isolated research environments. Product Focus: GPU Instances, Bare Metal, VPC, Private Network, Logs & Metrics.",
|
| 278 |
+
questions: [
|
| 279 |
+
{ pbo: "Could real-time AI analysis of network behavior improve your threat detection accuracy?", dq: "How do you currently handle large-scale log analysis, and where are the delays?" },
|
| 280 |
+
{ pbo: "Would lower-latency fraud detection reduce false positives or losses?", dq: "What kind of transaction volumes are you analyzing, and what response time is required?" },
|
| 281 |
+
{ pbo: "How do you provide your analysts with secure, isolated environments for malware analysis without risking your core infrastructure?", dq: "We can provide on-demand, fully isolated Bare Metal servers for sandboxing. Is having access to ephemeral, secure research environments a need for your team?" }
|
| 282 |
+
]
|
| 283 |
+
},
|
| 284 |
+
"Education & EdTech": {
|
| 285 |
+
valueDrivers: "Value Drivers: This sector needs access to on-demand high-performance computing for research and scalable platforms for AI-powered learning applications. Cost-effective GPU access empowers both faculty research and student projects. Product Focus: GPU Instances, AI Suite, Managed Notebooks, Marketplace.",
|
| 286 |
+
questions: [
|
| 287 |
+
{ pbo: "Could AI infrastructure support help you scale personalized learning experiences?", dq: "What AI/ML features are you planning to roll out, and what compute will they require?" },
|
| 288 |
+
{ pbo: "Would on-demand GPU access help support student or faculty research initiatives?", dq: "What types of research projects are compute-constrained, and how is that affecting outcomes?" }
|
| 289 |
+
]
|
| 290 |
+
},
|
| 291 |
+
"Government & Public Sector": {
|
| 292 |
+
valueDrivers: "Value Drivers: Prioritizes data sovereignty, security, and increasingly uses HPC for simulations (e.g., smart cities, defense) and AI for operational efficiency, all within a secure, compliant European cloud. Product Focus: GPU Instances, Bare Metal, VPC, Private Network, Compliance Tools.",
|
| 293 |
+
questions: [
|
| 294 |
+
{ pbo: "Could accelerated computing help improve real-time decision-making in city operations?", dq: "What urban challenges are you modeling, and how long do simulations currently take?" },
|
| 295 |
+
{ pbo: "Would secure, high-performance computing support your simulation and testing requirements?", dq: "What kinds of simulations or AI applications are you developing, and what are their compute needs?" },
|
| 296 |
+
{ pbo: "In your digital transformation roadmap, what are the primary risks associated with relying on non-European cloud providers for sensitive citizen data?", dq: "As a European provider, data sovereignty is central to our mission. Do you mind if I share how we address those requirements with our certified, local infrastructure?" }
|
| 297 |
+
]
|
| 298 |
+
},
|
| 299 |
+
"Blockchain & Crypto": {
|
| 300 |
+
valueDrivers: "Value Drivers: This sector requires high-performance compute for transaction processing and AI-driven analytics to detect fraud and patterns on-chain. GPU acceleration is key for performance in these areas. Product Focus: GPU Instances, Bare Metal, VPC.",
|
| 301 |
+
questions: [
|
| 302 |
+
{ pbo: "Are you exploring alternative compute solutions for blockchain workloads?", dq: "What are your primary blockchain compute needs, and how are you addressing scalability?" },
|
| 303 |
+
{ pbo: "Could GPU-accelerated analysis improve your ability to detect suspicious blockchain activity?", dq: "How are you currently analyzing large blockchain datasets, and what are the limitations?" }
|
| 304 |
+
]
|
| 305 |
+
},
|
| 306 |
+
"Startups & Scale-ups": {
|
| 307 |
+
valueDrivers: "Value Drivers: Startups need to move fast, stay lean, and build for scale. They favor managed services and on-demand GPU access to build innovative, AI-powered products without large upfront capital investment. Product Focus: GPU Instances, Kubernetes Kapsule, Serverless Containers, Managed Databases, AI Suite.",
|
| 308 |
+
questions: [
|
| 309 |
+
{ pbo: "Would scalable GPU infrastructure help you bring your product to market faster?", dq: "What are the biggest infrastructure challenges as you scale your startup?" },
|
| 310 |
+
{ pbo: "Could providing GPU resources to your startups give them a competitive edge?", dq: "How do you currently support startups with high-performance computing needs?" }
|
| 311 |
+
]
|
| 312 |
+
},
|
| 313 |
+
"Cloud & DevOps Providers": {
|
| 314 |
+
valueDrivers: "Value Drivers: These companies need to offer competitive services to their own customers. Adding GPU capabilities meets growing market demand for AI/ML workloads. They also use GPUs internally to accelerate CI/CD pipelines. Product Focus: GPU Instances, Bare Metal, API & CLI, Terraform Provider.",
|
| 315 |
+
questions: [
|
| 316 |
+
{ pbo: "Would adding GPU instances to your cloud offerings meet growing customer demand?", dq: "What types of customers are asking for GPU capabilities, and what use cases are they running?" },
|
| 317 |
+
{ pbo: "Could GPU-accelerated testing reduce your CI/CD pipeline times?", dq: "Which parts of your deployment pipeline would benefit most from GPU acceleration?" }
|
| 318 |
+
]
|
| 319 |
+
},
|
| 320 |
+
"Financial Services & Insurance": {
|
| 321 |
+
valueDrivers: "Value Drivers: This sector needs high-performance computing for risk modeling and algorithmic trading, alongside stringent security and compliance. GPUs accelerate complex quantitative analysis, reducing time-to-insight for critical financial decisions. Product Focus: GPU Instances, Bare Metal, VPC, Private Network, Compliance Tools.",
|
| 322 |
+
questions: [
|
| 323 |
+
{ pbo: "Could lower-latency, high-performance computing enhance your trading or risk models?", dq: "Where in your quant pipeline are you hitting performance bottlenecks?" },
|
| 324 |
+
{ pbo: "How are you addressing the complexities of maintaining PCI DSS and GDPR compliance, especially when connecting to legacy on-premise systems?", dq: "Many of our financial clients use our Private Network and VPC to build secure hybrid environments that simplify compliance. Is that a challenge you're currently facing?" },
|
| 325 |
+
{ pbo: "As you prepare for new regulations like DORA, what is your strategy for ensuring the operational resilience of your critical infrastructure?", dq: "Preparing for DORA is a significant task. Would it be helpful to see how our sovereign cloud helps clients meet these upcoming resilience requirements?" }
|
| 326 |
+
]
|
| 327 |
+
},
|
| 328 |
+
"Gaming": {
|
| 329 |
+
valueDrivers: "Value Drivers: Success in this industry hinges on low latency, robust protection against attacks, and increasingly, powerful server-side compute for physics, AI, and graphics. GPUs can accelerate game asset development and power next-gen AI for NPCs. Product Focus: Bare Metal, Elastic Metal, GPU Instances, DDoS Protection, Load Balancers.",
|
| 330 |
+
questions: [
|
| 331 |
+
{ pbo: "Would faster iteration on game assets or AI testing help your development cycle?", dq: "Where in your game development pipeline are you constrained by compute resources?" },
|
| 332 |
+
{ pbo: "How are you protecting your game servers from DDoS attacks that can ruin the player experience and cause churn?", dq: "DDoS protection is non-negotiable for online games. Would a quick overview of how our included protection ensures high availability be useful for your team?" },
|
| 333 |
+
{ pbo: "For your game servers, what is the key trade-off you are currently making between achieving consistent, low-latency performance and managing costs?", dq: "We find many studios want to balance cost and performance. Can I share how our Bare Metal and Elastic Metal servers are designed for exactly that?" }
|
| 334 |
+
]
|
| 335 |
},
|
| 336 |
"Manufacturing": {
|
| 337 |
+
valueDrivers: "Value Drivers: This sector is adopting cloud for Industrial IoT (IIoT), data analytics, and supply chain optimization. GPUs are critical for running 'digital twin' simulations and deploying computer vision for quality control on the factory floor. Product Focus: GPU Instances, IoT Hub, Edge Computing, AI Suite, Private Network, Object Storage.",
|
| 338 |
+
questions: [
|
| 339 |
+
{ pbo: "How are you leveraging 'digital twin' simulations to optimize production lines, and what are the computational challenges of processing that sensor data?", dq: "We see many manufacturers adopting digital twins. Would you be interested to hear how they use our AI Suite and HPC instances to run these complex simulations cost-effectively?"},
|
| 340 |
+
{ pbo: "What percentage of unscheduled downtime could be saved if you could process IoT sensor data on the factory floor for instant, predictive maintenance?", dq: "Processing data at the source is the future. Can I show you how our IoT and Edge Computing solutions are designed for real-time action on the factory floor?"},
|
| 341 |
+
{ pbo: "How are you using computer vision for quality control on the production line, and what are the challenges in deploying those AI models?", dq: "AI-powered quality control is a powerful tool. Are you interested in how our AI Suite can help you build and deploy computer vision models right on the factory floor?" }
|
| 342 |
+
]
|
|
|
|
| 343 |
},
|
| 344 |
"Energy, Logistics & Transport": {
|
| 345 |
+
valueDrivers: "Value Drivers: These sectors manage vast, distributed assets and rely on data for optimization and predictive maintenance. GPUs accelerate complex simulations for grid modeling and logistics, and power AI for predictive analytics. Product Focus: GPU Instances, IoT Hub, Edge Computing, AI Suite, Object Storage.",
|
| 346 |
+
questions: [
|
| 347 |
+
{ pbo: "How satisfied are your teams with the speed and cost of running large-scale simulations, whether for grid modeling, logistics optimization, or route planning?", dq: "Simulation speed is a real competitive advantage. Can I share how our on-demand GPU instances are used for these high-performance workloads without a large upfront investment?" },
|
| 348 |
+
{ pbo: "For critical assets like turbines or your vehicle fleet, how are you using data to move from reactive repairs to predictive maintenance?", dq: "Predictive maintenance can dramatically reduce operational costs. May I share how our AI Suite is used to build models that predict equipment failure before it happens?" },
|
| 349 |
+
{ pbo: "As you manage distributed assets like vehicles or grid components, what are the biggest challenges in collecting and analyzing real-time telemetry data to optimize performance?", dq: "We help companies in your sector turn massive streams of telemetry data into measurable cost savings. Would you be interested in how our IoT and database solutions make that possible?" }
|
| 350 |
+
]
|
|
|
|
| 351 |
},
|
| 352 |
"Technology/SaaS": {
|
| 353 |
+
valueDrivers: "Value Drivers: These cloud-native companies prioritize developer productivity, scalability, and cost-efficiency. They leverage GPUs to build next-generation AI features into their platforms and accelerate their own internal CI/CD testing pipelines. Product Focus: GPU Instances, Kubernetes Kapsule, Serverless Containers, Managed Databases, API & CLI, Terraform Provider.",
|
| 354 |
+
questions: [
|
| 355 |
+
{ pbo: "Could GPU-accelerated testing reduce your CI/CD pipeline times?", dq: "Which parts of your deployment pipeline would benefit most from GPU acceleration?" },
|
| 356 |
+
{ pbo: "How much of your engineering time is spent on maintaining infrastructure versus building new product features for your customers?", dq: "We help SaaS companies refocus their engineers on product development. Is reducing the burden of infrastructure management with services like Kubernetes Kapsule a priority for you?" },
|
| 357 |
+
{ pbo: "How are you providing your developers with the tools they need to build, test, and deploy code in an automated and repeatable way?", dq: "I see developer tools are a major focus for you. We are committed to a fully automatable cloud via our Terraform provider and robust API. Is improving your CI/CD pipeline a current goal?" }
|
| 358 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 359 |
}
|
| 360 |
};
|
| 361 |
+
|
| 362 |
const refreshButton = document.getElementById('refresh-button');
|
| 363 |
refreshButton.addEventListener('click', () => {
|
| 364 |
+
updateContent(false); // Pass false to not reset the scroll
|
|
|
|
| 365 |
});
|
| 366 |
|
| 367 |
+
// Helper function to shuffle an array and pick the first N items
|
| 368 |
+
function shuffleAndPick(arr, numPicks) {
|
| 369 |
+
if (!arr || arr.length === 0) {
|
| 370 |
+
return [];
|
| 371 |
}
|
| 372 |
+
const shuffled = [...arr].sort(() => 0.5 - Math.random());
|
| 373 |
+
return shuffled.slice(0, numPicks);
|
| 374 |
+
}
|
| 375 |
|
| 376 |
+
function updateContent(shouldScroll = false) {
|
| 377 |
const selector = document.getElementById('industry-selector');
|
| 378 |
const industry = selector.value;
|
| 379 |
const dynamicArea = document.getElementById('dynamic-area');
|
|
|
|
| 397 |
<p class="font-semibold text-lg mb-2 text-purple-600 dark:text-purple-400">Product Focus:</p>
|
| 398 |
<p>${'$2'}</p>`);
|
| 399 |
|
| 400 |
+
const questionPairs = shuffleAndPick(data.questions, 2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 401 |
|
| 402 |
+
document.getElementById('pbo1').textContent = questionPairs[0] ? questionPairs[0].pbo : "No opener available.";
|
| 403 |
+
document.getElementById('dq1').textContent = questionPairs[0] ? questionPairs[0].dq : "No question available.";
|
| 404 |
+
document.getElementById('pbo2').textContent = questionPairs[1] ? questionPairs[1].pbo : "No opener available.";
|
| 405 |
+
document.getElementById('dq2').textContent = questionPairs[1] ? questionPairs[1].dq : "No question available.";
|
| 406 |
|
| 407 |
initialMessage.classList.add('hidden');
|
| 408 |
dynamicArea.classList.remove('hidden');
|
| 409 |
refreshBtn.classList.remove('hidden');
|
| 410 |
feather.replace();
|
| 411 |
|
| 412 |
+
if (shouldScroll) {
|
| 413 |
dynamicArea.scrollIntoView({ behavior: 'smooth', block: 'start' });
|
| 414 |
}
|
| 415 |
}
|