[Please accept our apologies if you receive multiple copies of this Call for Paper (CFP).]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
IEEE EdgeCom2019
- The 5th IEEE International Conference on Edge Computing and Scalable Cloud -
June 21–23, 2019
Paris, France
http://www.cloud-conf.net/cscloud/2019/ssc/index.html
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
INTRODUCTION
With edge devices (e.g. mobile phones, wearable devices, and IoT devices) are universally used and become more powerful, edge computing has evolved to a new computing paradigm where computing tasks are completed closer to data sources (i.e. at edge) rather than in a centralized location (e.g. in cloud). Compared with cloud computing, edge computing has many advantages: 1) Services can be done without network access. 2) Users can choose not to upload private data in exchange of cloud services. 3) Real-time service with extremely low latency is possible without the overhead of moving data to the cloud. However, the restricted resources (e.g., computation, DRAM space, and battery) of edge devices bring many new challenges to edge computing as well. IEEE Edgecom 2019 provides a forum for researchers and engineers from academia and industry to present innovative research and best practices in edge computing, discuss the opportunities and challenges that arise from rethinking cloud computing architectures and embracing edge computing.
TOPIC
IEEE Edgecom 2019 welcomes contributions from diverse perspectives of edge computing, which include (but are not limited to) the following topics:
- Edge computing in IoT
- Security and fault tolerance for embedded or ubiquitous systems
- Privacy protection in edge computing
- Software/Algorithm optimization for edge computing
- Cyber security in mobile embedded systems
- Edge computing infrastructure
- Workload characterization and analysis of applications running on edge devices
- Digital forensics and privacy issues in cloud computing
- Cyber monitoring approaches
- Case studies of real-world edge computing applications
- Monitoring and diagnosis tools for edge computing
- Social engineering, insider threats, advance spear phishing
- On-device artificial intelligence
- Heterogeneous clouds and vulnerabilities
- Secure methods for heterogeneous cloud resource sharing
- Architecture support for edge computing
- Cloud-based audio/video streaming techniques
- Energy efficient edge computing
- Case studies for cyber security applications
- Cloud-based real-time multimedia techniques
- New attack methods and applications
- Green cloud computing
- Quality of Service (QoS) improvements techniques
- Edge-Cloud coordinated computing
- Cloud-based sensor network and security issues
PAPER SUBMISSION
Prospective authors are invited to submit papers via Easychair (https://easychair.org/conferences/?conf=ieeeedgecom2019). The submissions should be formatted with the IEEE 8.5 x 11 inches two-column format with 10-12 point font.
Detailed formatting and submission instructions are available at the conference website (http://www.cloud-conf.net/cscloud/2019/ssc/submission.html).
IMPORTANT DATES
Paper submission: March 15, 2019 (extended)
Notification of acceptance: April 15, 2019
Final manuscript submission: May 15, 2019
For further information, please contact: han.qiu(a)telecom-paristech.fr.
CALL FOR FULL PAPERS, SHORT PAPERS, POSTER PAPERS, OR POSTERS
-----------------------------------------------------------------------------------------
The Second Special Session on Compiler Architecture, Design and Optimization (CADO 2019)
http://hpcs2019.cisedu.info/2-conference/special-sessions/session04-cado
July 15 – 19, 2019,
Dublin, Ireland
We invite you to submit original, unpublished research works related to compiler architecture,
design and optimization of high performance computing systems to CADO. The topics of interest
include, but are not limited to:
• Compiler abstraction and intermediate representations
• Integration of language features, representations, optimizations, and runtime support for
parallelism
• Auto-parallelization
• Binary translation
• Compiler-support for parallelism mapping, thread extraction, task scheduling, speculation,
transaction, memory management, data distribution and synchronization
• Compiler support for multi-core architectures, GPUs, CGRAs, FPGAs, and accelerators
• Interpretation techniques, including program representation, analysis, and transformation;
• Code generation, optimization, synthesis and verification
• Run-time techniques and just-in-time compilation
• Platforms, tools, debuggers, and profilers
• Domain specific languages and frameworks (machine learning, scientific computing, data science,
...)
• Domain specific techniques (e.g., mobile environments, embedded systems, ...)
• Distributed computing and communication avoiding algorithms
Important dates:
----------------
Paper submission deadline: ........................... 25 March, 2019 -- Extended
Acceptance notification: ............................. 22 April, 2019
Camera ready papers and registration due by: ......... 10 May, 2019
Conference dates: .................................... 15-19 July, 2019
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. We plan to have the
proceedings formally published in hard and soft copies and be available at the time of the
conference. The proceedings will be submitted to the IEEE Xplore Digital Library (pending) as in
previous years. Selected papers will be further considered for possible publication in special
issues in reputable ranked international journals.
More information (conference policies, paper submission information, program pommittee) is available
on the dedicated web page: http://hpcs2019.cisedu.info/2-conference/special-sessions/session04-cado
Program committee:
------------------
Rosa M. Badia, Barcelona Supercomputing Center, Spain
Denis Barthou, University of Bordeaux, France
Cédric Bastoul, University of Strasbourg, France
Michael Klemm, Intel, Germany
Sriram Krishnamoorthy, Pacific Northwest National Lab, USA
Tze Meng Low, Carnegie Mellon University, USA
Benoît Meister, Reservoir Labs, New York, USA
Louis-Noël Pouchet, Colorado State University, USA
Fabrice Rastello, Inria Grenoble, France
Mahesh Ravishankar, NVIDIA, USA
Erven Rohou, INRIA Rennes, France
P Sadayappan, Ohio State University, USA
Regards,
Philippe Clauss (philippe.clauss(a)inria.fr), INRIA/University of Strasbourg
Aravind Sukumaran-Rajam (sukumaranrajam.1(a)osu.edu), Ohio State University
Organizers of CADO 2019
CALL FOR PAPERS
ARRAY 2019
6th ACM SIGPLAN International Workshop on
Libraries, Languages and Compilers for Array Programming
co-located with PLDI 2019 at ACM FCRC
22nd June 2019, Phoenix, Arizona
https://pldi19.sigplan.org/
ABOUT
Array-oriented programming offers a unique blend of programmer productivity and high-performance parallel execution. As an abstraction, it directly mirrors high-level mathematical constructions commonly used in many fields from natural sciences over engineering to financial modelling. As a language feature, it exposes regular control flow, exhibits structured data dependencies, and lends itself to many types of program analysis. Furthermore, many modern computer architectures, particularly highly parallel architectures such as GPUs and FPGAs, lend themselves to efficiently executing array operations.
This workshop is intended to bring together researchers from many different communities, including language designers, library developers, compiler researchers and practitioners who are using or working on numeric, array-centric aspects of programming languages, libraries and methodologies from all domains: imperative or declarative; object-oriented or functional; interpreted or compiled; strongly typed, weakly typed or untyped.
TOPICS
The ARRAY series of workshops explores:
- formal semantics and design issues of array-oriented languages and libraries;
- productivity and performance in compute-intensive application areas of array programming;
- systematic notation for array programming, including axis- and index-based approaches;
- intermediate languages, virtual machines, and program-transformation techniques for array programs;
- representation of and automated reasoning about mathematical structure, such as static and dynamic sparsity, low-rank patterns, and hierarchies of these, with connections to applications such as graph processing, HPC, tensor computation and deep learning;
- interfaces between array- and non-array code, including approaches for embedding array programs in general-purpose programming languages; and
- efficient mapping of array programs, through compilers, libraries, and code generators, onto execution platforms, targeting multi-cores, SIMD devices, GPUs, distributed systems, and FPGA hardware, by fully automatic and user-assisted means.
Array programming is at home in many communities, including language design, library development, optimization, scientific computing, and across many existing language communities. ARRAY is intended as a forum where these communities can exchange ideas on the construction of computational tools for manipulating arrays.
IMPORTANT DATES
Paper submissions: 8th April, 2019 (anywhere on earth)
Notification of authors: 27th April, 2019
Camera-ready copies due: 10th May, 2019
Workshop date: 22nd June, 2019
SUBMISSIONS
Submissions are welcome in two categories: full papers and extended abstracts. All submissions should be formatted in conformance with the ACM SIGPLAN proceedings style. Accepted submissions in either category will be presented at the workshop.
Full papers may be up to 12pp, on any topic related to the focus of the workshop. They will be thoroughly reviewed according to the usual criteria of relevance, soundness, novelty, and significance; accepted submissions will be published in the ACM Digital Library.
Extended abstracts may be up to 2pp; they may describe work in progress, tool demonstrations, and summaries of work published in full elsewhere. The focus of the extended abstract should be to explain why the proposed presentation will be of interest to the ARRAY audience. Submissions will be lightly reviewed only for relevance to the workshop, and will not published in the DL.
Whether full papers or extended abstracts, submissions must be in PDF format, printable in black and white on US Letter sized paper. Papers must adhere to the standard SIGPLAN conference format: two columns, nine-point font on a ten-point baseline, with columns 20pc (3.33in) wide and 54pc (9in) tall, with a column gutter of 2pc (0.33in). A suitable document template for LaTeX is available at http://www.sigplan.org/Resources/Author/.
Papers must be submitted using EasyChair: https://easychair.org/conferences/?conf=array2019.
AUTHORS TAKE NOTE: The official publication date of full papers is the date the proceedings are made available in the ACM Digital Library. This date may be up to two weeks prior to the workshop. The official publication date affects the deadline for any patent filings related to published work.
ORGANIZING COMMITTEE
Jeremy Gibbons, University of Oxford, UK (chair)
PROGRAMME COMMITTEE
Paolo Bientinesi, Umeå University, SE
Christophe Dubach, University of Edinburgh, UK
Vinod Grover, NVIDIA, US
Magne Haveraaen, University of Bergen, NO
Troels Henriksen, University of Copenhagen, DK
Tze Meng Low, Carnegie-Mellon University, US
Hidehiko Masuhara, Tokyo Institute of Technology, JP
Trevor L. McDonell, Utrecht University, NL
Lenore Mullin, SUNY Albany, US
Tatiana Shpeisman, Google Brain, US
ARRAY 2019 is sponsored by ACM SIGPLAN. Student presenters of accepted submissions are eligible to apply to the SIGPLAN PAC (http://sigplan.org/PAC/) for travel funding.
Jeremy.Gibbons(a)cs.ox.ac.uk
Oxford University Department of Computer Science,
Wolfson Building, Parks Road, Oxford OX1 3QD, UK.
☎ +44 1865 283521
http://www.cs.ox.ac.uk/people/jeremy.gibbons/
Job Posting: Assistant Professor -- Systems and Computer Engineering
(Software) at Carleton University, Ottawa, Canada
The Department of Systems and Computer Engineering invites applications from qualified candidates for a preliminary appointment in Software Engineering at the rank of Assistant Professor, beginning July 1, 2019. The candidate should have an established research record in one or more of the fundamental aspects of software engineering. We invite applicants possessing leadership qualities and strong interpersonal skills, eager to build a strong, externally funded, visible, innovative, and internationally recognized research program.
Please find below the full description of the position. Please note that this position is for the broader field of software, and includes (but is not limited to) areas such as: database systems, web engineering, distributed systems, operating systems, multi-agent systems, cloud computing, software development tools, network software.
https://carleton.ca/provost/2019/assistant-professor-systems-and-computer-e…
The department is also offering numerous funded Postdoctoral and PhD positions in numerous areas, ranging from Software Engineering, Cyber-Physical Systems, Networking and Communication, Autonomous computing and AI. Numerous scholarships are available (in particular for Domestic students at the level of Masters or PhD). If interested, contact the Associate Chair for Graduate Studies (gchair(a)sce.carleton.ca).
[apologies for duplicated postings – problems/issues: contact
vsim-conf-owner(a)sce.carleton.ca]
[Sorry if you get multiple copies of this message]
Call for Papers and Participation
The 2019 High Performance Computing & Simulation Conference
(HPCS 2019)
The 17th Annual Meeting
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: March 25, 2019 - Extended)
(Other Conference tracks may have different submission deadlines -
Please check the specific track of interest at links below.)
You are cordially invited to participate in this international
conference through paper submission, a track, a workshop or a special
session organization, a tutorial, an invited speech, a demo, a poster,
an exhibit, a panel discussion, a doctoral dissertation abstract,
whichever sounds more appropriate and convenient to you.
The conference will include invited presentations by experts from
academia, industry, and government as well as contributed paper
presentations describing original work on the current state of research
in high performance and large scale computing systems, architectures and
systems, algorithms, languages, software and middleware in HPC systems,
Cloud and Edge Computing, Data Sciences, applications-oriented high
performance, HPC use in modeling and simulation, and related issues.
There will also be tutorial sessions, symposia, workshops, special
sessions, demos, posters, panel discussions, doctoral colloquium, and
exhibits. Conference sponsorships are welcomed.
In addition 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 the specific 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
Authors of selected papers will be invited to submit an extended version
of their work for one or more special issues in ISI indexed Journals.
HPCS Proceedings are published in IEEE XPLORE and indexed by all major
indexing services including SCOPUS, EI, SCI, dblp, etc.
=================================================================
Important Dates:
Main Track Paper and Poster Paper Submission Deadline - March 25, 2019 -
Extended
Tutorial/Demo/Panel/Poster Proposal Deadline ---------- March 25, 2019
Main Track Notification of Acceptance starts --------- April 22, 2019
Registration & Camera-Ready Manuscripts Due ----------- May 10, 2019
Conference Dates -------------------------------------- July 15 - 19, 2019
=================================================================
For further 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.
We look forward to your contributions and to seeing you in Dublin,
Ireland in July.
Thank you very much. Best Regards.
HPCS 2019 Organizers
WPDM 2019
The Third International Workshop on Parallel and Distributed Data Mining (WPDM 2019)
http://sara.unisalento.it/~cafaro/WPDM2019/
CALL FOR PAPERS
The Third Workshop on Parallel and Distributed Data Mining (WPDM 2019) will be held in conjunction with The 19th International Conference on Computational Science and Its Applications (ICCSA 2019), http://www.iccsa.org
Saint Petersburg University, Saint Petersburg, Russia July 1-4 2019
Submission Deadline extended to: March 3, 2019
SCOPE AND OBJECTIVES
The Workshop on Parallel and Distributed Data Mining is an international forum which brings together researchers and practitioners working on different high-performance aspects of data mining algorithms, enabling novel applications. Data mining techniques and algorithms to process huge amount of data in order to extract useful and interesting information have become popular in many different contexts. Algorithms are required to make sense of data automatically and in efficient ways. Nonetheless, even though sequential computer systems performance is improving, they are not suitable to keep up with the increase in the demand for data mining applications and the data size. Moreover, the main memory of sequential systems may not be enough to hold all the data related to current applications. Therefore, there is an increasing interest in the design and implementation of parallel data mining algorithms. On parallel computers, by exploiting the vast aggregate main memory and processing power of processors and accelerators, parallel algorithms can easily address both the running time and memory requirement issues. Anyway, parallelizing existing algorithms in order to achieve good performance and scalability with regard to massive datasets is not trivial. Indeed, it is of paramount importance a good data organization and decomposition strategy in order to balance the workload while minimizing data dependences. Another concern is related to minimizing synchronization and communication overhead. Finally, I/O costs should be minimized as well. The Workshop will allow exchanging ideas and results related to on-going research, focusing on high-performance aspects of data mining algorithms and applications. Creating breakthrough parallel algorithms for high-performance data mining applications requires addressing several key computing problems which may lead to novel solutions and new insights in interdisciplinary applications. The focus of the workshop is on all forms of advances in high-performance data mining algorithms and applications, and related topics.
The WPDM Workshop topics include (but are not limited to) the following:
- Parallel data mining algorithms using MPI and/or OpenMP
- Parallel data mining algorithms targeting GPUs and many-cores accelerators
- Parallel data mining applications exploiting FPGA
- Distributed data mining algorithms
- Benchmarking and performance studies of high-performance data mining applications
- Novel programming paradigms to support high-performance computing for data mining
- Performance models for high-performance data mining applications and middleware
- Programming models, tools, and environments for high-performance computing in data mining
- Caching, streaming, pipelining, and other optimization techniques for data management in high-performance computing for data mining
INSTRUCTIONS FOR PAPER SUBMISSIONS
You are invited to submit original and unpublished research works on above topics. Submitted papers must not have been published or simultaneously submitted elsewhere. The submitted paper must be between 10 to 16 pages long and formatted according to the Springer LNCS (Lecture Notes in Computer Science) rules, Guidelines and templates can be found at the url http://www.springer.com/it/computer-science/lncs/conference-proceedings-gui…
To submit a paper, please connect to the Submission site from the link available at the ICCSA 2019 web site: http://ess.iccsa.org.
Only papers submitted through the electronic system and strictly adhering to the relevant format will be considered for reviewing and publication. Please pay attention, when submitting your contribution to the workshop, to select the right entry in the listbox shown in the submission form.
CONFERENCE POLICY
By submitting the paper to ICCSA conference, all authors agree to abide by all ICCSA conference paper submission, publication and presentation policies. Namely, authors confirm that the work is original, has not appeared in literature in any form in the past and will not be submitted to any other venue concurrently with ICCSA submission or until it appears in ICCSA proceedings (in the case of acceptance). Furthermore, upon paper acceptance, authors agree to transfer copyright on the accepted paper to ICCSA, and one of the authors will register the paper and present the paper at the event. No paper withdrawals can be accepted after Conference pre-registration date or within three months of the actual event, whichever date comes first. Paper withdrawal request can be only accepted in writing through email, letter or fax to conference organizers. The conference has no responsibility for any intentional or accidental misuse, misinterpretation, or failure to follow above rules and conditions and holds no legal, civil or other responsibility for opinions, content or utilization of any methods/algorithms expressed in the Conference Proceedings.
If you have any questions about paper submission or the workshop, please contact the workshop organisers.
IMPORTANT DATES
March 3, 2019: Deadline for 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 Papers
July 1-4, 2019: ICCSA 2019 Conference
WORKSHOP ORGANIZERS
Massimo Cafaro
University of Salento, Italy
Phone: +39 0832 297371
Fax: +39 0832 297235
Email: massimo.cafaro(a)unisalento.it
Italo Epicoco
University of Salento, Italy
Phone: +39 0832 297235
Fax: +39 0832 297235
Email: italo.epicoco(a)unisalento.it
Marco Pulimeno
University of Salento, Italy
Phone: +39 0832 297371
Fax: +39 0832 297235
Email: marco.pulimeno(a)unisalento.it
Giovanni Aloisio
University of Salento & Euro Mediterranean Center on Climate Change Foundation, Italy
Phone: +39 334 6501704
Fax: +39 0832 297235
Email: giovanni.aloisio(a)unisalento.it
All submitted papers will be reviewed by the workshop technical program committee members.
International Program Committee:
Alfredo Cuzzocrea, University of Trieste and ICAR-CNR, Italy
Bronis R. de Supinski, Lawrence Livermore National Laboratory, USA
Giuseppe Di Fatta, University of Reading, UK
Ann Gordon-Ross, University of Florida, USA
Kenli Li, Hunan University, China
Donato Malerba, University of Bari, Italy
Barbara Masucci, University of Salerno, Italy
Mitsunori Ogihara, University of Miami, USA
Takahiko Shintani, The University of Electro-Communications , Japan
Domenico Talia, University of Calabria, Italy
Paolo Trunfio, University of Calabria, Italy
Jeffrey D. Ullman, Stanford University, USA
Laurence T. Yang, St Francis Xavier University, Canada
-
************************************************************************************
Massimo Cafaro, Ph.D.
Associate Professor
Dept. of Engineering for Innovation
University of Salento, Lecce, Italy
Via per Monteroni
73100 Lecce, Italy
Voice/Fax +39 0832 297371
Web http://sara.unisalento.it/~cafaro
E-mail massimo.cafaro(a)unisalento.it
cafaro(a)ieee.org
cafaro(a)acm.org
CMCC Foundation
Euro-Mediterranean Center on Climate Change
Via Augusto Imperatore, 16 - 73100 Lecce
massimo.cafaro(a)cmcc.it
************************************************************************************
Dear Sir, dear Madam,
Please, can you pass this announcement also to interested colleagues.
Kind regards
==========================================================================
CALL FOR PAPERS
The 6th Special Session on High Performance Computing for Application
Benchmarking and Optimization (HPBench 2019)
As part of the International Conference on High Performance Computing &
Simulation (HPCS 2019)
http://hpcs2019.cisedu.info/ or http://conf.cisedu.info/rp/hpcs19
Dublin, Ireland
==========================================================================
Benchmarking is an essential aspect of modern high performance computing
and computational science, and as such, it provides a means for quantifying
and comparing the performance of different computer systems.
With a large combination of aspects to benchmark, all the way from the
capability of a single core, to cluster configuration, and to various
software configurations, the benchmarking process is more of an art than
science. However, the results of this process drive modern science and are
vital for the community to draw sensible conclusions on the performance of
applications and systems.
This special session focuses on research work aimed at benchmarking modern
parallel and distributed systems for addressing a number of real world
problems. As such, contributions concerning the definition of new open
platforms, new benchmarks to match modern architectural evolutions, studies
on the aspects of benchmarking different aspects of systems (from raw
runtime performance to energy consumption to energy consumed per data
movement) and mathematical foundations of benchmarking are sought.
IMPORTANT DATES :
Papers Due: 28 February 2019
Author Notification: 22 March 2019
Camera-Ready Submission: 19 April 2019
Conference Dates: 15-19 July 2019
TOPICS :
The HPBench topics of interest include, but are not limited to
-Open Platforms for Parallel and Distributed Application Benchmarking and
Optimization
-Benchmarking on the Cloud
-Benchmarking of Clusters, Supercomputers, and large-scale systems
-Benchmarking the Performance of I/O
-Benchmarking of Energy and Energy Efficiency
-Benchmarking Web Services
-Virtualization for Distributed Benchmarking
-Data Distribution for Benchmarking
-Performance results of benchmarks on modern platforms
-Scalability Aspects of Benchmarking Parallel Applications on Parallel and
Distributed Systems
-Benchmarking of Parallel Scientific and Business Applications
-Performance of Benchmarking Applications (Eg: NAS parallel benchmarks)
-Techniques, frameworks and results concerning the benchmarking of library
packages
-Tools and frameworks for performance modeling systems and applications
-Tools and frameworks for simulation, measurement and monitoring
-Performance Measurements, Monitoring, Modeling and Simulation
-Domain-specific benchmarks and applications (such as image processing,
pattern recognition, cryptography, biometrics, differential equation
solvers, signal processing and alike)
-Mathematical Foundations of Benchmarking, Metrics and Heuristics
GENERAL CHAIRS :
- Samar Aseeri, King Abdullah University of Science and Technology, Saudi
Arabia
- Luigi Iapichino, Leibniz Supercomputing Centre (LRZ), Germany
- Laurent Lefevre, INRIA, ENS Lyon, France
TECHNICAL PROGRAM COMMITTEE:
- Cosimo Anglano, Universitá del Piemonte Orientale, Italy
- Daniel Balouek-Thomert, Rutgers University, USA
- Fabio Baruffa, Intel, Germany
- Suren Byna, Lawrence Berkeley National Laboratory, California, USA
- Jesus Carretero, Universidad Carlos III de Madrid, Spain
- Douglas Doerfler, Lawrence Berkeley National Laboratory, California, USA
- Zhiyi Huang, University of Otago, New Zealand
- Clay Hughes, Sandia National Laboratories, New Mexico, USA
- Aleksandar Ilic, Universidade de Lisboa, Portugal
- Bok Jik Lee, Gwangju Institute of Science and Technology, Korea
- Ravi Reddy Manumachu, University College Dublin, Ireland
- Dana Petcu, West University of Timisoara, Romania
- Ivan Rodero, Rutgers University, USA
- Gudula Rünger, Technische Universität Chemnitz, Germany
- Domenico Talia, Università della Calabria, Rende, Italy
*********************************************************************
For more information see
http://hpcs2019.cisedu.info/2-conference/special-sessions/session02-hpbench
Kind Regards
--
Samar Aseeri, PhD
Computational Scientist
Extreme Computing Research Center (ECRC)
Building 1 -Office: 0128
*King Abdullah University of Science & Technology*
Thuwal, Saudi Arabia
Email: samar.aseeri(a)kaust.edu.sa
--
This message and its contents, including attachments are intended solely
for the original recipient. If you are not the intended recipient or have
received this message in error, please notify me immediately and delete
this message from your computer system. Any unauthorized use or
distribution is prohibited. Please consider the environment before printing
this email.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
IEEE EUC 2019
- The 17th IEEE International Conference on Embedded and Ubiquitous Computing -
August 1–3, 2019
New York, USA
http://www.cloud-conf.net/EUC/2019/index.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
INTRODUCTION
With the rapid development and increasing complexity of computer systems and communication networks, user requirements for embedded and ubiquitous computing are becoming more and more demanding. Therefore, there is a grand challenge that traditional computing techniques may not meet user requirements in open, dynamic, heterogeneous, mobile, wireless, and distributed computing environments. As a result, we need to build embedded systems and networks based on ubiquitous computing. As important and innovative technologies, embedded and ubiquitous computing techniques are attracting researchers with more and more attention.
Embedded ubiquitous computing is promising to improve people’s quality of life by creating new applications based on data processing in IoT network. Many research efforts have been performed on novel processing and communication architectures, technologies and management strategies. Embedded ubiquitous computing systems can leverage wireless sensor networks to collect and process data and use cloud technologies, peer-to-peer systems, and big data paradigms to provide computing and analytics capabilities.
Nowadays, because of the growth of smart devices, embedded ubiquitous computing technologies and combined with cyber world to provide many smart services, the Internet of Things (IoT) became more promising to realize that various embedded applications allow users to enjoy more comprehensive services. As an emerging research topic, embedded ubiquitous computing relate to and support a computing vision for a greater range including smart devices (mobile, wireless, service), smart environments (of embedded system devices) and smart interaction (between devices). The EUC conference aims, as such, to provide a platform for the dissemination of recent research efforts that explicitly aim at addressing these challenges, and supports the presentation of advanced solutions in these areas.
TOPIC
Topics of particular interest include, but are not limited to:
- Data analysis and data management for embedded and ubiquitous computing
- Applications for embedded and ubiquitous computing
- Parallel and distributed systems
- Mobile systems and applications for embedded and ubiquitous computing
- Enhanced living environments and smart habitats for older adults
- Security, safety and reliability/dependability
- Hardware architectures and design tools
- Software and programming tools for embedded and ubiquitous computing
PAPER SUBMISSION
Prospective authors are invited to submit papers via Easychair (https://easychair.org/conferences/?conf=ieeeeuc2019). The submissions should be formatted with the IEEE 8.5 x 11 inches two-column format with 10-12 point font.
Detailed formatting and submission instructions are available at the conference website (http://www.cloud-conf.net/EUC/2019/submission.html).
IMPORTANT DATES
Paper submission: April 5, 2019
Notification of acceptance: May 15, 2019
Final manuscript submission: June 15, 2019
For further information, please contact: han.qiu(a)telecom-paristech.fr.
================================================================================
*** Apologies for multiple copies ***
C a l l F o r P a p e r s
Twenty-fourth European Symposium on Research in Computer Security (ESORICS
2019)
Luxembourg -- September 23-27, 2019
WWW: https://esorics2019.uni.lu
================================================================================
Overview
---------
ESORICS is the annual European research event in Computer Security. The
Symposium started in 1990 and has been held in several European countries,
attracting a wide international audience from both the academic and
industrial communities. Papers offering novel research contributions in
computer security are solicited for submission to the 2019 Symposium, to be
held in Luxembourg. The primary focus is on original, high quality,
unpublished research and implementation experiences. We encourage
submissions of papers discussing industrial research and development.
Important Dates
----------------
* Title and Abstract deadline: April 22, 2019 (11:59 p.m. American Samoa
time, UTC-11)
* Paper submission deadline: April 29, 2019 (11:59 p.m. American Samoa
time, UTC-11)
* Notification to authors: June 21, 2019
* Camera ready due: July 9, 2019
Topics of Interest
-------------------
Topics of interest include, but are not limited to:
* access control
* accountability
* ad hoc networks
* anonymity
* applied cryptography
* authentication
* biometrics
* blockchain and finance security
* data and computation integrity
* database security
* data protection
* deep learning for attack and defense
* digital content protection
* digital forensics
* distributed systems security
* embedded systems security
* inference control
* information hiding
* identity management
* information flow control
* information security governance and management
* intrusion detection
* formal security methods
* language-based security
* network security
* phishing and spam prevention
* privacy
* privacy preserving data mining
* risk analysis and management
* secure electronic voting
* security architectures
* security economics
* security metrics
* security models
* security and privacy for big data
* security and privacy in cloud scenarios
* security and privacy in complex systems
* security and privacy in content centric networking
* security and privacy in crowdsourcing
* security and privacy in the IoT
* security and privacy in location services
* security and privacy for mobile code
* security and privacy in pervasive / ubiquitous computing
* security and privacy policies
* security and privacy in social networks
* security and privacy in web services
* security and privacy in cyber-physical systems
* security, privacy and resilience in critical infrastructures
* security verification
* software security
* systems security
* trust models and management
* trustworthy user devices
* usable security and privacy
* web security
* wireless security
Paper Submission Guidelines
----------------------------
Submissions must be made through EasyChair at:
https://easychair.org/conferences/?conf=esorics19
Submitted papers must not substantially overlap with papers that have been
published or that are simultaneously submitted to a journal or a
conference/workshop with proceedings. The symposium proceedings will be
published by Springer in the Lecture Notes in Computer Science series
(LNCS).
All submissions should follow the LNCS template ( available from
http://www.springer.de/comp/lncs/authors.html ) from the time they are
submitted. Submitted papers should be at most 16 pages (using 10-point
font), excluding the bibliography and well-marked appendices, and at most
20 pages total. Committee members are not required to read the appendices,
so the paper should be intelligible without them. All submissions must be
written in English.
Submissions are to be made to the submission web site. Only pdf files will
be accepted. Submissions not meeting these guidelines risk rejection
without consideration of their merits. Authors of accepted papers must
agree with Springer LNCS copyright and guarantee that their papers will be
presented at the conference.
Papers must be received by the aforementioned dates, 11:59 p.m. American
Samoa time (UTC-11).
Organisation Committee
-----------------------
General Chair:
* Peter Y A Ryan, University of Luxembourg, Luxembourg
Organization Chair:
* Peter B Roenne, University of Luxembourg, Luxembourg
Workshop Chair:
* Joaquin Garcia-Alfaro,Telecom SudParis, France
Program Committee Chairs:
* Kazue Sako, NEC Japan
* Steve Schneider, University of Surrey, UK
Program Committee:
Cristina Alcaraz, University of Malaga, Spain
Elli Androulaki, IBM, Switzerland
Frederik Armknecht, University of Mannheim, Germany
Vijay Atluri, Rutgers University, USA
Marina Blanton, University of Notre Dame, USA
Carlo Blundo, Universita` degli Studi di Salerno, Italy
Christian Cachin, University of Bern, Switzerland
Alvaro Cardenas, University of Texas at Dallas, USA
Aldar Chan, University of Hong Kong, HK
Yan Chen, Northwestern University, USA
Sherman S. M. Chow, Chinese University of Hong Kong, HK
Mauro Conti, University of Padua, Italy
Jorge Cuellar, Siemens A.G., Germany
Frederic Cuppens, TELECOM Bretagne, France
Nora Cuppens-Boulahia, TELECOM Bretagne, France
Marc Dacier, EURECOM, France
Sabrina De Capitani di Vimercati, Università degli studi di Milano, Italy
Hervé Debar, Télécom SudParis, France
Stéphanie Delaune, IRISA, France
Roberto Di Pietro, Hamad Bin Khalifa University (HBKU), Qatar
Josep Domingo-Ferrer, University Rovira-Virgili, Spain
Haixin Duan, Tsinghua University, China
Francois Dupressoir, University of Surrey, UK
Jose Fernandez, Polytechnique Montreal, Canada
Jose-Luis Ferrer-Gomila, UIB, Spain
Simone Fischer-Hübner, Karlstad University, Sweden
Simon Foley, IMT Atlantique, France
Sara Foresti, Università degli studi di Milano, Italy
David Galindo, University of Birmingham, UK
Debin Gao, SMU, Singapore
Dieter Gollmann, Hamburg University of Technology, Germany
Stefanos Gritzalis, University of the Aegean, Greece
Guofei Gu, Texas A&M University, USA
Juan Hernandez, UPC, Spain
Xinyi Huang, Fujian Normal University, China
Ghassan Karame, NEC Labs Europe, Germany
Vasilios Katos, Bournemouth University, UK
Sokratis Katsikas, NTNU, Norway
Stefan Katzenbeisser TU Darmstadt, Germany
Steve Kremer, INRIA Nancy-Grand Est, France
Marina Krotofil, FireEye, USA
Costas Lambrinoudakis, University of Piraeus, Greece
Yingjiu Li, SMU, Singapore
Kaitai Liang, University of Surrey, UK
Hoon Wei Lim, SingTel, Singapore
Joseph Liu, Monash University, Australia
Peng Liu, Pennsylvania State University, USA
Xiapu Luo, Hong Kong Polytechnic University, HK
Konstantinos Markantonakis, RHUL, UK
Fabio Martinelli, IIT-CNR, Italy
Ivan Martinovic, University of Oxford, UK
Sjouke Mauw, University of Luxembourg, Luxembourg
Catherine Meadows, Naval Research Laboratory, USA
Weizhi Meng, DTU, Denmark
Chris Mitchell, RHUL, UK
John C. Mitchell, Stanford University, USA
Tatsuya Mori, Waseda University, Japan
Haris Mouratidis, University of Brighton, UK
David Naccache, Ecole Normale Suprieure, France
Satoshi Obana, Hosei University, Japan
Martin Ochoa, SUTD, Singapore
Rolf Oppliger, eSECURITY Technologies, Switzerland
Andrew Paverd, Microsoft Research Cambridge, UK
Olivier Pereira, UCL, Belgium
Günther Pernul, Universität Regensburg, Germany
Christina Popper, New York University, US
Joachim Posegga, University of Passau, Germany
Bart Preneel, Katholieke Universiteit Leuven, Belgium
Indrajiti Ray, Colorado State University, USA
Giovanni Russello, University of Auckland, New Zealand
Mark Ryan, University of Birmingham, UK
Rei Safavi-Naini, University of Calgary, Canada
Kazue Sako, NEC, Japan
Pierangela Samarati, Universitá degli studi di Milano, Italy
Damien Sauveron, XLIM, France
Steve Schneider, University of Surrey, UK
Einar Snekkenes, Gjovik University College, Norway
Pawel Szalachowski, SUTD, Singapore
Willy Susilo, University of Wollongong, Australia
Qiang Tang, LIST, Luxembourg
Juan Tapiador, Universidad Carlos III de Madrid, Spain
Nils Ole Tippenhauer, SUTD, Singapore
Helen Treharne, University of Surrey, UK
Aggeliki Tsohou, Ionian University, Greece
Jaideep Vaidya, Rutgers University, USA
Luca Viganò, King’s College London, UK
Michael Waidner, Fraunhofer SIT, Germany
Cong Wang, City University of Hong Kong, HK
Lingyu Wang, Concordia University, Canada
Edgar Weippl, SBA Research, Austria
Christos Xenakis, University of Piraeus, Greece
Zhe Xia, Wuhan University of Technology, China
Kehuan Zhang, Chinese University of Hong Kong, HK
Sencun Zhu, Pennsylvania State University, USA
-----------------------------------------------------------------------
*** Presentations, videos, pictures available online ***
9th Ada Developer Room at FOSDEM 2019
Saturday 2 February 2019
Université Libre de Bruxelles (ULB), Solbosch Campus, Room AW1.125
Avenue Franklin D. Roosevelt Laan 50, B-1050 Brussels, Belgium
Organized in cooperation with Ada-Europe
www.cs.kuleuven.be/~dirk/ada-belgium/events/19/190202-fosdem.htmlfosdem.org/2019/schedule/track/ada
-----------------------------------------------------------------------
All presentations and video recordings as well as some pictures from
the 9th Ada Developer Room, held at FOSDEM 2019 in Brussels recently,
are available via the Ada-Belgium and FOSDEM web sites now.
- "Welcome to the Ada DevRoom"
by Dirk Craeynest - Ada-Belgium
- "An Introduction to Ada for Beginning and Experienced Programmers"
by Jean-Pierre Rosen - Adalog
- "Sequential Programming in Ada: Lessons Learned"
by Joakim Strandberg - Mequinox
- "Autonomous Train Control Systems: a First Approach"
by Julia Teissl - FH Campus Wien
- "Controlling the Execution of Parallel Algorithms in Ada"
by Jan Verschelde - University of Illinois at Chicago
- "Persistence with Ada Database Objects"
by Stephane Carrez - Twinlife
- "Shrink your Data to (almost) Nothing with Trained Compression"
by Gautier de Montmollin - Ada-Switzerland
- "GSH: an Ada POSIX Shell to Speed Up GNU Builds on Windows"
by Nicolas Roche - AdaCore
- "What is Safety-Critical Software, and How Can Ada and SPARK Help?"
by Jean-Pierre Rosen - Adalog
- "Secure Web Applications with AWA"
by Stephane Carrez - Twinlife
- "Distributed Computing with Ada and CORBA using PolyORB"
by Frédéric Praca - Ada-France
- "Cappulada: Smooth Ada Bindings for C++"
by Johannes Kliemann - Componolit
- "AZip Archive Manager: a full-Ada Open-Source Portable Application"
by Gautier de Montmollin - Ada-Switzerland
- "Proof of Pointer Programs with Ownership in SPARK"
by Yannick Moy - AdaCore
- "Alternative Languages for Safe and Secure RISC-V Programming"
by Fabien Chouteau - AdaCore, in RISC-V DevRoom on Sat 2 Feb
- "RecordFlux: Facilitating Verification of Communication Protocols"
by Tobias Reiher - Componolit, in Security DevRoom on Sun 3 Feb
Presentation abstracts, speaker bios, pointers to relevant information,
copies of slides, links to corresponding pages and video recordings,
are available via the Ada-Belgium and FOSDEM sites at the URLs above.
Some pictures are posted as well. If you have more pictures or
other material you would like to share, or know someone who does,
then please contact me.
Finally, thanks once more to all presenters and helpers for their work
and collaboration, thanks to all the FOSDEM organizers and volunteers,
thanks to the many participants for their interest, and thanks to
everyone for another nice experience!
Dirk Craeynest, FOSDEM Ada DevRoom coordinator
Dirk.Craeynest(a)cs.kuleuven.be (for Ada-Belgium/Ada-Europe/SIGAda/WG9)
#AdaFOSDEM #AdaProgramming #AdaBelgium #AdaEurope
-----------------------------------------------------------------------