Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hero:
text: "Doing Biology with Julia"
tagline: Unified Docs
image:
src: '/assets/biojulia-logo1.svg'
src: '/assets/logo.png'
actions:
- theme: brand
text: Getting Started
Expand All @@ -33,6 +33,7 @@ features:
- title: BioMakie.jl
details: Visualize sequences and 3D proteins with ease
link: https://biojulia.dev/BioMakie.jl
icon: <img width="64" height="64" src="https://github.com/MakieOrg/Makie.jl/blob/master/docs/src/assets/logo.png"/>
- title: SingleCellProjections.jl
details: More cells? No Problem! Get UMAPs and other projections of your singlg cell data using the power of Sparse Matrices
link: https://biojulia.dev/SingleCellProjections.jl
Expand Down