2018-03-26

[Caml-list] DCM'18 Final Call-for-papers (deadline 8 April 2018)

(Apologies for multiple copies of this announcement. Please circulate.)
========================================================================
                             DCM 2018 
  12th International Workshop on Developments in Computational Models
                 A satellite event of FLoC 2018, Oxford
                          July 8,  2018
========================================================================

Several new models of computation have emerged in the last years, and many developments of traditional computation models have been proposed with the aim of taking into account the new demands of users of computer systems and the new capabilities of computation engines.

The aim of this workshop is to bring together researchers who are currently developing new computation models or new features for traditional computation models, in order to foster their interaction, to provide a forum for presenting new ideas and work in progress, and to enable newcomers to learn about current activities in this area. The proceedings are produced after the meeting, so that authors can incorporate the workshop feedback in the published papers.

DCM 2018 will take place in Oxford on July 8, as a one-day satellite event of FLoC 2018. This will be the 12th event in the series since 2005 - see the DCM website (http://dcm-workshop.org.uk/) for details of previous events.

INVITED SPEAKERS

We are pleased to announce the two invited speakers of DCM'18:

  *  Ugo Dal Lago  (University of Bologna)
  *  Delia Kesner  (University Paris-Diderot)

TOPICS OF INTEREST

Topics of interest include all abstract models of computation and their applications to the development of programming languages and systems. This includes (but is not limited to):

  * Functional calculi: lambda-calculus, pattern-calculi, combinatory logic, term and graph rewriting;
  * Object calculi;
  * Interaction-based systems: interaction nets, games, agent and multi-agent systems;
  * Concurrent models: process calculi, action graphs, distributed systems;
  * Calculi expressing locality, mobility, and active data;
  * Quantum computational models;
  * Biological or chemical models of computation;

SUBMISSION AND PUBLICATION

Authors are invited to submit a short paper (max 8 pages). Preliminary proceedings will be available at the workshop. Papers should be written in English, and submitted in PostScript or PDF format, using the EPTCS style files (http://style.eptcs.org/). Submission is through the Easychair website. 

 
IMPORTANT DATES:

   * Submission deadline:            8 April 2018
   * Notification:                          15 May 2018
   * Pre-proceedings version:     27 May 2018
   * Workshop:                              8 July 2018
   * Full version of paper:       1 October 2018
   * Notification:                  1 December 2018
   * Final versions due:     15 December 2018

After the workshop authors are invited to submit a full paper taking into account the feedback given at their presentation. After a second round of refereeing, accepted contributions will appear in an issue of Electronic Proceedings in Theoretical Computer Science (www.eptcs.org). 


PROGRAMME COMMITTEE

  * Sandra Alves, University of Porto - PC Chair 
  * Sabine Broda, University of Porto
  * Adriana Compagnoni, Stevens Institute of Technology
  * Nachum Dershowitz, University of Tel Aviv
  * Mariangiola Dezani, University of Torino
  * Alessandra Di Pierro, University of Verona
  * Maribel Fernández, King's College London
  * Russ Harmer, ENS Lyon
  * Edward Hermann Haeusler, PUC-Rio 
  * Luigi Liquori, INRIA Sophia
  * Elvira Mayordomo, University of Zaragoza
  * Simon Perdrix, LORIA-Nancy
  * Jamie Vicary, University of Oxford


CONTACT
For more information contact the organiser of the event:

Sandra Alves
DCC-FCUP and CRACS
University of Porto

2018-03-19

[Caml-list] Verification and Deduction Mentoring Workshop 2018

Verification and Deduction Mentoring Workshop 2018, FLoC 2018, July 13, 2018
CALL FOR PARTICIPATION

***Overview***
The purpose of the Verification and Deduction Mentoring Workshop is to
provide mentoring and career advice to early-stage graduate students, to
attract them to pursue research careers in the area of computer-aided
verification and deduction. The workshop will particularly encourage
participation of women and underrepresented minorities.

This mentoring workshop unites the 4th Verification Mentoring Workshop and
the 1st Deduction Mentoring Workshop, and is affiliated both with CAV 2018
and IJCAR 2018.

The workshop program will include a number of invited talks and interactive
sessions. The invited talks will give an overview of the field, highlight
career challenges and give advices on career planning. The invited talks
will focus both on academia and industry.

***Application and Participation***
Graduate and undergraduate (seniors only) students interested in attending
our workshop are requested to apply at:
http://cavconference.org/2018/verification-deduction-mentoring-workshop/

We have limited funding available to support students attending the
mentoring workshop and CAV/IJCAR 2018.

***Deadline for submission of applications***
April 13, 2018


--
Caml-list mailing list. Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

2018-03-08

[Caml-list] Final Call for Papers: PACMPL issue ICFP 2018

PACMPL Volume 2, Issue ICFP 2018
Call for Papers

accepted papers to be invited for presentation at
The 23rd ACM SIGPLAN International Conference on Functional Programming
St. Louis, Missouri, USA
http://icfp18.sigplan.org/

### Important dates

Submissions due: 16 March 2018 (Friday) Anywhere on Earth
https://icfp18.hotcrp.com
Author response: 2 May (Wednesday) - 4 May (Friday) 14:00 UTC
Notification: 18 May (Friday)
Final copy due: 22 June (Friday)
Conference: 24 September (Monday) - 26 September (Wednesday)

### About PACMPL

Proceedings of the ACM on Programming Languages (PACMPL <https://pacmpl.acm.org/>) is a Gold Open Access journal publishing research on all aspects of programming languages, from design to implementation and from mathematical formalisms to empirical studies. Each issue of the journal is devoted to a particular subject area within programming languages and will be announced through publicized Calls for Papers, like this one.

### Scope

[PACMPL](https://pacmpl.acm.org/) issue ICFP 2018 seeks original papers on the art and science of functional programming. Submissions are invited on all topics from principles to practice, from foundations to features, and from abstraction to application. The scope includes all languages that encourage functional programming, including both purely applicative and imperative languages, as well as languages with objects, concurrency, or parallelism. Topics of interest include (but are not limited to):

* *Language Design*: concurrency, parallelism, and distribution; modules; components and composition; metaprogramming; type systems; interoperability; domain-specific languages; and relations to imperative, object-oriented, or logic programming.

* *Implementation*: abstract machines; virtual machines; interpretation; compilation; compile-time and run-time optimization; garbage collection and memory management; multi-threading; exploiting parallel hardware; interfaces to foreign functions, services, components, or low-level machine resources.

* *Software-Development Techniques*: algorithms and data structures; design patterns; specification; verification; validation; proof assistants; debugging; testing; tracing; profiling.

* *Foundations*: formal semantics; lambda calculus; rewriting; type theory; monads; continuations; control; state; effects; program verification; dependent types.

* *Analysis and Transformation*: control-flow; data-flow; abstract interpretation; partial evaluation; program calculation.

* *Applications*: symbolic computing; formal-methods tools; artificial intelligence; systems programming; distributed-systems and web programming; hardware design; databases; XML processing; scientific and numerical computing; graphical user interfaces; multimedia and 3D graphics programming; scripting; system administration; security.

* *Education*: teaching introductory programming; parallel programming; mathematical proof; algebra.

Submissions will be evaluated according to their relevance, correctness, significance, originality, and clarity. Each submission should explain its contributions in both general and technical terms, clearly identifying what has been accomplished, explaining why it is significant, and comparing it with previous work. The technical content should be accessible to a broad audience.

PACMPL issue ICFP 2018 also welcomes submissions in two separate categories &mdash; Functional Pearls and Experience Reports &mdash; that must be marked as such at the time of submission and that need not report original research results. Detailed guidelines on both categories are given at the end of this call.

Please contact the principal editor if you have questions or are concerned about the appropriateness of a topic.

### Preparation of submissions

**Deadline**: The deadline for submissions is Friday, March 16, 2018, Anywhere on Earth (<https://en.wikipedia.org/wiki/Anywhere_on_Earth>). This deadline will be strictly enforced.

**Formatting**: Submissions must be in PDF format, printable in black and white on US Letter sized paper, and interpretable by common PDF tools. All submissions must adhere to the "ACM Small" template that is available (in both LaTeX and Word formats) from <https://www.acm.org/publications/authors/submissions>. For authors using LaTeX, a lighter-weight package, including only the essential files, is available from <http://sigplan.org/Resources/Author/#acmart-format>.

There is a limit of 27 pages for a full paper or 14 pages for an Experience Report; in either case, the bibliography will not be counted against these limits. These page limits have been chosen to allow essentially the same amount of content with the new single-column format as was possible with the two-column format used in past ICFP conferences. Submissions that exceed the page limits or, for other reasons, do not meet the requirements for formatting, will be summarily rejected.

See also PACMPL's Information and Guidelines for Authors at <https://pacmpl.acm.org/authors.cfm>.

**Submission**: Submissions will be accepted at <https://icfp18.hotcrp.com/>

Improved versions of a paper may be submitted at any point before the submission deadline using the same web interface.

**Author Response Period**: Authors will have a 72-hour period, starting at 14:00 UTC on Wednesday, May 2, 2018, to read reviews and respond to them.

**Supplementary Materials**: Authors have the option to attach supplementary material to a submission, on the understanding that reviewers may choose not to look at it. The material should be uploaded at submission time, as a single pdf or a tarball, not via a URL. This supplementary material may or may not be anonymized; if not anonymized, it will only be revealed to reviewers after they have submitted their review of the paper and learned the identity of the author(s).

**Authorship Policies**: All submissions are expected to comply with the ACM Policies for Authorship that are detailed at <https://www.acm.org/publications/authors/information-for-authors>.

**Republication Policies**: Each submission must adhere to SIGPLAN's republication policy, as explained on the web at <http://www.sigplan.org/Resources/Policies/Republication>.

**Resubmitted Papers**: Authors who submit a revised version of a paper that has previously been rejected by another conference have the option to attach an annotated copy of the reviews of their previous submission(s), explaining how they have addressed these previous reviews in the present submission. If a reviewer identifies him/herself as a reviewer of this previous submission and wishes to see how his/her comments have been addressed, the principal editor will communicate to this reviewer the annotated copy of his/her previous review. Otherwise, no reviewer will read the annotated copies of the previous reviews.

### Review Process

This section outlines the two-stage process with lightweight double-blind reviewing that will be used to select papers for PACMPL issue ICFP 2018. We anticipate that there will be a need to clarify and expand on this process, and we will maintain a list of frequently asked questions and answers on the conference website to address common concerns.

**PACMPL issue ICFP 2018 will employ a two-stage review process.** The first stage in the review process will assess submitted papers using the criteria stated above and will allow for feedback and input on initial reviews through the author response period mentioned previously. At the review meeting, a set of papers will be conditionally accepted and all other papers will be rejected. Authors will be notified of these decisions on May 18, 2018.

Authors of conditionally accepted papers will be provided with committee reviews (just as in previous conferences) along with a set of mandatory revisions. After five weeks (June 22, 2018), the authors will provide a second submission. The second and final reviewing phase assesses whether the mandatory revisions have been adequately addressed by the authors and thereby determines the final accept/reject status of the paper. The intent and expectation is that the mandatory revisions can be addressed within five weeks and hence that conditionally accepted papers will in general be accepted in the second phase.

The second submission should clearly identify how the mandatory revisions were addressed. To that end, the second submission must be accompanied by a cover letter mapping each mandatory revision request to specific parts of the paper. The cover letter will facilitate a quick second review, allowing for confirmation of final acceptance within two weeks. Conversely, the absence of a cover letter will be grounds for the paper's rejection.

**PACMPL issue ICFP 2018 will employ a lightweight 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 an initial 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.

### Information for Authors of Accepted Papers

* As a condition of acceptance, final versions of all papers must adhere to the new ACM Small format. The page limits for final versions of papers will be increased to ensure that authors have space to respond to reviewer comments and mandatory revisions.

* Authors of accepted submissions will be required to agree to one of the three ACM licensing options: open access on payment of a fee (**recommended**, and SIGPLAN can cover the cost as described next); copyright transfer to ACM; or retaining copyright but granting ACM exclusive publication rights. Further information about ACM author rights is available from <http://authors.acm.org>.

* PACMPL is a Gold Open Access journal. It will be archived in ACM's Digital Library, but no membership or fee is required for access. Gold Open Access has been made possible by generous funding through ACM SIGPLAN, which will cover all open access costs in the event authors cannot. Authors who can cover the costs may do so by paying an Article Processing Charge (APC). PACMPL, SIGPLAN, and ACM Headquarters are committed to exploring routes to making Gold Open Access publication both affordable and sustainable.

* ACM offers authors a range of copyright options, one of which is Creative Commons CC-BY publication; this is the option recommended by the PACMPL editorial board. A reasoned argument in favour of this option can be found in the article [Why CC-BY?](https://oaspa.org/why-cc-by/) published by OASPA, the Open Access Scholarly Publishers Association.

* We intend that the papers will be freely available for download from the ACM Digital Library in perpetuity via the OpenTOC mechanism.

* ACM Author-Izer is a unique service that enables ACM authors to generate and post links on either their home page or institutional repository for visitors to download the definitive version of their articles from the ACM Digital Library at no charge. Downloads through Author-Izer links are captured in official ACM statistics, improving the accuracy of usage and impact measurements. Consistently linking to the definitive version of an ACM article should reduce user confusion over article versioning. After an article has been published and assigned to the appropriate ACM Author Profile pages, authors should visit <http://www.acm.org/publications/acm-author-izer-service> to learn how to create links for free downloads from the ACM DL.

* At least one author of each accepted submissions will be expected to attend and present their paper at the conference. The schedule for presentations will be determined and shared with authors after the full program has been selected. Presentations will be videotaped and released online if the presenter consents.

* The official publication date is the date the papers are made available in the ACM Digital Library. This date may be up to *two weeks prior* to the first day of the conference. The official publication date affects the deadline for any patent filings related to published work.

### Artifact Evaluation

Authors of papers that are conditionally accepted in the first phase of the review process will be encouraged (but not required) to submit supporting materials for Artifact Evaluation. These items will then be reviewed by an Artifact Evaluation Committee, separate from the paper Review Committee, whose task is to assess how the artifacts support the work described in the associated paper. Papers that go through the Artifact Evaluation process successfully will receive a seal of approval printed on the papers themselves. Authors of accepted papers will be encouraged to make the supporting materials publicly available upon publication of the papers, for example, by including them as "source materials" in the ACM Digital Library. An additional seal will mark papers whose artifacts are made available, as outlined in the ACM guidelines for artifact badging.

Participation in Artifact Evaluation is voluntary and will not influence the final decision regarding paper acceptance.

Further information about the motivations and expectations for Artifact Evaluation can be found at <https://icfp18.sigplan.org/track/icfp-2018-Artifacts>.

### Special categories of papers

In addition to research papers, PACMPL issue ICFP solicits two kinds of papers that do not require original research contributions: Functional Pearls, which are full papers, and Experience Reports, which are limited to half the length of a full paper. Authors submitting such papers should consider the following guidelines.

#### Functional Pearls

A Functional Pearl is an elegant essay about something related to functional programming. Examples include, but are not limited to:

* a new and thought-provoking way of looking at an old idea

* an instructive example of program calculation or proof

* a nifty presentation of an old or new data structure

* an interesting application of functional programming techniques

* a novel use or exposition of functional programming in the classroom

While pearls often demonstrate an idea through the development of a short program, there is no requirement or expectation that they do so. Thus, they encompass the notions of theoretical and educational pearls.

Functional Pearls are valued as highly and judged as rigorously as ordinary papers, but using somewhat different criteria. In particular, a pearl is not required to report original research, but, it should be concise, instructive, and entertaining. A pearl is likely to be rejected if its readers get bored, if the material gets too complicated, if too much specialized knowledge is needed, or if the writing is inelegant. The key to writing a good pearl is polishing.

A submission that is intended to be treated as a pearl must be marked as such on the submission web page, and should contain the words "Functional Pearl" somewhere in its title or subtitle. These steps will alert reviewers to use the appropriate evaluation criteria. Pearls will be combined with ordinary papers, however, for the purpose of computing the conference's acceptance rate.

#### Experience Reports

The purpose of an Experience Report is to help create a body of published, refereed, citable evidence that functional programming really works &mdash; or to describe what obstacles prevent it from working.

Possible topics for an Experience Report include, but are not limited to:

* insights gained from real-world projects using functional programming

* comparison of functional programming with conventional programming in the context of an industrial project or a university curriculum

* project-management, business, or legal issues encountered when using functional programming in a real-world project

* curricular issues encountered when using functional programming in education

* real-world constraints that created special challenges for an implementation of a functional language or for functional programming in general

An Experience Report is distinguished from a normal PACMPL issue ICFP paper by its title, by its length, and by the criteria used to evaluate it.

* Both in the papers and in any citations, the title of each accepted Experience Report must begin with the words "Experience Report" followed by a colon. The acceptance rate for Experience Reports will be computed and reported separately from the rate for ordinary papers.

* Experience Report submissions can be at most 12 pages long, excluding bibliography.

* Each accepted Experience Report will be presented at the conference, but depending on the number of Experience Reports and regular papers accepted, authors of Experience reports may be asked to give shorter talks.

* Because the purpose of Experience Reports is to enable our community to accumulate a body of evidence about the efficacy of functional programming, an acceptable Experience Report need not add to the body of knowledge of the functional-programming community by presenting novel results or conclusions. It is sufficient if the Report states a clear thesis and provides supporting evidence. The thesis must be relevant to ICFP, but it need not be novel.

The review committee will accept or reject Experience Reports based on whether they judge the evidence to be convincing. Anecdotal evidence will be acceptable provided it is well argued and the author explains what efforts were made to gather as much evidence as possible. Typically, more convincing evidence is obtained from papers which show how functional programming was used than from papers which only say that functional programming was used. The most convincing evidence often includes comparisons of situations before and after the introduction or discontinuation of functional programming. Evidence drawn from a single person's experience may be sufficient, but more weight will be given to evidence drawn from the experience of groups of people.

An Experience Report should be short and to the point: it should make a claim about how well functional programming worked on a particular project and why, and produce evidence to substantiate this claim. If functional programming worked in this case in the same ways it has worked for others, the paper need only summarize the results &mdash; the main part of the paper should discuss how well it worked and in what context. Most readers will not want to know all the details of the project and its implementation, but the paper should characterize the project and its context well enough so that readers can judge to what degree this experience is relevant to their own projects. The paper should take care to highlight any unusual aspects of the project. Specifics about the project are more valuable than generalities about functional programming; for example, it is more valuable to say that the team delivered its software a month ahead of schedule than it is to say that functional programming made the team more productive.

If the paper not only describes experience but also presents new technical results, or if the experience refutes cherished beliefs of the functional-programming community, it may be better off submitted it as a full paper, which will be judged by the usual criteria of novelty, originality, and relevance. The principal editor will be happy to advise on any concerns about which category to submit to.


### ICFP Organizers

General Chair: Robby Findler (Northwestern University, USA)

Artifact Evaluation Co-Chairs: Simon Marlow (Facebook, UK)
Ryan R. Newton (Indiana University, USA)
Industrial Relations Chair: Alan Jeffrey (Mozilla Research, USA)
Programming Contest Organiser: Matthew Fluet (Rochester Institute of Technology, USA)
Publicity and Web Chair: Lindsey Kuper (Intel Labs, USA)
Student Research Competition Chair: Ilya Sergey (University College London, UK)
Video Co-Chairs: Jose Calderon (Galois, Inc., USA)
Nicolas Wu (University of Bristol, UK)
Workshops Co-Chair: David Christiansen (Indiana University, USA)
Christophe Scholliers (Universiteit Gent, Belgium)


### PACMPL Volume 2, Issue ICFP 2018

Principal Editor: Matthew Flatt (Univesity of Utah, USA)

Review Committee:

Sandrine Blazy (IRISA, University of Rennes 1, France)
David Christiansen (Indiana University, USA)
Martin Elsman (University of Copenhagen, Denmark)
Marco Gaboardi (University at Buffalo, CUNY, USA)
Sam Lindley (University of Edinburgh, UK)
Heather Miller (Northweastern University, USA / EPFL, Switzerland)
J. Garrett Morris (University of Kansas, USA)
Henrik Nilsson (University of Nottingham, UK)
François Pottier (Inria, France)
Alejandro Russo (Chalmers University of Technology, Sweden)
Ilya Sergey (University College London, UK)
Michael Sperber (Active Group GmbH, Germany)
Wouter Swierstra (Utrecht University, UK)
Éric Tanter (University of Chile, Chile)
Katsuhiro Ueno (Tohoku University, Japan)
Niki Vazou (University of Maryland, USA)
Jeremy Yallop (University of Cambridge, UK)

External Review Committee:

Michael D. Adams (University of Utah, USA)
Amal Ahmed (Northeastern University, USA)
Nada Amin (University of Cambridge, USA)
Zena Ariola (University of Oregon)
Lars Bergstrom (Mozilla Research)
Lars Birkedal (Aarhus University, Denmark)
Edwin Brady ( University of St. Andrews, UK)
William Byrd (University of Alabama at Birmingham, USA)
Giuseppe Castagna (CRNS / University of Paris Diderot, France)
Sheng Chen (University of Louisiana at Lafayette, USA)
Koen Claessen (Chalmers University ot Technology, Sweden)
Ugo Dal Lago (University of Bologna, Italy / Inria, France)
David Darais (University of Vermont, USA)
Joshua Dunfield (Queen's University, Canada)
Richard Eisenberg (Bryn Mawr College, USA)
Matthew Fluet (Rochester Institute of Technology, USA)
Nate Foster (Cornell University, USA)
Jurriaan Hage (Utrecht University, Netherlands)
David Van Horn (University of Maryland, USA)
Zhenjiang Hu (National Institute of Informatics, Japan)
Suresh Jagannathan (Purdue University, USA)
Simon Peyton Jones (Microsoft Research, UK)
Naoki Kobayashi (University of Tokyo, Japan)
Neelakantan Krishnaswami (University of Cambridge, UK)
Kazutaka Matsuda (Tohoku University, Japan)
Trevor McDonell (University of New South Wales, Australia)
Hernan Melgratti (University of Buenos Aires, Argentina)
Akimasa Morihata (University of Tokyo, Japan)
Aleksandar Nanevski (IMDEA Software Institute, Spain)
Kim Nguyễn (University of Paris-Sud, France)
Cosmin Oancea (DIKU, University of Copenhagen, Denmark)
Bruno C. d. S. Oliveira (University of Hong Kong, China)
Tomas Petricek (University of Cambridge, UK)
Benjamin Pierce (University of Pennsylvania, USA)
Christine Rizkallah (University of Pennsylvania, USA)
Tom Schrijvers (KU Leuven, Belgium)
Manuel Serrano (Inria, France)
Jeremy Siek (Indiana University, USA)
Josef Svenningsson (Chalmers University of Technology, Sweden)
Nicolas Tabareau (Inria, France)
Dimitrios Vytiniotis (Microsoft Research, UK)
Philip Wadler (University of Edinburgh, UK)
Meng Wang (University of Kent, UK)

--
Caml-list mailing list. Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

[Caml-list] PAAR 2018 - Call for Papers

******************************************************************************


PAAR-2018: 6TH WORKSHOP ON PRACTICAL ASPECTS OF AUTOMATED REASONING

Oxford, UK, July 19, 2018

Submission link: https://easychair.org/conferences/?conf=paar2018
Abstract registration deadline: April 8, 2018
Submission deadline: April 15, 2018
Topics: automated reasoning, implementation, tools


******************************************************************************


PAAR provides a forum for developers of automated reasoning tools to discuss
and compare different implementation techniques, and for users to discuss and
communicate their applications and requirements. The workshop will bring
together different groups to concentrate on practical aspects of the
implementation and application of automated reasoning tools. It will allow
researchers to present their work in progress, and to discuss new
implementation techniques and applications.

Submission Guidelines
---------------------
Researchers interested in participating are invited to submit either an
extended abstract (up to 8 pages) or a regular paper (up to 15 pages) via
EasyChair at https://easychair.org/conferences/?conf=paar2018. Submissions
will be refereed by the program committee, which will select a balanced
program of high-quality contributions. Short submissions that could stimulate
fruitful discussion at the workshop are particularly welcome.

Submissions should be prepared in LaTeX using the EasyChair proceedings style.
The package containing the class file and its user guide and some helper tools
can be downloaded from http://www.easychair.org/publications/easychair.zip.

Topics include, but are not limited to:
--------------------------------------
* automated reasoning in propositional, first-order, higher-order, and
non-classical logics;
* implementation of provers (SAT, SMT, resolution, tableau, instantiation-
based, rewriting, logical frameworks, etc.);
* automated reasoning tools for all kinds of practical problems and
applications;
* pragmatics of automated reasoning within proof assistants;
* practical experiences, usability aspects, feasibility studies;
* evaluation of implementation techniques and automated reasoning tools;
* performance aspects, benchmarking approaches; non-standard approaches to
automated reasoning, non*standard forms of automated reasoning, new
applications;
* implementation techniques, optimisation techniques, strategies and
heuristics, fairness;
* tools or methods that support prover development;
* system descriptions and demos.

Programme Committee
-------------------
* Haniel Barbosa, The University of Iowa , USA
* Simon Cruanes, Aesthetic Integration, USA
* Pascal Fontaine, Loria, INRIA, University of Lorraine, France
* Martin Giese, University of Oslo, Norway
* Alberto Griggio, Fondazione Bruno Kessler, Italy
* Marijn Heule, The University of Texas at Austin, USA
* Dejan Jovanovic, SRI International, USA
* Chantal Keller, LRI, Université Paris-Sud, France
* Boris Konev (co-chair), University of Liverpool, UK
* Konstantin Korovin, The University of Manchester, UK
* Laura Kovacs, Vienna University of Technology, Austria
* Cláudia Nalon, University of Brasília, Brasil
* Jens Otten, University of Oslo, Norway
* Giles Reger, The University of Manchester, UK
* Andrew Reynolds, University of Iowa, USA
* Philipp Ruemmer (co-chair), Uppsala University, Sweden
* Martin Suda, Vienna University of Technology, Austria
* Mattias Ulbrich, Karlsruhe Institute of Technology, Germany
* Josef Urban (co-chair), Czech Technical University, CZ

Publication
-----------
PAAR proceedings will be published electronically in the EasyChair Proceedings
in Computing (EPiC) series or in the CEUR workshop proceedings.

Venue
-----
Oxford, UK

Important dates
---------------
Abstract registration deadline: April 8, 2018
Submission deadline: April 15, 2018
Workshop: July 19, 2018

--
Caml-list mailing list. Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

2018-03-07

[Caml-list] 1st call for papers: Trends in Functional Programming, 11-13 june 2018, Chalmers Campus Johanneberg, Gothenburg

-----------------------------
C A L L F O R P A P E R S
-----------------------------

======== TFP 2018 ===========

19th Symposium on Trends in Functional Programming
11-13 June, 2018
Chalmers Campus Johanneberg, Gothenburg
http://www.cse.chalmers.se/~myreen/tfp2018/index.html

The symposium on Trends in Functional Programming (TFP) is an
international forum for researchers with interests in all aspects of
functional programming, taking a broad view of current and future
trends in the area. It aspires to be a lively environment for
presenting the latest research results, and other contributions (see
below at scope).

Please be aware that TFP uses two distinct rounds of submissions (see
below at submission details).

TFP 2018 will be the main event of a pair of functional programming
events. TFP 2018 will be accompanied by the International Workshop on
Trends in Functional Programming in Education (TFPIE), which will take
place on June 14.


== SCOPE ==

The symposium recognizes that new trends may arise through various routes.
As part of the Symposium's focus on trends we therefore identify the
following five article categories. High-quality articles are solicited in
any of these categories:

Research Articles:
Leading-edge, previously unpublished research work
Position Articles:
On what new trends should or should not be
Project Articles:
Descriptions of recently started new projects
Evaluation Articles:
What lessons can be drawn from a finished project
Overview Articles:
Summarizing work with respect to a trendy subject.

Articles must be original and not simultaneously submitted for publication to
any other forum. They may consider any aspect of functional programming:
theoretical, implementation-oriented, or experience-oriented. Applications of
functional programming techniques to other languages are also within the scope
of the symposium.

Topics suitable for the symposium include, but are not limited to:

Functional programming and multicore/manycore computing
Functional programming in the cloud
High performance functional computing
Extra-functional (behavioural) properties of functional programs
Dependently typed functional programming
Validation and verification of functional programs
Debugging and profiling for functional languages
Functional programming in different application areas:
security, mobility, telecommunications applications, embedded
systems, global computing, grids, etc.
Interoperability with imperative programming languages
Novel memory management techniques
Program analysis and transformation techniques
Empirical performance studies
Abstract/virtual machines and compilers for functional languages
(Embedded) domain specific languages
New implementation strategies
Any new emerging trend in the functional programming area

If you are in doubt on whether your article is within the scope of TFP, please
contact the TFP 2018 program chairs, Michał Pałka and Magnus Myreen.


== Best Paper Awards ==

To reward excellent contributions, TFP awards a prize for the best paper
accepted for the formal proceedings.

TFP traditionally pays special attention to research students, acknowledging
that students are almost by definition part of new subject trends. A student
paper is one for which the authors state that the paper is mainly the work of
students, the students are listed as first authors, and a student would present
the paper. A prize for the best student paper is awarded each year.

In both cases, it is the PC of TFP that awards the prize. In case the best
paper happens to be a student paper, that paper will then receive both prizes.


== Paper Submissions ==

We use EasyChair for the refereeing process. The link to the submission page is:

https://easychair.org/conferences/?conf=tfp2018

Authors of papers have the choice of having their contributions formally reviewed
either before or after the Symposium.


== Pre-symposium formal review ==

Papers to be formally reviewed before the symposium should be submitted before
an early deadline and receive their reviews and notification of acceptance for
both presentation and publication before the symposium. A paper that has been
rejected in this process may still be accepted for presentation at the symposium,
but will not be considered for the post-symposium formal review.


== Post-symposium formal review ==

Draft papers will receive minimal reviews and notification of acceptance for
presentation at the symposium. Authors of draft papers will be invited to submit
revised papers based on the feedback receive at the symposium. A post-symposium
refereeing process will then select a subset of these articles for formal publication.


== Paper categories ==

Draft papers and papers submitted for formal review are submitted as extended
abstracts (4 to 10 pages in length) or full papers (20 pages). The submission must
clearly indicate which category it belongs to: research, position, project,
evaluation, or overview paper. It should also indicate which authors are research
students, and whether the main author(s) are students. A draft paper for which all
authors are students will receive additional feedback by one of the PC members
shortly after the symposium has taken place.


== Format ==

Papers must be written in English, and written using the LNCS style. For more
information about formatting please consult the Springer LNCS web site.


== Important Dates ==

Submission (pre-symposium review): March 26, 2018
Submission (draft, post-symposium review): April 26, 2018
Notification (pre- and post-symposium review): May 3, 2018
Registration: June 3, 2018
TFP Symposium: June 11-13, 2018
TFPIE Workshop: June 14, 2018
Student papers feedback: June 21, 2018
Submission (post-symposium review): August 14, 2018
Notification (post-symposium review): September 20, 2018
Camera-ready paper (pre- and post-symposium review): November 30, 2018


== Program Committee ==

Program Co-chairs
Michał Pałka, Chalmers University of Technology (SE)
Magnus Myreen, Chalmers University of Technology (SE)

Program Committee
Soichiro Hidaka, Hosei University (JP)
Meng Wang, University of Bristol (UK)
Sam Tobin-Hochstadt, Indiana University Bloomington (US)
Tiark Rompf, Purdue University (US)
Patricia Johann, Appalachian State University (US)
Neil Sculthorpe, Nottingham Trent University (UK)
Andres Löh, Well-Typed LLP (UK)
Tarmo Uustalu, Tallinn University of Technology (EE)
Cosmin E. Oancea, University of Copenhagen (DK)
Mauro Jaskelioff, Universidad Nacional de Rosario (AR)
Peter Achten, Radboud University (NL)
Dimitrios Vytiniotis, Microsoft Research (UK)
Alberto Pardo, Universidad de la República (UY)
Natalia Chechina, University of Glasgow (UK)
Peter Sestoft, IT University of Copenhagen (DK)
Scott Owens, University of Kent (UK)


--
Caml-list mailing list. Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

2018-03-06

[Caml-list] VerifyThis 2018: Call for Participation and Travel Grants

********************************************************************************

VerifyThis Verification Competition 2018

CALL FOR PARTICIPATION -- TRAVEL GRANTS

Competition to be held at ETAPS 2018

http://verifythis.ethz.ch

********************************************************************************


IMPORTANT DATES
Grant application deadline: March 12, 2018
Competition: April 14 and 15, 2018

ABOUT

VerifyThis 2018 is a program verification competition taking place as part of the European Joint Conferences on Theory and Practice of Software (ETAPS 2018) on April 14-15, 2018 in Thessaloniki, Greece.
It is the 7th event in the VerifyThis competition series.

The competition will offer a number of challenges presented in natural language and pseudo code.
Participants have to formalize the requirements, implement a solution, and formally verify the implementation for adherence to the specification.

There are no restrictions on the programming language and verification technology used.
The correctness properties posed in problems will have the input-output behaviour of programs in focus. Solutions will be judged for correctness, completeness, and elegance.

PARTICIPATION:
Participation is open for anybody interested.
Teams of up to two people are allowed.
Registration for ETAPS workshops and physical presence on site is required.

We particularly encourage participation of:
- student teams (this includes PhD students)
- non-developer teams using a tool someone else developed
- several teams using the same tool

TRAVEL GRANTS:
The competition has funds for a limited number of travel grants.
A grant covers the incurred travel and accommodation costs up to a certain limit.
The expected limit is EUR 350 for those coming from Europe and EUR 600 for those coming from outside Europe.

To apply for a travel grant, send an email to verifythis@cs.nuim.ie by March 12, 2018. The application should include:
- your name
- your affiliation
- the verification system(s) you plan to use at the competition
- the planned composition of your team
- a short letter of motivation explaining your involvement with formal verification so far
- if you are a student, please state the academic degree you are seeking and have your supervisor send a brief letter of support to verifythis@cs.nuim.ie

ORGANIZERS
* Marieke Huisman, University of Twente, the Netherlands
* Rosemary Monahan, Maynooth University, Ireland
* Peter Müller, ETH Zürich, Switzerland
* Andrei Paskevich, Paris-Sud University, France
* Gidon Ernst, National Institute of Informatics Tokyo, Japan

CONTACT
Email: verifythis@cs.nuim.ie
Web: http://verifythis.ethz.ch

--
Caml-list mailing list. Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

2018-03-03

[Caml-list] ARQNL 2018 - Call for Papers

3rd International Workshop on
Automated Reasoning in Quantified Non-Classical Logics

- CALL FOR PAPERS -

ARQNL 2018 - Automated Reasoning in Quantified Non-Classical Logics
3rd International Workshop (associated with FLoC and IJCAR 2018)
18 July 2018, Oxford, United Kingdom.

Non-classical logics such as modal logics, conditional logics, intuitionistic
logic, description logics, temporal logics, linear logic, dynamic logic,
deontic logics, fuzzy logic, paraconsistent logic, relevance logic, have many
applications in AI, Computer Science, Philosophy, Linguistics and Mathematics.
Hence, the automation of proof search in these logics is a crucial task.

The ARQNL workshop aims at fostering the development of proof calculi,
automated theorem proving systems and model finders for all sorts of quantified
non-classical logics. The workshop will provide a forum for researchers to
present and discuss recent developments in this area. The contributions may
range from theory to system descriptions and implementations. Contributions
may also outline relevant applications and describe example problems and
benchmarks. We welcome contributions from computer scientists, linguists,
philosophers, and mathematicians.

Research papers (up to 15 pages), or short papers, talk abstracts, and system
demonstrations (up to 8 pages) are solicited. The submission deadline is April
15th. Proceedings will be published in the EasyChair Proceedings in Computing
(EPiC) series. For further information see the workshop website at
http://iltp.de/ARQNL-2018/.



--
Caml-list mailing list. Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

2018-03-02

[Caml-list] Mathematically Structured Functional Programming 2018: Call for Papers

Seventh Workshop on
MATHEMATICALLY STRUCTURED FUNCTIONAL PROGRAMMING
Sunday 8th July 2018, Oxford, UK
A satellite workshop of FSCD 2018

http://msfp2018.bentnib.org/

** New this time: additional talk proposal category **

** Deadline: 5th April (abstract), 12th April (paper) **

The seventh workshop on Mathematically Structured Functional
Programming is devoted to the derivation of functionality from
structure. It is a celebration of the direct impact of Theoretical
Computer Science on programs as we write them today. Modern
programming languages, and in particular functional languages, support
the direct expression of mathematical structures, equipping
programmers with tools of remarkable power and abstraction. Where
would Haskell be without monads? Functional reactive programming
without temporal logic? Call-by-push-value without adjunctions? The
list goes on. This workshop is a forum for researchers who seek to
reflect mathematical phenomena in data and control.

The first MSFP workshop was held in Kuressaare, Estonia, in July 2006,
affiliated with MPC 2006 and AMAST 2006. The second MSFP workshop was
held in Reykjavik, Iceland as part of ICALP 2008. The third MSFP
workshop was held in Baltimore, USA, as part of ICFP 2010. The fourth
workshop was held in Tallinn, Estonia, as part of ETAPS 2012. The
fifth workshop was held in Grenoble, France, as part of ETAPS
2014. The sixth MSFP Workshop was held in April 2016, in Eindhoven,
Netherlands, just after ETAPS 2016.

Important Dates:
================

Abstract deadline: 5th April (Thursday)
Paper deadline: 12th April (Thursday)
Notification: 17th May (Thursday)
Final version: 14th June (Thursday)
Workshop: 8th July (Sunday)

Invited Speakers:
=================

- Tamara von Glehn, University of Cambridge, UK
- Didier Remy, INRIA, France

Program Committee:
==================

Andreas Abel - Chalmers, Sweden
Danel Ahman - INRIA Paris, France
Robert Atkey - University of Strathclyde, UK (co-chair)
Jeremy Gibbons - University of Oxford, UK
Jennifer Hackett - University of Nottingham, UK
Mauro Jaskelioff - Universidad Nacional de Rosario, Argentina
Shin-ya Katsumata - National Institute of Informatics, Japan
Sam Lindley - University of Edinburgh, UK (co-chair)
Clare Martin - Oxford Brookes University, UK
Shin-Cheng Mu - Academia Sinica, Taiwan
Valeria de Paiva - Nuance Communications, US
Alexandra Silva - University College London, UK

Submission:
===========

Submissions are welcomed on, but by no means restricted to, topics
such as:

structured effectful computation
structured recursion
structured corecursion
structured tree and graph operations
structured syntax with variable binding
structured datatype-genericity
structured search
structured representations of functions
structured quantum computation
structure directed optimizations
structured types
structure derived from programs and data

Please contact the programme chairs Robert Atkey and Sam Lindley if
you have any questions about the scope of the workshop.

(New this time) We accept two categories of submission: full papers of
no more than 15 pages that will appear in the proceedings, and
extended abstracts of no more than 2 pages which we will post on the
website, but which do not constitute formal publications and will not
appear in the proceedings. References and appendices are not included
in page limits. Appendices may not be read by reviewers.

Full papers (not two page talk abstracts) must report previously
unpublished work and not be submitted concurrently to another
conference with refereed proceedings. Accepted papers and talks must
be presented at the workshop by at least one of the authors.

The proceedings will be published under the auspices of EPTCS with a
Creative Commons license.

We are using EasyChair to manage submissions. To submit a paper, use
this link:

https://easychair.org/conferences/?conf=msfp2018.

--
Caml-list mailing list. Subscription management and archives:
https://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs