We apologize if you receive multiple copies of this notice.
-----------------------------------------------------------------------------
ScalA’17: 8th Workshop on Latest Advances in
Scalable Algorithms for Large-Scale Systems
held in conjunction with the
SC17: The International Conference on High Performance
Computing, Networking, Storage and Analysis
in cooperation with ACM SIGHPC
November 13, 2017, Denver, CO, USA
<http://www.csm.ornl.gov/srt/conferences/Scala/2017>
Novel scalable scientific algorithms are needed in order to enable key
science applications to exploit the computational power of large-scale
systems. This is especially true for the current tier of leading petascale
machines and the road to exascale computing as HPC systems continue to scale
up in compute node and processor core count. These extreme-scale systems
require novel scientific algorithms to hide network and memory latency, have
very high computation/communication overlap, have minimal communication, and
have no synchronization points.
Scientific algorithms for multi-petaflop and exa-flop systems also need to be
fault tolerant and fault resilient, since the probability of faults increases
with scale. Resilience at the system software and at the algorithmic level is
needed as a crosscutting effort. Finally, with the advent of heterogeneous
compute nodes that employ standard processors as well as GPGPUs, scientific
algorithms need to match these architectures to extract the most performance.
This includes different system-specific levels of parallelism as well as
co-scheduling of computation. Key science applications require novel
mathematical models and system software that address the scalability and
resilience challenges of current- and future-generation extreme-scale HPC
systems.
Submission Guidelines
Authors are invited to submit manuscripts in English structured as technical
papers not exceeding 8 letter size (8.5in x 11in) pages including figures,
tables, and references using the ACM format for conference proceedings.
Submissions not conforming to these guidelines may be returned without
review. Reference style files are available at
<http://www.acm.org/sigs/publications/proceedings-templates>.
All manuscripts will be reviewed and judged on correctness, originality,
technical strength, and significance, quality of presentation, and interest
and relevance to the workshop attendees. Submitted papers must represent
original unpublished research that is not currently under review for any
other conference or journal. Papers not following these guidelines will be
rejected without review and further action may be taken, including (but not
limited to) notifications sent to the heads of the institutions of the
authors and sponsors of the conference. Submissions received after the due
date, exceeding length limit, or not appropriately structured may also not
be considered. At least one author of an accepted paper must register for
and attend the workshop. Authors may contact the workshop program chair for
more information. Papers should be submitted electronically at:
<https://easychair.org/conferences/?conf=scala17>.
Full papers will be published with the SC'17 workshop proceedings in the ACM
Digital Library and IEEE Xplore. Selected papers will be invited for an
extended version in a special issue of the Journal of Computational Science
(JoCS).
Important Dates
- Full paper submission: August 28, 2017
- Notification of acceptance: September 11, 2017
- Final paper submission (firm): October 9, 2017
- Workshop/conference early registration: TBD
- Workshop: November 13, 2017
Topics of interest include, but are not limited to:
- Novel scientific algorithms that improve performance, scalability,
resilience, and power efficiency
- Porting scientific algorithms and applications to many-core and
heterogeneous architectures
- Performance and resilience limitations of scientific algorithms and
applications at scale
- Crosscutting approaches (system software and applications) in addressing
scalability challenges
- Scientific algorithms that can exploit extreme concurrency (e.g. 1 billion
for exascale by 2020)
- Naturally fault tolerant, self-healing, or fault oblivious scientific
algorithms
- Programming model and system software support for algorithm scalability and
resilience
Workshop Chairs
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Al Geist, Oak Ridge National Laboratory, USA
- Jack Dongarra, University of Tennessee, Knoxville, USA
Workshop Program Chair
- Christian Engelmann, Oak Ridge National Laboratory, USA
Program Committee
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Hartwig Anzt, University of Tennessee, Knoxville, USA
- Rick Archibald, Oak Ridge National Laboratory, USA
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana Champaign, USA
- Zizhong Chen, University of California, Riverside, USA
- James Elliott, Sandia National Laboratories, USA
- Nahid Emad, University of Versailles SQ, France
- Christian Engelmann, Oak Ridge National Laboratory, USA
- Wilfried Gansterer, University of Vienna, Austria
- Michael Heroux, Sandia National Laboratories, USA
- Kirk E. Jordan, IBM T.J. Watson Research, USA
- Dieter Kranzlmueller, Ludwig-Maximilians-University Munich, Germany
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Piotr Luszczek, University of Tennessee, Knoxville, USA
- Michael Mascagni, Florida State University, USA
- Ron Perrot, University of Oxford, UK
- Yves Robert, ENS Lyon, France
- Stuart Slattery, Oak Ridge National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
We apologize if you receive multiple copies of this call for papers.
--------------------------------------------------------------------------------
10th Workshop on Resiliency in High Performance Computing (Resilience)
in Clusters, Clouds, and Grids
<http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
in conjunction with
the 23rd International European Conference on Parallel and Distributed
Computing (Euro-Par), Santiago de Compostela, Spain,
August 28 - September 1, 2017
<http://europar2017.usc.es>
Overview:
Resilience is a critical challenge as high performance computing (HPC)
systems continue to increase component counts, individual component
reliability decreases (such as due to shrinking process technology and
near-threshold voltage (NTV) operation), and software complexity increases.
Application correctness and execution efficiency, in spite of frequent
faults, errors, and failures, is essential to ensure the success of the
extreme-scale HPC systems, cluster computing environments, Grid computing
infrastructures, and Cloud computing services.
While a fault (e.g., a bug or stuck bit) is the cause of an error, its
manifestation as a state change is considered an error (e.g., a bad value
or incorrect execution), and the transition to an incorrect service is
observed as a failure (e.g., an application abort or system crash). A
failure in a computing system is typically observed through an application
abort or a full/partial service or system outage. A detectable correctable
error is often transparently handled by hardware, such as a single bit flip
in memory that is protected with single-error correction double-error
detection (SECDED) error correcting code (ECC). A detectable uncorrectable
error (DUE) typically results in a failure, such as multiple bit flips in
the same addressable word that escape SECDED ECC correction, but not
detection, and ultimately cause an application abort. An undetectable error
(UE) may result in silent data corruption (SDC), e.g., an incorrect
application output. There are many other types of hardware and software
faults, errors, and failures in computing systems.
Resilience for HPC systems encompasses a wide spectrum of fundamental and
applied research and development, including theoretical foundations, fault
detection and prediction, monitoring and control, end-to-end data integrity,
enabling infrastructure, and resilient solvers and algorithm-based fault
tolerance. This workshop brings together experts in the community to further
research and development in HPC resilience and to facilitate exchanges
across the computational paradigms of extreme-scale HPC, cluster computing,
Grid computing, and Cloud computing.
Submission Guidelines:
Authors are invited to submit papers electronically in English in PDF
format. Submitted manuscripts should be structured as technical papers and
BETWEEN 10 AND 12 PAGES, including figures, tables and references, using
Springer's Lecture Notes in Computer Science (LNCS) format at
<http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0>. Papers with
less than 10 or more than 12 pages will not be accepted due to publisher
guidelines. Submissions should include abstract, key words and the e-mail
address of the corresponding author. Papers not conforming to these
guidelines may be returned without review. All manuscripts will be reviewed
and will be judged on correctness, originality, technical strength,
significance, quality of presentation, and interest and relevance to the
conference attendees. Submitted papers must represent original unpublished
research that is not currently under review for any other conference or
journal. Papers not following these guidelines will be rejected without
review and further action may be taken, including (but not limited to)
notifications sent to the heads of the institutions of the authors and
sponsors of the conference. Submissions received after the due date or not
appropriately structured may also not be considered. The proceedings
will be published in Springer's LNCS as post-conference proceedings. At
least one author of an accepted paper must register for and attend the
workshop for inclusion in the proceedings. Authors may contact the workshop
program chairs for more information.
Important websites:
- Resilience 2017 Website: <http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
- Resilience 2017 Submissions: <https://easychair.org/conferences/?conf=europar2017workshops>
- Euro-Par 2017 website: <http://europar2017.usc.es>
Topics of interest include, but are not limited to:
- Theoretical foundations for resilience:
- Metrics and measurement
- Statistics and optimization
- Simulation and emulation
- Formal methods
- Efficiency modeling and uncertainty quantification
- Fault detection and prediction:
- Statistical analyses
- Machine learning
- Anomaly detection
- Data and information collection
- Visualization
- Monitoring and control for resilience:
- Platform and application monitoring
- Response and recovery
- RAS theory and performability
- Application and platform knobs
- Tunable fidelity and quality of service
- End-to-end data integrity:
- Fault tolerant design
- Degraded modes
- Forward migration and verification
- Fault injection
- Soft errors
- Silent data corruption
- Enabling infrastructure for resilience:
- RAS systems
- System software and middleware
- Programming models
- Tools
- Next-generation architectures
- Resilient solvers and algorithm-based fault tolerance:
- Algorithmic detection and correction of hard and soft faults
- Resilient algorithms
- Fault tolerant numerical methods
- Robust iterative algorithms
- Scalability of resilient solvers and algorithm-based fault tolerance
Important Dates:
- Workshop papers due: May 5, 2017
- Workshop author notification: June 16, 2017
- Workshop early registration: TBD
- Workshop paper (for informal workshop proceedings): July 21, 2017
- Workshop camera-ready papers: October 3, 2017
General Co-Chairs:
- Stephen L. Scott
Senior Research Scientist - Systems Research Team
Tennessee Tech University and Oak Ridge National Laboratory, USA
scottsl(a)ornl.gov
- Chokchai (Box) Leangsuksun,
SWEPCO Endowed Associate Professor of Computer Science
Louisiana Tech University, USA
box(a)latech.edu
Program Co-Chairs:
- Patrick G. Bridges
University of New Mexico, USA
bridges(a)cs.unm.edu
- Christian Engelmann
Oak Ridge National Laboratory , USA
engelmannc(a)ornl.gov
Program Committee:
- Ferrol Aderholdt, Oak Ridge National Laboratory, USA
- Dorian Arnold, University of New Mexico, USA
- Rizwan Ashraf, Oak Ridge National Laboratory, USA
- Wesley Bland, Intel Corporation, USA
- Hans-Joachim Bungartz, Technical University of Munich, Germany
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana-Champaign, USA
- Marc Casas, Barcelona Supercomputer Center, Spain
- Zizhong Chen, University of California at Riverside, USA
- Robert Clay, Sandia National Laboratories, USA
- Miguel Correia, Universidade de Lisboa, Portugal
- Nathan DeBardeleben, Los Alamos National Laboratory, USA
- James Elliott, Sandia National Laboratories, USA
- Kurt Ferreira, Sandia National Laboratories, USA
- Michael Heroux, Sandia National Laboratories, USA
- Saurabh Hukerikar, Oak Ridge National Laboratory, USA
- Dieter Kranzlmueller, Ludwig-Maximilians University of Munich, Germany
- Sriram Krishnamoorthy, Pacific Northwest National Laboratory, USA
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Scott Levy, University of New Mexico, USA
- Kathryn Mohror, Lawrence Livermore National Laboratory, USA
- Christine Morin, INRIA Rennes, France
- Dirk Pflueger, University of Stuttgart, Germany
- Nageswara Rao, Oak Ridge National Laboratory, USA
- Alexander Reinefeld, Zuse Institute Berlin, Germany
- Rolf Riesen, Intel Corporation, USA
- Yves Robert, ENS Lyon, France
- Thomas Ropars, Universite Grenoble Alpes, France
- Martin Schulz, Lawrence Livermore National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
http://hpcs2019.cisedu.info/2-conference/special-sessions/session01-virt
*The Second Special Session on **Virtualization in High Performance
Computing and Simulation*
*(VIRT 2019)*
*CALL FOR PAPERS & PARTICIPATION*
*As part of*
*The 17th International Conference on High Performance Computing &
Simulation (HPCS 2019)*
*http://hpcs2019.cisedu.info/ <http://hpcs2019.cisedu.info/>
or http://conf.cisedu.info/rp/hpcs19 <http://conf.cisedu.info/rp/hpcs19>*
*15 - 19 July 2019*
*Dublin, Ireland*
*Paper Submission Deadline: 03 March 2019*
*Submissions could be for full papers, short papers, poster papers, or
posters*
*PURPOSE and SCOPE*
Virtualization has become the foundation of cloud computing. The scale of
cloud computing data centers is similar to the supercomputers used in High
Performance Computing. Both involve millions of CPU cores, tens of
thousands of accelerators like GPUs, FPGAs connected by high speed
interconnects and different connection topologies. Studies have shown that
the GPU utilization in HPC is often at 50%. Virtualization can be the key
to increasing resource utilization and managing massive infrastructures
efficiently.
GPU vendors have introduced virtualized versions of GPUs. FPGAs are being
deployed in virtual infrastructure. These and other developments in the
field, along with future exascale systems, will provide increasing degree
of virtualization within the systems.
The goal of this session is to be an opportunity to discuss and exchange
research on the different virtualization technologies and how they can be
efficiently applied in High Performance Computing. Theoretical research,
engineering solutions dealing with practical tradeoffs, and complex system
implementation papers are welcomed.
*The VIRT topics include (but are not limited to) the following: *
- *Virtualization in HPC*
o Energy efficient solutions for HPC applications in the cloud environment
o High-availability based on system-level virtualization mechanisms for HPC
o Fault tolerance mechanisms based on system-level virtualization
mechanisms for HPC
o Performance and evaluation of diverse HPC workloads in virtualization
environment
o Security Isolation, Resource Isolation and Data Isolation in Virtualized
HPC
o Flexibility and Ease of system administration and management for
virtualized environments for HPCo Running diverse workloadso Running
heterogeneous Operating Systemso Live Migration and Suspend/Resume of VMs
to improve resource utilization and avoid downtimeo Scheduling of resources
and Workloads
o Software Defined Data Centers (SDDC)
o Hypervisors and other virtualization solutions tailored for HPC systems
o Big Data and Analytics in Virtualized Environments
o Enterprise High Performance Computing in Virtualized Environments
- *Accelerators in Virtualized HPC Environments:*
o Virtualized GPUs
§ Scheduling of Virtual GPUs
o Using FPGAs in Virtualization Stack
§ Dynamic Reconfiguration of FPGAs
- * IO Virtualization*
o Network Virtualization
o SR-IOV
o Software Defined Networking (SDN)
o Storage Virtualization
o RDMA and vRDMA
- *Containers in HPC*
o Isolation of Multiple User-Spaces
o Running containers in Virtual Machines
- *Tools*
o Virtualization solutions for dealing with heterogeneity in HPC
environments
o Compilers for heterogenous architectures involving GPUS, FPGAs,
multi-core CPUs
o Operating system support for virtualization in HPC systems
o Debugging and/or profiling in virtual environments
- *Algorithms*
o Distributed Resource Scheduling
o Distributed Computing
- *AI, Machine Learning and Deep Learning*o Virtualization of Deep
Learning Workloads
o Deep Learning in HPC Simulations
o Resource Allocation Using Machine Learning
o Reinforcement Learning for Resource Allocation
o Machine Learning to build tools for measurement & calibration
- *Virtualization in Simulation*
*INSTRUCTIONS FOR PAPER SUBMISSIONS*
You are invited to submit original and unpublished research works on above
and other topics related to *virtualization in high performance computing
and simulation*. Submitted papers must not have been published or
simultaneously submitted elsewhere until it appears in HPCS proceedings, in
the case of acceptance, or notified otherwise. For Regular papers, please
submit a PDF copy of your full manuscript, not to exceed 8 double-column
formatted pages per template, and include up to 6 keywords and an abstract
of no more than 400 words. Additional pages will be charged additional fee.
Submission should include a completed online web based form (can also
include a cover page) with authors' names, affiliation addresses, fax
numbers, phone numbers, and all authors email addresses. Please, indicate
clearly the corresponding author(s) although all authors are equally
responsible for the manuscript. Short papers (up to 4 pages), poster papers
and posters (please refer to
http://hpcs2019.cisedu.info/1-call-for-papers-and-participation/call-for-po…
for posters submission details) will also be considered. Please specify
the type of submission you have. Please include page numbers on all
preliminary submissions to make it easier for reviewers to provide helpful
comments.
Submit a PDF copy of your full manuscript to the special session paper
submission site at https://cmt3.research.microsoft.com/VIRT2019 .
Acknowledgement will be sent within 48 hours of submission.
*Conference Policies*
Only PDF files will be accepted, uploaded to the submission link above.
Each paper will receive a minimum of three reviews. Papers will be selected
based on their originality, relevance, significance, technical clarity and
soundness, presentation, language, and references. Submission implies the
willingness of at least one of the authors to register and present the
paper, if accepted. At least one of the authors of each accepted paper will
have to register and attend the HPCS 2019 conference to present the paper
at the special session as scheduled. By submitting the paper to the HPCS
conference, all authors agree to abide by all HPCS conference paper
submission, publication and presentation policies as well as following
ethical and professional codes of conduct, including those of the
professional co-sponsoring organizations. Contents of manuscripts submitted
to the tracks program committees shall be regarded as privileged as well
and handled in the same manner and standards. For more information, please
refer to the Authors Info
<http://hpcs2019.cisedu.info/6-participants/authors-info> and Registration
Info <http://hpcs2019.cisedu.info/6-participants/registration-info> pages.
*Proceedings*
Accepted papers will be published in the Conference proceedings.
Instructions for final manuscript format and requirements will be posted on
the HPCS 2019 Conference web site. It is our intent to have the proceedings
formally published in hard and soft copies and be available at the time of
the conference. The proceedings is projected to be included in the IEEE or
ACM Digital Library and indexed in all major indexing services accordingly.
*SPECIAL ISSUE*
Plans are underway to have the best papers, in extended version, selected
for possible publication in a reputable journal as special issue. Detailed
information will soon be announced and will be made available on the
conference website.
If you have any questions about paper submission or the special session,
please contact the special session organizers.
*IMPORTANT DATES*
*Paper Submissions: ------------------------------------------- 03 March
2019*
*Acceptance Notification: -------------------------------------- 22 March
2019*
*Camera Ready Papers and Registration Due by: ----------- 19 April 2019*
*Conference Dates: -------------------------------------------- 15–19 July
2019*
*SPECIAL SESSION ORGANIZERS*
*Uday Kurkure*
VMware, Inc.
3401 Hillview Avenue
Palo Alto, CA 94304, USA
Phone: +1 650-427-1179
Fax: +1 650-
Email: uday(a)alumni.stanford.edu
*Hari Sivaraman *
VMware, Inc.
3401 Hillview Avenue
Palo Alto, CA 94304, USA
Phone: +1 650-427-3681
Fax: +1 650-
Email: hsivaraman(a)vmware.com
*Lan Vu*
VMware, Inc.
3401 Hillview Avenue
Palo Alto, CA 94304, USA
Phone: +1 650-427-1327
Fax: +1 650-
Email: lanv(a)vmware.com
International Program Committee*:
All submitted papers will be rigorously reviewed by the special session
technical program committee members following similar criteria used in HPCS
2019 and will be published as part of the HPCS 2019 Proceedings.
- *Cristina Boeres,* Fluminense Federal University, Brazil
- *Isaac Gelado,* Nvidia Corp., Santa Clara, California, USA
- *Kyle Hale,* Illinois Institute of Technology, Illinois, USA
- *Brian Kocoloski*, Washington University in St. Louis, Missouri, USA
- *Xiaoyi Lu,* The Ohio State University - Columbus, Ohio, USA
- *Carlo Reano,* Queen's University Belfast, U.K.
- *Federico Silla,* University of Valencia, Spain
- *Alex Sim,* Lawrence Berkeley National Laboratory, California, USA
- Blesson Varghese, Queen's University Belfast, U.K.
- *Andrew Younge*, Sandia National Laboratories, Albuquerque, New
Mexico, USA
- *Dong Ping Zhang, *AMD Inc., San Jose, California, USA
- *Na Zhang, *VMware Inc., Boston, Massachusetts, USA
For information or questions about Conference's paper submission,
tutorials, posters, workshops, special sessions, exhibits, demos, panels
and forums organization, doctoral colloquium, and any other information
about the conference location, registration, paper formatting, etc., please
consult the Conference’s web site at URL: http://hpcs2019.cisedu.info/ or
http://conf.cisedu.info/rp/hpcs19 or contact one of the Conference's
organizers.
** Please forward to anyone who might be interested **
--------------------------------------------------------------
CALL FOR PAPERS
10th International Workshop on Modeling Social Media (MSM'2019)
Mining, Modeling and Learning from Social Media
to be held on May 14-17, 2019, San Francisco, USA
co-located with TheWebConf 2019
https://msmworkshop.github.io/
--------------------------------------------------------------
Important Dates:
================
** Submission Deadline: Jan 10, 2019
** Notification of Acceptance: Feb 14, 2019
** Camera-Ready Versions Due: Mar 3, 2019
** Workshop date: May 13-14, 2019
Workshop Organizers:
====================
Martin Atzmueller, Tilburg University, Netherlands; m.atzmueller(a)uvt.nl
Alvin Chin, BMW Technology Corporation, USA; alvin.chin(a)bmwna.com
Christoph Trattner, University of Bergen, Norway; trattner.christoph(a)gmail.com
Program Committee:
==================
Alejandro Bellogin, Universidad Autonoma de Madrid, Spain
Javier Luis Canovas Izquierdo, IN3 - UOC, Spain
Michelangelo Ceci, Universita degli Studi di Bari, Italy
Michael Granitzer, University of Passau, Germany
Bin Guo, Institut Telecom Sud Paris, France
Eelco Herder, Radboud University, Netherlands
Geert-Jan Houben, Delft University of Technology, Netherlands
Ralf Klamma, RWTH Aachen University, Germany
Bart Knijnenburg, Clemson University, USA
Dominik Kowald, Know-Center, Austria
Florian Lemmerich, RWTH Aachen, Germany
Nico Piatkowski, AI Group, TU Dortmund, Germany
Haggai Roitman, IBM Research Haifa, Israel
Giancarlo Ruffo, Universita di Torino, Italy
Marc Smith, Connected Action Consulting Group, USA
Longqi Yang, Cornell University, USA
Arkaitz Zubiaga, The University of Warwick, UK
We aim to attract researchers from all over the world working on data
mining, modeling and using machine learning and AI for social media,
big and small data, sensor data and the web. Social networks such as
Facebook, Twitter, and LinkedIn have paved the way for generating huge
amount of diverse, streaming bit data in a short period of time. Such
social media data require the application of big data analytics to
produce meaningful information to both information consumers and data
generators. Machine learning and AI techniques are particularly
effective in situations where deep and predictive insights need to be
uncovered from such social media data sets that are large, diverse and
fast changing. Following the discussion at our workshop at TheWebConf
2018, we aim to focus on how to apply data mining, recommendation,
machine learning and AI models, algorithms and systems for analytic
and predictive modeling on social media, big data, small data, web and
sensor data. Contrary to last year’s workshop, we would like to
particularly invite researchers that are interested in going beyond
standard analytics approaches and try to discover the intelligent
information hidden in the large and fast-changing social media data.
Overall, we are interested in receiving papers related to the
following topics which include but are not limited to:
* predictive analytics methods or frameworks for social media, big
data, small data, sensor data and the web
* AI, machine learning, deep learning and NLP models, algorithms and
systems for social media, big data, small data, sensor data and the
web
* deep learning approaches and models for social media, big data,
small data, sensor data and data from/on the web
* data mining techniques and algorithms for social media, big data,
small data, sensor data and data from/on the web
* methods for learning social activities and behavioral analytic metrics
* evaluation of machine learning and AI frameworks and metrics
* explainability and transparency of the machine learning/deep
learning/AI methods
* applications of machine learning, deep learning and AI
* applications of any of the above methods and technologies
The goal of this workshop is to use data mining, machine learning and
AI approaches and algorithms on social media, big data, small data,
sensor data and data from/on the web.
Submissions: We solicit full research papers (4-8 pages), and short
papers (1-4 pages) both in the ACM conference paper style.
Papers should be submitted in EasyChair
tohttps://easychair.org/my/conference.cgi?conf=msm2019
Proceedings:
============
Contributions will be included in the Companion volume of TheWebConf 2019
conference, which will be published by ACM and included
in the ACM Digital Library. However, to make that happen at least one
author of the accepted paper has to register. At the time of
submission of the final
camera-ready copy, authors will have to indicate the already
registered person for that publication.
Any paper published by the ACM, IEEE, etc. which can be properly
cited constitutes research which must be considered in judging the
novelty of a TheWebConf submission, whether the published paper was in a
conference, journal, or workshop. Therefore, any paper previously
published as part of a WWW or TheWebConf workshop must be referenced
and suitably
extended with new content to qualify as a new submission to the
Research Track at TheWebConf conference.
Submission guidelines:
======================
All submitted papers must
* be written in English;
* contain author names, affiliations, and email addresses;
* be formatted according to the ACM SIG Proceedings template
(http://www.acm.org/sigs/publications/proceedings-templates)
with a font size no smaller than 9pt;
* be in PDF (make sure that the PDF can be viewed on any
platform), and formatted for US Letter size;
* occupy no more than six pages, including the abstract,
references, and appendices.
It is the authors’ responsibility to ensure that their submissions
adhere strictly to the required format.
Submissions that do not comply with the above guidelines may be
rejected without review.
All submissions must be entered into the reviewing
system:https://easychair.org/conferences/?conf=msm2019
Contact:
========
Martin Atzmueller, Tilburg University, Netherlands; m.atzmueller(a)uvt.nl
Alvin Chin, BMW Technology Corporation, USA; alvin.chin(a)bmwna.com
Christoph Trattner, University of Bergen, Norway; trattner.christoph(a)gmail.com
Follow us on:
=============
Facebook https://www.facebook.com/groups/527164050627185/
Twitter https://twitter.com/msm_workshop
SEPA 2019: 11th International Symposium on Software Engineering Processes
and Applications[image: Facebook]
<http://www.facebook.com/sharer.php?u=http://www.wikicfp.com/cfp/servlet/eve…>[image:
Twitter]
<http://twitter.com/share?url=http://www.wikicfp.com/cfp/servlet/event.showc…>[image:
LinkedIn]
<http://www.linkedin.com/shareArticle?mini=true&url=http://www.wikicfp.com/c…>[image:
Google]
<https://plus.google.com/share?url=http://www.wikicfp.com/cfp/servlet/event.…>
Link: http://sepa.covenantuniversity.edu.ng/
When Jul 1, 2019 - Jul 4, 2019
Where Saint Petersburg, Russia
Submission Deadline Feb 17, 2019
Notification Due Mar 31, 2019
Final Version Due May 8, 2019
*Categories* <http://www.wikicfp.com/cfp/allcat> software
<http://www.wikicfp.com/cfp/call?conference=software> software engineering
<http://www.wikicfp.com/cfp/call?conference=software%20engineering> software
processes <http://www.wikicfp.com/cfp/call?conference=software%20processes>
software applications
<http://www.wikicfp.com/cfp/call?conference=software%20applications>
Call For Papers
SEPA 2019: 11th International Symposium on Software Engineering Processes
and Applications
The accepted papers will be published in Lecture Notes in Computer Science
by Springer http://sepa.covenantuniversity.edu.ng/ ,
http://www.iccsa.org/workshops
Following the grand success of SEPA 2018(In Melbourne, Australia),SEPA
2017(in Trieste, Italy), SEPA 2016 (in Beijing, China), SEPA 2015 (in
Banff, Canada), SEPA 2014 (in Guimaraes, Portugal), SEPA 2013 (in Ho Chi
Ming, Vietnam),SEPA 2012 (in Salvador, Brazil), SEPA 2011 (in
Santander,Spain), SEPA 2010 (in Fukuoka, Japan), SEPA 2009 (in Sowon,
Korea), ) SEPA 2019 (in conjunction with ICCSA 2019) is scheduled to be
held during July 1 - 4, 2019 in Saint Petersburg, Russia in collaboration
with the Saint Petersburg University, Russia.
Submission deadline: Feb 17, 2019
About the Workshop and Topics
Software Engineering Processes and Applications (SEPA: 2019) is aimed to
provide a forum to scientists/researchers/engineers/practitioners and
academicians to share their ideas, experiences and researches in the field
of software engineering process and applications.
SEPA 2019 covers all the frontier issues and trends in the modern software
development processes. It includes process models, the development process
for different software platforms (e.g. social networks, cloud), the process
for adaptive, dependable, embedded, systems, agile development, software
engineering practices, requirements, system and design engineering
including architectural design, component level design, formal methods,
software modeling, testing strategies and tactics, process and product
metrics, Web Engineering, project management, risk management, and
configuration management.
SEPA also invite papers for the development process of the
software/software systems in application areas e.g. agriculture, aviation
industry, business, cyber-crime,
education, government, military etc.
SEPA invites you to submit theme papers that describe original and
significant contribution in all above-mentioned area of software
engineering processes. The paper submitted to SEPA 2019 must not be
submitted elsewhere either in conference or journal and should be 12 - 16
pages (LNCS style). Papers selected after peer review will be included in
the Lecture Notes in Computer Science published by Springer (only after
completing registration) and presented orally (except unavoidable
circumstances-like financial constraints) at the conference.
Publication
All contributions will be reviewed by international program committee
members and judged on their quality and relevance. The accepted papers for
SEPA 2019 will be published in Lecture Notes in Computer Science as a book
series of Computational Science and Its Applications: ICCSA. Please note
that one of the authors of the accepted paper must be registered and
supposed to present the paper in the conference (virtual presentation is
allowed for authors who cannot attend the conference). The extended version
of selected papers will also be invited for the publication in several
journals (All Web of Science and SCOPUS
indexed journals) including best papers in SCIE indexed journal*.
*A special issue of SCIE Journal- Information Technology and Control is
confirmed for
best papers of the software engineering symposiums(SEPA & ISSQ) and
workshop(TTSDP)@ICCSA 2019).
Submission
Please submit your paper through ICCSA 2019 conference web site.
Submission site: http://ess.iccsa.org/cgi-bin/login.py
while submitting to the conference site, please select the track of your
submission "Software Engineering Processes and Applications (SEPA 2019)".
February 17, 2019: Deadline for abstract and paper submission
March 31, 2019: Notification of Acceptance
May 8, 2019: Early-bird Registration ends
May 8, 2019: Submission deadline for the final version of the Proceeding
Papers
July 1-4, 2019: ICCSA 2019 Conference
International Program Committee
Organizing Chair (Contact)
Prof. Sanjay Misra
Professor of Computer Engineering
Covenant University
Contact: sanjay.misra(a)covenantuniversity.edu.ng
Programme Committee Chair
Dr. Ricardo Colomo-Palacios
Computer Science Department
Østfold University College, Norway
rcolomo(a)gmail.com
International Programme Committee Members
Y. Wang, University of Calgary, Canada
Mario Fusani,National Research Council of Italy
Daniel Rodríguez, University of Alcalá, Spain
Robertas Damasevicius, Kaunas University of Technology, Lithuania
Reda Alhajj, University of Calgary, Canada
Emilia Mendes, Blekinge Institute of Technology, Sweden
Vahid Garousi, Hacettepe University Ankara, Turkey
Broderick Crawford, Pontificia Universidad Catolica De Valparaiso, PUCV,
Chile
Michel dos Santos Soares, Federal University of Sergipe, Brazil
V. B. Singh, University of Delhi, India
José Alfonso Aguilar,Universidad Autónoma de Sinaloa, Maxico
Ricardo Soto, Pontificia Universidad Catolica De Valparaiso,Chile
Eduardo Guerra, National Institute of space research, Sao Jose, Brazil
Murat Koyuncu, Atilim University, Turkey
Rytis Maskeliunas, Kaunas University of Technology, Lithuania
Tolga Pustali, Cankaya University, Turkey
Matthew O. Adigun, University of Zululand, South Africa
Cristina Casado Lumbreras, Universidad Carlos III de Madrid, Spain
Ibrahim Akman, Atilim University, Ankara, Turkey
Marco Crasso, UNICEN University, Argentina
Markus Holopainen, University of Helsinki, Finland
Takashi Michikawa, Research Center for Advanced Science and Technology
(RCAST), Japan
Cristian Mateos, UNICEN University, Argentina
Pham Quoc Trung, HCMC University of Technology, HCMC, Vietnam
Alejandro Zunino, UNICEN University, Argentina
Eudisley Anjos, Federal University of Paraiba (UFPB) – Brazil
Ravin Ahuja, University Of Delhi, India
Rinkaj Goyal, Guru Gobind Singh Indraprastha University, India
--
Sanjay Misra
<https://covenantuniversity.edu.ng/Profiles/Misra-Sanjay#.W6Psi2hKjDc>
Professor of Computer(Software) Engineering,
Department of Electrical and Information Engineering, Covenant University,
Ota, Nigeria
(Researchgate <https://www.researchgate.net/profile/Sanjay_Misra2>,
Researcherid <http://www.researcherid.com/rid/K-2203-2014>:K-2203-2014, DBLP
<http://dblp.uni-trier.de/pers/hd/m/Misra:Sanjay>, Google Scholar
<https://scholar.google.com/citations?user=AFjvjTgAAAAJ&hl=en>, Scopus
<http://www.scopus.com/authid/detail.uri?origin=AuthorProfile&authorId=56962…>)
Editor in Chief- (Call for Papers and book proposals)-
1. International Journal of Human Capital and Information Technology
Professionals
<https://www.igi-global.com/journal/international-journal-human-capital-info…>
(Clarivate Analytics(Web of Science), SCOPUS)
2. Advances in IT Personnel and Project Management
<https://www.igi-global.com/book-series/advances-personnel-project-managemen…>
(Clarivate Analytics(Web of Science), SCOPUS)
3. COVENANT JOURNAL OF INFORMATICS AND COMMUNICATION TECHNOLOGY
<https://journals.covenantuniversity.edu.ng/index.php/cjict>
4. INTERNATIONAL JOURNAL OF PHYSICAL SCIENCES
<https://academicjournals.org/journal/IJPS/editors>
TTSDP 2019 : 11th International Workshop on Tools and Techniques in
Software Development Process[image: Facebook]
<http://www.facebook.com/sharer.php?u=http://www.wikicfp.com/cfp/servlet/eve…>[image:
Twitter]
<http://twitter.com/share?url=http://www.wikicfp.com/cfp/servlet/event.showc…>[image:
LinkedIn]
<http://www.linkedin.com/shareArticle?mini=true&url=http://www.wikicfp.com/c…>[image:
Google]
<https://plus.google.com/share?url=http://www.wikicfp.com/cfp/servlet/event.…>
Link: http://ttsdp.covenantuniversity.edu.ng/
When Jul 1, 2019 - Jul 4, 2019
Where Saint Petersburg, Russia
Submission Deadline Feb 17, 2019
Notification Due Mar 31, 2019
Final Version Due May 8, 2019
*Categories* <http://www.wikicfp.com/cfp/allcat> tools & techniques
<http://www.wikicfp.com/cfp/call?conference=tools%20&%20techniques> software
practitioners
<http://www.wikicfp.com/cfp/call?conference=software%20practitioners>
software
industry <http://www.wikicfp.com/cfp/call?conference=software%20industry>
industrial
app & academia
<http://www.wikicfp.com/cfp/call?conference=industrial%20app%20&%20academia>
Call For Papers
TTSDP 2019 : 11th International Workshop on Tools and Techniques in
Software Development Process
in conjunction with The 2019 International
Conference on Computational Science and Its Applications (ICCSA 2019)
ttsdp.covenantuniversity.edu.ng
Accepted papers will be submitted and published by IEEE Xplore
The extended version of all presented papers will also be invited for the
publication in International Scientific Journals(All indexed in SCOPUS/Web
of Science/ECIE).
10th International Workshop on "Tools and Techniques in Software
Development Processes (TTSDP 2019)" will be held in conjunction with the
2019 International Conference on Computational Sciences and Applications
(ICCSA 2019). It is going to be held on during July 1- 4, 2019 in Saint
Petersburg, Russia in collaboration with the Saint Petersburg University,
Russia.
Submission deadline Feb 17, 2019.
About the Workshop and Topics
The Tools and Techniques in Software Development Processes (TTSDP 2019)
provides a forum for researchers, and practitioners to share their new
achievements, tools and techniques in the field of the software development
process. TTSDP especially invites the experience papers from industry and
academia, short papers, reports, surveys, working papers/work in progress
and industrial reports.
Review/Comment papers are also welcome with the limitation that the paper
should be on general problem/topic in the field (no comments are allowed on
a particular paper). TTSDP covers all the aspects of the development
process: process models, agile development, software engineering practices,
requirements, system and design engineering including architectural design,
software modeling,
testing strategies and tactics, process and product metrics for each phase
of software development, component-based software engineering, software
quality, verification and validation techniques and software project
management.
TTSDP 2019 invites you to submit your work that describes original and
significant contribution in all area of the software development process.
The paper submitted to TTSDP 2019 must not submit elsewhere either in
conference or journal and should be in IEEE style.
Papers selected after peer review will be included in the conference
proceedings and presented orally at the conference.
TTSDP 2019 invites you to submit three different types of session papers (5
to 11 pages long) on all above-mentioned topics:
Research papers: Papers that describe original and significant contribution
in all area of the software development process.
Experience paper: papers from the field describing real-world experience
related to the software development process.
Short paper and reports: Papers that allows the explanation of ideas that
are not yet fully validated. Review articles (not on a
particular paper), comparative study and survey reports are also welcome.
The paper submitted to TTSDP 2019 must not have been submitted elsewhere
either in conference or journal and must be in IEEE style.
Papers selected after review will be included in the conference proceedings
and presented orally at the conference.
Publication
All accepted workshop (TTSDP) papers will be included in the proceeding of
ICCSA 2019, published by IEEE Xplore. One of the authors of the accepted
paper is required to register and expected to present the paper at the
conference. Extended and modified version of all accepted paper is invited
to publish in various journals (all Web of Science/SCOPUS/ESCI indexed)
including best papers in SCIE
indexed Journal.
Submission site: http://ess.iccsa.org/cgi-bin/login.py
While submitting to the conference site, please select the track of your
submission "Tools and Techniques in Software Development Processes (TTSDP
2019)".
Please follow the IEEE proceedings guidelines for preparing your paper.
IEEE Proceedings Format:
http://www.ieee.org/web/publications/pubservices/confpub/AuthorTools/confer…
Special ISSUES:
In several countries, conference papers are not considered in the
evaluation of academic performances. In this point of view, we have decided
to publish the extended version of all presented papers in TTSDP in special
issues of several international journals. The papers will also be selected
for International Journal of Software Science and Computational
Intelligence (IJSSCI: Published by IGI global), International Journal of
Open Source Software and Processes (IJOSSP) (IGI Global, USA),
INTERNATIONAL JOURNAL OF INNOVATION (IJI-ESCI Indexed) and International
Journal of Human Capital Information(IGI Global) with the condition that
the papers should fall under the aim and scope of the said journals.
Remaining papers will be accommodated in an international journal: CJICT
(an Official Journal of Covenant University) and in several other journals
from renowned publishers such as - Inderscience, IGI etc. We are highly
thankful to the Management/Editor/Editorial committee of all these journals
for accepting the special issues/papers from our workshops.
A special issue of SCIE Journal is confirmed for best papers of the
software engineering symposiums and workshops@ICCSA 2019.
Important Dates
February 17, 2019: Deadline for abstract and paper submission
March 31, 2019: Notification of Acceptance
May 8, 2019: Early-bird Registration ends
May 8, 2019: Submission deadline for the final version of the Proceeding
Papers
July 1-4, 2019: ICCSA 2019 Conference
Organizing Chair
Prof. Sanjay Misra
Professor of Computer(Software) Engineering
Covenant University
sanjay.misra(a)covenantuniversity.edu.ng
Phone: +234 7030851086
Program Chair
Prof. Robertas damasevicius
Prof of Software engineering
Kaunas University of Technology, Lithuania
robertas.damasevicius(a)ktu.lt
International Programme Committee Members
Y. Wang, University of Calgary, Canada
Mario Fusani,National Research Council of Italy
Daniel Rodríguez, University of Alcalá, Spain
Robertas Damasevicius, Kaunas University of Technology, Lithuania
Reda Alhajj, University of Calgary, Canada
Emilia Mendes, Blekinge Institute of Technology, Sweden
Vahid Garousi, Hacettepe University Ankara, Turkey
Broderick Crawford, Pontificia Universidad Catolica De Valparaiso, PUCV,
Chile
Michel dos Santos Soares, Federal University of Sergipe, Brazil
V. B. Singh, University of Delhi, India
José Alfonso Aguilar,Universidad Autónoma de Sinaloa, Maxico
Ricardo Soto, Pontificia Universidad Catolica De Valparaiso,Chile
Eduardo Guerra, National Institute of space research, Sao Jose, Brazil
Murat Koyuncu, Atilim University, Turkey
Rytis Maskeliunas, Kaunas University of Technology, Lithuania
Tolga Pustali, Cankaya University, Turkey
Matthew O. Adigun, University of Zululand, South Africa
Cristina Casado Lumbreras, Universidad Carlos III de Madrid, Spain
Ibrahim Akman, Atilim University, Ankara, Turkey
Marco Crasso, UNICEN University, Argentina
Markus Holopainen, University of Helsinki, Finland
Takashi Michikawa, Research Center for Advanced Science and Technology
(RCAST), Japan
Cristian Mateos, UNICEN University, Argentina
Pham Quoc Trung, HCMC University of Technology, HCMC, Vietnam
Alejandro Zunino, UNICEN University, Argentina
Eudisley Anjos, Federal University of Paraiba (UFPB) – Brazil
Ravin Ahuja, University Of Delhi, India
Rinkaj Goyal, Guru Gobind Singh Indraprastha University, India
--
Sanjay Misra
<https://covenantuniversity.edu.ng/Profiles/Misra-Sanjay#.W6Psi2hKjDc>
Professor of Computer(Software) Engineering,
Department of Electrical and Information Engineering, Covenant University,
Ota, Nigeria
(Researchgate <https://www.researchgate.net/profile/Sanjay_Misra2>,
Researcherid <http://www.researcherid.com/rid/K-2203-2014>:K-2203-2014, DBLP
<http://dblp.uni-trier.de/pers/hd/m/Misra:Sanjay>, Google Scholar
<https://scholar.google.com/citations?user=AFjvjTgAAAAJ&hl=en>, Scopus
<http://www.scopus.com/authid/detail.uri?origin=AuthorProfile&authorId=56962…>)
Editor in Chief- (Call for Papers and book proposals)-
1. International Journal of Human Capital and Information Technology
Professionals
<https://www.igi-global.com/journal/international-journal-human-capital-info…>
(Clarivate Analytics(Web of Science), SCOPUS)
2. Advances in IT Personnel and Project Management
<https://www.igi-global.com/book-series/advances-personnel-project-managemen…>
(Clarivate Analytics(Web of Science), SCOPUS)
3. COVENANT JOURNAL OF INFORMATICS AND COMMUNICATION TECHNOLOGY
<https://journals.covenantuniversity.edu.ng/index.php/cjict>
4. INTERNATIONAL JOURNAL OF PHYSICAL SCIENCES
<https://academicjournals.org/journal/IJPS/editors>
ISSQ 2019 : Tenth International Symposium on Software Quality[image:
Facebook]
<http://www.facebook.com/sharer.php?u=http://www.wikicfp.com/cfp/servlet/eve…>[image:
Twitter]
<http://twitter.com/share?url=http://www.wikicfp.com/cfp/servlet/event.showc…>[image:
LinkedIn]
<http://www.linkedin.com/shareArticle?mini=true&url=http://www.wikicfp.com/c…>[image:
Google]
<https://plus.google.com/share?url=http://www.wikicfp.com/cfp/servlet/event.…>
Link: http://sq.covenantuniversity.edu.ng/
When Jul 1, 2019 - Jul 4, 2019
Where Saint Petersburg
Submission Deadline Feb 17, 2019
Notification Due Mar 31, 2019
Final Version Due May 8, 2019
*Categories* <http://www.wikicfp.com/cfp/allcat> software quality
assurance
<http://www.wikicfp.com/cfp/call?conference=software%20quality%20assurance>
various quality standards
<http://www.wikicfp.com/cfp/call?conference=various%20quality%20standards>
software quality practices
<http://www.wikicfp.com/cfp/call?conference=software%20quality%20practices>
software quality models
<http://www.wikicfp.com/cfp/call?conference=software%20quality%20models>
Call For Papers
ISSQ 2019 : Tenth International Symposium on Software
Quality(Springer-LNCS)
in conjunction with ICCSA 2019
(The accepted papers of ISSQ 2019 will be published in Lecture Notes in
Computer Science and extended version of all papers will be invited to
publish in several International Journals- All Web of Science/SCOPUS
Indexed Journals,A special issue of a SCIE Journal(Information Technology
and Control-Impact Factor-0.800) is also confirmed for best papers of the
software engineering symposiums and workshops@ICCSA 2019).
Following the grand success of ISSQ 2018(In Melbourne, Australia), ISSQ
2017(in Trieste, Italy), SQ 2016(in Beijing, China), SQ 2015(in Banff
Canada), SQ 2014 (in Guimaraes,Portugal), SQ 2013 (in Ho Chi Minh City,
Vietnam), SQ 2012 (in Salvador, Brazil), SQ 2011 in conjunction with ICCSA
2011 (in Santander,Spain), and SQ 2009 in ISCIS 2009 (in Middle East
Technical University North Cyprus Campus, Cyprus), the Tenth International
Symposium on Software Quality (ISSQ 2019) will be held in conjunction with
the 2019 International Conference on Computational Science and Applications
(ICCSA 2018), is scheduled to be held during July 1 - 4, 2019 in Saint
Petersburg, Russia in collaboration with the Saint Petersburg University,
Russia.
Submission deadline: February 17, 2019.
About the Workshop and Topics
This symposium extends the discussion of software quality issues in the
modern software development processes. It covers all the aspects of the
process and product quality, quality assurance and standards, quality
planning, quality control and software quality challenges. It also covers
the frontier issues and trends for achieving the quality objectives. It
includes a quality management process, the role of software metrics,
predictor metrics and control metrics, the role of measurement in accessing
the quality and limitations.
Topics include (related to quality issues in software, software
applications in any related area-cloud, agile, IoT, Big data, smart
applications)
but not limited to:
1. Software development fundamentals,
2. Extreme Programming (XP), Agile, Scrum,
3. Software requirements techniques,
4. Software testing & QA fundamentals,
5. Software testing models and approaches,
6. Software testing tools and frameworks,
7. Software test design,
8. Types of software maintenance,
9. Software maintenance process models,
10. Software maintenance standards,
11. Software maintenance tools
12. Software Reviews (SR)
13. Software Metrics (SM)
14. Software Process Assessment (SPA)
15. Software Process Improvement (SPI)
16. Software Standardization and Certification
ISSQ: 2019 invites you to submit your work that describes original and
significant contribution in all above-mentioned area of software
engineering processes. The paper submitted to ISSQ 2019 must not be
submitted elsewhere either in conference or journal.
Papers selected after peer review will be included in the conference
proceedings (after registration) and presented orally at the conference.
Publication
All contributions will be peer-reviewed and will be judged on their quality
and relevance. The accepted papers for SQ 2019 will be published in
Proceedings of ICCSA by Springer in Lecture Notes in Computer Science.
Please note that one of the authors of the accepted paper must register for
the conference. Extended and modified version of all accepted paper is
invited to publish in various journals (all SCIE/Web of Science/SCOPUS/ESCI
indexed) including best papers in SCIE indexed Journal*.
*A special issue of an SCIE Journal- Information Technology And Control(IF
0.800) is confirmed for best papers of the software engineering
symposiums(SEPA & ISSQ) and workshop(TTSDP)@ICCSA 2019).
Submission
Please submit your paper through the ICCSA 2019 conference website.
Submission site: http://ess.iccsa.org/cgi-bin/login.py
While submitting to the conference site, please check the track of your
submission "Software Quality (ISSQ 2019)"
Important Dates
February 17, 2019: Deadline for abstract and paper submission
March 31, 2019: Notification of Acceptance
May 8, 2019: Early-bird Registration ends
May 8, 2019: Submission deadline for the final version of the Proceeding
Papers
July 1-4, 2019: ICCSA 2019 Conference
Organizing Chair
Prof. Sanjay Misra
Professor of Computer Engineering,
Covenant University
Contact: ssopam(a)gmail.com
Programme Committee Chair
Dr. Luis Fernandez
Department of Computer Science
University De Alcala, Spain
International Programme Committee Members
Y. Wang, University of Calgary, Canada
Mario Fusani,National Research Council of Italy
Daniel Rodríguez, University of Alcalá, Ctra. Barcelona, Spain
Emilia Mendes, Blekinge Institute of Technology, Sweden
Robertas Damasevicius Kaunas University of Technology
Antonio de Amescua Seco, Universidad Carlos III de Madrid, Spain
Reda Alhajj, University of Calgary, Canada
Vahid Garousi, Hacettepe University Ankara, Turkey
Broderick Crawford, Pontificia Universidad Catolica De Valparaiso, PUCV,
Chile
Michel dos Santos Soares, Federal University of Sergipe, Brazil
V. B. Singh, University of Delhi, India
José Alfonso Aguilar,Universidad Autónoma de Sinaloa, Maxico
Ricardo Soto, Pontificia Universidad Catolica De Valparaiso,Chile
Eduardo Guerra, National Institute of space research, Sao Jose, Brazil
Murat Koyuncu, Atilim University, Turkey
Tolga Pustali, Cankaya University, Turkey
P. Debba, CSIR, South Africa
Cristina Casado Lumbreras, Universidad Carlos III de Madrid, Spain
Ibrahim Akman, Atilim University, Ankara, Turkey
Marco Crasso, UNICEN University, Argentina
Markus Holopainen, University of Helsinki, Finland
Takashi Michikawa, Research Center for Advanced Science and Technology
(RCAST), Japan
Cristian Mateos, UNICEN University, Argentina
Jose Luis Ordiales Coscia, UNICEN University, Argentina
Osman Abul, PhD, TOBB University of Economics and Technology, Ankara,
Turkey.
Pham Quoc Trung, HCMC University of Technology, HCMC, Vietnam
Alejandro Zunino, UNICEN University, Argentina
Eudisley Anjos, Federal University of Paraiba (UFPB) - Brazil
--
Sanjay Misra
<https://covenantuniversity.edu.ng/Profiles/Misra-Sanjay#.W6Psi2hKjDc>
Professor of Computer(Software) Engineering,
Department of Electrical and Information Engineering, Covenant University,
Ota, Nigeria
(Researchgate <https://www.researchgate.net/profile/Sanjay_Misra2>,
Researcherid <http://www.researcherid.com/rid/K-2203-2014>:K-2203-2014, DBLP
<http://dblp.uni-trier.de/pers/hd/m/Misra:Sanjay>, Google Scholar
<https://scholar.google.com/citations?user=AFjvjTgAAAAJ&hl=en>, Scopus
<http://www.scopus.com/authid/detail.uri?origin=AuthorProfile&authorId=56962…>)
Editor in Chief- (Call for Papers and book proposals)-
1. International Journal of Human Capital and Information Technology
Professionals
<https://www.igi-global.com/journal/international-journal-human-capital-info…>
(Clarivate Analytics(Web of Science), SCOPUS)
2. Advances in IT Personnel and Project Management
<https://www.igi-global.com/book-series/advances-personnel-project-managemen…>
(Clarivate Analytics(Web of Science), SCOPUS)
3. COVENANT JOURNAL OF INFORMATICS AND COMMUNICATION TECHNOLOGY
<https://journals.covenantuniversity.edu.ng/index.php/cjict>
4. INTERNATIONAL JOURNAL OF PHYSICAL SCIENCES
<https://academicjournals.org/journal/IJPS/editors>
----------------------------------------------------------------
Apologies if you receive multiple copies of this email.
-----------------------------------------------------------------
Dear Colleague,
This is an invitation to submit a contribution for the:
Computational and Applied Statistics (CAS 2019) https://cas2019.webnode.com/
Workshop of the 19th International Conference on Computational Science and
Applications (ICCSA 2019, http://www.iccsa.org/) will be held on July 1 - 4,
2019 in Saint Petersburg, Russia.
TOPICS
======
The aim of CAS workshop is to bring together scientists working in
computational statistics, scientific computation and applications in all
areas of sciences, engineering, industry, economics, life sciences and
social sciences.
Topics of interest include (but are not limited to):
* Computational Statistics: new issues in the design of computational
algorithms for implementing statistical methods, development in R, etc
* Applications: statistical case study in all areas of sciences,
engineering and industry, including economics, medicine, biology, earth
sciences and social sciences.
IMPORTANT DATES
================
February 17, 2019: Deadline for abstract and paper submission to the CAS
Workshop March 31, 2019: Notification of Acceptance.
May 8, 2019: Early-bird Registration ends.
May 8, 2019: Submission deadline for the final version of the Proceeding
Papers July 1-4, 2019: ICCSA 2019 Conference
PROCEEDINGS
============
The proceedings of the CAS 2019 Workshop will appear in the Springer-Verlag,
Lecture Notes in Computer Science (LNCS) series. The paper must be
camera-ready, between 10 and 16 pages long and formatted according to the
LNCS rules
SUBMISSION DETAILS
==================
All accepted papers will be included in the Springer Lecture Notes in
Computer Science (LNCS, http://www.springer.com/gp/computer-science/lncs )
series and indexed by Scopus, EI Engineering Index, Thomson Reuters
Conference Proceedings Citation Index (included in ISI Web of Science), and
several other indexing services. The papers will contain linked references,
XML versions and citable DOI numbers. Submitted papers will be subject to
stringent peer review by at least three experts and carefully evaluated
based on originality, significance, technical soundness, and clarity of
exposition.
The authors can submit abstracts and papers to your session accessing the
electronic submission site: http://ess.iccsa.org/ You can find the
instructions to prepare and submit papers on the web site:
http://www.iccsa.org/instructions-for-authors
If you are not registered, you must to register before the submission. From
the personal page the author is able to submit first an abstract (phase 1),
then a full paper (phase 2), selecting the session from the list of sessions
in the submission forms.
The author will be able to update the paper until the submission deadline.
ORGANIZER
===========
* Ana Cristina Braga (acb(a)dps.uminho.pt), Dep. of Production and Systems
(University of Minho), Algoritmi Research Centre (University of Minho),
Portugal If you have some doubts or problems, do not hesitate to contact the
organizer.
Best regards,
Ana Cristina Braga
(CAS 2019 organizer)
-----------------------------------------------------------------------
Reminder - Call for Papers
Ada-Europe 24th International Conference on
Reliable Software Technologies (Ada-Europe 2019)
10-14 June 2019, Warsaw, Poland
http://www.ada-europe.org/conference2019
Organized by EDC and Ada-Europe,
in cooperation with ACM SIGAda, SIGBED, SIGPLAN
and the Ada Resource Association (ARA)
*** DEADLINE 14 JANUARY 2019 ***
*** Web submission site open ***
-----------------------------------------------------------------------
*** General Information
Ada-Europe is pleased to announce that its 24th International
Conference on Reliable Software Technologies (Ada-Europe 2019)
will take place in Warsaw, Poland, in the week of 10-14 June.
The conference schedule at its fullest includes a three-day technical
program and vendor exhibition from Tuesday to Thursday, and parallel
tutorials and workshops on Monday and Friday.
This edition of the conference inaugurates a major revamp in the
registration fees, redesigned to extend participation from industry
and academia, and to reward contributors, especially but not solely,
students and post-doc researchers.
*** Schedule
14 January 2019: Submission of papers, industrial presentation
outlines, tutorial and workshop proposals
1 March 2019: Notification of acceptance to all authors
16 March 2019: Camera-ready version of papers required
30 April 2019: Industrial presentations, tutorial and workshop
material required
*** Topics
The conference is a leading international forum for providers,
practitioners and researchers in reliable software technologies.
The conference presentations will illustrate current work in the
theory and practice of the design, development and maintenance of
long-lived, high-quality software systems for a challenging variety of
application domains. The program will allow ample time for keynotes,
Q&A sessions and discussions, and social events. Participants include
practitioners and researchers from industry, academia and government
organizations active in the promotion and development of reliable
software technologies.
The topics of interest for the conference include but are not
limited to:
- Design and Implementation of Real-Time and Embedded Systems:
Real-Time Scheduling, Design Methods and Techniques, Architecture
Modelling, HW/SW Co-Design, Reliability and Performance;
- Design and Implementation of Mixed-Criticality Systems: Scheduling
Methods, Mixed-Criticality Architectures, Design Methods, Analysis
Methods;
- Theory and Practice of High-Integrity Systems: Medium to Large-Scale
Distribution, Fault Tolerance, Security, Reliability, Trust and
Safety, Languages Vulnerabilities;
- Software Architectures for Reliable Systems: Design Patterns,
Frameworks, Architecture-Centered Development, Component-based
Design and Development;
- Methods and Techniques for Quality Software Development and
Maintenance: Requirements Engineering, Model-driven Architecture and
Engineering, Formal Methods, Re-engineering and Reverse Engineering,
Reuse, Software Management Issues, Compilers, Libraries, Support
Tools;
- Ada Language and Technologies: Compilation Issues, Runtimes,
Ravenscar, Profiles, Distributed Systems, SPARK;
- Mainstream and Emerging Applications with Reliability
Requirements: Manufacturing, Robotics, Avionics, Space, Health
Care, Transportation, Cloud Environments, Smart Energy Systems,
Serious Games, etc;
- Achieving and Assuring Safety in Machine Learning Systems;
- Experience Reports in Reliable System Development: Case Studies
and Comparative Assessments, Management Approaches, Qualitative
and Quantitative Metrics;
- Experiences with Ada: Reviews of the Ada 2012 language features,
implementation and use issues, positioning in the market and in the
software engineering curriculum, lessons learned on Ada Education
and Training Activities with bearing on any of the conference topics.
*** Call for Regular Papers
The regular papers submitted to the conference must be original and
shall undergo anonymous peer review. The authors shall submit their
work by 14 January 2019, in PDF only, and up to 16 LNCS-style pages
in length, via https://easychair.org/conferences/?conf=ae2019.
The conference is listed in the principal citation databases, including
DBLP, Scopus, Web of Science, and Google Scholar. The authors of the
papers that will appear in the conference proceedings will be invited
to extend their work for submission to a Special Issue of Elsevier's
Journal of Systems Architecture, centered on the conference themes.
*** Proceedings
The conference proceedings will appear in Springer's Lecture Notes
in Computer Science (LNCS) series, and will be available at the
conference, both online and in print. The authors of accepted
regular papers shall prepare camera-ready submissions in full
conformance with the LNCS style, strictly by 16 March 2019.
For format and style guidelines, the authors should refer to
http://www.springer.de/comp/lncs/authors.html. Failure to comply and
to register at least one author for the conference by that date will
prevent the paper from appearing in the proceedings.
*** Call for Industrial Presentations
The conference seeks industrial presentations that deliver
insightful information value but may not sustain the strictness
of the review process required for regular papers. The authors
of industrial presentations shall submit their proposals, of at
least 1 page in length, by 14 January 2019, strictly in PDF, via
https://easychair.org/conferences/?conf=ae2019.
The Industrial Committee will review the submissions anonymously
and make recommendations for acceptance. The authors of accepted
contributions shall be requested to submit a 2-page abstract by 16
March 2019, for inclusion in the conference booklet, and be invited to
deliver a 20-minute talk at the conference. These authors will also
be invited to expand their contributions into articles for publication
in the Ada User Journal (http://www.ada-europe.org/auj/), as part of
the proceedings of the Industrial Program of the Conference. For any
further information, please contact the Industrial Chair directly.
*** Awards
Ada-Europe will offer honorary awards for the best regular paper and
the best presentation.
*** Call for Educational Tutorials
The conference seeks tutorials in the form of educational seminars that
may include hands-on or practical demonstrations. Proposed tutorials
can address any part of the reliable software domain, and may have an
academic or industrial slant from technology perspective. All software
topics and their application to reliability and safety are welcome.
Tutorial proposals shall include a title, an abstract, a description of
the topic, an outline of the presentation, the proposed duration (half
day or full day), and the intended level of the tutorial (introductory,
intermediate, or advanced), and most importantly a statement expressing
why it will be worthwhile to attend the tutorial. Tutorial proposals
shall be submitted to the Educational Tutorial Chair.
The authors of accepted full-day tutorials will receive a complimentary
conference registration. For half-day tutorials, this benefit is
halved. The Ada User Journal will offer space for the publication
of summaries of the accepted tutorials.
*** Call for Workshops
Workshops on themes within the conference scope may be proposed.
Proposals may be submitted for half- or full-day events, to be
scheduled at either end of the conference week. Workshop proposals
shall be submitted to the Workshop Chair. The workshop organizer
shall also commit to producing the proceedings of the event, for
publication in the Ada User Journal.
*** Call for Exhibitors
The commercial exhibition will span the core days of the main
conference. Interested providers of software products and services
should send inquiries to the Exhibition Chair.
*** Venue
The conference will take place in Warsaw, Poland, at the Engineering
Design Center, a partnership of General Electric and the Institute of
Aviation, one of Europe's largest engineering institutions.
*** Organizing Committee
Conference & Program Chair
Tullio Vardanega, University of Padua, Italy
tullio.vardanega at unipd.it
Educational Tutorial & Workshop Chair
Dene Brown, SysAda Ltd, UK
dene.brown at sysada.co.uk
Industrial Chair
Maurizio Martignano, Spazio IT, Italy
maurizio.martignano at spazioit.com
Exhibition & Sponsorship Chair
Ahlan Marriott, White Elephant GmbH, Switzerland
software at white-elephant.ch
Publicity Chair
Dirk Craeynest, Ada-Belgium & KU Leuven, Belgium
dirk.craeynest at cs.kuleuven.be
Local Chair
Maciej Sobczak, GE Aviation - EDC Warsaw, Poland
maciej.sobczak at ge.com
*** Program Committee
Mario Aldea, Univ. de Cantabria, ES
Johann Blieberger, Vienna Univ. of Technology, AT
Bernd Burgstaller, Yonsei Univ., KR
António Casimiro, Univ. Lisboa, PT
Barbara Gallina, Mälardalen Univ., SE
Michael González Harbour, Univ. de Cantabria, ES
J. Javi Gutiérrez, Univ. de Cantabria, ES
Jérôme Hugues, ISAE, FR
Hubert Keller, Karlsruhe Institute of Technology, DE
Raimund Kirner, Univ. of Hertford-shire, UK
Franco Mazzanti, ISTI-CNR, IT
Laurent Pautet, Telecom ParisTech, FR
Luís Miguel Pinho, CISTER/ISEP, PT
Erhard Plödereder, Univ. Stuttgart, DE
Juan A. de la Puente, Univ. Pol. de Madrid, ES
Jorge Real, Univ. Pol. de València, ES
José Ruiz, AdaCore, FR
Sergio Sáez, Univ. Pol. de València, ES
Elad Schiller, Chalmers Univ. of Technology, SE
Frank Singhoff, Univ. de Bretagne Occidentale, FR
Jorge Sousa Pinto, Univ. of Minho, PT
Tucker Taft, AdaCore, USA
Elena Troubitsyna, Åbo Akademi Uni., FI
Santiago Urueña, GMV, ES
Tullio Vardanega, Univ. of Padua, IT
Marcus Völp, Univ. of Luxembourg, LU
*** Industrial Committee
Ian Broster, Rapita Systems, UK
Dirk Craeynest, Ada-Belgium & KU Leuven, BE
Gonçalo Gouveia, Critical Techworks, PT
Thomas Gruber, Austrian Institute of Technology, AT
Andreas Jung, European Space Agency, NL
Ismael Lafoz, Airbus Military, ES
Patricia Lopez Cueva, Thales Alenia Space, FR
Ahlan Marriott, White Elephant, CH
Maurizio Martignano, Spazio-IT, IT
Silvia Mazzini, Intecs, IT
Marco Panunzio, Thales Alenia Space, FR
Paul Parkinson, Wind River, UK
Jean-Pierre Rosen, AdaLog, FR
José Emilio Salazar Marsà, GMV, ES
Helder Silva, Edisoft, PT
Pawel Zakrzewski, GE Aviation, PL
*** Previous Editions
Ada-Europe organizes annual international conferences since the early
80's. This is the 24th event in the Reliable Software Technologies
series, previous ones being held at Montreux, Switzerland ('96),
London, UK ('97), Uppsala, Sweden ('98), Santander, Spain ('99),
Potsdam, Germany ('00), Leuven, Belgium ('01), Vienna, Austria
('02), Toulouse, France ('03), Palma de Mallorca, Spain ('04), York,
UK ('05), Porto, Portugal ('06), Geneva, Switzerland ('07), Venice,
Italy ('08), Brest, France ('09), Valencia, Spain ('10), Edinburgh, UK
('11), Stockholm, Sweden ('12), Berlin, Germany ('13), Paris, France
('14), Madrid, Spain ('15), Pisa, Italy ('16), Vienna, Austria ('17),
and Lisbon, Portugal ('18).
Information on previous editions of the conference can be found at
http://www.ada-europe.org/confs/ae.
-----------------------------------------------------------------------
Our apologies if you receive multiple copies of this announcement.
Please circulate widely.
Dirk.Craeynest(a)cs.kuleuven.be, Ada-Europe 2019 Publicity Chair
*** Ada-Europe 24th Intl. Conf. on Reliable Software Technologies ***
June 10-14, 2019 * Warsaw, Poland * www.ada-europe.org/conference2019
[Sorryif you get multiple copies of this message]
Call for Papers and Participation
The 2019 High Performance Computing& Simulation Conference
(HPCS 2019)
July 15 - 19, 2019
Dublin, Ireland
http://hpcs2019.cisedu.info/ or http://conf.cisedu.info/rp/hpcs19
In Cooperation with the ACM, IEEE, IFIP
(Main Track Paper Submission Deadline: February 21, 2019)
(Other Conference tracks may have different submissiondeadlines - Please check the specific track of interest at links below.)
You are cordially invited to participate in this internationalconference through paper submission, a track, a workshop or a special sessionorganization, a tutorial, an invited speech, a demo, a poster, an exhibit, apanel discussion, a doctoral dissertation abstract, whichever sounds moreappropriate and convenient to you.
The conference will include invited presentations by experts fromacademia, industry, and government as well as contributed paper presentationsdescribing original work on the current state of research in high performanceand large scale computing systems, architectures and systems, algorithms, languages,software and middleware in HPC systems, Cloud and Edge Computing, DataSciences, applications-oriented high performance, HPC use in modeling andsimulation, and related issues. There will also be tutorial sessions, symposia,workshops, special sessions, demos, posters, panel discussions, doctoralcolloquium, and exhibits. Conference sponsorships are welcomed.
Inaddition to the main track, the conference will have many refereed archived symposia, workshops and special sessions (may have different deadlines): Please see the following lists and check thespecific track of interest (coming soon). So far we have the following tracks:
Symposia: http://hpcs2019.cisedu.info/2-conference/symposia
Workshops:http://hpcs2019.cisedu.info/2-conference/workshops
Special Sessions: http://hpcs2019.cisedu.info/2-conference/special-sessions
SPECIAL ISSUE
Authorsof selected papers will be invited to submit an extended version of their work forone or more special issues in ISI indexed Journals.
HPCSProceedings are published in IEEE XPLORE and indexed by all major indexingservices including SCOPUS, EI, SCI, dblp, etc.
=================================================================
ImportantDates:
Main Track Paper and Poster Paper Submission Deadline———- February 21, 2019
Tutorial/Demo/Panel/Poster Proposal Deadline ——————- —- February 28, 2019
Notification of Acceptance starts ———————-————-- —- March25, 2019
Registration & Camera-Ready Manuscripts Due —————--——April 25, 2019
Conference Dates —————————————————--- —— July 15 - 19, 2019
=================================================================
Forfurther details and updates, please consult the conference web site at URL: http://hpcs2019.cisedu.info/ or http://conf.cisedu.info/rp/hpcs19 or contact one of the conference organizers.
Welook forward to your contributions and to seeing you in Dublin, Ireland in July.
Thankyou very much. Happy Holidays and HappyNew Year.
HPCS2019 Organizers