.. Atelier HAL v3 documentation master file, created by sphinx-quickstart on Tue Feb 17 14:44:52 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ============== Atelier HAL v3 ============== En ligne de commande ==================== Par défaut, l'API HAL semble retourner du JSON. **Attention en ligne de commande** (curl, wget) à mettre des quotes autour de l'URL ! Utilisation de wget ------------------- .. code-block:: bash $ wget -qO- 'http://api.archives-ouvertes.fr/ref/structure/?fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' Utilisation de curl ------------------- J'ai plutôt l'habitude de **curl**. .. code-block:: bash $ curl 'http://api.archives-ouvertes.fr/ref/structure/?fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' Enregistrer dans un fichier ^^^^^^^^^^^^^^^^^^^^^^^^^^^ On peut enregistrer les données récupérées dans un fichier via l'option **-o**. .. code-block:: bash $ curl -o structures-cc.json 'http://api.archives-ouvertes.fr/ref/structure/?fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' Paramètres HTTP ^^^^^^^^^^^^^^^ On peut spécifier la méthode HTTP par l'option **-X** (ici la méthode GET) et des headers via l'option **-H** (ici on spécifie que l'on souhaite du json). .. code-block:: bash $ curl -X GET -H "Content-Type:application/json" -o structures-cc.json 'http://api.archives-ouvertes.fr/ref/structure/?fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' Pretty print json ----------------- Si vous avez python installé, vous pouvez demander une visualisation "pretty print" du json récupéré par la commande suivante. .. code-block:: bash $ cat structures-cc.json | python -mjson.tool .. code-block:: json { "response": { "docs": [ { "docid": 16, "label_s": "Centre de Calcul Formel MEDICIS [CCF]" }, { "docid": 496, "label_s": "Centre de Calcul de l'IN2P3 [CC-IN2P3]" } ], "numFound": 2, "start": 0 } } Pretty print XML ---------------- On peut essayer la récupération de données avec d'autres formats : xml. .. code-block:: bash $ curl -X GET -o structures-cc.xml 'http://api.archives-ouvertes.fr/ref/structure/?wt=xml&fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' Pour obtenir une version "pretty print" du XML récupéré en ligne de commande, on peut (sous Linux et MacOS X) utiliser l'utilitaire **xmllint** qui vient du package ``libxml2-utils`` sous Linux. .. code-block:: bash $ xmllint --format structures-cc.xml .. code-block:: xml 16 Centre de Calcul Formel MEDICIS [CCF] 496 Centre de Calcul de l'IN2P3 [CC-IN2P3] Format CSV ---------- La récupération de données au format **csv** n'a pas l'air de retourner tout le contenu (notamment les labels) : à spécifier ? .. code-block:: bash $ curl -X GET 'http://api.archives-ouvertes.fr/ref/structure/?wt=csv&fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' $ curl -X GET -H "Content-Type:text/plain" 'http://api.archives-ouvertes.fr/ref/structure/?wt=csv&fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' $ curl -X GET -H "Content-Type:text/csv" 'http://api.archives-ouvertes.fr/ref/structure/?wt=csv&fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' :: docid,halId_s,version_i,docType_s,citationFull_s,citationRef_s 16,,,,, 496,,,,, En spécifiant les explicitement les champs retournés par défaut en json ou en xml, on obtient les données recherchées. .. code-block:: bash $ curl -X GET -H "Content-Type:text/csv" 'http://api.archives-ouvertes.fr/ref/structure/?wt=csv&fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22&fl=docid,label_s' docid,label_s 16,Centre de Calcul Formel MEDICIS [CCF] 496,Centre de Calcul de l'IN2P3 [CC-IN2P3] Référentiel des structures de recherche --------------------------------------- http://api.archives-ouvertes.fr/docs/ref/resource/structure La première requête présentée utilise ``fq=valid_s:VALID`` où **fq=** sert à filtrer les requêtes ... http://api.archives-ouvertes.fr/docs/ref/resource/structure/#fq On a également un ``rows=10``, on récupère nettement plus de 10 éléments ? http://api.archives-ouvertes.fr/docs/ref/resource/structure/#rows On fait ici une recherche par défaut **q=** (le nom du champ sur lequel porter la recherche n'est pas précisé) de la chaine de caractère "centre de calcul" (les **%20**, **%22** sont des encodages des caractères **espace** et **guillemet** respectivement, http://en.wikipedia.org/wiki/Percent-encoding#Character_data). .. code-block:: bash $ curl -o structures-cc.json 'http://api.archives-ouvertes.fr/ref/structure/?fq=valid_s:VALID&rows=10&q=%22centre%20de%20calcul%22' .. code-block:: json { "response": { "docs": [ { "docid": 16, "label_s": "Centre de Calcul Formel MEDICIS [CCF]" }, { "docid": 496, "label_s": "Centre de Calcul de l'IN2P3 [CC-IN2P3]" } ], "numFound": 2, "start": 0 } } Référentiel des types de documents ---------------------------------- http://api.archives-ouvertes.fr/docs/ref/resource/doctype .. code-block:: bash $ curl -o doctype-hal.json 'http://api.archives-ouvertes.fr/ref/doctype?instance_s=hal' .. code-block:: json { "response": { "lst": { "int": [ "0", "0" ], "lst": { "bool": "true", "str": [ "hal", "fr", "json" ] } }, "result": { "doc": [ { "str": [ "ART", "Article dans des revues" ] }, { "str": [ "COMM", "Communication dans un congr\u00e8s" ] }, { "str": [ "POSTER", "Poster" ] }, { "str": [ "OUV", "Ouvrage (y compris \u00e9dition critique et traduction)" ] }, { "str": [ "COUV", "Chapitre d'ouvrage" ] }, { "str": [ "DOUV", "Direction d'ouvrage, Proceedings" ] }, { "str": [ "PATENT", "Brevet" ] }, { "str": [ "OTHER", "Autre publication" ] }, { "str": [ "UNDEFINED", "Pr\u00e9-publication, Document de travail" ] }, { "str": [ "REPORT", "Rapport" ] }, { "str": [ "THESE", "Th\u00e8se" ] }, { "str": [ "HDR", "HDR" ] }, { "str": [ "LECTURE", "Cours" ] }, { "str": [ "IMG", "Image" ] }, { "str": [ "VIDEO", "Vid\u00e9o" ] }, { "str": [ "SON", "Son" ] }, { "str": [ "MAP", "Carte" ] } ] } } } Référentiel des listes de métadonnées ------------------------------------- http://api.archives-ouvertes.fr/docs/ref/resource/metadatalist metaName_s = relator ^^^^^^^^^^^^^^^^^^^^ Le paramètre **fl=** permet de sélectionner les champs à retourner (ici tous ?). .. code-block:: bash $ curl -o metadatalist-metaname-relator.xml 'http://api-preprod.archives-ouvertes.fr/ref/metadataList/?q=metaName_s:relator&fl=*&wt=xml' .. code-block:: xml 55 relator : Auteur relator aut Auteur Author relator_aut relator_aut 1479316907638128641 2014-09-15T13:09:00.617Z 56 relator : Auteur correspondant relator crp Auteur correspondant Correspondent author relator_crp relator_crp 1479316907638128642 2014-09-15T13:09:00.617Z 57 relator : Directeur de publication relator edt Directeur de publication Editor relator_edt relator_edt 1479316907638128643 2014-09-15T13:09:00.617Z 58 relator : Directeur scientifique relator sad Directeur scientifique Scientific advisor relator_sad relator_sad 1479316907638128644 2014-09-15T13:09:00.617Z 59 relator : Collaborateur relator ctb Collaborateur Contributor relator_ctb relator_ctb 1479316907639177216 2014-09-15T13:09:00.617Z 60 relator : Auteur du matériel d'accompagement relator wam Auteur du matériel d'accompagement Writer of accompanying material relator_wam relator_wam 1479316907639177217 2014-09-15T13:09:00.617Z 61 relator : Photographe relator pht Photographe Photographer relator_pht relator_pht 1479316907639177218 2014-09-15T13:09:00.617Z 62 relator : Annoteur relator ann Annoteur Annotator relator_ann relator_ann 1479316907639177219 2014-09-15T13:09:00.617Z 63 relator : Traducteur relator trl Traducteur Translator relator_trl relator_trl 1479316907639177220 2014-09-15T13:09:00.617Z 64 relator : Commentateur relator cwt Commentateur Commentator relator_cwt relator_cwt 1479316907640225792 2014-09-15T13:09:00.617Z 65 relator : Illustrateur relator ill Illustrateur Illustrator relator_ill relator_ill 1479316907640225793 2014-09-15T13:09:00.617Z 66 relator : Metteur en scène relator stm Metteur en scène Stage manager relator_stm relator_stm 1479316907640225794 2014-09-15T13:09:00.617Z 67 relator : Monteur relator pro Monteur Producer relator_pro relator_pro 1479316907640225795 2014-09-15T13:09:00.617Z 68 relator : Directeur artistique relator ard Directeur artistique Artistic director relator_ard relator_ard 1479316907640225796 2014-09-15T13:09:00.617Z 69 relator : Ingénieur du son relator sds Ingénieur du son Sound designer relator_sds relator_sds 1479316907641274368 2014-09-15T13:09:00.617Z 70 relator : Cartographe relator ctg Cartographe Cartographer relator_ctg relator_ctg 1479316907641274369 2014-09-15T13:09:00.617Z 71 relator : Autre relator oth Autre Other relator_oth relator_oth 1479316907641274370 2014-09-15T13:09:00.617Z 72 relator : Orateur relator spk Orateur Speaker relator_spk relator_spk 1479316907641274371 2014-09-15T13:09:00.617Z metaName_s = relatedType ^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: bash $ curl -o metadatalist-metaname-relatedtype.xml 'http://api.archives-ouvertes.fr/ref/metadataList/?q=metaName_s:relatedType&fl=*&wt=xml' .. code-block:: xml 2033 relatedType : illustre relatedType illustrate illustre illustrate relatedType_illustrate relatedType_illustrate 1485113177556385794 2014-11-18T12:38:14.384Z 2034 relatedType : est illustré par relatedType isIllustratedBy est illustré par is illustrated by relatedType_isIllustratedBy relatedType_isIllustratedBy 1485113177557434368 2014-11-18T12:38:14.384Z 2035 relatedType : est requis par relatedType isRequiredBy est requis par is required by relatedType_isRequiredBy relatedType_isRequiredBy 1485113177557434369 2014-11-18T12:38:14.384Z 2036 relatedType : requiert relatedType requires requiert requires relatedType_requires relatedType_requires 1485113177557434370 2014-11-18T12:38:14.384Z 2037 relatedType : est une partie de relatedType isPartOf est une partie de is part of relatedType_isPartOf relatedType_isPartOf 1485113177558482944 2014-11-18T12:38:14.384Z 2038 relatedType : a comme partie relatedType hasPart a comme partie has part relatedType_hasPart relatedType_hasPart 1485113177558482945 2014-11-18T12:38:14.384Z 2039 relatedType : est référencé par relatedType isReferencedBy est référencé par is referenced by relatedType_isReferencedBy relatedType_isReferencedBy 1485113177558482946 2014-11-18T12:38:14.384Z 2040 relatedType : référence relatedType references référence references relatedType_references relatedType_references 1485113177559531520 2014-11-18T12:38:14.384Z 2041 relatedType : est un autre format de relatedType isFormatOf est un autre format de is format of relatedType_isFormatOf relatedType_isFormatOf 1485113177559531521 2014-11-18T12:38:14.384Z 2042 relatedType : a pour autre format relatedType hasFormat a pour autre format has format relatedType_hasFormat relatedType_hasFormat 1485113177559531522 2014-11-18T12:38:14.384Z 2043 relatedType : est conforme à relatedType conformsTo est conforme à conforms to relatedType_conformsTo relatedType_conformsTo 1485113177559531523 2014-11-18T12:38:14.384Z Recherche --------- Dépôts 2014 avec fichiers ^^^^^^^^^^^^^^^^^^^^^^^^^ http://api.archives-ouvertes.fr/docs/search/#fq **fq=submitType_s:file** pour n'avoir que les dépôts avec fichiers de l'année 2014 **fq=submittedDateY_i:2014** ? .. code-block:: bash $ curl -o publis-2014.json 'http://api.archives-ouvertes.fr/search/?fq=submitType_s:file&fq=submittedDateY_i:2014' La requête trouve 48397 résultats ? En affiche un nombre limité (valeur par défaut ?). .. code-block:: json { "response": { "docs": [ { "docid": 994591, "label_s": "Guy Louchard, Helmut Prodinger. Asymptotic results for silent elimination. Discrete Mathematics and Theoretical Computer Science, Discrete Mathematics & Theoretical Computer Science, 2010, special issue in honor of Laci Babai's 60th birthday: Combinatorics, Groups, Algorithms, and Complexity, 12 (2), pp.185-196. <hal-00994591>", "uri_s": "https://hal.inria.fr/hal-00994591" }, { "docid": 994597, "label_s": "R. SCHERRER, Laurent Maxit, Jean-Louis Guyader, C. Audoly, M. Bertinier. Analysis of the sound radiated by a heavy fluid loaded structure excited by an impulsive force. Internoise 2013, 2013, Innsbruck, Austria. pp.#827. <hal-00994597>", "uri_s": "https://hal.archives-ouvertes.fr/hal-00994597" }, { "docid": 994598, "label_s": "Van Ly Tran. Stochastic models of solar radiation processes. General Mathematics. Universit\u00e9 d'Orl\u00e9ans, 2013. English. <NNT : 2013ORLE2046>. <tel-00994598>", "uri_s": "https://tel.archives-ouvertes.fr/tel-00994598" }, { "docid": 994600, "label_s": "Olivier Marty. Monetizing French Distance Education. The International Review of Research in Open and Distance Learning, 2014, vol. 15 (n\u00b0 2), http://www.irrodl.org/index.php/irrodl/article/view/1677/2831. <halshs-00994600>", "uri_s": "https://halshs.archives-ouvertes.fr/halshs-00994600" }, { "docid": 994601, "label_s": "Nicolas Joudiou. D\u00e9veloppement de m\u00e9thodes de spectroscopie par r\u00e9sonance magn\u00e9tique localis\u00e9e pour l'\u00e9tude du m\u00e9tabolisme chez le petit animal. Other. Universit\u00e9 d'Orl\u00e9ans, 2013. French. <NNT : 2013ORLE2044>. <tel-00994601>", "uri_s": "https://tel.archives-ouvertes.fr/tel-00994601" }, { "docid": 994602, "label_s": "Camille Marini, Claude Frankignoul, Juliette Mignot. Links between the Southern Annular Mode and the Atlantic Meridional Overturning Circulation in a Climate Model. Journal of Climate, American Meteorological Society, 2011, 24, http://journals.ametsoc.org/doi/abs/10.1175/2010JCLI3576.1. <10.1175/2010JCLI3576.1>. <hal-00994602>", "uri_s": "https://hal.archives-ouvertes.fr/hal-00994602" }, { "docid": 1069861, "label_s": "P. Ghenuche, J. De Torres, P. Ferrand, J. Wenger. Multi-focus parallel detection of fluorescent molecules at picomolar concentration with photonic nanojets arrays. Applied Physics Letters, American Institute of Physics (AIP), 2014, 105 (13), pp.131102. <10.1063/1.4896852>. <hal-01069861>", "uri_s": "https://hal.archives-ouvertes.fr/hal-01069861" }, { "docid": 994604, "label_s": "Awad Bettamer. prediction of proximal femur fracture : finite element modeling based on mechanical damage and experimental validation. Other. Universit\u00e9 d'Orl\u00e9ans, 2013. English. <NNT : 2013ORLE2045>. <tel-00994604>", "uri_s": "https://tel.archives-ouvertes.fr/tel-00994604" }, { "docid": 994605, "label_s": "Jean Bazantay. La chose pour le dire : mono en japonais contemporain : approche s\u00e9mantique, syntaxique et \u00e9nonciative. Linguistics. Universit\u00e9 Michel de Montaigne - Bordeaux III, 2013. French. <NNT : 2013BOR30023>. <tel-00994605>", "uri_s": "https://tel.archives-ouvertes.fr/tel-00994605" }, { "docid": 994610, "label_s": "Isabelle Galichon. Le r\u00e9cit de soi comme \u00e9criture de r\u00e9sistance face au nazisme : du sentiment \u00e0 l'acte : d\u00e9finition d'une po\u00e9tique du r\u00e9cit de soi en r\u00e9sistance. Literature. Universit\u00e9 Michel de Montaigne - Bordeaux III, 2013. French. <NNT : 2013BOR30020>. <tel-00994610>", "uri_s": "https://tel.archives-ouvertes.fr/tel-00994610" }, { "docid": 994612, "label_s": "C\u00e9line Antonin, Christophe Blot, Sabine Le Bayon, Herv\u00e9 P\u00e9l\u00e9raux, Christine Rifflart, et al.. Banques centrales dernier rempart contre la d\u00e9flation. Revue de l'OFCE - Analyse et pr\u00e9visions, 2014, pp.11-51. <hal-00994612>", "uri_s": "https://hal-sciencespo.archives-ouvertes.fr/hal-00994612" }, { "docid": 1069877, "label_s": "Mountaz Hasco\u00ebt. Skinnable graph drawing. RR-14007, 2014. <lirmm-00615429v2>", "uri_s": "http://hal-lirmm.ccsd.cnrs.fr/lirmm-00615429v2" }, { "docid": 994617, "label_s": "Dominique Michelet. Cuecillo Prieto : Panoramique (3/4). Photography. CEMCA:73A544, Cuecillo Prieto, Mexico. 1973. <medihal-00994617>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994617" }, { "docid": 994619, "label_s": "Dominique Michelet. Cuecillo Prieto : Pied du grand monticule. Photography. CEMCA:73A546, Cuecillo Prieto, Mexico. 1973. <medihal-00994619>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994619" }, { "docid": 994621, "label_s": "Dominique Michelet. Orde\u00f1a Vieja : Mur nord de monticule Sud. Photography. Orde\u00f1a Vieja, Mexico. 1973. <medihal-00994621>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994621" }, { "docid": 1069882, "label_s": "Yui-Yip LAU, Adolf KY NG, David GUERRERO. Becoming a major hub in the distribution of wine: Hong Kong as a gate to Asian markets. IFSPA - International Forum on Shipping, Ports and Airports, May 2014, China. 22p. <hal-01069882>", "uri_s": "https://hal.archives-ouvertes.fr/hal-01069882" }, { "docid": 994624, "label_s": "Dominique Michelet. El Organo : La grande Structure Sud-Ouest. Photography. CEMCA:73A551, El Organo, Mexico. 1973. <medihal-00994624>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994624" }, { "docid": 1069884, "label_s": "Jean-Marie Gueullette. La place du r\u00e9cit dans la d\u00e9finition de l'ost\u00e9opathie. Sylvie Patron, Brian Schiff. Narrative Matters 2014 : Narrative Knowing/ R\u00e9cit et Savoir, Jun 2014, Paris, France. <hal-01069884>", "uri_s": "https://hal-univ-diderot.archives-ouvertes.fr/hal-01069884" }, { "docid": 994627, "label_s": "Dominique Michelet. Los Cuecillos del Refugio : Panoramique (1/5). Photography. CEMCA:73A554, Los Cuecillos del Refugio, Mexico. 1973. <medihal-00994627>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994627" }, { "docid": 994631, "label_s": "Maxime Deschanet. Les Tatars de Crim\u00e9e au XVII\u00e8me si\u00e8cle dans Pierre Chevalier, \"Histoire de la guerre des Cosaques contre la Pologne\", Paris, 1663. La Crim\u00e9e, le destin d'une p\u00e9ninscule, Jun 2014, Paris, France. <hal-00994631>", "uri_s": "https://hal.archives-ouvertes.fr/hal-00994631" }, { "docid": 994632, "label_s": "Dominique Michelet. Los Cuecillos del Refugio : Panoramique (5/5). Photography. CEMCA:73A558, Los Cuecillos del Refugio, Mexico. 1973. <medihal-00994632>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994632" }, { "docid": 994633, "label_s": "Dominique Michelet. Los Cuecillos del Refugio : Le monticule principal. Photography. CEMCA:73A559, Les Cuecillos del Refugio, Mexico. 1973. <medihal-00994633>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994633" }, { "docid": 994634, "label_s": "Dominique Michelet. El Refugio : Vue prise de la sortie du village. Photography. CEMCA:73A561, El Refugio, Mexico. 1973. <medihal-00994634>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994634" }, { "docid": 994635, "label_s": "Dominique Michelet. Arroyo Seco : \u00e9glise forteresse. Photography. CEMCA:73A562, Arroyo Seco, Mexico. 1973. <medihal-00994635>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994635" }, { "docid": 994636, "label_s": "Dominique Michelet. San Rafael : Ancienne piste coupant le monticule. Photography. CEMCA:73A563, San Rafael, Mexico. 1973. <medihal-00994636>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994636" }, { "docid": 994641, "label_s": "Dominique Michelet. Amoladeras : Vue depuis le sommet du monticule isol\u00e9. Photography. CEMCA:73A567, Amoladeras, Mexico. 1973. <medihal-00994641>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994641" }, { "docid": 994642, "label_s": "Dominique Michelet. Los Juzgados : Panoramique (1/2). Photography. CEMCA:73A568, Los Juzgados, Mexico. 1973. <medihal-00994642>", "uri_s": "https://medihal.archives-ouvertes.fr/medihal-00994642" }, { "docid": 994650, "label_s": "Maxime Deschanet. Introduction \u00e0 l'Histoire de l'Ukraine. 5 pages. 2014. <hal-00994650>", "uri_s": "https://hal.archives-ouvertes.fr/hal-00994650" }, { "docid": 1069905, "label_s": "Isa Baud, Karin Pfeffer, Diane Scott, Eric Denis, John Sydenstricker-Neto. Participatory 'Spatial' Knowledge Management Configurations in Metropolitan Governance Networks for SD. Thematic Report n\u00b02. Thematic Report n\u00b02, Chance2Sustain. 2014. <halshs-01069905>", "uri_s": "https://halshs.archives-ouvertes.fr/halshs-01069905" }, { "docid": 1069917, "label_s": "Pritish Mohapatra, C. V. Jawahar, M. Pawan Kumar. Efficient Optimization for Average Precision SVM. NIPS - Advances in Neural Information Processing Systems, 2014, Montreal, Canada. <hal-01069917>", "uri_s": "https://hal.inria.fr/hal-01069917" } ], "numFound": 48397, "start": 0 } } Dépôts INRIA domaine informatique ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Si les caractères ('[', '"', ' ', ']', ...) ne sont pas URL-encodés, j'ai une erreur ``curl: (3) [globbing] bad range specification in column 110`` (c'est bien la cause ?). .. code-block:: bash $ curl -o publis-inria-info.xml 'http://api.archives-ouvertes.fr/search/?q=*:*&fq=level0_domain_s:info&fq=collCode_s:INRIA&fq=modifiedDate_s:%5B%222011-06-02%2000:00:00%22%20TO%20*%5D&wt=xml-tei' Le résultat est assez long 6500 lignes (28079 résultats ?). .. code-block:: xml Search restults from HAL API CCSD Distributed under a Creative Commons Attribution 4.0 International License

HAL API platform

YAM: a Schema Matcher Factory Fabien Duchateau duchatea@lirmm.fr 145765 Remi Coletta coletta@lirmm.fr 784050 Zohra Bellahsene Zohra.Bellahsene@lirmm.fr 753580 Renée J. Miller 416269 Fabien Duchateau duchatea@lirmm.fr 2010-06-25 07:00:12 2015-02-06 16:04:19 2009-06-26 15:38:44 2009-06-05 contributor Fabien Duchateau duchatea@lirmm.fr CCSD lirmm-00399184 http://hal-lirmm.ccsd.cnrs.fr/lirmm-00399184 duchateau:lirmm-00399184 RR-09018, 2009 RR-09018, 2009 CNRS - Centre national de la recherche scientifique Université Montpellier II - Sciences et Techniques du Languedoc LIRMM INRIA - Institut National de Recherche en Informatique et en Automatique Montpellier Scientific Data Management Not set YAM: a Schema Matcher Factory Fabien Duchateau duchatea@lirmm.fr 145765 Remi Coletta coletta@lirmm.fr 784050 Zohra Bellahsene Zohra.Bellahsene@lirmm.fr 753580 Renée J. Miller 416269 RR-09018 2009-06-05 English Schema matching data integration matcher factory machine learning XML schemas YAM Yet Another Matcher demo Computer Science/Databases Computer Science/Machine Learning Reports In this paper, we present YAM, a schema matcher factory. YAM (Yet Another Matcher) is not (yet) another schema matching system as it enables the generation of a la carte schema matchers according to user requirements. These re- quirements include a preference for recall or precision, a training data set (schemas already matched) and provided expert correspondences. YAM uses a knowledge base that includes a (possibly large) set of similarity measures and classifiers. Based on the user requirements, YAM learns how to best apply these tools (similarity measures and clas- sifiers) in concert to achieve the best matching quality. In our demonstration, we will let users apply YAM to build the best schema matcher for different user requirements. Reconstruction 3D du bâti par la technique des ombres chinoises Pavel Lukashevish Pavel.Lukashevich@newman.bas-net.by 416280 Alianxandr Kraushonak alpha_storm@mail.ru 416281 Xavier Descombes Xavier.Descombes@sophia.inria.fr 97831 Jean-Denis Durou 99444 Boris Zalessky zalesky@newman.bas-net.by 416282 Elena Zhizhina ejj@iitp.ru 416283 Xavier Descombes Xavier.Descombes@sophia.inria.fr 2009-06-25 18:38:51 2013-01-15 13:34:50 2009-06-25 19:52:27 2009-09 contributor Xavier Descombes Xavier.Descombes@sophia.inria.fr CCSD inria-00399208 https://hal.inria.fr/inria-00399208 lukashevish:inria-00399208 <i>GRETSI</i>, Sep 2009, Dijon, France GRETSI, Sep 2009, Dijon, France Université de Nice Sophia-Antipolis CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université Paul Sabatier - Toulouse III INRIA Sophia Antipolis - Méditerranée Laboratoire d'Informatique, Signaux et Systèmes de Sophia-Antipolis Université des Sciences Sociales - Toulouse I Université Toulouse le Mirail - Toulouse II INRIA-SOPHIA National No No Yes Yes Reconstruction 3D du bâti par la technique des ombres chinoises Pavel Lukashevish Pavel.Lukashevich@newman.bas-net.by 416280 Alianxandr Kraushonak alpha_storm@mail.ru 416281 Xavier Descombes Xavier.Descombes@sophia.inria.fr 97831 Jean-Denis Durou 99444 Boris Zalessky zalesky@newman.bas-net.by 416282 Elena Zhizhina ejj@iitp.ru 416283 GRETSI 2009-09 Dijon France 2009 French Computer Science/Image Processing Conference papers Dans cet article, nous effectuons la reconstruction 3D du bâti à partir d'images satellitaires. Nous nous écartons de l'approche classique qui consiste à considérer le problème comme un problème inverse qui doit être résolu en utilisant deux images stéréoscopiques et en les mettant en correspondance. Au contraire, nous montrons qu'il est plus simple de résoudre le problème directement par essais/erreurs comme on on le fait très naturellement pour produire des ombres chinoises. Nous montrons notamment que cette approche ne nécessite pas un temps de calcul considérable, grâce à la puissance de calcul d'OpenGL qui s'appuie sur une carte graphique. Les premiers résultats obtenus montrent la pertinence de l'approche adoptée. En particulier, elle permet de résoudre des ambiguïtés pour lesquelles l'inversion du problème serait quasiment impossible. A Simple and Efficient Boolean Solver for Constraint Logic Programming Philippe Codognet 102979 Daniel Diaz 681811 Daniel Diaz Daniel.Diaz@univ-paris1.fr 2012-05-02 11:49:46 2014-09-19 13:14:25 2012-05-02 11:49:46 1996 contributor Daniel Diaz Daniel.Diaz@univ-paris1.fr CCSD hal-00693251 https://hal-paris1.archives-ouvertes.fr/hal-00693251 codognet:hal-00693251 <i>Journal of Automated Reasoning</i>, Springer Verlag (Germany), 1996, 17 (1), pp.97-129 Journal of Automated Reasoning, Springer Verlag (Germany), 1996, 17 (1), pp.97-129 Université Panthéon-Sorbonne - Paris I Centre de Recherche en Informatique de Paris 1 INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Paris - Rocquencourt International No Yes A Simple and Efficient Boolean Solver for Constraint Logic Programming Philippe Codognet 102979 Daniel Diaz 681811 15114 0168-7433 1573-0670 Journal of Automated Reasoning Springer Verlag (Germany) 17 1 97-129 1996 English contraint programming boolean constraints SAT CLP constraint logic programming WAM Computer Science/Software Engineering Journal articles [Tiger2/] Documentation Laurent Romary laurent.romary@inria.fr laurentromary 49567 http://arxiv.org/a/Romary_L http://www.idref.fr/060702494 http://orcid.org/0000-0002-0756-0508 Amir Zeldes amir.zeldes@rz.hu-berlin.de 608962 Florian Zipser 535485 Laurent Romary laurent.romary@inria.fr 2011-05-18 09:35:45 2011-05-25 21:19:12 2011-08-02 09:39:12 2011-05-26 10:00:28 2010-07-16 contributor Laurent Romary laurent.romary@inria.fr CCSD inria-00593903 https://hal.inria.fr/inria-00593903 romary:inria-00593903 [Technical Report] 2010 [Technical Report] 2010 INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Saclay - Ile de France Not set Technical Report [Tiger2/] Documentation Laurent Romary laurent.romary@inria.fr laurentromary 49567 http://arxiv.org/a/Romary_L http://www.idref.fr/060702494 http://orcid.org/0000-0002-0756-0508 Amir Zeldes amir.zeldes@rz.hu-berlin.de 608962 Florian Zipser 535485 2010-07-16 http://korpling.german.hu-berlin.de/tiger2/ English Computer Science/Computation and Language Reports This report presents the main components of the Tiger2 format for the representation of syntactic annotations for linguistic data. Derived from the existing Tiger format and in compliance with ISO standard 24615 (SynAF), it offers mechanisms covering the wide range of constituency and dependency annotations. Efficient Optimization for Average Precision SVM Pritish Mohapatra 1079540 C. V. Jawahar 1074663 M. Pawan Kumar pawan.kumar@ecp.fr 804789 M. Pawan Kumar pawan.kumar@ecp.fr 2014-09-30 11:01:54 2014-11-14 16:35:31 2014-10-07 09:16:46 2014 contributor M. Pawan Kumar pawan.kumar@ecp.fr CCSD hal-01069917 https://hal.inria.fr/hal-01069917 mohapatra:hal-01069917 <i>NIPS - Advances in Neural Information Processing Systems</i>, 2014, Montreal, Canada NIPS - Advances in Neural Information Processing Systems, 2014, Montreal, Canada Ecole Centrale Paris INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Saclay - Ile de France International No No Yes Yes Efficient Optimization for Average Precision SVM Pritish Mohapatra 1079540 C. V. Jawahar 1074663 M. Pawan Kumar pawan.kumar@ecp.fr 804789 NIPS - Advances in Neural Information Processing Systems 2014 Montreal Canada 2014 English Computer Science/Machine Learning Conference papers The accuracy of information retrieval systems is often measured using average precision (AP). Given a set of positive (relevant) and negative (non-relevant) samples, the parameters of a retrieval system can be estimated using the AP-SVM framework, which minimizes a regularized convex upper bound on the empirical AP loss. However, the high computational complexity of loss-augmented inference, which is required for learning an AP-SVM, prohibits its use on large training datasets. To alleviate this deficiency, we propose three complementary approaches. The first approach guarantees an asymptotic decrease in the computational complexity of loss-augmented inference by exploiting the problem structure. The second approach takes advantage of the fact that we do not require a full ranking during loss-augmented inference. This helps us to avoid the expensive step of sorting the negative samples according to their individual scores. The third approach approximates the AP loss over all samples by the AP loss over difficult samples (for example, those that are incorrectly classified by a binary SVM), while ensuring the correct classification of the remaining samples. Using the PASCAL VOC action classification dataset, we show that our approaches provide significant speed-ups during training without degrading the test accuracy of AP-SVM. Estimation des paramètres de processus ponctuels marqués dans le cadre de l'extraction d'objets en imagerie de télédétection Florent Chatelain florent.chatelain@gipsa-lab.inpg.fr 394263 Xavier Descombes Xavier.Descombes@sophia.inria.fr 97831 Josiane Zerubia Josiane.Zerubia@sophia.inria.fr 97606 Xavier Descombes Xavier.Descombes@sophia.inria.fr 2009-06-26 09:27:59 2014-10-28 18:35:24 2009-06-26 09:55:16 2009-09-08 contributor Xavier Descombes Xavier.Descombes@sophia.inria.fr CCSD inria-00399258 https://hal.inria.fr/inria-00399258 chatelain:inria-00399258 <i>XXIIe colloque GRETSI (GRETSI 2009)</i>, Sep 2009, Dijon, France XXIIe colloque GRETSI (GRETSI 2009), Sep 2009, Dijon, France CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Sophia Antipolis - Méditerranée Laboratoire d'Informatique, Signaux et Systèmes de Sophia-Antipolis SA-IGA Département Image et Signal Grenoble Images Parole Signal Automatique Université Joseph Fourier - Grenoble I Université Pierre-Mendès-France - Grenoble II Université Stendhal - Grenoble III INRIA-SOPHIA Université de Nice Sophia-Antipolis Institut polytechnique de Grenoble HAL Grenoble Alpes Traitement automatique des langues et des connaissances Médiation Scientifique en Science du Numérique National No No Yes Yes Estimation des paramètres de processus ponctuels marqués dans le cadre de l'extraction d'objets en imagerie de télédétection Florent Chatelain florent.chatelain@gipsa-lab.inpg.fr 394263 Xavier Descombes Xavier.Descombes@sophia.inria.fr 97831 Josiane Zerubia Josiane.Zerubia@sophia.inria.fr 97606 XXIIe colloque GRETSI (GRETSI 2009) 2009-09-08 2009-09-11 Dijon France 2009 French Computer Science/Image Processing Conference papers L'article étudie le problème de l'estimation des paramètres d'un processus ponctuel marqué modélisant un réseau d'objets dans une image. L'objectif est de mettre en oeuvre des méthodes d'extraction automatique des objets dans des images de télédétection. L'estimation des paramètres du processus est menée dans le cas de données incomplètes, où la configuration des objets dans l'image n'est pas connue. Les paramètres du modèle, ainsi que la configuration des objets, sont alors estimés conjointement. Ces travaux montrent la possibilité d'estimer certains paramètres des processus étudiés, et ouvrent la voie à des méthodes d'extraction automatique des objets Compiling Constraints in clp(FD) Philippe Codognet 102979 Daniel Diaz 681811 Daniel Diaz Daniel.Diaz@univ-paris1.fr 2012-05-02 11:45:17 1996 2014-09-19 12:01:31 2012-05-02 11:45:17 1996 contributor Daniel Diaz Daniel.Diaz@univ-paris1.fr CCSD hal-00693245 https://hal-paris1.archives-ouvertes.fr/hal-00693245 codognet:hal-00693245 <i>Journal of Logic Programming</i>, 1996, 27 (3), pp.185-226 Journal of Logic Programming, 1996, 27 (3), pp.185-226 Université Panthéon-Sorbonne - Paris I Centre de Recherche en Informatique de Paris 1 INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Paris - Rocquencourt International No Yes Compiling Constraints in clp(FD) Philippe Codognet 102979 Daniel Diaz 681811 44288 Journal of Logic Programming 27 3 185-226 1996 English constraint programming constraint logic programming finite domains implementation WAM Computer Science/Software Engineering Journal articles Rounding-based Moves for Metric Labeling M. Pawan Kumar pawan.kumar@ecp.fr 804789 M. Pawan Kumar pawan.kumar@ecp.fr 2014-09-30 10:57:46 2014-10-07 09:15:34 2014-10-07 09:15:34 2014 contributor M. Pawan Kumar pawan.kumar@ecp.fr CCSD hal-01069910 https://hal.inria.fr/hal-01069910 kumar:hal-01069910 <i>NIPS - Advances in Neural Information Processing Systems</i>, 2014, Montreal, Canada NIPS - Advances in Neural Information Processing Systems, 2014, Montreal, Canada Ecole Centrale Paris INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Saclay - Ile de France International No No Yes Yes Rounding-based Moves for Metric Labeling M. Pawan Kumar pawan.kumar@ecp.fr 804789 NIPS - Advances in Neural Information Processing Systems 2014 Montreal Canada 2014 English Computer Science/Machine Learning Conference papers Metric labeling is a special case of energy minimization for pairwise Markov random fields. The energy function consists of arbitrary unary potentials, and pairwise potentials that are proportional to a given metric distance function over the label set. Popular methods for solving metric labeling include (i) move-making algorithms, which iteratively solve a minimum st-cut problem; and (ii) the linear programming (LP) relaxation based approach. In order to convert the fractional solution of the LP relaxation to an integer solution, several randomized rounding procedures have been developed in the literature. We consider a large class of parallel rounding procedures, and design move-making algorithms that closely mimic them. We prove that the multiplicative bound of a move-making algorithm exactly matches the approximation factor of the corresponding rounding procedure for any arbitrary distance function. Our analysis includes all known results for move-making algorithms as special cases. Adaptation d'un algorithme d'ordonnancement de tâches parallèles sur plates-formes homogènes aux systèmes hétérogènes Tchimou N'Takpé ntakpe@loria.fr 62818 Tchimou N'Takpé tchimou.ntakpe@loria.fr 2005-10-13 16:57:18 2012-04-24 09:40:05 2005-10-13 17:20:31 2005 contributor Tchimou N'Takpé tchimou.ntakpe@loria.fr CCSD inria-00000434 https://hal.inria.fr/inria-00000434 ntakpe:inria-00000434 Rapport de stage d'initiation à la recherche. 2005 Rapport de stage d'initiation à la recherche. 2005 INRIA - Institut National de Recherche en Informatique et en Automatique CNRS - Centre national de la recherche scientifique Université Henri Poincaré - Nancy I Université Nancy II Publications du LORIA INRIA-LORRAINE LORIA INRIA Nancy - Grand Est LORIA - Laboratoire Lorrain de Recherche en Informatique et ses Applications Réseaux, systèmes et services Grid'5000 Rapport de stage d'initiation à la recherche Not set Adaptation d'un algorithme d'ordonnancement de tâches parallèles sur plates-formes homogènes aux systèmes hétérogènes Tchimou N'Takpé ntakpe@loria.fr 62818 2005 French Computer Science/Distributed, Parallel, and Cluster Computing Other publications Ce stage d'initiation à la recherche nous a permis de concevoir et d'évaluer des algorithmes d'ordonnancement de tâches parallèles en milieu hétérogène en partant d'un algorithme adapté aux plates-formes homogènes. Après avoir réalisé de nombreuses simulations sur les deux algorithmes que nous avons mis en place, nous avons noté que cette adaptation aux systèmes hétérogènes permettait de tirer profit des agglomérations hétérogènes de grappes homogènes de ressources de calculs lors de l'exécution des grosses applications composées de tâches parallèles. La comparaison des performances de nos deux algorithmes avec celles d'un autre algorithme nous a également permis de conclure que notre approche permettait d'obtenir un meilleur compromis entre le temps de completion des applications et la puissance de calcul utilisée. Grid'5000 Parallel local search for the Costas Array Problem Daniel Diaz 681811 Florian Richoux 509123 Yves Caniou caniou@loria.fr 59335 Philippe Codognet 102979 Salvador Abreu 685040 Daniel Diaz Daniel.Diaz@univ-paris1.fr 2012-05-02 12:09:36 2012 2012-05-02 12:09:36 2012-05-02 12:09:36 2012 contributor Daniel Diaz Daniel.Diaz@univ-paris1.fr CCSD hal-00693275 https://hal-paris1.archives-ouvertes.fr/hal-00693275 diaz:hal-00693275 <i>Parallel Computing and Optimization</i>, 2012, Shanghai, China Parallel Computing and Optimization, 2012, Shanghai, China École Normale Supérieure de Lyon Université Panthéon-Sorbonne - Paris I CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université Claude Bernard - Lyon I Laboratoire de l'Informatique du Parallélisme Centre de Recherche en Informatique de Paris 1 Université Pierre et Marie Curie Laboratoire d'Informatique de Paris 6 International No No Yes Yes Parallel local search for the Costas Array Problem Daniel Diaz 681811 Florian Richoux 509123 Yves Caniou caniou@loria.fr 59335 Philippe Codognet 102979 Salvador Abreu 685040 Parallel Computing and Optimization Parallel Computing and Optimization 2012 Shanghai China 2012 English Computer Science/Software Engineering Computer Science/Distributed, Parallel, and Cluster Computing Conference papers Des ordinateurs capables de calculer plus juste Jean-Michel Muller jean-michel.muller@ens-lyon.fr 662358 Sylvie Boldo sylvie.boldo@inria.fr sboldo 739834 http://www.linkedin.com/pub/sylvie.boldo Jean-Michel Muller jean-michel.muller@ens-lyon.fr 2014-09-29 17:02:56 2015-02-07 01:07:48 2014-09-29 17:02:56 2014-10 contributor Jean-Michel Muller jean-michel.muller@ens-lyon.fr CCSD ensl-01069744 https://hal-ens-lyon.archives-ouvertes.fr/ensl-01069744 muller:ensl-01069744 <i>La Recherche</i>, société d'éditions scientifiques, 2014, pp.46-53 La Recherche, société d'éditions scientifiques, 2014, pp.46-53 École Normale Supérieure de Lyon CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Grenoble - Rhône-Alpes Laboratoire de l'Informatique du Parallélisme Laboratoire de Recherche en Informatique INRIA Saclay - Ile de France Médiation Scientifique en Science du Numérique Article de vulgarisation National Yes Yes Des ordinateurs capables de calculer plus juste Jean-Michel Muller jean-michel.muller@ens-lyon.fr 662358 Sylvie Boldo sylvie.boldo@inria.fr sboldo 739834 http://www.linkedin.com/pub/sylvie.boldo 20250 La Recherche société d'éditions scientifiques 46-53 2014-10 French Computer Science/Other Journal articles Additionner 3 nombres quelconques sans erreur peut devenir mission impossible pour un ordinateur. Afin de pallier ce manque de fiabilité, les informaticiens inventent une nouvelle arithmétique. Indispensable pour construire un pont ou une aile d'avion. C3PO: a Spontaneous and Ephemeral Social Networking Framework for a collaborative Creation and Publishing of Multimedia Contents Frédérique Laforest frederique.laforest@telecom-st-etienne.fr frederique-laforest 1002777 Nicolas Le Sommer 1079392 Stéphane Frénot 99431 François De Corbière Francois.De-Corbiere@mines-nantes.fr 987953 Yves Mahéo yves.maheo@univ-ubs.fr 901280 Pascale Launay pascale.launay@univ-ubs.fr 1079393 Christophe GRAVIER 757307 Julien Subercaze 393170 Damien Reimert 701524 Etienne Brodu 1079394 Idris Daikh 1079395 Nicolas Phelippeau 1079396 Xavier Adam 1079397 Frédéric Guidec 101449 Stéphane Grumbach sgrumbach 1079398 Nicolas Le Sommer Nicolas.Le-Sommer@univ-ubs.fr 2014-10-17 12:26:02 2014-06-25 2014-12-19 01:19:04 2014-10-17 15:50:12 2014-09-08 contributor Nicolas Le Sommer Nicolas.Le-Sommer@univ-ubs.fr CCSD hal-01069778 https://hal.archives-ouvertes.fr/hal-01069778 laforest:hal-01069778 <i>International conference on selected topics in Mobile and Wireless Networking (MoWNet 2014)</i>, Sep 2014, Rome, Italy. Elsevier, pp.1-6, Procedia Computer Science International conference on selected topics in Mobile and Wireless Networking (MoWNet 2014), Sep 2014, Rome, Italy. Elsevier, pp.1-6, Procedia Computer Science Université Jean Monnet - Saint-Etienne CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université Lumière Lyon 2 Institut National des Sciences Appliquées de Lyon Ecole Centrale de Lyon INRIA Grenoble - Rhône-Alpes Irisa Laboratoire d'Economie et de Management de Nantes-Atlantique Université de Nantes Laboratoire d'InfoRmatique en Image et Systèmes d'information IRISA_SET Laboratoire de l'Informatique du Parallélisme Médiation Scientifique en Science du Numérique École Normale Supérieure de Lyon Université Claude Bernard - Lyon I Université de Bretagne Sud Département sciences sociales et de gestion Institut Télécom l'unam - université nantes angers le mans International No No Yes Yes C3PO: a Spontaneous and Ephemeral Social Networking Framework for a collaborative Creation and Publishing of Multimedia Contents Frédérique Laforest frederique.laforest@telecom-st-etienne.fr frederique-laforest 1002777 Nicolas Le Sommer 1079392 Stéphane Frénot 99431 François De Corbière Francois.De-Corbiere@mines-nantes.fr 987953 Yves Mahéo yves.maheo@univ-ubs.fr 901280 Pascale Launay pascale.launay@univ-ubs.fr 1079393 Christophe GRAVIER 757307 Julien Subercaze 393170 Damien Reimert 701524 Etienne Brodu 1079394 Idris Daikh 1079395 Nicolas Phelippeau 1079396 Xavier Adam 1079397 Frédéric Guidec 101449 Stéphane Grumbach sgrumbach 1079398 62050 procedia computer science International conference on selected topics in Mobile and Wireless Networking (MoWNet 2014) International conference on selected topics in Mobile and Wireless Networking (MoWNet 2014) 2014-09-08 2014-09-10 Rome Italy Elsevier Procedia Computer Science 1-6 2014-09-10 English Social Networking Opportunistic Computing Collaborative Edition Computer Science/Ubiquitous Computing Computer Science/Mobile Computing Conference papers Online social networks have been adopted by a large part of the population, and have become in few years essential communication means and a source of information for journalists. Nevertheless, these networks have some drawbacks that make people reluctant to use them, such as the impossibility to claim for ownership of data and to avoid commercial analysis of them, or the absence of collaborative tools to produce multimedia contents with a real editorial value. In this paper, we present a new kind of social networks, namely spontaneous and ephemeral social networks (SESNs). SESNs allow people to collaborate spontaneously in the production of multimedia documents so as to cover cultural and sport events. Speech Cine SSFP with optical microphone synchronization and motion compensated reconstruction Pierre-André Vuissoz 338492 Freddy Odille 338491 Yves Laprie Yves.Laprie@loria.fr 58846 Emmanuel Vincent emmanuel.vincent@inria.fr emmanuelv 571022 Gabriela Hossu 1025300 Jacques Felblinger j.felblinger@chu-nancy.fr 303875 Emmanuel Vincent emmanuel.vincent@inria.fr 2014-05-21 15:56:30 2015-01-16 13:41:02 2014-05-21 15:56:30 2014-07-11 contributor Emmanuel Vincent emmanuel.vincent@inria.fr CCSD hal-00994526 https://hal.inria.fr/hal-00994526 vuissoz:hal-00994526 <i>ISMRM Workshop on Motion Correction in MRI</i>, Jul 2014, Tromso, Norway ISMRM Workshop on Motion Correction in MRI, Jul 2014, Tromso, Norway CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université Henri Poincaré - Nancy I INRIA Nancy - Grand Est INRIA-LORRAINE LORIA Publications du LORIA INRIA Nancy - Grand Est LORIA - Laboratoire Lorrain de Recherche en Informatique et ses Applications Traitement automatique des langues et des connaissances International No No Yes No Speech Cine SSFP with optical microphone synchronization and motion compensated reconstruction Pierre-André Vuissoz 338492 Freddy Odille 338491 Yves Laprie Yves.Laprie@loria.fr 58846 Emmanuel Vincent emmanuel.vincent@inria.fr emmanuelv 571022 Gabriela Hossu 1025300 Jacques Felblinger j.felblinger@chu-nancy.fr 303875 ISMRM Workshop on Motion Correction in MRI 2014-07-11 2014-07-14 Tromso Norway 2014-05-20 English Computer Science/Signal and Image Processing Engineering Sciences/Signal and Image processing Conference papers Experimental Assessment of BitTorrent Completion Time in Heterogeneous TCP/uTP swarms Claudio Testa 723461 D. Rossi 699945 Ashwin Rao 723462 Arnaud Legout 339655 2013-03-01 00:16:09 2013-03-26 10:53:23 2013-03-01 00:16:14 2012-03 CCSD hal-00795818 https://hal-institut-mines-telecom.archives-ouvertes.fr/hal-00795818 testa:hal-00795818 <i>Traffic Measurement and Analysis (TMA) Workshop at Passive and Active Measurement (PAM)</i>, Mar 2012, Wien, Australia. pp.52-65 Traffic Measurement and Analysis (TMA) Workshop at Passive and Active Measurement (PAM), Mar 2012, Wien, Australia. pp.52-65 CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Ecole Nationale Supérieure des Télécommunications INRIA Sophia Antipolis - Méditerranée Télécom ParisTech Institut Télécom ParisTech INRIA-SOPHIA Université Pierre et Marie Curie INRIA Grenoble - Rhône-Alpes International No No Yes Yes Experimental Assessment of BitTorrent Completion Time in Heterogeneous TCP/uTP swarms Claudio Testa 723461 D. Rossi 699945 Ashwin Rao 723462 Arnaud Legout 339655 DR:TMA-12 Traffic Measurement and Analysis (TMA) Workshop at Passive and Active Measurement (PAM) Traffic Measurement and Analysis (TMA) Workshop at Passive and Active Measurement (PAM) 2012-03 Wien Australia 52-65 2012-03 English p2p bittorrent ledbat Computer Science/Networking and Internet Architecture Conference papers <p>{BitTorrent, one of the most widespread used P2P application for file- sharing, recently got rid of TCP by introducing an application-level congestion control protocol named uTP. The aim of this new protocol is to efficiently use the available link capacity, while minimizing its interference with the rest of user traffic (e.g., Web, VoIP and gaming) sharing the same access bottleneck. In this paper we perform an experimental study of the impact of uTP on the torrent completion time, the metric that better captures the user experience. We run BitTorrent applications in a flash crowd scenario over a dedicated cluster platform, under both homogeneous and heterogeneous swarm population. Exper- iments show that an all-uTP swarms have shorter torrent download time with respect to all-TCP swarms. Interestingly, at the same time, we observe that even shorter completion times can be achieved under mixtures of TCP and uTP traffic, as in the default BitTorrent settings.</p> Non-commutative Elimination in Ore Algebras Proves Multivariate Identities Frédéric Chyzak frederic.chyzak@inria.fr 811862 Bruno Salvy Bruno.Salvy@inria.fr 1079459 Frédéric Chyzak frederic.chyzak@inria.fr 2014-09-30 09:16:15 2014-10-07 09:11:19 2014-10-07 09:11:19 1998 contributor Frédéric Chyzak frederic.chyzak@inria.fr CCSD hal-01069833 https://hal.inria.fr/hal-01069833 chyzak:hal-01069833 <i>Journal of Symbolic Computation</i>, Elsevier, 1998, 26 (2), pp.187-227 Journal of Symbolic Computation, Elsevier, 1998, 26 (2), pp.187-227 INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Paris - Rocquencourt International No Yes Non-commutative Elimination in Ore Algebras Proves Multivariate Identities Frédéric Chyzak frederic.chyzak@inria.fr 811862 Bruno Salvy Bruno.Salvy@inria.fr 1079459 16278 0747-7171 1095-855X Journal of Symbolic Computation Elsevier 26 2 187-227 1998 English Computer Science/Symbolic Computation Journal articles Many computations involving special functions, combinatorial sequences or their $q$-analogues can be performed using linear operators and simple arguments on the dimension of related vector spaces. In this article, we develop a theory of~$\partial$-finite sequences and functions which provides a unified framework to express algorithms for computing sums and integrals and for the proof or discovery of multivariate identities. This approach is vindicated by an implementation. A hybrid approach to managing job offers and candidates Rémy Kessler 465141 Nicolas Béchet nicolas.bechet@lirmm.fr 832691 Mathieu Roche Mathieu.Roche@lirmm.fr 831908 Juan-Manuel Torres-Moreno 412600 Marc El-Bèze 131939 Mathieu Roche mroche@lirmm.fr 2012-05-02 10:26:16 2015-02-06 15:16:17 2012-05-02 10:51:29 2012-04-10 contributor Mathieu Roche mroche@lirmm.fr CCSD lirmm-00693181 http://hal-lirmm.ccsd.cnrs.fr/lirmm-00693181 kessler:lirmm-00693181 <i>Information Processing and Management</i>, Elsevier, 2012, 48 (6), pp.1124-1135. <a target="_blank" href="http://www.sciencedirect.com/science/article/pii/S0306457312000416">&lt;http://www.sciencedirect.com/science/article/pii/S0306457312000416&gt;</a>. <a target="_blank" href="http://dx.doi.org/10.1016/j.ipm.2012.03.002">&lt;10.1016/j.ipm.2012.03.002&gt;</a> Information Processing and Management, Elsevier, 2012, 48 (6), pp.1124-1135. &lt;http://www.sciencedirect.com/science/article/pii/S0306457312000416&gt;. &lt;10.1016/j.ipm.2012.03.002&gt; Université d'Avignon CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Sophia Antipolis - Méditerranée INRIA Paris - Rocquencourt LIRMM INRIA-SOPHIA Médiation Scientifique en Science du Numérique Exploration et Exploitation de Données Textuelles International No Yes A hybrid approach to managing job offers and candidates Rémy Kessler 465141 Nicolas Béchet nicolas.bechet@lirmm.fr 832691 Mathieu Roche Mathieu.Roche@lirmm.fr 831908 Juan-Manuel Torres-Moreno 412600 Marc El-Bèze 131939 5497 0306-4573 Information Processing and Management Elsevier 48 6 1124-1135 2012-04-10 10.1016/j.ipm.2012.03.002 http://www.sciencedirect.com/science/article/pii/S0306457312000416 English Engineering Sciences/Other Computer Science/Document and Text Processing Computer Science/Information Retrieval Computer Science/Artificial Intelligence Journal articles The evolution of the job market has resulted in traditional methods of recruitment becoming insufficient. As it is now necessary to handle volumes of information (mostly in the form of free text) that are impossible to process manually, an analysis and assisted categorization are essential to address this issue. In this paper, we present a combination of the E-Gen and Cortex systems. E-Gen aims to perform analysis and categorization of job offers together with the responses given by the candidates. E-Gen system strategy is based on vectorial and probabilistic models to solve the problem of profiling applications according to a specific job offer. Cortex is a statistical automatic summarization system. In this work, E-Gen uses Cortex as a powerful filter to eliminate irrelevant information contained in candidate answers. Our main objective is to develop a system to assist a recruitment consultant and the results obtained by the proposed combination surpass those of E-Gen in standalone mode on this task. Writing a Reproducible Article Luka Stanisic luka.stanisic@imag.fr 1028566 Arnaud Legrand Arnaud.Legrand@imag.fr 98005 Luka Stanisic luka.stanisic@imag.fr 2014-05-21 16:49:05 2014-11-08 01:14:40 2014-05-27 10:03:53 2014-04-22 contributor Luka Stanisic luka.stanisic@imag.fr CCSD hal-00994575 https://hal.inria.fr/hal-00994575 stanisic:hal-00994575 Pascal Felber; Laurent Philippe; Etienne Riviere; Arnaud Tisserand. <i>ComPAS 2014 : conférence en parallélisme, architecture et systèmes</i>, Apr 2014, Neuchâtel, Switzerland Pascal Felber; Laurent Philippe; Etienne Riviere; Arnaud Tisserand. ComPAS 2014 : conférence en parallélisme, architecture et systèmes, Apr 2014, Neuchâtel, Switzerland Institut polytechnique de Grenoble INRIA - Institut National de Recherche en Informatique et en Automatique Université Joseph Fourier - Grenoble I HAL Grenoble Alpes Université Pierre-Mendès-France - Grenoble II INRIA Grenoble - Rhône-Alpes CNRS - Centre national de la recherche scientifique Laboratoire d'Informatique de Grenoble Médiation Scientifique en Science du Numérique International No Yes Yes Yes Writing a Reproducible Article Luka Stanisic luka.stanisic@imag.fr 1028566 Arnaud Legrand Arnaud.Legrand@imag.fr 98005 ComPAS 2014 : conférence en parallélisme, architecture et systèmes 2014-04-22 2014-04-25 Neuchâtel Switzerland Pascal Felber Laurent Philippe Etienne Riviere Arnaud Tisserand 2014-04-22 English Reproducible Research Open Science Computer Science/Other Documents associated with scientific events Nous avons récemment soumis à Europar notre premier article dont l'analyse est reproductible de bout en bout. L'objectif de cette intervention est d'expliquer comment nous avons procédé et de discuter sur la généralisation possible de cette approche à d'autres cas d'étude. Cet article porte sur la validation d'un modèle permettant de simuler StarPU, un runtime à base de tâches pour architectures hybrides, à l'aide de SimGrid. Pour valider ce modèle, un nombre conséquent d'expériences sur des architectures variées a du être réalisé. L'ensemble des traces des exécutions réalisées sur ces différentes plates-formes ainsi que l'ensemble des informations sur leur provenance et nécessaires à leur réalisation (versions des codes, type de machine, OS, options de compilation, ...) ont été consignées systématiquement grâce à une utilisation combinée de git et d'org-mode dans l'équivalent d'un cahier de laboratoire. Il a alors été très simple de rédiger un article sur le même principe. Concrètement, les traces ont été migrées sur figshare et les sources du document contiennent l'intégralité des scripts nécessaires à la réalisation de l'analyse. La compilation du document commence par télécharger l'ensemble des traces en local avant d'en extraire les informations importantes pour l'analyse et de générer les courbes figurant dans l'article. Il devient donc possible pour quiconque de partir d'un graphique et de remonter jusqu'aux informations sur les conditions expérimentales sous-jacentes. Design and Implementation of Lattice-Based Cryptography Conception and implémentation de cryptographie à base de réseaux Tancrède Lepoint tancrede.lepoint@ens.fr 890290 Tancrède Lepoint tancrede.lepoint@ens.fr 2014-09-30 09:51:08 2014-10-07 11:42:32 2014-10-07 11:42:32 2014-06-30 contributor Tancrède Lepoint tancrede.lepoint@ens.fr CCSD tel-01069864 https://tel.archives-ouvertes.fr/tel-01069864 lepoint:tel-01069864 Cryptography and Security. Ecole Normale Supérieure de Paris - ENS Paris, 2014. English Cryptography and Security. Ecole Normale Supérieure de Paris - ENS Paris, 2014. English CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Paris - Rocquencourt Thèses ENS Ecole Normale Supérieure de Paris Design and Implementation of Lattice-Based Cryptography Conception and implémentation de cryptographie à base de réseaux Tancrède Lepoint tancrede.lepoint@ens.fr 890290 2014-06-30 Ecole Normale Supérieure de Paris - ENS Paris David Pointcheval, Jean-Sébastien Coron https://www.cryptoexperts.com/tlepoint/thesis/lepoint-phd-thesis-print.pdf English public key cryptography lattices digital signature fully homomorphic encryption multilinear maps cryptographie à clé publique réseaux euclidiens signature numérique chiffrement homomorphe applications multilinéaires implémentation Computer Science/Cryptography and Security Theses Today, lattice-based cryptography is a thriving scientific field. Its swift expansion is due, among others, to the attractiveness of fully homomorphic encryption and cryptographic multilinear maps. Lattice-based cryptography has also been recognized for its thrilling properties: a security that can be reduced to worst-case instances of problems over lattices, a quasi-optimal asymptotic efficiency and an alleged resistance to quantum computers. However, its practical use in real-world products leaves a lot to be desired. This thesis accomplishes a step towards this goal by narrowing the gap between theoretical research and practical implementation of recent public key cryptosystems. In this thesis, we design and implement a lattice-based digital signature, two fully homomorphic encryption schemes and cryptographic multilinear maps. Our highly efficient signature scheme, BLISS, opened the way to implementing lattice-based cryptography on constrained devices and remains as of today a promising primitive for post-quantum cryptography. Our fully homomorphic encryption schemes enjoy competitive homomorphic evaluations of nontrivial circuits. Finally, we describe the first implementation of cryptographic multilinear maps. Based on our implementation, a non interactive key exchange between more than three parties has been realized for the first time, and amounts to a few seconds per party. La cryptographie à base de réseaux euclidiens est aujourd'hui un domaine scientifique en pleine expansion et connait une évolution rapide et accélérée par l'attractivité du chiffrement complètement homomorphe ou des applications multilinéaires cryptographiques. Ses propriétés sont très attractives : une sécurité pouvant être réduite à la difficulté des pires cas de problèmes sur les réseaux euclidiens, une efficacité asymptotique quasi-optimale et une résistance présupposée aux ordinateurs quantiques. Cependant, on dénombre encore peu de résultats de recherche sur les constructions à visée pratique pour un niveau de sécurité fixé. Cette thèse s'inscrit dans cette direction et travaille à réduire l'écart entre la théorie et la pratique de la cryptographie à clé publique récente. Dans cette thèse, nous concevons et implémentons une signature numérique basée sur les réseaux euclidiens, deux schémas de chiffrement complètement homomorphe et des applications multilinéaires cryptographiques. Notre signature digitale ultra-performante, BLISS, ouvre la voie à la mise en pratique de la cryptographie à base de réseaux sur petites architectures et est un candidat sérieux à la cryptographie post-quantique. Nos schémas de chiffrement complètement homomorphes permettent d'évaluer des circuits non triviaux de manière compétitive. Finalement, nous proposons la première implémentation d'applications multilinéaires et réalisons, pour la première fois, un échange de clé non interactif entre plus de trois participants en quelques secondes. Model Based Testing for Concurrent Systems with Labeled Event Structures Hernán Ponce De León 806219 Stefan Haar Stefan.Haar@inria.fr 822868 Delphine Longuet 822869 Stefan Haar Stefan.Haar@inria.fr Digiteo TECSTES 2013-03-01 14:31:26 2014-10-28 18:55:18 2013-03-01 14:32:58 2013-03-01 contributor Stefan Haar Stefan.Haar@inria.fr CCSD hal-00796006 https://hal.inria.fr/hal-00796006 poncedeleon:hal-00796006 Submitted to a journal. 2013 Submitted to a journal. 2013 CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Saclay - Ile de France Laboratoire de Recherche en Informatique Médiation Scientifique en Science du Numérique Ecole Normale Supérieure de Cachan Submitted to a journal. Not set Model Based Testing for Concurrent Systems with Labeled Event Structures Hernán Ponce De León 806219 Stefan Haar Stefan.Haar@inria.fr 822868 Delphine Longuet 822869 English Computer Science/Other Preprints, Working Papers, ... Abstract. We propose a theoretical testing framework and a test generation algorithm for concurrent systems that are speci ed with true concurrency models, such as Petri nets or networks of automata. The semantic model of computation of such formalisms are labeled event structures, which allow to represent concurrency explicitly. The activity of testing relies on the de nition of a conformance relation that depends on the observable behaviors on the system under test. The ioco type conformance relations for sequential systems rely on the observation of sequences of inputs and outputs and blockings. However these relations are not capable of capturing and exploiting concurrency of non sequential behavior. We propose an extension of the ioco conformance relation for labeled event structures, named co-ioco, which allows to deal with explicit concurrency. We give an algorithm to build test cases from a given speci cation and prove that the generated test suite is complete for co-ioco. Analyses linguistiques et techniques d'alignement pour créer et enrichir une ontologie topographique Mustière Sébastien Sebastien.Mustiere@ign.fr 611564 Nathalie Abadie Nathalie-F.Abadie@ign.fr 611565 Nathalie Aussenac- Gilles aussenac@irit.fr nathalie-aussenac-gilles 611566 Marie-Noëlle Bessagnet 611567 Mouna Kamel kamel@irit.fr 398764 Eric Kergosien 611568 Chantal Reynaud cr@lri.fr 447245 Brigitte Safar safar@lri.fr 71458 Christian Sallaberry Christian.Sallaberry@univ-pau.fr 379319 Chantal Reynaud cr@lri.fr 2011-05-26 09:10:09 2011-11-15 20:02:42 2011-05-26 10:02:30 2011 contributor Chantal Reynaud cr@lri.fr CCSD inria-00595964 https://hal.inria.fr/inria-00595964 sebastien:inria-00595964 <i>Revue internationale de Géomatique/International Journal of Geomatics and Spatial Analysis </i>, Hermes, 2011, 21 (2), pp.155-180 Revue internationale de Géomatique/International Journal of Geomatics and Spatial Analysis , Hermes, 2011, 21 (2), pp.155-180 Université Toulouse le Mirail - Toulouse II CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université de Pau et des Pays de l'Adour Université Paris Sud - Paris XI Université des Sciences Sociales - Toulouse I Université Paul Sabatier - Toulouse III INRIA Saclay - Ile de France Université Paris-Sud 11 Laboratoire de Recherche en Informatique National No Yes Analyses linguistiques et techniques d'alignement pour créer et enrichir une ontologie topographique Mustière Sébastien Sebastien.Mustiere@ign.fr 611564 Nathalie Abadie Nathalie-F.Abadie@ign.fr 611565 Nathalie Aussenac- Gilles aussenac@irit.fr nathalie-aussenac-gilles 611566 Marie-Noëlle Bessagnet 611567 Mouna Kamel kamel@irit.fr 398764 Eric Kergosien 611568 Chantal Reynaud cr@lri.fr 447245 Brigitte Safar safar@lri.fr 71458 Christian Sallaberry Christian.Sallaberry@univ-pau.fr 379319 25847 1260-5875 Revue internationale de Géomatique/International Journal of Geomatics and Spatial Analysis Hermes 21 2 155-180 2011 French Computer Science/Artificial Intelligence Journal articles One of the goals of the GéOnto project is to build an ontology of topographic concepts. This ontology results from the enrichment of a first taxonomy developed beforehand, through the analysis of two types of textual documents: technical database specifications and description of journeys. This work relies on natural language processing and ontology alignment techniques, as well as external knowledge resources such as dictionaries and gazetteers. Dans cet article, nous présentons le projet GéOnto dont un des buts est de construire une ontologie de concepts topographiques. Cette ontologie est réalisée par enrichissement d'une première taxonomie de termes réalisée précédemment, et ce grâce à l'analyse de deux types de documents textuels : des spécifications techniques de bases de données et des récits de voyage. Cet enrichissement s'appuie sur des techniques automatiques de traitement du langage et d'alignement d'ontologies, ainsi que sur des connaissances externes comme des dictionnaires et des bases de toponymes. Constrained Regular Expressions in SPARQL Faisal Alkhateeb faisal.alkhateeb@inria.fr 179138 Jean-François Baget jean-francois.baget@lirmm.fr jfbaget 859567 Jérôme Euzenat Jerome.Euzenat@inria.fr jerome-euzenat 94198 http://arxiv.org/a/au:euzenat http://www.linkedin.com/pub/http://www.linkedin.com/in/jeuzenat http://exmo.inria.fr/~euzenat/ http://viaf.org/viaf/http://viaf.org/viaf/17546352 Faisal Alkhateeb faisal.alkhateeb@inria.fr 2007-11-19 10:46:17 2007-12-16 18:53:55 2007-10-16 2015-02-07 01:06:10 2007-12-17 07:31:02 2007 2007-11-16 11:35:56 contributor Faisal Alkhateeb faisal.alkhateeb@inria.fr CCSD inria-00188287 https://hal.inria.fr/inria-00188287 alkhateeb:inria-00188287 [Research Report] RR-6360, 2007, pp.23 [Research Report] RR-6360, 2007, pp.23 Rapports de recherche et Technique de l'Inria CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université Joseph Fourier - Grenoble I Université Pierre-Mendès-France - Grenoble II Institut polytechnique de Grenoble INRIA Sophia Antipolis - Méditerranée INRIA Grenoble - Rhône-Alpes Laboratoire d'Informatique de Grenoble HAL Grenoble Alpes Edelweiss (2007-07-01 => 2001-12-31) INRIA-SOPHIA Médiation Scientifique en Science du Numérique Graphs for Inferences on Knowledge CIRAD - Centre de coopération internationale en recherche agronomique pour le développement INRA - Institut national de la recherche agronomique LIRMM Ingénierie des agropolymères et technologies émergentes Not set Research Report Constrained Regular Expressions in SPARQL Faisal Alkhateeb faisal.alkhateeb@inria.fr 179138 Jean-François Baget jean-francois.baget@lirmm.fr jfbaget 859567 Jérôme Euzenat Jerome.Euzenat@inria.fr jerome-euzenat 94198 http://arxiv.org/a/au:euzenat http://www.linkedin.com/pub/http://www.linkedin.com/in/jeuzenat http://exmo.inria.fr/~euzenat/ http://viaf.org/viaf/http://viaf.org/viaf/17546352 RR-6360 23 2007 English semantic web query language RDF SPARQL constrained regular expressions Computer Science/Artificial Intelligence Reports RDF is a knowledge representation language dedicated to the annotation of resources within the Semantic Web. Though RDF itself can be used as a query language for an RDF knowledge base (using RDF consequence), the need for added expressivity in queries has led to the definition of the SPARQL query language. SPARQL queries are defined on top of graph patterns that are basically RDF (and more precisely GRDF) graphs. To be able to characterize paths of arbitrary length in a query (e.g., "does there exist a trip from town A to town B using only trains and buses?"), we have already proposed the PRDF (for Path RDF) language, effectively mixing RDF reasonings with database-inspired regular paths. However, these queries do not allow expressing constraints on the internal nodes (e.g., "Moreover, one of the stops must provide a wireless connection."). To express these constraints, we present here an extension of RDF, called CRDF (for Constrained paths RDF). For this extension of RDF, we provide an abstract syntax and an extension of RDF semantics. We characterize query answering (the query is a CRDF graph, the knowledge base is an RDF graph) as a particular case of CRDF entailment that can be computed using some kind of graph homomorphism. Finally, we use CRDF graphs to generalize SPARQL graph patterns, defining the CSPARQL extension of that query language, and prove that the problem of query answering using only CRDF graphs is an NP-hard problem. Impact of IT Monoculture on Behavioral End Host Intrusion Detection Dhiman Barman 824803 Jaideep Chandrashekar 645796 Nina Taft 645797 Michalis Faloutsos 824804 Lim Huang 824805 Frédéric Giroire 538896 Alain Monteil alain.monteil@inria.fr 2013-03-07 11:26:25 2014-11-18 16:33:02 2013-03-07 14:02:20 2009 contributor Alain Monteil alain.monteil@inria.fr CCSD hal-00795994 https://hal.inria.fr/hal-00795994 barman:hal-00795994 <i>ACM SIGCOMM Workshop on Research on Enterprise Networking ― WREN</i>, 2009, Barcelone, Spain. pp.27―36 ACM SIGCOMM Workshop on Research on Enterprise Networking ― WREN, 2009, Barcelone, Spain. pp.27―36 CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université de Nice Sophia-Antipolis INRIA Sophia Antipolis - Méditerranée Laboratoire d'Informatique, Signaux et Systèmes de Sophia-Antipolis INRIA-SOPHIA International No No Yes Yes Impact of IT Monoculture on Behavioral End Host Intrusion Detection Dhiman Barman 824803 Jaideep Chandrashekar 645796 Nina Taft 645797 Michalis Faloutsos 824804 Lim Huang 824805 Frédéric Giroire 538896 ACM SIGCOMM Workshop on Research on Enterprise Networking ― WREN 2009 Barcelone Spain 27―36 2009 English Computer Science/Other Conference papers In this paper, we study the impact of today's IT policies, defined based upon a monoculture approach, on the performance of endhost anomaly detectors. This approach leads to the uniform configuration of Host intrusion detection systems (HIDS) across all hosts in an enterprise networks. We assess the performance impact this policy has from the individual's point of view by analyzing network traces collected from 350 enterprise users. We uncover a great deal of diversity in the user population in terms of the “tail†behavior, i.e., the component which matters for anomaly detection systems. We demonstrate that the monoculture approach to HIDS configuration results in users that experience wildly different false positive and false negatives rates. We then introduce new policies, based upon leveraging this diversity and show that not only do they dramatically improve performance for the vast majority of users, but they also reduce the number of false positives arriving in centralized IT operation centers, and can reduce attack strength. A Demonstration for Building Modular and Efficient DSLs: The Kermeta v2 Experience Olivier Barais olivier.barais@univ-rennes1.fr olivierbarais 297215 http://www.idref.fr/Olivier Barais Benoit Baudry Benoit.Baudry@inria.fr 169022 Arnaud Blouin arnaud.blouin@irisa.fr arnaud-blouin 626254 Benoit Combemale benoit.combemale@univ-rennes1.fr 549648 Jean-Marc Jézéquel jean-marc.jezequel@irisa.fr 61332 Didier Vojtisek didier.vojtisek@irisa.fr 61327 Arnaud Blouin arnaud.blouin@inria.fr 2013-03-01 13:27:23 2015-02-04 13:24:59 2013-03-01 13:36:50 2013-04-02 contributor Arnaud Blouin arnaud.blouin@inria.fr CCSD hal-00796009 https://hal.inria.fr/hal-00796009 barais:hal-00796009 <i>Conférence en IngénieriE du Logiciel (CIEL)</i>, Apr 2013, Nancy, France Conférence en IngénieriE du Logiciel (CIEL), Apr 2013, Nancy, France CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université de Rennes 1 INRIA Rennes - Bretagne Atlantique Irisa IRISA_SET Institut de Recherche en Informatique et Systèmes Aléatoires - Composante INSA Rennes National No No Yes Yes A Demonstration for Building Modular and Efficient DSLs: The Kermeta v2 Experience Olivier Barais olivier.barais@univ-rennes1.fr olivierbarais 297215 http://www.idref.fr/Olivier Barais Benoit Baudry Benoit.Baudry@inria.fr 169022 Arnaud Blouin arnaud.blouin@irisa.fr arnaud-blouin 626254 Benoit Combemale benoit.combemale@univ-rennes1.fr 549648 Jean-Marc Jézéquel jean-marc.jezequel@irisa.fr 61332 Didier Vojtisek didier.vojtisek@irisa.fr 61327 Conférence en IngénieriE du Logiciel (CIEL) 2013-04-02 2013-04-04 Nancy France 2013-04-02 English Computer Science/Software Engineering Conference papers This demonstration presents the new version (v2) of the Kermeta workbench that uses one domain-specific meta-language per language implementation concern. We show that the usage and combination of those meta-languages is simple and intuitive enough to deserve the term mashup and implemented as an original modular compilation scheme in the new version of Kermeta. This demonstration illustrates the use of the new version of Kermeta by presenting its use to design and implement two DSLs: Kompren, a DSL for designing and implementing model slicers; KCVL, the Commun Variability Language dedicated to variability management in software design models. SUM Query Processing over Probabilistic Data Reza Akbarinia reza.akbarinia@inria.fr 670704 Patrick Valduriez Patrick.Valduriez@inria.fr 97777 Guillaume Verger guillaume.verger@lirmm.fr 611613 Reza Akbarinia reza.akbarinia@inria.fr 2011-05-26 11:43:12 2015-02-06 16:04:24 2011-05-26 11:55:45 2011-05 contributor Reza Akbarinia reza.akbarinia@inria.fr CCSD inria-00596020 https://hal.inria.fr/inria-00596020 akbarinia:inria-00596020 [Research Report] RR-7629, 2011, pp.21 [Research Report] RR-7629, 2011, pp.21 CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Sophia Antipolis - Méditerranée LIRMM INRIA-SOPHIA Montpellier Rapports de recherche et Technique de l'Inria Médiation Scientifique en Science du Numérique Scientific Data Management Not set Research Report SUM Query Processing over Probabilistic Data Reza Akbarinia reza.akbarinia@inria.fr 670704 Patrick Valduriez Patrick.Valduriez@inria.fr 97777 Guillaume Verger guillaume.verger@lirmm.fr 611613 RR-7629 21 2011-05 English Probabilistic databases query processing aggregate queries SUM queries Computer Science/Information Retrieval Reports SUM queries are crucial for many applications that need to deal with probabilistic data. In this report, we are interested in the queries, called ALL_SUM, that return all possible sum values and their probabilities. In general, there is no efficient solution for the problem of evaluating ALL_SUM queries. But, for many practical applications, where aggregate values are small integers or real numbers with small precision, it is possible to develop efficient solutions. In this report, based on a recursive approach, we propose a complete solution for this problem. We implemented our solution and conducted an extensive experimental evaluation over synthetic and real-world data sets; the results show its effectiveness. Les requêtes d'agrégation, notamment SUM, sont cruciales pour de nombreuses applications qui ont besoin de traiter des données incertaines probabilistes. Dans cet article, nous nous intéressons à un type de requête, appelé ALL_SUM, qui a pour objectif de retourner toutes les valeurs de somme possibles et leurs probabilités. En général, il n'y a pas de solution efficace au problème de l'évaluation de ces requêtes. Mais, pour de nombreuses applications pratiques, où les valeurs globales sont de petits entiers ou des nombres réels avec une petite précision, il est possible de développer des solutions efficaces. Dans ce rapport nous proposons une solution complète à ce problème. Nous avons implémenté notre solution et mené une évaluation expéri-mentale approfondie sur des données réelles et synthétiques; les résultats montrent son efficaci-té. (Portable) Task-based programming model for elastodynamics Lionel Boillot lionel.boillot@inria.fr 1099500 Hélène Barucq 217622 Henri Calandra henri.calandra@total.com 1066982 Julien Diaz julien.diaz@inria.fr 1099469 Lionel Boillot lionel.boillot@inria.fr 2014-09-30 13:42:39 2014-11-22 01:02:20 2014-09-30 13:42:39 2014-09-07 contributor Lionel Boillot lionel.boillot@inria.fr CCSD hal-01070015 https://hal.inria.fr/hal-01070015 boillot:hal-01070015 <i>EAGE workshop on HPC for Upstream</i>, Sep 2014, Chania, Greece EAGE workshop on HPC for Upstream, Sep 2014, Chania, Greece CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Laboratoire de Mathématiques et de leurs Applications de Pau INRIA Bordeaux - Sud-Ouest Université de Pau et des Pays de l'Adour International No No Yes Yes (Portable) Task-based programming model for elastodynamics Lionel Boillot lionel.boillot@inria.fr 1099500 Hélène Barucq 217622 Henri Calandra henri.calandra@total.com 1066982 Julien Diaz julien.diaz@inria.fr 1099469 EAGE workshop on HPC for Upstream 2014-09-07 2014-09-10 Chania Greece 2014-09-07 English Computer Science/Modeling and Simulation Computer Science/Distributed, Parallel, and Cluster Computing Conference papers Plafrim Strategic Action Depth Imaging Partnership Some numerical considerations for lattice basis reduction Gilles Villard 62681 Gilles Villard Gilles.Villard@ens-lyon.fr 2014-05-22 08:31:33 2014-05-22 08:42:59 2014-05-22 08:31:33 2011-11-16 contributor Gilles Villard Gilles.Villard@ens-lyon.fr CCSD ensl-00994751 https://hal-ens-lyon.archives-ouvertes.fr/ensl-00994751 villard:ensl-00994751 <i>Fields Institute Workshop on Hybrid Methodologies for Symbolic-Numeric Computation</i>, Nov 2011, David R. Cheriton School of Computer Science, Waterloo, Ontario, Canada Fields Institute Workshop on Hybrid Methodologies for Symbolic-Numeric Computation, Nov 2011, David R. Cheriton School of Computer Science, Waterloo, Ontario, Canada École Normale Supérieure de Lyon CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université Claude Bernard - Lyon I INRIA Grenoble - Rhône-Alpes Laboratoire de l'Informatique du Parallélisme Not set No No Yes No Some numerical considerations for lattice basis reduction Gilles Villard 62681 Fields Institute Workshop on Hybrid Methodologies for Symbolic-Numeric Computation 2011-11-16 2011-11-19 David R. Cheriton School of Computer Science, Waterloo, Ontario Canada English lattice basis reduction QR factorization numerical precision integer matrix LLL computational complexity bit complexity Computer Science/Data Structures and Algorithms Computer Science/Numerical Analysis Computer Science/Symbolic Computation Conference papers Fastest algorithms and implementations for LLL basis reduction are highly hybrid symbolic-numeric. A "numerical engine" computes, via a orthogonalization process, the unimodular transformations that will improve the quality of the basis. Then, for example in the case of integer lattice bases, the transformations are applied in exact arithmetic. We focus on several aspects concerning the choice of the precision than can be used for the numerical computations. We present theoretical bounds based on reducedness perturbation results, and on a "fully numerical view" of the algorithms. This leads to new methods for certifying reducedness. We also adopt a practical point of view for looking at approches with a dynamical tuning of the precision, and at the difficulties for heuristically mastering the behavior of the codes when the precision is very low compared to theoretical requirements. Mapping and re-localization for mobile augmented reality Pierre Martin 81909 Eric Marchand eric-marchand 376518 Pascal Houlier 555635 Isabelle Marchal 555634 Eric Marchand Eric.Marchand@irisa.fr 2014-05-22 09:01:34 2014-05-22 09:22:52 2014-05-22 09:22:52 2014-10 contributor Eric Marchand Eric.Marchand@irisa.fr CCSD hal-00994756 https://hal.inria.fr/hal-00994756 martin:hal-00994756 <i>IEEE Int. Conf. on Image Processing</i>, Oct 2014, Paris, France IEEE Int. Conf. on Image Processing, Oct 2014, Paris, France Université de Rennes 1 CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique INRIA Rennes - Bretagne Atlantique Irisa IRISA_SET International No No Yes Yes Mapping and re-localization for mobile augmented reality Pierre Martin 81909 Eric Marchand eric-marchand 376518 Pascal Houlier 555635 Isabelle Marchal 555634 IEEE Int. Conf. on Image Processing 2014-10 Paris France 2014-10 English Computer Science/Robotics Conference papers Using Simultaneous Localization And Mapping (SLAM) methods become more and more common in Augmented Re- ality (AR). To achieve real-time requirement and to cope with scale factor and the lack of absolute positioning issue, we pro- pose to decouple the localization and the mapping step. We explain the benefits of this approach and how a SLAM strategy can still be used in a way that is meaningful for the end user. The method we proposed has been fully implemented on various smartphone in order to show its efficiency. A perfect sampling algorithm of random walks with forbidden arcs Stéphane Durand stephane.durand@ens-lyon.fr 1000781 Bruno Gaujal Bruno.Gaujal@imag.fr 97860 Florence Perronnin florence.perronnin@imag.fr fperronnin 1079607 Jean-Marc Vincent Jean-Marc.Vincent@imag.fr 97861 Florence Perronnin florence.perronnin@imag.fr 2014-09-30 11:43:53 2014-09-30 11:43:53 2014-09-30 11:43:53 2014-09-08 contributor Florence Perronnin florence.perronnin@imag.fr CCSD hal-01069975 https://hal.inria.fr/hal-01069975 durand:hal-01069975 <i>QEST 2014 - 11th International Conference on Quantitative Evaluation of Systems</i>, Sep 2014, Florence, Italy. Springer, 8657, pp.178-193, LNCS; Quantitative Evaluation of Systems. <a target="_blank" href="http://dx.doi.org/10.1007/978-3-319-10696-0_15">&lt;10.1007/978-3-319-10696-0_15&gt;</a> QEST 2014 - 11th International Conference on Quantitative Evaluation of Systems, Sep 2014, Florence, Italy. Springer, 8657, pp.178-193, LNCS; Quantitative Evaluation of Systems. &lt;10.1007/978-3-319-10696-0_15&gt; CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université Joseph Fourier - Grenoble I Institut polytechnique de Grenoble INRIA Grenoble - Rhône-Alpes HAL Grenoble Alpes Laboratoire d'Informatique de Grenoble International No No Yes Yes A perfect sampling algorithm of random walks with forbidden arcs Stéphane Durand stephane.durand@ens-lyon.fr 1000781 Bruno Gaujal Bruno.Gaujal@imag.fr 97860 Florence Perronnin florence.perronnin@imag.fr fperronnin 1079607 Jean-Marc Vincent Jean-Marc.Vincent@imag.fr 97861 QEST 2014 - 11th International Conference on Quantitative Evaluation of Systems 2014-09-08 2014-09-10 Florence Italy Springer 8657 178-193 2014 10.1007/978-3-319-10696-0_15 English Computer Science/Modeling and Simulation Conference papers In this paper we show how to construct an algorithm to sample the stationary distribution of a random walk over ${1,...,N}^d$ with forbidden arcs. This algorithm combines the rejection method and coupling from the past of a set of trajectories of the Markov chain that generalizes the classical sandwich approach. We also provide a complexity analysis of this approach in several cases showing a coupling time in $O(N^2 d log d )$ when no arc is forbidden and an experimental study of its performance. On the odd-minor variant of Hadwiger's conjecture Jim Geelen 824786 Bert Gerards 824787 Bruce Reed 358249 Paul Seymour 824788 Adrian Vetta 824789 Alain Monteil alain.monteil@inria.fr 2013-03-07 11:22:20 2014-11-18 17:55:15 2013-03-07 14:02:21 2009 contributor Alain Monteil alain.monteil@inria.fr CCSD hal-00795995 https://hal.inria.fr/hal-00795995 geelen:hal-00795995 <i>Journal of Combinatorial Theory, Series B</i>, Elsevier, 2009, 99, pp.20―29 Journal of Combinatorial Theory, Series B, Elsevier, 2009, 99, pp.20―29 CNRS - Centre national de la recherche scientifique INRIA - Institut National de Recherche en Informatique et en Automatique Université de Nice Sophia-Antipolis INRIA Sophia Antipolis - Méditerranée Laboratoire d'Informatique, Signaux et Systèmes de Sophia-Antipolis INRIA-SOPHIA International No Yes On the odd-minor variant of Hadwiger's conjecture Jim Geelen 824786 Bert Gerards 824787 Bruce Reed 358249 Paul Seymour 824788 Adrian Vetta 824789 15253 0095-8956 1096-0902 Journal of Combinatorial Theory, Series B Elsevier 99 20―29 2009 http://portal.acm.org/citation.cfm?id=1465824 English Computer Science/Mobile Computing Computer Science/Networking and Internet Architecture Journal articles A Kl-expansion consists of l vertex-disjoint trees, every two of which are joined by an edge. We call such an expansion odd if its vertices can be two-coloured so that the edges of the trees are bichromatic but the edges between trees are monochromatic. We show that, for every l, if a graph contains no odd Kl-expansion then its chromatic number is View the MathML source. In doing so, we obtain a characterization of graphs which contain no odd Kl-expansion which is of independent interest. We also prove that given a graph and a subset S of its vertex set, either there are k vertex-disjoint odd paths with endpoints in S, or there is a set X of at most 2kâˆ'2 vertices such that every odd path with both ends in S contains a vertex in X. Finally, we discuss the algorithmic implications of these results. Intergiciels pour systèmes multi-robots: état de l'art Stefan-Gabriel Chitic stefan.chitic@insa-lyon.fr 1025558 Julien Ponge julien.ponge@insa-lyon.fr 1025559 Olivier Simonin olivier.simonin@insa-lyon.fr 958341 Stefan-Gabriel Chitic stefan.chitic@insa-lyon.fr 2014-06-06 07:00:16 2014-05-12 2014-06-06 07:00:16 2014-05-22 13:37:30 2014-06-05 contributor Stefan-Gabriel Chitic stefan.chitic@insa-lyon.fr CCSD hal-00994810 https://hal.archives-ouvertes.fr/hal-00994810 chitic:hal-00994810 <i>UbiMob2014 : 10èmes journées francophones Mobilité et Ubiquité</i>, Jun 2014, Sophia Antipolis, France. 8 p UbiMob2014 : 10èmes journées francophones Mobilité et Ubiquité, Jun 2014, Sophia Antipolis, France. 8 p INRIA - Institut National de Recherche en Informatique et en Automatique Institut National des Sciences Appliquées de Lyon National No No Yes Yes Intergiciels pour systèmes multi-robots: état de l'art Stefan-Gabriel Chitic stefan.chitic@insa-lyon.fr 1025558 Julien Ponge julien.ponge@insa-lyon.fr 1025559 Olivier Simonin olivier.simonin@insa-lyon.fr 958341 UbiMob2014 : 10èmes journées francophones Mobilité et Ubiquité UbiMob2014 : 10èmes journées francophones Mobilité et Ubiquité 2014-06-05 2014-06-06 Sophia Antipolis France 8 p. 2014-06-05 French Systèmes multi-robots intergiciel cloud robotique Computer Science/Ubiquitous Computing Computer Science/Robotics Computer Science/Software Engineering Conference papers Les flottes de robots autonomes sont des systèmes complexes qui nécessitent des interactions et des communications entre des éléments matériels et logiciels hétérogènes. Malgré l'évolution du domaine robotique, il existe encore un manque d'architectures logicielles de référence et d'intergiciels éprouvés, en particulier pour les systèmes multi-robots. De nombreuses équipes continuent d'élaborer des logiciels orientés spécifiquement vers le matériel lié à leurs robots. Cette vision rend le partage des modules ou des codes existants difficile. Un intergiciel robotique doit être conçu pour abstraire l'architecture matérielle de bas niveau, pour faciliter la communication et l'intégration avec des briques logicielles tierces. Dans cet article, nous présentons et comparons les intergiciels les plus susceptibles de s'appliquer aux systèmes multi-robots. Nous présentons et discutons également deux solutions de type cloud dédiées aux plate-formes multi-robots. Laboratoire d'Informatique de Robotique et de Microélectronique de Montpellier LIRMM
CC 477, 161 rue Ada, 34095 Montpellier Cedex 5
http://www.lirmm.fr
ZENITH: Scientific Data Management ZENITH
https://team.inria.fr/zenith/
Department of Computer Science
CS Lab - Sandford Fleming Building - 10 Kings College Road, Room 3302 - Toronto, Ontario M5S 3G4
http://www.cs.toronto.edu/DCS/index.html
Université de Montpellier UM
163 rue Auguste Broussonnet - 34090 Montpellier
http://www.umontpellier.fr/
CNRS
INRIA
http://www.inria.fr
Département Informatique INFO/LIRMM
http://www.lirmm.fr/recherche/departements/info
University of Toronto
United Institute of Informatics Problems UIIP [Minsk]
6, Surganova str, 220012 Minsk, Republic of Belarus
http://www.uiip.bas-net.by/index-eng.html
ARIANA INRIA Sophia Antipolis / Laboratoire I3S
Institut de recherche en informatique de Toulouse IRIT
118 Route de Narbonne, F-31062 Toulouse Cedex 9
http://www.irit.fr/
Dobrushin laboratory of Mathematics IITP
Institute of Information Transmission Problems (IITP), Bolshoy Karetny per. 19, 127994 Moscow, Russia.
http://www.iitp.ru/en/science
Academy of Sciences of Belarus, Minsk
Université Nice Sophia Antipolis UNS
Parc Valrose - BP 2135 - 06103 Nice cedex 2
http://unice.fr/
Université Toulouse 1 Capitole UT1
2 rue du Doyen-Gabriel-Marty - 31042 Toulouse Cedex 9
http://www.ut-capitole.fr/
Université Paul Sabatier - Toulouse 3 UPS
118 route de Narbonne - 31062 Toulouse
http://www.univ-tlse3.fr/
Université Toulouse 2 Le Mirail UTM
5 allées Antonio Machado - 31058 Toulouse Cedex 9
http://www.univ-tlse2.fr
Institut National Polytechnique de Toulouse INP Toulouse
6 allée Émile Monso - BP 34038 - 31029 Toulouse cedex 4
http://www.inp-toulouse.fr/
Institute for Information Transmission Problems
LOCO INRIA Rocquencourt
Domaine de Voluceau - BP 105 78153 Rocquencourt
Centre de Recherche en Informatique de Paris 1 CRI
Université Paris 1 Panthéon-Sorbonne 90 rue de Tolbiac 75013 Paris Pays FR
http://crinfo.univ-paris1.fr/
Université Panthéon-Sorbonne UP1
12 place du Panthéon - 75231 Paris Cedex 05
http://www.univ-paris1.fr/
Institut für Deutsche Sprache und Linguistik IDSL
Dorotheenstraße 24, 10099 Berlin
http://www.linguistik.hu-berlin.de/
INRIA Saclay - Ile de France INRIA Saclay - Ile de France
Humboldt Universität Berlin
International Institute of Information Technology Hyperabad IIIT-H
Gachibowli, Hyderabad 500 032 Andhra Pradesh, INDIA
http://www.iiit.ac.in/
GALEN INRIA Saclay - Ile de France
Laboratoire MAS Ecole Centrale de Paris Grande Voie des Vignes 92295 Chatenay-Malabry Cedex
Centre de vision numérique CVN
Grande voie des Vignes 92295 Châtenay-Malabry Cedex
http://cvc.centrale-ponts.fr
International Institute of Information Technology
Ecole Centrale Paris
SA-IGA GIPSA-SA-IGA
GIPSA-lab, 11 rue des Mathématiques, Grenoble Campus BP46, F-38402 SAINT MARTIN D'HERES CEDEX
http://www.gipsa-lab.grenoble-inp.fr/saiga/accueil-saiga.php
Département Automatique GIPSA-DA
11 rue des Mathématiques, Grenoble Campus BP46, 38402 SAINT MARTIN D'HERES
http://www.gipsa-lab.fr/recherche/departement-automatique.php
Grenoble Images Parole Signal Automatique GIPSA-lab
Gipsa-lab - 961 rue de la Houille Blanche - BP 46 - 38402 Grenoble cedex
http://www.gipsa-lab.inpg.fr/
Institut Polytechnique de Grenoble - Grenoble Institute of Technology
Université Stendhal Grenoble 3
BP 25 38040 Grenoble Cedex
http://www.u-grenoble3.fr/stendhal/
Université Pierre Mendès France Grenoble 2 UPMF
BP 47 - 38040 Grenoble Cedex 9
http://www.upmf-grenoble.fr/
Université Joseph Fourier Grenoble 1 UJF
Université Joseph Fourier - BP 53 - 38041 Grenoble Cedex 9
http://www.ujf-grenoble.fr/
Département Images et Signal GIPSA-DIS
11 rue des Mathématiques, Grenoble Campus BP46, 38402 SAINT MARTIN D'HERES
http://www.gipsa-lab.fr/recherche/departement-images-signal.php
ALGORILLE INRIA Lorraine - LORIA
Université Henri Poincaré - Nancy I
Université Nancy II
Institut National Polytechnique de Lorraine (INPL)
Laboratoire de l'Informatique du Parallélisme LIP
46 Allée d'Italie 69364 LYON CEDEX 07
http://www.ens-lyon.fr/LIP/
Laboratoire d'Informatique de Paris 6 LIP6
4 Place JUSSIEU 75252 PARIS CEDEX 05
http://www.lip6.fr/
Centre for Artificial Intelligence CENTRIA
Departamento de Informática, FCT/UNL Quinta da Torre 2829-516 CAPARICA - Portugal
http://centria.di.fct.unl.pt/
Université Claude Bernard Lyon 1 UCBL
43, boulevard du 11 novembre 1918, 69622 Villeurbanne cedex
http://www.univ-lyon1.fr/
PRES Université de Lyon
École normale supérieure - Lyon ENS Lyon
15 parvis René Descartes - BP 7000 - 69342 Lyon Cedex 07
http://www.ens-lyon.fr/
Université Pierre et Marie Curie - Paris 6 UPMC
4 place Jussieu - 75005 Paris
http://www.upmc.fr/
Universidade Nova de Lisboa
ARIC Inria Grenoble Rhône-Alpes / LIP Laboratoire de l'Informatique du Parallélisme
46 Allée d'Italie 69364 Lyon France
http://www.ens-lyon.fr/LIP/AriC/
Laboratoire de Recherche en Informatique LRI
LRI - Bâtiments 650-660 Université Paris-Sud 91405 Orsay Cedex
http://www.lri.fr/
TOCCATA INRIA Saclay - Île-de-France
Université Paris-Sud ; LRI - bâtiment 650 ; 91405 ORSAY CEDEX
http://toccata.lri.fr/
Université Paris-Sud - Paris 11 UP11
Bâtiment 300 - 91405 Orsay cedex
http://www.u-psud.fr/
Laboratoire de Recherche en Informatique
Laboratoire d'InfoRmatique en Image et Systèmes d'information LIRIS
Bâtiment Blaise Pascal - 20, avenue Albert Einstein - 69621 Villeurbanne cedex
http://liris.cnrs.fr/
CASA IRISA - UBS
IRISA, Université de Bretagne-Sud, Campus de Tohannic, 56017 Vannes
http://www-irisa.univ-ubs.fr/CASA/index-en.html
DICE Inria Grenoble Rhône-Alpes / CITI Insa Lyon
CITI Laboratory, INSA Lyon Domaine Scientifique de la Doua Batiment Claude Chappe 6 avenue des Arts 69621 Villeurbanne
https://project.inria.fr/dice/
École des Mines de Nantes Mines Nantes
La Chantrerie - 4, rue Alfred Kastler - BP 20722 - 44307 Nantes cedex 3
http://www.mines-nantes.fr/
Laboratoire d'économie et de management de Nantes Atlantique LEMNA
http://www.iemniae.univ-nantes.fr/21073574/0/fiche___pagelibre/&RH=1187947570416&RF=1183733811753
Laboratoire Telecom Claude Chappe LT2C
LT2C Télécom Saint-Etienne 25 rue Dr Rémy Annino 42000 Saint-Etienne Cedex 2
http://lt2c.telecom-st-etienne.fr/FRA/index.html
GRAAL INRIA Grenoble Rhône-Alpes / LIP Laboratoire de l'Informatique du Parallélisme
LIP, ENS Lyon, 46 allée d'Italie, 69364 LYON cedex 07 France
http://graal.ens-lyon.fr/
CITI Centre of Innovation in Telecommunications and Integration of services CITI
CITI Laboratory, INSA Lyon Domaine Scientifique de la Doua Batiment Claude Chappe 6 avenue des Arts 69621 Villeurbanne Cedex Phone +33 4 7243 6415 Fax +33 4 7243 6227 E-Mail citi@insa-lyon.fr
http://www.citi.insa-lyon.fr/
ChronoCourse ChronoCourse
Vannes
École Centrale de Lyon ECL
36 avenue Guy de Collongue - 69134 Ecully cedex
http://www.ec-lyon.fr
Université Lumière - Lyon 2 UL2
86, rue Pasteur - 69007 Lyon
http://www.univ-lyon2.fr
Institut National des Sciences Appliquées INSA
Université de Bretagne Sud UBS
BP 92116 - 56321 Lorient cedex
http://www.univ-ubs.fr/
Institut Mines-Télécom
Université de Nantes UN
1, quai de Tourville - BP 13522 - 44035 Nantes cedex 1
http://www.univ-nantes.fr/
Université Jean Monnet - Saint-Etienne
Ecole d'ingenieurs Telecom Saint Etienne
Laboratoire d'informatique du Parallélisme
Institut National des Sciences Appliquées - Lyon INSA Lyon
PME
Imagerie Adaptative Diagnostique et Interventionnelle
PAROLE INRIA Nancy - Grand Est / LORIA
Dispositif, Méthodologie et Technique pour l'IRM CIC-IT801
INSERM
Université de Lorraine
Laboratoire Traitement et Communication de l'Information LTCI
46 rue Barrault F-75634 Paris Cedex 13
http://www.ltci.telecom-paristech.fr/
Laboratory of Information, Network and Communication Sciences LINCS
23 avenue d'Italie 75013 Paris
http://www.lincs.fr/
PLANETE INRIA Sophia Antipolis / INRIA Grenoble Rhône-Alpes
http://www-sop.inria.fr/planete/index-fr.html
Télécom ParisTech
46 rue Barrault 75634 Paris Cedex 13
http://www.telecom-paristech.fr
ALGORITHMS INRIA Rocquencourt
http://www.inria.fr/equipes/algorithms
Laboratoire Informatique d'Avignon LIA
339 Chemin des Meinajaries Agroparc BP 1228 84911 Avignon cedex 9
http://lia.univ-avignon.fr/
AxIS INRIA Rocquencourt / INRIA Sophia Antipolis
TEXTE: Exploration et exploitation de données textuelles INFO/TEXTE
http://www.lirmm.fr/recherche/equipes/texte
Ecole Polytechnique de Montreal EPM
Campus de l'Université de Montréal 2500, chemin de Polytechnique Montréal (Québec) H3T 1J4
http://www.polymtl.ca/
Université d'Avignon et des Pays de Vaucluse UAPV
74 rue Louis Pasteur - 84 029 Avignon cedex 1
http://www.univ-avignon.fr/
Centre d'Enseignement et de Recherche en Informatique - CERI
Université de Montréal
MESCAL INRIA Grenoble Rhône-Alpes / LIG laboratoire d'Informatique de Grenoble
Inria Grenoble - Rhône-Alpes 655 avenue de l'Europe - Montbonnot 38334 Saint Ismier Cedex
http://mescal.imag.fr/
Laboratoire d'Informatique de Grenoble LIG
UMR 5217 - Laboratoire LIG - 38041 Grenoble cedex 9 - France Tél. : +33 (0)4 76 51 43 61 - Fax : +33 (0)4 76 51 49 85
http://www.liglab.fr/
CNRS
Institut National Polytechnique de Grenoble (INPG)
Laboratoire d'Informatique de Grenoble
École normale supérieure - Paris ENS Paris
45, Rue d'Ulm - 75230 Paris cedex 05
http://www.ens.fr
CASCADE INRIA Paris-Rocquencourt
http://www.inria.fr/equipes/cascade
Faculty of Sciences, Technology, and Communication
CryptoExperts
41 boulevard des Capucines, 75002 Paris
http://www.cryptoexperts.com
University of Luxembourg
CryptoExperts
Laboratoire Spécification et Vérification [Cachan] LSV
Bâtiment d'Alembert 61 Avenue du Président Wilson 94235 CACHAN CEDEX
http://www.lsv.ens-cachan.fr/
MEXICO INRIA Saclay - Ile de France
LSV, ENS Cachan 61 av président Wilson 94235 Cachan cedex
http://www.lsv.ens-cachan.fr/axes/MEXICO/mexico?l=fr
ForTesse
École normale supérieure - Cachan ENS Cachan
61, avenue du Président Wilson - 94230 Cachan
http://www.ens-cachan.fr/
IGN
Conception Objet et Généralisation de l'Information Topographique COGIT
2-4 avenue Pasteur, F-94165 St Mandé
http://recherche.ign.fr/labos/cogit/accueilCOGIT.php
Université de Pau et des Pays de l'Adour UPPA
Avenue de l'Université - BP 576 - 64012 Pau Cedex
Laboratoire Informatique de l'Université de Pau et des Pays de l'Adour LIUPPA
http://liuppa.univ-pau.fr/
LEO INRIA Saclay - Ile de France
Parc Club Orsay Université, 4 rue Jacques Monod - Bât G, 91893 Orsay Cedex France
http://leo.saclay.inria.fr//
EXMO INRIA Grenoble Rhône-Alpes / LIG Laboratoire d'Informatique de Grenoble
Inria Grenoble - Rhône-Alpes 655 avenue de l'Europe - Montbonnot 38334 Saint Ismier Cedex
http://www.inrialpes.fr/exmo/
Edelweiss INRIA Sophia Antipolis
2004 route des Lucioles BP93 06902 Sophia Antipolis
http://www-sop.inria.fr/edelweiss/
GraphiK: Graphs for Inferences on Knowledge INFO/GRAPHIK
https://team.inria.fr/graphik/
Ingénierie des Agropolymères et Technologies Émergentes UMR IATE
Campus Inra-AgroM - 2, place Viala - 34060 Montpellier Cedex 1
http://www.montpellier.inra.fr/umr-iate/
Centre international d'études supérieures en sciences agronomiques Montpellier SupAgro
Montpellier SupAgro - 2, place Pierre Viala - 34060 Montpellier Cedex 02
http://www.supagro.fr/
Institut national de la recherche agronomique (INRA)
Centre de coopération internationale en recherche agronomique pour le développement [CIRAD]
INRIA Sophia Antipolis INRIA Sophia Antipolis
2004 route des Lucioles BP 93 06902 Sophia Antipolis
http://www-sop.inria.fr/
Computer Science & Engineering [Riverside] CSE
University of California, Riverside 900 University Ave. Riverside, CA 92521
http://www1.cs.ucr.edu/
Intel Research [Berkeley]
Intel Labs Berkeley 2150 Shattuck Avenue, Penthouse Suite Berkeley, CA 94704
http://berkeley.intel-research.net/
MASCOTTE INRIA Sophia Antipolis / Laboratoire I3S
University of California, Riverside
Intel Research
Université de Rennes 1 UR1
2 rue du Thabor - CS 46510 - 35065 Rennes cedex
http://www.univ-rennes1.fr/
TRISKELL INRIA - IRISA
Campus de Beaulieu 35042 Rennes cedex
http://www.inria.fr/equipes/triskell
Institut National des Sciences Appliquées - Rennes INSA Rennes
20, avenue des Buttes de Coësmes - CS 70839 - 35708 Rennes cedex 7
http://www.insa-rennes.fr/
MAGIQUE-3D INRIA Bordeaux - Sud-Ouest
Laboratoire de Mathématiques et de leurs Applications [Pau] LMAP
Bâtiment IPRA - Université de Pau et des Pays de l'Adour Avenue de l'Université - BP 1155 64013 PAU CEDEX
http://lma-umr5142.univ-pau.fr/live/
TOTAL-Scientific and Technical Center Jean Féger CSTJF
Centre Scientifique et Technique Jean Féger. Avenue Larribau 64018 Pau Cedex
http://www.total.com/en/our-energies/oil/exploration-and-production/our-skills-and-expertise/cstjf-940845.html
Total
LAGADIC INRIA - IRISA
Campus de Beaulieu 35042 Rennes cedex
http://www.inria.fr/equipes/lagadic
Orange Labs R&D [Rennes]
4 rue du Clos Courtel, 35112 Cesson-Sévigné Cedex, France
France Télécom
McGill University
School of Computer Science [Quebec] SOCS
3480 University Street Montreal, McConnell Engineering Bldg, Rm 318, Quebec, Canada H3A 2A7 - Phone: (514) 398-7071 Fax: (514) 398-3883
http://www.cs.mcgill.ca/
McGill University
Collaborative Creation of Contents and Publishing using Opportunistic network,C3PO,ANR-13-CORD-0005 ANR-12-MONU-0019 MARMOTE MARMOTE : MARkovian MOdeling Tools and Environments 2013
SWORD : Import de publication ----------------------------- Import sur le site de test https://api-preprod.archives-ouvertes.fr/sword/hal/ avec le compte **test_ws** dont le mot de passe est **test**. Le paramètre **--data-binary @filename** (ici ``@tei2.xml``) permet d'envoyer le fichier indiqué comme contenu (payload) de la requête POST (ou PUT). Le paramètre **-v** permet d'avoir les informations plus détaillées que la seule réponse **sword** (partie XML en fin de réponse). .. code-block:: bash $ curl -v -u test_ws:test 'https://api-preprod.archives-ouvertes.fr/sword/hal/' -H "X-Packaging:http://purl.org/net/sword-types/AOfr" -X POST -H "Content-Type:text/xml" --data-binary @tei2.xml * Hostname was NOT found in DNS cache * Trying 193.48.96.10... * Connected to api-preprod.archives-ouvertes.fr (193.48.96.10) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS handshake, CERT (11): * SSLv3, TLS handshake, Server key exchange (12): * SSLv3, TLS handshake, Server finished (14): * SSLv3, TLS handshake, Client key exchange (16): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES256-GCM-SHA384 * Server certificate: * subject: OU=Domain Control Validated; CN=*.archives-ouvertes.fr * start date: 2014-03-31 00:00:00 GMT * expire date: 2017-03-30 23:59:59 GMT * subjectAltName: api-preprod.archives-ouvertes.fr matched * issuer: C=NL; O=TERENA; CN=TERENA SSL CA * SSL certificate verify ok. * Server auth using Basic with user 'test_ws' > POST /sword/hal/ HTTP/1.1 > Authorization: Basic dGVzdF93czp0ZXN0 > User-Agent: curl/7.35.0 > Host: api-preprod.archives-ouvertes.fr > Accept: */* > X-Packaging:http://purl.org/net/sword-types/AOfr > Content-Type:text/xml > Content-Length: 7243 > Expect: 100-continue > < HTTP/1.1 100 Continue < HTTP/1.1 202 Accepted < Date: Tue, 17 Feb 2015 15:53:44 GMT * Server Apache/2.4.10 (Unix) OpenSSL/1.0.1e-fips is not blacklisted < Server: Apache/2.4.10 (Unix) OpenSSL/1.0.1e-fips < Set-Cookie: PHPSESSID=4m6qnli34998boet2h87fftve3; path=/ < Expires: Thu, 19 Nov 1981 08:52:00 GMT < Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 < Pragma: no-cache < Location: https://halv3-preprod.archives-ouvertes.fr/hal-01025925 < Access-Control-Allow-Origin: * < Content-Length: 747 < Content-Type: application/atom+xml < Accepted media deposit to HAL https://halv3-preprod.archives-ouvertes.fr/hal-01025925 2015-02-17T16:53:45+01:00 A media deposit was stored in the HAL workspace stored in HAL workspace HAL SWORD API Server hal@ccsd.cnrs.fr * Connection #0 to host api-preprod.archives-ouvertes.fr left intact Fichier XML-TEI importé. .. code-block:: xml The AZF explosion of September 21st : precise estimation of the origin time JulienVergoz532637 BrunoFeignier532635 YvesCansi532636 JocelynGuilbert532638 VéraFlavin532639 Jean-LouisLacoume198718 InternationalNoNo YesNo The AZF explosion of September 21st : precise estimation of the origin time JulienVergoz532637 BrunoFeignier532635 YvesCansi532636 JocelynGuilbert532638 VéraFlavin532639 Jean-LouisLacoume198718 Département Images et Signal European Seismological Commission, ESC 2010 European Seismological Commission, ESC 2010 2010-09-06 2010-09-10 Montpellier poster 2010 Conference papers Laboratoire de Géophysique LDG
CEA DIF F-91297, Arpajon
Grenoble Images Parole Signal Automatique GIPSA-lab
Gipsa-lab - 961 rue de la Houille Blanche - BP 46 - 38402 Grenoble cedex
http://www.gipsa-lab.inpg.fr/
CEA
Université Joseph Fourier - Grenoble I
Université Pierre-Mendès-France - Grenoble II
Université Stendhal - Grenoble III
Institut Polytechnique de Grenoble - Grenoble Institute of Technology
CNRS
Chrome - Application "Advanced REST Client" =========================================== Requête GET avec "Advanced REST Client" --------------------------------------- Par défaut, récupération de json ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-GET-HTTP-json-simple.png En spécifiant le Content-Type ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ On peut saisir des couples **clé** / **valeur** à insérer / modifier dans l'en-tête HTTP et notamment le **Content-Type**. .. image:: images/atelier-halv3-chrome-GET-HTTP-json-avec-header-content-type.png Récupération de XML ^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-GET-HTTP-xml-simple.png Récupération de CSV ^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-GET-HTTP-csv-simple.png Référentiel des structures de recherche --------------------------------------- .. image:: images/atelier-halv3-chrome-GET-HTTP-json-simple.png Référentiel des types de documents ---------------------------------- .. image:: images/atelier-halv3-chrome-get-referentiel-doctype-json.png Référentiel des listes de métadonnées ------------------------------------- metaName_s = relator ^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-get-referentiel-metadatalist-relator-xml.png metaName_s = relatedType ^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-get-referentiel-metadatalist-relatedtype-xml.png Recherche --------- Dépôts 2014 avec fichiers ^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-search-depots-avec-fichiers-2014-json.png Dépôts INRIA domaine informatique ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-search-depots-inria-informatique-xml-tei.png SWORD : Import de publication ----------------------------- L'import de publication a échoué avec cet outil, pas sûr qu'on puisse aboutir avec lui. Paramètres de base de la requête POST ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-import-sword-base.png Authentification ^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-import-sword-credential.png Utilisation de l'onglet "Files" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-import-sword-file-echec.png Copie du XML-TEI dans l'onglet RAW ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-import-sword-raw-echec.png Copie du XML-TEI dans l'onglet RAW et encodage ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: images/atelier-halv3-chrome-import-sword-raw-encoded-echec.png Chrome - Postman "REST client" ============================== Cette application est capable de faire l'import par POST et semble plus conviviale que l'application "Advanced REST Client". SWORD : Import de publication ----------------------------- La préparation de la requête est beaucoup plus intuitive et assistée par la complétion automatique plus riche que dans l'autre application. .. image:: images/atelier-halv3-chrome-postman-sword-post-request.png Et ça a le bon goût de fonctionner .. image:: images/atelier-halv3-chrome-postman-sword-post-response.png SoapUI ====== SoapUI est une application Java que j'ai utilisée pour faire des tests d'API Soap (comme son nom l'indique). GCette application permet également de créer un projet REST, mais c'est plutôt lourd à mon goût pour ce type d'API et elle s'est plantée à plusieurs occasions lors de mes tests (définitivement figée). On est face à une sorte de cliquodrôme géant où il n'est pas évident de trouver où les informations doivent être placées et dont le comportement peut surprendre. Je n'ai pas vu comment effacer l'affichage des données retournées, qui sont conservées d'une requête à l'autre (on se retrouve avec une vue json et une vue xml alors que j'aimerais que seule les données reçues en dernière instance soient affichées). Du coup, j'avais l'impression que le **Content-type** n'était pas pris en compte lorsqu'on le précisait mais en regardant les logs HTTP et SoapUI cela semble fonctionner. C'est un outil qui demande une prise en main plus longue, documentation : http://www.soapui.org/rest-testing/getting-started.html .. image:: images/atelier-halv3-soapui-new-rest-project.png A la création du projet il faut spécifier l'URL, ce qui laisse penser qu'il faudra un projet pour les référentiels et un projet pour les recherches de publications, voire un projet pour l'import : ce n'est pas le cas voir plus loin la création de **Resources**, de **Méthodes** et de **Requêtes**. SoapUI semble reprendre ici le principe SOAP de récupérer une description des services Web existants (`WADL `_, `WSDL `_) pour générer des squelettes d'appel aux API. Ceci est très pratique pour des API Soap, mais les services REST ne fournissent pas nécessairement ce type de descriptif (et le principe en est même discuté). Sans descriptif, il faut créer les éléments à la main et ce n'est pas évident. Lorsque l'on créer ses éléments à la main, il semble que `SoapUI génère un WADL à partir de ces données `_. .. image:: images/atelier-halv3-soapui-new-rest-project-url.png Une fois l'URL saisie, SoapUI crée un projet complet avec : - un Service ``http://api.archives-ouvertes.fr/`` (génération d'un WADL ?), - une Resource ``/ref/structure``, - une Méthode ``GET`` - une Requête qui semble correspondre aux paramètres ``?fq=valid_s:VALID&rows=10&q="centre de calcul"`` (l'encodage des caractères spéciaux semble être fait par l'outil) et il ouvre l'éditeur de requêtes. Référentiel des structures de recherche --------------------------------------- .. image:: images/atelier-halv3-soapui-referentiel-structure-json.png Référentiel des types de documents ---------------------------------- .. image:: images/atelier-halv3-soapui-referentiel-doctype-xml.png Référentiel des listes de métadonnées ------------------------------------- metaName_s = relator ^^^^^^^^^^^^^^^^^^^^ Après un clic droit sur le Service ``http://api.archives-ouvertes.fr/``, sélectionner **new resource** et saisir ``/ref/metadatalist``. .. image:: images/atelier-halv3-soapui-new-resource.png SoapUI génère alors une méthode ``GET`` et une requête à laquelle il faut ajouter les paramètres souhaités (query string). Voir la documentation SoapUI `Understanding REST Parameters `_. Par défaut les paramètres créés ont pour **Level** : **Resource** ce qui entraîne que ces paramètres seront appliqués à toutes les requêtes associées aux méthodes de cette ressource. On peut indiquer que **Method** plutôt que **Resource** pour les paramètres. .. image:: images/atelier-halv3-soapui-new-request-query-parameter.png En bas, à gauche de l'éditeur de requête on peut afficher un panneau header et y ajouter des paramètres de header HTTP comme le ``Content-Type``. .. image:: images/atelier-halv3-soapui-referentiel-metadatalist-relator-xml.png metaName_s = relatedType ^^^^^^^^^^^^^^^^^^^^^^^^ Ajouter simplement une nouvelle requête à la méthode **GET** de la Resource ``/ref/metadatalist`` par un clic droit sur la méthode, puis en sélectionnant **new request**. .. image:: images/atelier-halv3-soapui-new-request-same-method.png Les paramètres définis pour la méthode **GET** précédente sont déjà définis et on peut en changer la valeur. .. image:: images/atelier-halv3-soapui-referentiel-metadatalist-related-type-json.png Recherche --------- Après un clic droit sur le Service ``http://api.archives-ouvertes.fr/``, sélectionner **new resource** et saisir ``/search``. .. image:: images/atelier-halv3-soapui-new-resource-search.png Dépôts 2014 avec fichiers ^^^^^^^^^^^^^^^^^^^^^^^^^ Ici on a une difficulté, l'éditeur de requêtes n'accepte pas de mettre 2 paramètres de même nom **fq** : ``fq=submitType_s:file`` et ``fq=submittedDateY_i:2014``. Arg ... il semblerait que ce soit un bug et qui n'est pas récent, c'est assez ennuyeux ! Le bug serait SOAPUI-4646 mais leur `bugtracker n'est pas public `_ :/ - http://stackoverflow.com/a/24168328/481719 - http://community.smartbear.com/t5/SoapUI-Open-Source/Single-Parameter-Multiple-times-in-Rest-Request/td-p/36588 Pour cette requête, il peut être contourné en *désactivant l'encodage du paramètre* et en mettant comme valeur les autres paramètres. Dans ce cas, il faut bien sûr encoder soit même les caractères spéciaux (comme avec curl). .. image:: images/atelier-halv3-soapui-search-depots-avec-fichiers-2014-json.png Dépôts INRIA domaine informatique ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Le contournement du bug semble avoir fonctionné également pour cette requête. .. image:: images/atelier-halv3-soapui-search-depots-inria-informatique.png SWORD : Import de publication ----------------------------- Après un clic droit sur le Projet REST, sélectionner **New REST service from URI** pour travailler avec le service sword de test. .. image:: images/atelier-halv3-soapui-new-rest-service-menu.png Saisir l'URL du service sword de test ``https://api-preprod.archives-ouvertes.fr/sword/hal/``. .. image:: images/atelier-halv3-soapui-new-rest-service-import-url.png Changer la requête HTTP créée par défaut de **GET** en **POST** et ajouter des informations d'authentification. .. image:: images/atelier-halv3-soapui-import-sword-credential.png Sélectionner l'authentification **Basic** .. image:: images/atelier-halv3-soapui-import-sword-credential-basic.png et saisissez "test_ws" comme Username et "test" comme Password sans l'onglet "Auth", sélectionner **Authenticate pre-emptively** comme "Pre-emptive auth". .. image:: images/atelier-halv3-soapui-import-sword-credential-basic-tab.png Ajouter les en-têtes HTTP spécifiques : - ``X-Packaging: http://purl.org/net/sword-types/AOfr`` - ``Content-Type:text/xml`` dans l'onglet Headers. .. image:: images/atelier-halv3-soapui-import-sword-headers-tab.png Consulter aussi la documentation SoapUI `Working with REST Requests `_ .. note:: If you want to insert the message body from a file instead then leave the editor empty and add a single attachment with the same content-type as the set media-type for the message; SoapUI will insert the contents of the file into the message body instead of attaching it as a MIME attachment. .. image:: images/atelier-halv3-soapui-import-sword-file-as-attachment.png J'ai modifié le **Media Type** pour mettre **text/html** comme l'en-tête **Content-Type** ajoutée dans l'onglet "Headers" et j'ai également spécifié **text/html** pour la propriété **Content-Type** du fichier ``tei2.xml`` chargé dans l'onglet Attachments (je n'ai pas accepté l'option "cache" proposée lorsque l'on charge le fichier). Il faut peut-être recharger le fichier attaché lorsque l'on modifie sa propriété **Content-Type**. .. image:: images/atelier-halv3-soapui-import-sword-file-as-text-xml-attachment-succes.png Voici l'affichage des requêtes HTTP échangées. .. image:: images/atelier-halv3-soapui-import-sword-file-as-text-xml-attachment-succes-http-infos.png