皆様
来年4月に ETAPS 2022 の併設イベントとして開催されます
書換え論理と応用に関するワークショップ WRLA-28 の
論文募集案内をお送り致します。ぜひ論文の投稿をご検討下さい。
廣川 (JAIST)
---------------------------------------------------------------------------
Second Call for Papers
WRLA 2022
14th International Workshop on Rewriting Logic and its Applications
An ETAPS 2022 satellite event, Munich, Germany, April 2-3, 2022
---------------------------------------------------------------------------
IMPORTANT DATES
Abstract submission deadline: Dec 21, 2021 (AoE)
Paper submission deadline: Dec 28, 2021 (AoE)
Notification: Feb 8, 2022
Conference: April 2-3, 2022
INVITED SPEAKERS
Sebastian Mödersheim Technical University of Denmark, Denmark
Gwen Salaün University Grenoble Alpes, France
AIMS AND SCOPE
Rewriting is a natural model of computation and an expressive semantic
framework for concurrency, parallelism, communication, and interaction. It
can be used for specifying a wide range of systems and languages in various
application domains. It also has good properties as a metalogical framework
for representing logics. Several successful languages based on rewriting
(ASF+SDF, CafeOBJ, ELAN, Maude) have been designed and implemented. The aim
of WRLA is to bring together researchers with a common interest in
rewriting and its applications, and to give them the opportunity to present
their recent work, discuss future research directions, and exchange ideas.
The topics of the workshop include, but are not limited to:
A. Foundations and models of rewriting and rewriting logic
* termination, confluence, coherence, and complexity
* unification, generalization, narrowing, and partial evaluation
* constrained rewriting and symbolic algebra
* graph rewriting, tree automata, and rewriting strategies
* rewriting-based calculi and explicit substitutions
B. Rewriting as a logical and semantic framework
* uses of rewriting as a logical framework, including deduction modulo
* uses of rewriting as a semantic framework for programming languages
* rewriting semantics of concurrency models and distributed systems
* rewriting semantics of real-time, hybrid, and probabilistic systems
* uses of rewriting for compilation and language transformation
C. Rewriting languages
* rewriting-based declarative languages
* type systems for rewriting
* implementation techniques
* tools supporting rewriting languages
D. Verification techniques
* confluence, termination, coherence, and sufficient completeness
* temporal, modal, and reachability logics for rewrite theories
* model checking techniques for rewrite theories
* rewriting-based theorem proving
* rewriting-based constraint solving and satisfiability
* rewriting-semantics-based verification and analysis of programs
E. Applications
* applications in logic, mathematics, physics, chemistry, and biology
* security specification and verification
* applications to distributed, network, mobile, and cloud computing
* applications to cyber-physical and intelligent systems
* applications to model-based software engineering
* applications to engineering and planning.
PAPER SUBMISSION
We solicit submissions of regular papers, tool papers, and work-in-progress
papers. Regular papers must contain original contributions, be clearly
written, and include appropriate references and comparison with related
work. Tool papers have to present a new tool, a new tool component, or
novel extensions to an existing tool. Work-in-progress papers present
early-stage work or other types of innovative or thought-provoking work.
All submissions must be original, unpublished, and not submitted
simultaneously for publication elsewhere. Papers must be formatted
according to the guidelines for Springer LNCS papers and should not exceed
15 pages (excluding references). Paper submission is done via EasyChair at
https://easychair.org/conferences/?conf=wrla2022.
PUBLICATION
All accepted papers will be presented at the workshop and included in the
pre-proceedings, which will be available during the workshop. Following the
tradition of the last editions, regular, tool, and invited papers will be
published as a volume in Springer's Lecture Notes in Computer Science
(LNCS) series to be distributed after the workshop.
The authors of a subset of accepted papers will be invited to submit
extended versions of their papers to a special issue of the Journal of
Logical and Algebraic Methods in Programming (JLAMP).
BEST PAPER AWARD
The program committee will consider a best paper award (a diploma and 500
euro) for a paper in which at least one author is a junior researcher (a
PhD student or the PhD defense was less than two years ago). The PC chair
may require the other authors to declare that at least 50% of the
contribution was made by the junior researcher.
PROGRAM COMMITTEE
Erika Abraham RWTH Aachen University, Germany
María Alpuente Universitat Politècnica de València, Spain
Kyungmin Bae (chair) POSTECH, Korea
Roberto Bruni Università di Pisa, Italy
Francisco Durán Universidad de Málaga, Spain
Santiago Escobar Universitat Politècnica de València, Spain
Maribel Fernández King's College London, United Kingdom
Mark Hills East Carolina University, USA
Nao Hirokawa JAIST, Japan
Alexander Knapp University Augsburg, Germany
Temur Kutsia Johannes Kepler University Linz, Austria
Alberto Lluch-Lafuente Technical University of Denmark, Denmark
Dorel Lucanu Alexandru Ioan Cuza University, Romania
Salvador Lucas Universitat Politècnica de València, Spain
Narciso Martí-Oliet Universidad Complutense de Madrid, Spain
José Meseguer University of Illinois at Urbana-Champaign, USA
Aart Middeldorp University of Innsbruck, Austria
Vivek Nigam Federal University of Paraíba, Brazil
Kazuhiro Ogata JAIST, Japan
Peter Ölveczky University of Oslo, Norway
Adrián Riesco Universidad Complutense de Madrid, Spain
Christophe Ringeissen INRIA, France
Camilo Rocha Pontificia Universidad Javeriana, Colombia
Vlad Rusu INRIA Lille, France
Traian-Florin Serbanuta University of Bucharest, Romania
Carolyn Talcott SRI International, USA
CONTACT INFORMATION
For more information, please contact the organizer
kmbae(a)postech.ac.kr
or visit the workshop web page
http://sv.postech.ac.kr/wrla2022
皆様,(マルチポストご容赦ください)
京都大学の五十嵐です.
先日お知らせいたしました,来年の5月に京都で開催予定の関数型および論理
プログラミングの国際会議 FLOPS 2022 ですが,この度締切を延長いたしまし
たのでお知らせいたします.新しいスケジュールは,
Abstract submission: December 8, 2021 (AoE)
Paper submission: December 12, 2021 (AoE)
Notification: January 28, 2022
となります.
また,Science of Computer Programming 誌で FLOPS 2022 特集号を組むこと
も決まりました.皆様の投稿をお待ちしております.
--
五十嵐 淳 (IGARASHI Atsushi)
E-mail: igarashi(a)kuis.kyoto-u.ac.jp
url: http://www.fos.kuis.kyoto-u.ac.jp/~igarashi/
============================================================================
Call For Papers
FLOPS 2022: 16th International Symposium on Functional and Logic Programming
============================================================================
In-Cooperation with ACM SIGPLAN
May 10-12, 2022, Kyoto, Japan
https://conf.researchr.org/home/flops-2022
Writing down detailed computational steps is not the only way of
programming. The alternative, being used increasingly in practice, is
to start by writing down the desired properties of the result. The
computational steps are then (semi-)automatically derived from these
higher-level specifications. Examples of this declarative style
include functional and logic programming, program transformation and
re-writing, and extracting programs from proofs of their correctness.
FLOPS aims to bring together practitioners, researchers and
implementors of the declarative programming, to discuss mutually
interesting results and common problems: theoretical advances, their
implementations in language systems and tools, and applications of
these systems in practice. The scope includes all aspects of the
design, semantics, theory, applications, implementations, and teaching
of declarative programming. FLOPS specifically aims to promote
cross-fertilization between theory and practice and among different
styles of declarative programming.
*** Scope ***
FLOPS solicits original papers in all areas of declarative
programming:
* functional, logic, functional-logic programming, rewriting systems,
formal methods and model checking, program transformations and
program refinements, developing programs with the help of theorem
provers or SAT/SMT solvers, verifying properties of programs using
declarative programming techniques;
* foundations, language design, implementation issues (compilation
techniques, memory management, run-time systems, etc.), applications
and case studies.
FLOPS promotes cross-fertilization among different styles of
declarative programming. Therefore, research papers must be written to
be understandable by the wide audience of declarative programmers and
researchers. In particular, each submission should explain its
contributions in both general and technical terms, clearly identifying
what has been accomplished, explaining why it is significant for its
area, and comparing it with previous work. Submission of system
descriptions and declarative pearls are especially encouraged.
*** Submission ***
Submissions should fall into one of the following categories:
* Regular research papers: they should describe new results and will
be judged on originality, correctness, and significance.
* System descriptions: they should describe a working system and will
be judged on originality, usefulness, and design.
* Declarative pearls: new and excellent declarative programs or
theories with illustrative applications.
System descriptions and declarative pearls must be explicitly marked
as such in the title.
Submissions must be unpublished and not submitted for publication
elsewhere. Work that already appeared in unpublished or informally
published workshops proceedings may be submitted.
See also ACM SIGPLAN Republication Policy, as explained at
http://www.sigplan.org/Resources/Policies/Republication.
Submissions must be written in English and can be up to 15 pages
excluding references, though system descriptions and pearls are
typically shorter. The formatting has to conform to Springer's
guidelines. Regular research papers should be supported by proofs
and/or experimental results. In case of lack of space, this supporting
information should be made accessible otherwise (e.g., a link to
an anonymized web page or an appendix, which does not count towards
the page limit). However, it is the responsibility of the authors to
guarantee that their paper can be understood and appreciated without
referring to this supporting information; reviewers may simply choose
not to look at it when writing their review.
FLOPS 2022 will employ a double-blind reviewing process.
To facilitate this, submitted papers must adhere to two rules:
1. author names and institutions must be omitted, and
2. references to authors' own related work should be in the third
person (e.g., not "We build on our previous work..." but rather
"We build on the work of...").
The purpose of this process is to help the reviewers come to a
judgement about the paper without bias, not to make it impossible
for them to discover the authors if they were to try.
Nothing should be done in the name of anonymity that weakens the
submission or makes the job of reviewing the paper more difficult
(e.g., important background references should not be omitted or
anonymized). In addition, authors should feel free to disseminate
their ideas or draft versions of their paper as they normally
would. For instance, authors may post drafts of their papers on the
web or give talks on their research ideas.
Papers should be submitted electronically at
https://easychair.org/conferences/?conf=flops2022
Springer Guidelines
https://www.springer.com/gp/computer-science/lncs/conference-proceedings-gu…
*** Proceedings ***
The proceedings will be published by Springer International Publishing
in the Lecture Notes in Computer Science (LNCS) series
(www.springer.com/lncs).
Post-proceedings: The authors of 4-7 best papers will be invited to
submit an extended version of their FLOPS paper to a special issue
which will appear in the journal Science of Computer Programming (SCP).
*** Important Dates ***
Abstract submission: December 8, 2021 (AoE)
Paper submission: December 12, 2021 (AoE)
Notification: January 28, 2022
Camera ready due: February 20, 2022
Symposium: May 10-12, 2022
*** Program Comittee ***
Andreas Abel Gothenburg University, Sweden
Elvira Albert Universidad Complutense de Madrid
Nada Amin Harvard Universuty, USA
Davide Ancona Univ. Genova, Italy
William Byrd University of Alabama, USA
Matteo Cimini UMass Lowell, USA
Youyou Cong Tokyo Institute of Technology, Japan
Robert Glück University of Copenhagen, Denmark
Makoto Hamana Gunma University, Japan
Michael Hanus Kiel University (co-chair)
Zhenjiang Hu Peking University, China
Atsushi Igarashi Kyoto University, Japan (co-chair)
Ekaterina Komendantskaya Heriot-Watt University, UK
Shin-Cheng Mu Academia Sinica, Taiwan
Koko Muroya Kyoto University, Japan
Klaus Ostermann University of Tuebingen, Germany
Ricardo Rocha University of Porto, Portugal
Tom Schrijvers KU Leuven, Belgium
Harald Sondergaard University of Melbourne, Australia
Hiroshi Unno University of Tsukuba, Japan
Niki Vazou IMDEA, Spain
Janis Voigtlaender University of Duisburg-Essen, Germany
Nicolas Wu Imperial College, UK
Ningning Xie University of Hong Kong, China
Jeremy Yallop University of Cambridge, UK
Neng-Fa Zhou City University of New York, USA
*** Organizers ***
Michael Hanus Kiel University, Germany (PC Co-Chair)
Atsushi Igarashi Kyoto University, Japan (PC Co-Chair, General Chair)
Keigo Imai Gifu University, Japan (Local Co-Chair)
Taro Sekiyama National Institute of Informatics, Japan (Local Co-Chair)
*** Contact Address ***
flops2022 _AT_ easychair.org
Dear all (English version follows below),
皆様、
COVID-19の状況が落ち着いていますので、
今年のTPPミーティングは予定通り現地開催します。
皆様の参加ご登録をお待ちしております。
また、Zoomによる配信も並行して行い、
そのリンクは後日参加登録者にお送りします。
開催日程:2021年11月21日(日), 22日(月)
会場:北見工業大学; C121講義室(21日) および E131講義室(22日)
住所:090-8507 北海道北見市公園町165番地
詳細、TPPmark、登録はこちらをご覧ください:
https://t6s.github.io/tpp2021/
才川
----
Dear Colleagues,
As COVID-19 is currently tamed in Japan,
we have decided to hold this year's TPP 2021 physically in Kitami.
We are welcoming your registration!
We are going to also prepare a Zoom channel.
Its link will be sent to the registered participants later.
Date: Sun. 21st to Mon. 22nd, November 2021
Venue: Kitami Institute of Technology;
Room C121 for 21st and Room E131 for 22nd
Address: 165 Koen-cho, Kitami, Hokkaido 090-8507
Please visit the website for registration and more details,
including TPPMark problems: https://t6s.github.io/tpp2021/
Best regards,
Takafumi Saikawa
**
*Dear all,*
*
On Tuesday November 9th, Prakash Panangaden (McGill University, Canada)
will give a talk, Quantitative Equational Logic, for our project
colloquium from 10am (please note the unusual time). Further details can
be found below.
If you would like to attend, please register through the following
Google form:
https://forms.gle/6PoGNEfJVHLYDAdKA <https://forms.gle/6PoGNEfJVHLYDAdKA>
We later send you a zoom link by an email (using BCC).
For the latest information about ERATO colloquium / seminar, please see
the webpage
https://docs.google.com/document/d/1Qrg4c8XDkbO3tmns6tQwxn5lGHOrBON5LtHXXTp…
.
Jérémy Dubut (ERATO MMSD Colloquium Organizer)
Email: dubut(a)nii.ac.jp
-------*Tuesday November 9th, 10:00-11:30*
Speaker: *Prakash Panangaden (McGill University, Canada) *
Title: Quantitative Equational Logic
Abstract: Equations are at the heart of mathematical reasoning and
reasoning with equations is the subject of equational logic. There are
some landmark results in equational logic due to Birkhoff: the
completeness theorem and the variety theorem. In the closely related
subject of universal algebra there are results about algebraic
structures defined equationally. Among these a major result is the
existence of free algebras satisfying a universal property. In
categorical terms, one can define monads on SET whose Eilenberg-Moore
category gives the algebras and whose Kleisli category defines the free
algebras. Together with Gordon Plotkin and Radu Mardare, we developed a
theory of approximate equational reasoning by introducing the symbol =ε
where ε is a (small) real number. One should think of s =ε t as meaning
that s and t are within ε in some suitable sense. It turns out that one
can define the notion of approximate equational reasoning and prove an
analogue of the completeness theorem and the variety theorem. One can
also define a quantitative algebra, which is an algebra equipped with a
metric and give a construction of free algebras. This time the
categorical description amounts to defining monads on EMET, the category
of extended metric spaces and nonexpansive maps. More important than the
theory is the existence of interesting examples that are very pertinent
for probabilistic reasoning. There have been several interesting
developments since the original paper in 2016. I will mention some of
these but will not go into depth. Our work was aided by the
contributions of Giorgio Bacci who played a major role in some of the
later developments.
*