diff options
author | Marjan Akbari <mrjakbari@gmail.com> | 2020-06-10 19:51:49 +0100 |
---|---|---|
committer | Marjan Akbari <mrjakbari@gmail.com> | 2020-06-10 19:51:49 +0100 |
commit | fb25ace28745eaccbc80c5e53321240e40f4fe31 (patch) | |
tree | 1d922da96959c14bbed253b79bc13ac1ff3dce2a /index.html | |
parent | 85d3f87334a448e528b31409ba0e54e3e9ac06d0 (diff) |
Added an SVG implementation of the project flow graph to top page
This SVG figure was modeled on the slides that present Maneage and
created with Inkscape from scratch. Because converting the EPS/PDF
created by LaTeX would make the SVG around 1Mb, but making the svg
from scratch, it is now 44Kb :-).
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,6 +79,8 @@ To learn more about its founding criteria and a basic introduction, see Akhlaghi et al. (2020, <a href="https://arxiv.org/abs/2006.03018">arXiv:2006.03018</a>). A more informal introduction is available in <a href="pdf/slides-intro.pdf">these slides</a>. </p> + + <img src="img/project-flow.svg" width="100%" /> </section> <section> |