diff --git a/app/dna-sequencing/enrichment-sequencing/amplicon-sequencing/page.js b/app/dna-sequencing/enrichment-sequencing/amplicon-sequencing/page.js index 02e0597..2adf427 100644 --- a/app/dna-sequencing/enrichment-sequencing/amplicon-sequencing/page.js +++ b/app/dna-sequencing/enrichment-sequencing/amplicon-sequencing/page.js @@ -1,6 +1,5 @@ import DNATitleBar from '../../../components/shared/DNATitleBar'; import AmpliconIntroduction from './components/AmpliconIntroduction'; -import AmpliconAdvantages from './components/AmpliconAdvantages'; import AmpliconApplications from './components/AmpliconApplications'; import AmpliconSpecifications from './components/AmpliconSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/enrichment-sequencing/page.js b/app/dna-sequencing/enrichment-sequencing/page.js index 074ac86..57dfd59 100644 --- a/app/dna-sequencing/enrichment-sequencing/page.js +++ b/app/dna-sequencing/enrichment-sequencing/page.js @@ -1,7 +1,6 @@ import PageLayout from '../../components/Layout/PageLayout'; import DNATitleBar from '../../components/shared/DNATitleBar'; import EnrichmentIntroduction from './components/EnrichmentIntroduction'; -import EnrichmentAdvantages from './components/EnrichmentAdvantages'; import EnrichmentSpecifications from './components/EnrichmentSpecifications'; import EnrichmentPipeline from './components/EnrichmentPipeline'; diff --git a/app/dna-sequencing/enrichment-sequencing/targeted-sequencing/page.js b/app/dna-sequencing/enrichment-sequencing/targeted-sequencing/page.js index 1d0aff4..d1d001d 100644 --- a/app/dna-sequencing/enrichment-sequencing/targeted-sequencing/page.js +++ b/app/dna-sequencing/enrichment-sequencing/targeted-sequencing/page.js @@ -1,6 +1,5 @@ import DNATitleBar from '../../../components/shared/DNATitleBar'; import TargetedIntroduction from './components/TargetedIntroduction'; -import TargetedAdvantages from './components/TargetedAdvantages'; import TargetedApplications from './components/TargetedApplications'; import TargetedSpecifications from './components/TargetedSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/enrichment-sequencing/whole-exome/page.js b/app/dna-sequencing/enrichment-sequencing/whole-exome/page.js index dde0908..8549a29 100644 --- a/app/dna-sequencing/enrichment-sequencing/whole-exome/page.js +++ b/app/dna-sequencing/enrichment-sequencing/whole-exome/page.js @@ -1,7 +1,6 @@ // app/dna-sequencing/enrichment-sequencing/whole-exome/page.js import DNATitleBar from '../../../components/shared/DNATitleBar'; import ExomeIntroduction from './components/ExomeIntroduction'; -import ExomeAdvantages from './components/ExomeAdvantages'; import ExomeApplications from './components/ExomeApplications'; import ExomeSpecifications from './components/ExomeSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/epigenomics-sequencing/atac-sequencing/page.js b/app/dna-sequencing/epigenomics-sequencing/atac-sequencing/page.js index b20c010..ebde41d 100644 --- a/app/dna-sequencing/epigenomics-sequencing/atac-sequencing/page.js +++ b/app/dna-sequencing/epigenomics-sequencing/atac-sequencing/page.js @@ -1,7 +1,5 @@ import DNATitleBar from '../../../components/shared/DNATitleBar'; import ATACIntroduction from './components/ATACIntroduction'; -import ATACAdvantages from './components/ATACAdvantages'; -import ATACBioinformatics from './components/ATACBioinformatics'; import ATACApplications from './components/ATACApplications'; import ATACSpecifications from './components/ATACSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/epigenomics-sequencing/chip-sequencing/page.js b/app/dna-sequencing/epigenomics-sequencing/chip-sequencing/page.js index fd344dc..160e338 100644 --- a/app/dna-sequencing/epigenomics-sequencing/chip-sequencing/page.js +++ b/app/dna-sequencing/epigenomics-sequencing/chip-sequencing/page.js @@ -1,7 +1,5 @@ import DNATitleBar from '../../../components/shared/DNATitleBar'; import ChIPIntroduction from './components/ChIPIntroduction'; -import ChIPAdvantages from './components/ChIPAdvantages'; -import ChIPBioinformatics from './components/ChIPBioinformatics'; import ChIPApplications from './components/ChIPApplications'; import ChIPSpecifications from './components/ChIPSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/epigenomics-sequencing/page.js b/app/dna-sequencing/epigenomics-sequencing/page.js index 663e9cb..4496b90 100644 --- a/app/dna-sequencing/epigenomics-sequencing/page.js +++ b/app/dna-sequencing/epigenomics-sequencing/page.js @@ -1,6 +1,5 @@ import DNATitleBar from '../../components/shared/DNATitleBar'; import EpigenomicsIntroduction from './components/EpigenomicsIntroduction'; -import EpigenomicsAdvantages from './components/EpigenomicsAdvantages'; import EpigenomicsSpecifications from './components/EpigenomicsSpecifications'; import EpigenomicsPipeline from './components/EpigenomicsPipeline'; import PageLayout from '../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/epigenomics-sequencing/wgbs/page.js b/app/dna-sequencing/epigenomics-sequencing/wgbs/page.js index 7795605..0a92419 100644 --- a/app/dna-sequencing/epigenomics-sequencing/wgbs/page.js +++ b/app/dna-sequencing/epigenomics-sequencing/wgbs/page.js @@ -1,7 +1,5 @@ import DNATitleBar from '../../../components/shared/DNATitleBar'; import WGBSIntroduction from './components/WGBSIntroduction'; -import WGBSAdvantages from './components/WGBSAdvantages'; -import WGBSBioinformatics from './components/WGBSBioinformatics'; import WGBSApplications from './components/WGBSApplications'; import WGBSSpecifications from './components/WGBSSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/genome-mapping/hi-c-mapping/page.js b/app/dna-sequencing/genome-mapping/hi-c-mapping/page.js index 6994804..3b0d03f 100644 --- a/app/dna-sequencing/genome-mapping/hi-c-mapping/page.js +++ b/app/dna-sequencing/genome-mapping/hi-c-mapping/page.js @@ -1,7 +1,6 @@ // app/dna-sequencing/genome-mapping/hi-c-mapping/page.js import DNATitleBar from '../../../components/shared/DNATitleBar'; import HiCMappingIntroduction from './components/HiCMappingIntroduction'; -import HiCMappingAdvantages from './components/HiCMappingAdvantages'; import HiCMappingApplications from './components/HiCMappingApplications'; import HiCMappingSpecifications from './components/HiCMappingSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/genome-mapping/optical-mapping/page.js b/app/dna-sequencing/genome-mapping/optical-mapping/page.js index 5c2a1c1..cccf003 100644 --- a/app/dna-sequencing/genome-mapping/optical-mapping/page.js +++ b/app/dna-sequencing/genome-mapping/optical-mapping/page.js @@ -1,7 +1,6 @@ // app/dna-sequencing/genome-mapping/optical-mapping/page.js import DNATitleBar from '../../../components/shared/DNATitleBar'; import OpticalMappingIntroduction from './components/OpticalMappingIntroduction'; -import OpticalMappingAdvantages from './components/OpticalMappingAdvantages'; import OpticalMappingApplications from './components/OpticalMappingApplications'; import OpticalMappingSpecifications from './components/OpticalMappingSpecifications'; import PageLayout from '../../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/genome-mapping/page.js b/app/dna-sequencing/genome-mapping/page.js index 682bf2c..f47e4eb 100644 --- a/app/dna-sequencing/genome-mapping/page.js +++ b/app/dna-sequencing/genome-mapping/page.js @@ -1,7 +1,6 @@ // app/dna-sequencing/genome-mapping/page.js import DNATitleBar from '../../components/shared/DNATitleBar'; import GenomeMappingIntroduction from './components/GenomeMappingIntroduction'; -import GenomeMappingAdvantages from './components/GenomeMappingAdvantages'; import GenomeMappingPipeline from './components/GenomeMappingPipeline'; import GenomeMappingSpecifications from './components/GenomeMappingSpecifications'; import PageLayout from '../../components/Layout/PageLayout'; diff --git a/app/dna-sequencing/hybrid-genome-sequencing/page.js b/app/dna-sequencing/hybrid-genome-sequencing/page.js index 579c1e0..4db9a9b 100644 --- a/app/dna-sequencing/hybrid-genome-sequencing/page.js +++ b/app/dna-sequencing/hybrid-genome-sequencing/page.js @@ -1,7 +1,6 @@ // app/dna-sequencing/snp-genotyping/page.js import DNATitleBar from '../../components/shared/DNATitleBar'; import HybridIntroduction from './components/HybridIntroduction'; -import HybridAdvantages from './components/HybridAdvantages'; // import HybridSequencingPipeline from './components/HybridSequencingPipeline' import HybridApplications from './components/HybridApplications'; import HybridSpecifications from './components/HybridSpecifications'; diff --git a/app/dna-sequencing/long-read-sequencing/components/LongReadComparison.jsx b/app/dna-sequencing/long-read-sequencing/components/LongReadComparison.jsx index e0b9e93..eb2f8df 100644 --- a/app/dna-sequencing/long-read-sequencing/components/LongReadComparison.jsx +++ b/app/dna-sequencing/long-read-sequencing/components/LongReadComparison.jsx @@ -32,12 +32,12 @@ const LongReadComparison = () => { } ]; - const formatContent = (content, isHighlighted = false) => { + const formatContent = (content) => { if (content.includes("Long Read Length")) { return (
+ Different sequencing platforms have unique characteristics and applications. The comparison below highlights key differences: +
+| + Platform Types + | ++ Illumina NovaSeq 6000 + | ++ PacBio Sequel II/IIe + | ++ Nanopore PromethION + | +||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| + {row.category} + | +
+
{row.illumina}
-
-
- PacBio Sequel II/IIe-
+ |
+
+
{formatContent(row.pacbio)}
-
-
- Nanopore PromethION-
+ |
+
+
{formatContent(row.nanopore)}
-
-
-
- ))}
-
-
- {/* Desktop Table Layout (hidden on mobile) */}
-
-
+ ))}
+
|