diff --git a/docs/src/.vitepress/theme/style.css b/docs/src/.vitepress/theme/style.css index 7c32900..2ac6b5c 100644 --- a/docs/src/.vitepress/theme/style.css +++ b/docs/src/.vitepress/theme/style.css @@ -39,6 +39,8 @@ border-radius: 12px; padding: 24px; height: 100%; + position: relative; + padding-bottom: 60px; } .VPFeature a.feature-link { @@ -139,3 +141,13 @@ border-color: var(--vp-c-brand); color: white; } + +/* Feature logo styling */ +.feature-logo { + max-width: 48px; + max-height: 48px; + object-fit: contain; + position: absolute; + bottom: 12px; + right: 12px; +} diff --git a/docs/src/assets/hamburger.svg b/docs/src/assets/hamburger.svg deleted file mode 100644 index 233bf21..0000000 --- a/docs/src/assets/hamburger.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/src/assets/rndimg.jpg b/docs/src/assets/rndimg.jpg deleted file mode 100644 index 98be38d..0000000 Binary files a/docs/src/assets/rndimg.jpg and /dev/null differ diff --git a/docs/src/index.md b/docs/src/index.md index bdf96c3..d4ab26a 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -22,7 +22,7 @@ hero:
- +

BioTutorials

These are still a work in progress

@@ -44,34 +44,38 @@ hero:
@@ -180,10 +196,11 @@ hero:
- +

FASTX.jl Files

Read and write FASTA and FASTQ files

+
@@ -192,38 +209,43 @@ hero:

FormatSpecimens.jl Other

Test specimens for biological file formats

+
- +

GeneticVariation.jl Bioinformatics

Types and methods for working with genetic variation data

+
- +

GenomicAnnotations.jl Bioinformatics

Read and write genomic annotations (GFF3, GenBank, EMBL)

+
- +

GenomicFeatures.jl Bioinformatics

Genomic interval operations and data structures

+
- +

GFF3.jl Files

Read and write GFF3 format files

+
@@ -232,14 +254,16 @@ hero:

GraphicalFragmentAssembly.jl Files

Read and write GFA format for sequence graphs

+
- +

IntervalTrees.jl Other

Efficient interval tree data structures

+
@@ -252,18 +276,20 @@ hero:
- +

KmerAnalysis.jl Bioinformatics

K-mer counting and analysis tools

+
- +

Kmers.jl Bioinformatics

Efficient k-mer representation and operations

+
@@ -272,14 +298,16 @@ hero:

KWayMerges.jl Other

K-way merge algorithms for sorted iterators

+
- +

MemoryViews.jl I/O

Efficient memory views for IO operations

+
@@ -288,6 +316,7 @@ hero:

MMTF.jl Files

Read and write MMTF macromolecular structure files

+
@@ -296,6 +325,7 @@ hero:

NCBIBlast.jl Bioinformatics

Interface to NCBI BLAST+ for sequence similarity searches

+
@@ -308,18 +338,20 @@ hero:
- +

PairwiseMappingFormat.jl Files

Read and write PAF alignment format

+
- +

PopGen.jl Bioinformatics

Population genetics analysis and simulation

+
@@ -328,46 +360,52 @@ hero:

PopGenCore.jl Bioinformatics

Core types and functions for population genetics

+
- +

ProteinSecondaryStructures.jl Bioinformatics

Analyze and predict protein secondary structures

+
- +

ReadDatastores.jl Bioinformatics

Efficient storage and access for sequencing read data

+
- +

SequenceVariation.jl Bioinformatics

Represent and manipulate sequence variations (mutations, variants)

+
- +

SingleCellProjections.jl Bioinformatics

More cells? No Problem! Get UMAPs and other projections of your single cell data using the power of Sparse Matrices

+
- +

SubstitutionModels.jl Bioinformatics

Nucleotide and amino acid substitution models for phylogenetics

+
@@ -376,22 +414,25 @@ hero:

WaveletMatrices.jl Other

Wavelet matrix data structure for fast queries

+
- +

XAM.jl Files

Read and write SAM and BAM files

+
- +

XAMAuxData.jl Files

Auxiliary data handling for SAM/BAM files

+
@@ -401,7 +442,7 @@ hero:
- +
- +

Contributing to BioJulia

Learn how to contribute to BioJulia packages