Commit 7bafa359 authored by Administrator's avatar Administrator

Merge branch 'mat-charts'

Intégartion Mat
parents 043b67b2 6cb60d29
Parsers
-------
* Pubmed : OK.
* ISI : language ?
* RIS : mauvais corpus => pb encodage
* EuroPress : intégration de la langue ; on pourrait...
- forcer des metadata en les passant en paramètre
- changer la langue "a la mano" après
- le user spécifie des metadata / langues pour un groupe de documents donné
-> récupérer la langue du parent si celle du noeud n'est pas accessible
Requêtes SQL
------------
* cooccurrences
* synonymes
REST
----
* GET /
Intégration Javascript
----------------------
* c'est où ?
\ No newline at end of file
/**
/**
*
* (cf. http://bl.ocks.org/mbostock/1256572)
*
* TODO:
*
......@@ -19,7 +21,9 @@
*
* - implement viewing modes for 2D data:
* - sectors (only average)
* - donuts
* + histograms (with average & std)
* - box plots
*
* - points
* + lines
......@@ -33,6 +37,8 @@
* - implement viewing modes for 3D data:
* - heatmaps
*
* - order axis by specific criteria
*
**/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment