lsstdarkmatter / dark-matter-graph

Create dark matter graphics
https://lsstdarkmatter.github.io/dark-matter-graph/
MIT License
5 stars 2 forks source link

Adding thumbnail links #10

Closed kadrlica closed 6 years ago

kadrlica commented 6 years ago

I've added some thumbnails for the network graph and adjacency matrix. I played around with centering the images, but decided to go for simplicity. It is possible to center the raw text and images with something like:

<p align="center">
  <a href="https://lsstdarkmatter.github.io/dark-matter-graph/index.html"><img src="data/network_graph.png" width="250"/></a>
  <a href="https://lsstdarkmatter.github.io/dark-matter-graph/matrix.html"><img src="data/adjacency_matrix.png" width="250"/></a>
</p>

However, getting the spacing and associate text to look nice requires too much tweaking to be robust.

Please feel free to change the formatting if you can find something more aesthetically pleasing.