@@ -545,38 +545,18 @@ export const ISAAC_BOOKS: BookInfo[] = siteSpecific(
545
545
path : "/books/phys_book_gcse" , subject : "physics" , stages : [ "gcse" ] ,
546
546
description : "Helps students to practise applying the GCSE Physics concepts to numerical problems." ,
547
547
} ,
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
- } ,
574
548
{
575
549
title : "Using Essential GCSE Mathematics" , tag : "maths_book_gcse" ,
576
550
shortTitle : "GCSE Maths" , image : "/assets/phy/books/2025_maths_book_gcse.png" ,
577
551
path : "/books/maths_book_gcse" , subject : "maths" , stages : [ "gcse" ] ,
578
552
description : "Develops the maths skills needed to succeed in science at GCSE level and beyond. Also useful for teaching GCSE maths." ,
579
553
} ,
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
+ } ,
580
560
{
581
561
title : "Pre-University Mathematics for Sciences (2nd edition)" , tag : "maths_book_2e" ,
582
562
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(
589
569
path : "/books/pre_uni_maths" , subject : "maths" , stages : [ "a_level" , "university" ] ,
590
570
hidden : BookHiddenState . HIDDEN ,
591
571
} ,
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
+ } ,
592
578
{
593
579
title : "Essential Pre-University Physical Chemistry" , tag : "chemistry_16" ,
594
580
shortTitle : "A Level Physical Chemistry" , image : "/assets/phy/books/2025_chemistry_16.png" ,
595
581
path : "/books/chemistry_16" , subject : "chemistry" , stages : [ "a_level" ] ,
596
582
description : "Helps students to practise applying the concepts of physics and physical chemistry included in typical Sixth Form and GCSE courses." ,
597
583
} ,
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
+ } ,
598
598
] as const ,
599
599
[ ] as const
600
600
) ;
0 commit comments