Upskilling Engineers for Quantum Projects: Practical Learning Paths and Project Ideas
Curated quantum learning paths, hands-on projects, and assessment methods to help engineering teams build real-world quantum skills.
Upskilling Engineers for Quantum Projects: Practical Learning Paths and Project Ideas
If your organisation is exploring quantum computing, the biggest risk is rarely the hardware roadmap. It is usually the skills gap between classical engineers and the practical demands of quantum software development. Teams need more than theory: they need a way to learn qubit programming, navigate a quantum SDK, run experiments on a quantum simulator, and evaluate whether the work is useful for real business problems. This guide gives UK-focused learning paths, project ideas, micro-experiments, and assessment methods that engineering managers can use to turn curiosity into capability. For a broader starting point on skill-building, see our guide on developer learning paths from classical programmer to confident quantum engineer.
The goal here is not to pretend every engineer should become a quantum physicist. Instead, the goal is to create practical fluency across a team: enough knowledge to choose the right abstractions, avoid common mistakes, and prototype hybrid workflows with confidence. That is especially important when organisations are comparing vendor stacks, deciding between developer-friendly qubit SDK design principles, and asking how to measure return on investment. In many ways, this is similar to how teams learn cloud or data engineering: they need a staged path, repeatable labs, and visible wins that prove the training is worth continuing.
Pro tip: the fastest way to build internal quantum capability is to teach through small, reproducible experiments, not long slide decks. A 30-minute lab with a clear hypothesis will often teach more than a six-hour lecture.
Why quantum upskilling must be practical, not theoretical
Quantum skills gaps show up in tooling, not just maths
Many engineering teams assume the learning challenge is only linear algebra, Dirac notation, or probability amplitudes. Those topics matter, but the operational gap usually appears sooner: which quantum SDK should we standardise on, how do we write tests for circuits, how do we validate results on a simulator versus a real device, and how do we integrate outputs into classical pipelines? Teams that learn by doing can answer these questions faster because they discover the shape of the tooling rather than memorising definitions. That is why practical labs should start with circuit construction, measurement, execution, and result interpretation.
This is also why organisations benefit from thinking like product teams rather than students. If you know what you want to build, it becomes easier to define the learning path. For example, a team interested in optimisation may prioritise Qiskit tutorials and variational algorithms, while a team focused on chemistry or machine learning may find a PennyLane tutorial more useful because of its hybrid differentiable workflows. A useful analogy is vendor selection in any modern platform project: the stack matters, but the workflow matters more. If you want guidance on keeping platforms usable for developers, our article on building an integration marketplace developers actually use offers a helpful mindset for designing discoverable, low-friction internal tooling.
UK teams need evidence, not hype
There is a growing appetite for quantum computing courses UK teams can use to upskill staff without sending them into an academic black hole. But course selection alone does not create capability. You need a mechanism to turn learning into assessed competency. That means defined outcomes, demo days, code reviews, and short project retrospectives. It also means understanding the business case: not every experiment must become a production system, but every experiment should generate evidence about feasibility, scalability, or value.
When teams are evaluating training spend, it helps to borrow ideas from ROI-focused operational work. For a rigorous lens on value tracking, our piece on ROI models for replacing manual document handling in regulated operations shows how to quantify time saved, error reduction, and adoption. The same principle applies here: quantify the cost of skills gaps, then compare it against the effort required to build a baseline of quantum literacy. Without that discipline, quantum learning can become an inspirational initiative with no clear finish line.
A practical learning framework for engineering teams
Stage 1: Build quantum literacy in one week
Start by teaching the minimum viable concepts: qubits, superposition, entanglement, measurement, gates, and circuits. The aim is not mastery; it is language alignment. Engineers should be able to explain why quantum systems behave differently from classical bits and what this means for computation. A good first exercise is to run a Bell-state circuit on a simulator and observe how repeated measurements produce correlated outcomes. That single lab introduces the idea of probabilistic results, state preparation, and the difference between statevector simulation and sampled execution.
For this stage, choose short, structured materials rather than long-form theory. A curated internal learning programme might include one introductory video, one hands-on notebook, and one review session. If your team is building around IBM-style workflows, start with focused benchmarking-style thinking for reproducibility and quality control, even if the domain is different. The core lesson is the same: define what “good” looks like before running the experiment.
Stage 2: Learn one SDK deeply
Pick one primary quantum SDK for the first 6–8 weeks. Most teams will choose either Qiskit or PennyLane depending on the goal. Qiskit is excellent for circuit construction, transpilation, and a broad ecosystem of tutorials. PennyLane shines when the team needs hybrid quantum-classical workflows and differentiable programming. The mistake many organisations make is comparing tools endlessly without building anything. Better to choose one stack, complete three projects, and then evaluate whether to extend or switch.
It also helps to design this stage like a platform adoption programme. Set up standard notebooks, naming conventions, and an internal “golden path” repo so every engineer learns the same way. Teams that have already dealt with integration sprawl will recognise the pattern; if that is your environment, see how to build an integration marketplace developers actually use and adapt the same discovery principles for quantum resources. The practical outcome should be simple: everyone knows where the examples live, how to run them, and how to compare their output.
Stage 3: Transition from exercises to applied mini-projects
Once engineers can run a circuit and interpret the output, move them into applied prototypes. Good quantum mini-projects are small enough to finish in a week but rich enough to expose realistic engineering questions. Examples include portfolio optimisation, routing heuristics, anomaly detection experiments, and quantum kernel classification. Each project should include a classical baseline so the team can compare performance and avoid “quantum for quantum’s sake.” That comparison is where the learning becomes useful to the business.
For inspiration on structuring experiments around measurable outcomes, our article on selecting an AI agent under outcome-based pricing is a useful reminder that organisations should judge tools by outcomes, not promises. The same approach applies to quantum pilots: define the target metric, the baseline, and the threshold that would justify further work.
Recommended learning paths by role
Path A: Classical software engineers
Classical developers usually have the best foundations for quantum upskilling because they already understand APIs, testing, version control, and debugging. Their learning path should focus on translating those skills into quantum concepts. Start with Python, then move into Qiskit tutorials, simple circuits, and simulator-based labs. The first milestone is being able to construct a circuit, execute it, and explain the output distribution. The second milestone is building a tiny algorithm such as teleportation, Grover search on a toy dataset, or a basic VQE example.
For these engineers, the best projects are implementation-heavy. Ask them to port a classical logic gate analogy into a quantum circuit, compare state preparation methods, and write unit tests for quantum notebook outputs. Another good exercise is to build a small hybrid workflow where classical preprocessing feeds a quantum subroutine. This is where quantum software development becomes tangible: the engineer begins to see not just the circuit, but the orchestration around it.
Path B: Data engineers and applied ML teams
Data and ML engineers often gravitate toward PennyLane tutorial content because it resembles differentiable ML workflows. Their learning path should emphasise parameterised circuits, gradient-based optimisation, and hybrid models that link classical feature engineering with quantum layers. They should also learn how to treat datasets carefully, because quantum experiments can be misleading if data splits, scaling, or evaluation protocols are weak. For this audience, the quantum simulator becomes a sandbox for exploring model behaviour before any hardware run is considered.
One useful learning pattern is to start with classification on a small synthetic dataset, then benchmark against a classical baseline. That encourages good scientific habits: hypothesis, test, compare, iterate. If your team already runs data platforms and model experiments, the mindset may feel familiar. The main difference is that quantum models can be fragile and sensitive to noise, so engineers need to document assumptions more rigorously than they might in a standard ML notebook.
Path C: Platform, DevOps, and cloud engineers
Platform engineers are essential in any serious quantum initiative because the real challenge is often deployment and reproducibility. They should learn how to containerise notebooks, manage environments, automate notebook execution, and build experiment logging around the quantum SDK. They also need to understand how to run a simulator in CI so teams can validate notebook changes without manual intervention. Without this operational discipline, quantum learning programmes become fragile and difficult to scale.
A useful comparison comes from cloud cost management. If you have ever worked on distributed systems, the lesson in designing cloud-native AI platforms that don’t melt your budget will feel familiar: expensive experiments need guardrails. For quantum upskilling, those guardrails include controlled environments, execution quotas, and a clear separation between sandbox notebooks and production-quality code. Platform teams should also define how to package reusable circuit templates so other engineers can discover them without reinventing the wheel.
Project ideas that turn learning into capability
Project 1: Bell states and measurement correlation lab
This is the simplest project, but it is invaluable. Ask engineers to create a Bell state, run it on a simulator, and measure the results across multiple shots. Then have them explain why the output frequencies do not match deterministic classical logic. This lab teaches entanglement, measurement, and probabilistic interpretation in one sitting. It also creates a shared baseline vocabulary that later projects can build on.
Assessment should be straightforward: can the engineer explain the expected distribution, identify what changes when noise is introduced, and reproduce the notebook from scratch? A good bonus task is to modify the circuit and observe how applying different gates changes the distribution. This builds intuition for circuit composition and measurement as a destructive operation, which is often a surprise for classical developers.
Project 2: Quantum teleportation demo
Quantum teleportation is a classic teaching project because it is conceptually elegant and technically rich. Engineers learn how entanglement, classical communication, and conditional gates work together. The project can be run entirely in simulation, which makes it ideal for internal learning programmes. The real value is not that the team will deploy teleportation in production, but that they will learn how multiple quantum operations coordinate to preserve a state indirectly.
To make the exercise more useful, ask participants to instrument the code with comments, diagram the circuit, and write a short explanation aimed at a non-technical stakeholder. This communication layer matters, because many organisations fail to build quantum momentum not due to code quality but because nobody can explain why the work matters. For help thinking about how to communicate technical value to broader audiences, our piece on metrics that matter when AI starts recommending brands shows how clarity and evidence drive trust.
Project 3: Variational optimisation for a toy problem
A variational algorithm is a strong next step because it introduces hybrid thinking. Engineers define a circuit ansatz, a cost function, and a classical optimiser. They then observe how the circuit parameters change as the optimiser searches for a better solution. This is an ideal bridge between classical engineering and qubit programming because it shows how a quantum circuit can be treated as part of a larger optimisation loop. It also reveals the sensitivity of the system to initial values, noise, and measurement error.
The project should include three deliverables: working code, a comparison with a classical optimiser, and a short write-up on limitations. That final write-up is important because it trains teams to evaluate quantum claims critically. Too many pilots focus only on successful runs; a mature team also records where the method underperforms. That habit is central to trustworthy engineering.
Project 4: QAOA routing or scheduling toy example
For operations-heavy teams, QAOA-style toy optimisation problems can be very compelling. Use a small graph, a tiny task scheduling case, or a route-selection problem with obvious constraints. The objective is to let engineers explore how a quantum algorithm behaves on a problem that is already familiar from the classical side. Even if the results are not better than a classical heuristic, the exercise still teaches decomposition, mapping, and constraint handling.
This is also where teams start to understand why practical quantum projects usually begin with small problem sizes. In many cases, the value lies in experimentation, not performance advantage. If your organisation already evaluates models or automation systems through pilot programmes, the discipline in budget-aware platform design and outcome-based procurement is directly relevant.
Micro-experiments that fit into busy engineering schedules
10-minute experiments for daily practice
Micro-experiments are essential when engineering teams are time-constrained. A 10-minute exercise might ask an engineer to change a gate, predict the result, and verify the output. Another might involve adjusting the number of shots in a circuit execution and observing how statistical variance changes. These exercises train intuition quickly and create a culture of experimentation. They are especially effective in weekly guild sessions or engineering community-of-practice meetings.
Keep each experiment tightly scoped and measurable. If the hypothesis is “changing this gate will flip the distribution,” the engineer should record whether that happened and why. Over time, these micro-experiments become an internal knowledge base. They are also a good fit for teams that want to build confidence before investing in more advanced labs or external courses.
30-minute pairing labs
Pairing works extremely well for quantum learning because it encourages explanation, not just execution. One engineer drives, one reviews, and both discuss the circuit at each step. A typical pairing lab might compare a deterministic classical function with a probabilistic quantum circuit, then inspect the resulting counts. This style helps teams catch misconceptions early, especially around measurement, state collapse, and circuit depth.
Pairing labs also create a natural review mechanism for code quality. If the team uses notebooks, set standards for markdown explanations, labelled diagrams, and reproducibility. If the team uses scripts, insist on function decomposition and testable modules. The same engineering habits that improve ordinary software quality become even more important in quantum work, where code often mixes mathematics, visualisation, and algorithmic experimentation.
Half-day sprint labs
A half-day lab is ideal for a mini-project with a presentation at the end. Teams can choose one of the project ideas above, implement the core logic, and document findings in a short report. This format is especially useful for leadership because it yields visible outputs: working notebooks, slides, and a clearer sense of what the team has learned. It also creates a rhythm for internal capability building, which is often more effective than one-off external training events.
To make these labs stick, end with a retro that answers four questions: What did we expect? What happened? What did we learn? What do we want to try next? Those questions move the team from passive learning into active practice.
How to assess quantum learning progress
Define levels of competence
Assessment should be practical and staged. A novice should be able to explain qubits, run a prepared notebook, and identify what the simulator is showing. An intermediate engineer should be able to modify circuits, compare quantum and classical baselines, and debug common issues. An advanced practitioner should be able to select an algorithm, justify the choice of SDK, and explain operational constraints such as noise, transpilation, or device availability. These levels help managers assign the right work to the right people.
A competency matrix is especially useful for organisations building larger programmes. You can map learning outcomes to skills such as circuit design, result interpretation, experiment logging, and hybrid workflow integration. If you are thinking about internal credentialing, the same recognition principles discussed in micro-awards that scale can help reinforce momentum through visible milestones and peer recognition.
Use evidence-based assessment, not attendance-based assessment
Attendance at a course is not proof of capability. Require evidence: a notebook that runs, a written explanation, a recorded demo, or a peer review. This approach is more reliable and more motivating because it rewards actual skill acquisition. It also lets organisations compare the effectiveness of different quantum computing courses UK teams may attend, whether internal, vendor-led, or university-affiliated.
For technical depth, assess not just whether code works, but whether the engineer understands why. Ask them to explain the effect of measurement, the role of the optimiser, or the difference between simulator behaviour and real hardware noise. The best assessments mirror real work rather than classroom trivia.
Track portfolio outcomes
One of the best ways to measure progress is through a small portfolio of internal artefacts. These can include notebooks, architecture diagrams, written experiment reports, and short demo videos. Over time, these outputs show whether the team is gaining fluency or merely completing isolated exercises. They also make it easier to onboard future hires, because the knowledge is captured in a reusable format.
If you already use formal onboarding or internal learning programmes, consider connecting quantum modules to your broader skills framework. A good reference point is implementing cross-platform achievements for internal training, which illustrates how progress tracking can motivate repeat engagement without turning learning into bureaucracy.
Choosing courses, tutorials, and study materials in the UK
What to look for in quantum computing courses UK teams can trust
The best courses combine conceptual clarity, current tooling, and hands-on exercises. Look for materials that use modern SDK versions, include reproducible notebooks, and avoid overclaiming practical quantum advantage. A useful course should also be vendor-aware without being vendor-locked. If it only teaches theory without code, or code without context, it will be hard to apply in a real engineering environment.
Another factor is pacing. Busy engineering teams benefit from modular content that can be consumed in short blocks, with labs that fit into existing sprint rhythms. Ideally, a course should include checkpoints, assignments, and a clear expected time commitment. If you are evaluating multiple providers, treat the process like any other engineering procurement: define success criteria, compare outputs, and ask for sample labs before committing.
How to use tutorials without getting stuck in tutorial hell
Quantum computing tutorials UK engineers find useful should be selected for one of three purposes: concept clarification, implementation guidance, or project scaffolding. The mistake is to keep reading tutorials without producing anything original. To avoid that trap, pair every tutorial with a small challenge. For example, after a Qiskit tutorial, ask the engineer to change the number of qubits, modify a gate sequence, and explain the result. After a PennyLane tutorial, ask them to add a classical preprocessor or swap the optimiser.
As a rule, every tutorial should end with a new notebook and a one-paragraph summary in your team knowledge base. That practice turns passive reading into institutional memory. It also creates a feedback loop that helps you refine which tutorials are actually valuable for your engineers.
Build an internal library of reusable labs
One strong approach is to maintain a curated repository of starter projects, reference notebooks, and troubleshooting notes. Include setup instructions, expected outputs, and common errors. Over time, this repository becomes your internal quantum playbook. It is particularly valuable for teams distributed across different UK offices or hybrid schedules because it lowers the barrier to entry each time someone new joins the programme.
If your organisation already manages learning assets through internal platforms, use the same governance principles you would for other technical knowledge bases. For inspiration on designing scalable educational systems, see designing lessons for patchy attendance and adapt the idea of “fast recovery routines” for engineers returning to quantum labs after time away.
A detailed comparison of learning routes and project types
The table below compares common learning routes, their strengths, limitations, and the kinds of engineering teams that benefit most. Use it to decide whether to begin with deep theory, hands-on notebooks, or hybrid applied labs.
| Learning route | Best for | Strengths | Weaknesses | Suggested first project |
|---|---|---|---|---|
| Intro course plus simulator labs | New teams | Fast onboarding, clear basics, low risk | Can stay too theoretical | Bell state and measurement lab |
| Qiskit-first path | Software engineers | Broad ecosystem, strong tutorials, circuit focus | May feel abstract if not paired with business use cases | Teleportation demo |
| PennyLane-first path | ML and optimisation teams | Hybrid workflows, differentiable programming | Requires stronger numerical literacy | Quantum-classical classifier |
| Applied pilot path | Product and platform teams | Builds business relevance quickly | Risk of skipping fundamentals | QAOA toy scheduling problem |
| Internal guild path | Large organisations | Scales knowledge sharing, supports reuse | Needs facilitation and governance | Shared notebook library with peer reviews |
Use this table as a decision aid rather than a rigid framework. The right path depends on team maturity, available time, and business objectives. In many cases, the best programme is a hybrid: a short foundation course, a chosen SDK track, and a capped number of applied projects. The point is to ensure every learning step produces something observable.
Operationalising quantum learning inside the organisation
Set up a small quantum guild
A quantum guild gives the programme a home. It should include engineers from software, data, platform, architecture, and product. Meet fortnightly, review recent experiments, and select one new notebook to improve each session. The guild’s job is to curate, standardise, and share, not to police. If the work is useful, it will naturally attract more participants.
Good guilds also create a path from learning to experimentation to business review. That review should answer whether the project reveals a future use case, exposes a technical blocker, or simply confirms that the idea is not yet ready. In all three cases, the organisation gains something valuable. The risk of not having a guild is that each team repeats the same mistakes in isolation.
Connect quantum work to architecture and governance
Quantum experiments should not live in a vacuum. They need versioning, access control, environment management, and data governance, especially if the prototypes involve sensitive business data. Think about how quantum notebooks integrate with your existing stack, how results are stored, and how reproducibility is guaranteed. This is the same kind of architectural discipline that helps teams manage any emerging technology safely.
For organisations interested in broader platform thinking, our guide on operate vs orchestrate decision frameworks is relevant because quantum programmes often begin as a small operating team but later need orchestration across multiple domains. Knowing when to centralise and when to distribute responsibilities can save time and avoid confusion.
Plan for vendor neutrality and future flexibility
The quantum ecosystem is still evolving, which means platform lock-in is a genuine concern. Your internal standards should make it easy to move between a simulator, a cloud-based quantum backend, or a different SDK if the business case changes. That is why reusable abstractions, clean notebook structure, and documentation matter. If your team learns one stack well but keeps the code modular, switching later becomes a manageable migration rather than a rewrite.
That mindset is similar to maintaining flexibility in other technology investments. For a cautionary example of how to evaluate value without getting dazzled by marketing, see how to spot a real launch deal vs a normal discount. The principle is simple: separate the excitement of the new from the evidence that it actually helps.
Bridging the gap from experimentation to business value
Define where quantum might matter
Quantum projects are usually most credible when they target hard optimisation, simulation, or search problems. That does not mean quantum automatically wins, but it does mean the business case can be framed around known computational pain points. Teams should identify where classical methods are expensive, slow, or brittle, then ask whether quantum-inspired or quantum-native approaches are worth exploring. This is the right order: problem first, technology second.
The most successful teams usually start with a narrow question, such as whether a portfolio problem can be expressed differently, whether a small scheduling model can be improved, or whether a physics simulation workflow can be simplified. If the answer is “not yet,” that is still useful information. It helps avoid the trap of spending too much on exploration without a decision framework.
Create a pilot-to-production checklist
Before a pilot begins, specify the expected outputs, experiment duration, data requirements, and review criteria. After the pilot, decide whether to stop, iterate, or scale. A checklist might include business relevance, reproducibility, performance comparison, integration effort, and team readiness. That structure prevents quantum initiatives from becoming science projects that never conclude.
For teams that need a governance mindset, our article on mapping foundational controls to Terraform offers a helpful template for translating principles into repeatable controls. Quantum programmes benefit from the same rigor: clear dependencies, controlled environments, and evidence-based approvals.
Invest in communication as much as code
One of the most overlooked skills in quantum initiatives is communication. Engineers should be able to explain what was built, why it matters, what was learned, and what remains uncertain. If they cannot explain the work clearly, it will be difficult to earn support for future experiments. This is especially important when leadership is trying to compare quantum against other emerging priorities such as AI, cloud optimisation, or data platform work.
As your team matures, give them templates for experiment summaries, architecture notes, and decision logs. These artefacts are as important as notebooks because they make the learning durable. Over time, they become the evidence base for internal strategy and external conversations with partners, vendors, or UK training providers.
Conclusion: a realistic path to quantum capability
Upskilling engineers for quantum projects is not about turning the whole organisation into physicists. It is about building practical fluency, one notebook at a time, so teams can evaluate opportunities honestly and prototype responsibly. The best programmes combine a short theory foundation, a chosen SDK, hands-on labs, and small applied projects with clear assessments. That approach gives you measurable learning progress, reusable artefacts, and a stronger basis for deciding which quantum use cases deserve further investment.
If you want the most reliable path forward, focus on repeatability, comparison, and documentation. Start with a simulator, add one quantum SDK, and teach through micro-experiments that fit into the working week. Then use portfolio outputs and peer review to decide whether your team is ready for more advanced work. For additional reading on building a robust internal capability programme, revisit developer-friendly qubit SDK principles, the classical-to-quantum developer journey, and cost-aware platform design.
FAQ
What is the best first step for engineers new to quantum computing?
Start with a short foundation on qubits, gates, measurement, and superposition, then immediately move into a simulator-based Bell state lab. That gives engineers a concrete mental model before they see more advanced algorithms.
Should we start with Qiskit or PennyLane?
Choose the one that best matches your first use case. Qiskit is often the better starting point for broad circuit-based exploration, while PennyLane can be stronger for hybrid quantum-classical and differentiable workflows.
How do we assess whether our team is actually improving?
Use evidence-based assessment: working notebooks, recorded demos, code reviews, and written explanations. Avoid attendance-only metrics and instead measure whether engineers can reproduce experiments, modify circuits, and explain outcomes.
Can quantum learning be done without advanced maths?
Yes, at the beginner stage. Engineers need enough mathematics to understand vectors, probabilities, and matrices, but early progress comes from intuition and experimentation. Deeper maths becomes more important as teams move into algorithm design and optimisation.
What kinds of projects are most useful for business stakeholders?
Projects tied to optimisation, scheduling, routing, simulation, or hybrid ML workflows tend to resonate most. Always compare against a classical baseline so stakeholders can see where quantum is promising, neutral, or not yet practical.
How long does it take to build useful internal quantum capability?
A motivated engineering team can reach practical simulator fluency in a few weeks and complete meaningful mini-projects within one or two quarters, provided the learning is structured, repeated, and tied to real deliverables.
Related Reading
- Creating Developer-Friendly Qubit SDKs: Design Principles and Patterns - Learn how SDK design influences adoption, productivity, and maintainability.
- Developer Learning Path: From Classical Programmer to Confident Quantum Engineer - A practical roadmap for engineers moving into quantum work.
- How to Build an Integration Marketplace Developers Actually Use - Useful patterns for making internal tooling discoverable and reusable.
- Designing Cloud-Native AI Platforms That Don’t Melt Your Budget - Strong lessons for keeping experimental platforms sustainable.
- Implementing Cross-Platform Achievements for Internal Training and Knowledge Transfer - Ideas for tracking and motivating learning progress.
Related Topics
James Harrington
Senior SEO Editor and Quantum Content Strategist
Senior editor and content strategist. Writing about technology, design, and the future of digital media. Follow along for deep dives into the industry's moving parts.
Up Next
More stories handpicked for you
Qiskit hands‑on series: from local circuits to running on cloud backends
Branding quantum products: a technical marketer’s guide to positioning qubit services
Quantum Regulations: Navigating New AI Laws
Quantum Error Correction for Engineers: Concepts, Patterns and Implementation Tips
Hybrid Quantum–Classical Architectures: Practical Patterns for Production Systems
From Our Network
Trending stories across our publication group