CALL FOR PAPERS
SMALLTALKS 2011
5th International Conference on Smalltalk Technologies
Research Track: Call for Papers
November 3th - 5th, 2011
Important dates:
Submission (Hard Deadline): August 22th, 2011 (Argentinian time: UTC/GMT -3 hours).
Notification of acceptance: September 23th, 2011.
Camera Ready Submission: October 7th, 2011.
---------------------------------------------------------------------------------
Conference Location: Universidad Nacional de Quilmes (Argentina)
The Smalltalks series of conferences (www.fast.org.ar) is a lively forum on Smalltalk-based software
technologies that brings together more than 200 people from both academia and industry for a period of three days.
Past editions of Smalltalks have included many high-quality presentations from industry and research.
These contributions have shown interesting applications of Smalltalk, advances in the Smalltalk language, didactic uses of Smalltalk and so on.
Similar to last year, Smalltalks 2011 will include a dedicated research track.
We welcome submissions to this research track presenting original scientific contributions to, or using, Smalltalk in general.
Topics of interest include, but are not restricted to:
- Aspects, Aspect Languages and Applications.
- Ambient Intelligence, Ubiquitous / Pervasive Computing and Embedded Systems.
- Compilation Technology, Optimization, Virtual Machines.
- Educational Material.
- Language Engineering, Extensions.
- Model Driven Engineering / Development.
- Meta-Modeling, Reflection and Meta-programming.
- Programming in the Large, Design, Architectures and Components.
- Programming Environments, Browsers, User Interfaces, UI Frameworks.
- Source-code analysis and manipulation (Static analysis, refactoring, type inference, metrics).
- Team Management.
- Testing, Extreme Programming / Practices.
- Web Services, Internet Applications, Event-driven Programming.
- Experience Reports.
Important dates:
Submission (Hard Deadline): August 22th, 2011 (Argentinian time: UTC/GMT -3 hours).
Notification of acceptance: September 23th, 2011.
Camera Ready Submission: October 7th, 2011.
Papers:
Papers should be written in English, in PDF-format and should not exceed 15
pages (including references and figures), using the Elsevier journal format.
Templates for LaTeX formats can be found at
http://www.elsevier.com/wps/find/authorsview.authors/elsart
Papers must be submitted through the EasyChair submission web site at
https://www.easychair.org/conferences/?conf=smalltalks2011
The accepted papers will be digitally available on the conference
website. We are currently negotiating a special edition of a journal for which the best papers will get invited.
Papers submitted must not have been previously published and must not be
under review for publication elsewhere. Papers must strictly adhere to
submission guidelines. If you have questions, please send an e-mail to
Jannik Laval and Andy Kellens to smalltalks2011-chair(a)fast.org.ar.
Program Committee
--------------------------
- Gonzalo Zabala (Universidad Abierta Interamericana, Argentina)
- Hernan Wilkinson (Universidad de Buenos Aires, Argentina)
- Serge Stinckwich (Institut de recherche pour le developppement, France)
- Mircea Lungu (University of Bern, Switzerland)
- Tudor Girba (Sw-eng. Software Engineering GmbH, Switzerland)
- Johan Fabry (DCC, Universidad de Chile, Chile)
- Luc Fabresse (Ecole des Mines Douai, France)
- Marcus Denker (INRIA Lille, France)
- Coen De Roover (Vrije Universiteit Brussel, Belgium)
- Damien Cassou (Hasso-Plattner-Institut, Potsdam, Germany)
- Gilad Bracha (SAP Labs, Palo Alto, USA)
- Noury Bouraqadi (Ecole des Mines Douai, France)
- Alexandre Bergel (DCC, Universidad de Chile, Chile)
- Gabriela Arevalo (Universidad Nacional de Quilmes, Argentina)
Program Chairs
--------------------
Andy Kellens (Vrije Universiteit Brussel, Belgium)
Jannik Laval (INRIA Lille/LABRI Bordeaux, France)
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Hello,
The method FAMIXPackage>>relativeImportanceForSystemt throws a ZeroDivide
when we have a model with one package (allModelPackages=1).
Should I remove the "-1" at the end?
FAMIXPackagerelativeImportanceForSystem
^ self lookUpPropertyNamed: #PRIS
computedAs: [ self numberOfClientPackages / (self
mooseModel allModelPackages size - 1)]
--
Andre Hora
Hi jannik
I think that this is important that we can get a generic DSM engine.
The project around papyrus is really interesting as a test bed to stress the DSM API.
What is the status so far?
Stef
Hello,
Is it possible to deselect everything in a list when something happen in a
browser ?
I did not manage do find a way to properly do that.
I know that to select a specific value, you can do something like:
transmit from: #aPort ; to: #amotherPort->#selection ;
transformed: [... ].
I noticed that some 'morphic' presentations does react the same way when
specifying an entity not present in the displayValues:
A multiple selection list will unselect everything if it does not find the
entity (that's the trick I currently use).
A single selection list will keep the current selection.
Maybe it would be a good idea to have a specific object to specify (in the
transformed block) when we want to unselect. We should update the existing
presentations code to deal with it ?
(Maybe there is already a simple way ? :))
Hello,
With usman, I am looking for a tool that give us dependency cycles
information for a model in moose.
Jannick i think you implemented something like that, do you have the name of
the tool so that we can integrate this information in Moose dashboard?
thanx,
Cyrille
Hello,
I hope you're going well. Regarding to subject I'd like to know if there has
been some effort to import *C# *code into moose. I'm interested in this
matter and I'll appreciate any information about some project or initiative
in progress.
Regards,
Patricio
Hi!
Jannik, Doru and I are wondering who will attend esug. We are thinking maybe of organizing Famoosr or an informal moose meeting.
It is important that we regularly get in sync.
So, who is attending ESUG?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Jul 5, 2011, at 5:40 PM, Stéphane Ducasse wrote:
> I wrote it in the class comment
>
> load: '2.0.1' I guess
>
> no baseline.
>
Ok, the Jenkins now executes exactly what is in the comment:
https://ci.lille.inria.fr/pharo/job/Filesystem/
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
Status: New
Owner: ----
CC: anquetil...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-VerveineJ
New issue 603 by tudor.gi...(a)gmail.com: VerveineJ should export relative
paths
http://code.google.com/p/moose-technology/issues/detail?id=603
Currently, VerveineJ exports the FileAnchors with full path. It should
export it with the path relative to the input folder.