From 832be64d1f76479d0e3d6ed110f33b0ec36465c6 Mon Sep 17 00:00:00 2001 From: Damien Marchal <damien.marchal@univ-lille.fr> Date: Wed, 24 Jan 2024 22:57:31 +0100 Subject: [PATCH] Suggestion of change in codemeta.json --- codemeta.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/codemeta.json b/codemeta.json index 342bb42c..66b4f91c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -11,12 +11,12 @@ "downloadUrl": "https://gitlab.univ-lille.fr/maxime.morge/smastaplus/-/raw/master/smastaplus-assembly-2.2.jar?ref_type=heads&inline=false", "name": "SMASTA+", "version": "2.2", - "description": "SMASTA+ is a Scala implementation of the Extended Multi-agents Situated Task Allocation", + "description": "Scala implementation of the Extended Multi-agents Situated Task Allocation", "applicationCategory": "Data science", "releaseNotes": "In order compare our reallocation strategy executed concurrently with this consumption process,\nwe consider two baseline algorithms:\n -an allocation method based on sequential single-item (SSI) auctions where bids correspond to the flowtime, which precedes the allocation process. Every agent bids on each unallocated task ;\na reallocation method based on parallel single-item (PSI) auctions executed concurrently with the consumption process where each node announces the pending jobs in its job pool.\n[Lagoudakis et al., 2006] Lagoudakis, S. K. C. T. M., Markakis, V., Kempe, D., Keskinocak, P., Kleywegt, A., Meyerson, A., & Jain, S. (2006). The Power of Sequential Single-Item Auctions\nfor Agent Coordination. AAAI. 1625--1629.", "developmentStatus": "active", "isPartOf": "https://www.cristal.univ-lille.fr/equipes/smac/", - "referencePublication": "https://link.springer.com/chapter/10.1007/978-3-031-37616-0_3", + "referencePublication": "https://hal.science/hal-04163732", "keywords": [ "Multi-Agents Systems", "Distributed Problem Solving", @@ -55,7 +55,7 @@ "email": "ellie.beauprez@univ-lille.fr", "affiliation": { "@type": "Organization", - "name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" + "name": "Université de Lille, CRIStAL, SMAC" } }, { @@ -66,7 +66,7 @@ "email": "anne-cecile.caron@univ-lille.fr", "affiliation": { "@type": "Organization", - "name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" + "name": "Université de Lille, CRIStAL, SMAC" } }, { @@ -77,7 +77,7 @@ "email": "maxime.morge@univ-lille.fr", "affiliation": { "@type": "Organization", - "name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" + "name": "Université de Lille, CRIStAL, SMAC" } } ], @@ -90,7 +90,7 @@ "email": "jean-christophe.routier@univ-lille.fr", "affiliation": { "@type": "Organization", - "name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" + "name": "Université de Lille, CRIStAL, SMAC" } } ] -- GitLab