Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme images to use full URL #317

Merged
merged 1 commit into from
Jan 15, 2024
Merged
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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Brainrender
<p align="center">
<img width="1200" src="imgs/three_atlases.png">
<img width="1200" src="https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/three_atlases.png">
</p>

[![Python Version](https://img.shields.io/pypi/pyversions/brainrender.svg)](https://pypi.org/project/brainrender)
Expand Down Expand Up @@ -39,29 +39,29 @@ Claudi, F., Tyson, A. L., Petrucco, L., Margrie, T.W., Portugues, R., Branco, T
The following images were created for the publication of the [brainrender paper](https://doi.org/10.7554/eLife.65751). References to the original data being visualised can also be found in the paper.

<p align="center">
<img src='imgs/cellfinder_cells_3.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/cellfinder_cells_3.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/gene_expression.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/gene_expression.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/human_regions.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/human_regions.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/injection_2.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/injection_2.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/mouse_neurons_2.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/mouse_neurons_2.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/probes.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/probes.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/zfish_functional_clusters_2.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/zfish_functional_clusters_2.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/zfish_neurons.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/zfish_neurons.png' width=500 style='margin:auto'></img>
</p>
<p align="center">
<img src='imgs/zfish_regions.png' width=500 style='margin:auto'></img>
<img src='https://raw.githubusercontent.com/brainglobe/brainrender/main/imgs/zfish_regions.png' width=500 style='margin:auto'></img>
</p>