Skip to content
Snippets Groups Projects
Commit f4e9c79b authored by Duchateau Fabien's avatar Duchateau Fabien
Browse files

minor updates in paper.md + generation paper.pdf

parent d23205b6
No related branches found
No related tags found
No related merge requests found
File moved
--- ---
title: 'Mongiris: a package for manipulating French IRIS' title: 'Mongiris: a package for manipulating IRIS'
tags: tags:
- Python - Python
- MongoDB - MongoDB
...@@ -46,11 +46,17 @@ The Mongiris package is currently used in Mapiris, a tool for visualizing and se ...@@ -46,11 +46,17 @@ The Mongiris package is currently used in Mapiris, a tool for visualizing and se
![Screenshot of Mapiris.](mongiris/data/img/screenshot-mapiris.jpg) ![Screenshot of Mapiris.](mongiris/data/img/screenshot-mapiris.jpg)
It also powers VizLiris, a prototype for recommending or clustering neighborhoods [@egc19-demo]. It also powers VizLiris, a prototype for clustering similar IRIS or for recommending relevant neighborhoods according to user needs [@egc19-demo].
![Screenshot of VizLiris - clustering.](mongiris/data/img/screenshot-vizliris-clustering.png) <!--
![Screenshot of VizLiris - recommendation.](mongiris/data/img/screenshot-vizliris-recommandation.png) ![Screenshot of VizLiris - clustering.](mongiris/data/img/screenshot-vizliris-clustering.png){ width=50%}
![Screenshot of VizLiris - recommendation.](mongiris/data/img/screenshot-vizliris-recommandation.png){ width=50% }
-->
![](mongiris/data/img/screenshot-vizliris-clustering.png){ width=50%} &nbsp;\ ![](mongiris/data/img/screenshot-vizliris-recommandation.png){ width=50% }
\begin{figure}[!h]
\caption{Screenshot of VizLiris - clustering (left) and recommendation (right)}
\end{figure}
# Acknowledgements # Acknowledgements
......
paper.pdf 0 → 100644
File added
setup.py 100644 → 100755
#!/usr/bin/env python #!/usr/bin/env python
# mongiris setup.py (uses setup.cfg) # mongiris setup.py (uses setup.cfg)
# pdoc --force --html mongiris/main.py # pdoc --force --html mongiris/main.py mongiris/integrator.py
# pandoc paper.md --filter pandoc-citeproc -o paper.pdf
# python3 -m setup bdist_wheel sdist # python3 -m setup bdist_wheel sdist
# python3 -m pip install -e mongiris/ # python3 -m pip install -e mongiris/
# python3 -m pip install git+https://fduchate@gitlab.liris.cnrs.fr/fduchate/mongiris.git#egg=mongiris # python3 -m pip install git+https://fduchate@gitlab.liris.cnrs.fr/fduchate/mongiris.git#egg=mongiris
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment