Skip to content

Commit 2560ff4

Browse files
committed
Reorder books to stage order
1 parent 68964c9 commit 2560ff4

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

src/app/services/constants.ts

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -545,38 +545,18 @@ export const ISAAC_BOOKS: BookInfo[] = siteSpecific(
545545
path: "/books/phys_book_gcse", subject: "physics", stages: ["gcse"],
546546
description: "Helps students to practise applying the GCSE Physics concepts to numerical problems.",
547547
},
548-
{
549-
title: "Essential Pre-University Physics", tag: "physics_skills_19",
550-
shortTitle: "A Level Physics (3rd edition)", image: "/assets/phy/books/2025_physics_skills_19.png",
551-
path: "/books/physics_skills_19", subject: "physics", stages: ["a_level"],
552-
description: "Covers core topics in A level, IB, and equivalent. Helps students practise applying the concepts of A-level Physics and apply them to solve numerical problems.",
553-
},
554-
{
555-
title: "How to Solve Physics Problems", tag: "solving_physics_problems",
556-
shortTitle: "How to Solve Physics Problems", image: "/assets/phy/books/solving_physics_problems.jpg",
557-
path: "/books/solve_physics_problems", subject: "physics", stages: ["a_level", "university"],
558-
description: "Only available in print. Examples of worked solutions, similar to problem online but not solutions to any of our online questions.",
559-
hidden: BookHiddenState.BOOKS_LISTING_ONLY,
560-
},
561-
{
562-
title: "Linking Concepts in Pre-University Physics", tag: "physics_linking_concepts",
563-
shortTitle: "Linking Concepts in Pre-Uni Physics", image: "/assets/phy/books/linking_concepts.png",
564-
path: "/books/linking_concepts", subject: "physics", stages: ["a_level", "university"],
565-
description: "Provides practice and guidance in using more than one physics idea to solve problems.",
566-
},
567-
{
568-
title: "A Cavendish Quantum Mechanics Primer", tag: "qmp",
569-
shortTitle: "Quantum Mechanics Primer", image: "/assets/phy/books/2025_quantum_mechanics_primer.png",
570-
path: "/books/quantum_mechanics_primer", subject: "physics", stages: ["a_level", "university"],
571-
description: "Mathematical introduction to quantum mechanics accessible to sixth form students with support.",
572-
hidden: BookHiddenState.BOOKS_LISTING_ONLY,
573-
},
574548
{
575549
title: "Using Essential GCSE Mathematics", tag: "maths_book_gcse",
576550
shortTitle: "GCSE Maths", image: "/assets/phy/books/2025_maths_book_gcse.png",
577551
path: "/books/maths_book_gcse", subject: "maths", stages: ["gcse"],
578552
description: "Develops the maths skills needed to succeed in science at GCSE level and beyond. Also useful for teaching GCSE maths.",
579553
},
554+
{
555+
title: "Essential Pre-University Physics", tag: "physics_skills_19",
556+
shortTitle: "A Level Physics (3rd edition)", image: "/assets/phy/books/2025_physics_skills_19.png",
557+
path: "/books/physics_skills_19", subject: "physics", stages: ["a_level"],
558+
description: "Covers core topics in A level, IB, and equivalent. Helps students practise applying the concepts of A-level Physics and apply them to solve numerical problems.",
559+
},
580560
{
581561
title: "Pre-University Mathematics for Sciences (2nd edition)", tag: "maths_book_2e",
582562
shortTitle: "Pre-Uni Maths (2nd edition)", image: "/assets/phy/books/2025_pre_uni_maths_2e.png",
@@ -589,12 +569,32 @@ export const ISAAC_BOOKS: BookInfo[] = siteSpecific(
589569
path: "/books/pre_uni_maths", subject: "maths", stages: ["a_level", "university"],
590570
hidden: BookHiddenState.HIDDEN,
591571
},
572+
{
573+
title: "Linking Concepts in Pre-University Physics", tag: "physics_linking_concepts",
574+
shortTitle: "Linking Concepts in Pre-Uni Physics", image: "/assets/phy/books/linking_concepts.png",
575+
path: "/books/linking_concepts", subject: "physics", stages: ["a_level", "university"],
576+
description: "Provides practice and guidance in using more than one physics idea to solve problems.",
577+
},
592578
{
593579
title: "Essential Pre-University Physical Chemistry", tag: "chemistry_16",
594580
shortTitle: "A Level Physical Chemistry", image: "/assets/phy/books/2025_chemistry_16.png",
595581
path: "/books/chemistry_16", subject: "chemistry", stages: ["a_level"],
596582
description: "Helps students to practise applying the concepts of physics and physical chemistry included in typical Sixth Form and GCSE courses.",
597583
},
584+
{
585+
title: "A Cavendish Quantum Mechanics Primer", tag: "qmp",
586+
shortTitle: "Quantum Mechanics Primer", image: "/assets/phy/books/2025_quantum_mechanics_primer.png",
587+
path: "/books/quantum_mechanics_primer", subject: "physics", stages: ["a_level", "university"],
588+
description: "Mathematical introduction to quantum mechanics accessible to sixth form students with support.",
589+
hidden: BookHiddenState.BOOKS_LISTING_ONLY,
590+
},
591+
{
592+
title: "How to Solve Physics Problems", tag: "solving_physics_problems",
593+
shortTitle: "How to Solve Physics Problems", image: "/assets/phy/books/solving_physics_problems.jpg",
594+
path: "/books/solve_physics_problems", subject: "physics", stages: ["a_level", "university"],
595+
description: "Only available in print. Examples of worked solutions, similar to problem online but not solutions to any of our online questions.",
596+
hidden: BookHiddenState.BOOKS_LISTING_ONLY,
597+
},
598598
] as const,
599599
[] as const
600600
);

0 commit comments

Comments
 (0)