This commit is contained in:
ackman678
2019-02-28 14:37:21 -08:00
parent af5ac8156f
commit e142715d0f
4 changed files with 408 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
*.psd *.psd
*.ai *.ai
*.tiff *.tiff
*.png
*.jpg *.jpg
*.pdf *.pdf

View File

@@ -24,7 +24,19 @@ With the open source graph visualization software [GraphViz](http://www.graphviz
`dot ppc-circuits.dot -Tsvg -o ppc-circuits.svg` `dot ppc-circuits.dot -Tsvg -o ppc-circuits.svg`
<figure> <figure>
<img src="basal-ganglia-circuits.svg" width="300px"><img src="ppc-circuits.svg" width="300px"> <img src="basal-ganglia-circuits.svg" width="300px"><img src="fig_motor-neuron-key.png" width="300px">
<figcaption>Sample content: Graphs of posterior parietal cortex and basal ganglia connectivity.</figcaption> <figcaption>Sample content.</figcaption>
</figure> </figure>
html alone:
<img src="fig_motor-neuron-key.png" width="300px">
full link:
<img src="https://git.ackmanlab.com/jackman/svg-assets/src/branch/master/fig_motor-neuron-key.png" width="300px">
md link:
![](fig_motor-neuron-key.png)

BIN
fig_motor-neuron-key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

394
fig_motor-neuron-key.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB