Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Dernière révision Les deux révisions suivantes | ||
index [2015/09/25 11:13] nicolas.dumoulin@irstea.fr |
index [2017/10/19 15:40] nicolas.dumoulin@irstea.fr [Work with sources] |
||
---|---|---|---|
Ligne 4: | Ligne 4: | ||
* reading and writing viability kernel in a hdf5 format | * reading and writing viability kernel in a hdf5 format | ||
* functions for analysing, comparing and viewing viability kernel | * functions for analysing, comparing and viewing viability kernel | ||
+ | |||
+ | This project is [[rnsc|supported by the French Network for Complex Systems]]. | ||
===== HDF5 format ===== | ===== HDF5 format ===== | ||
- | As soon as the structure will be fixed, it could be interesting to produce a XDMF file that describe the schema. | + | Motivation: defining a robust, efficient and interoperable file format for storing and exchanging computed kernels. |
+ | |||
+ | [[https://en.wikipedia.org/wiki/Hierarchical_Data_Format|HDF5]] is designed for storing large amount of data with metadata on each set of data in a same file. It is widely used by high performance scientific applications. | ||
* [[HDF5FormatSpecifications|Draft for the specifications of the HDF5 format]] | * [[HDF5FormatSpecifications|Draft for the specifications of the HDF5 format]] | ||
* [[hdf5experiments|Experiments on hdf5 formats performance]] | * [[hdf5experiments|Experiments on hdf5 formats performance]] | ||
+ | |||
+ | As soon as the structure will be fixed, it could be interesting to produce a XDMF file that describe the schema. | ||
===== Common API ===== | ===== Common API ===== | ||
Ligne 20: | Ligne 27: | ||
* visualization | * visualization | ||
- | [[APISpecifications|Draft for the specifications of the API]] | + | * [[APISpecifications|Draft for the specifications of the API]] |
+ | * [[APIPython|Python version]] | ||
===== Community Web Portal ===== | ===== Community Web Portal ===== | ||
Ligne 26: | Ligne 34: | ||
For building a community and for sharing and comparing easily the computed kernel approximations, a website is planned. | For building a community and for sharing and comparing easily the computed kernel approximations, a website is planned. | ||
- | A [[http://mann.clermont.cemagref.fr/syk/|first moke-up]] has been drawn, and [[WebSpecifications|detailed specifications]] are in progress. | + | Prototypes: |
+ | * [[http://mann.clermont.cemagref.fr/syk/|first moke-up]] (static pages) | ||
+ | * [[http://motive.cemagref.fr/vino/sharekernel|python-django application]] (code updated every 5 minutes from vinosite directory) | ||
+ | |||
+ | [[WebSpecifications|detailed specifications]] are in progress. | ||
- | The web applications should be provided over the python-django web framework. | ||
===== Kernel Examples ===== | ===== Kernel Examples ===== | ||
Ligne 40: | Ligne 51: | ||
===== Work with sources ===== | ===== Work with sources ===== | ||
- | You can retrieve the sources with git: <code>git clone ssh://git@git.cru.fr:2222/vino</code> | + | You can retrieve the sources with git: <code>git clone git://git.renater.fr/vino.git</code> |
+ | |||
+ | Or [[https://sourcesup.renater.fr/scm/browser.php?group_id=1730|browse it here]] or on [[https://github.com/NicolasDumoulin/vino|github]]. | ||
- | Or [[https://sourcesup.renater.fr/scm/browser.php?group_id=1730|browse it here]]. | + | [[https://sourcesup.renater.fr/pm/task.php?group_id=1730&group_project_id=2926|You can browse current issues or submit a new one]]. |
+ | [[TODO|TODO List]] | ||
==== Joining the developers team ==== | ==== Joining the developers team ==== | ||