Dear all,
The 8th edition of the Indian SAT+SMT School will be held during 15-17
December 2023, at IIIT Hyderabad, co-located with FSTTCS 2023. Please visit
the webpage (https://sat-smt.in/index.html) for registration and other
details. Early registration for the school closes on Nov. 10th.
We are also inviting entries for short talks and poster presentations, in
the broad area of SAT/SMT, through this Google form:
https://forms.gle/6NdFgcJUaEedwaTQ8
Please submit your entries by Nov. 26th. Note that a print-out of the
presentation slides may be used in place of posters during the poster
presentation.
We look forward to your participation. Needless to say, we'd be very happy
to clarify any questions you might have in this regard. Feel free to write
to us at indian.satsmt.school(a)gmail.com <
mailto:indian.satsmt.school@gmail.com <indian.satsmt.school(a)gmail.com>>.
Best regards,
Supratik Chakraborty, IIT Bombay
Ashutosh Gupta, IIT Bombay
Saurabh Joshi, SupraOracles
Kumar Madhukar, IIT Delhi
Kuldeep Meel, NUS
Subhajit Roy, IIT Kanpur
Subodh Sharma, IIT Delhi
Call for Papers for 4th International Conference on Edge Computing and IoT: Systems, Management and Security (EAI ICECI 2023)
Venue & Dates:
Changsha, Hunan Province, December 13-14, 2023
Conference Website:
https://iceci-conference.eai-conferences.org/2023/
Scope
The dramatically-increasing devices and data traffic in the Internet-of-Things (IoT) era are posing significant burdens on the capacity-limited Internet and uncontrollable service delay. Computing paradigms are shifting from the centralized cloud computing to distributed edge computing or IoT. New computing paradigms, including Mobile Edge Computing and IoT, have emerged to leverage the distributed resources.
The proceedings of EAI ICECI 2023 is aiming to be a premier international conference in edge computing and IoT. This conference is to bring together computer scientists, industrial engineers and researchers to discuss and exchange experimental or theoretical results, novel designs, work-in-progress, experience, case studies, and trend-setting ideas in the area of edge computing or IoT include all aspects with emphasis on systems, management and security.
Topics
We welcome contributions from the following fields:
Modelling Cloud and Fog computing solutions for IoT and Edge Computing Systems
Monitoring and Managing Information Systems in IoT and Mobile Edge Computing
Models, methods, and tools for data management in IoT and Mobile Edge Computing
Energy-awareness and sustainability in IoT and Edge Computing: metrics and measurements
Recent advances in deep learning and applications in IoT and Edge Computing
Quality of Service, energy efficiency and security in Mobile Edge Computing
Methodologies and tools for energy efficiency and security compliance in IoT and Edge Computing
Adaptive approaches to managing energy consumption, QoS, and security of applications and systems
Energy and Security Aware Edge Computing solutions
Data-Driven and its applications in IoT and Edge Computing systems
Important dates
Late Track
Submission Deadline: 5 November 2023
Notification Deadline: 15 November 2023
Camera-Ready Deadline: 30 November 2023
Main Track
Submission Deadline: 25 August 2023
Notification Deadline: 19 September 2023
Camera-ready Deadline: 17 October 2023
Publication
All registered papers will be submitted for publishing by Springer and made available through SpringerLink Digital Library.
Proceedings will be submitted for inclusion in leading indexing services, such as Web of Science, Compendex, Scopus, DBLP, EU Digital Library, IO-Port, MatchSciNet, Inspec and Zentralblatt MATH.
Authors of selected papers will be invited to submit an extended version to:
Mobile Networks and Applications (MONET) Journal [IF: 3.8 (2022)]
Electronics
All accepted authors are eligible to submit an extended version in a fast track of:
EAI Endorsed Transactions on Internet of Things (Open Access)
Additional publication opportunities:
EAI Transactions series (Open Access)
EAI/Springer Innovations in Communications and Computing Book Series
(titles in this series are indexed in Ei Compendex, Web of Science & Scopus)
Paper submission
Papers should be submitted through EAI ‘Confy+‘ system, and have to comply with the Springer format (see Author’s kit section).
Regular papers should be up to 12-15+ pages in length.
Short papers should be 6-11 pages in length.
All conference papers undergo a thorough peer review process prior to the final decision and publication. This process is facilitated by experts in the Technical Program Committee during a dedicated conference period. Standard peer review is enhanced by EAI Community Review which allows EAI members to bid to review specific papers. All review assignments are ultimately decided by the responsible Technical Program Committee Members while the Technical Program Committee Chair is responsible for the final acceptance selection. You can learn more about Community Review here.
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Subhajit Roy, an Associate Professor in the Department of Computer Science
and Engineering at IIT Kanpur. The talk is scheduled on Tuesday, Oct. 10,
at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MTJxcmNwdm…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Analysis of incomplete programs via Proof Engines and Fuzzing
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract:
We tackle the problem of testing and verifying "incomplete" programs — that
contain components whose source code is either unavailable (like
third-party libraries and cloud-based APIs), or too complex to model
formally (like large machine learning models). We show how classical
techniques like symbolic execution, deductive verification and SMT solving
can be "lifted" to this setting. The techniques essentially employ a
combination of automated SMT based proofs, with tests from modern fuzzers
for testing and "almost" verification of such programs. We will delve into
one of our contributions: Sādhak, a solver for SMT theories modulo
closed-box functions. Our core idea is to use a synergistic combination of
a fuzzer to reason on closed-box functions and an SMT engine to solve the
constraints pertaining to the SMT theories. The fuzz and the SMT engines
attempt to converge to a model by exchanging a rich set of interface
constraints that are relevant and interpretable by them. Our
implementation, Sādhak, demonstrates a significant advantage over the only
other solver that is capable of handling such closed-box constraints:
Sādhak solves 36.45% more benchmarks than the best-performing mode of this
state-of-the-art solver and has 5.72x better PAR-2 score; on the benchmarks
that are solved by both tools, Sādhak is (on an average) 14.62x faster.
Bio: Subhajit Roy is an Associate Professor in the Department of Computer
Science and Engineering at IIT Kanpur. His research is aimed at designing
new algorithms and developing automated tools for analysis, verification,
optimization, synthesis, debugging, and interpreting both (conventional)
programs as well as for machine learnt models, using formal methods (logic,
automata theory, compiler design) and data-driven techniques (machine
learning, artificial intelligence, statistics).
----- Forwarded message -----
From: IMT2019057 Nandakishore S Menon <Nandakishore.Menon(a)iiitb.ac.in>
Date: Wed, 4 Oct 2023 13:27:52 +0000
Greetings all,
Link: https://conf.researchr.org/home/isec-2024
UPDATE :
You may have viewed previous versions of this announcement, announcing two tracks within ISEC 2024 and extension of deadlines. This announcement entails the updated details of the already announced tracks, so please read on.
ISEC:
Innovations in Software Engineering Conference, ISEC (Formerly known as India Software Engineering Conference) is the annual conference of iSOFT, the India chapter of ACM SIGSOFT (isoft.acm.org) under the umbrella of ACM India. The 17th edition of the conference will be held in International Institute of Information Technology Bangalore, India. ISEC will bring together researchers and practitioners from across the world to share the results of their work.
The goal of the conference is to provide a forum for researchers and practitioners from both academia and industry to meet and share cutting-edge advancements in the field of software engineering.
Call for Contributions Updates:
The deadline for Research track has been extended. Please find the the tracks with their updated deadlines on the website and as follows:
* Track: Research track
URL: https://conf.researchr.org/track/isec-2024/isec-2024-papers
Submission deadline:
- Submission Deadline: Fri 13 Oct 2023
- Acceptance Notification: Thu 30 Nov 2023
- Camera-ready Deadline: Fri 15 Dec 2023
* Track: Workshop and Tutorials
URL: https://conf.researchr.org/track/isec-2024/isec-2024-workshops
Submission deadline:
- Proposal Submission: Sat 30 Sep 2023
- Acceptance Notification: Mon 9 Oct 2023
* Track: Software Engineering in Practice
URL: https://conf.researchr.org/track/isec-2024/isec-2024-software-engineering-i…
Submission deadlines:
- SEIP Submission Deadline: Wed 8 November 2023.
- SEIP Submission Acceptance Notification: Fri 15 December 2023.
- SEIP Presentation Submission Deadline: Thu 25 January 2024.
* Track: Doctoral Symposium
URL : https://conf.researchr.org/track/isec-2024/isec-2024-doctoral-symposium
Submission deadlines:
- Submission Deadline: Wed 1 November 2023
- Submission Acceptance Notification: Fri 1 December 2023
- Presentation Submission Deadline: Thu 7 December 2023
* Track: Student Posters Session
URL : https://conf.researchr.org/track/isec-2024/isec-2024-student-posters-session
Submission deadlines:
- Submission Deadline: Wed 25 October 2023
Organising Team
General Chair
Sujit Kumar Chakrabarti (IIIT Bangalore)
Organising Co-Chairs
Raghavan Komondoor (IISc, Bangalore)
Raveendra Kumar Medicherla (TCS Research)
Program Co-Chairs (Research Track)
Sudipto Ghosh (Colorado State University, USA)
Aseem Rastogi (Microsoft Research, India)
Workshops and Tutorial Track Co-Chairs
Manas Thakur (IIT Bombay, India)
Sruti Srinivasa Ragavan (IIT Kanpur, India)
Software Engineering in Practice Co-Chairs
Manoj Dixit (MathWorks, India)
Tukaram Muske (Synopsis, India)
PhD Symposium Chair
Subhajit Roy (IIT Kanpur, India)
If any additional information is needed, please do not hesitate to reach out to us.
Best regards,
Nandakishore S Menon
Publicity Chair, ISEC 2024
International Institute of Information Technology, Bangalore
+91 9188016258
----- End forwarded message -----
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Subhajit Roy, an Associate Professor in the Department of Computer Science
and Engineering at IIT Kanpur. The talk is scheduled on Tuesday, Oct. 10,
at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MTJxcmNwdm…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Analysis of incomplete programs via Proof Engines and Fuzzing
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract:
We tackle the problem of testing and verifying "incomplete" programs — that
contain components whose source code is either unavailable (like
third-party libraries and cloud-based APIs), or too complex to model
formally (like large machine learning models). We show how classical
techniques like symbolic execution, deductive verification and SMT solving
can be "lifted" to this setting. The techniques essentially employ a
combination of automated SMT based proofs, with tests from modern fuzzers
for testing and "almost" verification of such programs. We will delve into
one of our contributions: Sādhak, a solver for SMT theories modulo
closed-box functions. Our core idea is to use a synergistic combination of
a fuzzer to reason on closed-box functions and an SMT engine to solve the
constraints pertaining to the SMT theories. The fuzz and the SMT engines
attempt to converge to a model by exchanging a rich set of interface
constraints that are relevant and interpretable by them. Our
implementation, Sādhak, demonstrates a significant advantage over the only
other solver that is capable of handling such closed-box constraints:
Sādhak solves 36.45% more benchmarks than the best-performing mode of this
state-of-the-art solver and has 5.72x better PAR-2 score; on the benchmarks
that are solved by both tools, Sādhak is (on an average) 14.62x faster.
Bio: Subhajit Roy is an Associate Professor in the Department of Computer
Science and Engineering at IIT Kanpur. His research is aimed at designing
new algorithms and developing automated tools for analysis, verification,
optimization, synthesis, debugging, and interpreting both (conventional)
programs as well as for machine learnt models, using formal methods (logic,
automata theory, compiler design) and data-driven techniques (machine
learning, artificial intelligence, statistics).
----- Forwarded message from IMT2019057 Nandakishore S Menon <Nandakishore.Menon(a)iiitb.ac.in> -----
From: IMT2019057 Nandakishore S Menon <Nandakishore.Menon(a)iiitb.ac.in>
To: Madhavan Mukund <madhavan(a)cmi.ac.in>
Date: Wed, 13 Sep 2023 05:34:42 +0000
17th Innovations in Software Engineering Conference (ISEC 2024)
22-24 February 2024, Bangalore
Link: https://conf.researchr.org/track/isec-2024/isec-2024-papers
Innovations in Software Engineering Conference, ISEC (Formerly known as India Software Engineering Conference) is the annual conference of iSOFT, the India chapter of ACM SIGSOFT (isoft.acm.org) under the umbrella of ACM India. The 17th edition of the conference will be held at International Institute of Information Technology, Bangalore, India. ISEC will bring together researchers and practitioners from across the world to share the results of their work.
The goal of the conference is to provide a forum for researchers and practitioners from both academia and industry to meet and share cutting-edge advancements in the field of software engineering.
Call for Contributions
The conference has a number of tracks, to which contributions are invited. The Call for Papers for the Research track and the Workshop and Tutorial track are already out, and those for the other tracks are as follows:
Track: Software Engineering in Practice
URL: https://conf.researchr.org/track/isec-2024/isec-2024-software-engineering-i…
Submission deadlines:
SEIP Submission Deadline: 8 November 2023.
SEIP Submission Acceptance Notification: 15 December 2023.
SEIP Presentation Submission Deadline: 25 January 2024.
Track: Doctoral Symposium
URL: https://conf.researchr.org/track/isec-2024/isec-2024-doctoral-symposium
Submission deadlines:
Submission Deadline: 1 November 2023
Submission Acceptance Notification: 1 December 2023
Presentation Submission Deadline: 7 December 2023
Track: Student Posters Session
URL: https://conf.researchr.org/track/isec-2024/isec-2024-student-posters-session
Submission deadlines:
Submission Deadline: 5 October 2023
Organising Team
General Chair
Sujit Kumar Chakrabarti (IIIT Bangalore)
Organising Co-Chairs
Raghavan Komondoor (IISc, Bangalore)
Raveendra Kumar Medicherla (TCS Research)
Program Co-Chairs (Research Track)
Sudipto Ghosh (Colorado State University, USA)
Aseem Rastogi (Microsoft Research, India)
Workshops and Tutorial Track Co-Chairs
Manas Thakur (IIT Bombay, India)
Sruti Srinivasa Ragavan (IIT Kanpur, India)
Software Engineering in Practice Co-Chairs
Manoj Dixit (MathWorks, India)
Tukaram Muske (Synopsis, India)
PhD Symposium Chair
Subhajit Roy (IIT Kanpur, India)
________________________________
----- End forwarded message -----
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Supratik Chakraborty, Bajaj Group Chair Professor in the Department of
Computer Science and Engineering at IIT Bombay. The talk is scheduled on
Thursday, Sept. 14, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MzVzdnQxMj…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Synthesizing Pareto-Optimal Interpretations for Black-Box ML Models
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract:
We present a new multi-objective optimization approach for synthesizing
interpretations that "explain" the behavior of black-box machine learning
models. Constructing human-understandable interpretations for black-box
models often requires balancing conflicting objectives. A simple
interpretation may be easier to understand for humans while being less
precise in its predictions vis-a-vis a complex interpretation. Existing
methods for synthesizing interpretations use a single objective function
and are often optimized for a single class of interpretations. In contrast,
we provide a more general and multi-objective synthesis framework that
allows users to choose (1) the class of syntactic templates from which an
interpretation should be synthesized, and (2) quantitative measures on both
the correctness and explainability (or other suitable measure) of an
interpretation. For a given black-box, our approach yields a set of
Pareto-optimal interpretations with respect to the correctness and
explainability measures. We show that the underlying multi-objective
optimization problem can be solved via a reduction to quantitative
constraint solving, such as weighted maximum satisfiability. To demonstrate
the benefits of our approach, we have applied it to synthesize
interpretations for black-box neural-network classifiers. Our experiments
show that there often exists a rich and varied set of choices for
interpretations that are missed by existing approaches.
This is joint work with Hazem Torfah, Shetal Shah, S. Akshay and Sanjit
Seshia.
Bio: Supratik Chakraborty is Bajaj Group Chair Professor in the Department
of Computer Science and Engineering at IIT Bombay. His current research
interests include constrained sampling and counting, automated synthesis,
formal verification, automata theory and logic. He is particularly
interested in the development of scalable algorithmic techniques with
strong guarantees for reasoning about different computational models.
Supratik is a Distinguished Member of ACM, a Fellow of Indian National
Academy of Engineering and a Distinguished Alumnus Awardee of IIT Kharagpur.
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Supratik Chakraborty, Bajaj Group Chair Professor in the Department of
Computer Science and Engineering at IIT Bombay. The talk is scheduled on
Thursday, Sept. 14, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MzVzdnQxMj…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Synthesizing Pareto-Optimal Interpretations for Black-Box ML Models
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract:
We present a new multi-objective optimization approach for synthesizing
interpretations that "explain" the behavior of black-box machine learning
models. Constructing human-understandable interpretations for black-box
models often requires balancing conflicting objectives. A simple
interpretation may be easier to understand for humans while being less
precise in its predictions vis-a-vis a complex interpretation. Existing
methods for synthesizing interpretations use a single objective function
and are often optimized for a single class of interpretations. In contrast,
we provide a more general and multi-objective synthesis framework that
allows users to choose (1) the class of syntactic templates from which an
interpretation should be synthesized, and (2) quantitative measures on both
the correctness and explainability (or other suitable measure) of an
interpretation. For a given black-box, our approach yields a set of
Pareto-optimal interpretations with respect to the correctness and
explainability measures. We show that the underlying multi-objective
optimization problem can be solved via a reduction to quantitative
constraint solving, such as weighted maximum satisfiability. To demonstrate
the benefits of our approach, we have applied it to synthesize
interpretations for black-box neural-network classifiers. Our experiments
show that there often exists a rich and varied set of choices for
interpretations that are missed by existing approaches.
This is joint work with Hazem Torfah, Shetal Shah, S. Akshay and Sanjit
Seshia.
Bio: Supratik Chakraborty is Bajaj Group Chair Professor in the Department
of Computer Science and Engineering at IIT Bombay. His current research
interests include constrained sampling and counting, automated synthesis,
formal verification, automata theory and logic. He is particularly
interested in the development of scalable algorithmic techniques with
strong guarantees for reasoning about different computational models.
Supratik is a Distinguished Member of ACM, a Fellow of Indian National
Academy of Engineering and a Distinguished Alumnus Awardee of IIT Kharagpur.
Dear colleague,
The deadline for RHPL@FSTTCS has been extended to September 25, 2023 (AOE).
The CFP for the workshop is included below. We look forward to receiving your talk proposals.
Best regards,
RHPL@FSTTCS organizing committee
---------------------------------------------------------------------------------------------
Dear colleague,
As you may know, FSTTCS 2023 is the 43rd conference on Foundations of Software Technology
and Theoretical Computer Science. It is organised by IARCS, the Indian Association for
Research in Computing Science in association with ACM India. It is a very visible forum
for presenting original results in foundational aspects of Computer Science and Software
Technology.
This year, co-located with the main FSTTCS conference, IARCS is also organizing the
Workshop on Research Highlights in Programming Languages (RHPL@FSTTCS), whose inaugural
edition was held in 2020. The focus of the workshop will be on all areas of Programming
Languages, including but not limited to Program Analysis and Verification, Applied Formal
Methods, and Compilers.
The objective of the workshop is to foster interactions between the attendees of the
workshop, and more broadly between researchers working on Programming Languages and the
traditional FSTTCS community of researchers working on Theoretical Computer Science and
Formal Methods.
We solicit talk proposals for recent work that has been published in good venues, or is
mature in terms of approach and evaluation. More information about the workshop and about
submitting talk proposals is available here:
https://fmindia.cmi.ac.in/rhpl/index.html
We look forward to receiving your talk proposals to this workshop.
On Behalf of the RHPL@FSTTCS workshop organizing committee:
Deepak D'Souza (IISc Bangalore)
Uday Khedker (IIT Bombay)
Kumar Madhukar (IIT Delhi) (Organizing Co-Chair, RHPL 2023)
Kartik Nagar (IIT Madras) (Organizing Co-Chair, RHPL 2023)
Ganesan Ramalingam (Microsoft)
Aseem Rastogi (Microsoft Research, Bangalore)
Abhik Roychoudhury (National University of Singapore)
Abhisekh Sankaran (Tata Consultancy Services Research, Pune)
----- Forwarded message -----
From: IMT2019057 Nandakishore S Menon <Nandakishore.Menon(a)iiitb.ac.in>
Date: Tue, 8 Aug 2023 08:17:34 +0000
17th Innovations in Software Engineering Conference (ISEC 2024)
22-24 February 2024, Bangalore
https://lnkd.in/gAXwhT6U
Innovations in Software Engineering Conference, ISEC (Formerly known as India Software Engineering Conference) is the annual conference of iSOFT, the India chapter of ACM SIGSOFT (isoft.acm.org<http://isoft.acm.org/>) under the umbrella of ACM India. The 17th edition of the conference will be held in International Institute of Information Technology Bangalore, India. ISEC will bring together researchers and practitioners from across the world to share the results of their work.
The goal of the conference is to provide a forum for researchers and practitioners from both academia and industry to meet and share cutting-edge advancements in the field of software engineering.
Call for Contributions
The conference has a number of tracks, to which contributions are invited. The Call for Papers for the Research track and the Workshop and Tutorial track are already out, and those for the other tracks will be published soon.
Track: Research track
URL: https://lnkd.in/gtTDQn2w
Submission deadline: Fri 29 Sep 2023
Track: Workshop and Tutorials
URL: https://lnkd.in/gQ7eGfWr
Submission deadline: Sun 10 Sep 2023
Track: PhD Symposium
URL: https://lnkd.in/gHzpbFTC
Submission deadline: TBD
Track: Software Engineering in Practice
URL: https://lnkd.in/gxY-GU-B
Submission deadline: TBD
Organising Team
General Chair
Sujit Kumar Chakrabarti (IIIT Bangalore)
Organising Co-Chairs
Raghavan Komondoor (IISc, Bangalore)
Raveendra Kumar Medicherla (TCS Research)
Program Co-Chairs (Research Track)
Sudipto Ghosh (Colorado State University, USA)
Aseem Rastogi (Microsoft Research, India)
Workshops and Tutorial Track Co-Chairs
Manas Thakur (IIT Bombay, India)
Sruti Srinivasa Ragavan (IIT Kanpur, India)
Software Engineering in Practice Co-Chairs
Manoj Dixit (MathWorks, India)
Tukaram Muske (Synopsis, India)
PhD Symposium Chair
Subhajit Roy (IIT Kanpur, India)
----- End forwarded message -----
We are writing to announce a new 4 year research program "Fuzz Testing"
which will run 1 July 2023 - 30 June 2027. The research program is
funded by the National Research Foundation (NRF) Singapore. The
research program is in the area of fuzz testing for effectively
detecting software vulnerabilities.
Details of the research program can be obtained from this webpage
*https://nus-tss.github.io/fuzzing/*
We have open positions for post-doc. You are welcome to apply with your
CV to /neocy(a)nus.edu.sg/ or simply get in touch with any of the
Principal Investigators --
Zhenkai Liang, Umang Mathur, Manuel Rigger, and Abhik Roychoudhury (Lead
Principal Investigator).
NUS provides an engaging work environment, with stimulating colleagues,
lot of visitors, and good work-life balance. Salaries for the positions
are also very competitive. Applicants who have submitted their PhD
thesis but have not received the degree yet, are also eligible to be
appointed as post doc. Hence any applicants with relevant research
background, who are close to submitting their PhD thesis, are eligible
to apply.
Kind regards
//
--
-Abhik Roychoudhury
School of Computing
National University of Singapore
https://abhikrc.com
-------- Forwarded Message --------
Subject: Open PhD and Postdoc positions in Formal Analysis of
Autonomous Systems at Chalmers University
Date: Thu, 27 Jul 2023 12:58:12 +0200
From: Hazem Torfah <torfah(a)berkeley.edu>
Dear colleagues,
The group for Safe and Trustworthy Autonomous Reasoning at Chalmers
University has openings for two PhD positions and a PostDoc position in
Formal Analysis of Autonomous Systems. We are looking for candidates
interested in developing formal techniques and tools for the
construction of provably-safe and -reliable learning-enabled autonomous
systems.
Please pass this information on to potential candidates. It would be
great if you could also share this information within your network. The
announcements for the positions are linked below:
https://www.chalmers.se/en/about-chalmers/work-with-us/vacancies/?rmpage=jo…
<https://www.chalmers.se/en/about-chalmers/work-with-us/vacancies/?rmpage=jo…>
https://www.chalmers.se/en/about-chalmers/work-with-us/vacancies/?rmpage=jo…
<https://www.chalmers.se/en/about-chalmers/work-with-us/vacancies/?rmpage=jo…>
Application deadline: Sep 1, 2023
Many thanks!
Kindest regards,
Hazem Torfah
--
Hazem Torfah
Assistant Professor
Computing Science Division
Chalmers University of Technology
412 96 Gothenburg, Sweden
----- Forwarded message from Mandayam Srivas <mksrivas(a)hotmail.com> -----
From: Cristina David <cristina.david(a)gmail.com>
Sent: Monday, July 24, 2023 1:13 PM
To: Mandayam Srivas <mksrivas(a)hotmail.com>
Subject: Re: Lecturer in Programming Languages at Bristol
Dear Srivas,
It was very nice seeing you at CAV!
I'm not sure whether I mentioned this at the conference, but we are recruiting a new lecturer in the Programming Languages group (https://www.bristol.ac.uk/jobs/find/details/?jobId=316176&jobTitle=Lecturer…).
This is the ad (unfortunately, the deadline is very soon):
https://www.bristol.ac.uk/jobs/find/details/?jobId=316176&jobTitle=Lecturer…
I'd really appreciate it if you could send it to anyone that might be interested.
Thank you,
Cristina
----- End forwarded message -----
----- Forwarded message from Vishwas Patil <vishwasp(a)cse.iitb.ac.in> -----
Date: Sat, 22 Jul 2023 03:56:18 +0530
From: Vishwas Patil <vishwasp(a)cse.iitb.ac.in>
Due to several requests for a deadline extension, we have extended the
submission deadline to August 10 (the final deadline).
Please consider submitting your security research to ICISS 2023.
Key highlights:
- Double-blind review
- Notification of results: September 20, 2023
- One best paper award
- 2 Keynotes, 1 invited talk (Sanjam Garg - UC Berkeley, Nishanth Chandran -
MS Research, Thomas Silkjaer - XRP Ledger Foundation)
- Proceedings by Springer LNCS
- the possibility of an invitation to publish extended versions in the Sadhana
journal
______________________________________________________________________
CALL FOR PAPERS
ICISS 2023
19th International Conference on Information Systems Security
(December 16 - 20, 2023)
NIT Raipur, India
https://iciss.isrdc.in
@IcissConf
Submission Deadline: August 10, 2023 (final deadline)
______________________________________________________________________
The 19th ICISS will be held at the National Institute of Technology
(NIT) Raipur between December 16 and 20, 2023. This annual conference
provides a forum for researchers and industry practitioners of
security to present their cutting-edge research and use case
experiences. We solicit previously unpublished technical papers in the
field of Security & Privacy. Papers that involve innovative solutions,
usability studies, longitudinal studies, industrial use cases, and SoK
are welcome.
This year, we will also accept PoCs of security applications under a
separate demo track and allow submission of artefacts; a separate call
is announced on the conference website. A broad but non-exhaustive
list of topics of interest is as below:
SYSTEMS SECURITY
OS, VM, containers, cloud
Network: SDN, NFV, SD-WAN
IoT, RFID, SCADA systems
Communication Protocols
IDS, IPS, SIEM, XDR, etc
Honeypot, Botnet, etc
ACCESS CONTROL
Authentication, MFA
Authorization model/policy
PKI & Trust management
Information flow control
APPLICATION SECURITY
Vulnerabilities, DevSecOps
API security, WAF, OWASP
Static/Binary analysis, Zero trust
Malware, Ransomware, APTs
SECURITY IN AI/ML
Adversarial learning/inputs
Bias, fairness, explainability
Model stealing, poisoning
Trustworthiness
Deep fakes, misinformation
HARDWARE SECURITY
Remote attestation, PUFs
Trojans, Backdoors, FPGA
TEE, TRNG, 2FA, wallets
PRIVACY
PETs, anonymization tech
Deidentification attacks
Surveillance & Censorship
Inference, correlation
BLOCKCHAIN
Cryptocurrency, stablecoins
Interoperability, scalability
Smart contracts, concurrency
DIDs, NFTs, CBDCs, AML
EMERGING TECH/STANDARDS
ChatGPT, LaMDA, Dall-E 2, et al
Security-by-design, SBOM
Privacy-by-design, STIX/TAXII
S&P USE CASES
e-voting, e-gov, smart cities
COVID-19 contact tracing
OSINT et al
Submissions must be written in English and should not exceed 20 pages;
including the bibliography and appendices. Authors must use the LNCS
template to create the manuscript. A DOUBLE-BLIND review process will be
followed, therefore the manuscripts should not have author names,
affiliations, acknowledgements, self-references or any indirect
information related to the authors of the manuscript. Please read the
submission guidelines carefully before submitting to ICISS. The
extended versions of a select few accepted papers will be invited for
publication in the Indian Academy of Sciences' journal
Sadhana. Further details will be made available on the conference
website in due course of time.
Submission Link: https://easychair.org/conferences/?conf=iciss20231
*** The BEST PAPER award is sponsored by IDRBT Hyderabad. ***
Important Dates (in AoE):
Submission deadline: Aug 10 (final deadline)
Acceptance notification: Sep 20
Camera-ready deadline: Sep 30
Steering Committee:
Venu Govindaraju, University of Buffalo
Sushil Jajodia, George Mason University
Somesh Jha, University of Wisconsin
Atul Prakash, University of Michigan
Pierangela Samarati, University of Milan
RK Shyamasundar, IIT Bombay
General Chair:
R.K. Shyamasundar, IIT Bombay
Program Chairs:
Vallipuram Muthukkumarasamy, Griffith University
Sithu D Sudarsan, CDAC Bangalore
Related Links:
Conference Website: https://iciss.isrdc.in
Past Proceedings: https://dblp.org/db/conf/iciss
Call for Papers/Tutorials/PhD Forum
https://iciss.isrdc.in/cfps/https://iciss.isrdc.in/tutorials/https://iciss.isrdc.in/phd-forum/
Submission Guidelines
https://iciss.isrdc.in/submission-guidelines/
Proceedings will be published by Springer as LNCS.
______________________________________________________________________
----- End forwarded message -----
Dear colleague,
As you may know, FSTTCS 2023 is the 43rd conference on Foundations of Software Technology and Theoretical Computer Science. It is organised by IARCS, the Indian Association for Research in Computing Science in association with ACM India. It is a very visible forum for presenting original results in foundational aspects of Computer Science and Software Technology.
This year, co-located with the main FSTTCS conference, IARCS is also organizing the Workshop on Research Highlights in Programming Languages (RHPL@FSTTCS), whose inaugural edition was held in 2020. The focus of the workshop will be on all areas of Programming Languages, including but not limited to Program Analysis and Verification, Applied Formal Methods, and Compilers.
The objective of the workshop is to foster interactions between the attendees of the workshop, and more broadly between researchers working on Programming Languages and the traditional FSTTCS community of researchers working on Theoretical Computer Science and Formal Methods.
We solicit talk proposals for recent work that has been published in good venues, or is mature in terms of approach and evaluation. More information about the workshop and about submitting talk proposals is available here:
https://fmindia.cmi.ac.in/rhpl/index.html
We look forward to receiving your talk proposals to this workshop.
On Behalf of the RHPL@FSTTCS workshop organizing committee:
Deepak D'Souza (IISc Bangalore)
Uday Khedker (IIT Bombay)
Kumar Madhukar (IIT Delhi) (Organizing Co-Chair, RHPL 2023)
Kartik Nagar (IIT Madras) (Organizing Co-Chair, RHPL 2023)
Ganesan Ramalingam (Microsoft)
Aseem Rastogi (Microsoft Research, Bangalore)
Abhik Roychoudhury (National University of Singapore)
Abhisekh Sankaran (Tata Consultancy Services Research, Pune)
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Shaz Qadeer, an ACM Fellow, currently employed as a software engineer in
the Core Infrastructure department at Meta. The talk is scheduled on
Tuesday, July 11, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MHF2OTJoMm…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Verification of Concurrent Programs with Civl
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract:
The Civl verifier <https://civl-verifier.github.io/> introduces layered
refinement, a new approach to the construction of verified concurrent
programs and their proofs. This approach simplifies and scales (human and
automated) reasoning by enabling a concurrent program to be represented and
manipulated at multiple layers of abstraction. These abstraction layers are
chained together via simple program transformations; each transformation is
justified by a collection of automatically-checked verification conditions.
Civl proofs are maintainable and reusable, specifically eliminating the
need to write complex invariants on the low-level encoding of the
concurrent program as a flat transition system. Civl has been used to
construct verified low-level implementations of complex systems such as a
concurrent garbage collector, a consensus protocol, and shared-memory data
structures.
Bio: Shaz Qadeer is an ACM Fellow. His research focuses on practical tools
for the construction of verified concurrent and distributed systems. He is
currently employed as a software engineer in the Core Infrastructure
department at Meta.
----- Forwarded message from Vishwas Patil <vishwasp(a)cse.iitb.ac.in> -----
Date: Thu, 06 Jul 2023 05:07:15 +0530
From: Vishwas Patil <vishwasp(a)cse.iitb.ac.in>
**ICISS 2023 CFP ANNOUNCEMENT**
ICISS 2023 is accepting submissions under various tracks.
Please consider submitting your security research to ICISS 2023.
Key highlights:
- first submission deadline: July 20,
- double-blind review,
- best paper award,
- proceedings published by Springer LNCS,
- the possibility of an invitation to exceptionally good papers to be
submitted to the Sadhana journal,
- please visit the conference website for further details
https://iciss.isrdc.in
______________________________________________________________________
CALL FOR PAPERS
ICISS 2023
19th International Conference on Information Systems Security
(December 16 - 20, 2023)
NIT Raipur, India
https://iciss.isrdc.in
Submission Deadline: July 20, 2023 (first deadline)
______________________________________________________________________
The 19th ICISS will be held at the National Institute of Technology
(NIT) Raipur between December 16 and 20, 2023. This annual conference
provides a forum for researchers and industry practitioners of
security to present their cutting-edge research and use case
experiences. We solicit previously unpublished technical papers in the
field of Security & Privacy. Papers that involve innovative solutions,
usability studies, longitudinal studies, industrial use cases, and SoK
are welcome.
This year, we will also accept PoCs of security applications under a
separate demo track and allow submission of artefacts; a separate call
is announced on the conference website. A broad but non-exhaustive
list of topics of interest is as below:
SYSTEMS SECURITY
OS, VM, containers, cloud
Network: SDN, NFV, SD-WAN
IoT, RFID, SCADA systems
Communication Protocols
IDS, IPS, SIEM, XDR, etc
Honeypot, Botnet, etc
ACCESS CONTROL
Authentication, MFA
Authorization model/policy
PKI & Trust management
Information flow control
APPLICATION SECURITY
Vulnerabilities, DevSecOps
API security, WAF, OWASP
Static/Binary analysis, Zero trust
Malware, Ransomware, APTs
SECURITY IN AI/ML
Adversarial learning/inputs
Bias, fairness, explainability
Model stealing, poisoning
Trustworthiness
Deep fakes, misinformation
HARDWARE SECURITY
Remote attestation, PUFs
Trojans, Backdoors, FPGA
TEE, TRNG, 2FA, wallets
PRIVACY
PETs, anonymization tech
Deidentification attacks
Surveillance & Censorship
Inference, correlation
BLOCKCHAIN
Cryptocurrency, stablecoins
Interoperability, scalability
Smart contracts, concurrency
DIDs, NFTs, CBDCs, AML
EMERGING TECH/STANDARDS
ChatGPT, LaMDA, Dall-E 2, et al
Security-by-design, SBOM
Privacy-by-design, STIX/TAXII
S&P USE CASES
e-voting, e-gov, smart cities
COVID-19 contact tracing
OSINT et al
Submissions must be written in English and should not exceed 20 pages;
including the bibliography and appendices. Authors must use the LNCS
template to create the manuscript. DOUBLE-BLIND review process will be
followed, therefore the manuscripts should not have author names,
affiliations, acknowledgements, self-references or any indirect
information related to authors of the manuscript. Please read the
submission guidelines carefully before submitting to ICISS. The
extended versions of a select few accepted papers will be invited for
publication in the Indian Academy of Sciences' journal
Sadhana. Further details will be made available on the conference
website in due course of time.
Submission Link: https://easychair.org/conferences/?conf=iciss20231
*** The BEST PAPER award is sponsored by IDRBT Hyderabad. ***
Important Dates (in AoE):
Submission deadline: July 20 (first deadline)
Acceptance notification: Sep 15
Camera-ready deadline: Sep 25
Steering Committee:
Venu Govindaraju, University of Buffalo
Sushil Jajodia, George Mason University
Somesh Jha, University of Wisconsin
Atul Prakash, University of Michigan
Pierangela Samarati, University of Milan
RK Shyamasundar, IIT Bombay
General Chair:
R.K. Shyamasundar, IIT Bombay
Program Chairs:
Vallipuram Muthukkumarasamy, Griffith University
Sithu D Sudarsan, CDAC Bangalore
Related Links:
Conference Website: https://iciss.isrdc.in
Past Proceedings: https://dblp.org/db/conf/iciss
Call for Papers/Tutorials/PhD Forum
https://iciss.isrdc.in/cfps/https://iciss.isrdc.in/tutorials/https://iciss.isrdc.in/phd-forum/
Submission Guidelines
https://iciss.isrdc.in/submission-guidelines/
Proceedings will be published by Springer as LNCS.
______________________________________________________________________
Contact: ivishwas(a)gmail.com
______________________________________________________________________
--
Vishwas Patil
Sr Research Scientist, IIT Bombay
https://www.cse.iitb.ac.in/~vishwasp/
----- End forwarded message -----
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Shaz Qadeer, an ACM Fellow, currently employed as a software engineer in
the Core Infrastructure department at Meta. The talk is scheduled on
Tuesday, July 11, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MHF2OTJoMm…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Verification of Concurrent Programs with Civl
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract:
The Civl verifier <https://civl-verifier.github.io/> introduces layered
refinement, a new approach to the construction of verified concurrent
programs and their proofs. This approach simplifies and scales (human and
automated) reasoning by enabling a concurrent program to be represented and
manipulated at multiple layers of abstraction. These abstraction layers are
chained together via simple program transformations; each transformation is
justified by a collection of automatically-checked verification conditions.
Civl proofs are maintainable and reusable, specifically eliminating the
need to write complex invariants on the low-level encoding of the
concurrent program as a flat transition system. Civl has been used to
construct verified low-level implementations of complex systems such as a
concurrent garbage collector, a consensus protocol, and shared-memory data
structures.
Bio: Shaz Qadeer is an ACM Fellow. His research focuses on practical tools
for the construction of verified concurrent and distributed systems. He is
currently employed as a software engineer in the Core Infrastructure
department at Meta.
International Conference on Microservices: Call for Papers
==========================================================
Fifth International Conference on Microservices
October 10th-12th 2023, Pisa, Italy
https://www.conf-micro.services/2023/
Important Dates (EXTENDED)
---------------
- Submission deadline : July 09th, 2023 (AoE) (extended)
- Notification to authors: July 19th, 2023 (AoE) (extended)
- Camera-ready due: July 30th, 2023 (AoE)
- Early bird registration until: July 30th, 2023 (AoE)
- October 10th-12th, 2023
Theme and Topics
----------------
Microservices are pervading enterprise IT, with many big companies already adopting microservice architectures to deliver their core businesses. Microservices indeed provide an alternative to traditional software architectures, which brings various additional benefits, including increased flexibility, scalability, and improved resilience to failures. Additionally, microservices allow for faster and more efficient development, as well as better collaboration between cross-functional teams. As the technology landscape continues to evolve and become more complex, the importance of microservices in building modern, scalable, and effective applications cannot be overstated.
The 5th International Conference on Microservices (Microservices 2023) seeks contributions from both industry and academia covering all aspects and phases of the design and implementation of microservice architectures, as well as experiences based on daily working with them. Topics of interests include, but are not limited to, the following:
- Software engineering methods for microservices, specifically (but not limited to) agile service design practices, behavior- and domain-driven design
- Formal models for microservices
- Programming languages, notations, and techniques for microservices
- Verification (both static and runtime) of microservice systems
- Testing for microservices: unit tests, system tests, acceptance and regression tests, test-driven service development
- DevOps for microservices, in particular (but not limited to) continuous deployment and distributed monitoring
- Microservices in the context of development, security, and operations (DevSecOps)
- Secure by design in the context of Microservices
- Microservice operation and contributor analysis
- Microservice management: fault, configuration, accounting/cost, performance, security
- Co-change and change impact analysis
- Discovery/recovery and reverse engineering of microservices solutions
- Microservice evolution
- Global governance for microservices
- Methodologies for identification, specification, and realization of candidate services
- Patterns for cloud-native application architectures; service API design and management
- Microservices infrastructure components: API gateways, side cars, and service meshes; reactive messaging brokers; service registries; service containers and cluster managers; infrastructure as code
- Function-as-a-service and serverless cloud offerings; service-based event sourcing and data streaming architectures
- Security and other service quality concerns (consistency, availability, recoverability) in microservices; dealing with General Data Protection Regulation (GDPR) compliance and other data privacy requirements Testing for microservices: unit tests, system tests, acceptance and regression tests, test-driven service development Internet technologies: services, human interactions, data analytics and AI for IoT, architecture things centric, sensor networks, security, privacy, applications
- AI and Microservices (including Datasets, Open-source technology)
- Cyber-physical Systems: AI/ML applications, security
- Industrial case studies and applications: Data Science/Big Data, Smart Industry, Healthcare, Government, Manufacturing, Logistics and Supply Chain Management
- Empirical studies of microservices adoption
- Case Studies and Surveys on the topic of Microservices
- Sustainable practices in the Microservices community
- Education about Microservices technologies
Submissions Guidelines
----------------------
A submission should describe a talk to be given at the conference in the form of extended abstracts with a maximum of two pages for talks from industry and six pages for academic presentations (including references). Submissions can be based on work in progress, scientific work published or submitted for publication, practical experience reports, or practical tool demonstrations. They must further be prepared using the TBA template, be in PDF format, printable in black and white on A4 paper, and interpretable by common PDF tools. Submissions must be in English.
Contributions may be submitted via TBA. The submission deadline is June 25th, 2023 AoE. Resubmissions are allowed until the submission deadline.
Contributions will be reviewed and selected by the Program Committee. Extended abstracts of accepted contributions will be available electronically before the conference. Selected contributions will be invited to submit manuscripts based on their abstracts for conference post-proceedings.
Organisation
------------
General Chair:
Antonio Brogi, University of Pisa (IT)
Program Chairs:
Tomas Cerny, Baylor University (US)
Valentina Lenarduzzi, University of Oulu (FI)
Jacopo Soldani, University of Pisa (IT)
Industrial Liaison Chair:
Claudio Guidi, italianaSoftware (IT)
Publicity Chair:
Alessandro Bocci, University of Pisa (IT)
Philip Wizenty, University of Applied Sciences and Arts Dortmund (DE)
Local Chairs:
Stefano Forti, University of Pisa (IT)
Steering Committee
-----------------
Giulio Manzonetto, Université Sorbonne Paris Nord
Fabrizio Montesi, University of Southern Denmark
Sabine Sachweh, University of Applied Sciences and Arts Dortmund
Program Committee
-----------------
Amr S. Abdelfattah, Baylor University (USA)
Nour Ali, Brunel University London (UK)
Carlo Aliprandi, Extra RED (IT)
Hernán Astudillo, Universidad Técnica Federico Santa Maria (CL)
Luciano Baresi, Politecnico di Milano (IT)
Justus Bogner, University of Stuttgart (DE)
Andrea Janes, Vorarlberg University of Applied Science (AT)
Ivan Lanese, University of Bologna (IT)
Pavas Navaney, Oracle (USA)
Phu Nguyen, SINTEF (NO)
Claus Pahl, Free University of Bozen-Bolzano (IT)
Florian Rademacher, RWTH Aachen University (DE)
Larisa Safina, INRIA (FR)
Davide Taibi, University of Oulu (FI)
Pavel Tisnovsky, Red Hat (USA)
Nabil El Ioini, The University of Nottingham (MY)
Richard Lipka, University of West Bohemia (CZ)
Muhammad Waseem, University of Jyväskylä (FI)
Contact Information
-------------------
Please contact us if you have questions: https://www.conf-micro.services/2023/contact/
Post-doc position announcement
Post-doc positions are available at the National University of Singapore
in the area of trustworthy software, in the group of Abhik Roychoudhury.
The focus of the group in software testing and program analysis as well
as related topics like trustworthy AI. Details may be found from the
group website.
*https://nus-tss.github.io/*
The group has graduated many past PhD and post-doc alumni, with academic
placements all over the world. The alumni placement track record can be
seen from
*https://nus-tss.github.io/team/*
The National University of Singapore (/https://www.nus.edu.sg//)
provides an engaging work environment. Salary and other benefits for the
position are competitive.
Interested applicants can email their CV to Neo Chee Yong
*neocy(a)nus.edu.sg* with CC to *abhik(a)comp.nus.edu.sg*
Candidates who have submitted their PhD thesis but have not received the
PhD degree, are also eligible to apply.
Thanks
--
-Abhik Roychoudhury
School of Computing
National University of Singapore
https://abhikrc.com
[Apologies for cross-posting]
CALL FOR PAPERS
******************************************************
Data Privacy Management (DPM 2023)
18th International Workshop
September 25-29, 2023, The Hague, The Netherlands
(co-located with ESORICS 2023 and CBT 2023)
website: https://deic.uab.cat/dpm/dpm2023/
Deadline extended to June 30, 2023 --- Firm deadline ---
******************************************************
IMPORTANT DATES
======================
Submission Deadline:
-- June 30, 2023 --- already extended! ---
Notification:
-- July 30, 2023
Camera Ready:
-- August 20, 2023
======
SCOPE
======
DPM is an annual international workshop covering research in data
privacy management. Organizations are increasingly concerned
about the privacy of information that they manage (as witnessed,
for example, by lawsuits filed against organizations for
violating the privacy of customer's data). Thus, the management
of privacy-sensitive information is very critical and important
for every organization.
This poses several challenging problems, such as how to translate the
high-level business goals into system-level privacy policies,
administration of privacy-sensitive data, privacy preserving data
integration and engineering, privacy preserving access control
mechanisms, information-oriented security, and query execution on
privacy-sensitive data for partial answers. Starting from these
observations, the aim of DPM is to discuss and exchange ideas related
to data privacy management. We invite papers from researchers and
practitioners working in privacy, security, trustworthy data systems
and related areas to submit their original papers in this workshop.
Submissions by PhD students as well as controversial ideas are
encouraged. Case studies (successful or not) are also encouraged.
TOPICS
========
Topics of interest include, but are not limited to:
- Privacy in Machine Learning
- Privacy Information Management
- Privacy Policy-based Infrastructures and Architectures
- Privacy-oriented Access Control Languages and Models
- Privacy in Trust Management
- Privacy in Cryptocurrencies
- Privacy Data Integration
- Privacy Risk Assessment and Assurance
- Privacy Services
- Privacy Policy Analysis
- Data Protection Regulations in Practice
- Cryptographic Protocols for Privacy
- Query Execution over Privacy Sensitive Data
- Privacy Preserving Data Mining
- Privacy for Integrity-based Computing
- Privacy Monitoring and Auditing
- Privacy in Social Networks
- Privacy in Ambient Intelligence (AmI) Applications
- Individual Privacy vs. Corporate/National Security
- Privacy in computer networks
- Privacy and RFIDs
- Privacy and Big Data
- Privacy in sensor networks
- Privacy in the Internet of Things
PAPER SUBMISSIONS
===================
Submitted papers must not substantially overlap papers that have been
published or that are simultaneously submitted to a journal or a
conference with proceedings. Papers can be submitted as Full Papers or
Short Papers. Full papers should be at most 16 pages in the LNCS
format, including the bibliography and well-marked appendices. Short
papers should be at most 8 pages in the LNCS format, including the
bibliography and well-marked appendices. Program Committee members are
not required to read the appendices, so papers should be intelligible
without them.
Authors should indicate whether their paper is a short paper to
differentiate them from full papers. All submissions must be written
in English. It is planned to have accepted papers published by
Springer in the Lecture Notes in Computer Science (LNCS) series, the
LNCS template can be found at
http://www.springer.com/computer/lncs/lncs+authors.
Authors must submit their papers by the indicated deadline, using the
EasyChair web site:
https://easychair.org/conferences/?conf=dpm2023
Only PDF files will be accepted (a Latex source file will be required
for the
final version of the accepted papers). All papers will be refereed. Accepted
papers must be presented at the Workshop. At least one author of each
accepted
paper must register to the workshop, by the early date indicated by the
organizers, and present the paper.
PROGRAM CHAIRS
===============
Joaquin Garcia-Alfaro (Institut Polytechnique de Paris)
Guillermo Navarro-Arribas (Universitat Autonoma de Barcelona)
PROGRAM COMMITTEE
=================
Esma Aimeur (University of Montreal)
Ken Barker (University of Calgary)
Jordi Casas-Roma (Universitat Oberta de Catalunya)
Jordi Castella-Roca (Universitat Rovira i Virgili)
Mauro Conti (University of Padua)
Mathieu Cunche (University of Lyon / Inria)
Frederic Cuppens (Polytechnique Montreal)
Nora Cuppens-Boulahia (Polytechnique Montreal)
Mila Dalla Preda (University of Verona)
Sabrina De Capitani di Vimercati (Universita degli Studi di Milano)
Josep Domingo-Ferrer (Universitat Rovira i Virgili)
Nicolas E. Diaz Ferreyra (Hamburg University of Technology)
Jose M. De Fuentes (Universidad Carlos III de Madrid)
Sebastien Gambs (Universite du Quebec a Montreal)
Lorena Gonzalez Manzano (Universidad Carlos III de Madrid)
M.Emre Gursory (Koç University)
Guy-Vincent Jourdan (University of Ottawa)
Marc Juarez (University of Edinburgh)
Christos Kalloniatis (University of the Aegean)
Bruce Kapron (University of Victoria)
Sokratis Katsikas (Norwegian University of Science and Technology)
Christophe Kiennert (Telecom SudParis)
Hiroaki Kikuchi (Meiji University)
Evangelos Kranakis (Carleton University)
Romain Laborde (University Paul Sabatier Toulouse III)
Patrick Lacharme (Ensicaen)
Costas Lambrinoudakis (University of Piraeus)
Giovanni Livraga (University of Milan)
Brad Malin (Vanderbilt University)
Lukas Malina (Brno University of Technology)
Chris Mitchell (Royal Holloway, University of London)
Benjamin Nguyen (INSA Centre Val de Loire)
MartÃn Ochoa (AppGate Inc.)
Gerardo Pelosi (Politecnico di Milano)
Isabel Praca (GECAD / ISEP)
Kai Rannenberg (Goethe University Frankfurt)
Ruben Rios (Universidad de Malaga)
Pierangela Samarati (Universita degli Studi di Milano)
Alexandre Viejo (Universitat Rovira i Virgili)
Isabel Wagner (De Montfort University)
Jens Weber (University of Victoria)
Lena Wiese (University of Gottingen)
Nicola Zannone (Eindhoven University of Technology)
Melek Onen (EURECOM)
==================
VENUE/FORMAT
==================
The workshop will be held in The Hague, The Netherlands, in conjunction
with the 28th annual European Symposium on Research in Computer
Security, ESORICS. More information on accommodation and venue available
from the ESORICS 2023 website at https://esorics2023.org/
This call for papers and additional information about DPM 2023
can be found at https://deic.uab.cat/dpm/dpm2023/
Kinldy contact dpm2023(a)easychair.org in case of doubts or questions.
International Conference on Microservices: Call for Papers
==========================================================
Fifth International Conference on Microservices
October 10th-12th 2023, Pisa, Italy
https://www.conf-micro.services/2023/
Important Dates (EXTENDED)
---------------
- Submission deadline : July 09th, 2023 (AoE) (extended)
- Notification to authors: July 19th, 2023 (AoE) (extended)
- Camera-ready due: July 30th, 2023 (AoE)
- Early bird registration until: July 30th, 2023 (AoE)
- October 10th-12th, 2023
Theme and Topics
----------------
Microservices are pervading enterprise IT, with many big companies already adopting microservice architectures to deliver their core businesses. Microservices indeed provide an alternative to traditional software architectures, which brings various additional benefits, including increased flexibility, scalability, and improved resilience to failures. Additionally, microservices allow for faster and more efficient development, as well as better collaboration between cross-functional teams. As the technology landscape continues to evolve and become more complex, the importance of microservices in building modern, scalable, and effective applications cannot be overstated.
The 5th International Conference on Microservices (Microservices 2023) seeks contributions from both industry and academia covering all aspects and phases of the design and implementation of microservice architectures, as well as experiences based on daily working with them. Topics of interests include, but are not limited to, the following:
- Software engineering methods for microservices, specifically (but not limited to) agile service design practices, behavior- and domain-driven design
- Formal models for microservices
- Programming languages, notations, and techniques for microservices
- Verification (both static and runtime) of microservice systems
- Testing for microservices: unit tests, system tests, acceptance and regression tests, test-driven service development
- DevOps for microservices, in particular (but not limited to) continuous deployment and distributed monitoring
- Microservices in the context of development, security, and operations (DevSecOps)
- Secure by design in the context of Microservices
- Microservice operation and contributor analysis
- Microservice management: fault, configuration, accounting/cost, performance, security
- Co-change and change impact analysis
- Discovery/recovery and reverse engineering of microservices solutions
- Microservice evolution
- Global governance for microservices
- Methodologies for identification, specification, and realization of candidate services
- Patterns for cloud-native application architectures; service API design and management
- Microservices infrastructure components: API gateways, side cars, and service meshes; reactive messaging brokers; service registries; service containers and cluster managers; infrastructure as code
- Function-as-a-service and serverless cloud offerings; service-based event sourcing and data streaming architectures
- Security and other service quality concerns (consistency, availability, recoverability) in microservices; dealing with General Data Protection Regulation (GDPR) compliance and other data privacy requirements Testing for microservices: unit tests, system tests, acceptance and regression tests, test-driven service development Internet technologies: services, human interactions, data analytics and AI for IoT, architecture things centric, sensor networks, security, privacy, applications
- AI and Microservices (including Datasets, Open-source technology)
- Cyber-physical Systems: AI/ML applications, security
- Industrial case studies and applications: Data Science/Big Data, Smart Industry, Healthcare, Government, Manufacturing, Logistics and Supply Chain Management
- Empirical studies of microservices adoption
- Case Studies and Surveys on the topic of Microservices
- Sustainable practices in the Microservices community
- Education about Microservices technologies
Submissions Guidelines
----------------------
A submission should describe a talk to be given at the conference in the form of extended abstracts with a maximum of two pages for talks from industry and six pages for academic presentations (including references). Submissions can be based on work in progress, scientific work published or submitted for publication, practical experience reports, or practical tool demonstrations. They must further be prepared using the TBA template, be in PDF format, printable in black and white on A4 paper, and interpretable by common PDF tools. Submissions must be in English.
Contributions may be submitted via TBA. The submission deadline is June 25th, 2023 AoE. Resubmissions are allowed until the submission deadline.
Contributions will be reviewed and selected by the Program Committee. Extended abstracts of accepted contributions will be available electronically before the conference. Selected contributions will be invited to submit manuscripts based on their abstracts for conference post-proceedings.
Organisation
------------
General Chair:
Antonio Brogi, University of Pisa (IT)
Program Chairs:
Tomas Cerny, Baylor University (US)
Valentina Lenarduzzi, University of Oulu (FI)
Jacopo Soldani, University of Pisa (IT)
Industrial Liaison Chair:
Claudio Guidi, italianaSoftware (IT)
Publicity Chair:
Alessandro Bocci, University of Pisa (IT)
Philip Wizenty, University of Applied Sciences and Arts Dortmund (DE)
Local Chairs:
Stefano Forti, University of Pisa (IT)
Steering Committee
-----------------
Giulio Manzonetto, Université Sorbonne Paris Nord
Fabrizio Montesi, University of Southern Denmark
Sabine Sachweh, University of Applied Sciences and Arts Dortmund
Program Committee
-----------------
Amr S. Abdelfattah, Baylor University (USA)
Nour Ali, Brunel University London (UK)
Carlo Aliprandi, Extra RED (IT)
Hernán Astudillo, Universidad Técnica Federico Santa Maria (CL)
Luciano Baresi, Politecnico di Milano (IT)
Justus Bogner, University of Stuttgart (DE)
Andrea Janes, Vorarlberg University of Applied Science (AT)
Ivan Lanese, University of Bologna (IT)
Pavas Navaney, Oracle (USA)
Phu Nguyen, SINTEF (NO)
Claus Pahl, Free University of Bozen-Bolzano (IT)
Florian Rademacher, RWTH Aachen University (DE)
Larisa Safina, INRIA (FR)
Davide Taibi, University of Oulu (FI)
Pavel Tisnovsky, Red Hat (USA)
Nabil El Ioini, The University of Nottingham (MY)
Richard Lipka, University of West Bohemia (CZ)
Muhammad Waseem, University of Jyväskylä (FI)
Contact Information
-------------------
Please contact us if you have questions: https://www.conf-micro.services/2023/contact/
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Kishor Jothimurugan, an incoming Quantitative Researcher at Two Sigma. The
talk is scheduled on Tuesday, June 20, at 1900 hrs IST (add to Google
calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NjViM244cW…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Specification-Guided Reinforcement Learning
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: Recent advances in Reinforcement Learning (RL) have enabled
data-driven controller design for autonomous systems such as robotic arms
and self-driving cars. Applying RL to such a system typically involves
encoding the objective using a reward function (mapping transitions of the
system to real values) and then training a neural network controller (from
simulations of the system) to maximize the expected reward. However, many
challenges arise when we try to train controllers to perform complex
long-horizon tasks---e.g., navigating a car along a complex track with
multiple turns. Firstly, it is quite challenging to manually define
well-shaped reward functions for such tasks. It is much more natural to use
a high-level specification language such as Linear Temporal Logic (LTL) to
specify these tasks. Secondly, existing algorithms for learning controllers
from logical specifications do not scale well to complex tasks due to a
number of reasons including the use of sparse rewards and lack of
compositionality. Furthermore, existing algorithms for verifying neural
network policies (trained using RL) cannot be easily applied to verify
policies for complex long-horizon tasks due to large approximation errors.
In this talk, I will present my work on using logical specifications to
specify RL tasks. First, I'll talk about algorithms for learning control
policies from such specifications. Then, I'll show how we can use logical
task decompositions to scale verification to long-horizons.
Bio: Kishor Jothimurugan is an incoming Quantitative Researcher at Two
Sigma. He earned his PhD in Computer and Information Science from the
University of Pennsylvania, where he was advised by Prof. Rajeev Alur. His
research interests lie at the intersection of Formal Methods and Machine
Learning. In particular, he is interested in applying formal methods to
improve applicability and reliability of reinforcement learning, verifying
systems with neural network components and using neurosymbolic approaches
to improve program synthesis and analysis.
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Kishor Jothimurugan, an incoming Quantitative Researcher at Two Sigma. The
talk is scheduled on Tuesday, June 20, at 1900 hrs IST (add to Google
calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NjViM244cW…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Specification-Guided Reinforcement Learning
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: Recent advances in Reinforcement Learning (RL) have enabled
data-driven controller design for autonomous systems such as robotic arms
and self-driving cars. Applying RL to such a system typically involves
encoding the objective using a reward function (mapping transitions of the
system to real values) and then training a neural network controller (from
simulations of the system) to maximize the expected reward. However, many
challenges arise when we try to train controllers to perform complex
long-horizon tasks---e.g., navigating a car along a complex track with
multiple turns. Firstly, it is quite challenging to manually define
well-shaped reward functions for such tasks. It is much more natural to use
a high-level specification language such as Linear Temporal Logic (LTL) to
specify these tasks. Secondly, existing algorithms for learning controllers
from logical specifications do not scale well to complex tasks due to a
number of reasons including the use of sparse rewards and lack of
compositionality. Furthermore, existing algorithms for verifying neural
network policies (trained using RL) cannot be easily applied to verify
policies for complex long-horizon tasks due to large approximation errors.
In this talk, I will present my work on using logical specifications to
specify RL tasks. First, I'll talk about algorithms for learning control
policies from such specifications. Then, I'll show how we can use logical
task decompositions to scale verification to long-horizons.
Bio: Kishor Jothimurugan is an incoming Quantitative Researcher at Two
Sigma. He earned his PhD in Computer and Information Science from the
University of Pennsylvania, where he was advised by Prof. Rajeev Alur. His
research interests lie at the intersection of Formal Methods and Machine
Learning. In particular, he is interested in applying formal methods to
improve applicability and reliability of reinforcement learning, verifying
systems with neural network components and using neurosymbolic approaches
to improve program synthesis and analysis.
----- Forwarded message -----
Dear All,
ICISS 2023 (the 19th International Conference on Information Systems Security)
is accepting submissions now.
Conference website: https://iciss.isrdc.in
Submission link: https://easychair.org/conferences/?conf=iciss20231
CFP link: https://iciss.isrdc.in/wp-content/uploads/2023/06/cfp-iciss-2023.txt
Please consider submitting to ICISS and encourage your group to participate.
______________________________________________________________________
CALL FOR PAPERS
ICISS 2023
19th International Conference on Information Systems Security
(December 16 - 20, 2023)
NIT Raipur, India
https://iciss.isrdc.in
Submission Deadline: July 20, 2023
______________________________________________________________________
The 19th ICISS will be held at the National Institute of Technology
(NIT) Raipur between December 16 and 20, 2023. This annual conference
provides a forum for researchers and industry practitioners of
security to present their cutting-edge research and use case
experiences. We solicit previously unpublished technical papers in the
field of Security & Privacy. Papers that involve innovative solutions,
usability studies, longitudinal studies, industrial use cases, and SoK
are welcome.
This year, we will also accept PoCs of security applications under a
separate demo track and allow submission of artefacts; a separate call
will be announced on the conference website in due course of time. A
broad but non-exhaustive list of topics of interest is as below:
......................................................................
SYSTEMS SECURITY ACCESS CONTROL
OS, VM, containers, cloud Authentication, MFA
Network: SDN, NFV, SD-WAN Authorization model/policy
IoT, RFID, SCADA systems PKI & Trust management
Communication Protocols Information flow control
IDS, IPS, SIEM, XDR, etc
Honeypot, Botnet, etc
PRIVACY
PETs, anonymization tech
APPLICATION SECURITY Deidentification attacks
Vulnerabilities, DevSecOps Surveillance & Censorship
API security, WAF, OWASP Inference, correlation
Static/Binary analysis, Zero trust
Malware, Ransomware, APTs
HARDWARE SECURITY
Remote attestation, PUFs
BLOCKCHAIN Trojans, Backdoors, FPGA
Cryptocurrency, stablecoins TEE, TRNG, 2FA, wallets
Interoperability, scalability
Smart contracts, concurrency
DIDs, NFTs, CBDCs, AML EMERGING TECH/STANDARDS
ChatGPT, LaMDA, Dall-E 2, etc
Security-by-design, SBOM
SECURITY IN AI/ML Privacy-by-design, STIX/TAXII
Adversarial learning/inputs
Bias, fairness, explainability
Model stealing, poisoning S&P USE CASES
Trustworthiness e-voting, e-gov, smart cities
Deep fakes, misinformation COVID-19 contact tracing
......................................................................
All submissions must be written in English; the PDF version should
not exceed 20 pages; including the bibliography and
appendices. Authors must use the LNCS template to create the
manuscript. The conference proceedings will appear in the Springer
LNCS series. Proceedings of past editions are available at:
https://dblp.org/db/conf/iciss. The extended versions of a select few
accepted papers will be invited for publication in the Indian Academy
of Science's journal Sadhana. Further details will be made available
on the conference website in due course of time.
Submission Link: https://easychair.org/conferences/?conf=iciss20231
*** The BEST PAPER award is sponsored by IDRBT Hyderabad. ***
Important Dates (in AoE):
Submission deadline: July 20
Acceptance notification: Sep 15
Camera-ready deadline: Sep 25
Steering Committee:
Venu Govindaraju, University of Buffalo
Sushil Jajodia, George Mason University
Somesh Jha, University of Wisconsin
Atul Prakash, University of Michigan
Pierangela Samarati, University of Milan
RK Shyamasundar, IIT Bombay
General Chair:
R.K. Shyamasundar, IIT Bombay
Program Chairs:
Vallipuram Muthukkumarasamy, Griffith University
Sithu D Sudarsan, CDAC Bangalore
Related Links:
[Conference Website]
https://iciss.isrdc.in
[Call for Papers]
https://iciss.isrdc.in/wp-content/uploads/2023/05/ICISS-2023-CFP-v3.1.pdfhttps://iciss.isrdc.in/wp-content/uploads/2023/06/cfp-iciss-2023.txt
[Call for Tutorials/PhD Forum]
https://iciss.isrdc.in/tutorials/
[Submissions]
https://easychair.org/conferences/?conf=iciss20231
______________________________________________________________________
Contact: ivishwas(a)gmail.com
______________________________________________________________________
----- End forwarded message -----
December 18-20, 2023 at IIIT Hyderabad [1], India
Website: https://www.fsttcs.org.in/2023/
FSTTCS 2023 is the 43rd conference on Foundations of Software Technology
and Theoretical Computer Science. It is organised by IARCS [2], the
Indian Association for Research in Computing Science, in association
with ACM India [3]. It is a forum for presenting original results in
foundational aspects of Computer Science and Software Technology.
IMPORTANT DATES (all dates are AoE)
Abstract Submission: July 12, 2023
Paper Submission: July 19, 2023
Notification: September 22, 2023
Camera Ready: October 5, 2023
Conference: December 18-20, 2023
Workshops: TBA
PAPER SUBMISSION
FSTTCS 2023 solicits high quality papers reporting research results to
the topics mentioned below. Submissions must be in electronic form via
EasyChair [4] using the LIPIcs LaTeX style file available here [5].
Submissions must not exceed 15 pages (excluding bibliography and a
clearly marked appendix containing technical details). The appendix will
be read only at the discretion of the program committee. Simultaneous
submissions to journals or other conferences with published proceedings
are disallowed.
Accepted papers will be published as proceedings of the conference in
the Leibniz International Proceedings in Informatics (LIPIcs) [6] as a
free, open, electronic archive with access to all. Authors will retain
full rights over their work. The accepted papers will be published under
a CC-BY license [7].
For an accepted paper to be included in the proceedings, one of the
authors must commit to presenting the paper in person at the conference.
TOPICS
TRACK A
* Algebraic Complexity
* Algorithms and Data Structures
* Algorithmic Graph Theory and Combinatorics
* Approximation Algorithms
* Combinatorial Optimization
* Communication Complexity
* Computational Biology
* Computational Geometry
* Computational Learning Theory
* Cryptography and Security
* Data Streaming and Sublinear algorithms
* Economics and Computation
* Parallel, Distributed and Online Algorithms
* Parameterized Complexity
* Proof Complexity
* Quantum Computing
* Randomness in Computing
* Theoretical Aspects of Mobile and High-Performance Computing
TRACK B
* Automata, Games and Formal Languages
* Logic in Computer Science
* Modal and Temporal Logics
* Models of Concurrent, Distributed and Mobile Systems
* Models of Timed, Reactive, Hybrid and Stochastic and Quantum Systems
* Model Theory
* Principles and Semantics of Programming Languages
* Program Analysis and Transformation
* Security protocols
* Specification, Verification and Synthesis
* Theorem Proving and Decision Procedures
PROGRAM COMMITTEE
TRACK A
* Siddharth Barman [8] (The Indian Institute of Science, Bengaluru,
India)
* Arnab Bhattacharyya [9] (National University of Singapore,
Singapore)
* Parinya Chalermsook [10] (Aalto University, Finland)
* Sivakanth Gopi [11] (Microsoft Research Redmond, USA)
* Karthik C.S. [12] (Rutgers University, USA)
* Venkata Koppula [13] (IIT Delhi, India)
* Rucha Kulkarni [14] (University of Illinois, Urbana-Champaign, USA)
* Mrinal Kumar [15] (TIFR, Mumbai, India)
* Paloma Lima [16] (IT University of Copenhagen, Denmark)
* Meena Mahajan [17] (The Institute of Mathematical Sciences, Chennai,
India)
* Nikhil Mande [18] (University of Liverpool, UK)
* Neeldhara Misra [19] (IIT Gandhinagar, India)
* Sagnik Mukhopadhyay [20] (University of Sheffield, UK)
* Meghana Nasre [21] (IIT Madras, India)
* Noga Ron-Zewi [22] (University of Haifa, Israel)
* Chris Schwiegelshohn [23] (University of Aarhus, Denmark)
* Srikanth Srinivasan [24] (University of Aarhus, Denmark) - Track A
chair
TRACK B
* Aiswarya C. [25] (Chennai Mathematical Institute, India)
* Guy Avni [26] (University of Haifa, Israel)
* Francesco Belardinelli [27] (Imperial College, UK)
* Dietmar Berwanger [28] (CNRS, LMF, France)
* Patricia Bouyer [29] (CNRS, LMF France) - Track B chair
* Arnaud Carayol [30] (Université Gustave Eiffel, LIGM, France)
* Supratik Chakraborty [31] (IIT Bombay, India)
* Lorenzo Clemente [32] (University of Warsaw, Poland)
* Ugo Dal Lago [33] (Università di Bologna, Italy)
* P. Madhusudan [34] (University of Illinois, Urbana-Champaign, USA)
* Pavithra Prabhakar [35] (Kansas State University, USA)
* Prakash Saivasan [36] (The Institute of Mathematical Science,
Chennai, India)
* Abhisekh Sankaran [37] (Tata Consultancy Services Research, Pune,
India)
* B. Srivathsan [38] (Chennai Mathematical Institute, India)
* Nathalie Sznajder [39] (Sorbonne Université, LIP6, France)
* Tony Tan [40] (National Taiwan University)
STEERING COMMITTEE
*
Paul Gastin [41] LSV, ENS Paris-Saclay
*
Amit Kumar [42] Indian Institute of Technology, Delhi (Chair)
*
S Krishna [43] Indian Institute of Technology, Bombay
*
G Ramalingam [44] Microsoft Research, Bangalore
*
Venkatesh Raman [45] The Institute of Mathematical Sciences, Chennai
*
Kavitha Telikepalli [46] Tata Institute of Fundamental Research, Mumbai
Links:
------
[1] https://www.iiit.ac.in/
[2] http://www.iarcs.org.in/
[3] https://india.acm.org/
[4] https://easychair.org/my/conference?conf=fsttcs2023
[5] https://submission.dagstuhl.de/documentation/authors
[6] https://www.dagstuhl.de/en/publications/lipics/
[7] https://creativecommons.org/licenses/by/3.0/
[8] https://www.csa.iisc.ac.in/~barman/
[9] https://www.comp.nus.edu.sg/~arnab/
[10] https://sites.google.com/site/parinyachalermsook/
[11] https://www.microsoft.com/en-us/research/people/sigopi/
[12] http://karthikcs.org/
[13] https://web.iitd.ac.in/~kvenkata/
[14] https://ruchark2.web.engr.illinois.edu/
[15] https://mrinalkr.bitbucket.io/
[16] https://www.ii.uib.no/~palomal/
[17] https://www.imsc.res.in/~meena/
[18] https://mande-nikhil.github.io/
[19] https://iitgn.ac.in/faculty/cse/neeldhara
[20] https://sagnikm.github.io/
[21] http://www.cse.iitm.ac.in/~meghana/
[22] https://sites.google.com/view/nogazewi
[23] https://cs.au.dk/~schwiegelshohn/
[24] https://cs.au.dk/~srikanth/
[25] https://www.cmi.ac.in/~aiswarya/
[26] https://sites.google.com/view/gavni
[27] https://www.doc.ic.ac.uk/~fbelard/
[28] http://www.lsv.fr/~dwb/
[29] http://www.lsv.fr/~bouyer/
[30] http://www-igm.univ-mlv.fr/~carayol/
[31] https://www.cse.iitb.ac.in/~supratik/
[32] https://sites.google.com/view/lorenzoclemente/
[33] https://udallago.github.io/
[34] https://madhu.cs.illinois.edu/
[35] https://people.cs.ksu.edu/~pprabhakar/
[36] https://www.imsc.res.in/prakash_saivasan
[37] https://abhisekhs.github.io/
[38] https://www.cmi.ac.in/~sri/
[39] https://pages.lip6.fr/Nathalie.Sznajder/
[40] https://www.csie.ntu.edu.tw/~tonytan/
[41] http://www.lsv.fr/~gastin/
[42] http://www.cse.iitd.ernet.in/~amitk/
[43] https://www.cse.iitb.ac.in/~krishnas/
[44] https://www.microsoft.com/en-us/research/people/grama/
[45] https://www.imsc.res.in/~vraman/
[46] https://www.tcs.tifr.res.in/~kavitha/
[Apologies for cross-posting]
CALL FOR PAPERS
******************************************************
Data Privacy Management (DPM 2023)
18th International Workshop
September 25-29, 2023, The Hague, The Netherlands
(co-located with ESORICS 2023 and CBT 2023)
website: https://deic.uab.cat/dpm/dpm2023/
******************************************************
IMPORTANT DATES
======================
Submission Deadline:
-- June 16, 2023
Notification:
-- July 30, 2023
Camera Ready:
-- August 20, 2023
======
SCOPE
======
DPM is an annual international workshop covering research in data
privacy management. Organizations are increasingly concerned
about the privacy of information that they manage (as witnessed,
for example, by lawsuits filed against organizations for
violating the privacy of customer's data). Thus, the management
of privacy-sensitive information is very critical and important
for every organization.
This poses several challenging problems, such as how to translate the
high-level business goals into system-level privacy policies,
administration of privacy-sensitive data, privacy preserving data
integration and engineering, privacy preserving access control
mechanisms, information-oriented security, and query execution on
privacy-sensitive data for partial answers. Starting from these
observations, the aim of DPM is to discuss and exchange ideas related
to data privacy management. We invite papers from researchers and
practitioners working in privacy, security, trustworthy data systems
and related areas to submit their original papers in this workshop.
Submissions by PhD students as well as controversial ideas are
encouraged. Case studies (successful or not) are also encouraged.
TOPICS
========
Topics of interest include, but are not limited to:
- Privacy in Machine Learning
- Privacy Information Management
- Privacy Policy-based Infrastructures and Architectures
- Privacy-oriented Access Control Languages and Models
- Privacy in Trust Management
- Privacy in Cryptocurrencies
- Privacy Data Integration
- Privacy Risk Assessment and Assurance
- Privacy Services
- Privacy Policy Analysis
- Data Protection Regulations in Practice
- Cryptographic Protocols for Privacy
- Query Execution over Privacy Sensitive Data
- Privacy Preserving Data Mining
- Privacy for Integrity-based Computing
- Privacy Monitoring and Auditing
- Privacy in Social Networks
- Privacy in Ambient Intelligence (AmI) Applications
- Individual Privacy vs. Corporate/National Security
- Privacy in computer networks
- Privacy and RFIDs
- Privacy and Big Data
- Privacy in sensor networks
- Privacy in the Internet of Things
PAPER SUBMISSIONS
===================
Submitted papers must not substantially overlap papers that have been
published or that are simultaneously submitted to a journal or a
conference with proceedings. Papers can be submitted as Full Papers or
Short Papers. Full papers should be at most 16 pages in the LNCS
format, including the bibliography and well-marked appendices. Short
papers should be at most 8 pages in the LNCS format, including the
bibliography and well-marked appendices. Program Committee members are
not required to read the appendices, so papers should be intelligible
without them.
Authors should indicate whether their paper is a short paper to
differentiate them from full papers. All submissions must be written
in English. It is planned to have accepted papers published by
Springer in the Lecture Notes in Computer Science (LNCS) series, the
LNCS template can be found at
http://www.springer.com/computer/lncs/lncs+authors.
Authors must submit their papers by the indicated deadline, using the
EasyChair web site:
https://easychair.org/conferences/?conf=dpm2023
Only PDF files will be accepted (a Latex source file will be required
for the
final version of the accepted papers). All papers will be refereed. Accepted
papers must be presented at the Workshop. At least one author of each
accepted
paper must register to the workshop, by the early date indicated by the
organizers, and present the paper.
PROGRAM CHAIRS
===============
Joaquin Garcia-Alfaro (Institut Polytechnique de Paris)
Guillermo Navarro-Arribas (Universitat Autonoma de Barcelona)
PROGRAM COMMITTEE
=================
Esma Aimeur (University of Montreal)
Ken Barker (University of Calgary)
Jordi Casas-Roma (Universitat Oberta de Catalunya)
Jordi Castella-Roca (Universitat Rovira i Virgili)
Mauro Conti (University of Padua)
Mathieu Cunche (University of Lyon / Inria)
Frederic Cuppens (Polytechnique Montreal)
Nora Cuppens-Boulahia (Polytechnique Montreal)
Mila Dalla Preda (University of Verona)
Sabrina De Capitani di Vimercati (Universita degli Studi di Milano)
Josep Domingo-Ferrer (Universitat Rovira i Virgili)
Nicolas E. Diaz Ferreyra (Hamburg University of Technology)
Jose M. De Fuentes (Universidad Carlos III de Madrid)
Sebastien Gambs (Universite du Quebec a Montreal)
Lorena Gonzalez Manzano (Universidad Carlos III de Madrid)
Guy-Vincent Jourdan (University of Ottawa)
Marc Juarez (University of Edinburgh)
Christos Kalloniatis (University of the Aegean)
Bruce Kapron (University of Victoria)
Sokratis Katsikas (Norwegian University of Science and Technology)
Christophe Kiennert (Telecom SudParis)
Hiroaki Kikuchi (Meiji University)
Evangelos Kranakis (Carleton University)
Romain Laborde (University Paul Sabatier Toulouse III)
Patrick Lacharme (Ensicaen)
Costas Lambrinoudakis (University of Piraeus)
Giovanni Livraga (University of Milan)
Brad Malin (Vanderbilt University)
Lukas Malina (Brno University of Technology)
Chris Mitchell (Royal Holloway, University of London)
Benjamin Nguyen (INSA Centre Val de Loire)
Martín Ochoa (AppGate Inc.)
Gerardo Pelosi (Politecnico di Milano)
Isabel Praca (GECAD / ISEP)
Kai Rannenberg (Goethe University Frankfurt)
Ruben Rios (Universidad de Malaga)
Pierangela Samarati (Universita degli Studi di Milano)
Alexandre Viejo (Universitat Rovira i Virgili)
Isabel Wagner (De Montfort University)
Jens Weber (University of Victoria)
Lena Wiese (University of Gottingen)
Nicola Zannone (Eindhoven University of Technology)
Melek Onen (EURECOM)
This call for papers and additional information about DPM 2023
can be found at https://deic.uab.cat/dpm/dpm2023/
Kinldy contact dpm2023(a)easychair.org in case of doubts or questions
***************************************************************************
CALL FOR PAPERS
***************************************************************************
(Apologies if you receive multiple copies of this CFP)
18th International Conference on Risks and Security of Internet and
Systems (CRiSIS 2023).
https://crisis-conference.org/
6-8 Dec, 2023, Rabat, Morocco
IMPORTANT DATES
----------------------------
Submission deadline: June 23th, 2023
Notification of acceptance: August 10th, 2023
Camera-ready paper due: September 23nd, 2023
The International Conference on Risks and Security of Internet and
Systems 2023 will be the 18th in a series dedicated to security issues
in Internet-related applications, networks and systems. Internet has
become essential for the exchange of information between user groups and
organizations from different backgrounds and with different needs and
objectives. These users are exposed to increasing risks regarding
security and privacy, due to the development of more and more
sophisticated online attacks, the growth of Cyber Crime, etc.
Attackers nowadays do not lack motivation and they are more and more
experienced. To make matters worse, for performing attacks have become
easily accessible. Moreover, the increasing complexity as well as the
immaturity of new technologies such as pervasive, mobile and wireless
devices and networks, raise new security challenges. In this context,
new security mechanisms and techniques should be deployed to achieve an
assurance level acceptable for critical domains such as energy,
transportation, health, defense, banking, critical infrastructures,
embedded systems and networks, avionics systems, etc.
The CRiSIS conference offers a remarkable forum for computer and network
security actors from industry, academia and government to meet, exchange
ideas and present recent advances on Internet-related security threats
and vulnerabilities, and on the solutions that are needed to counter them.
TOPICS
-----------
We target contributions from both academia and industrials on the following
topics, but not limited to:
- AI and machine learning based security approaches
- Analysis and management of risk
- Attacks and defenses
- Attack data acquisition and network monitoring
- Authorization, Authentication, and Identity Management
- Blockchain and Distributed Ledger Technologies
- Cryptography, biometrics, watermarking
- Dependability and fault tolerance of Internet applications
- Distributed systems security and safety
- Embedded system security and safety
- Empirical methods for security and risk evaluation
- Hardware-based security and physical security
- Intrusion detection and prevention systems
- Organizational, ethical, and legal issues
- Privacy protection and anonymization
- Risk-aware access and usage control
- Analysis and management of cyber crisis
- Security and risk assessment
- Security and risks metrics
- Security and dependability of operating systems
- Security and safety of critical infrastructures
- Security and privacy of peer-to-peer system
- Security and privacy of wireless networks
- Security in Cloud/Edge/Fog computing
- Security models and security policies
- Security of big data
- Security of industrial control systems
- Security of intelligent transportation systems
- Security of e-commerce, electronic voting and database systems
- Security of new generation networks
- Security of smart cities
- Security of smart grid
- Security of social networks
- Security of the IoT and IIoT
- Security of VoIP and multimedia
- Smartphone security and privacy
- Traceability, metrology and forensics
- Trust management
- Ubiquitous computing security
- Use of smart cards and personal devices for Internet applications
- Virtualization security
- Web and Web-service security
PAPER SUBMISSION
-----------------------------
Submitted papers must not substantially overlap with papers that have
been published or that are simultaneously submitted to a journal or a
conference with proceedings. Papers must be written in English and must
be submitted electronically in PDF format.
The papers that will be selected for presentation at the conference will
be included in post-proceedings published by Springer in the Lecture
Notes in Computer Science (LNCS) series (prior to publication the papers
should be revised according to the review comments).
Pre-proceedings will appear at the time of the conference.
Maximum paper length will be 16 printed pages for full papers or 6 pages
for short papers, in LNCS style.
(http://www.springer.de/comp/lncs/authors.html)
Authors must upload their paper as PDF file using the EasyChair
submission system: https://easychair.org/conferences/?conf=crisis2023
GENERAL CHAIRS
----------------------
- Redouane Benaini, Mohammed V University, Morocco
- Frédéric Cuppens, Polytechnique Montreal, Canada
- Nora Cuppens, Polytechnique Montreal, Canada
PROGRAM COMMITTEE CHAIRS
----------------------
- Abderrahim Ait Wakrime, Mohammed V University, Morocco
- Guillermo Navarro-Arribas, Autonomous University of Barcelona, Spain
PUBLICITY CHAIRS
----------------------
- Slim Kallel, University of Sfax, Tunisia
- Khadija Slimani, LDR-ESIEA Paris, France
ORGANIZING COMMITTEE
----------------------
- Yassine Ouhammou, LIAS/ISAE-ENSMA, France
- Abderrahim Ait Wakrime, Mohammed V University, Morocco
- Meryam Belhiah, Mohammed V University, Morocco
- Ayoub Nfissi, Mohammed V University, Morocco
- Mouad Ben Mamoun, Mohammed V University, Morocco
- Ahmed El-yahyaoui, Mohammed V University, Morocco
- Abderrahmane Ez-zahout, Mohammed V University, Morocco
Dear all,
The Formal Methods Update Meeting 2023 will be held as a physical meeting
at IIT Goa during 29th June - 1st July, 2023. Please visit the website
https://fmindia.cmi.ac.in/update2023/ for registration and other details.
The FM Update Meeting is an informal event organized by the FM community in
India annually, with the aim of getting FM researchers together to present
and discuss topical developments in their areas of interest. Everybody
interested in the use of Formal Methods in Program Design and Verification
and Theoretical Computer Science is welcome to join.
If you would like to give a talk at the meeting, please send us a title and
an abstract of your talk to fmupdatemeet(a)gmail.com.
Best regards,
Organizing Committee,
FM Update Meeting 2023
Call for Participation
=======================================================================================
27th International Conference on Engineering of Complex Computer Systems (ICECCS 2023)
=======================================================================================
Dates: Wednesday, 14th June - Friday, 16th June 2023,
Venue: Toulouse, France
https://www.irit.fr/iceccs2023/
The 27th International Conference on Engineering of Complex Computer Systems (ICECCS 2023) is a well-established event that has been held around the world for over 25 years. Over the past years, we have seen a rapidly rising emphasis on the design, implementation and management of complex computer systems which are present in every aspect of human activities, such as manufacturing, communications, defence, transportation, aerospace, hazardous environments, energy, and healthcare. These complex systems are frequently distributed over heterogeneous networks and process a large amount of data. Complexity arises from many factors, including the dynamic environment and the scenarios these systems operate in, demanding and sometimes conflicting requirements in functionality, efficiency, scalability, security, dependability and adaptability, as well as the wide range of development methodologies, programming languages and implementation details. Performance, real-time behaviour, fault tolerance, security, adaptability, development time and cost, and long life concerns are some of the key issues arising in the development of such systems.
The goal of this conference is to bring together industrial, academic, and government experts from a variety of application domains and software disciplines, to discuss how the disciplines' problems and solution techniques interact within the whole system. Researchers, practitioners, tool developers and users, and technology transfer experts are all welcome. The scope of the conference includes long-term research issues, near-term requirements and challenges, established complex systems, emerging promising tools, and retrospective and prospective reflections of research and development into complex systems.
REGISTRATION
-------------------
Author registration deadline: 25 April 2023
Early-bird registration deadline: 15th May 2023
For additional Information: https://www.irit.fr/iceccs2023/#register
PROGRAM
---------------
ICECCS 2023 will feature keynote speakers, interesting talks from research and practice in the fields of AI-Robustness and Explainability, AI-Formalization and Certification, System Verification, Software Systems Modeling and Engineering, Formal System Development, Verification and Testing of Robotic Systems, and Transportation Systems Engineering.
Keynote speakers:
* Joao Marques-Silva, CNRS, IRIT Toulouse on 14th June 2023
* Jin Song Dong, National University of Singapore on 15th June 2023
* Ana Cavalcanti, University of York on 16th June 2023
The scientific programme is available at https://www.irit.fr/iceccs2023/#program
VENUE
----------
ICECCS 2023 will take place at INPT-ENSEEIHT, Toulouse, France.
We are looking forward to welcoming you in person.
Organizing Committee – ICECCS 2023
==================================================================================
*****************************************************************************************
24th International Conference on Formal Engineering Methods (ICFEM 2023)
https://formal-analysis.com/icfem/2023/
*****************************************************************************************
## Overview
ICFEM (International Conference on Formal Engineering Methods) is an international leading conference series in formal methods and software engineering. Since 1997, ICFEM has been serving as an international forum for researchers and practitioners who have been seriously applying formal methods to practical applications. Researchers and practitioners, from industry, academia, and government, are encouraged to attend, present their research, and help advance the state of the art. ICFEM is interested in work that has been incorporated into real production systems, and in theoretical work that promises to bring practical and tangible benefit. ICFEM has been hosted in many countries around the world. This year, ICFEM 2023 will be held in Brisbane, Australia (physical) on November 21-24, 2023.
##Topics of Interest
Authors are invited to submit high quality technical papers describing original and unpublished work in all theoretical aspects of software engineering. Topics of interest include, but are not limited to:
- Abstraction, refinement and evolution
- Formal specification and modelling
- Formal verification and analysis
- Model checking and equivalence checking
- Automated and interactive theorem proving
- Formal approaches to software testing and inspection
- Formal methods for self-adaptive systems
- Formal methods for object-oriented systems
- Formal methods for component-based systems
- Formal methods for concurrent and real-time systems
- Formal methods for cloud computing
- Formal methods for cyber-physical systems
- Formal methods for hardware and embedded systems
- Formal methods for software safety and security
- Formal methods for software reliability and dependability
- Development, integration and experiments involving verified systems
- Formal certification of products under international standards
- Formal model-based development and code generation
##Important Dates
- Abstract Submission: May 14, 2023 (AOE)
- Paper Submission: May 21, 2023 (AOE)
- Author Notification: July 30, 2023
- Camera-ready versions: Aug 13, 2023
- Conference: Nov 21-24, 2023
More information can be found on the website of ICFEM 2023: https://formal-analysis.com/icfem/2023/
Submission Instructions
Submission should be done through the ICFEM 2023 submission page, handled by the EasyChair conference system:
https://easychair.org/conferences/?conf=icfem2023
As in previous years, the proceedings will be published in the Springer Lecture Notes in Computer Science series.
Papers should be written in English and should not exceed 16 pages (including references) in the Springer's LNCS format. Additional material may be placed in an appendix, to be read at the discretion of the reviewers and to be omitted in the final version. Formatting style files and further guidelines for formatting can be found at the Springer website (more details: https://www.springer.com/gp/computer-science/lncs/conference-proceedings-gu…).
## Organizing Committee
General Co-Chairs
- Jin Song Dong, NUS and Griffith University, Singapore/Australia
- Guangdong Bai, The University of Queensland, Australia
Program Co-Chairs
- Yi Li, Nanyang Technological University, Singapore
- Sofiene Tahar, Concordia University, Canada
Finance Chair
- Zhe Hou, Griffith University, Australia
Publicity Chair
- Cheng-Hao Cai, Monash University at Suzhou, China
- Neeraj Kumar Singh, IRIT-ENSEEIHT, Toulouse, France
Workshop Chair
- Xiaofei Xie, Singapore Management University, Singapore
************************************************************
Call for Papers
** ATVA 2023 **
24-27 October 2023
Singapore
https://atva-conference.org/2023/
************************************************************
21st International Symposium on Automated Technology for Verification
and Analysis
*** NEW: extended deadlines: May 11, 2023 (AoE) ***
## Important Dates
* Abstract submission deadline: April 27, 2023 (AoE) ==> May 11, 2023
(AoE) NEW
* Paper submission deadline: May 4, 2023 (AoE) ==> May 11, 2023 (AoE) NEW
* Paper notification: June 30, 2023 (AoE)
* Camera-ready deadline: July 25, 2023 (AoE)
* Conference: October 24 – October 27, 2023 (UTC +8)
ATVA 2023 is the 21st in a series of symposia aimed at bringing together
academics, industrial researchers and practitioners in the area of
theoretical and practical aspects of automated analysis, synthesis, and
verification of hardware and software systems. ATVA solicits high
quality submissions in the following suggestive list of topics:
* Formalisms for modeling hardware, software and embedded systems
* Specification and verification of finite-state, infinite-state and
parameterized system
* Program analysis and software verification
* Analysis and verification of hardware circuits, systems-on-chip and
embedded systems
* Analysis of real-time, hybrid, priced, weighted and probabilistic systems
* Deductive, algorithmic, compositional, and abstraction/refinement
techniques for analysis and verification
* Analytical techniques for safety, security, and dependability
* Testing and runtime analysis based on verification technology
* Analysis and verification of parallel and concurrent systems
* Analysis and verification of deep learning systems
* Analysis and verification of blockchain based systems
* Verification in industrial practice
* Synthesis for hardware and software systems
* Applications and case studies
* Automated tool support
## Submissions
ATVA welcomes submissions in the following two categories:
* Regular research papers (18 pages, excluding references)
* Tool papers (6 pages, excluding references)
Submissions must be in Springer's LNCS format. Additional material may
be placed in an appendix, to be read at the discretion of the reviewers
and to be omitted in the final version. Formatting style files and
further guidelines for formatting can be found at the Springer website.
Adding line numbers (package lineno) is highly recommended.
Tool papers must include information about a URL from where the tool can
be downloaded or accessed on-line for evaluation. The URL must also
contain a set of examples, and a user manual that describes usage of the
tool through examples. In case the tool needs to be downloaded and
installed, the URL must contain instructions for installation of the
tool on Linux/Windows/MacOS.
For (regular and tool) papers reporting experiments, uploading an
artifact on a long-term available platform is recommended (though not
compulsory)
Papers must be submitted through EasyChair.
https://easychair.org/conferences/?conf=atva2023
Accepted papers in both categories will be published in Springer's
Lecture Notes in Computer Science series. At least one author of each
accepted paper is expected to register and present the paper at the
conference.
A best paper award will be given to an outstanding paper; the award will
come with a 1000€ cash prize provided by Springer.
## Committees
General Chair
* Jin Song DONG, National University of Singapore
Program Co-Chairs
* Jun Sun, Singapore Management University
* Étienne André, Université Sorbonne Paris Nord
Publicity Chair:
* Lei Bu, Nanjing University
Local Organization Chair
* Xiaofei Xie, Singapore Management University
Program committee
* Mohamed Faouzi Atig (Uppsala University)
* Saddek Bensalem (VERIMAG)
* Udi Boker (Reichman University, Herzliya, Israel)
* Lei Bu (Nanjing University)
* Krishnendu Chatterjee (Institute of Science and Technology (IST))
* Yu-Fang Chen (Academia Sinica)
* Chih-Hong Cheng (Fraunhofer IKS)
* Yunja Choi (Kyungpook National University)
* Thao Dang (CNRS/VERIMAG)
* Susanna Donatelli (Dipartimento di Informatica)
* Alexandre Duret-Lutz (EPITA's Research Lab (LRE))
* Bernd Finkbeiner (CISPA Helmholtz Center for Information Security)
* Stefan Gruner (University of Pretoria)
* Osman Hasan (National University of Sciences and Technology (NUST))
* Ichiro Hasuo (National Institute of Informatics)
* Jie-Hong Roland Jiang (National Taiwan University)
* Ondrej Lengal (Brno University of Technology)
* Shang-Wei Lin (Nanyang Technological University)
* Doron Peled (Bar Ilan University)
* Jakob Piribauer (TU Dresden)
* Pavithra Prabhakar (Kansas State University)
* Sasinee Pruekprasert (National Institute of Advanced Industrial
Science and Technology)
* Kristin Yvonne Rozier (Iowa State University)
* Indranil Saha (Indian Institute of Technology Kanpur)
* Ocan Sankur (Univ Rennes)
* Fu Song (School of Information Science and Technology)
* Marielle Stoelinga (University of Twente)
* Michael Tautschnig (Queen Mary University of London)
* Tachio Terauchi (Waseda University)
* Jingyi Wang (Zhejiang University)
* Chao Wang (University of Southern California)
* Bow-Yaw Wang (Academia Sinica)
* Zhilin Wu (Laboratory of Computer Science)
* Lijun Zhang (Institute of Software)
ATVA 2023 is referred by https://conferences-computer.science/
FORMATS 2023: final call for papers with deadline extension
- Abstract submission deadline extended to: 4 May 2023 (AoE)
- Paper submission deadline extended to: 8 May 2023 (AoE)
21st International Conference on Formal Modeling and Analysis of Timed
Systems
https://www.uantwerpen.be/en/conferences/confest-2023/formats/
19-21 September 2023, Antwerp, Belgium
co-located with CONCUR, FMICS and QEST as part of CONFEST 2023
SCOPE & TOPICS
FORMATS (International Conference on Formal Modeling and Analysis of
Timed Systems) is an annual conference which aims to promote the study
of fundamental and practical aspects of timed systems, and to bring
together researchers from different disciplines that share interests in
the modelling, design and analysis of timed computational systems. The
conference aims to attract researchers interested in real-time issues in
hardware design, performance analysis, real-time software, scheduling,
semantics and verification of real-timed, hybrid and probabilistic systems.
Typical topics include (but are not limited to):
- Foundations and Semantics: Theoretical foundations of timed systems,
languages and models (e.g., timed automata, timed Petri nets, hybrid
automata, timed process algebra, max-plus algebra, probabilistic models).
- Methods and Tools: Techniques, algorithms, data structures, and
software tools for analyzing timed systems and resolving temporal
constraints (e.g., scheduling, worst-case execution time analysis,
optimization, model checking, testing, constraint solving).
- Applications: Adaptation and specialization of timing technology in
application domains in which timing plays an important role (e.g.,
real-time software, hardware circuits, scheduling in manufacturing and
telecommunication, robotics).
This year, FORMATS will incorporate a special track on:
- Monitoring of cyber-physical systems. We encourage the submission of
papers on all approaches related to the monitoring of cyber-physical
systems, including monitoring methods, monitoring applications (such as
robustness-guided falsification), and related techniques (such as
validation of a formal specification for monitoring).
INVITED SPEAKERS
FORMATS 2023 will feature the following invited speakers:
- Joost-Pieter Katoen, RWTH Aachen University, Germany (joint with all
CONFEST conferences)
- Nicolas Markey, CNRS & University of Rennes, France (joint with CONCUR)
- David Parker, Oxford University, UK (joint with QEST, CONCUR)
- Jaco van de Pol, Aarhus University, Denmark (joint with CONCUR, FMICS)
PAPER SUBMISSION
FORMATS 2023 solicits high-quality papers describing research results,
experience reports and/or tools related to the topics mentioned above.
Submitted papers must contain original, unpublished contributions, not
submitted for publication elsewhere. The papers should be submitted
electronically in PDF, following the Springer LNCS style guidelines.
FORMATS 2023 has two categories of papers:
- Regular papers, which should not exceed 15 pages in length
- Short papers, which should not exceed 7 pages in length
Both page limits exclude references, which are not limited in length. If
necessary, the paper may be supplemented with a clearly marked appendix,
which will be reviewed at the discretion of the program committee. Each
paper will undergo a thorough review process. Papers should be submitted
electronically via the EasyChair online submission system:
https://easychair.org/conferences/?conf=formats2023
ARTIFACT EVALUATION
FORMATS encourages authors to submit artifacts where appropriate, for
example to demonstrate how to reproduce experimental data in a research
paper or to examine the usability and applicability of a software tool.
Artifacts will be evaluated by the Artifact Evaluation Committee and
those that are accepted will receive a repeatability badge to be
displayed on the first page of the published paper. For more details,
see: https://www.uantwerpen.be/en/conferences/confest-2023/formats/artifact/
PUBLICATION AND BEST PAPER AWARD
The proceedings of FORMATS 2023 will be published by Springer in the
Lecture Notes in Computer Science series. The best paper of the
conference will be awarded the Oded Maler Award in Timed Systems.
IMPORTANT DATES
- Abstract submission: 21 April 2023 *now extended to 4 May 2023*
(Anywhere on Earth)
- Paper submission: 28 April 2023 *now extended to 8 May 2023* (Anywhere
on Earth)
- Acceptance notification: 16 June 2023
- Camera-ready deadline: 14 July 2023
- Conference: 19-21 September 2023
For any questions, feel free to contact the program chairs Laure
Petrucci (Laure.Petrucci(a)lipn.univ-paris13.fr) and Jeremy Sproston
(sproston(a)di.unito.it).
ORGANISATION
Program Chairs
- Laure Petrucci, University Sorbonne Paris Nord & CNRS, France
- Jeremy Sproston, University of Turin, Italy
Artifact Evaluation Chairs
- Arnd Hartmanns, University of Twente, The Netherlands
- Paolo Zuliani, Newcastle University, UK
Special Track Chair
- Masaki Waga, Kyoto University, Japan
Program Committee
- Alessandro Abate, University of Oxford, UK
- Parosh Aziz Abdulla, Uppsala University, Sweden
- Marcello M. Bersani, Politecnico di Milano, Italy
- Patricia Bouyer-Decitre, CNRS & ENS Paris-Saclay, France
- Franck Cassez, ConsenSys, USA
- Pedro R. D'Argenio, National University of Córdoba, Argentina
- Jyotirmoy Deshmukh, University of Southern California, USA
- Catalin Dima, University Paris-Est Créteil, France
- Miriam García Soto, Complutense University of Madrid, Spain
- Gilles Geeraerts, Université Libre de Bruxelles, Belgium
- Taylor T. Johnson, Vanderbilt University, USA
- Jan Křetínský, Technical University of Munich, Germany
- Engel Lefaucheux, INRIA Nancy & LORIA, Université de Lorraine, France
- Jun Liu, University of Waterloo, Canada
- Manuel Mazo Jr, Delft University of Technology, The Netherlands
- Benjamin Monmege, Aix-Marseille Université, France
- Dejan Ničković, Austrian Institute of Technology, Austria
- Nicola Paoletti, King's College London, UK
- Laure Petrucci, University Sorbonne Paris Nord & CNRS, France (chair)
- Kristin Yvonne Rozier, Iowa State University, USA
- Krishna S., IIT Bombay, India
- Ocan Sankur, CNRS & Rennes University, France
- Sadegh Soudjani, Newcastle University, UK
- Jeremy Sproston, University of Turin, Italy (chair)
- Jiri Srba, Aalborg University, Denmark
- B. Srivathsan, Chennai Mathematical Institute, India
- Natalie Sznajder, Sorbonne Université & CNRS, France
- Patrick Totzke, University of Liverpool, UK
- Stavros Tripakis, Northeastern University, USA
- Enrico Vicario, University of Florence, Italy
- Masaki Waga, Kyoto University, Japan
- Naijun Zhan, Chinese Academy of Sciences, China
Steering Committee
- Rajeev Alur (USA)
- Eugene Asarin (France)
- Martin Fränzle (chair, Germany)
- Thomas A. Henzinger (Austria)
- Joost-Pieter Katoen (Germany)
- Kim G. Larsen (Denmark)
- Oded Maler (founding chair, France) (1957-2018)
- Pavithra Prabhakar (USA)
- Mariëlle Stoelinga (The Netherlands)
- Wang Yi (Sweden)
Please find attached the updated call for presentations for Highlights
2023 <https://highlights-conference.org/2023/cfp>, to be held in Kassel,
Germany from July 24-28, 2023. The submission deadline for the second
round of submissions is April 25, 2023 AoE.
-Supratik
Call for Participation
=======================================================================================
27th International Conference on Engineering of Complex Computer Systems
(ICECCS 2023)
=======================================================================================
Dates: Wednesday, 14th June - Friday, 16th June 2023,
Venue: Toulouse, France
https://www.irit.fr/iceccs2023/
The 27th International Conference on Engineering of Complex Computer
Systems (ICECCS 2023) is a well-established event that has been held
around the world for over 25 years. Over the past years, we have seen a
rapidly rising emphasis on the design, implementation and management of
complex computer systems which are present in every aspect of human
activities, such as manufacturing, communications, defence,
transportation, aerospace, hazardous environments, energy, and
healthcare. These complex systems are frequently distributed over
heterogeneous networks and process a large amount of data. Complexity
arises from many factors, including the dynamic environment and the
scenarios these systems operate in, demanding and sometimes conflicting
requirements in functionality, efficiency, scalability, security,
dependability and adaptability, as well as the wide range of development
methodologies, programming languages and implementation details.
Performance, real-time behaviour, fault tolerance, security,
adaptability, development time and cost, and long life concerns are some
of the key issues arising in the development of such systems.
The goal of this conference is to bring together industrial, academic,
and government experts from a variety of application domains and
software disciplines, to discuss how the disciplines' problems and
solution techniques interact within the whole system. Researchers,
practitioners, tool developers and users, and technology transfer
experts are all welcome. The scope of the conference includes long-term
research issues, near-term requirements and challenges, established
complex systems, emerging promising tools, and retrospective and
prospective reflections of research and development into complex systems.
REGISTRATION
-------------------
Author registration deadline: 25 April 2023
Early-bird registration deadline: 15th May 2023
For additional Information: https://www.irit.fr/iceccs2023/#register
PROGRAM
---------------
ICECCS 2023 will feature keynote speakers, interesting talks from
research and practice in the fields of AI-Robustness and Explainability,
AI-Formalization and Certification, System Verification, Software
Systems Modeling and Engineering, Formal System Development,
Verification and Testing of Robotic Systems, and Transportation Systems
Engineering.
Keynote speakers:
* Joao Marques-Silva, CNRS, IRIT Toulouse on 14th June 2023
* Jin Song Dong, National University of Singapore on 15th June 2023
* Ana Cavalcanti, University of York on 16th June 2023
The scientific programme is available at
https://www.irit.fr/iceccs2023/#program
VENUE
----------
ICECCS 2023 will take place at INPT-ENSEEIHT, Toulouse, France.
We are looking forward to welcoming you in person.
Organizing Committee – ICECCS 2023
==================================================================================
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Sharon Shoham Buchbinder, an Associate Professor in the School of Computer
Science at Tel Aviv University.. The talk is scheduled on *Monday, April
17, at 1900 hrs IST* (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NzM0YmRkaW…>).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: SAT-Based Invariant Inference and Its Relation to Concept Learning
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: In recent years SAT-based invariant inference algorithms such as
interpolation-based model checking and PDR/IC3 have proven to be extremely
successful in practice. However, the essence of their practical success and
their performance guarantees are far less understood. This talk surveys
results that establish formal connections and distinctions between
SAT-based invariant inference and exact concept learning with queries,
showing that learning techniques and algorithms can clarify foundational
questions, illuminate existing algorithms, and suggest new directions for
efficient invariant inference.
Bio: Sharon Shoham Buchbinder is an Associate Professor in the School of
Computer Science at Tel Aviv University. Her main areas of research are
formal verification and program analysis.
-------------------------------------------------------------------------------------------------------------
7th Women in Logic Workshop (WiL 2023)
Second Call for Contributions
Workshop Date: July 1, 2023 (Rome and online)
Women in Logic: www.womeninlogic.org
WiL 2023: https://sites.google.com/view/wil2023/home
-------------------------------------------------------------------------------------------------------------
Women in Logic 2023 is a satellite event of the 8th International
Conference on Formal Structures for Computation and Deduction (FSCD 2023)
to be held in Rome, Italy, from July 1 to July 6, 2023.
The Women in Logic workshop (WiL) provides an opportunity to increase
awareness of the valuable contributions made by women in the area of logic
in computer science. Its main purpose is to promote the excellent research
done by women, with the ultimate goal of increasing their visibility and
representation in the community.
Our aim is to:
-provide a platform for female researchers to share their work and
achievements;
-increase the feelings of community and belonging, especially among junior
faculty, post-docs and students through positive interactions with peers
and more established faculty;
-establish new connections and collaborations;
-foster a welcoming culture of mutual support and growth within the logic
research community.
We believe these aspects will benefit women working in logic and computer
science, particularly early-career researchers.
Previous versions of Women in Logic (Reykjavík 2017, Oxford 2018, Vancouver
2019, Paris 2020, Rome 2021, and Haifa 2022) were very successful in
showcasing women's work and as catalysts for a recognition of the need for
change in the community.
WiL 2023 will be a hybrid event, however on-site participation is highly
encouraged.
TOPICS OF INTEREST (include but are not limited to)
automata theory, automated deduction, categorical models and logics,
concurrency and distributed computation, constraint programming,
constructive mathematics, database theory, decision procedures, description
logics, domain theory, finite model theory, formal aspects of program
analysis, formal methods, foundations of computability, games and logic,
higher-order logic, lambda and combinatory calculi, linear logic, logic in
artificial intelligence, logic programming, logical aspects of
bioinformatics, logical aspects of computational complexity, logical
aspects of quantum computation, logical frameworks, logics of programs,
modal and temporal logics, model checking, probabilistic systems, process
calculi, programming language semantics, proof theory, real-time systems,
reasoning about security and privacy, rewriting, type systems and type
theory, and verification.
INVITED SPEAKERS
Marie Kerjean (CNRS, Université Sorbonne Paris Nord)
Sandra Alves (Universidade de Porto, Portugal)
IMPORTANT DATES
Abstract submission deadline: April 23, 2023
Notification: May 15, 2023
Funding Application: June 18th 23:59 CEST, 2023 on WiL 2023 Website
Contribution for Informal Proceedings: June 25, 2023
Workshop: July 1, 2023
SUBMISSIONS
Abstracts should be written in English (1-2 pages), and prepared using the
Easychair style (https://easychair.org/publications/for_authors). The
abstracts should be uploaded to the WiL 2023 Easychair page as a PDF file
before the submission deadline on April 23, 2023, anywhere on Earth.
https://easychair.org/my/conference?conf=wil2023
FUNDING
Due to the generous support of our sponsors, we have limited funding
available for speakers and other participants.
If you would like to apply for it, please fill out the funding application
on our website until June 18th 23:59 CEST.
ORGANIZING AND PROGRAM COMMITTEE
Agata Ciabattoni (Vienna University of Technology)
Zoé Christoff (University of Groningen)
Amy Felty (University of Ottawa)
Marie Fortin (IRIF)
Sujata Ghosh (ISI Chennai)
Sandra Kiefer (University of Oxford) – co-chair
Cláudia Nalon (University of Brasília)
Daniele Nantes-Sobrinho (Imperial College London) – co-chair
Valeria de Paiva (Topos Institute)
Catuscia Palamidessi (INRIA)
Tephilla Prince (IIT Dharwad) – co-chair
Krishna S. (IIT Bombay)
Alexandra Silva (Cornell University)
Renata Wasserman (University of São Paulo)
Best regards,
Tephilla Prince
Research Scholar
IIT Dharwad
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Sharon Shoham Buchbinder, an Associate Professor in the School of Computer
Science at Tel Aviv University.. The talk is scheduled on *Monday, April
17, at 1900 hrs IST* (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NzM0YmRkaW…>).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: SAT-Based Invariant Inference and Its Relation to Concept Learning
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: In recent years SAT-based invariant inference algorithms such as
interpolation-based model checking and PDR/IC3 have proven to be extremely
successful in practice. However, the essence of their practical success and
their performance guarantees are far less understood. This talk surveys
results that establish formal connections and distinctions between
SAT-based invariant inference and exact concept learning with queries,
showing that learning techniques and algorithms can clarify foundational
questions, illuminate existing algorithms, and suggest new directions for
efficient invariant inference.
Bio: Sharon Shoham Buchbinder is an Associate Professor in the School of
Computer Science at Tel Aviv University. Her main areas of research are
formal verification and program analysis.
*****************************************************************************************
24th International Conference on Formal Engineering Methods (ICFEM 2023)
https://formal-analysis.com/icfem/2023/
*****************************************************************************************
## Overview
ICFEM (International Conference on Formal Engineering Methods) is an international leading conference series in formal methods and software engineering. Since 1997, ICFEM has been serving as an international forum for researchers and practitioners who have been seriously applying formal methods to practical applications. Researchers and practitioners, from industry, academia, and government, are encouraged to attend, present their research, and help advance the state of the art. ICFEM is interested in work that has been incorporated into real production systems, and in theoretical work that promises to bring practical and tangible benefit. ICFEM has been hosted in many countries around the world. This year, ICFEM 2023 will be held in Brisbane, Australia (physical) on November 21-24, 2023.
##Topics of Interest
Authors are invited to submit high quality technical papers describing original and unpublished work in all theoretical aspects of software engineering. Topics of interest include, but are not limited to:
- Abstraction, refinement and evolution
- Formal specification and modelling
- Formal verification and analysis
- Model checking and equivalence checking
- Automated and interactive theorem proving
- Formal approaches to software testing and inspection
- Formal methods for self-adaptive systems
- Formal methods for object-oriented systems
- Formal methods for component-based systems
- Formal methods for concurrent and real-time systems
- Formal methods for cloud computing
- Formal methods for cyber-physical systems
- Formal methods for hardware and embedded systems
- Formal methods for software safety and security
- Formal methods for software reliability and dependability
- Development, integration and experiments involving verified systems
- Formal certification of products under international standards
- Formal model-based development and code generation
##Important Dates
- Abstract Submission: May 14, 2023 (AOE)
- Paper Submission: May 21, 2023 (AOE)
- Author Notification: July 30, 2023
- Camera-ready versions: Aug 13, 2023
- Conference: Nov 21-24, 2023
More information can be found on the website of ICFEM 2023: https://formal-analysis.com/icfem/2023/
Submission Instructions
Submission should be done through the ICFEM 2023 submission page, handled by the EasyChair conference system:
https://easychair.org/conferences/?conf=icfem2023
As in previous years, the proceedings will be published in the Springer Lecture Notes in Computer Science series.
Papers should be written in English and should not exceed 16 pages (including references) in the Springer's LNCS format. Additional material may be placed in an appendix, to be read at the discretion of the reviewers and to be omitted in the final version. Formatting style files and further guidelines for formatting can be found at the Springer website (more details:https://www.springer.com/gp/computer-science/lncs/conference-procee…).
## Organizing Committee
General Co-Chairs
- Jin Song Dong, NUS and Griffith University, Singapore/Australia
- Guangdong Bai, The University of Queensland, Australia
Program Co-Chairs
- Yi Li, Nanyang Technological University, Singapore
- Sofiene Tahar, Concordia University, Canada
Finance Chair
- Zhe Hou, Griffith University, Australia
Publicity Chair
- Cheng-Hao Cai, Monash University at Suzhou, China
- Neeraj Kumar Singh, IRIT-ENSEEIHT, Toulouse, France
Workshop Chair
- Xiaofei Xie, Singapore Management University, Singapore
--
Neeraj Kumar Singh
Associate Professor
INPT-ENSEEIHT/IRIT
F-313, 2 Rue Charles Camichel, BP 7122
31071 Toulouse, CEDEX 7, France
Office: +33 5 34 32 21 82
Email: nsingh(a)enseeiht.fr <mailto:nsingh@enseeiht.fr>
Web Page: http://singh.perso.enseeiht.fr <http://singh.perso.enseeiht.fr/>
************************************************************
Call for Papers
** ATVA 2023 **
24-27 October 2023
Singapore
https://atva-conference.org/2023/
************************************************************
21st International Symposium on Automated Technology for Verification
and Analysis
## Important Dates
* Abstract submission deadline: April 27, 2023 (AoE)
* Paper submission deadline: May 4, 2023 (AoE)
* Paper notification: June 30, 2023 (AoE)
* Camera-ready deadline: July 25, 2023 (AoE)
* Conference: October 24 – October 27, 2023 (UTC +8)
ATVA 2023 is the 21st in a series of symposia aimed at bringing together
academics, industrial researchers and practitioners in the area of
theoretical and practical aspects of automated analysis, synthesis, and
verification of hardware and software systems. ATVA solicits high
quality submissions in the following suggestive list of topics:
* Formalisms for modeling hardware, software and embedded systems
* Specification and verification of finite-state, infinite-state and
parameterized system
* Program analysis and software verification
* Analysis and verification of hardware circuits, systems-on-chip and
embedded systems
* Analysis of real-time, hybrid, priced, weighted and probabilistic systems
* Deductive, algorithmic, compositional, and abstraction/refinement
techniques for analysis and verification
* Analytical techniques for safety, security, and dependability
* Testing and runtime analysis based on verification technology
* Analysis and verification of parallel and concurrent systems
* Analysis and verification of deep learning systems
* Analysis and verification of blockchain based systems
* Verification in industrial practice
* Synthesis for hardware and software systems
* Applications and case studies
* Automated tool support
## Submissions
ATVA welcomes submissions in the following two categories:
* Regular research papers (16 pages, excluding references)
* Tool papers (6 pages, excluding references)
Submissions must be in Springer's LNCS format. Additional material may
be placed in an appendix, to be read at the discretion of the reviewers
and to be omitted in the final version. Formatting style files and
further guidelines for formatting can be found at the Springer website.
Adding line numbers (package lineno) is highly recommended.
Tool papers must include information about a URL from where the tool can
be downloaded or accessed on-line for evaluation. The URL must also
contain a set of examples, and a user manual that describes usage of the
tool through examples. In case the tool needs to be downloaded and
installed, the URL must contain instructions for installation of the
tool on Linux/Windows/MacOS.
For (regular and tool) papers reporting experiments, uploading an
artifact on a long-term available platform is recommended (though not
compulsory)
Papers must be submitted through EasyChair.
https://easychair.org/conferences/?conf=atva2023
Accepted papers in both categories will be published in Springer's
Lecture Notes in Computer Science series. At least one author of each
accepted paper is expected to register and present the paper at the
conference.
## Committees
General Chair
* Jin Song DONG, National University of Singapore
Program Co-Chairs
* Jun Sun, Singapore Management University
* Étienne André, Université Sorbonne Paris Nord
Publicity Chair:
* Lei Bu, Nanjing University
Local Organization Chair
* Xiaofei Xie, Singapore Management University
Program committee
* Mohamed Faouzi Atig (Uppsala University)
* Saddek Bensalem (VERIMAG)
* Udi Boker (Reichman University, Herzliya, Israel)
* Lei Bu (Nanjing University)
* Krishnendu Chatterjee (Institute of Science and Technology (IST))
* Yu-Fang Chen (Academia Sinica)
* Chih-Hong Cheng (Fraunhofer IKS)
* Yunja Choi (Kyungpook National University)
* Thao Dang (CNRS/VERIMAG)
* Susanna Donatelli (Dipartimento di Informatica)
* Alexandre Duret-Lutz (EPITA's Research Lab (LRE))
* Bernd Finkbeiner (CISPA Helmholtz Center for Information Security)
* Stefan Gruner (University of Pretoria)
* Osman Hasan (National University of Sciences and Technology (NUST))
* Ichiro Hasuo (National Institute of Informatics)
* Jie-Hong Roland Jiang (National Taiwan University)
* Ondrej Lengal (Brno University of Technology)
* Shang-Wei Lin (Nanyang Technological University)
* Doron Peled (Bar Ilan University)
* Jakob Piribauer (TU Dresden)
* Pavithra Prabhakar (Kansas State University)
* Sasinee Pruekprasert (National Institute of Advanced Industrial
Science and Technology)
* Kristin Yvonne Rozier (Iowa State University)
* Indranil Saha (Indian Institute of Technology Kanpur)
* Ocan Sankur (Univ Rennes)
* Fu Song (School of Information Science and Technology)
* Marielle Stoelinga (University of Twente)
* Michael Tautschnig (Queen Mary University of London)
* Tachio Terauchi (Waseda University)
* Jingyi Wang (Zhejiang University)
* Chao Wang (University of Southern California)
* Bow-Yaw Wang (Academia Sinica)
* Zhilin Wu (Laboratory of Computer Science)
* Lijun Zhang (Institute of Software)
ATVA 2023 is referred by https://conferences-computer.science/
Message from Krishna Nandivada V <nvk(a)iitm.ac.in>, Publicity co-chair ASPLOS 2024.
======================================================================
Synopsis
ASPLOS, the ACM International Conference on Architectural Support for
Programming Languages and Operating Systems, is the premier academic forum
for multidisciplinary computer systems research spanning hardware,
software, and their interaction. It focuses on computer architecture,
programming languages, operating systems, and associated areas such as
networking and storage. ASPLOS 2024 will take place in April 2024 in
California. It has three submission deadlines – spring, summer and fall –
which are meant to encourage authors to submit their papers when they are
ready rather than before. Also, as an alternative to rejection, ASPLOS 2024
will allow the authors of some submissions to choose to apply a major
revision to their submission in order to fix a well-defined list of
problems.
Important Dates and Submission Sites
review cycle spring summer fall
abstract submission 2023-04-13 2023-08-03 2023-11-23
full submission 2023-04-20 2023-08-10 2023-11-30
author response period start 2023-07-11 2023-10-24 2024-02-13
author response period end 2023-07-13 2023-10-26 2024-02-15
notification 2023-08-02 2023-11-15 2024-03-06
camera-ready 2023-09-19 2024-01-09 2024-03-27
submission site link
All deadlines are at 3pm Eastern Time.
Scope and Expectations
The scope of ASPLOS 2024 covers all practical aspects related to the three
main ASPLOS disciplines: computer architecture, programming languages, and
operating systems, as well as closely-related associated areas. We seek
original, high-quality research submissions that improve and further the
knowledge of computer systems, with emphasis on the intersection between
the main ASPLOS disciplines. Research submission may be applicable to
computer systems of any scale, ranging from small, ultra-low power wearable
devices to exascale parallel and cloud computers. We embrace research that
directly targets new problems in innovative ways. The research may target
diverse goals, such as performance, energy, and security. Non-traditional
topics are encouraged, and the review process will be sensitive to the
challenges of multidisciplinary work in emerging areas. We welcome
experience submissions that have a novel aspect and that clearly articulate
the lessons learned. We likewise welcome submissions that convincingly
refute prior published results and common wisdom. We value submissions more
highly if they are accompanied by clearly defined artifacts not previously
available, including traces, original data, source code, or tools developed
as part of the submitted work. We particularly encourage new ideas and
approaches.
Alphabetically sorted areas of interest related to practical aspects of
computer architecture, programming languages, and operating systems include
but are not limited to:
□ Existing, emerging, and nontraditional compute platforms at all scales
□ Heterogeneous architectures and accelerators
□ Internet services, cloud computing, and datacenters
□ Memory, storage, networking, and I/O
□ Power, energy, and thermal management
□ Profiling, debugging, and testing
□ Security, reliability, and availability
□ Systems for enabling parallelism and computation on big data
□ Virtualization and virtualized systems
A good submission will typically: motivate a significant problem; propose a
practical solution or approach that makes sense; demonstrate not just the
pros but also the cons of the proposal using sound experimental methods;
explicitly disclose what has and has not been implemented; articulate the
new contributions beyond previous work; and refrain from overclaiming,
focusing the abstract and introduction sections primarily on the difference
between the new proposal and what is already available. Submissions will be
judged on relevance, novelty, technical merit, and clarity. Submissions are
expected to avoid committing “benchmarking crimes,” and they must follow
all the policies specified below.
Resubmissions
Authors of resubmitted work should describe in a separate note – uploaded
to the submission site – the changes since the previous submission(s). This
description helps reviewers who may have reviewed a previous draft of the
work to appreciate any improvements to the currently submitted work. Please
try to limit this document to one page.
Submissions rejected from ASPLOS must not be submitted to the next two
subsequent review cycles. The following table details when ASPLOS ’23 and
ASPLOS ’24 rejections can be resubmitted to ASPLOS ’24 and ASPLOS ’25.
if rejected from must not resubmit to may resubmit to
2023 spring – 2024 spring or later
2023 summer 2024 spring 2024 summer or later
2023 fall 2024 spring & summer 2024 fall or later
2024 spring 2024 summer & fall 2025 spring or later
2024 summer 2024 fall & 2025 spring 2025 summer or later
2024 fall 2025 spring & summer 2025 fall or later
The above rules are strict and hold even if your submission has undergone
extensive revisions. (We apologize to authors of any ASPLOS ‘23 rejections
who might not have expected to be affected by this policy.)
Major Revision Option
When the outcome of a review cycle is publicized, some submissions will be
associated with a “revise and resubmit” decision. The authors of such
submissions will be given the opportunity to apply a major revision to
their work and resubmit it after around 6 weeks. These submissions will be
provided with clear and actionable reviewer feedback for their revision,
and they will be typically reviewed by the same reviewers as the original
submission. If the revision requirements are satisfactorily met, the
revised submission will be accepted.
Artifact Evaluation
Artifact evaluation will continue in 2024 as has become a tradition at
ASPLOS. More details will become available later.
======================================================================
Call For Papers (Deadline Extension)
THE 11th INTERNATIONAL CONFERENCE ON NETWORKED SYSTEMS (NETYS 2023)
May 22-24, 2023, Marrakech, Morroco
http://www.netys.net
Aim and Scope:
--------------
NETYS aims to bring together researchers and engineers from both the theory and practice of distributed and networked systems. The scope of the conference covers all aspects related to the design and the development of these systems, including, but not restricted to, concurrent and distributed algorithms, parallel/concurrent/distributed programming, multi-core architectures, distributed databases, cloud systems, networks, security, formal verification, etc.
NETYS will provide a forum to report on best practices and novel algorithms, results and techniques on networked systems. Original research contributions and experience papers on the principles, design, implementation, modeling, analysis, verification, and application of networked systems are solicited.
Topics of interest include (but are not limited to):
- Cloud systems and data centers
- Parallel/concurrent/distributed algorithms and programming
- Cyber-physical systems
- Distributed databases, embedded and operating systems
- Distributed ledgers and blockchain technologies
- Event-based systems
- Formal verification
- Internet of Things, 5G, URLLC
- Mobile, wireless, ad-hoc and sensor networks
- Game Theory, Mechanisms design
- Overlay and peer-to-peer infrastructures
- Decentralized Artificial Intelligence/Machine Learning
- Multi-core architectures and multithreaded applications
- Security and privacy
- Self-stabilizing, self-organizing, and autonomic systems
- Social networks
- Static and dynamic analysis and testing
- Collaborative intelligent systems
Confirmed Keynote Speakers:
---------------------------
Gilles Barthe (Max Planck Institute for Security and Privacy, Germany)
Nikolaj Bjorner (Microsoft Research, USA)
Nate Foster (Cornell University, USA)
Iordanis Kerenidis (University Paris Diderot, France)
Peter Müller (ETH Zurich, Switzerland)
Ruzica Piskac (Yale University, USA)
Important dates (all deadlines are at 23:59 AoE):
-----------------
- Abstract submission: March 22, 2023 (recommended)
- Paper submission: March 29, 2023
- Notifications: April 27, 2023
- Camera-ready submission: May 11, 2023
- Conference dates: May 22-24, 2023
Publication:
------------
Springer's Lecture Notes in Computer Science series will publish the proceedings of the conference (https://www.springer.com/gp/computer-science/lncs). It is required that each accepted paper be presented at the conference by one of its authors.
Submission Instructions:
------------------------
All submissions must follow the LNCS template and be written in English.
Full papers are allowed a maximum of 15 pages in the LNCS format, excluding bibliographic references, whereas short papers are allowed a maximum of 5 pages (in the same format).
Papers exceeding these limits may be rejected without review. A clearly marked appendix can be included for supplementary materials but the appendix will be read at the discretion of the reviewers; therefore, the main body of the paper should contain sufficient details to assess its contributions.
Submission of papers is via EasyChair: https://easychair.org/conferences/?conf=netys2023
Program Chairs:
David Mohaisen <mohaisen(a)ucf.edu>
Thomas Wies <wies(a)cs.nyu.edu>
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Markus Kuppe, a Principal Research Software Development Engineer in the
Research In Software Engineering group at Microsoft Research, Redmond. The
talk is scheduled on Tuesday, March 14, at 1900 hrs IST (add to Google
calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MzdlMXZ1c2…>).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: TLA+: The Tools, The Language, and The Application
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: TLA+ is a language for formally specifying and verifying discrete
systems, including distributed algorithms. Users describe the system as a
state machine, written in a language based on mathematical set theory and
temporal logic, which also serves to express safety and liveness
properties. TLA+ comes with tools for computer-assisted verification,
including two model checkers and an interactive proof system. TLA+ is used
in academia and industry, e.g., to verify data consistency in cloud
applications.
This talk will cover the theory behind TLA+ and how practitioners can write
TLA+ specifications with the help of verification tools. Additionally, we
will discuss known limitations of the tools and outline current and future
research opportunities.
Bio: Markus Kuppe is a Principal Research Software Development Engineer in
the Research In Software Engineering group at Microsoft Research, Redmond.
His focus is on making specification-driven development (with TLA+) more
popular among engineers. This includes scaling verification to real-world
problems and building tools to combine specification-driven development
with established software engineering processes.
Edge computing, as the convergence of computing and communications executed
close to data collection and places of storage and application, provides a
paradigm that offers several research and application opportunities across
a wide range of domains. At the same time, it raises many fundamental and
unprecedented research and development problems and challenges. The 2023
IEEE International Conference on Edge Computing and Communications (IEEE
EDGE 2023 - https://conferences.computer.org/edge/2023/) aims to continue
to be recognized a prime international forum for both researchers and
industry practitioners to exchange the latest fundamental advances in state
of the art and practice of edge computing, identify emerging research
topics, and define the future of edge computing. IEEE EDGE is affiliated
with IEEE World Congress on Services (SERVICES -
https://conferences.computer.org/services/2023/).
IEEE EDGE 2023 will feature a comprehensive high-quality technical program
including research track, tutorial and demonstration. IEEE EDGE 2023 will
also include an attractive industry program aimed at practitioners, with
keynotes and panels from prominent research, industry leaders, and
technological exhibits. IEEE EDGE 2023 invites original papers addressing
all aspects related to edge computing theories, technologies and
applications. Topics of interest include but are not limited to the
following:
· Edge Computing Architectures
· Edge Computing and Communications Theories
· Edge Computing and Network Functions Virtualization
· Edge Computing in Multi-cloud environments
· Signal Processing in Edge Computing
· Edge Access Networks & Systems
· Services for Edge Computing
· CPU/GPU and Hardware for Edge Computing
· AI Enabled Edge Computing
· Edge Centric Convergence of IoT & Cloud Computing
· Collaborative Edge & Cloud Computing
· Storage and Caching at the Edge
· QoS & QoE at the Edge
· Artificial Intelligence and ML at the Edge
· Edge Computing for Vehicular System & Network
· Edge Computing for 5G/6G Network & Systems
IMPORTANT DATES (ANYWHERE ON EARTH) – UPDATED!
● March 25, 2023: Easy Chair closes for submissions (e.g., HARD
submission deadline)
● April 23, 2023: Acceptance notification
● July 2-8, 2023: SERVICES Congress in Chicago
ORGANISING TEAM
IEEE EDGE 2023 GENERAL CHAIRS
Andrzej Goscinski, Deakin University
Omer Rana, Cardiff University
IEEE EDGE 2023 PROGRAM CHAIRS
Flavia Delicato, Fluminense Federal University
Nirmit Desai, IBM Research, TJ Watson Research Center
IEEE EDGE 2023 PUBLICITY CHAIRS
Nitin Auluck, Indian Institute of Technology, Ropar
Luiz F. Bittencourt, University of Campinas, Brazil
Antonino Galletta, University of Messina, Italy
Gautam Srivastava, Brandon University, Canada
--
Dr. Nitin Auluck / डॉ. नितिन औलक | Associate Professor / सह - प्राध्यापक
Room #114, S. Ramanujan Block / कमरा #११४, एस. रामानुजम ब्लॉक
Department of Computer Science & Engineering / कंप्यूटर विज्ञान और
अभियांत्रिकी विभाग
Indian Institute of Technology Ropar / भारतीय प्रौद्योगिकी संस्थान
रोपड़ | Rupnagar,
Punjab, India, 140001 / रूपनगर, पंजाब, भारत, १४०००१
nitin(a)iitrpr.ac.in | http://www.iitrpr.ac.in/cse/nitin
--
**CONFIDENTIALITY NOTICE: The
contents of this email message and any
attachments are intended solely
for the addressee(s) and may contain
confidential and/or privileged
information and may be legally protected
from disclosure. If you are not
the intended recipient of this message or
their agent, or if this
message has been addressed to you in error, please
immediately alert the
sender by reply email and then delete this message
and any attachments.
If you are not the intended recipient, you are hereby
notified that any
use, dissemination, copying, or storage of this message
or its
attachments is strictly prohibited.*
*
ETAPS 2023 EXTENDED STAY SUPPORT SCHEME
The ETAPS 2023 conference (European joint conferences on theory &
practice of software), organized in Paris from 22nd to 27th April 2023,
offers an Extended Stay Support Scheme (ESSS) aiming at enhancing
scientific collaborations and diminishing the carbon footprint of
scientific research activities, following similar initiatives at
HIGHLIGHTS and ICALP. ETAPS 2023 attendees are encouraged to combine
their visit to Paris with collaborations with local researchers.
In a nutshell: interested individual participants to ETAPS can get a
financial support from interested labs to stay longer "near" Paris,
supported by labs throughout France or neighboring countries (Belgium
and Switzerland).
This support scheme is primarily intended for participants traveling
long distances and must be combined with an attendance to ETAPS 2023.
Upon acceptation, research institutes involved in this mechanism will
cover standard expenses (accommodation and traveling fees, plane
excluded) and will provide material support for research activities.
How to apply to the ETAPS 2023 Extended Stay Support Scheme?
Application to the ETAPS 2023 Extended Stay Support Scheme is made by
two persons, a visitor and a local collaborator and should be sent to
the contact person in the hosting research institute. The application
should include:
- The name of the visitor (the ETAPS attendant) mentioning their
affiliation, city and country of origin
- The name of the local collaborator
- The dates of the visits
- Few lines describing the subject of the collaboration
The ETAPS organizers are NOT involved in this selection process.
Web page: https://etaps.org/2023/esss/
Specific constraints:
- For applying, the visitor should attend ETAPS 2023
- Dates of the visit do not have to be adjacent to the conference dates
as long as the applicant avoids traveling by plane in between
- If too many applications are received, further criteria of selection
may have to be applied by the inviting labs, such as favoring long
distance participants or applying "first come first served" policy.
The research labs participating to the scheme are so far:
* CRIStAL, Lille (https://www.cristal.univ-lille.fr/?rubrique9)
Contact: <Patrick Baillot patrick.baillot(a)univ-lille.fr>
* EPFL, SYSTEMF, Lausanne (https://www.epfl.ch/): Contact: Clément
Pit-Claudel (https://pit-claudel.fr/clement/)
* Irif, Université Paris-Cité, Paris (https://www.irif.fr/).
Contact: Thomas Colcombet <thomas.colcombet(a)irif.fr>
* LAAS, Toulouse (https://www.laas.fr/public/en). Contact: Silvano
Dal Zilio <dalzilio(a)laas.fr>
* LABRI, Bordeaux (https://www.labri.fr/en). Contact: Cyril
Gavoille <gavoille(a)labri.fr>
* LIP, ENS Lyon (http://www.ens-lyon.fr/LIP/) Contact: Denis
Kuperberg <denis.kuperberg(a)ens-lyon.fr>
* Lip6, Sorbonne Université, Paris
(https://www.lip6.fr/recherche/index.php), and co-organizer of ETAPS
2023. Contact: Fabrice Kordon <Fabrice.Kordon(a)lip6.fr>
* LIPN, Université Sorbonne Paris Nord, Villetaneuse
(https://lipn.univ-paris13.fr/), and co-organizer of ETAPS 2023.
Contact: Étienne André <Andre.Etienne(a)lipn13.fr>
* LiS, Marseille (https://www.lis-lab.fr/). Contact: Pierre-Alain
Reynier <pierre-alain.reynier(a)lis-lab.fr>
* LMF, Université Paris-Saclay, Saclay (https://lmf.cnrs.fr/).
Contact: Dietmar Berwanger <dwb(a)lsv.fr>
* LORIA, Université de Lorraine & Inria, Nancy
(https://www.loria.fr/en/). Contact: Stephan Merz <stephan.merz(a)loria.fr>
* LS2N, Université de Nantes (SLS axis:
https://www.ls2n.fr/pole/SLS/). Contact: Dalila Tamzalit
<dalila.tamzalit(a)univ-nantes.fr>
* LSL, CEA List, Saclay (https://pyrat-analyzer.com/). Contact:
CHIHANI Zakaria <Zakaria.CHIHANI(a)cea.fr>
* Telecom Paris
(https://www.telecom-paris.fr/en/research/laboratories/information-processin…).
Contact: Théo Zimmermann <theo.zimmermann(a)telecom-paris.fr>
* ULB, Team "Formal Methods and Verification"
(https://verif.ulb.ac.be/), Brussels, Belgium. Contact: Emmanuel Filiot
<efiliot(a)ulb.be>
* Verimag, Grenoble (https://www-verimag.imag.fr/). Contact:
verimag-direction(a)univ-grenoble-alpes.fr
Other research labs may be added to this list.
For applying as a researcher, please contact the research lab of interest.
For applying as a research unit, please get in touch with
Andre.Etienne(a)lipn13.fr
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Markus Kuppe, a Principal Research Software Development Engineer in the
Research In Software Engineering group at Microsoft Research, Redmond. The
talk is scheduled on Tuesday, March 14, at 1900 hrs IST (add to Google
calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MzdlMXZ1c2…>).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: TLA+: The Tools, The Language, and The Application
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: TLA+ is a language for formally specifying and verifying discrete
systems, including distributed algorithms. Users describe the system as a
state machine, written in a language based on mathematical set theory and
temporal logic, which also serves to express safety and liveness
properties. TLA+ comes with tools for computer-assisted verification,
including two model checkers and an interactive proof system. TLA+ is used
in academia and industry, e.g., to verify data consistency in cloud
applications.
This talk will cover the theory behind TLA+ and how practitioners can write
TLA+ specifications with the help of verification tools. Additionally, we
will discuss known limitations of the tools and outline current and future
research opportunities.
Bio: Markus Kuppe is a Principal Research Software Development Engineer in
the Research In Software Engineering group at Microsoft Research, Redmond.
His focus is on making specification-driven development (with TLA+) more
popular among engineers. This includes scaling verification to real-world
problems and building tools to combine specification-driven development
with established software engineering processes.
************************************************************
Call for Papers
** ATVA 2023 **
24-27 October 2023
Singapore
https://atva-conference.org/2023/
************************************************************
21st International Symposium on Automated Technology for Verification
and Analysis
ATVA 2023 is the 21st in a series of symposia aimed at bringing together
academics, industrial researchers and practitioners in the area of
theoretical and practical aspects of automated analysis, synthesis, and
verification of hardware and software systems. ATVA solicits high
quality submissions in the following suggestive list of topics:
* Formalisms for modeling hardware, software and embedded systems
* Specification and verification of finite-state, infinite-state and
parameterized system
* Program analysis and software verification
* Analysis and verification of hardware circuits, systems-on-chip and
embedded systems
* Analysis of real-time, hybrid, priced, weighted and probabilistic systems
* Deductive, algorithmic, compositional, and abstraction/refinement
techniques for analysis and verification
* Analytical techniques for safety, security, and dependability
* Testing and runtime analysis based on verification technology
* Analysis and verification of parallel and concurrent systems
* Analysis and verification of deep learning systems
* Analysis and verification of blockchain based systems
* Verification in industrial practice
* Synthesis for hardware and software systems
* Applications and case studies
* Automated tool support
## Submissions
ATVA welcomes submissions in the following two categories:
* Regular research papers (16 pages, excluding references)
* Tool papers (6 pages, excluding references)
Submissions must be in Springer's LNCS format. Additional material may
be placed in an appendix, to be read at the discretion of the reviewers
and to be omitted in the final version. Formatting style files and
further guidelines for formatting can be found at the Springer website.
Adding line numbers (package lineno) is highly recommended.
Tool papers must include information about a URL from where the tool can
be downloaded or accessed on-line for evaluation. The URL must also
contain a set of examples, and a user manual that describes usage of the
tool through examples. In case the tool needs to be downloaded and
installed, the URL must contain instructions for installation of the
tool on Linux/Windows/MacOS.
For (regular and tool) papers reporting experiments, uploading an
artifact on a long-term available platform is recommended (though not
compulsory)
Papers must be submitted through EasyChair.
https://easychair.org/conferences/?conf=atva2023
Accepted papers in both categories will be published in Springer's
Lecture Notes in Computer Science series. At least one author of each
accepted paper is expected to register and present the paper at the
conference.
## Important Dates
* Abstract submission deadline: April 27, 2023 (AoE)
* Paper submission deadline: May 4, 2023 (AoE)
* Paper notification: June 30, 2023 (AoE)
* Camera-ready deadline: July 25, 2023 (AoE)
* Conference: October 24 – October 27, 2023 (UTC +8)
## Committees
General Chair
* Jin Song DONG, National University of Singapore
Program Co-Chairs
* Jun Sun, Singapore Management University
* Étienne André, Université Sorbonne Paris Nord
Publicity Chair:
* Lei Bu, Nanjing University
Local Organization Chair
* Xiaofei Xie, Singapore Management University
Program committee
* Mohamed Faouzi Atig (Uppsala University)
* Saddek Bensalem (VERIMAG)
* Udi Boker (Reichman University, Herzliya, Israel)
* Lei Bu (Nanjing University)
* Krishnendu Chatterjee (Institute of Science and Technology (IST))
* Yu-Fang Chen (Academia Sinica)
* Chih-Hong Cheng (Fraunhofer IKS)
* Yunja Choi (Kyungpook National University)
* Thao Dang (CNRS/VERIMAG)
* Susanna Donatelli (Dipartimento di Informatica)
* Alexandre Duret-Lutz (EPITA's Research Lab (LRE))
* Bernd Finkbeiner (CISPA Helmholtz Center for Information Security)
* Stefan Gruner (University of Pretoria)
* Osman Hasan (National University of Sciences and Technology (NUST))
* Ichiro Hasuo (National Institute of Informatics)
* Jie-Hong Roland Jiang (National Taiwan University)
* Ondrej Lengal (Brno University of Technology)
* Shang-Wei Lin (Nanyang Technological University)
* Doron Peled (Bar Ilan University)
* Jakob Piribauer (TU Dresden)
* Pavithra Prabhakar (Kansas State University)
* Sasinee Pruekprasert (National Institute of Advanced Industrial
Science and Technology)
* Kristin Yvonne Rozier (Iowa State University)
* Indranil Saha (Indian Institute of Technology Kanpur)
* Ocan Sankur (Univ Rennes)
* Fu Song (School of Information Science and Technology)
* Marielle Stoelinga (University of Twente)
* Michael Tautschnig (Queen Mary University of London)
* Tachio Terauchi (Waseda University)
* Jingyi Wang (Zhejiang University)
* Chao Wang (University of Southern California)
* Bow-Yaw Wang (Academia Sinica)
* Zhilin Wu (Laboratory of Computer Science)
* Lijun Zhang (Institute of Software)
ATVA 2023 is referred by https://conferences-computer.science/
--
Étienne André
Université Sorbonne Paris Nord
https://lipn.univ-paris13.fr/~andre/
Are you a woman working in logic?
Please join us on July 1 at WiL, give a talk, and enjoy a day with Women in
Logic!
Please submit an abstract of 1-2 pages by April 23, 2023 (AoE), via
EasyChair.
-------------------------------------------------------------------------------------------------------------
Call for Contributions
WiL 2023: 7th Women in Logic Workshop
July 1, 2023
Co-located with FSCD 2023
https://sites.google.com/view/wil2023/home
-------------------------------------------------------------------------------------------------------------
Women in Logic 2023 is a satellite event of the 8th International
Conference on Formal Structures for Computation and Deduction (FSCD 2023) to
be held in Rome, Italy, from July 1 to July 6, 2023.
The Women in Logic workshop (WiL) provides an opportunity to increase
awareness of the valuable contributions made by women in the area of logic
in computer science. Its main purpose is to promote the excellent research
done by women, with the ultimate goal of increasing their visibility and
representation in the community. Our aim is to:
- provide a platform for female researchers to share their work and
achievements;
- increase the feelings of community and belonging, especially among
junior faculty, post-docs and students through positive interactions with
peers and more established faculty;
- establish new connections and collaborations;
- foster a welcoming culture of mutual support and growth within the
logic research community.
We believe these aspects will benefit women working in logic and computer
science, particularly early-career researchers.
Previous versions of Women in Logic (Reykjavík 2017, Oxford 2018, Vancouver
2019, Paris 2020, Rome 2021, and Haifa 2022) were very successful in
showcasing women's work and as catalysts for a recognition of the need for
change in the community.
Topics of interest include but are not limited to: automata theory,
automated deduction, categorical models and logics, concurrency and
distributed computation, constraint programming, constructive mathematics,
database theory, decision procedures, description logics, domain theory,
finite model theory, formal aspects of program analysis, formal methods,
foundations of computability, games and logic, higher-order logic, lambda
and combinatory calculi, linear logic, logic in artificial intelligence,
logic programming, logical aspects of bioinformatics, logical aspects of
computational complexity, logical aspects of quantum computation, logical
frameworks, logics of programs, modal and temporal logics, model checking,
probabilistic systems, process calculi, programming language semantics,
proof theory, real-time systems, reasoning about security and privacy,
rewriting, type systems and type theory, and verification.
INVITED SPEAKERS
- Marie Kerjean (LIPN, Institut Galilée)
- TBA
IMPORTANT DATES
- Abstract submission deadline: April 23, 2023
- Notification: May 15, 2023
- Contribution for Informal Proceedings: June 25, 2023
- Workshop: July 1, 2023
SUBMISSIONS
Abstracts should be written in English (1-2 pages), and prepared using the
Easychair style (https://easychair.org/publications/for_authors). The
abstracts should be uploaded to the WiL 2023 Easychair page
https://easychair.org/my/conference?conf=wil2023
as a PDF file before the submission deadline on April 23, 2023, anywhere on
Earth.
ORGANIZING AND PROGRAM COMMITTEE
- Sandra Alves (University of Porto)
- Agata Ciabattoni (Vienna University of Technology)
- Zoé Christoff (University of Groningen)
- Amy Felty (University of Ottawa)
- Marie Fortin (IRIF)
- Sujata Ghosh (ISI Chennai)
- Sandra Kiefer (University of Oxford) – co-chair
- Cláudia Nalon (University of Brasília)
- Daniele Nantes-Sobrinho (Imperial College London) – co-chair
- Valeria de Paiva (Topos Institute)
- Catuscia Palamidessi (INRIA)
- Tephilla Prince (IIT Dharwad) – co-chair
- Krishna S. (IIT Bombay)
- Alexandra Silva (Cornell University)
- Renata Wasserman (University of São Paulo)
--
Tephilla Prince
Research Scholar
Dept. of Computer Science & Engineering
IIT Dharwad
The 4th International Triennial Conference and Summer School 'Numerical Computations: Theory and Algorithms' (NUMTA2023) will be held (in hybrid format) from 14 to 20 June 2023 in Calabria, Italy, at the all-inclusive resort "Tui Magic Life Calabria" on the Tyrrhenian coast and close to the Lamezia Terme international airport. The Conference is organized by the University of Calabria, Department of Computer Engineering, Modelling, Electronics and Systems Science, Italy, in cooperation with the Society for Industrial and Applied Mathematics (SIAM), USA. Together with regular presentations at the Conference there will be the Summer School offering tutorials and discussion sections covering the topics of the Conference. Participants at the Summer School can submit either regular papers or participate at the poster session that will also be organized. English is the working language both at the Conference and the Summer School. This is the fourth edition of NUMTA (since 2013); more than 200 researchers from 30 countries around the world have attended the previous NUMTA2019 conference,
Website: https://www.numta.org
Main topics: Numerical analysis, computational models, optimization and machine learning, and emerging computational paradigms.
Confirmed plenary lectures and tutorials: Luigi Brugnano (Italy), Lou D'Alotto (USA), Renato De Leone (Italy), Kalyanmoy Deb (USA), Francesca Mazzia (Italy), Panos Pardalos (USA), Witold Pedrycz (Canada), Yaroslav Sergeyev (Italy), Nick Trefethen (UK).
Publications: A book of one-page abstracts will be available on the conference webpage. Participants regularly registered for NUMTA may also submit their full papers to the post-conference proceedings that will be published in the Springer LNCS series: short 6-8+ and long 12-15+ original research papers will be regularly peer-reviewed. Special issues of highly cited international journals will also be organized.
Submission system: https://equinocs.springernature.com/service/NUMTA2023
A registration fee for in-person or virtual (zoom) participation in NUMTA2023 will be required (registration will open soon).
Special benefits are reserved for the organizers of the NUMTA2023 Streams and Special Sessions. The NUMTA2023 Young Researcher Prize (500 Euros and a certificate) will be awarded to the best presentation made by a young scientist (not older than 30 years).
Deadlines:
April 2, 2023: One-page abstract submission
April 16, 2023: Regular registration
May 21, 2023: Submission of papers (short or long) for LNCS proceedings
May 21, 2023: Late registration and Submission of applications for the NUMTA2023 Young Researcher Prize
Information is continuously updated on the conference website https://www.numta.org where details of the three previous editions (2019, 2016 and 2013) of this conference are available.
Gopal T V
0 9840121302
https://vidwan.inflibnet.ac.in/profile/57545https://www.facebook.com/gopal.tadepalli
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dr. T V Gopal
Professor
Department of Computer Science and Engineering
College of Engineering
Anna University
Chennai - 600 025, INDIA
Ph : (Off) 22351723 Extn. 3340
(Res) 24454753
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ETAPS 2023 EXTENDED STAY SUPPORT SCHEME
The ETAPS 2023 conference (European joint conferences on theory &
practice of software) offers to its attendees an Extended Stay Support
Scheme (IESS) aiming at enhancing scientific collaborations and
diminishing the carbon footprint of scientific research activities,
following similar initiatives at HIGHLIGHTS and ICALP. ETAPS 2023
attendees are encouraged to combine their visit to Paris with
collaborations with local researchers.
This support scheme is primarily intended for participants traveling
long distances and must be combined with an attendance to ETAPS 2023.
Upon acceptation, research institutes involved in this mechanism will
cover standard expenses (accommodation and traveling fees, plane
excluded) and will provide material support for research activities.
How to apply to the ETAPS 2023 Extended Stay Support Scheme?
Application to the ETAPS 2023 Extended Stay Support Scheme is made by
two persons, a visitor and a local collaborator and should be sent to
the contact person in the hosting research institute. The application
should include:
- The name of the visitor (the ETAPS attendant) mentioning their
affiliation, city and country of origin
- The name of the local collaborator
- The dates of the visits
- Few lines describing the subject of the collaboration
Web page: https://etaps.org/2023/esss/
Specific constraints:
- For applying, the visitor should attend ETAPS 2023
- Dates of the visit do not have to be adjacent to the conference dates
as long as the applicant avoids traveling by plane in between
- If too many applications are received, further criteria of selection
may have to be applied, such as favoring long distance participants or
applying "first come first served" policy.
The research labs participating to the scheme are so far:
* Irif, Université Paris-Cité, Paris (https://www.irif.fr/).
Contact: Thomas Colcombet <thomas.colcombet(a)irif.fr>
* LABRI, Bordeaux (https://www.labri.fr/en). Contact: Cyril
Gavoille <gavoille(a)labri.fr>
* LAAS, Toulouse (https://www.laas.fr/public/en). Contact: Silvano
Dal Zilio <dalzilio(a)laas.fr>
* Lip6, Sorbonne Université, Paris
(https://www.lip6.fr/recherche/index.php), and co-organizer of ETAPS
2023. Contact: Fabrice Kordon <Fabrice.Kordon(a)lip6.fr>
* LIPN, Université Sorbonne Paris Nord, Villetaneuse
(https://lipn.univ-paris13.fr/), and co-organizer of ETAPS 2023.
Contact: Étienne André <Andre.Etienne(a)lipn13.fr>
* LMF, Université Paris-Saclay, Saclay (https://lmf.cnrs.fr/).
Contact: Dietmar Berwanger <dwb(a)lsv.fr>
* LORIA, Université de Lorraine & Inria, Nancy
(https://www.loria.fr/en/). Contact: Stephan Merz <stephan.merz(a)loria.fr>
* ULB, Team "Formal Methods and Verification"
(https://verif.ulb.ac.be/), Brussels, Belgium. Contact: Emmanuel Filiot
<efiliot(a)ulb.be>
Other research labs may be added to this list.
For applying as a researcher, please contact the research lab of interest.
For applying as a research unit, please get in touch with
Andre.Etienne(a)lipn13.fr
FORMATS 2023: second call for papers
21st International Conference on Formal Modeling and Analysis of Timed
Systems
https://www.uantwerpen.be/en/conferences/confest-2023/formats/
19-21 September 2023, Antwerp, Belgium
co-located with CONCUR, FMICS and QEST as part of CONFEST 2023
SCOPE & TOPICS
FORMATS (International Conference on Formal Modeling and Analysis of
Timed Systems) is an annual conference which aims to promote the study
of fundamental and practical aspects of timed systems, and to bring
together researchers from different disciplines that share interests in
the modelling, design and analysis of timed computational systems. The
conference aims to attract researchers interested in real-time issues in
hardware design, performance analysis, real-time software, scheduling,
semantics and verification of real-timed, hybrid and probabilistic systems.
Typical topics include (but are not limited to):
- Foundations and Semantics: Theoretical foundations of timed systems,
languages and models (e.g., timed automata, timed Petri nets, hybrid
automata, timed process algebra, max-plus algebra, probabilistic models).
- Methods and Tools: Techniques, algorithms, data structures, and
software tools for analyzing timed systems and resolving temporal
constraints (e.g., scheduling, worst-case execution time analysis,
optimization, model checking, testing, constraint solving).
- Applications: Adaptation and specialization of timing technology in
application domains in which timing plays an important role (e.g.,
real-time software, hardware circuits, scheduling in manufacturing and
telecommunication, robotics).
This year, FORMATS will incorporate a special track on:
- Monitoring of cyber-physical systems. We encourage the submission of
papers on all approaches related to the monitoring of cyber-physical
systems, including monitoring methods, monitoring applications (such as
robustness-guided falsification), and related techniques (such as
validation of a formal specification for monitoring).
INVITED SPEAKERS
FORMATS 2023 will feature the following invited speakers:
- Joost-Pieter Katoen, RWTH Aachen University, Germany (joint with all
CONFEST conferences)
- Nicolas Markey, CNRS & University of Rennes, France (joint with CONCUR)
- David Parker, Oxford University, UK (joint with QEST, CONCUR)
- Jaco van de Pol, Aarhus University, Denmark (joint with CONCUR, FMICS)
PAPER SUBMISSION
FORMATS 2023 solicits high-quality papers describing research results,
experience reports and/or tools related to the topics mentioned above.
Submitted papers must contain original, unpublished contributions, not
submitted for publication elsewhere. The papers should be submitted
electronically in PDF, following the Springer LNCS style guidelines.
FORMATS 2023 has two categories of papers:
- Regular papers, which should not exceed 15 pages in length
- Short papers, which should not exceed 7 pages in length
Both page limits exclude references, which are not limited in length. If
necessary, the paper may be supplemented with a clearly marked appendix,
which will be reviewed at the discretion of the program committee. Each
paper will undergo a thorough review process. Papers should be submitted
electronically via the EasyChair online submission system:
https://easychair.org/conferences/?conf=formats2023
ARTIFACT EVALUATION
FORMATS encourages authors to submit artifacts where appropriate, for
example to demonstrate how to reproduce experimental data in a research
paper or to examine the usability and applicability of a software tool.
Artifacts will be evaluated by the Artifact Evaluation Committee and
those that are accepted will receive a repeatability badge to be
displayed on the first page of the published paper. For more details,
see: https://www.uantwerpen.be/en/conferences/confest-2023/formats/artifact/
PUBLICATION AND BEST PAPER AWARD
The proceedings of FORMATS 2023 will be published by Springer in the
Lecture Notes in Computer Science series. The best paper of the
conference will be awarded the Oded Maler Award in Timed Systems.
IMPORTANT DATES
- Abstract submission: 21 April 2023
- Paper submission: 28 April 2023
- Acceptance notification: 16 June 2023
- Camera-ready deadline: 14 July 2023
- Conference: 19-21 September 2023
For any questions, feel free to contact the program chairs Laure
Petrucci (Laure.Petrucci(a)lipn.univ-paris13.fr) and Jeremy Sproston
(sproston(a)di.unito.it).
ORGANISATION
Program Chairs
- Laure Petrucci, University Sorbonne Paris Nord & CNRS, France
- Jeremy Sproston, University of Turin, Italy
Artifact Evaluation Chairs
- Arnd Hartmanns, University of Twente, The Netherlands
- Paolo Zuliani, Newcastle University, UK
Special Track Chair
- Masaki Waga, Kyoto University, Japan
Program Committee
- Alessandro Abate, University of Oxford, UK
- Parosh Aziz Abdulla, Uppsala University, Sweden
- Marcello M. Bersani, Politecnico di Milano, Italy
- Patricia Bouyer-Decitre, CNRS & ENS Paris-Saclay, France
- Franck Cassez, ConsenSys, USA
- Pedro R. D'Argenio, National University of Córdoba, Argentina
- Jyotirmoy Deshmukh, University of Southern California, USA
- Catalin Dima, University Paris-Est Créteil, France
- Miriam García Soto, Complutense University of Madrid, Spain
- Gilles Geeraerts, Université Libre de Bruxelles, Belgium
- Taylor T. Johnson, Vanderbilt University, USA
- Jan Křetínský, Technical University of Munich, Germany
- Engel Lefaucheux, INRIA Nancy & LORIA, Université de Lorraine, France
- Jun Liu, University of Waterloo, Canada
- Manuel Mazo Jr, Delft University of Technology, The Netherlands
- Benjamin Monmege, Aix-Marseille Université, France
- Dejan Ničković, Austrian Institute of Technology, Austria
- Nicola Paoletti, King's College London, UK
- Laure Petrucci, University Sorbonne Paris Nord & CNRS, France (chair)
- Kristin Yvonne Rozier, Iowa State University, USA
- Krishna S., IIT Bombay, India
- Ocan Sankur, CNRS & Rennes University, France
- Sadegh Soudjani, Newcastle University, UK
- Jeremy Sproston, University of Turin, Italy (chair)
- Jiri Srba, Aalborg University, Denmark
- B. Srivathsan, Chennai Mathematical Institute, India
- Natalie Sznajder, Sorbonne Université & CNRS, France
- Patrick Totzke, University of Liverpool, UK
- Stavros Tripakis, Northeastern University, USA
- Enrico Vicario, University of Florence, Italy
- Masaki Waga, Kyoto University, Japan
- Naijun Zhan, Chinese Academy of Sciences, China
Steering Committee
- Rajeev Alur (USA)
- Eugene Asarin (France)
- Martin Fränzle (chair, Germany)
- Thomas A. Henzinger (Austria)
- Joost-Pieter Katoen (Germany)
- Kim G. Larsen (Denmark)
- Oded Maler (founding chair, France) (1957-2018)
- Pavithra Prabhakar (USA)
- Mariëlle Stoelinga (The Netherlands)
- Wang Yi (Sweden)
IEEE EDGE 2023 - CALL FOR PAPERS
Edge computing, as the convergence of computing and communications executed
close to data collection and places of storage and application, provides a
paradigm that offers several research and application opportunities across
a wide range of domains. At the same time, it raises many fundamental and
unprecedented research and development problems and challenges. The 2023
IEEE International Conference on Edge Computing and Communications (IEEE
EDGE 2023 - https://conferences.computer.org/edge/2023/) aims to continue
to be recognized a prime international forum for both researchers and
industry practitioners to exchange the latest fundamental advances in state
of the art and practice of edge computing, identify emerging research
topics, and define the future of edge computing. IEEE EDGE is affiliated
with IEEE World Congress on Services (SERVICES -
https://conferences.computer.org/services/2023/).
IEEE EDGE 2023 will feature a comprehensive high-quality technical program
including research track, tutorial and demonstration. IEEE EDGE 2023 will
also include an attractive industry program aimed at practitioners, with
keynotes and panels from prominent research, industry leaders, and
technological exhibits. IEEE EDGE 2023 invites original papers addressing
all aspects related to edge computing theories, technologies and
applications. Topics of interest include but are not limited to the
following:
· Edge Computing Architectures
· Edge Computing and Communications Theories
· Edge Computing and Network Functions Virtualization
· Edge Computing in Multi-cloud environments
· Signal Processing in Edge Computing
· Edge Access Networks & Systems
· Services for Edge Computing
· CPU/GPU and Hardware for Edge Computing
· AI Enabled Edge Computing
· Edge Centric Convergence of IoT & Cloud Computing
· Collaborative Edge & Cloud Computing
· Storage and Caching at the Edge
· QoS & QoE at the Edge
· Artificial Intelligence and ML at the Edge
· Edge Computing for Vehicular System & Network
· Edge Computing for 5G/6G Network & Systems
IMPORTANT DATES (ANYWHERE ON EARTH) – UPDATED!
● March 5, 2023: Easy Chair closes for submissions (e.g., HARD
submission deadline)
● April 23, 2023: Acceptance notification
● July 2-8, 2023: SERVICES Congress in Chicago
ORGANISING TEAM
IEEE EDGE 2023 GENERAL CHAIRS
Andrzej Goscinski, Deakin University
Omer Rana, Cardiff University
IEEE EDGE 2023 PROGRAM CHAIRS
Flavia Delicato, Fluminense Federal University
Nirmit Desai, IBM Research, TJ Watson Research Center
IEEE EDGE 2023 PUBLICITY CHAIRS
Nitin Auluck, Indian Institute of Technology, Ropar
Luiz F. Bittencourt, University of Campinas, Brazil
Antonino Galletta, University of Messina, Italy
Gautam Srivastava, Brandon University, Canada
--
Dr. Nitin Auluck / डॉ. नितिन औलक | Associate Professor / सह - प्राध्यापक
Room #114, S. Ramanujan Block / कमरा #११४, एस. रामानुजम ब्लॉक
Department of Computer Science & Engineering / कंप्यूटर विज्ञान और
अभियांत्रिकी विभाग
Indian Institute of Technology Ropar / भारतीय प्रौद्योगिकी संस्थान रोपड़
Rupnagar, Punjab, India, 140001 / रूपनगर, पंजाब, भारत, १४०००१
Email / ईमेल: nitin(a)iitrpr.ac.in | Web / वेब:
http://www.iitrpr.ac.in/cse/nitin
--
**CONFIDENTIALITY NOTICE: The
contents of this email message and any
attachments are intended solely
for the addressee(s) and may contain
confidential and/or privileged
information and may be legally protected
from disclosure. If you are not
the intended recipient of this message or
their agent, or if this
message has been addressed to you in error, please
immediately alert the
sender by reply email and then delete this message
and any attachments.
If you are not the intended recipient, you are hereby
notified that any
use, dissemination, copying, or storage of this message
or its
attachments is strictly prohibited.*
*
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Krishna S, a faculty member in the Department of Computer Science and
Engineering at IIT Bombay. The talk is scheduled on Tuesday, February 7, at
1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NzUzMmptb3…>).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Verification of Concurrent Programs under Release Acquire -- Part II
(Here is a video of the first part of this talk:
https://www.youtube.com/watch?v=Ac9QgZmaS9w)
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: This talk is an overview of some recent work on the verification
of concurrent programs. Traditionally concurrent programs are interpreted
under sequential consistency (SC). Eventhough SC is very intuitive and easy
to use, modern multiprocessors do not employ SC for performance reasons,
and instead use so called "weak memory models". Some of the well known weak
memory models in vogue among modern multiprocessor architectures are Intel
x-86, IBM POWER and ARM. The use of weak memory is also prevalent in the
C11 model, leading to the release acquire fragment of C11. This talk is on
the verification of concurrent programs under the release acquire (RA)
semantics.
The main focus of the talk will be on non parameterized programs under RA,
and I will briefly discuss results in the parameterized setting.
In the non parameterized setting, we show that the reachability problem for
RA is undecidable even in the case where the input program is finite-state,
closing a long standing open problem. What works well for this class is
under approximate reachability, in the form of bounded view switching, an
analogue of bounded context switching, relevant to RA. In the parameterized
setting, the first observation is that the semantics of RA can be
simplified, lending to a better complexity for verification. Further,
safety verification is PSPACE-complete for the case where the distinguished
threads are loop-free, and jumps to NEXPTIME-complete for the setting where
an unrestricted distinguished ego thread interacts with the environment
threads.
This talk is based on papers that appeared in PLDI'19 (joint with Parosh
Abdulla, Mohamed Faouzi Atig and Jatin Arora), PODC'22 (joint with Roland
Meyer and Adwait Godbole) as well as some unpublished work.
Bio: Krishna S is a faculty member in the Department of Computer Science
and Engineering at IIT Bombay. Her areas of research are broadly in
Automata, Logics, Games and the formal verification of timed and
probabilistic systems.
---------------------------------------------------------------------------------------------------------------
CALL FOR PRESENTATIONS
HIGHLIGHTS OF LOGIC, GAMES, AND AUTOMATA 2023
Kassel, Germany, 24 -- 28 July 2023
---------------------------------------------------------------------------------------------------------------
HIGHLIGHTS'23 is the eleventh in the series of international
conferences "Highlights of Logic, Games and Automata", aiming at
integrating the community working in algorithmic model theory,
automata theory, databases, games for logic and verification, logic,
and verification. Papers from these areas are dispersed across many
conferences, which makes them difficult to follow. A visit to the
HIGHLIGHTS conference should offer a wide picture of the latest
research in the field and a chance to meet everybody in the
community, not just those who happen to publish in one particular
proceedings volume. There are no publications.
HIGHLIGHTS'23 is scheduled from **July 24 to July 28, 2023** at the
Campus Center of the **University of Kassel,
Germany**. The main conference will be preceded by the Highlights
Collaborative Research Week (HCRW), from **July 17 to July 21, 2023**
at the Faculty of Electrical Engineering and Computer Science of the
University of Kassel.
HIGHLIGHTS'23 key features:
* HIGHLIGHTS is a conference without publication, where speakers give
short presentations of their best work.
* (new) The conference will span five days, including tutorials.
* (new) There is an early round of submissions and notifications to
help with travel planning.
* (new) The *Highlights' Collaborative Research Week* (HCRW) is a new
initiative meant to facilitate research collaborations/discussions
between participants. HCRW is scheduled from July 17 to July 21, 2023,
i.e. the week before HIGHLIGHTS'23 and after ICALP’23 (in Paderborn,
Germany).
* The *Highlights Extended Stay Support Scheme* (HESSS) is intended to
help participants find collaborators and organize visits around HIGHLIGHTS.
We encourage you to attend and present your best work, be it already
published or not, at HIGHLIGHTS’23.
-- SCOPE --
Representative areas include, but are not restricted to:
* Algorithmic model theory
* Automata theory
* Databases
* Games for logic and verification
* Logic
* Verification
-- IMPORTANT DATES AND INFORMATION --
* Main conference page: https://highlights-conference.org/2023/
* HCRW page: https://highlights-conference.org/2023/hcrw
* HESSS page: https://highlights-conference.org/2023/hesss
* Submission page: https://cmt3.research.microsoft.com/Highlights2023
* Registration page: TBA
* **Early submission deadline: February 17**
* Early notification: February 28
* **Regular submission deadline: April 25**
* Regular notification: May 5
* Early registration: TBA
* Highlights' Collaborative Research Weak (HCRW): July 17 - July 21, 2023.
* Conference: July 24 - July 28, 2023 (Tutorial day: July 24).
-- INVITED TALKS AND TUTORIALS --
TUTORIALS:
* Bernd Finkbeiner (Saarland Univ and CISPA, Germany)
* Édouard Bonnet (ENS Lyon, France)
INVITED TALKS:
* Udi Boker (Reichman Univ, Israel)
* Véronique Bruyère (Univ of Mons, Belgium)
* Meena Mahajan (Institute of Mathematical Sciences, India)
* Sophie Pinchinat (IRISA, France)
* Sven Schewe (Univ of Liverpool, UK)
-- MODALITIES OF ATTENDANCE --
HIGHLIGHTS’23 is an event that will take place on-site (barring
unforeseen circumstances), and the preferred form of participation is in
person. Remote attendance via a video stream will also be offered, but
with limited possible interactions for these participants.
Before coming from far away, please review how your trip and
international flights are contributing to climate change. We encourage
you to take the train as much as possible, possibly taking the
opportunity for visiting colleagues on the way and thus decomposing the
travel into smaller pieces.
More generally, we encourage you to make the most of your stay. This
means extending your journey to the previous and/or following weeks for
more scientific activities in Kassel and around. Several initiatives are
here to help you in this task:
- You can participate in the Highlights' Collaborative Research Week
(HCRW, July 17-21) in the week before HIGHLIGHTS, in Kassel. We
especially encourage you to come to HCRW if you are planning to attend
ICALP’2023, which happens just before HCRW, in Paderborn.
- You can attend ICALP’2023 (July 10-14, in Paderborn)
- You can attend CAV’2023 (July 17-22, in Paris)
- You can use the Highlights Extended Stay Support Scheme HESSS] for
finding collaborators and organising visits.
-- [EARLY] SUBMISSIONS AND GUIDELINES --
Submissions should take the form of a short abstract describing the
content of the presentation and its interest. It should serve as a
proposal for a presentation. Hence, submissions should have a single
author — the speaker. They can concern any recently published, to be
published, or ongoing work of the speaker. We expect you to present your
favourite result of the year, so there should be at most one submission
per speaker. The abstract should list co-authors, if any. Optionally, an
extended abstract of up to two pages may be attached as a PDF file.
We encourage both young and senior researchers to present.
The early round of submissions is open until **February 17, 2023**. By
submitting before this deadline, you will profit from an early
notification by February 28, 2023 which may help you in organising your
journey. The regular submission deadline is **April 25, 2023**, with a
notification by May 5, 2023
Submissions will not lead to publications. There are no formal
proceedings and we encourage the presentation of work published or
presented elsewhere.
The talk (which is short, around 10 minutes) can be doubled with a
poster. In this case, it has to be sent more than one week before the
event, and will be printed by the organising team.
**Submission page:** https://cmt3.research.microsoft.com/Highlights2023
-- HIGHLIGHTS' COLLABORATIVE RESEARCH WEEK (HCRW) --
HIGHLIGHTS’23 will be organising an extra week, the *Highlights'
Collaborative Research Week* (HCRW), **from July 17 to July 21**, at the
University of Kassel.
Participants to HIGHLIGHTS can register for this week, and are then free
to organise any scientific activity. It is up to you to decide what this
week should be. Possibilities can be to
- meet someone in particular,
- organise or attend a seminar/workshop/reading group,
- gather for solving open problems.
HIGHLIGHTS organising team is offering the opportunity, the working
space and support at the university, and some web-tools for the
scientific organisation.
We encourage participants to propose activities in advance. Please
contact the program chair (Supratik Chakraborty) and the organisation
chair (Stefan Göller) to communicate your proposals.
* HCRW webpage: https://highlights-conference.org/2023/hcrw
* To propose activities: Contact Supratik Chakraborty and Stefan Göller
* Registration for HCRW will happen along with HIGHLIGHTS.
-- HIGHLIGHTS EXTENDED STAY SUPPORT SCHEME (HESSS) --
The HESSS is an incentive for collaborations between participants of the
conference and researchers working in research units reachable by train
from the conference location. The objective is to foster interactions
with low carbon footprint. The mechanism is as follows:
* Research units wanting to participate in the scheme are/will be
listed on the webpage: https://highlights-conference.org/2023/hcrw.
These units are willing to fund collaborations between HIGHLIGHTS
participants and their members.
* The pair of a HIGHLIGHTS participant and a member of a listed
research unit submit a proposal, which takes the form of an email
containing names, period of collaboration, and a sentence describing
the planned activity. It has to be sent to the HESSS contact person of
the research unit.
* The decision of acceptance is up to the research unit. In
particular, it may be subject to scientific scope, number or requests,
or e.g., favouring distant participants.
* The only strict rule is that the visit should be around HIGHLIGHTS,
and no airplane should be taken by the visitor to travel from HIGHLIGHTS
to the visit location.
* Research units interested in participating in the program should
contact Thomas Colcombet.
-- COMMITTEES --
PROGRAM COMMITTEE
* S. Akshay (India)
* Suguman Bansal (USA)
* Nathalie Bertrand (France)
* Supratik Chakraborty (India) (Chair)
* Krishnendu Chatterjee (Austria)
* Javier Esparza (Germany)
* Sandra Kiefer (Germany)
* Antonina Kolokolova (Canada)
* Orna Kupferman (Israel)
* Annabelle McIver (Australia)
* Madhusudan Parthasarathy (USA)
* Joanna Ochremiak (France)
* Daniela Petrisan (France)
* Michał Pilipczuk (Poland)
* Nir Piterman (Sweden)
* Jean-François Raskin (Belgium)
ORGANISING COMMITTEE
* Stefan Göller (chair)
* Alina Kappes
* Klaus Wich
* Matthias Wolf
* Katja Wuchterl
SAFETOC COUNSELOR
* Sylke Ernst
STEERING COMMITTEE
* León Bohn (webmaster)
* Antonio Casares (publicity chair)
* Thomas Colcombet (chair)
* Sławek Lasota
* Luc Segoufin
* Sophie Tison
Please circulate this email among your students and encourage them to participate in this research symposium. The goal is to expose the students the research being done in CS at IITB.
Thanks and regards,
Uday Khedker.
-------------------------------------------------------------------------------------
Greetings from the Dept of CSE, IITB.
The Computer Science and Engineering (CSE) department at the Indian Institute of Technology Bombay (IITB) is pleased to announce its upcoming research symposium. The two-day event will take place on March 25-26, 2023, and will feature cutting-edge research conducted by CSE faculty and students.
In addition, the symposium will include invited talks by leading experts from three tracks: computer systems, artificial intelligence/machine learning, and theoretical computer science. There will also be some informal interactive sessions with CSE faculty and research scholars. More information about the event, including a detailed schedule and speaker lineup, can be found on the official website at https://www.cse.iitb.ac.in/crs2023.
We invite *undergraduate students in their pre-final and final years, as well as postgraduate students *(master’s students) from CS and allied domains, to apply for participation in the symposium. Candidates from underrepresented, underprivileged, or disadvantaged groups/communities are especially encouraged to apply. Selected participants will be provided with accommodation on the IITB campus during the event. They may also be provided with limited travel support. To register for the symposium, please fill out the registration form <https://forms.gle/yEeHd2RSD45JrZDj8>by Feb 04, 2023.
Kindly circulate the email to the prospective students.
Best regards,
Biswabandan Panda, Abir De and Rohit Gurjar.
Organizing committee, IIT Bombay.
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Krishna S, a faculty member in the Department of Computer Science and
Engineering at IIT Bombay. The talk is scheduled on Tuesday, February 7, at
1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=NzUzMmptb3…>).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Verification of Concurrent Programs under Release Acquire -- Part II
(Here is a video of the first part of this talk:
https://www.youtube.com/watch?v=Ac9QgZmaS9w)
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: This talk is an overview of some recent work on the verification
of concurrent programs. Traditionally concurrent programs are interpreted
under sequential consistency (SC). Eventhough SC is very intuitive and easy
to use, modern multiprocessors do not employ SC for performance reasons,
and instead use so called "weak memory models". Some of the well known weak
memory models in vogue among modern multiprocessor architectures are Intel
x-86, IBM POWER and ARM. The use of weak memory is also prevalent in the
C11 model, leading to the release acquire fragment of C11. This talk is on
the verification of concurrent programs under the release acquire (RA)
semantics.
The main focus of the talk will be on non parameterized programs under RA,
and I will briefly discuss results in the parameterized setting.
In the non parameterized setting, we show that the reachability problem for
RA is undecidable even in the case where the input program is finite-state,
closing a long standing open problem. What works well for this class is
under approximate reachability, in the form of bounded view switching, an
analogue of bounded context switching, relevant to RA. In the parameterized
setting, the first observation is that the semantics of RA can be
simplified, lending to a better complexity for verification. Further,
safety verification is PSPACE-complete for the case where the distinguished
threads are loop-free, and jumps to NEXPTIME-complete for the setting where
an unrestricted distinguished ego thread interacts with the environment
threads.
This talk is based on papers that appeared in PLDI'19 (joint with Parosh
Abdulla, Mohamed Faouzi Atig and Jatin Arora), PODC'22 (joint with Roland
Meyer and Adwait Godbole) as well as some unpublished work.
Bio: Krishna S is a faculty member in the Department of Computer Science
and Engineering at IIT Bombay. Her areas of research are broadly in
Automata, Logics, Games and the formal verification of timed and
probabilistic systems.
IEEE EDGE 2023 - CALL FOR PAPERS
Edge computing, as the convergence of computing and communications executed
close to data collection and places of storage and application, provides a
paradigm that offers several research and application opportunities across
a wide range of domains. At the same time, it raises many fundamental and
unprecedented research and development problems and challenges. The 2023
IEEE International Conference on Edge Computing and Communications (IEEE
EDGE 2023 - https://conferences.computer.org/edge/2023/) aims to continue
to be recognized a prime international forum for both researchers and
industry practitioners to exchange the latest fundamental advances in state
of the art and practice of edge computing, identify emerging research
topics, and define the future of edge computing. IEEE EDGE is affiliated
with IEEE World Congress on Services (SERVICES -
https://conferences.computer.org/services/2023/).
IEEE EDGE 2023 will feature a comprehensive high-quality technical program
including research track, tutorial and demonstration. IEEE EDGE 2023 will
also include an attractive industry program aimed at practitioners, with
keynotes and panels from prominent research, industry leaders, and
technological exhibits. IEEE EDGE 2023 invites original papers addressing
all aspects related to edge computing theories, technologies and
applications. Topics of interest include but are not limited to the
following:
· Edge Computing Architectures
· Edge Computing and Communications Theories
· Edge Computing and Network Functions Virtualization
· Edge Computing in Multi-cloud environments
· Signal Processing in Edge Computing
· Edge Access Networks & Systems
· Services for Edge Computing
· CPU/GPU and Hardware for Edge Computing
· AI Enabled Edge Computing
· Edge Centric Convergence of IoT & Cloud Computing
· Collaborative Edge & Cloud Computing
· Storage and Caching at the Edge
· QoS & QoE at the Edge
· Artificial Intelligence and ML at the Edge
· Edge Computing for Vehicular System & Network
· Edge Computing for 5G/6G Network & Systems
IMPORTANT DATES (ANYWHERE ON EARTH) – UPDATED!
● March 5, 2023: Easy Chair closes for submissions (e.g., HARD
submission deadline)
● April 23, 2023: Acceptance notification
● July 2-8, 2023: SERVICES Congress in Chicago
ORGANISING TEAM
IEEE EDGE 2023 GENERAL CHAIRS
Andrzej Goscinski, Deakin University
Omer Rana, Cardiff University
IEEE EDGE 2023 PROGRAM CHAIRS
Flavia Delicato, Fluminense Federal University
Nirmit Desai, IBM Research, TJ Watson Research Center
IEEE EDGE 2023 PUBLICITY CHAIRS
Nitin Auluck, Indian Institute of Technology, Ropar
Luiz F. Bittencourt, University of Campinas, Brazil
Antonino Galletta, University of Messina, Italy
Gautam Srivastava, Brandon University, Canada
--
Dr. Nitin Auluck / डॉ. नितिन औलक
Associate Professor / सह - प्राध्यापक
Room #114, S. Ramanujan Block / कमरा #११४, एस. रामानुजम ब्लॉक
Department of Computer Science & Engineering / कंप्यूटर विज्ञान और
अभियांत्रिकी विभाग
Indian Institute of Technology Ropar / भारतीय प्रौद्योगिकी संस्थान रोपड़
Rupnagar, Punjab, India, 140001 / रूपनगर, पंजाब, भारत, १४०००१
Email / ईमेल: nitin(a)iitrpr.ac.in
Web / वेब: http://www.iitrpr.ac.in/cse/nitin
--
**CONFIDENTIALITY NOTICE: The
contents of this email message and any
attachments are intended solely
for the addressee(s) and may contain
confidential and/or privileged
information and may be legally protected
from disclosure. If you are not
the intended recipient of this message or
their agent, or if this
message has been addressed to you in error, please
immediately alert the
sender by reply email and then delete this message
and any attachments.
If you are not the intended recipient, you are hereby
notified that any
use, dissemination, copying, or storage of this message
or its
attachments is strictly prohibited.*
*
[https://9pouq.img.ag.d.sendibm3.com/im/5569782/4e138089c338ad985fc321a5306a…]
4th International Conference and Summer School NUMTA-2023
"Numerical Computations:
Theory and Algorithms"
June 14-20, 2023 - ITALY
The 4th International Conference and Summer School "Numerical Computations: Theory and Algorithms NUMTA-2023<https://9pouq.r.ag.d.sendibm3.com/mk/cl/f/6T6N7XLyeza5Q0oO-Ap6clWIkL6gHa5OY…>" will be held (in hybrid format) from 14 to 20 June 2023 in Calabria, Italy, at the all-inclusive resort “Tui Magic Life Calabria<https://9pouq.r.ag.d.sendibm3.com/mk/cl/f/93kMl5-mJR93Vrfu991ObAiABtsCv6-p2…>” on the Tyrrhenian coast and close to the Lamezia Terme international airport<https://9pouq.r.ag.d.sendibm3.com/mk/cl/f/jiSfZHjow4mMlcoQNRwoIx03C6aUQ3uRn…>.
Proposals for special sessions are very welcome (deadline: 31 January 2023).
* Confirmed plenary lecturers<https://9pouq.r.ag.d.sendibm3.com/mk/cl/f/Yd68uFqmN8CDGpY9scwVNegFLpIdKMDWB…>: Luigi Brugnano (Italy), Lou D'Alotto (USA), Renato De Leone (Italy), Kalyanmoy Deb (USA), Francesca Mazzia (Italy),
Panos Pardalos (USA), Witold Pedrycz (Canada), Yaroslav Sergeyev (Italy).
The conference proceedings will be published in the Springer LNCS series (submission will open soon). Special issues of highly cited international journals will also be organized. A registration fee for in-person or virtual (zoom) participation in NUMTA-2023 (early bird payment by 16 April 2023) will be required (registration will open soon).
Information is continuously updated on the conference website https://www.numta.org<https://9pouq.r.ag.d.sendibm3.com/mk/cl/f/CfktJ7pk3myYUqW7f5O46PuVL8Z8Gj-UZ…> where details of the three previous editions (2019, 2016 and 2013) of this conference are available.
We look forward to meeting you this year in Calabria, Italy!
Sincerely,
Gopal T V
Member - Programme Committee
0 9840121302
https://vidwan.inflibnet.ac.in/profile/57545https://www.facebook.com/gopal.tadepalli
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dr. T V Gopal
Professor
Department of Computer Science and Engineering
College of Engineering
Anna University
Chennai - 600 025, INDIA
Ph : (Off) 22351723 Extn. 3340
(Res) 24454753
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ICECCS 2023 - Call for Papers
***************************************************************************************
27th International Conference on Engineering of Complex Computer Systems
(ICECCS 2023)
12 - 16 June 2023, Toulouse, France
https://www.irit.fr/iceccs2023/
***************************************************************************************
NEW! paper submission deadline extended to 16th January 2023.
The 27th International Conference on Engineering of Complex Computer
Systems (ICECCS 2023) is a well-established event that has been held
around the world for over 25 years. Over the past years, we have seen a
rapidly rising emphasis on the design, implementation and management of
complex computer systems which are present in every aspect of human
activities, such as manufacturing, communications, defence,
transportation, aerospace, hazardous environments, energy, and
healthcare. These complex systems are frequently distributed over
heterogeneous networks and process a large amount of data. Complexity
arises from many factors, including the dynamic environment and the
scenarios these systems operate in, demanding and sometimes conflicting
requirements in functionality, efficiency, scalability, security,
dependability and adaptability, as well as the wide range of development
methodologies, programming languages and implementation details.
Performance, real-time behaviour, fault tolerance, security,
adaptability, development time and cost, and long life concerns are some
of the key issues arising in the development of such systems.
The goal of this conference is to bring together industrial, academic,
and government experts from a variety of application domains and
software disciplines, to discuss how the disciplines' problems and
solution techniques interact within the whole system. Researchers,
practitioners, tool developers and users, and technology transfer
experts are all welcome. The scope of the conference includes long-term
research issues, near-term requirements and challenges, established
complex systems, emerging promising tools, and retrospective and
prospective reflections of research and development into complex systems.
List of Topics
--------------
Authors are invited to submit papers describing original, unpublished
research results, case studies and tools. Papers are solicited in all
areas related to complex computer-based systems, including the causes of
complexity and means of avoiding, controlling, or coping with
complexity. Topic areas include, but are not limited to:
+ Requirements analysis and specification
+ Verification and validation
+ Security and privacy of complex systems
+ Model-driven development
+ Reverse engineering and refactoring
+ Software Architecture
+ Human Machine Interaction
+ Big data management
+ Ubiquitous computing, context awareness, sensor networks
+ SAT/SMT solvers for software analysis and testing
+ Agile methods
+ Safety-critical and fault-tolerant architectures
+ Adaptive, self-managing and multi-agent systems
+ Cyber-physical systems and Internet of Things (IoT)
+ Industrial case studies
Different kinds of contributions are sought, including novel research,
lessons learned, experience reports, and discussions of practical
problems faced by industry and user domains. The ultimate goal is to
build a rich and comprehensive conference program that can fit the
interests and needs of different classes of attendees: professionals,
researchers, managers, and students. A program goal is to organize
several sessions that include both academic and industrial papers on a
given topic and culminate panels to discuss relationships between
industrial and academic research.
Submission and Publication
--------------------------
Full papers are divided into two categories: Technical Papers and
Experience Reports. The papers submitted to both categories will be
reviewed by the program committee members, and papers accepted in either
category will be published in the conference proceedings. Technical
papers should describe original research, and experience reports should
present practical projects carried out in the industry, and reflect on
the lessons learnt from them.
Short paper submissions describe early-stage, ongoing or PhD research.
All short papers will be reviewed by the program committee members, and
accepted short papers will be published in the conference proceedings.
Submissions to the conference must not have been published or be
concurrently considered for publication elsewhere. All submissions will
be judged on the basis of originality, contribution to the field,
technical and presentation quality, and relevance to the conference. The
proceedings have been published by the Conference Publishing Services
(CPS) of the IEEE Computer Society.
Submitted manuscripts should be in English and formatted in the style of
the double-column IEEE CPS format. Full papers should not exceed 9 pages
+ 1 page for bibliography, and short papers should not exceed 5 pages +
1 page for bibliography, including figures, references, and appendices.
All submissions should be in PDF format. Submissions not adhering to the
specified format and length may be rejected immediately without review.
Please prepare your manuscripts in accordance with the IEEE CPS guidelines.
https://www.ieee.org/conferences/publishing/templates.html
We invite all prospective authors to submit their manuscripts via the
ICECCS 2023 portal, hosted by the EasyChair conference management system.
https://easychair.org/conferences/?conf=iceccs2023
Important Dates
---------------
+ Abstract Submissions Due: 08 December, 2022 ==> EXTENDED to
16th January 2023
+ Full Paper Submissions Due: 15 December, 2022 ==> EXTENDED to
16th January 2023
+ Acceptance/Rejection Notification: 15 March, 2023
+ Camera-ready Due: 15 April, 2023
+ Conference Dates: 12-16 June 2023
General Chair
-------------
Dominique Méry, LORIA, Université de Lorraine, Nancy, France
Program Committee Co-Chairs
---------------------------
Yamine Ait-Ameur, IRIT-ENSEEIHT, Toulouse, France
Ferhat Khendek, Concordia University, Montreal, Canada
Program Committee
-----------------
see https://www.irit.fr/iceccs2023/
ICECCS 2023 is referenced on https://www.conferences-computer.science/
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Umang Mathur, an Assistant Professor in the School of Computing at the
National University of Singapore. The talk is scheduled on Tuesday, January
3, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MWVtZzZuZn…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Dynamic Data Race Prediction: Fundamentals and Advance
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: Concurrent programs are notoriously hard to write correctly, as
scheduling nondeterminism introduces subtle errors that are both hard to
detect and to reproduce. Data races are arguably the most insidious amongst
concurrency bugs and extensive research efforts have been dedicated to
effectively detect them. A data race occurs when memory-conflicting actions
are executed concurrently. Consequently, considerable effort has been made
towards developing efficient techniques for race detection. The preferred
approach to detect data races is through dynamic analysis, where one
observes an execution of a concurrent program and checks for the presence
of data races in the execution observed. Traditional dynamic race detectors
rely on Lamport's happens-before (HB) partial order, which can be
conservative and are often unable to discover simple data races, even after
executing the program several times.
Dynamic data race prediction aims to expose data races, that can be
otherwise missed by traditional dynamic race detectors (such as those based
on HB), by inferring data races in alternate executions of the underlying
program, without re-executing it. In this talk, I will talk about the
fundamentals of and recent algorithmic advances in data race prediction.
Bio: Umang Mathur is an Assistant Professor at the National University of
Singapore. He received his PhD from the University of Illinois at Urbana
Champaign in 2021 and was an NTT Research Fellow at the Simons Institute
for the Theory of Computing at Berkeley. His research interests lie in the
use of formal methods and logic for answering design, analysis and
implementation questions in programming languages, software engineering and
systems. He is a recipient of a Google Research Award (2022), Google PhD
Fellowship (2019), an ACM SIGSOFT Distinguished Paper Award at ESEC/FSE'18,
a Best Paper Award at ASPLOS'22 and was invited as a Young Researcher at
the 8th Heidelberg Laureate Forum.
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Umang Mathur, an Assistant Professor in the School of Computing at the
National University of Singapore. The talk is scheduled on Tuesday, January
3, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MWVtZzZuZn…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Dynamic Data Race Prediction: Fundamentals and Advance
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: Concurrent programs are notoriously hard to write correctly, as
scheduling nondeterminism introduces subtle errors that are both hard to
detect and to reproduce. Data races are arguably the most insidious amongst
concurrency bugs and extensive research efforts have been dedicated to
effectively detect them. A data race occurs when memory-conflicting actions
are executed concurrently. Consequently, considerable effort has been made
towards developing efficient techniques for race detection. The preferred
approach to detect data races is through dynamic analysis, where one
observes an execution of a concurrent program and checks for the presence
of data races in the execution observed. Traditional dynamic race detectors
rely on Lamport's happens-before (HB) partial order, which can be
conservative and are often unable to discover simple data races, even after
executing the program several times.
Dynamic data race prediction aims to expose data races, that can be
otherwise missed by traditional dynamic race detectors (such as those based
on HB), by inferring data races in alternate executions of the underlying
program, without re-executing it. In this talk, I will talk about the
fundamentals of and recent algorithmic advances in data race prediction.
Bio: Umang Mathur is an Assistant Professor at the National University of
Singapore. He received his PhD from the University of Illinois at Urbana
Champaign in 2021 and was an NTT Research Fellow at the Simons Institute
for the Theory of Computing at Berkeley. His research interests lie in the
use of formal methods and logic for answering design, analysis and
implementation questions in programming languages, software engineering and
systems. He is a recipient of a Google Research Award (2022), Google PhD
Fellowship (2019), an ACM SIGSOFT Distinguished Paper Award at ESEC/FSE'18,
a Best Paper Award at ASPLOS'22 and was invited as a Young Researcher at
the 8th Heidelberg Laureate Forum.
ICECCS 2023 - Call for Papers
***************************************************************************************
27th International Conference on Engineering of Complex Computer Systems
(ICECCS 2023)
12 - 16 June 2023, Toulouse, France
https://www.irit.fr/iceccs2023/
***************************************************************************************
NEW! paper submission deadline extended to 16th January 2023.
The 27th International Conference on Engineering of Complex Computer
Systems (ICECCS 2023) is a well-established event that has been held
around the world for over 25 years. Over the past years, we have seen a
rapidly rising emphasis on the design, implementation and management of
complex computer systems which are present in every aspect of human
activities, such as manufacturing, communications, defence,
transportation, aerospace, hazardous environments, energy, and
healthcare. These complex systems are frequently distributed over
heterogeneous networks and process a large amount of data. Complexity
arises from many factors, including the dynamic environment and the
scenarios these systems operate in, demanding and sometimes conflicting
requirements in functionality, efficiency, scalability, security,
dependability and adaptability, as well as the wide range of development
methodologies, programming languages and implementation details.
Performance, real-time behaviour, fault tolerance, security,
adaptability, development time and cost, and long life concerns are some
of the key issues arising in the development of such systems.
The goal of this conference is to bring together industrial, academic,
and government experts from a variety of application domains and
software disciplines, to discuss how the disciplines' problems and
solution techniques interact within the whole system. Researchers,
practitioners, tool developers and users, and technology transfer
experts are all welcome. The scope of the conference includes long-term
research issues, near-term requirements and challenges, established
complex systems, emerging promising tools, and retrospective and
prospective reflections of research and development into complex systems.
List of Topics
--------------
Authors are invited to submit papers describing original, unpublished
research results, case studies and tools. Papers are solicited in all
areas related to complex computer-based systems, including the causes of
complexity and means of avoiding, controlling, or coping with
complexity. Topic areas include, but are not limited to:
+ Requirements analysis and specification
+ Verification and validation
+ Security and privacy of complex systems
+ Model-driven development
+ Reverse engineering and refactoring
+ Software Architecture
+ Human Machine Interaction
+ Big data management
+ Ubiquitous computing, context awareness, sensor networks
+ SAT/SMT solvers for software analysis and testing
+ Agile methods
+ Safety-critical and fault-tolerant architectures
+ Adaptive, self-managing and multi-agent systems
+ Cyber-physical systems and Internet of Things (IoT)
+ Industrial case studies
Different kinds of contributions are sought, including novel research,
lessons learned, experience reports, and discussions of practical
problems faced by industry and user domains. The ultimate goal is to
build a rich and comprehensive conference program that can fit the
interests and needs of different classes of attendees: professionals,
researchers, managers, and students. A program goal is to organize
several sessions that include both academic and industrial papers on a
given topic and culminate panels to discuss relationships between
industrial and academic research.
Submission and Publication
--------------------------
Full papers are divided into two categories: Technical Papers and
Experience Reports. The papers submitted to both categories will be
reviewed by the program committee members, and papers accepted in either
category will be published in the conference proceedings. Technical
papers should describe original research, and experience reports should
present practical projects carried out in the industry, and reflect on
the lessons learnt from them.
Short paper submissions describe early-stage, ongoing or PhD research.
All short papers will be reviewed by the program committee members, and
accepted short papers will be published in the conference proceedings.
Submissions to the conference must not have been published or be
concurrently considered for publication elsewhere. All submissions will
be judged on the basis of originality, contribution to the field,
technical and presentation quality, and relevance to the conference. The
proceedings have been published by the Conference Publishing Services
(CPS) of the IEEE Computer Society.
Submitted manuscripts should be in English and formatted in the style of
the double-column IEEE CPS format. Full papers should not exceed 9 pages
+ 1 page for bibliography, and short papers should not exceed 5 pages +
1 page for bibliography, including figures, references, and appendices.
All submissions should be in PDF format. Submissions not adhering to the
specified format and length may be rejected immediately without review.
Please prepare your manuscripts in accordance with the IEEE CPS guidelines.
https://www.ieee.org/conferences/publishing/templates.html
We invite all prospective authors to submit their manuscripts via the
ICECCS 2023 portal, hosted by the EasyChair conference management system.
https://easychair.org/conferences/?conf=iceccs2023
Important Dates
---------------
+ Abstract Submissions Due: 08 December, 2022 ==> EXTENDED to
9th January 2023
+ Full Paper Submissions Due: 15 December, 2022 ==> EXTENDED to
16th January 2023
+ Acceptance/Rejection Notification: 15 March, 2023
+ Camera-ready Due: 15 April, 2023
+ Conference Dates: 12-16 June 2023
General Chair
-------------
Dominique Méry, LORIA, Université de Lorraine, Nancy, France
Program Committee Co-Chairs
---------------------------
Yamine Ait-Ameur, IRIT-ENSEEIHT, Toulouse, France
Ferhat Khendek, Concordia University, Montreal, Canada
Program Committee
-----------------
see https://www.irit.fr/iceccs2023/
ICECCS 2023 is referenced on https://www.conferences-computer.science/
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Krishna S, a faculty member in the Department of Computer Science and
Engineering at IIT Bombay. The talk is scheduled on Tuesday, December 6, at
1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MWU1amtjNG…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Verification of Concurrent Programs under Release Acquire
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: This is an overview of some recent work on the verification of
concurrent programs. Traditionally concurrent programs are interpreted
under sequential consistency (SC). Eventhough SC is very intuitive and easy
to use, modern multiprocessors do not employ SC for performance reasons,
and instead use so called "weak memory models". Some of the well known weak
memory models in vogue among modern multiprocessor architectures are Intel
x-86, IBM POWER and ARM. The use of weak memory is also prevalent in the
C11 model, leading to the release acquire fragment of C11. This talk is on
the verification of concurrent programs under the release acquire (RA)
semantics.
The main focus of the talk will be on non parameterized programs under RA,
and I will briefly discuss results in the parameterized setting.
In the non parameterized setting, we show that the reachability problem for
RA is undecidable even in the case where the input program is finite-state,
closing a long standing open problem. What works well for this class is
under approximate reachability, in the form of bounded view switching, an
analogue of bounded context switching, relevant to RA. In the parameterized
setting, the first observation is that the semantics of RA can be
simplified, lending to a better complexity for verification. Further,
safety verification is PSPACE-complete for the case where the distinguished
threads are loop-free, and jumps to NEXPTIME-complete for the setting where
an unrestricted distinguished ego thread interacts with the environment
threads.
This talk is based on papers that appeared in PLDI'19 (joint with Parosh
Abdulla, Mohamed Faouzi Atig and Jatin Arora), PODC'22 (joint with Roland
Meyer, Adwait Godbole and Soham Chakraborty), and Arxiv'21 (with Roland
Meyer and Adwait Godbole).
Bio: Krishna S is a faculty member in the Department of Computer Science
and Engineering at IIT Bombay. Her areas of research are broadly in
Automata, Logics, Games and the formal verification of timed and
probabilistic systems.
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Krishna S, a faculty member in the Department of Computer Science and
Engineering at IIT Bombay. The talk is scheduled on Tuesday, December 6, at
1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MWU1amtjNG…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: Verification of Concurrent Programs under Release Acquire
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: This is an overview of some recent work on the verification of
concurrent programs. Traditionally concurrent programs are interpreted
under sequential consistency (SC). Eventhough SC is very intuitive and easy
to use, modern multiprocessors do not employ SC for performance reasons,
and instead use so called "weak memory models". Some of the well known weak
memory models in vogue among modern multiprocessor architectures are Intel
x-86, IBM POWER and ARM. The use of weak memory is also prevalent in the
C11 model, leading to the release acquire fragment of C11. This talk is on
the verification of concurrent programs under the release acquire (RA)
semantics.
The main focus of the talk will be on non parameterized programs under RA,
and I will briefly discuss results in the parameterized setting.
In the non parameterized setting, we show that the reachability problem for
RA is undecidable even in the case where the input program is finite-state,
closing a long standing open problem. What works well for this class is
under approximate reachability, in the form of bounded view switching, an
analogue of bounded context switching, relevant to RA. In the parameterized
setting, the first observation is that the semantics of RA can be
simplified, lending to a better complexity for verification. Further,
safety verification is PSPACE-complete for the case where the distinguished
threads are loop-free, and jumps to NEXPTIME-complete for the setting where
an unrestricted distinguished ego thread interacts with the environment
threads.
This talk is based on papers that appeared in PLDI'19 (joint with Parosh
Abdulla, Mohamed Faouzi Atig and Jatin Arora), PODC'22 (joint with Roland
Meyer and Adwait Godbole) as well as some unpublished work.
Bio: Krishna S is a faculty member in the Department of Computer Science
and Engineering at IIT Bombay. Her areas of research are broadly in
Automata, Logics, Games and the formal verification of timed and
probabilistic systems.
ICECCS 2023 - Call for Papers
***************************************************************************************
27th International Conference on Engineering of Complex Computer Systems
(ICECCS 2023)
12 - 16 June 2023, Toulouse, France
https://www.irit.fr/iceccs2023/
***************************************************************************************
The 27th International Conference on Engineering of Complex Computer
Systems (ICECCS 2023) is a well-established event that has been held
around the world for over 25 years. Over the past years, we have seen a
rapidly rising emphasis on the design, implementation and management of
complex computer systems which are present in every aspect of human
activities, such as manufacturing, communications, defence,
transportation, aerospace, hazardous environments, energy, and
healthcare. These complex systems are frequently distributed over
heterogeneous networks and process a large amount of data. Complexity
arises from many factors, including the dynamic environment and the
scenarios these systems operate in, demanding and sometimes conflicting
requirements in functionality, efficiency, scalability, security,
dependability and adaptability, as well as the wide range of development
methodologies, programming languages and implementation details.
Performance, real-time behaviour, fault tolerance, security,
adaptability, development time and cost, and long life concerns are some
of the key issues arising in the development of such systems.
The goal of this conference is to bring together industrial, academic,
and government experts from a variety of application domains and
software disciplines, to discuss how the disciplines' problems and
solution techniques interact within the whole system. Researchers,
practitioners, tool developers and users, and technology transfer
experts are all welcome. The scope of the conference includes long-term
research issues, near-term requirements and challenges, established
complex systems, emerging promising tools, and retrospective and
prospective reflections of research and development into complex systems.
List of Topics
--------------
Authors are invited to submit papers describing original, unpublished
research results, case studies and tools. Papers are solicited in all
areas related to complex computer-based systems, including the causes of
complexity and means of avoiding, controlling, or coping with
complexity. Topic areas include, but are not limited to:
+ Requirements analysis and specification
+ Verification and validation
+ Security and privacy of complex systems
+ Model-driven development
+ Reverse engineering and refactoring
+ Software Architecture
+ Human Machine Interaction
+ Big data management
+ Ubiquitous computing, context awareness, sensor networks
+ SAT/SMT solvers for software analysis and testing
+ Agile methods
+ Safety-critical and fault-tolerant architectures
+ Adaptive, self-managing and multi-agent systems
+ Cyber-physical systems and Internet of Things (IoT)
+ Industrial case studies
Different kinds of contributions are sought, including novel research,
lessons learned, experience reports, and discussions of practical
problems faced by industry and user domains. The ultimate goal is to
build a rich and comprehensive conference program that can fit the
interests and needs of different classes of attendees: professionals,
researchers, managers, and students. A program goal is to organize
several sessions that include both academic and industrial papers on a
given topic and culminate panels to discuss relationships between
industrial and academic research.
Submission and Publication
--------------------------
Full papers are divided into two categories: Technical Papers and
Experience Reports. The papers submitted to both categories will be
reviewed by the program committee members, and papers accepted in either
category will be published in the conference proceedings. Technical
papers should describe original research, and experience reports should
present practical projects carried out in the industry, and reflect on
the lessons learnt from them.
Short paper submissions describe early-stage, ongoing or PhD research.
All short papers will be reviewed by the program committee members, and
accepted short papers will be published in the conference proceedings.
Submissions to the conference must not have been published or be
concurrently considered for publication elsewhere. All submissions will
be judged on the basis of originality, contribution to the field,
technical and presentation quality, and relevance to the conference. The
proceedings have been published by the Conference Publishing Services
(CPS) of the IEEE Computer Society.
Submitted manuscripts should be in English and formatted in the style of
the double-column IEEE CPS format. Full papers should not exceed 9 pages
+ 1 page for bibliography, and short papers should not exceed 5 pages +
1 page for bibliography, including figures, references, and appendices.
All submissions should be in PDF format. Submissions not adhering to the
specified format and length may be rejected immediately without review.
Please prepare your manuscripts in accordance with the IEEE CPS guidelines.
https://www.ieee.org/conferences/publishing/templates.html
We invite all prospective authors to submit their manuscripts via the
ICECCS 2023 portal, hosted by the EasyChair conference management system.
https://easychair.org/conferences/?conf=iceccs2023
Important Dates
---------------
+ Abstract Submissions Due: 08 December, 2022
+ Full Paper Submissions Due: 15 December, 2022
+ Acceptance/Rejection Notification: 15 March, 2023
+ Camera-ready Due: 15 April, 2023
+ Conference Dates: 12-16 June 2023
General Chair
-------------
Dominique Méry, LORIA, Université de Lorraine, Nancy, France
Program Committee Co-Chairs
---------------------------
Yamine Ait-Ameur, IRIT-ENSEEIHT, Toulouse, France
Ferhat Khendek, Concordia University, Montreal, Canada
Program Committee
-----------------
see https://www.irit.fr/iceccs2023/
ICECCS 2023 is referenced on https://www.conferences-computer.science/
Dear all,
The 7th edition of the Indian SAT+SMT School will be held (in-person)
during 15-17 December 2022, at IIT Madras, co-located with FSTTCS 2022.
Please visit the webpage (https://sat-smt.in/index.html) for registration
and other details.
We are also inviting entries for poster presentations and talks, in the
broad area of SAT/SMT, through this Google form:
https://docs.google.com/forms/d/e/1FAIpQLScpAxed6T04Y2KSyacDMKpElTZQgVmd9dR…
Please submit your entries by Nov. 15th. Note that a print-out of
presentation-slides may be used in place of posters during the poster
presentation.
We look forward to your participation. Needless to say, we'd be very happy
to clarify any questions you might have in this regard. Feel free to write
to us at indian.satsmt.school(a)gmail.com <mailto:indian.satsmt.school
@gmail.com <indian.satsmt.school(a)gmail.com>>.
Best regards,
Supratik Chakraborty, IIT Bombay
Ashutosh Gupta, IIT Bombay
Saurabh Joshi, SupraOracles
Kumar Madhukar, IIT Delhi
Kuldeep Meel, NUS
Subodh Sharma, IIT Delhi
Dear all,
The 7th edition of the Indian SAT+SMT School will be held (in-person)
during 15-17 December 2022, at IIT Madras, co-located with FSTTCS 2022 (
https://www.fsttcs.org.in/2022/). You are welcome to register yourself
here: https://sat-smt.in/registration.html (the early bird discount closes
on Nov. 5th).
We are also inviting entries for poster presentations and talks, in the
broad area of SAT/SMT, through this Google form:
https://docs.google.com/forms/d/e/1FAIpQLScpAxed6T04Y2KSyacDMKpElTZQgVmd9dR…
If you are interested in giving a talk or presenting a poster, please
submit your entries by Nov. 15th. Note that a print-out of
presentation-slides may be used in place of posters during the poster
presentation.
We look forward to your participation. Needless to say, we'd be very happy
to clarify any questions you might have in this regard. Feel free to write
to us at indian.satsmt.school(a)gmail.com <mailto:indian.satsmt.school
@gmail.com <indian.satsmt.school(a)gmail.com>>.
Best regards,
Supratik Chakraborty, IIT Bombay
Ashutosh Gupta, IIT Bombay
Saurabh Joshi, SupraOracles
Kumar Madhukar, IIT Delhi
Kuldeep Meel, NUS
Subodh Sharma, IIT Delhi
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Shibashis Guha, a faculty member at the School of Technology and Computer
Science at Tata Institute of Fundamental Research, Mumbai. The talk is
scheduled on Tuesday, November 1, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MGsxMHR2dT…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: A Game of Pawns
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: We introduce and study pawn games; a class of two-player
turn-based zero-sum games in which the control of vertices changes
dynamically throughout the game. Pawn games naturally model ongoing
decision-making setting in which resources are transferable. Each vertex of
a pawn game is owned by a pawn. In each round of the game, the pawns are
partitioned between the two players. The player who moves the token from a
vertex is the player who controls the pawn that owns the vertex. A pawn
game is equipped with a mechanism, which the players apply after each round
in order to update the set of pawns that they control. We define several
grabbing-based mechanisms in which control of at most one pawn transfers at
the end of each round. We study the complexity of solving reachability pawn
games, where we parameterize the problem by the mechanism that is being
used and by restrictions on pawn ownership of vertices. For the positive
news, even though pawn games are exponentially-succinct turn-based games,
we identify some natural classes that can be solved in PTIME. For the
negative news, we identify some classes for which the problem is
EXPTIME-complete. Our EXPTIME-hardness results are based on a class of
games which we introduce and call Lock-and-Key games, and which may be of
independent interest.
This is a joint work with Guy Avni and Pranav Ghorpade.
Bio: Shibashis Guha is a faculty member at the School of Technology and
Computer Science at Tata Institute of Fundamental Research, Mumbai. Before
this, he was a postdoc at the Verification Group in Université libre de
Bruxelles and at The Hebrew University in the group of Prof. Orna
Kupferman. He did his PhD from the Department of Computer Science and
Engineering at IIT Delhi, under the supervision of Prof. S. Arun-Kumar. His
research interests include reactive synthesis, probabilistic systems, timed
automata, behavioural equivalences, formal methods and its intersection
with algorithmic game theory.
Dear all,
The 7th edition of the Indian SAT+SMT School will be held during 15-17
December 2022, at IIT Madras, co-located with FSTTCS 2022. This will be an
in-person event, for which you may register here:
https://sat-smt.in/registration.html
We invite entries for poster presentations and talks in the broad area of
SAT/SMT. If you are interested, please let us know by submitting this
Google form:
https://docs.google.com/forms/d/e/1FAIpQLScpAxed6T04Y2KSyacDMKpElTZQgVmd9dR…
The deadline for this is Nov. 15th (anywhere on earth). Note that a
print-out of presentation-slides may be used in place of posters during the
poster presentation.
We look forward to your participation. Needless to say, we'd be very happy
to clarify any questions you might have in this regard. Feel free to write
to us at indian.satsmt.school(a)gmail.com <mailto:indian.satsmt.school
@gmail.com <indian.satsmt.school(a)gmail.com>>.
Best regards,
Supratik Chakraborty, IIT Bombay
Ashutosh Gupta, IIT Bombay
Saurabh Joshi, SupraOracles
Kumar Madhukar, IIT Delhi
Kuldeep Meel, NUS
Subodh Sharma, IIT Delhi
UbiSec 2022 CFP with 5+Keynotes&10+Invited Talks&20+SIs: Deadline Extended to Oct. 30
Please accept our apologies if you receive multiple copies of this Final UbiSec 2022 Second Batch Call for Papers (CFPs) with Deadline October 30, 2022 (Final, No further extension will be granted).
============================== UbiSec 2022 ==============================
Conferences Pivoting to a Part-Virtual Platform
[UbiSec 2022] - Now Taking Place Part-Virtually
Due to the current COVID-19 situation, the UbiSec 2022 conference will be a combination of online and offline event. For authors who consider to present their papers online, please pay a half of author registration fees for each paper and show this "Half Registration Fees" information in the "Remarks" field in the registration form; For attendees who will join the conference online, please pay a half of attendee registration fees and show this "Half Registration Fees" information in the "Remarks" field in the registration form. For questions, contact [UbiSec2022 AT googlegroups DOT com].
Final CFPs of The Second International Conference on Ubiquitous Security (UbiSec 2022)
Zhangjiajie, China, December 28 - 31, 2022
Organizers:
Guangzhou University, China
Jishou University, China
http://ubisecurity.org/2022/
======================================================================
Keynote Speeches Section
You are welcome to attend 5+ Keynote Speeches offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Keynote 1: Prof. Richard Hill, University of Huddersfield, UK
Title: Next Generation Security for Cyber Physical Systems
https://pure.hud.ac.uk/en/persons/richard-hill
(2) Keynote 2: Prof. Tien N. Nguyen, University of Queensland, Australia
Title: Intelligent Software Vulnerability Detection
https://personal.utdallas.edu/~tien.n.nguyen/
(3) Keynote 3: Prof. Omer Rana, Cardiff University, UK
Title: Security-Aware Task Execution across the Edge-Cloud Continuum
https://www.cardiff.ac.uk/people/view/118157-rana-omer
(4) Keynote 4: Prof. Kouichi SAKURAI, Kyushu University, Japan
Title: State and Issues of Non-Fungible Token from Technical Point of View
https://hyoka.ofc.kyushu-u.ac.jp/search/details/K000220/english.html
(5) Keynote 5: Prof. Deqing Zou, Huazhong University of Science and Technology, China
Title: Achieving Scalability and Interpretability Simultaneously in Detecting Multi-granularity Vulnerabilities
http://faculty.hust.edu.cn/zoudeqing/zh_CN/index.htm
======================================================================
Invited Talks Section
You are welcome to attend 10+ Invited Talks offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Prof. Arcangelo Castiglione, University of Salerno, Italy
Title: New Insights on Cryptographic Hierarchical Access Control: Models, Schemes, and Analysis
https://docenti.unisa.it/026260/en/home
(2) Prof. Scott Fowler, Linkoping University, Sweden
Title: Optimize Industrial IoT HVAC by using Machine Learning
https://liu.se/en/employee/scofo47, https://sites.google.com/site/scofo47
(3) Prof. Wenjun Jiang, Hunan University, China
Title: Online user analysis and learning optimization
http://csee.hnu.edu.cn/people/jiangwenjun
(4) Prof. Ryan Ko, University of Queensland, Australia
Title: Operational Technology (OT) and Supply Chain Cyber Security: The Storm Approaching Us
https://itee.uq.edu.au/profile/1409/ryan-ko
(5) Prof. Qin Liu, Hunan University, China
Title: Secure Search in Cloud Computing and Emerging Applications
https://qinliu-hnu.github.io/
(6) Prof. Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Title: Security and Privacy Issues in the Internet of Drones
http://www.sabumthampi.in
(7) Prof. Tian Wang, Beijing Normal University, China
Title: Distributed Mobile Computation Offloading and Edge Intelligence
https://cist.bnu.edu.cn/xygk/szdw/zgj/104104.html
(8) Prof. Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Title: Mutual Authentication with Multi-factor and Hybrid Approach to Intrusion Detection in IoT-Fog-Cloud Environment
https://lrg.ufsc.br/westphal/
(9) Prof. Yulei Wu, University of Exeter, UK
Title: Trustworthiness of anomaly detection for IIoT
http://empslocal.ex.ac.uk/people/staff/yw433/
(10) Prof. Yang Xu, Hunan University, China
Title: Blockchain-enabled Cloud Security: Frameworks and Solutions
http://csee.hnu.edu.cn/people/xuyang
======================================================================
Panel Discussions Section
You are welcome to attend 2+ Panel Discussions offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
======================================================================
Special Issues Section
Distinguished papers, after further revisions, will be published in 20+ SCI & EI indexed special issues.
Here is the list of Special Issues that we will recommend high-quality papers for possible publication *:
(1) IEICE Transactions on Information and Systems (SCI & EI Indexed, Impact Factor: 0.559)
Special Section on Blockchain and Security (Pending).
(2) IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing (SCI & EI Indexed, Impact Factor: 4.715)
Special Issue on Security and Privacy-preserving Solutions on Remote Sensing Data of Smart Cities
https://4d8xuv2577wggnmowfwzehpo-wpengine.netdna-ssl.com/wp-content/uploads…
Deadline for manuscript submissions: 28 February 2023.
(3) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Security and Privacy for Edge, Fog, and Cloud Computing; the Internet of Things and Mobile Crowdsensing
https://www.mdpi.com/journal/sensors/special_issues/SP_EFC
Deadline for manuscript submissions: 10 October 2023.
(4) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Fog/Edge Computing based Smart Sensing System
http://www.mdpi.com/journal/sensors/special_issues/FCSCS
Deadline for manuscript submissions: 31 March 2023.
(5) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Cyber Situational Awareness in Computer Networks
https://www.mdpi.com/journal/sensors/topical_collections/Cyber_Situational_…
Deadline for manuscript submissions: 31 March 2023.
(6) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Security, Trust and Privacy in New Computing Environments
https://www.mdpi.com/journal/sensors/topical_collections/STPNCE
Deadline for manuscript submissions: 31 March 2023.
(7) Connection Science (SCI & EI Indexed, Impact Factor: 1.972)
https://www.tandfonline.com/ccos20
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(8) Computers, Materials & Continua (SCI & EI Indexed, Impact Factor: 3.86)
https://techscience.com/cmc/special_detail/human-centric_edge
Special Issue on AI Powered Human-centric Computing with Cloud and Edge
Deadline for manuscript submissions: 1 March 2023.
(9) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Cryptography and Security Protocol in Internet of Things
https://www.mdpi.com/journal/sensors/special_issues/CSPIOT
Deadline for manuscript submissions: 31 December 2022.
(10) Applied Sciences (SCI & EI Indexed, Impact Factor: 2.838)
Special Issue on Computational Methods for Next Generation Wireless and IoT Applications
https://www.mdpi.com/journal/applsci/special_issues/Generation_Wireless_IoT
Deadline for manuscript submissions: 31 December 2022.
(11) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Advanced Signal Processing and Human-Machine Interface for Healthcare Diagnostics and Bioengineering Applications
https://www.mdpi.com/journal/sensors/special_issues/advanced_signal_process…
Deadline for manuscript submissions: 20 December 2022.
(12) Information Sciences (SCI & EI Indexed, Impact Factor: 8.233)
Special Issue on Decentralized Trust Management with Intelligence
https://www.sciencedirect.com/journal/information-sciences/about/call-for-p…
Deadline for manuscript submissions: 1 December 2022.
(13) ISA Transactions (SCI & EI Indexed, Impact Factor: 5.468)
Special Issue on Security and Privacy of AI-based Automation Systems
http://ubisecurity.org/2022/share/CFP%20-%20ISA%20Transactions%20SI%20-%20S…
Deadline for manuscript submissions: 30 November 2022.
(14) Electronics (SCI & EI Indexed, Impact Factor: 2.690)
Special Issue on Cybersecurity and Privacy Issues in Cyber-Physical Systems and Industrial Control Systems
https://www.mdpi.com/journal/electronics/special_issues/cyber_industrial_co…
Deadline for manuscript submissions: 25 November 2022.
(15) IET Cyber-Physical Systems: Theory & Applications (EI Indexed)
Special Issue on IoT-based Secure Health Monitoring and Tracking through Estimated Computing
https://ietresearch.onlinelibrary.wiley.com/pb-assets/assets/23983396/Speci…
Deadline for manuscript submissions: 30 April 2023.
(16) International Journal of Computational Science and Engineering (IJCSE) (EI Indexed)
http://www.inderscience.com/browse/index.php?journalCODE=ijcse
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(17) Cryptography (EI Indexed)
Special Issue on Privacy-Preserving Techniques in Cloud/Fog and Internet of Things
https://www.mdpi.com/journal/cryptography/special_issues/Privacy_Preserving…
Deadline for manuscript submissions: 10 January 2023.
(18) ACM Distributed Ledger Technologies: Research and Practice (ACM DLT) (EI Indexed)
Special Issue on Recent Advances of Blockchain Evolution: Architecture and Performance
https://dl.acm.org/pb-assets/static_journal_pages/dlt/pdf/DLT-SI-Recent-Adv…
Deadline for manuscript submissions: 15 December 2022.
(19) Organizational Cybersecurity Journal: Practice, Process and People
Special Issue on Organizational Cybersecurity Journal: Practice, Process and People
https://www.emeraldgrouppublishing.com/calls-for-papers/cybersecurity-highe…
Deadline for manuscript submissions: 30 March 2023.
(20) Acta Informatica Pragensia
Special Issue on Deep Learning Blockchain-enabled Technology for Improved Healthcare Industrial Systems
https://aip.vse.cz/corproof.php?tartkey=aip-000000-0305&fbclid=IwAR1veJzaae…
Deadline for manuscript submissions: 20 December 2022.
* More special issues will be available soon.
======================================================================
Welcome to participate in UbiSec 2022, Zhangjiajie, China, December 28 - 31, 2022! Zhangjiajie is an emerging tourist destination famous for its unique natural scenery and abundant tourism resources. It is located in the northwest of Hunan province, about 400 kilometers away from Changsha, the capital of Hunan province, covering a total area of 9,516 square kilometers, of which 76% are mountainous area. Out of its total population of 1.52 million, almost 77% belong to ethnic minority groups, including Tujia, Bai and Miao nationalities. Zhangjiajie National Forest Park was established by the State Council in 1982 as the first National Forest Park of China. Wulingyuan in Zhangjiajie was listed into the World Natural Heritage Catalogue by the UNESCO in 1992 and appraised as a national AAAAA scenic area. Zhangjiajie was awarded the title of "World Geological Park" in 2004. The amazing landscape here had been a source of creation of the CGI artist in the Avatar movie, and since the movie was released and achieved a great success, many tourists keeping coming to Zhangjiajie admiring this natural beauty.
The Second International Conference on Ubiquitous Security (UbiSec 2022) stems from three conference/symposium/workshop series:
(1) The well-established SpaCCS conference series with Springer LNCS: UbiSec is inspired by the SpaCCS style of three tracks (Security, Privacy, and Anonymity, "Spa" for short), which covers "Big Security" leveraging computation, communication and storage ("CCS" for short) systems and networks. UbiSec extends this style with three new tracks: Cyberspace Security, Cyberspace Privacy, and Cyberspace Anonymity.
(2) The UbiSafe symposium series: UbiSec follows the UbiSafe vision on "Ubiquitous Safety", also meaning that "YOU (will) BE SAFE" (pronounced "UbiSafe"). UbiSec extends this vision to "Ubiquitous Security", using "Big Security" to embrace NOT ONLY security, privacy and anonymity, BUT ALSO safety, reliability, dependability, trustworthiness and more, also meaning that "YOU (will) BE SEC(ure)" (pronounced "UbiSec").
(3) The IWCSS workshop series: UbiSec follows the IWCSS theme on "Cyberspace Security", with "Cyberspace" as the 5th national sovereign space besides the traditional four domains of land, sea, air, and aerospace. UbiSec extends this theme to "Ubiquitous Security", meaning that cyberspace will be secure, physical world will be secure, social networking systems will be secure, and thus "YOU (will) BE SECure"!
The UbiSec 2022 Conference ("The Conference" for short) is the second event in the series of conferences/symposia/workshops which are devoted to security, privacy and anonymity in cyberspace, physical world, and social networks. The Conference covers many dimensions including security algorithms and architectures, privacy-aware policies, regulations and techniques, anonymous computation and communication, encompassing fundamental theoretical approaches, practical experimental projects, and commercial application systems for cyberspace, physical world, and social networking systems. As applications of computer and information technology have permeated in every aspect of our daily life, the issues of security, privacy, and anonymity have become increasingly critical. The Conference will provide a forum for world-class researchers to gather and share their research achievements, emerging ideas and trends in the highly challenging research fields.
UbiSec 2022 follows the UbiSec 2021 conference in Guangzhou and also the traditions of previous successful SpaCCS/UbiSafe/IWCSS conference/symposium/workshop series, held in Nanjing, China (SpaCCS 2020/UbiSafe 2020), Guangzhou, China (IWCSS 2020); Altanta, USA (SpaCCS 2019/UbiSafe 2019), Guangzhou, China (IWCSS 2019); Melbourne, Australia (SpaCCS 2018/UbiSafe 2018), Guangzhou China (IWCSS 2018); Guangzhou, China (SpaCCS 2017/UbiSafe 2017/IWCSS 2017); Zhangjiajie, China (SpaCCS 2016/UbiSafe 2016); Helsinki, Finland (UbiSafe 2015); Beijing, China (UbiSafe 2014); Melbourne, Australia (UbiSafe 2013); Liverpool, UK (UbiSafe 2012); Changsha, China (UbiSafe 2011); Chengdu China (UbiSafe 2009); and Niagara Falls, Canada (UbiSafe 2007). The conference aims at bringing together researchers and practitioners in the world working in the research fields of security, privacy, and anonymity aspects of computer systems and networks. The conference will focus on broad areas of architectures, algorithms, techniques, and applications for cyberspace security, cyberspace privacy, and cyberspace anonymity.
UbiSec 2022 topics include, but are not limited to the following:
Track 1: Cyberspace Security
--Security Model and Architecture
--Software and System Security
--Trustworthy Computing
--Security in Cloud/Fog/Edge Computing and Pervasive/Ubiquitous Computing
--Machine Learning and AI Security
--Network Security
--Attacks and Defenses
--Intrusion Detection and Prevention
--Security in Web Services
--Security in Mobile Social Networks
--Security in Internet of Things
--Fraud and Cyber Crime
--Accounting and Auditing
--Applied Cryptography
--Database Security
--Authentication
--Forensics and Diagnostics for Security
--Information Hiding
--Security in Big Data and its Applications
--Blockchain and Distributed System Security
--Security in Hardware, Side Channels, and CyberPhysical Systems
--Security in Formal Methods and Programming Languages
Track 2: Cyberspace Privacy
--Economics, Policies, Metrics, and Mechanisms of Privacy
--Privacy Modeling and Analysis
--Privacy-Preserving Computing
--Privacy-Preserving Data Mining
--Privacy-Enhancing Technologies and Anonymity
--Privacy for Internet of Things
--Privacy in Big Data and its Applications
--Privacy-Preserving in Blockchain
--Privacy-Preserving in Mobile Social Networks
--Privacy-Preserving Crowdsensing
--Privacy-Preserving Deep Learning
Track 3: Cyberspace Anonymity
--Anonymous Data Mining and Data Sharing
--Anonymous Management in Trust Relationships
--Anonymous Video Analytics Technology
--Anonymity Metrics, Measures and Evaluations
--Anonymity Models, Hardware/Device of Anonymity
--Anonymity in Wireless Communication Systems
--Anonymous Communication Protocols
--Anonymity in Mobile, Ad Hoc, and Wireless Sensor Networks
--Anonymous Communication and Internet
--Anonymous Social Networks, Structural k-Anonymity in Social Networks
--Authentication Protocol Providing User Anonymity
--Anonymous Information Storage and Management
--Private and Anonymous Data Storage
--Anonymity, Pseudonymity & Identity Management
--Anonymity in Big Data and Cloud Scenarios
--Anonymity in Health and Medical Databases
--Anonymity in Sensor-Cloud Systems
--Anonymity in Edge Computing
IMPORTANT DATES
Paper Submission Deadline: October 30, 2022 (Second Batch, No further extension will be granted)
Author Notification: November 30, 2022 (Second Batch)
Author Registration Due: December 20, 2022 (Second Batch)
Camera-Ready Paper Due: December 20, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
SUBMISSION and PUBLICATION INFORMATION
All presented papers in the conference will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS). Papers must be clearly presented in English, must not exceed 14 pages in Springer CCIS format (or up to 20 pages with the pages over length charge), including tables, figures, references and appendices. Notice that accepted papers less than 12 pages will be tagged as Short Papers. Papers should be submitted through the EasyChair paper submission system at the conference website. Distinguished papers, after further revisions, will be considered for possible publication in SCI & EI indexed special issues of prestigious international journals. The program committee will select and give three "Best Paper Awards" for the conference. By submitting a paper to the conference, authors assure that if the paper is accepted, at least one author will attend the conference and present the paper.
Excecutive General Chair
Guojun Wang, Guangzhou University, China
Local Organizing Chair
Jianfeng Li, Jishou University, China
General Chairs
Hanpin Wang, Guangzhou University, China
Richard Hill, University of Huddersfield, United Kingdom
Aniello Castiglione, University of Naples Parthenope, Italy
Program Chairs
Guojun Wang, Guangzhou University, China
Kim-Kwang Raymond Choo, University of Texas at San Antonio, USA
Jie Wu, Temple University, USA
Ernesto Damiani, Khalifa University, UAE/Universita' degli Studi di Milano, Italy
Program Vice Chairs
(1) Cyberspace Security Track
Qin Liu, Hunan University, China
Wenjia Li, New York Institute of Technology, USA
Jie Hu, University of Electronic Science and Technology of China, China
Saed Alrabaee, United Arab Emirates University, UAE
Charalambos (Harrys) Konstantinou, King Abdullah University of Science and Technology, Saudi Arabia
(2) Cyberspace Privacy Track
Yulei Wu, University of Exeter, United Kingdom
Wenjun Jiang, Hunan University, China
Saqib Ali, University of Agriculture Faisalabad, Pakistan
Md Tariqul Islam, Syracuse University, USA
Saad Khan, University of Huddersfield, United Kingdom
(3) Cyberspace Anonymity Track
Tian Wang, Beijing Normal University & UIC, China
A. S. M. Kayes, La Trobe University, Australia
Oana Geman, University of Suceava, Romania
Mamoun Alazab, Charles Darwin University, Australia
Hudan Studiawan, Institut Teknologi Sepuluh Nopember, Indonesia
Publicity Chairs
Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Scott Fowler, Linkoping University, Sweden
Peter Mueller, IBM Zurich Research Laboratory, Switzerland
Haroon Elahi, Umea University, Sweden
Yulei Wu, University of Exeter, United Kingdom
Xiangyong Liu, Guangzhou University, China
Workshop Chairs
Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Arcangelo Castiglione, University of Salerno, Italy
Shuhong Chen, Guangzhou University, China
Publication Chairs
Tao Peng, Guangzhou University, China
Fang Qi, Central South University, China
Registration Chairs
Xiaofei Xing, Guangzhou University, China
Pin Liu, Central South University, China
Pengfei Yin, Jishou University, China
Conference Secretariat
Wenyin Yang, Foshan University, China
Web Chairs
Ziwei Xiao, Foshan University, China
Jianguo Jiang, Foshan University, China
Steering Committee
Guojun Wang, Guangzhou University, China (Chair)
Kim-Kwang Raymond Choo, University of Texas at San Antonio, USA (Chair)
Saqib Ali, University of Agriculture Faisalabad, Pakistan
Valentina E. Balas, Aurel Vlaicu University of Arad, Romania
Md Zakirul Alam Bhuiyan, Fordham University, USA
Jiannong Cao, The Hong Kong Polytechnic University, Hong Kong
Aniello Castiglione, University of Naples Parthenope, Italy
Scott Fowler, Linkoping University, Sweden
Oana Geman, University of Suceava, Romania
Richard Hill, University of Huddersfield, United Kingdom
Ryan Ko, University of Queensland, Australia
Kuan-Ching Li, Providence University, Taiwan
Jianhua Ma, Hosei University, Japan
Gregorio Martinez, University of Murcia, Spain
Peter Mueller, IBM Zurich Research Laboratory, Switzerland
Kouichi Sakurai, Kyushu University, Japan
Sabu M. Thampi, Indian Institute of Information Technology and Management - KeralaKerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Jie Wu, Temple University, USA
Yang Xu, Hunan University, China
Zheng Yan, Xidian University, China/Aalto University, Finland
Wenyin Yang, Foshan University, China
Haojin Zhu, Shanghai Jiao Tong University, China
Program Committee
Please check the "Program Committee" web page at the conference website for detail:
http://ubisecurity.org/2022/
Archived Conference Proceedings:
(1) UbiSec 2021 Conference Proceedings
https://link.springer.com/book/10.1007/978-981-19-0468-4
(2) SpaCCS 2020 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-030-68851-6
SpaCCS 2020 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-030-68884-4
(3) SpaCCS 2019 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-030-24907-6
SpaCCS 2019 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-030-24900-7
(4) SpaCCS 2018 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-030-05345-1
(5) SpaCCS 2017 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-319-72389-1
SpaCCS 2017 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-319-72395-2
(6) SpaCCS 2016 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-319-49148-6
SpaCCS 2016 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-319-49145-5
Contact
Please email inquiries concerning UbiSec 2022 to Prof. Guojun Wang: csgjwang AT gmail DOT com and Conference Organizers: UbiSec2022 AT googlegroups.com.
Prof. Guojun Wang, Executive General Chair of UbiSec 2022
http://trust.gzhu.edu.cn/faculty/~csgjwang/
--
***********************************************************************
Dr. Guojun Wang, Pearl River Scholarship Distinguished Professor
Director of Institute of Computer Networks,
School of Computer Science and Cyber Engineering,
Guangzhou University, Guangzhou, Guangdong Province,
P. R. China, 510006
Tel/Fax: +86-20-39366920, Mobile: +86-13360581866
Email: csgjwang AT gzhu.edu.cn
http://trust.gzhu.edu.cn/faculty/~csgjwang/
***********************************************************************
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
**************************************************************************************************
TrustData 2022 CFP with 5+Keynotes&10+Invited Talks&20+SIs: Deadline Extended to Oct. 30
We apologize if you receive multiple copies of this TrustData 2022 CFP.
We appreciate your great help if you forward this TrustData 2022 CFP to your colleages and friends.
**************************************************************************************************
Call for Papers for the 13th International Workshop on Trust, Security and Privacy for Big Data (TrustData 2022)
Venue & Dates:
Zhangjiajie, China, December 28 - 31, 2022
Conference Website:
http://ubisecurity.org/TrustData/2022/
-------------------------------------------------------------------------------------------------
Introduction
The proliferation of new technologies such as Internet of Things and cloud computing calls for innovative ideas to retrieve, filter, and integrate data from a large number of diverse data sources. Big Data is an emerging paradigm applied to datasets whose volume/velocity/variability is beyond the ability of commonly used software tools to manage and process the data within a tolerable period of time. More importantly, Big Data has to be of high value, and should be protected in an efficient way. Since Big Data involves a huge amount of data that is of high-dimensionality and inter-linkage, existing trust, security, and privacy measures for traditional databases and infrastructures cannot satisfy its requirements. Novel technologies for protecting Big Data are attracting researchers and practitioners with more and more attention.
Scope and Interests
TrustData 2022 is a part of UbiSec 2022 (http://ubisecurity.org/2022/), the Second International Conference on Ubiquitous Security. Topics of interest include, but are not limited to:
Trust Track
(1) Trust semantics, metrics, and models for Big Data
(2) Trust management and evaluation for Big Data
(3) Trusted systems, software, and applications for Big Data
(4) Trusted platform implementation technologies for Big Data
(5) Information quality/trustworthiness for Big Data
(6) Provenance of content for Big Data
(7) Trustworthiness of ratings/recommender systems for Big Data
Security Track
(1) Security model and architecture for Big Data
(2) Data mining security for Big Data
(3) Software and system security for Big Data
(4) Intrusion detection for Gigabit Networks
(5) Cryptography and Big Data
(6) Visualizing large scale security data
(7) Threat detection using Big Data analytics
(8) Human computer interaction challenges for Big Data security
(9) Data protection, integrity standards and policies
(10) Security and legislative impacts for Big Data
(11) Managing user access for Big Data
(12) Secure quantum communications
Privacy Track
(1) Privacy in Big Data applications and services
(2) Privacy in Big Data end-point input validation and filtering
(3) Privacy in Big Data integration and transformation
(4) Privacy in parallel and distributed computation
(5) Privacy in Big Data storage management
(6) Privacy in Big Data access control mechanisms
(7) Privacy in Big Data mining and analytics
(8) Privacy in Big Data sharing and visualization
(9) Big Data privacy policies and standards
Submission and Publication Information
The accepted papers from this workshop will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS) . Submitted papers must not substantially overlap with papers that have been published or that are simultaneously submitted to a journal or a conference with proceedings.
All papers need to be submitted electronically through the conference submission website (https://easychair.org/conferences/?conf=trustdata2022) with PDF format. The materials presented in the papers should not be published or under submission elsewhere. All presented papers in the conference will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS). Papers must be clearly presented in English, must not exceed 14 pages in Springer CCIS format (or up to 20 pages with the pages over length charge), including tables, figures, references and appendices (https://www.springer.com/cn/computer-science/lncs/conference-proceedings-gu…). Notice that accepted papers less than 12 pages will be tagged as Short Papers. Distinguished papers, after further revisions, will be considered for possible publication in SCI & EI indexed special issues of prestigious international journals. By submitting a paper to the conference, authors assure that if the paper is accepted, at least one author will attend the conference and present the paper.
All presented papers in the conference will be published in the proceedings of the conference. Authors (at least one) of any accepted paper are requested to register at the conference.
Important Dates
Paper Submission Deadline: October 30, 2022 (Second Batch)
Author Notification: November 30, 2022 (Second Batch)
Author Registration Due: December 20, 2022 (Second Batch)
Camera-Ready Paper Due: December 20, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
General Chairs
Qin Liu, Hunan University, China
Arun Kumar Sangaiah, VIT University, India
Wei Chang, Saint Joseph's University, USA
Program Chairs
Jiankun Hu, University of New South Wales at the Australian, Australia
Isaac Agudo, University of Malaga, Spain
Program Committee (In alphabetical order)
Habtamu Abie, Norwegian Computing Center/Norsk Regnesentral, Norway
Salima Benbernou, Universite Paris Descartes, France
Christian Callegari, The University of Pisa, Italy
Wei Chang, Saint Joseph's University, USA
Anupam Chattopadhyay, Nanyang Technological University, Singapore
John A. Clark University of York, UK
Alfredo Cuzzocrea, University of Trieste and ICAR-CNR, Italy
Sabrina De Capitani di Vimercati, Universita degli Studi di Milano, Italy
Yucong Duan, Hainan University, China
Sheikh M. Habib, Technical University of Darmstadt, Germany
Ching-Hsien Hsu, Chung Hua University, Taiwan
Hai Jiang, Arkansas State University, USA
Vana Kalogeraki, Athens University of Economics, Greece
Ryan Ko, University of Waikato, New Zealand
Ruggero Donida Labati, Universita degli Studi di Milano, Italy
Xin Liao, Hunan University, China
Giovanni Livraga, Universita degli Studi di Milano, Italy
Haibing Lu, Santa Clara University, USA
Joon S. Park, Syracuse University, USA
Roberto Di Pietro, Nokia Bell Labs, France
Vincenzo Piuri, Universita' degli Studi di Milano, Italy
Imed Romdhani, Edinburgh Napier University, UK
Bimal Roy, Indian Statistical Institute, India
Jun Shen, University of Wollongong, Australia
Dimitris E. Simos, SBA Research, Austria
Chao Song, University of Electronic Science and Technology of China, China
Chang-ai Sun, University of Science and Technology Beijing, China
Yuanyuan Sun, Huazhong University of Science and Technology, China
Luis Javier Garcia Villalba, Universidad Complutense de Madrid, Spain
Yunsheng Wang, Kettering University, USA
Mingzhong Wang, University of the Sunshine Coast, Australia
Yongdong Wu, Institute for Infocomm Research, Singapore
Hejun Wu, Sun Yat-Sen University, China
Muneer Masadeh Bani Yassein, Jordan University of Science and Technology, Jordan
Sherali Zeadally, University of Kentucky, USA
Peiyin Xiong, Hunan University of Science and Technology, China
Dengfeng Xiao, Hunan University of Science and Technology, China
Publicity Chairs
Weiwei Chen, Hunan University, China
Bo Ou, Hunan University, China
Webmaster
Ziyi Tang, Hunan University, China
Contact
Please email inquiries concerning TrustData 2022 to:
Prof. Qin Liu: gracelq AT 126 DOT com
Prof. Qin Liu's Homepage: https://qinliu-hnu.github.io/
======================================================================
Keynote Speeches Section
You are welcome to attend 5+ Keynote Speeches offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Keynote 1: Prof. Richard Hill, University of Huddersfield, UK
Title: Next Generation Security for Cyber Physical Systems
https://pure.hud.ac.uk/en/persons/richard-hill
(2) Keynote 2: Prof. Tien N. Nguyen, University of Queensland, Australia
Title: Intelligent Software Vulnerability Detection
https://personal.utdallas.edu/~tien.n.nguyen/
(3) Keynote 3: Prof. Omer Rana, Cardiff University, UK
Title: Security-Aware Task Execution across the Edge-Cloud Continuum
https://www.cardiff.ac.uk/people/view/118157-rana-omer
(4) Keynote 4: Prof. Kouichi SAKURAI, Kyushu University, Japan
Title: State and Issues of Non-Fungible Token from Technical Point of View
https://hyoka.ofc.kyushu-u.ac.jp/search/details/K000220/english.html
(5) Keynote 5: Prof. Deqing Zou, Huazhong University of Science and Technology, China
Title: Achieving Scalability and Interpretability Simultaneously in Detecting Multi-granularity Vulnerabilities
http://faculty.hust.edu.cn/zoudeqing/zh_CN/index.htm
======================================================================
Invited Talks Section
You are welcome to attend 10+ Invited Talks offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Prof. Arcangelo Castiglione, University of Salerno, Italy
Title: New Insights on Cryptographic Hierarchical Access Control: Models, Schemes, and Analysis
https://docenti.unisa.it/026260/en/home
(2) Prof. Scott Fowler, Linkoping University, Sweden
Title: Optimize Industrial IoT HVAC by using Machine Learning
https://liu.se/en/employee/scofo47, https://sites.google.com/site/scofo47
(3) Prof. Wenjun Jiang, Hunan University, China
Title: Online user analysis and learning optimization
http://csee.hnu.edu.cn/people/jiangwenjun
(4) Prof. Ryan Ko, University of Queensland, Australia
Title: Operational Technology (OT) and Supply Chain Cyber Security: The Storm Approaching Us
https://itee.uq.edu.au/profile/1409/ryan-ko
(5) Prof. Qin Liu, Hunan University, China
Title: Secure Search in Cloud Computing and Emerging Applications
https://qinliu-hnu.github.io/
(6) Prof. Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Title: Security and Privacy Issues in the Internet of Drones
http://www.sabumthampi.in
(7) Prof. Tian Wang, Beijing Normal University, China
Title: Distributed Mobile Computation Offloading and Edge Intelligence
https://cist.bnu.edu.cn/xygk/szdw/zgj/104104.html
(8) Prof. Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Title: Mutual Authentication with Multi-factor and Hybrid Approach to Intrusion Detection in IoT-Fog-Cloud Environment
https://lrg.ufsc.br/westphal/
(9) Prof. Yulei Wu, University of Exeter, UK
Title: Trustworthiness of anomaly detection for IIoT
http://empslocal.ex.ac.uk/people/staff/yw433/
(10) Prof. Yang Xu, Hunan University, China
Title: Blockchain-enabled Cloud Security: Frameworks and Solutions
http://csee.hnu.edu.cn/people/xuyang
======================================================================
Panel Discussions Section
You are welcome to attend 2+ Panel Discussions offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
======================================================================
Special Issues Section
Distinguished papers, after further revisions, will be published in 15+ SCI & EI indexed special issues.
Here is the list of Special Issues that we will recommend high-quality papers for possible publication*:
(1) IEICE Transactions on Information and Systems (SCI & EI Indexed, Impact Factor: 0.559)
Special Section on Blockchain and Security (Pending).
(2) Information Sciences (SCI & EI Indexed, Impact Factor: 6.795)
Special Issue on Decentralized Trust Management with Intelligence (Pending).
(3) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Fog/Edge Computing based Smart Sensing System
http://www.mdpi.com/journal/sensors/special_issues/FCSCS
Deadline for manuscript submissions: 31 March 2023.
(4) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cyber Situational Awareness in Computer Networks
https://www.mdpi.com/journal/sensors/topical_collections/Cyber_Situational_…
Deadline for manuscript submissions: 31 March 2023.
(5) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security, Trust and Privacy in New Computing Environments
https://www.mdpi.com/journal/sensors/topical_collections/STPNCE
Deadline for manuscript submissions: 31 March 2023.
(6) Connection Science (SCI & EI Indexed, Impact Factor: 1.972)
https://www.tandfonline.com/ccos20
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(7) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cryptography and Security Protocol in Internet of Things
https://www.mdpi.com/journal/sensors/special_issues/CSPIOT
Deadline for manuscript submissions: 31 December 2022.
(8) Applied Sciences (SCI & EI Indexed, Impact Factor: 2.679)
Special Issue on Computational Methods for Next Generation Wireless and IoT Applications
https://www.mdpi.com/journal/applsci/special_issues/Generation_Wireless_IoT
Deadline for manuscript submissions: 31 December 2022.
(9) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Advanced Signal Processing and Human-Machine Interface for Healthcare Diagnostics and Bioengineering Applications
https://www.mdpi.com/journal/sensors/special_issues/advanced_signal_process…
Deadline for manuscript submissions: 20 December 2022.
(10) Electronics (SCI & EI Indexed, Impact Factor: 2.397)
Special Issue on Cybersecurity and Privacy Issues in Cyber-Physical Systems and Industrial Control Systems
https://www.mdpi.com/journal/electronics/special_issues/cyber_industrial_co…
Deadline for manuscript submissions: 25 November 2022.
(11) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security and Privacy for Edge, Fog, and Cloud Computing; the Internet of Things and Mobile Crowdsensing
https://www.mdpi.com/journal/sensors/special_issues/SP_EFC
Deadline for manuscript submissions: 10 October 2022 (with possible extension later).
(12) International Journal of Computational Science and Engineering (IJCSE) (EI Indexed)
http://www.inderscience.com/browse/index.php?journalCODE=ijcse
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(13) Distributed Ledger Technologies: Research and Practice (DLT) (EI Indexed)
Special Issue on Recent Advances of Blockchain Evolution: Architecture and Performance
https://dl.acm.org/pb-assets/static_journal_pages/dlt/pdf/DLT-SI-Recent-Adv…
Deadline for manuscript submissions: 15 December 2022.
(14) Acta Informatica Pragensia
Special Issue on Deep Learning Blockchain-enabled Technology for Improved Healthcare Industrial Systems
https://aip.vse.cz/corproof.php?tartkey=aip-000000-0305&fbclid=IwAR1veJzaae…
Deadline for manuscript submissions: 20 December 2022.
* More special issues will be available soon.
======================================================================
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
Please accept our apologies if you receive multiple copies of this Final UbiSec 2022 Second Batch Call for Papers (CFPs) with Deadline October 30, 2022 (Final, No further extension will be granted).
============================== UbiSec 2022 ==============================
Conferences Pivoting to a Part-Virtual Platform
[UbiSec 2022] - Now Taking Place Part-Virtually
Due to the current COVID-19 situation, the UbiSec 2022 conference will be a combination of online and offline event. For authors who consider to present their papers online, please pay a half of author registration fees for each paper and show this "Half Registration Fees" information in the "Remarks" field in the registration form; For attendees who will join the conference online, please pay a half of attendee registration fees and show this "Half Registration Fees" information in the "Remarks" field in the registration form. For questions, contact [UbiSec2022 AT googlegroups DOT com].
Final Call for Papers (CFPs) of The Second International Conference on Ubiquitous Security (UbiSec 2022)
Zhangjiajie, China, December 28 - 31, 2022
Organizers:
Guangzhou University, China
Jishou University, China
http://ubisecurity.org/2022/
======================================================================
Keynote Speeches Section
You are welcome to attend 5+ Keynote Speeches offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Keynote 1: Prof. Richard Hill, University of Huddersfield, UK
Title: Next Generation Security for Cyber Physical Systems
https://pure.hud.ac.uk/en/persons/richard-hill
(2) Keynote 2: Prof. Tien N. Nguyen, University of Queensland, Australia
Title: Intelligent Software Vulnerability Detection
https://personal.utdallas.edu/~tien.n.nguyen/
(3) Keynote 3: Prof. Omer Rana, Cardiff University, UK
Title: Security-Aware Task Execution across the Edge-Cloud Continuum
https://www.cardiff.ac.uk/people/view/118157-rana-omer
(4) Keynote 4: Prof. Kouichi SAKURAI, Kyushu University, Japan
Title: State and Issues of Non-Fungible Token from Technical Point of View
https://hyoka.ofc.kyushu-u.ac.jp/search/details/K000220/english.html
(5) Keynote 5: Prof. Deqing Zou, Huazhong University of Science and Technology, China
Title: Achieving Scalability and Interpretability Simultaneously in Detecting Multi-granularity Vulnerabilities
http://faculty.hust.edu.cn/zoudeqing/zh_CN/index.htm
======================================================================
Invited Talks Section
You are welcome to attend 10+ Invited Talks offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Prof. Arcangelo Castiglione, University of Salerno, Italy
Title: New Insights on Cryptographic Hierarchical Access Control: Models, Schemes, and Analysis
https://docenti.unisa.it/026260/en/home
(2) Prof. Scott Fowler, Linkoping University, Sweden
Title: Optimize Industrial IoT HVAC by using Machine Learning
https://liu.se/en/employee/scofo47, https://sites.google.com/site/scofo47
(3) Prof. Wenjun Jiang, Hunan University, China
Title: Online user analysis and learning optimization
http://csee.hnu.edu.cn/people/jiangwenjun
(4) Prof. Ryan Ko, University of Queensland, Australia
Title: Operational Technology (OT) and Supply Chain Cyber Security: The Storm Approaching Us
https://itee.uq.edu.au/profile/1409/ryan-ko
(5) Prof. Qin Liu, Hunan University, China
Title: Secure Search in Cloud Computing and Emerging Applications
https://qinliu-hnu.github.io/
(6) Prof. Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Title: Security and Privacy Issues in the Internet of Drones
http://www.sabumthampi.in
(7) Prof. Tian Wang, Beijing Normal University, China
Title: Distributed Mobile Computation Offloading and Edge Intelligence
https://cist.bnu.edu.cn/xygk/szdw/zgj/104104.html
(8) Prof. Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Title: Mutual Authentication with Multi-factor and Hybrid Approach to Intrusion Detection in IoT-Fog-Cloud Environment
https://lrg.ufsc.br/westphal/
(9) Prof. Yulei Wu, University of Exeter, UK
Title: Trustworthiness of anomaly detection for IIoT
http://empslocal.ex.ac.uk/people/staff/yw433/
(10) Prof. Yang Xu, Hunan University, China
Title: Blockchain-enabled Cloud Security: Frameworks and Solutions
http://csee.hnu.edu.cn/people/xuyang
======================================================================
Panel Discussions Section
You are welcome to attend 2+ Panel Discussions offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
======================================================================
Special Issues Section
Distinguished papers, after further revisions, will be published in 20+ SCI & EI indexed special issues.
Here is the list of Special Issues that we will recommend high-quality papers for possible publication *:
(1) IEICE Transactions on Information and Systems (SCI & EI Indexed, Impact Factor: 0.559)
Special Section on Blockchain and Security (Pending).
(2) IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing (SCI & EI Indexed, Impact Factor: 4.715)
Special Issue on Security and Privacy-preserving Solutions on Remote Sensing Data of Smart Cities
https://4d8xuv2577wggnmowfwzehpo-wpengine.netdna-ssl.com/wp-content/uploads…
Deadline for manuscript submissions: 28 February 2023.
(3) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Security and Privacy for Edge, Fog, and Cloud Computing; the Internet of Things and Mobile Crowdsensing
https://www.mdpi.com/journal/sensors/special_issues/SP_EFC
Deadline for manuscript submissions: 10 October 2023.
(4) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Fog/Edge Computing based Smart Sensing System
http://www.mdpi.com/journal/sensors/special_issues/FCSCS
Deadline for manuscript submissions: 31 March 2023.
(5) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Cyber Situational Awareness in Computer Networks
https://www.mdpi.com/journal/sensors/topical_collections/Cyber_Situational_…
Deadline for manuscript submissions: 31 March 2023.
(6) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Security, Trust and Privacy in New Computing Environments
https://www.mdpi.com/journal/sensors/topical_collections/STPNCE
Deadline for manuscript submissions: 31 March 2023.
(7) Connection Science (SCI & EI Indexed, Impact Factor: 1.972)
https://www.tandfonline.com/ccos20
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(8) Computers, Materials & Continua (SCI & EI Indexed, Impact Factor: 3.86)
https://techscience.com/cmc/special_detail/human-centric_edge
Special Issue on AI Powered Human-centric Computing with Cloud and Edge
Deadline for manuscript submissions: 1 March 2023.
(9) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Cryptography and Security Protocol in Internet of Things
https://www.mdpi.com/journal/sensors/special_issues/CSPIOT
Deadline for manuscript submissions: 31 December 2022.
(10) Applied Sciences (SCI & EI Indexed, Impact Factor: 2.838)
Special Issue on Computational Methods for Next Generation Wireless and IoT Applications
https://www.mdpi.com/journal/applsci/special_issues/Generation_Wireless_IoT
Deadline for manuscript submissions: 31 December 2022.
(11) Sensors (SCI & EI Indexed, Impact Factor: 3.847)
Special Issue on Advanced Signal Processing and Human-Machine Interface for Healthcare Diagnostics and Bioengineering Applications
https://www.mdpi.com/journal/sensors/special_issues/advanced_signal_process…
Deadline for manuscript submissions: 20 December 2022.
(12) Information Sciences (SCI & EI Indexed, Impact Factor: 8.233)
Special Issue on Decentralized Trust Management with Intelligence
https://www.sciencedirect.com/journal/information-sciences/about/call-for-p…
Deadline for manuscript submissions: 1 December 2022.
(13) ISA Transactions (SCI & EI Indexed, Impact Factor: 5.468)
Special Issue on Security and Privacy of AI-based Automation Systems
http://ubisecurity.org/2022/share/CFP%20-%20ISA%20Transactions%20SI%20-%20S…
Deadline for manuscript submissions: 30 November 2022.
(14) Electronics (SCI & EI Indexed, Impact Factor: 2.690)
Special Issue on Cybersecurity and Privacy Issues in Cyber-Physical Systems and Industrial Control Systems
https://www.mdpi.com/journal/electronics/special_issues/cyber_industrial_co…
Deadline for manuscript submissions: 25 November 2022.
(15) IET Cyber-Physical Systems: Theory & Applications (EI Indexed)
Special Issue on IoT-based Secure Health Monitoring and Tracking through Estimated Computing
https://ietresearch.onlinelibrary.wiley.com/pb-assets/assets/23983396/Speci…
Deadline for manuscript submissions: 30 April 2023.
(16) International Journal of Computational Science and Engineering (IJCSE) (EI Indexed)
http://www.inderscience.com/browse/index.php?journalCODE=ijcse
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(17) Cryptography (EI Indexed)
Special Issue on Privacy-Preserving Techniques in Cloud/Fog and Internet of Things
https://www.mdpi.com/journal/cryptography/special_issues/Privacy_Preserving…
Deadline for manuscript submissions: 10 January 2023.
(18) ACM Distributed Ledger Technologies: Research and Practice (ACM DLT) (EI Indexed)
Special Issue on Recent Advances of Blockchain Evolution: Architecture and Performance
https://dl.acm.org/pb-assets/static_journal_pages/dlt/pdf/DLT-SI-Recent-Adv…
Deadline for manuscript submissions: 15 December 2022.
(19) Organizational Cybersecurity Journal: Practice, Process and People
Special Issue on Organizational Cybersecurity Journal: Practice, Process and People
https://www.emeraldgrouppublishing.com/calls-for-papers/cybersecurity-highe…
Deadline for manuscript submissions: 30 March 2023.
(20) Acta Informatica Pragensia
Special Issue on Deep Learning Blockchain-enabled Technology for Improved Healthcare Industrial Systems
https://aip.vse.cz/corproof.php?tartkey=aip-000000-0305&fbclid=IwAR1veJzaae…
Deadline for manuscript submissions: 20 December 2022.
* More special issues will be available soon.
======================================================================
Welcome to participate in UbiSec 2022, Zhangjiajie, China, December 28 - 31, 2022! Zhangjiajie is an emerging tourist destination famous for its unique natural scenery and abundant tourism resources. It is located in the northwest of Hunan province, about 400 kilometers away from Changsha, the capital of Hunan province, covering a total area of 9,516 square kilometers, of which 76% are mountainous area. Out of its total population of 1.52 million, almost 77% belong to ethnic minority groups, including Tujia, Bai and Miao nationalities. Zhangjiajie National Forest Park was established by the State Council in 1982 as the first National Forest Park of China. Wulingyuan in Zhangjiajie was listed into the World Natural Heritage Catalogue by the UNESCO in 1992 and appraised as a national AAAAA scenic area. Zhangjiajie was awarded the title of "World Geological Park" in 2004. The amazing landscape here had been a source of creation of the CGI artist in the Avatar movie, and since the movie was released and achieved a great success, many tourists keeping coming to Zhangjiajie admiring this natural beauty.
The Second International Conference on Ubiquitous Security (UbiSec 2022) stems from three conference/symposium/workshop series:
(1) The well-established SpaCCS conference series with Springer LNCS: UbiSec is inspired by the SpaCCS style of three tracks (Security, Privacy, and Anonymity, "Spa" for short), which covers "Big Security" leveraging computation, communication and storage ("CCS" for short) systems and networks. UbiSec extends this style with three new tracks: Cyberspace Security, Cyberspace Privacy, and Cyberspace Anonymity.
(2) The UbiSafe symposium series: UbiSec follows the UbiSafe vision on "Ubiquitous Safety", also meaning that "YOU (will) BE SAFE" (pronounced "UbiSafe"). UbiSec extends this vision to "Ubiquitous Security", using "Big Security" to embrace NOT ONLY security, privacy and anonymity, BUT ALSO safety, reliability, dependability, trustworthiness and more, also meaning that "YOU (will) BE SEC(ure)" (pronounced "UbiSec").
(3) The IWCSS workshop series: UbiSec follows the IWCSS theme on "Cyberspace Security", with "Cyberspace" as the 5th national sovereign space besides the traditional four domains of land, sea, air, and aerospace. UbiSec extends this theme to "Ubiquitous Security", meaning that cyberspace will be secure, physical world will be secure, social networking systems will be secure, and thus "YOU (will) BE SECure"!
The UbiSec 2022 Conference ("The Conference" for short) is the second event in the series of conferences/symposia/workshops which are devoted to security, privacy and anonymity in cyberspace, physical world, and social networks. The Conference covers many dimensions including security algorithms and architectures, privacy-aware policies, regulations and techniques, anonymous computation and communication, encompassing fundamental theoretical approaches, practical experimental projects, and commercial application systems for cyberspace, physical world, and social networking systems. As applications of computer and information technology have permeated in every aspect of our daily life, the issues of security, privacy, and anonymity have become increasingly critical. The Conference will provide a forum for world-class researchers to gather and share their research achievements, emerging ideas and trends in the highly challenging research fields.
UbiSec 2022 follows the UbiSec 2021 conference in Guangzhou and also the traditions of previous successful SpaCCS/UbiSafe/IWCSS conference/symposium/workshop series, held in Nanjing, China (SpaCCS 2020/UbiSafe 2020), Guangzhou, China (IWCSS 2020); Altanta, USA (SpaCCS 2019/UbiSafe 2019), Guangzhou, China (IWCSS 2019); Melbourne, Australia (SpaCCS 2018/UbiSafe 2018), Guangzhou China (IWCSS 2018); Guangzhou, China (SpaCCS 2017/UbiSafe 2017/IWCSS 2017); Zhangjiajie, China (SpaCCS 2016/UbiSafe 2016); Helsinki, Finland (UbiSafe 2015); Beijing, China (UbiSafe 2014); Melbourne, Australia (UbiSafe 2013); Liverpool, UK (UbiSafe 2012); Changsha, China (UbiSafe 2011); Chengdu China (UbiSafe 2009); and Niagara Falls, Canada (UbiSafe 2007). The conference aims at bringing together researchers and practitioners in the world working in the research fields of security, privacy, and anonymity aspects of computer systems and networks. The conference will focus on broad areas of architectures, algorithms, techniques, and applications for cyberspace security, cyberspace privacy, and cyberspace anonymity.
UbiSec 2022 topics include, but are not limited to the following:
Track 1: Cyberspace Security
--Security Model and Architecture
--Software and System Security
--Trustworthy Computing
--Security in Cloud/Fog/Edge Computing and Pervasive/Ubiquitous Computing
--Machine Learning and AI Security
--Network Security
--Attacks and Defenses
--Intrusion Detection and Prevention
--Security in Web Services
--Security in Mobile Social Networks
--Security in Internet of Things
--Fraud and Cyber Crime
--Accounting and Auditing
--Applied Cryptography
--Database Security
--Authentication
--Forensics and Diagnostics for Security
--Information Hiding
--Security in Big Data and its Applications
--Blockchain and Distributed System Security
--Security in Hardware, Side Channels, and CyberPhysical Systems
--Security in Formal Methods and Programming Languages
Track 2: Cyberspace Privacy
--Economics, Policies, Metrics, and Mechanisms of Privacy
--Privacy Modeling and Analysis
--Privacy-Preserving Computing
--Privacy-Preserving Data Mining
--Privacy-Enhancing Technologies and Anonymity
--Privacy for Internet of Things
--Privacy in Big Data and its Applications
--Privacy-Preserving in Blockchain
--Privacy-Preserving in Mobile Social Networks
--Privacy-Preserving Crowdsensing
--Privacy-Preserving Deep Learning
Track 3: Cyberspace Anonymity
--Anonymous Data Mining and Data Sharing
--Anonymous Management in Trust Relationships
--Anonymous Video Analytics Technology
--Anonymity Metrics, Measures and Evaluations
--Anonymity Models, Hardware/Device of Anonymity
--Anonymity in Wireless Communication Systems
--Anonymous Communication Protocols
--Anonymity in Mobile, Ad Hoc, and Wireless Sensor Networks
--Anonymous Communication and Internet
--Anonymous Social Networks, Structural k-Anonymity in Social Networks
--Authentication Protocol Providing User Anonymity
--Anonymous Information Storage and Management
--Private and Anonymous Data Storage
--Anonymity, Pseudonymity & Identity Management
--Anonymity in Big Data and Cloud Scenarios
--Anonymity in Health and Medical Databases
--Anonymity in Sensor-Cloud Systems
--Anonymity in Edge Computing
IMPORTANT DATES
Paper Submission Deadline: October 30, 2022 (Second Batch, No further extension will be granted)
Author Notification: November 30, 2022 (Second Batch)
Author Registration Due: December 20, 2022 (Second Batch)
Camera-Ready Paper Due: December 20, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
SUBMISSION and PUBLICATION INFORMATION
All presented papers in the conference will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS). Papers must be clearly presented in English, must not exceed 14 pages in Springer CCIS format (or up to 20 pages with the pages over length charge), including tables, figures, references and appendices. Notice that accepted papers less than 12 pages will be tagged as Short Papers. Papers should be submitted through the EasyChair paper submission system at the conference website. Distinguished papers, after further revisions, will be considered for possible publication in SCI & EI indexed special issues of prestigious international journals. The program committee will select and give three "Best Paper Awards" for the conference. By submitting a paper to the conference, authors assure that if the paper is accepted, at least one author will attend the conference and present the paper.
Excecutive General Chair
Guojun Wang, Guangzhou University, China
Local Organizing Chair
Jianfeng Li, Jishou University, China
General Chairs
Hanpin Wang, Guangzhou University, China
Richard Hill, University of Huddersfield, United Kingdom
Aniello Castiglione, University of Naples Parthenope, Italy
Program Chairs
Guojun Wang, Guangzhou University, China
Kim-Kwang Raymond Choo, University of Texas at San Antonio, USA
Jie Wu, Temple University, USA
Ernesto Damiani, Khalifa University, UAE/Universita' degli Studi di Milano, Italy
Program Vice Chairs
(1) Cyberspace Security Track
Qin Liu, Hunan University, China
Wenjia Li, New York Institute of Technology, USA
Jie Hu, University of Electronic Science and Technology of China, China
Saed Alrabaee, United Arab Emirates University, UAE
Charalambos (Harrys) Konstantinou, King Abdullah University of Science and Technology, Saudi Arabia
(2) Cyberspace Privacy Track
Yulei Wu, University of Exeter, United Kingdom
Wenjun Jiang, Hunan University, China
Saqib Ali, University of Agriculture Faisalabad, Pakistan
Md Tariqul Islam, Syracuse University, USA
Saad Khan, University of Huddersfield, United Kingdom
(3) Cyberspace Anonymity Track
Tian Wang, Beijing Normal University & UIC, China
A. S. M. Kayes, La Trobe University, Australia
Oana Geman, University of Suceava, Romania
Mamoun Alazab, Charles Darwin University, Australia
Hudan Studiawan, Institut Teknologi Sepuluh Nopember, Indonesia
Publicity Chairs
Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Scott Fowler, Linkoping University, Sweden
Peter Mueller, IBM Zurich Research Laboratory, Switzerland
Haroon Elahi, Umea University, Sweden
Yulei Wu, University of Exeter, United Kingdom
Xiangyong Liu, Guangzhou University, China
Workshop Chairs
Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Arcangelo Castiglione, University of Salerno, Italy
Shuhong Chen, Guangzhou University, China
Publication Chairs
Tao Peng, Guangzhou University, China
Fang Qi, Central South University, China
Registration Chairs
Xiaofei Xing, Guangzhou University, China
Pin Liu, Central South University, China
Pengfei Yin, Jishou University, China
Conference Secretariat
Wenyin Yang, Foshan University, China
Web Chairs
Ziwei Xiao, Foshan University, China
Jianguo Jiang, Foshan University, China
Steering Committee
Guojun Wang, Guangzhou University, China (Chair)
Kim-Kwang Raymond Choo, University of Texas at San Antonio, USA (Chair)
Saqib Ali, University of Agriculture Faisalabad, Pakistan
Valentina E. Balas, Aurel Vlaicu University of Arad, Romania
Md Zakirul Alam Bhuiyan, Fordham University, USA
Jiannong Cao, The Hong Kong Polytechnic University, Hong Kong
Aniello Castiglione, University of Naples Parthenope, Italy
Scott Fowler, Linkoping University, Sweden
Oana Geman, University of Suceava, Romania
Richard Hill, University of Huddersfield, United Kingdom
Ryan Ko, University of Queensland, Australia
Kuan-Ching Li, Providence University, Taiwan
Jianhua Ma, Hosei University, Japan
Gregorio Martinez, University of Murcia, Spain
Peter Mueller, IBM Zurich Research Laboratory, Switzerland
Kouichi Sakurai, Kyushu University, Japan
Sabu M. Thampi, Indian Institute of Information Technology and Management - KeralaKerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Jie Wu, Temple University, USA
Yang Xu, Hunan University, China
Zheng Yan, Xidian University, China/Aalto University, Finland
Wenyin Yang, Foshan University, China
Haojin Zhu, Shanghai Jiao Tong University, China
Program Committee
Please check the "Program Committee" web page at the conference website for detail:
http://ubisecurity.org/2022/
Archived Conference Proceedings:
(1) UbiSec 2021 Conference Proceedings
https://link.springer.com/book/10.1007/978-981-19-0468-4
(2) SpaCCS 2020 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-030-68851-6
SpaCCS 2020 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-030-68884-4
(3) SpaCCS 2019 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-030-24907-6
SpaCCS 2019 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-030-24900-7
(4) SpaCCS 2018 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-030-05345-1
(5) SpaCCS 2017 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-319-72389-1
SpaCCS 2017 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-319-72395-2
(6) SpaCCS 2016 Conference Proceedings
https://link.springer.com/book/10.1007/978-3-319-49148-6
SpaCCS 2016 Workshops Proceedings
https://link.springer.com/book/10.1007/978-3-319-49145-5
Contact
Please email inquiries concerning UbiSec 2022 to Prof. Guojun Wang: csgjwang AT gmail DOT com and Conference Organizers: UbiSec2022 AT googlegroups.com.
Prof. Guojun Wang, Executive General Chair of UbiSec 2022
http://trust.gzhu.edu.cn/faculty/~csgjwang/
--
***********************************************************************
Dr. Guojun Wang, Pearl River Scholarship Distinguished Professor
Director of Institute of Computer Networks,
School of Computer Science and Cyber Engineering,
Guangzhou University, Guangzhou, Guangdong Province,
P. R. China, 510006
Tel/Fax: +86-20-39366920, Mobile: +86-13360581866
Email: csgjwang AT gzhu.edu.cn
http://trust.gzhu.edu.cn/faculty/~csgjwang/
***********************************************************************
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Shibashis Guha, a faculty member at the School of Technology and Computer
Science at Tata Institute of Fundamental Research, Mumbai. The talk is
scheduled on Tuesday, November 1, at 1900 hrs IST (add to Google calendar
<https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MGsxMHR2dT…>
).
The details of the talk can be found on our webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Akash, Deepak, Madhukar, Srivathsan
=============================================================
Title: A Game of Pawns
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: We introduce and study pawn games; a class of two-player
turn-based zero-sum games in which the control of vertices changes
dynamically throughout the game. Pawn games naturally model ongoing
decision-making setting in which resources are transferable. Each vertex of
a pawn game is owned by a pawn. In each round of the game, the pawns are
partitioned between the two players. The player who moves the token from a
vertex is the player who controls the pawn that owns the vertex. A pawn
game is equipped with a mechanism, which the players apply after each round
in order to update the set of pawns that they control. We define several
grabbing-based mechanisms in which control of at most one pawn transfers at
the end of each round. We study the complexity of solving reachability pawn
games, where we parameterize the problem by the mechanism that is being
used and by restrictions on pawn ownership of vertices. For the positive
news, even though pawn games are exponentially-succinct turn-based games,
we identify some natural classes that can be solved in PTIME. For the
negative news, we identify some classes for which the problem is
EXPTIME-complete. Our EXPTIME-hardness results are based on a class of
games which we introduce and call Lock-and-Key games, and which may be of
independent interest.
This is a joint work with Guy Avni and Pranav Ghorpade.
Bio: Shibashis Guha is a faculty member at the School of Technology and
Computer Science at Tata Institute of Fundamental Research, Mumbai. Before
this, he was a postdoc at the Verification Group in Université libre de
Bruxelles and at The Hebrew University in the group of Prof. Orna
Kupferman. He did his PhD from the Department of Computer Science and
Engineering at IIT Delhi, under the supervision of Prof. S. Arun-Kumar. His
research interests include reactive synthesis, probabilistic systems, timed
automata, behavioural equivalences, formal methods and its intersection
with algorithmic game theory.
***********************************************************************
First Call for Papers
ABZ 2023: International Conference on Rigorous State Based Methods
LORIA, Université de Lorraine, Nancy, France.
May 30-June 2, 2023
https://abz2023.loria.fr
***********************************************************************
----------------
Important dates
----------------
Workshops/Tutorials
Workshop proposal submission: November 01, 2022
Workshop notification: November 15, 2022
Tutorial proposal submission: February 16, 2023
Case Study Track
Abstract submission: December 05, 2022
Paper submission: December 18, 2022
Notification: January 28, 2023 Final version: March 06, 2023
Main Track
Abstract submission: January 16, 2023
Paper submission: January 23, 2023
(including research/short/industry papers)
Notification: March 6, 2023 Final version: March 27, 2023
Doctoral Symposium
Paper submission: January 23, 2023
Notification: March 6, 2023 Final version: March 27, 2023
Conference
Workshops and Tutorials : May 30, 2023
ABZ 2023 conference: May 31-June 02, 2023
----------
About ABZ
----------
The ABZ conference is dedicated to the cross-fertilization of
state-based and machine-based formal methods, like Abstract State
Machines (ASM), Alloy, B, TLA, VDM and Z, that share a common conceptual
foundation and are widely used in both academia and industry for the
design and analysis of hardware and software systems. The conference
aims for a vital exchange of knowledge and experience among the research
communities around different formal methods.
The name ABZ goes back to the first conference in London in 2008,
where the ASM, B and Z conference series were merged into a joint
event. In the following years other formal methods were added,
e.g. Alloy in 2010 (Orford, Canada), VDM in 2012 (Pisa, Italy), and
TLA + in 2014 (Toulouse, France). After the also successful 2016
conferences in Linz, Austria and 2018 in Southampton, UK, it was
decided to name the conference "ABZ: International Conference on
Rigorous State Based Methods", to stress the openness for further
state-based formal methods. We hope to continue many fruitful
discussions between representatives of the individual methods in the
past, which will bring us closer to the common goal of this research
community: the creation of reliable and safe software. ABZ2020 and
ABZ2021 were the two first new entitled conferences planned in Ulm but
virtually organised.
ABZ 2023 will have a main conference track, a case study track,
tutorials and workshops.
---------------
Main ABZ Track
---------------
Contributions are solicited on all aspects of the theory and
applications of ASMs, Alloy, B, TLA, VDM, Z and other state-based rigour
approaches in software/hardware engineering, including the development
of tools and industrial applications. The program spans from theoretical
and methodological foundations to practical applications, emphasizing
system engineering methods and tools that are distinguished by
mathematical rigor and have proved to be industrially viable. The main
goal of the conference is to contribute to the integration of accurate
state- and machine-based system development methods, clarifying their
commonalities and differences to better understand how to combine
different approaches for accomplishing the various tasks in modeling,
experimental validation, mathematical verification of reliable
high-quality hardware/software systems. Although organized to host
several formal methods in a single event, editorial control of the joint
conference is vested in one integrated program committee.
-----------------
Case Study Track
-----------------
As successfully practiced since ABZ 2014, the 10th edition of ABZ will
again include special sessions dedicated to an industrial case study. We
explicitly invite you to also submit contributions to case studies from
previous conferences, which substantially extend the solutions presented
there in one aspect or another. Possible enhancements could be new proof
techniques, more elegant modeling, generation, verification, or
validation of executable code, etc.
See https://abz2023.loria.fr/case-study for a detailed description of
the new case study and links to the previous ones.
--------------------------------
Workshop and Tutorial Proposals
--------------------------------
Workshops and tutorials will be associated with the main event ABZ.
Proposals are solicited in areas related to the conference topics.
A workshop proposal should contain the title of the workshop, a short
description of the scientific content, the names and brief CVs of the
workshop organizers, the intended PC for the workshop, the duration of
the workshop, and the expected number of participants.
A tutorial proposal should contain the title of the tutorial, a short
description of the scientific content, the names and brief CVs of the
tutorial presenters and the duration.
Please submit your proposals to dominique dot mery at loria.fr.
------------
Submissions
------------
Four kinds of contributions are invited:
* Full Research papers: full papers of not more than 16 pages in LNCS
format, which have to be original, unpublished and not submitted elsewhere.
* Short presentations of work in progress, and tool demonstrations.An
extended abstract of not more than 6 pages is expected and will be reviewed.
* Application in industry papers: reporting on work or experiences on
the application of state based formal methods in industry. An extended
abstract of not more than 8 pages is expected and will be reviewed. It
is also an interesting option for industrial practitioners who sometimes
face too many constraints to prepare a full paper.
* Answers to case study papers: full papers of not more than 16
pages in LNCS format reporting on the experiments conducted with
any of the state based techniques in the scope of ABZ 2023. We
also expect a link to a webpage, where the produced models can be
downloaded.
* Contribution to doctoral symposium:This is an excellent opportunity
for PhD students to present their ongoing work and receive valuable
feedback from the ABZ community. Please submit a short paper of no more
than 4 pages
Accepted papers will appear in the Springer LNCS proceedings. The
deadlines for the different kinds of contributions see above.
-------------------
Organization
-------------------
Conference Chairs:
Uwe Glässer (CoChair), Simon Fraser University, Canada
Dominique Méry (CoChair), Université de Lorraine & LORIA, France
Case Study Chair:
José Creissac Campos, Departamento de Informática - Universidade do
Minho, Portugal. Philippe Palanque, Interactive Critical Systems - IRIT-
Univ. Toulouse, France
For further questions concerning ABZ 2023, please contact us at
dominique dot mery at loria.fr
**************************************************************************************************
We apologize if you receive multiple copies of this TrustData 2022 CFP.
We appreciate your great help if you forward this TrustData 2022 CFP to your colleages and friends.
**************************************************************************************************
Call for Papers for the 13th International Workshop on Trust, Security and Privacy for Big Data (TrustData 2022)
Venue & Dates:
Zhangjiajie, China, December 28 - 31, 2022
Conference Website:
http://ubisecurity.org/TrustData/2022/
-------------------------------------------------------------------------------------------------
Introduction
The proliferation of new technologies such as Internet of Things and cloud computing calls for innovative ideas to retrieve, filter,
and integrate data from a large number of diverse data sources. Big Data is an emerging paradigm applied to datasets whose
volume/velocity/variability is beyond the ability of commonly used software tools to manage and process the data within a tolerable
period of time. More importantly, Big Data has to be of high value, and should be protected in an efficient way. Since Big Data
involves a huge amount of data that is of high-dimensionality and inter-linkage, existing trust, security, and privacy measures for
traditional databases and infrastructures cannot satisfy its requirements. Novel technologies for protecting Big Data are attracting
researchers and practitioners with more and more attention.
Scope and Interests
TrustData 2022 is a part of UbiSec 2022 (http://ubisecurity.org/2022/), the Second International Conference on Ubiquitous Security.
Topics of interest include, but are not limited to:
Trust Track
(1) Trust semantics, metrics, and models for Big Data
(2) Trust management and evaluation for Big Data
(3) Trusted systems, software, and applications for Big Data
(4) Trusted platform implementation technologies for Big Data
(5) Information quality/trustworthiness for Big Data
(6) Provenance of content for Big Data
(7) Trustworthiness of ratings/recommender systems for Big Data
Security Track
(1) Security model and architecture for Big Data
(2) Data mining security for Big Data
(3) Software and system security for Big Data
(4) Intrusion detection for Gigabit Networks
(5) Cryptography and Big Data
(6) Visualizing large scale security data
(7) Threat detection using Big Data analytics
(8) Human computer interaction challenges for Big Data security
(9) Data protection, integrity standards and policies
(10) Security and legislative impacts for Big Data
(11) Managing user access for Big Data
(12) Secure quantum communications
Privacy Track
(1) Privacy in Big Data applications and services
(2) Privacy in Big Data end-point input validation and filtering
(3) Privacy in Big Data integration and transformation
(4) Privacy in parallel and distributed computation
(5) Privacy in Big Data storage management
(6) Privacy in Big Data access control mechanisms
(7) Privacy in Big Data mining and analytics
(8) Privacy in Big Data sharing and visualization
(9) Big Data privacy policies and standards
Submission and Publication Information
The accepted papers from this workshop will be published in the conference proceedings with Springer Communications in Computer and
Information Science (CCIS) . Submitted papers must not substantially overlap with papers that have been published or that are
simultaneously submitted to a journal or a conference with proceedings.
All papers need to be submitted electronically through the conference submission website (https://easychair.org/conferences/?
conf=trustdata2022) with PDF format. The materials presented in the papers should not be published or under submission elsewhere.
All presented papers in the conference will be published in the conference proceedings with Springer Communications in Computer and
Information Science (CCIS). Papers must be clearly presented in English, must not exceed 14 pages in Springer CCIS format (or up to
20 pages with the pages over length charge), including tables, figures, references and appendices
(https://www.springer.com/cn/computer-science/lncs/conference-proceedings-gu…). Notice that accepted papers less than 12
pages will be tagged as Short Papers. Distinguished papers, after further revisions, will be considered for possible publication in
SCI & EI indexed special issues of prestigious international journals. By submitting a paper to the conference, authors assure that
if the paper is accepted, at least one author will attend the conference and present the paper.
All presented papers in the conference will be published in the proceedings of the conference. Authors (at least one) of any
accepted paper are requested to register at the conference.
Important Dates
Paper Submission Deadline: October 30, 2022 (Second Batch)
Author Notification: November 30, 2022 (Second Batch)
Author Registration Due: December 20, 2022 (Second Batch)
Camera-Ready Paper Due: December 20, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
General Chairs
Qin Liu, Hunan University, China
Arun Kumar Sangaiah, VIT University, India
Wei Chang, Saint Joseph's University, USA
Program Chairs
Jiankun Hu, University of New South Wales at the Australian, Australia
Isaac Agudo, University of Malaga, Spain
Program Committee (In alphabetical order)
Habtamu Abie, Norwegian Computing Center/Norsk Regnesentral, Norway
Salima Benbernou, Universite Paris Descartes, France
Christian Callegari, The University of Pisa, Italy
Wei Chang, Saint Joseph's University, USA
Anupam Chattopadhyay, Nanyang Technological University, Singapore
John A. Clark University of York, UK
Alfredo Cuzzocrea, University of Trieste and ICAR-CNR, Italy
Sabrina De Capitani di Vimercati, Universita degli Studi di Milano, Italy
Yucong Duan, Hainan University, China
Sheikh M. Habib, Technical University of Darmstadt, Germany
Ching-Hsien Hsu, Chung Hua University, Taiwan
Hai Jiang, Arkansas State University, USA
Vana Kalogeraki, Athens University of Economics, Greece
Ryan Ko, University of Waikato, New Zealand
Ruggero Donida Labati, Universita degli Studi di Milano, Italy
Xin Liao, Hunan University, China
Giovanni Livraga, Universita degli Studi di Milano, Italy
Haibing Lu, Santa Clara University, USA
Joon S. Park, Syracuse University, USA
Roberto Di Pietro, Nokia Bell Labs, France
Vincenzo Piuri, Universita' degli Studi di Milano, Italy
Imed Romdhani, Edinburgh Napier University, UK
Bimal Roy, Indian Statistical Institute, India
Jun Shen, University of Wollongong, Australia
Dimitris E. Simos, SBA Research, Austria
Chao Song, University of Electronic Science and Technology of China, China
Chang-ai Sun, University of Science and Technology Beijing, China
Yuanyuan Sun, Huazhong University of Science and Technology, China
Luis Javier Garcia Villalba, Universidad Complutense de Madrid, Spain
Yunsheng Wang, Kettering University, USA
Mingzhong Wang, University of the Sunshine Coast, Australia
Yongdong Wu, Institute for Infocomm Research, Singapore
Hejun Wu, Sun Yat-Sen University, China
Muneer Masadeh Bani Yassein, Jordan University of Science and Technology, Jordan
Sherali Zeadally, University of Kentucky, USA
Peiyin Xiong, Hunan University of Science and Technology, China
Dengfeng Xiao, Hunan University of Science and Technology, China
Publicity Chairs
Weiwei Chen, Hunan University, China
Bo Ou, Hunan University, China
Webmaster
Ziyi Tang, Hunan University, China
Contact
Please email inquiries concerning TrustData 2022 to:
Prof. Qin Liu: gracelq AT 126 DOT com
Prof. Qin Liu's Homepage: https://qinliu-hnu.github.io/
======================================================================
Keynote Speeches Section
You are welcome to attend 5+ Keynote Speeches offerred by world-renowned professors and industry leaders. The detailed information
will appear soon.
(1) Keynote 1: Prof. Richard Hill, University of Huddersfield, UK
Title: Next Generation Security for Cyber Physical Systems
https://pure.hud.ac.uk/en/persons/richard-hill
(2) Keynote 2: Prof. Tien N. Nguyen, University of Queensland, Australia
Title: Intelligent Software Vulnerability Detection
https://personal.utdallas.edu/~tien.n.nguyen/
(3) Keynote 3: Prof. Omer Rana, Cardiff University, UK
Title: Security-Aware Task Execution across the Edge-Cloud Continuum
https://www.cardiff.ac.uk/people/view/118157-rana-omer
(4) Keynote 4: Prof. Kouichi SAKURAI, Kyushu University, Japan
Title: State and Issues of Non-Fungible Token from Technical Point of View
https://hyoka.ofc.kyushu-u.ac.jp/search/details/K000220/english.html
(5) Keynote 5: Prof. Deqing Zou, Huazhong University of Science and Technology, China
Title: Achieving Scalability and Interpretability Simultaneously in Detecting Multi-granularity Vulnerabilities
http://faculty.hust.edu.cn/zoudeqing/zh_CN/index.htm
======================================================================
Invited Talks Section
You are welcome to attend 10+ Invited Talks offerred by world-renowned professors and industry leaders. The detailed information
will appear soon.
(1) Prof. Arcangelo Castiglione, University of Salerno, Italy
Title: New Insights on Cryptographic Hierarchical Access Control: Models, Schemes, and Analysis
https://docenti.unisa.it/026260/en/home
(2) Prof. Scott Fowler, Linkoping University, Sweden
Title: Optimize Industrial IoT HVAC by using Machine Learning
https://liu.se/en/employee/scofo47, https://sites.google.com/site/scofo47
(3) Prof. Wenjun Jiang, Hunan University, China
Title: Online user analysis and learning optimization
http://csee.hnu.edu.cn/people/jiangwenjun
(4) Prof. Ryan Ko, University of Queensland, Australia
Title: Operational Technology (OT) and Supply Chain Cyber Security: The Storm Approaching Us
https://itee.uq.edu.au/profile/1409/ryan-ko
(5) Prof. Qin Liu, Hunan University, China
Title: Secure Search in Cloud Computing and Emerging Applications
https://qinliu-hnu.github.io/
(6) Prof. Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Title: Security and Privacy Issues in the Internet of Drones
http://www.sabumthampi.in
(7) Prof. Tian Wang, Beijing Normal University, China
Title: Distributed Mobile Computation Offloading and Edge Intelligence
https://cist.bnu.edu.cn/xygk/szdw/zgj/104104.html
(8) Prof. Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Title: Mutual Authentication with Multi-factor and Hybrid Approach to Intrusion Detection in IoT-Fog-Cloud Environment
https://lrg.ufsc.br/westphal/
(9) Prof. Yulei Wu, University of Exeter, UK
Title: Trustworthiness of anomaly detection for IIoT
http://empslocal.ex.ac.uk/people/staff/yw433/
(10) Prof. Yang Xu, Hunan University, China
Title: Blockchain-enabled Cloud Security: Frameworks and Solutions
http://csee.hnu.edu.cn/people/xuyang
======================================================================
Panel Discussions Section
You are welcome to attend 2+ Panel Discussions offerred by world-renowned professors and industry leaders. The detailed information
will appear soon.
======================================================================
Special Issues Section
Distinguished papers, after further revisions, will be published in 15+ SCI & EI indexed special issues.
Here is the list of Special Issues that we will recommend high-quality papers for possible publication*:
(1) IEICE Transactions on Information and Systems (SCI & EI Indexed, Impact Factor: 0.559)
Special Section on Blockchain and Security (Pending).
(2) Information Sciences (SCI & EI Indexed, Impact Factor: 6.795)
Special Issue on Decentralized Trust Management with Intelligence (Pending).
(3) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Fog/Edge Computing based Smart Sensing System
http://www.mdpi.com/journal/sensors/special_issues/FCSCS
Deadline for manuscript submissions: 31 March 2023.
(4) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cyber Situational Awareness in Computer Networks
https://www.mdpi.com/journal/sensors/topical_collections/Cyber_Situational_…
Deadline for manuscript submissions: 31 March 2023.
(5) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security, Trust and Privacy in New Computing Environments
https://www.mdpi.com/journal/sensors/topical_collections/STPNCE
Deadline for manuscript submissions: 31 March 2023.
(6) Connection Science (SCI & EI Indexed, Impact Factor: 1.972)
https://www.tandfonline.com/ccos20
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient
amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(7) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cryptography and Security Protocol in Internet of Things
https://www.mdpi.com/journal/sensors/special_issues/CSPIOT
Deadline for manuscript submissions: 31 December 2022.
(8) Applied Sciences (SCI & EI Indexed, Impact Factor: 2.679)
Special Issue on Computational Methods for Next Generation Wireless and IoT Applications
https://www.mdpi.com/journal/applsci/special_issues/Generation_Wireless_IoT
Deadline for manuscript submissions: 31 December 2022.
(9) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Advanced Signal Processing and Human-Machine Interface for Healthcare Diagnostics and Bioengineering Applications
https://www.mdpi.com/journal/sensors/special_issues/advanced_signal_process…
Deadline for manuscript submissions: 20 December 2022.
(10) Electronics (SCI & EI Indexed, Impact Factor: 2.397)
Special Issue on Cybersecurity and Privacy Issues in Cyber-Physical Systems and Industrial Control Systems
https://www.mdpi.com/journal/electronics/special_issues/cyber_industrial_co…
Deadline for manuscript submissions: 25 November 2022.
(11) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security and Privacy for Edge, Fog, and Cloud Computing; the Internet of Things and Mobile Crowdsensing
https://www.mdpi.com/journal/sensors/special_issues/SP_EFC
Deadline for manuscript submissions: 10 October 2022 (with possible extension later).
(12) International Journal of Computational Science and Engineering (IJCSE) (EI Indexed)
http://www.inderscience.com/browse/index.php?journalCODE=ijcse
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient
amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(13) Distributed Ledger Technologies: Research and Practice (DLT) (EI Indexed)
Special Issue on Recent Advances of Blockchain Evolution: Architecture and Performance
https://dl.acm.org/pb-assets/static_journal_pages/dlt/pdf/DLT-SI-Recent-Adv…
Deadline for manuscript submissions: 15 December 2022.
(14) Acta Informatica Pragensia
Special Issue on Deep Learning Blockchain-enabled Technology for Improved Healthcare Industrial Systems
https://aip.vse.cz/corproof.php?tartkey=aip-000000-0305&fbclid=IwAR1veJzaae…
Deadline for manuscript submissions: 20 December 2022.
* More special issues will be available soon.
======================================================================
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Mahesh Viswanathan, a faculty member at the University of Illinois at
Urbana-Champaign. The talk is scheduled on Tuesday, October 4, at 1900 hrs
IST (add to Google calendar
<https://calendar.google.com/event?action=TEMPLATE&tmeid=NmI5c2FkdXNhMGs0YnM…>
).
The details of the talk can be found on the webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Deepak, Madhukar, Rahul, Srivathsan
=============================================================
Title: On Linear Time Decidability of Differential Privacy for Programs
with Unbounded Inputs
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: We introduce an automata model for describing interesting
classes of differential privacy mechanisms/algorithms that include known
mechanisms from the literature. These automata can model algorithms whose
inputs can be an unbounded sequence of real-valued query answers. We
consider the problem of checking whether there exists a constant $d$ such
that the algorithm described by these automata are
$d\epsilon$-differentially private for all positive values of the privacy
budget parameter $\epsilon$. We show that this problem can be decided in
time linear in the automaton's size by identifying a necessary and
sufficient condition on the underlying graph of the automaton. This paper's
results are the first decidability results known for algorithms with an
unbounded number of query answers taking values from the set of reals.
This is joint work with Rohit Chadha and Prasad Sistla.
Bio: Mahesh Viswanathan is a faculty member at the University of Illinois
at Urbana-Champaign. His research interests are in the core areas of logic,
automata theory, and algorithm design, with applications to the algorithmic
verification of systems. Most recently, his research has been focussed on
the dynamic analysis of multi-threaded programs, model checking of
cyberphysical systems and stochastic systems, and formal analysis of
stochastic security protocols and differential privacy.
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Mahesh Viswanathan, a faculty member at the University of Illinois at
Urbana-Champaign. The talk is scheduled on Tuesday, October 4, at 1900 hrs
IST (add to Google calendar
<https://calendar.google.com/event?action=TEMPLATE&tmeid=NmI5c2FkdXNhMGs0YnM…>
).
The details of the talk can be found on the webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Deepak, Madhukar, Rahul, Srivathsan
=============================================================
Title: On Linear Time Decidability of Differential Privacy for Programs
with Unbounded Inputs
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: We introduce an automata model for describing interesting
classes of differential privacy mechanisms/algorithms that include known
mechanisms from the literature. These automata can model algorithms whose
inputs can be an unbounded sequence of real-valued query answers. We
consider the problem of checking whether there exists a constant $d$ such
that the algorithm described by these automata are
$d\epsilon$-differentially private for all positive values of the privacy
budget parameter $\epsilon$. We show that this problem can be decided in
time linear in the automaton's size by identifying a necessary and
sufficient condition on the underlying graph of the automaton. This paper's
results are the first decidability results known for algorithms with an
unbounded number of query answers taking values from the set of reals.
This is joint work with Rohit Chadha and Prasad Sistla.
Bio: Mahesh Viswanathan is a faculty member at the University of Illinois
at Urbana-Champaign. His research interests are in the core areas of logic,
automata theory, and algorithm design, with applications to the algorithmic
verification of systems. Most recently, his research has been focussed on
the dynamic analysis of multi-threaded programs, model checking of
cyberphysical systems and stochastic systems, and formal analysis of
stochastic security protocols and differential privacy.
ICECCS 2023 - Call for Papers
***************************************************************************************
27th International Conference on Engineering of Complex Computer Systems
(ICECCS 2023)
12 - 16 June 2023, Toulouse, France
https://www.irit.fr/iceccs2023/
***************************************************************************************
The 27th International Conference on Engineering of Complex Computer
Systems (ICECCS 2023) is a well-established event that has been held
around the world for over 25 years. Over the past years, we have seen a
rapidly rising emphasis on the design, implementation and management of
complex computer systems which are present in every aspect of human
activities, such as manufacturing, communications, defence,
transportation, aerospace, hazardous environments, energy, and
healthcare. These complex systems are frequently distributed over
heterogeneous networks and process a large amount of data. Complexity
arises from many factors, including the dynamic environment and the
scenarios these systems operate in, demanding and sometimes conflicting
requirements in functionality, efficiency, scalability, security,
dependability and adaptability, as well as the wide range of development
methodologies, programming languages and implementation details.
Performance, real-time behaviour, fault tolerance, security,
adaptability, development time and cost, and long life concerns are some
of the key issues arising in the development of such systems.
The goal of this conference is to bring together industrial, academic,
and government experts from a variety of application domains and
software disciplines, to discuss how the disciplines' problems and
solution techniques interact within the whole system. Researchers,
practitioners, tool developers and users, and technology transfer
experts are all welcome. The scope of the conference includes long-term
research issues, near-term requirements and challenges, established
complex systems, emerging promising tools, and retrospective and
prospective reflections of research and development into complex systems.
List of Topics
--------------
Authors are invited to submit papers describing original, unpublished
research results, case studies and tools. Papers are solicited in all
areas related to complex computer-based systems, including the causes of
complexity and means of avoiding, controlling, or coping with
complexity. Topic areas include, but are not limited to:
+ Requirements analysis and specification
+ Verification and validation
+ Security and privacy of complex systems
+ Model-driven development
+ Reverse engineering and refactoring
+ Software Architecture
+ Human Machine Inetraction
+ Big data management
+ Ubiquitous computing, context awareness, sensor networks
+ SAT/SMT solvers for software analysis and testing
+ Agile methods
+ Safety-critical and fault-tolerant architectures
+ Adaptive, self-managing and multi-agent systems
+ Cyber-physical systems and Internet of Things (IoT)
+ Industrial case studies
Different kinds of contributions are sought, including novel research,
lessons learned, experience reports, and discussions of practical
problems faced by industry and user domains. The ultimate goal is to
build a rich and comprehensive conference program that can fit the
interests and needs of different classes of attendees: professionals,
researchers, managers, and students. A program goal is to organize
several sessions that include both academic and industrial papers on a
given topic and culminate panels to discuss relationships between
industrial and academic research.
Submission and Publication
--------------------------
Full papers are divided into two categories: Technical Papers and
Experience Reports. The papers submitted to both categories will be
reviewed by the program committee members, and papers accepted in either
category will be published in the conference proceedings. Technical
papers should describe original research, and experience reports should
present practical projects carried out in the industry, and reflect on
the lessons learnt from them.
Short paper submissions describe early-stage, ongoing or PhD research.
All short papers will be reviewed by the program committee members, and
accepted short papers will be published in the conference proceedings.
Submissions to the conference must not have been published or be
concurrently considered for publication elsewhere. All submissions will
be judged on the basis of originality, contribution to the field,
technical and presentation quality, and relevance to the conference. The
proceedings have been published by the Conference Publishing Services
(CPS) of the IEEE Computer Society.
Submitted manuscripts should be in English and formatted in the style of
the double-column IEEE CPS format. Full papers should not exceed 9 pages
+ 1 page for bibliography, and short papers should not exceed 5 pages +
1 page for bibliography, including figures, references, and appendices.
All submissions should be in PDF format. Submissions not adhering to the
specified format and length may be rejected immediately without review.
Please prepare your manuscripts in accordance with the IEEE CPS guidelines.
https://www.ieee.org/conferences/publishing/templates.html
We invite all prospective authors to submit their manuscripts via the
ICECCS 2023 portal, hosted by the EasyChair conference management system.
https://easychair.org/conferences/?conf=iceccs2023
Important Dates
---------------
+ Abstract Submissions Due: 08 December, 2022
+ Full Paper Submissions Due: 15 December, 2022
+ Acceptance/Rejection Notification: 15 March, 2023
+ Camera-ready Due: 15 April, 2023
+ Conference Dates: 12-16 June 2023
General Chair
-------------
Dominique Méry, LORIA, Université de Lorraine, Nancy, France
Program Committee Co-Chairs
---------------------------
Yamine Ait-Ameur, IRIT-ENSEEIHT, Toulouse, France
Ferhat Khendek, Concordia University, Montreal, Canada
Program Committee
-----------------
see https://www.irit.fr/iceccs2023/
ICECCS 2023 is referenced on https://www.conferences-computer.science/
Dear all,
Please find below the final call for papers for ICLA 2023.
10th INDIAN CONFERENCE ON LOGIC AND ITS APPLICATIONS
March 3-5, 2023
IIT Indore, India
https://icla2023.iiti.ac.in/index.html
FINAL CALL FOR PAPERS
ALI, the Association for Logic in India, announces the tenth edition of its
biennial International Conference on Logic and its Applications (ICLA), to
be held at the Indian Institute of Technology Indore, from March 3rd to
5th, 2023.
ICLA is a forum for bringing together researchers from a wide variety of
fields in which formal logic plays a significant role, including
mathematicians, philosophers, computer scientists, linguists, and logicians
studying the foundations of formal logic. A special feature of this
conference is the inclusion of studies on systems of logic in the Indian
tradition, and historical research on logic.
As in the earlier events in this series, we shall have eminent logicians as
invited speakers. Details of the last ICLA (2021) may be found at
https://www.isichennai.res.in/~sujata/icla2021/index.html
Submission guidelines:
Authors are invited to submit papers presenting original and unpublished
research in any area of logic and applications. Articles on mathematical
and philosophical logic, foundations and philosophy of mathematics and the
sciences, set theory, history of logic, Indian systems of logic, use of
formal logic in areas of theoretical computer science, formal verification
and artificial intelligence, or on the relationship between logic and other
branches of knowledge, are welcome.
Submissions must be in English and should provide sufficient detail to
allow the program committee to assess the merits of the paper. The
submission may not exceed 12 pages in Springer-Verlag Lecture Notes LaTeX2e
style. All submissions will be in electronic form and submitted through
Easychair via https://easychair.org/my/conference?conf=icla2023.
If necessary, detailed proofs of technical results can be included in a
clearly marked appendix which may be read at the discretion of the
programme committee. The submission must be a PDF file. Concurrent
submission to journals or to other conferences with proceedings is not
allowed. Submitted papers will be peer-reviewed and accepted papers will be
published in the conference proceedings, which will be made available at
the time of the conference. The conference proceedings will appear as a
volume in the Springer Lecture Notes in Computer Science. For an accepted
paper to be included in the proceedings, one of the authors must commit to
presenting the paper at the conference.
Important dates:
Deadline for Submission: 2 October 2022* 9th Ocober 2022*
Notification to Authors: 29 November 2022 *6th December 2022*
Deadline for camera-ready papers: *16 December 2022*
Conference dates: *3rd - 5th March 2023*
Program committee:
• C. Aiswarya, Chennai Mathematical Institute
• Mohua Banerjee (co-chair), IIT Kanpur
• Michael Benedikt, University of Oxford
• Thomas Colcombet, IRIF
• Laure David, City, University of London
• Soma Dutta, University of Warmia and Mazury
• Deepak D'Souza, IISc Bangalore
• John Horty, University of Maryland
• Juliette Kennedy, University of Helsinki
• Minghui Ma, Sun Yat-Sen University
• Amaldev Manuel, IIT Goa
• Luca Motto Ros, University of Turin
• Alessandra Palmigiano, Vrije Universiteit Amsterdam
• M. Praveen, Chennai Mathematical Institute
• Prakash Saivasan, IMSc Chennai
• H. P. Sankappanavar, SUNY at New Paltz
• Manidipa Sanyal, University of Calcutta
• A. V. Sreejith (co-chair), IIT Goa
• Andrzej Szalas, University of Warsaw and Linkoping University
• Giorgio Venturi, Universidade Estadual de Campinas
• Zach Weber, University of Otago
Organising committee:
• Md. Aquil Khan, IIT Indore
• Somnath Dey, IIT Indore
• M. Tanveer, IIT Indore
• Vijay Kumar Sohani, IIT Indore
Contact:
Any queries related to the conference may be sent to the following email
address: icla2023(a)easychair.org.
Thanks,
Mohua and Sreejith
Please accept our apologies if you receive multiple copies of this Second Batch UbiSec 2022 CFPs with Deadline October 10, 2022 (Extended).
============================== UbiSec 2022 ==============================
Second Batch CFPs of The Second International Conference on Ubiquitous Security (UbiSec 2022)
Zhangjiajie, China, December 28 - 31, 2022
Organizers:
Guangzhou University, China
Jishou University, China
======================================================================
Highlights: 5+ Keynote Speeches, 10+ Invited Talks, 16+ Journal Special Issues, and 3 Tracks: Please check
the conference website for details:
http://ubisecurity.org/2022/
======================================================================
IMPORTANT DATES
Paper Submission Deadline: October 10, 2022 (Second Batch)
Author Notification: November 14, 2022 (Second Batch)
Author Registration Due: December 15, 2022 (Second Batch)
Camera-Ready Paper Due: December 15, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
General Chairs
Hanpin Wang, Guangzhou University, China
Richard Hill, University of Huddersfield, United Kingdom
Aniello Castiglione, University of Naples Parthenope, Italy
Program Chairs
Guojun Wang, Guangzhou University, China
Kim-Kwang Raymond Choo, University of Texas at San Antonio, USA
Jie Wu, Temple University, USA
Ernesto Damiani, Khalifa University, UAE/Universita' degli Studi di Milano, Italy
Publicity Chairs
Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Scott Fowler, Linkoping University, Sweden
Peter Mueller, IBM Zurich Research Laboratory, Switzerland
Haroon Elahi, Umea University, Sweden
Yulei Wu, University of Exeter, United Kingdom
Xiangyong Liu, Guangzhou University, China
Contact
Please email inquiries concerning UbiSec 2022 to Prof. Guojun Wang: csgjwang AT gmail DOT com and Conference Organizers: UbiSec2022 AT googlegroups.com.
Prof. Guojun Wang, Executive General Chair of UbiSec 2022
http://trust.gzhu.edu.cn/faculty/~csgjwang/
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
**************************************************************************************************
We apologize if you receive multiple copies of this TrustData 2022 CFP.
We appreciate your great help if you forward this TrustData 2022 CFP to your colleages and friends.
**************************************************************************************************
Call for Papers for the 13th International Workshop on Trust, Security and Privacy for Big Data (TrustData 2022)
Venue & Dates:
Zhangjiajie, China, December 28 - 31, 2022
Conference Website:
http://ubisecurity.org/TrustData/2022/
-------------------------------------------------------------------------------------------------
Introduction
The proliferation of new technologies such as Internet of Things and cloud computing calls for innovative ideas to retrieve, filter, and integrate data from a large number of diverse data sources. Big Data is an emerging paradigm applied to datasets whose volume/velocity/variability is beyond the ability of commonly used software tools to manage and process the data within a tolerable period of time. More importantly, Big Data has to be of high value, and should be protected in an efficient way. Since Big Data involves a huge amount of data that is of high-dimensionality and inter-linkage, existing trust, security, and privacy measures for traditional databases and infrastructures cannot satisfy its requirements. Novel technologies for protecting Big Data are attracting researchers and practitioners with more and more attention.
Scope and Interests
TrustData 2022 is a part of UbiSec 2022 (http://ubisecurity.org/2022/), the Second International Conference on Ubiquitous Security. Topics of interest include, but are not limited to:
Trust Track
(1) Trust semantics, metrics, and models for Big Data
(2) Trust management and evaluation for Big Data
(3) Trusted systems, software, and applications for Big Data
(4) Trusted platform implementation technologies for Big Data
(5) Information quality/trustworthiness for Big Data
(6) Provenance of content for Big Data
(7) Trustworthiness of ratings/recommender systems for Big Data
Security Track
(1) Security model and architecture for Big Data
(2) Data mining security for Big Data
(3) Software and system security for Big Data
(4) Intrusion detection for Gigabit Networks
(5) Cryptography and Big Data
(6) Visualizing large scale security data
(7) Threat detection using Big Data analytics
(8) Human computer interaction challenges for Big Data security
(9) Data protection, integrity standards and policies
(10) Security and legislative impacts for Big Data
(11) Managing user access for Big Data
(12) Secure quantum communications
Privacy Track
(1) Privacy in Big Data applications and services
(2) Privacy in Big Data end-point input validation and filtering
(3) Privacy in Big Data integration and transformation
(4) Privacy in parallel and distributed computation
(5) Privacy in Big Data storage management
(6) Privacy in Big Data access control mechanisms
(7) Privacy in Big Data mining and analytics
(8) Privacy in Big Data sharing and visualization
(9) Big Data privacy policies and standards
Submission and Publication Information
The accepted papers from this workshop will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS) . Submitted papers must not substantially overlap with papers that have been published or that are simultaneously submitted to a journal or a conference with proceedings.
All papers need to be submitted electronically through the conference submission website (https://easychair.org/conferences/?conf=trustdata2022) with PDF format. The materials presented in the papers should not be published or under submission elsewhere. All presented papers in the conference will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS). Papers must be clearly presented in English, must not exceed 14 pages in Springer CCIS format (or up to 20 pages with the pages over length charge), including tables, figures, references and appendices (https://www.springer.com/cn/computer-science/lncs/conference-proceedings-gu…). Notice that accepted papers less than 12 pages will be tagged as Short Papers. Distinguished papers, after further revisions, will be considered for possible publication in SCI & EI indexed special issues of prestigious international journals. By submitting a paper to the conference, authors assure that if the paper is accepted, at least one author will attend the conference and present the paper.
All presented papers in the conference will be published in the proceedings of the conference. Authors (at least one) of any accepted paper are requested to register at the conference.
Important Dates
Paper Submission Deadline: October 10, 2022 (Second Batch)
Author Notification: November 14, 2022 (Second Batch)
Author Registration Due: December 15, 2022 (Second Batch)
Camera-Ready Paper Due: December 15, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
General Chairs
Qin Liu, Hunan University, China
Arun Kumar Sangaiah, VIT University, India
Wei Chang, Saint Joseph's University, USA
Program Chairs
Jiankun Hu, University of New South Wales at the Australian, Australia
Isaac Agudo, University of Malaga, Spain
Program Committee (In alphabetical order)
Habtamu Abie, Norwegian Computing Center/Norsk Regnesentral, Norway
Salima Benbernou, Universite Paris Descartes, France
Christian Callegari, The University of Pisa, Italy
Wei Chang, Saint Joseph's University, USA
Anupam Chattopadhyay, Nanyang Technological University, Singapore
John A. Clark University of York, UK
Alfredo Cuzzocrea, University of Trieste and ICAR-CNR, Italy
Sabrina De Capitani di Vimercati, Universita degli Studi di Milano, Italy
Yucong Duan, Hainan University, China
Sheikh M. Habib, Technical University of Darmstadt, Germany
Ching-Hsien Hsu, Chung Hua University, Taiwan
Hai Jiang, Arkansas State University, USA
Vana Kalogeraki, Athens University of Economics, Greece
Ryan Ko, University of Waikato, New Zealand
Ruggero Donida Labati, Universita degli Studi di Milano, Italy
Xin Liao, Hunan University, China
Giovanni Livraga, Universita degli Studi di Milano, Italy
Haibing Lu, Santa Clara University, USA
Joon S. Park, Syracuse University, USA
Roberto Di Pietro, Nokia Bell Labs, France
Vincenzo Piuri, Universita' degli Studi di Milano, Italy
Imed Romdhani, Edinburgh Napier University, UK
Bimal Roy, Indian Statistical Institute, India
Jun Shen, University of Wollongong, Australia
Dimitris E. Simos, SBA Research, Austria
Chao Song, University of Electronic Science and Technology of China, China
Chang-ai Sun, University of Science and Technology Beijing, China
Yuanyuan Sun, Huazhong University of Science and Technology, China
Luis Javier Garcia Villalba, Universidad Complutense de Madrid, Spain
Yunsheng Wang, Kettering University, USA
Mingzhong Wang, University of the Sunshine Coast, Australia
Yongdong Wu, Institute for Infocomm Research, Singapore
Hejun Wu, Sun Yat-Sen University, China
Muneer Masadeh Bani Yassein, Jordan University of Science and Technology, Jordan
Sherali Zeadally, University of Kentucky, USA
Peiyin Xiong, Hunan University of Science and Technology, China
Dengfeng Xiao, Hunan University of Science and Technology, China
Publicity Chairs
Weiwei Chen, Hunan University, China
Bo Ou, Hunan University, China
Webmaster
Ziyi Tang, Hunan University, China
Contact
Please email inquiries concerning TrustData 2022 to:
Prof. Qin Liu: gracelq AT 126 DOT com
Prof. Qin Liu's Homepage: https://qinliu-hnu.github.io/
======================================================================
Keynote Speeches Section
You are welcome to attend 5+ Keynote Speeches offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Keynote 1: Prof. Richard Hill, University of Huddersfield, UK
Title: Next Generation Security for Cyber Physical Systems
https://pure.hud.ac.uk/en/persons/richard-hill
(2) Keynote 2: Prof. Tien N. Nguyen, University of Queensland, Australia
Title: Intelligent Software Vulnerability Detection
https://personal.utdallas.edu/~tien.n.nguyen/
(3) Keynote 3: Prof. Omer Rana, Cardiff University, UK
Title: Security-Aware Task Execution across the Edge-Cloud Continuum
https://www.cardiff.ac.uk/people/view/118157-rana-omer
(4) Keynote 4: Prof. Kouichi SAKURAI, Kyushu University, Japan
Title: State and Issues of Non-Fungible Token from Technical Point of View
https://hyoka.ofc.kyushu-u.ac.jp/search/details/K000220/english.html
(5) Keynote 5: Prof. Deqing Zou, Huazhong University of Science and Technology, China
Title: Achieving Scalability and Interpretability Simultaneously in Detecting Multi-granularity Vulnerabilities
http://faculty.hust.edu.cn/zoudeqing/zh_CN/index.htm
======================================================================
Invited Talks Section
You are welcome to attend 10+ Invited Talks offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Prof. Arcangelo Castiglione, University of Salerno, Italy
Title: New Insights on Cryptographic Hierarchical Access Control: Models, Schemes, and Analysis
https://docenti.unisa.it/026260/en/home
(2) Prof. Scott Fowler, Linkoping University, Sweden
Title: Optimize Industrial IoT HVAC by using Machine Learning
https://liu.se/en/employee/scofo47, https://sites.google.com/site/scofo47
(3) Prof. Wenjun Jiang, Hunan University, China
Title: Online user analysis and learning optimization
http://csee.hnu.edu.cn/people/jiangwenjun
(4) Prof. Ryan Ko, University of Queensland, Australia
Title: Operational Technology (OT) and Supply Chain Cyber Security: The Storm Approaching Us
https://itee.uq.edu.au/profile/1409/ryan-ko
(5) Prof. Qin Liu, Hunan University, China
Title: Secure Search in Cloud Computing and Emerging Applications
https://qinliu-hnu.github.io/
(6) Prof. Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Title: Security and Privacy Issues in the Internet of Drones
http://www.sabumthampi.in
(7) Prof. Tian Wang, Beijing Normal University, China
Title: Distributed Mobile Computation Offloading and Edge Intelligence
https://cist.bnu.edu.cn/xygk/szdw/zgj/104104.html
(8) Prof. Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Title: Mutual Authentication with Multi-factor and Hybrid Approach to Intrusion Detection in IoT-Fog-Cloud Environment
https://lrg.ufsc.br/westphal/
(9) Prof. Yulei Wu, University of Exeter, UK
Title: Trustworthiness of anomaly detection for IIoT
http://empslocal.ex.ac.uk/people/staff/yw433/
(10) Prof. Yang Xu, Hunan University, China
Title: Blockchain-enabled Cloud Security: Frameworks and Solutions
http://csee.hnu.edu.cn/people/xuyang
======================================================================
Panel Discussions Section
You are welcome to attend 2+ Panel Discussions offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
======================================================================
Special Issues Section
Distinguished papers, after further revisions, will be published in 15+ SCI & EI indexed special issues.
Here is the list of Special Issues that we will recommend high-quality papers for possible publication*:
(1) IEICE Transactions on Information and Systems (SCI & EI Indexed, Impact Factor: 0.559)
Special Section on Blockchain and Security (Pending).
(2) Information Sciences (SCI & EI Indexed, Impact Factor: 6.795)
Special Issue on Decentralized Trust Management with Intelligence (Pending).
(3) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Fog/Edge Computing based Smart Sensing System
http://www.mdpi.com/journal/sensors/special_issues/FCSCS
Deadline for manuscript submissions: 31 March 2023.
(4) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cyber Situational Awareness in Computer Networks
https://www.mdpi.com/journal/sensors/topical_collections/Cyber_Situational_…
Deadline for manuscript submissions: 31 March 2023.
(5) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security, Trust and Privacy in New Computing Environments
https://www.mdpi.com/journal/sensors/topical_collections/STPNCE
Deadline for manuscript submissions: 31 March 2023.
(6) Connection Science (SCI & EI Indexed, Impact Factor: 1.972)
https://www.tandfonline.com/ccos20
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(7) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cryptography and Security Protocol in Internet of Things
https://www.mdpi.com/journal/sensors/special_issues/CSPIOT
Deadline for manuscript submissions: 31 December 2022.
(8) Applied Sciences (SCI & EI Indexed, Impact Factor: 2.679)
Special Issue on Computational Methods for Next Generation Wireless and IoT Applications
https://www.mdpi.com/journal/applsci/special_issues/Generation_Wireless_IoT
Deadline for manuscript submissions: 31 December 2022.
(9) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Advanced Signal Processing and Human-Machine Interface for Healthcare Diagnostics and Bioengineering Applications
https://www.mdpi.com/journal/sensors/special_issues/advanced_signal_process…
Deadline for manuscript submissions: 20 December 2022.
(10) Electronics (SCI & EI Indexed, Impact Factor: 2.397)
Special Issue on Cybersecurity and Privacy Issues in Cyber-Physical Systems and Industrial Control Systems
https://www.mdpi.com/journal/electronics/special_issues/cyber_industrial_co…
Deadline for manuscript submissions: 25 November 2022.
(11) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security and Privacy for Edge, Fog, and Cloud Computing; the Internet of Things and Mobile Crowdsensing
https://www.mdpi.com/journal/sensors/special_issues/SP_EFC
Deadline for manuscript submissions: 10 October 2022 (with possible extension later).
(12) International Journal of Computational Science and Engineering (IJCSE) (EI Indexed)
http://www.inderscience.com/browse/index.php?journalCODE=ijcse
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(13) Distributed Ledger Technologies: Research and Practice (DLT) (EI Indexed)
Special Issue on Recent Advances of Blockchain Evolution: Architecture and Performance
https://dl.acm.org/pb-assets/static_journal_pages/dlt/pdf/DLT-SI-Recent-Adv…
Deadline for manuscript submissions: 15 December 2022.
(14) Acta Informatica Pragensia
Special Issue on Deep Learning Blockchain-enabled Technology for Improved Healthcare Industrial Systems
https://aip.vse.cz/corproof.php?tartkey=aip-000000-0305&fbclid=IwAR1veJzaae…
Deadline for manuscript submissions: 20 December 2022.
* More special issues will be available soon.
======================================================================
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
*10th INDIAN CONFERENCE ON LOGIC AND ITS APPLICATIONS*
March 3-5, 2023
IIT Indore, India
https://icla2023.iiti.ac.in/index.html
*THIRD CALL FOR PAPERS*
ALI, the Association for Logic in India, announces the tenth edition of its
biennial International Conference on Logic and its Applications (ICLA), to
be held at the Indian Institute of Technology Indore, from March 3rd to
5th, 2023.
ICLA is a forum for bringing together researchers from a wide variety of
fields in which formal logic plays a significant role, including
mathematicians, philosophers, computer scientists, linguists, and logicians
studying the foundations of formal logic. A special feature of this
conference is the inclusion of studies on systems of logic in the Indian
tradition, and historical research on logic.
As in the earlier events in this series, we shall have eminent logicians as
invited speakers. Details of the last ICLA (2021) may be found at
https://www.isichennai.res.in/~sujata/icla2021/index.html
*Submission guidelines:*
Authors are invited to submit papers presenting original and unpublished
research in any area of logic and applications. Articles on mathematical
and philosophical logic, foundations and philosophy of mathematics and the
sciences, set theory, history of logic, Indian systems of logic, use of
formal logic in areas of theoretical computer science, formal verification
and artificial intelligence, or on the relationship between logic and other
branches of knowledge, are welcome.
Submissions must be in English and should provide sufficient detail to
allow the program committee to assess the merits of the paper. The
submission may not exceed 12 pages in Springer-Verlag Lecture Notes LaTeX2e
style. All submissions will be in electronic form and submitted through
Easychair via https://easychair.org/my/conference?conf=icla2023.
If necessary, detailed proofs of technical results can be included in a
clearly marked appendix which may be read at the discretion of the
programme committee. The submission must be a PDF file. Concurrent
submission to journals or to other conferences with proceedings is not
allowed. Submitted papers will be peer-reviewed and accepted papers will be
published in the conference proceedings, which will be made available at
the time of the conference. It is expected that the conference proceedings
will appear as a volume in the Springer Lecture Notes in Computer Science.
For an accepted paper to be included in the proceedings, one of the authors
must commit to presenting the paper at the conference.
*Important dates:*
Deadline for Submission: *2 October 2022*
Notification to Authors: *29 November 2022*
Deadline for camera-ready papers: *16 December 2022*
Conference dates: *3rd - 5th March 2023*
*Program committee:*
•
*C. Aiswarya, Chennai Mathematical Institute• Mohua Banerjee (co-chair),
IIT Kanpur• Michael Benedikt, University of Oxford• Thomas Colcombet, IRIF•
Laure David, City, University of London• Soma Dutta, University of Warmia
and Mazury• Deepak D'Souza, IISc Bangalore• John Horty, University of
Maryland• Juliette Kennedy, University of Helsinki• Minghui Ma, Sun Yat-Sen
University• Amaldev Manuel, IIT Goa• Luca Motto Ros, University of Turin•
Alessandra Palmigiano, Vrije Universiteit Amsterdam• M. Praveen, Chennai
Mathematical Institute• Prakash Saivasan, IMSc Chennai• H. P.
Sankappanavar, SUNY at New Paltz• Manidipa Sanyal, University of Calcutta•
A. V. Sreejith (co-chair), IIT Goa• Andrzej Szalas, University of Warsaw
and Linkoping University• Giorgio Venturi, Universidade Estadual de
Campinas• Zach Weber, University of Otago*
*Organising committee:*
•
*Md. Aquil Khan, IIT Indore• Somnath Dey, IIT Indore• M. Tanveer, IIT
Indore• Vijay Kumar Sohani, IIT Indore*
*Contact:*
Any queries related to the conference may be sent to the following email
address: icla2023(a)easychair.org.
Thanks,
Mohua and Sreejith
Dear Prof./Researcher,
Greetings from Department of Computer Science, Banaras Hindu University,
Varanasi, India.
We are glad to inform you that the Department of Computer Science, Banaras
Hindu University, Varanasi, India is organizing the *2nd International
Conference on Advanced Network Technologies and Intelligent
Computing (ANTIC-2022)* in *hybrid *mode from *22nd to 24th December 2022*.
The proceedings of conference will be published in *Communications in
Computer and Information Science (CCIS)* series of *Springer* [*SCOPUS*
Indexed].
You are cordially invited to submit high quality research papers in the
areas of Advanced Network Technologies and Intelligent Computing. The
topics covered (but are not limited to) in the conference are as follows:
*Advanced Network Technologies*
*Intelligent Computing*
· Blockchain Technology
· Cloud, Edge & Fog Computing
· Distributed Computing
· High Performance Computing
· Internet of Things
· Mobile Ad-hoc Networks
· Networks Security
· Social Networking
· Software Defined Networks
· Wireless Sensor Networks
· Artificial Intelligence
· Deep Learning
· Evolutionary Algorithms
· Fuzzy Systems
· Genetic Algorithms
· Machine Learning
· Video, Speech & Text Processing using AI
· Neural Networks
· Recommendation System
· Soft Computing
*Paper Submission Link:* *https://equinocs.springernature.com/service/ANTIC2022
<https://equinocs.springernature.com/service/ANTIC2022>*
*After Conference Proceedings:* Communications in Computer and Information
Science (CCIS) series of Springer
*Indexing of the CCIS Springer:* CCIS is abstracted/indexed in DBLP,
Google Scholar, EI-Compendex, Mathematical Reviews, SCImago, and *Scopus*.
CCIS volumes are also submitted for the inclusion in ISI Proceedings.
*Important Dates: *
Last date of manuscript submission: 15-10-2022
Last date of acceptance notification: 30-11-2022
Last date of final manuscript submission: 10-12-2022
Last date of registration: 15-12-2022
*Registration & Publication Fees: *
Indian Author: 6000 INR
Foreign Author: 150 USD
*Please visit our website for more details:* *www.antic.co.in
<http://www.antic.co.in/>*
*Call for Reviewer: *Interested faculty members/researchers/industry
professionals may join us as Reviewer by filling the following Google Form.
The eligibility criteria for the reviewer is Ph.D. awarded or pursuing.
Each reviewer will receive a Certificate.
*https://forms.gle/weTtyZHgn8FJKszt6 <https://forms.gle/weTtyZHgn8FJKszt6>*
You are requested to share this call for paper with your esteemed research
circle and scholars.
Thank you very much for your kind support.
*With Best Regards,*
Dr. Anshul Verma
(Programme Chair & Convener, ANTIC-2022)
Department of Computer Science
Banaras Hindu University, Varanasi – 221005, Uttar Pradesh, India
Email ID: antic2022.bhu(a)gmail.com; anshulverma87(a)gmail.com
Mobile No.: +91-9826074618; +91-7903496917
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Subodh Sharma, a faculty member in the Department of Computer Science and
Engineering at IIT Delhi. The talk is scheduled on Tuesday, September 6, at
1900 hrs IST (add to Google calendar
<https://calendar.google.com/event?action=TEMPLATE&tmeid=NWNpZWM5bTR2YzV1c20…>
).
The details of the talk can be found on the webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Deepak, Madhukar, Rahul, Srivathsan
=============================================================
Title: Exploiting partial orders and symmetries in efficient analysis of
message-passing concurrency
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: The message passing paradigm is the lingua franca for developing
large distributed-memory programs, such as high-performance scientific
computing and event-driven web applications. Message-passing applications
are often found to be using communication nondeterminism (used primarily to
obtain efficiency by masking network latencies) and symmetric communication
among processes (which keeps programming simple). Under communication
nondeterminism, a process can post (possibly asynchronous) receive calls
that can potentially match any of the messages sent to the process. Under
symmetric communication, a process's communication structure may be partly
or completely symmetric with the communication structure of other
processes. Interestingly, communication nondeterminism is one of the
important sources of analysis complexity and detecting symmetries is, in
general, hard. This talk will present practical techniques to efficiently
analyse message passing programs by (i) exploiting partial order among the
communication dependencies and (ii) detecting symmetries in
process-communication. The work in this talk has been published in TOPLAS
2017, FM 2018, ICST 2021, and ASE 2022.
Bio: Subodh Sharma is a faculty member in the Department of Computer
Science and Engineering at IIT Delhi. His research interests lie in the
area of software engineering and formal methods, particularly in ensuring
the reliability of parallel software via static and dynamic program
analyses, model checking, and PL solutions, and employing HPC towards the
creation of scalable verification technology. Lately, his research
investigations have also spanned the areas of systems security, data
privacy, and Blockchain.
Dear all,
The next talk in the IARCS Verification Seminar Series will be given by
Subodh Sharma, a faculty member in the Department of Computer Science and
Engineering at IIT Delhi. The talk is scheduled on Tuesday, September 6, at
1900 hrs IST (add to Google calendar
<https://calendar.google.com/event?action=TEMPLATE&tmeid=NWNpZWM5bTR2YzV1c20…>
).
The details of the talk can be found on the webpage (
https://fmindia.cmi.ac.in/vss/), and also appended to the body of this
email.
The Verification Seminar Series, an initiative by the Indian Association
for Research in Computing Science (IARCS), is a monthly, online
talk-series, broadly in the area of Formal Methods and Programming
Languages, with applications in Verification and Synthesis. The aim of this
talk-series is to provide a platform for Formal Methods researchers to
interact regularly. In addition, we hope that it will make it easier for
researchers to explore newer problems/areas and collaborate on them, and
for younger researchers to start working in these areas.
All are welcome to join.
Best regards,
Deepak, Madhukar, Rahul, Srivathsan
=============================================================
Title: Exploiting partial orders and symmetries in efficient analysis of
message-passing concurrency
Meeting Link:
https://us02web.zoom.us/j/89164094870?pwd=eUFNRWp0bHYxRVpwVVNoVUdHU0djQT09
(Meeting ID: 891 6409 4870, Passcode: 082194)
Abstract: The message passing paradigm is the lingua franca for developing
large distributed-memory programs, such as high-performance scientific
computing and event-driven web applications. Message-passing applications
are often found to be using communication nondeterminism (used primarily to
obtain efficiency by masking network latencies) and symmetric communication
among processes (which keeps programming simple). Under communication
nondeterminism, a process can post (possibly asynchronous) receive calls
that can potentially match any of the messages sent to the process. Under
symmetric communication, a process's communication structure may be partly
or completely symmetric with the communication structure of other
processes. Interestingly, communication nondeterminism is one of the
important sources of analysis complexity and detecting symmetries is, in
general, hard. This talk will present practical techniques to efficiently
analyse message passing programs by (i) exploiting partial order among the
communication dependencies and (ii) detecting symmetries in
process-communication. The work in this talk has been published in TOPLAS
2017, FM 2018, ICST 2021, and ASE 2022.
Bio: Subodh Sharma is a faculty member in the Department of Computer
Science and Engineering at IIT Delhi. His research interests lie in the
area of software engineering and formal methods, particularly in ensuring
the reliability of parallel software via static and dynamic program
analyses, model checking, and PL solutions, and employing HPC towards the
creation of scalable verification technology. Lately, his research
investigations have also spanned the areas of systems security, data
privacy, and Blockchain.
**************************************************************************************************
We apologize if you receive multiple copies of this TrustData 2022 CFP.
We appreciate your great help if you forward this TrustData 2022 CFP to your colleages and friends.
**************************************************************************************************
Call for Papers for the 13th International Workshop on Trust, Security and Privacy for Big Data (TrustData 2022)
Venue & Dates:
Zhangjiajie, China, December 28 - 31, 2022
Conference Website:
http://ubisecurity.org/TrustData/2022/
-------------------------------------------------------------------------------------------------
Introduction
The proliferation of new technologies such as Internet of Things and cloud computing calls for innovative ideas to retrieve, filter, and integrate data from a large number of diverse data sources. Big Data is an emerging paradigm applied to datasets whose volume/velocity/variability is beyond the ability of commonly used software tools to manage and process the data within a tolerable period of time. More importantly, Big Data has to be of high value, and should be protected in an efficient way. Since Big Data involves a huge amount of data that is of high-dimensionality and inter-linkage, existing trust, security, and privacy measures for traditional databases and infrastructures cannot satisfy its requirements. Novel technologies for protecting Big Data are attracting researchers and practitioners with more and more attention.
Scope and Interests
TrustData 2022 is a part of UbiSec 2022 (http://ubisecurity.org/2022/), the Second International Conference on Ubiquitous Security. Topics of interest include, but are not limited to:
Trust Track
(1) Trust semantics, metrics, and models for Big Data
(2) Trust management and evaluation for Big Data
(3) Trusted systems, software, and applications for Big Data
(4) Trusted platform implementation technologies for Big Data
(5) Information quality/trustworthiness for Big Data
(6) Provenance of content for Big Data
(7) Trustworthiness of ratings/recommender systems for Big Data
Security Track
(1) Security model and architecture for Big Data
(2) Data mining security for Big Data
(3) Software and system security for Big Data
(4) Intrusion detection for Gigabit Networks
(5) Cryptography and Big Data
(6) Visualizing large scale security data
(7) Threat detection using Big Data analytics
(8) Human computer interaction challenges for Big Data security
(9) Data protection, integrity standards and policies
(10) Security and legislative impacts for Big Data
(11) Managing user access for Big Data
(12) Secure quantum communications
Privacy Track
(1) Privacy in Big Data applications and services
(2) Privacy in Big Data end-point input validation and filtering
(3) Privacy in Big Data integration and transformation
(4) Privacy in parallel and distributed computation
(5) Privacy in Big Data storage management
(6) Privacy in Big Data access control mechanisms
(7) Privacy in Big Data mining and analytics
(8) Privacy in Big Data sharing and visualization
(9) Big Data privacy policies and standards
Submission and Publication Information
The accepted papers from this workshop will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS) . Submitted papers must not substantially overlap with papers that have been published or that are simultaneously submitted to a journal or a conference with proceedings.
All papers need to be submitted electronically through the conference submission website (https://easychair.org/conferences/?conf=trustdata2022) with PDF format. The materials presented in the papers should not be published or under submission elsewhere. All presented papers in the conference will be published in the conference proceedings with Springer Communications in Computer and Information Science (CCIS). Papers must be clearly presented in English, must not exceed 14 pages in Springer CCIS format (or up to 20 pages with the pages over length charge), including tables, figures, references and appendices (https://www.springer.com/cn/computer-science/lncs/conference-proceedings-gu…). Notice that accepted papers less than 12 pages will be tagged as Short Papers. Distinguished papers, after further revisions, will be considered for possible publication in SCI & EI indexed special issues of prestigious international journals. By submitting a paper to the conference, authors assure that if the paper is accepted, at least one author will attend the conference and present the paper.
All presented papers in the conference will be published in the proceedings of the conference. Authors (at least one) of any accepted paper are requested to register at the conference.
Important Dates
Paper Submission Deadline: October 10, 2022 (Second Batch)
Author Notification: November 14, 2022 (Second Batch)
Author Registration Due: December 15, 2022 (Second Batch)
Camera-Ready Paper Due: December 15, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
General Chairs
Qin Liu, Hunan University, China
Arun Kumar Sangaiah, VIT University, India
Wei Chang, Saint Joseph's University, USA
Program Chairs
Jiankun Hu, University of New South Wales at the Australian, Australia
Isaac Agudo, University of Malaga, Spain
Program Committee (In alphabetical order)
Habtamu Abie, Norwegian Computing Center/Norsk Regnesentral, Norway
Salima Benbernou, Universite Paris Descartes, France
Christian Callegari, The University of Pisa, Italy
Wei Chang, Saint Joseph's University, USA
Anupam Chattopadhyay, Nanyang Technological University, Singapore
John A. Clark University of York, UK
Alfredo Cuzzocrea, University of Trieste and ICAR-CNR, Italy
Sabrina De Capitani di Vimercati, Universita degli Studi di Milano, Italy
Yucong Duan, Hainan University, China
Sheikh M. Habib, Technical University of Darmstadt, Germany
Ching-Hsien Hsu, Chung Hua University, Taiwan
Hai Jiang, Arkansas State University, USA
Vana Kalogeraki, Athens University of Economics, Greece
Ryan Ko, University of Waikato, New Zealand
Ruggero Donida Labati, Universita degli Studi di Milano, Italy
Xin Liao, Hunan University, China
Giovanni Livraga, Universita degli Studi di Milano, Italy
Haibing Lu, Santa Clara University, USA
Joon S. Park, Syracuse University, USA
Roberto Di Pietro, Nokia Bell Labs, France
Vincenzo Piuri, Universita' degli Studi di Milano, Italy
Imed Romdhani, Edinburgh Napier University, UK
Bimal Roy, Indian Statistical Institute, India
Jun Shen, University of Wollongong, Australia
Dimitris E. Simos, SBA Research, Austria
Chao Song, University of Electronic Science and Technology of China, China
Chang-ai Sun, University of Science and Technology Beijing, China
Yuanyuan Sun, Huazhong University of Science and Technology, China
Luis Javier Garcia Villalba, Universidad Complutense de Madrid, Spain
Yunsheng Wang, Kettering University, USA
Mingzhong Wang, University of the Sunshine Coast, Australia
Yongdong Wu, Institute for Infocomm Research, Singapore
Hejun Wu, Sun Yat-Sen University, China
Muneer Masadeh Bani Yassein, Jordan University of Science and Technology, Jordan
Sherali Zeadally, University of Kentucky, USA
Peiyin Xiong, Hunan University of Science and Technology, China
Dengfeng Xiao, Hunan University of Science and Technology, China
Publicity Chairs
Weiwei Chen, Hunan University, China
Bo Ou, Hunan University, China
Webmaster
Ziyi Tang, Hunan University, China
Contact
Please email inquiries concerning TrustData 2022 to:
Prof. Qin Liu: gracelq AT 126 DOT com
Prof. Qin Liu's Homepage: https://qinliu-hnu.github.io/
======================================================================
Keynote Speeches Section
You are welcome to attend 5+ Keynote Speeches offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Keynote 1: Prof. Richard Hill, University of Huddersfield, UK
Title: Next Generation Security for Cyber Physical Systems
https://pure.hud.ac.uk/en/persons/richard-hill
(2) Keynote 2: Prof. Tien N. Nguyen, University of Queensland, Australia
Title: Intelligent Software Vulnerability Detection
https://personal.utdallas.edu/~tien.n.nguyen/
(3) Keynote 3: Prof. Omer Rana, Cardiff University, UK
Title: Security-Aware Task Execution across the Edge-Cloud Continuum
https://www.cardiff.ac.uk/people/view/118157-rana-omer
(4) Keynote 4: Prof. Kouichi SAKURAI, Kyushu University, Japan
Title: State and Issues of Non-Fungible Token from Technical Point of View
https://hyoka.ofc.kyushu-u.ac.jp/search/details/K000220/english.html
(5) Keynote 5: Prof. Deqing Zou, Huazhong University of Science and Technology, China
Title: Achieving Scalability and Interpretability Simultaneously in Detecting Multi-granularity Vulnerabilities
http://faculty.hust.edu.cn/zoudeqing/zh_CN/index.htm
======================================================================
Invited Talks Section
You are welcome to attend 10+ Invited Talks offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
(1) Prof. Arcangelo Castiglione, University of Salerno, Italy
Title: New Insights on Cryptographic Hierarchical Access Control: Models, Schemes, and Analysis
https://docenti.unisa.it/026260/en/home
(2) Prof. Scott Fowler, Linkoping University, Sweden
Title: Optimize Industrial IoT HVAC by using Machine Learning
https://liu.se/en/employee/scofo47, https://sites.google.com/site/scofo47
(3) Prof. Wenjun Jiang, Hunan University, China
Title: Online user analysis and learning optimization
http://csee.hnu.edu.cn/people/jiangwenjun
(4) Prof. Ryan Ko, University of Queensland, Australia
Title: Operational Technology (OT) and Supply Chain Cyber Security: The Storm Approaching Us
https://itee.uq.edu.au/profile/1409/ryan-ko
(5) Prof. Qin Liu, Hunan University, China
Title: Secure Search in Cloud Computing and Emerging Applications
https://qinliu-hnu.github.io/
(6) Prof. Sabu M. Thampi, Kerala University of Digital Sciences, Innovation and Technology (KUDSIT), India
Title: Security and Privacy Issues in the Internet of Drones
http://www.sabumthampi.in
(7) Prof. Tian Wang, Beijing Normal University, China
Title: Distributed Mobile Computation Offloading and Edge Intelligence
https://cist.bnu.edu.cn/xygk/szdw/zgj/104104.html
(8) Prof. Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Title: Mutual Authentication with Multi-factor and Hybrid Approach to Intrusion Detection in IoT-Fog-Cloud Environment
https://lrg.ufsc.br/westphal/
(9) Prof. Yulei Wu, University of Exeter, UK
Title: Trustworthiness of anomaly detection for IIoT
http://empslocal.ex.ac.uk/people/staff/yw433/
(10) Prof. Yang Xu, Hunan University, China
Title: Blockchain-enabled Cloud Security: Frameworks and Solutions
http://csee.hnu.edu.cn/people/xuyang
======================================================================
Panel Discussions Section
You are welcome to attend 2+ Panel Discussions offerred by world-renowned professors and industry leaders. The detailed information will appear soon.
======================================================================
Special Issues Section
Distinguished papers, after further revisions, will be published in 15+ SCI & EI indexed special issues.
Here is the list of Special Issues that we will recommend high-quality papers for possible publication*:
(1) IEICE Transactions on Information and Systems (SCI & EI Indexed, Impact Factor: 0.559)
Special Section on Blockchain and Security (Pending).
(2) Information Sciences (SCI & EI Indexed, Impact Factor: 6.795)
Special Issue on Decentralized Trust Management with Intelligence (Pending).
(3) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Fog/Edge Computing based Smart Sensing System
http://www.mdpi.com/journal/sensors/special_issues/FCSCS
Deadline for manuscript submissions: 31 March 2023.
(4) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cyber Situational Awareness in Computer Networks
https://www.mdpi.com/journal/sensors/topical_collections/Cyber_Situational_…
Deadline for manuscript submissions: 31 March 2023.
(5) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security, Trust and Privacy in New Computing Environments
https://www.mdpi.com/journal/sensors/topical_collections/STPNCE
Deadline for manuscript submissions: 31 March 2023.
(6) Connection Science (SCI & EI Indexed, Impact Factor: 1.972)
https://www.tandfonline.com/ccos20
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(7) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Cryptography and Security Protocol in Internet of Things
https://www.mdpi.com/journal/sensors/special_issues/CSPIOT
Deadline for manuscript submissions: 31 December 2022.
(8) Applied Sciences (SCI & EI Indexed, Impact Factor: 2.679)
Special Issue on Computational Methods for Next Generation Wireless and IoT Applications
https://www.mdpi.com/journal/applsci/special_issues/Generation_Wireless_IoT
Deadline for manuscript submissions: 31 December 2022.
(9) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Advanced Signal Processing and Human-Machine Interface for Healthcare Diagnostics and Bioengineering Applications
https://www.mdpi.com/journal/sensors/special_issues/advanced_signal_process…
Deadline for manuscript submissions: 20 December 2022.
(10) Electronics (SCI & EI Indexed, Impact Factor: 2.397)
Special Issue on Cybersecurity and Privacy Issues in Cyber-Physical Systems and Industrial Control Systems
https://www.mdpi.com/journal/electronics/special_issues/cyber_industrial_co…
Deadline for manuscript submissions: 25 November 2022.
(11) Sensors (SCI & EI Indexed, Impact Factor: 3.576)
Special Issue on Security and Privacy for Edge, Fog, and Cloud Computing; the Internet of Things and Mobile Crowdsensing
https://www.mdpi.com/journal/sensors/special_issues/SP_EFC
Deadline for manuscript submissions: 10 October 2022 (with possible extension later).
(12) International Journal of Computational Science and Engineering (IJCSE) (EI Indexed)
http://www.inderscience.com/browse/index.php?journalCODE=ijcse
Some selected conference papers will be recommended for possible publication in regular issues of this journal, with a sufficient amount of new materials added into the journal version.
Deadline for manuscript submissions: 31 March 2023.
(13) Distributed Ledger Technologies: Research and Practice (DLT) (EI Indexed)
Special Issue on Recent Advances of Blockchain Evolution: Architecture and Performance
https://dl.acm.org/pb-assets/static_journal_pages/dlt/pdf/DLT-SI-Recent-Adv…
Deadline for manuscript submissions: 15 December 2022.
(14) Acta Informatica Pragensia
Special Issue on Deep Learning Blockchain-enabled Technology for Improved Healthcare Industrial Systems
https://aip.vse.cz/corproof.php?tartkey=aip-000000-0305&fbclid=IwAR1veJzaae…
Deadline for manuscript submissions: 20 December 2022.
* More special issues will be available soon.
======================================================================
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
Please accept our apologies if you receive multiple copies of this Second Batch UbiSec 2022 CFPs with Deadline October 10, 2022 (Extended).
============================== UbiSec 2022 ==============================
Second Batch CFPs of The Second International Conference on Ubiquitous Security (UbiSec 2022)
Zhangjiajie, China, December 28 - 31, 2022
Organizers:
Guangzhou University, China
Jishou University, China
======================================================================
Highlights: 5+ Keynote Speeches, 10+ Invited Talks, 16+ Journal Special Issues, and 3 Tracks: Please check
the conference website for details:
http://ubisecurity.org/2022/
======================================================================
IMPORTANT DATES
Paper Submission Deadline: October 10, 2022 (Second Batch)
Author Notification: November 14, 2022 (Second Batch)
Author Registration Due: December 15, 2022 (Second Batch)
Camera-Ready Paper Due: December 15, 2022 (Second Batch)
Conference Dates: December 28 - 31, 2022
General Chairs
Hanpin Wang, Guangzhou University, China
Richard Hill, University of Huddersfield, United Kingdom
Aniello Castiglione, University of Naples Parthenope, Italy
Program Chairs
Guojun Wang, Guangzhou University, China
Kim-Kwang Raymond Choo, University of Texas at San Antonio, USA
Jie Wu, Temple University, USA
Ernesto Damiani, Khalifa University, UAE/Universita' degli Studi di Milano, Italy
Publicity Chairs
Carlos Becker Westphall, Federal University of Santa Catarina, Brazil
Scott Fowler, Linkoping University, Sweden
Peter Mueller, IBM Zurich Research Laboratory, Switzerland
Haroon Elahi, Umea University, Sweden
Yulei Wu, University of Exeter, United Kingdom
Xiangyong Liu, Guangzhou University, China
Contact
Please email inquiries concerning UbiSec 2022 to Prof. Guojun Wang: csgjwang AT gmail DOT com and Conference Organizers: UbiSec2022 AT googlegroups.com.
Prof. Guojun Wang, Executive General Chair of UbiSec 2022
http://trust.gzhu.edu.cn/faculty/~csgjwang/
--
Dr. Qin Liu
College of Computer Science and Electronic Engineering
Hunan University
Changsha, Hunan Province,P.R. China, 410082
Mobile: +86-13548577157
Email: gracelq628(a)hnu.edu.cn; gracelq628(a)126.com
Homepage: https://qinliu-hnu.github.io/
*Post-doc hiring in Singapore-French collaborative program Descartes on
Formal Reasoning and AI*
Several Post-doctoral positions are invited in the 5-year research
program Descartes: Intelligent Modeling for Decision-making in Critical
Urban Systems. This program is jointly between National University of
Singapore (NUS), CNRS France, and several organizations in Singapore and
France.
One facet of the program deals with formal reasoning and AI, for which
we are seeking to hire a postdoctoral research fellow. The research work
is on trustworthy AI, intersecting between formal methods and AI. See
https://descartes.cnrsatcreate.cnrs.fr/wp-1-trustworthy-hybrid-ai/
It will focus on one or more of the following research themes:
1.We want to provide /formal /guarantees about the intelligent systems,
considering all possible behaviors. In doing so, combining formal
reasoning with learning processes, we will contribute to the development
of /neuro-symbolic reasoning/. Moving forward from verification, it
would also be critical for autonomous systems to employ self-healing,
subject to adaptations in the environment which includes humans. In this
context, there exist significant opportunities in /automated code
generation and rectification/ using language models, and using formal
reasoning to enhance trust in the generated code.
2.At the same time, the verification of hyper-properties of intelligent
systems has gained importance, with newer techniques for privacy,
robustness and fairness. Formal methods to establish hyper-properties in
intelligent decision-making may thus decompose a high-dimensional input
space into hyper-cubes and calculate the “desired” probabilities of the
hyper-cubes to preserve an overall hyper-property for the entire system.
Alternatively, the probabilistic nature of hyper-properties may be
exploited to establish their validity by adaptively sampling inputs from
a high dimensional space.
3.We will develop deductive reasoning-based explanations of
hyper-property violations (apart from explaining the AI model
predictions), which can then be used by neuro-symbolic reasoning
technique to rectify the AI models so that it can satisfy
fairness/robustness etc. We also plan to study interactive mechanisms
for producing explanations while considering the cognitive load of
understanding the explanations by human users.
The post-doc will work from CREATE Tower on the National University of
Singapore campus which is a leading university in Asia and provides
significant opportunities for career growth, supervised jointly by
French and Singaporean colleagues.
Interested candidates can directly contact the following Lead Principal
Investigators (Lead PIs):
Blaise Genest, CNRS Senior Researcher, https://perso.crans.org/genest/
Abhik Roychoudhury, Provost’s Chair Professor, National University of
Singapore, https://abhikrc.com/
--
-Abhik Roychoudhury
School of Computing
National University of Singapore
https://abhikrc.com
Dear Prospective Authors,
*10th INDIAN CONFERENCE ON LOGIC AND ITS APPLICATIONS*
March 3-5, 2023
IIT Indore, India
https://icla2023.iiti.ac.in/index.html
*SECOND CALL FOR PAPERS*
ALI, the Association for Logic in India, announces the tenth edition of its
biennial International Conference on Logic and its Applications (ICLA), to
be held at the Indian Institute of Technology Indore, from March 3rd to
5th, 2023.
ICLA is a forum for bringing together researchers from a wide variety of
fields in which formal logic plays a significant role, including
mathematicians, philosophers, computer scientists, linguists, logicians
studying foundations of formal logic. A special feature of this conference
is the inclusion of studies in systems of logic in the Indian tradition,
and historical research on logic.
As in the earlier events in this series, we shall have eminent logicians as
invited speakers. Details of the last ICLA (2021) may be found at
https://www.isichennai.res.in/~sujata/icla2021/index.html
*Submission guidelines:*
Authors are invited to submit papers presenting original and unpublished
research in any area of logic and applications. Articles on mathematical
and philosophical logic, foundations and philosophy of mathematics and the
sciences, set theory, history of logic, Indian systems of logic, use of
formal logic in areas of theoretical computer science, formal verification
and artificial intelligence, or on the relationship between logic and other
branches of knowledge, are welcome.
Submissions must be in English and should provide sufficient detail to
allow the programme committee to assess the merits of the paper. The
submission may not exceed 12 pages in Springer-Verlag Lecture Notes LaTeX2e
style. All submissions will be in electronic form and submitted through
Easychair via https://easychair.org/my/conference?conf=icla2023.
If necessary, detailed proofs of technical results can be included in a
clearly marked appendix which may be read at the discretion of the
programme committee. The submission must be a PDF file. Concurrent
submission to journals or to other conferences with proceedings is not
allowed. Submitted papers will be peer-reviewed and accepted papers will be
published in the conference proceedings, which will be made available at
the time of the conference. It is expected that the conference proceedings
will appear as a volume in the Springer Lecture Notes in Computer Science.
For an accepted paper to be included in the proceedings, one of the authors
must commit to presenting the paper at the conference.
*Important dates:*
Deadline for Submission: *2 October 2022*
Notification to Authors: *29 November 2022*
Deadline for camera-ready papers: *16 December 2022*
Conference dates: *3rd - 5th March 2023*
*Programme committee:*
•
*C. Aiswarya, Chennai Mathematical Institute• Mohua Banerjee (co-chair),
IIT Kanpur• Michael Benedikt, University of Oxford• Thomas Colcombet, IRIF•
Laure David, City, University of London• Soma Dutta, University of Warmia
and Mazury• Deepak D'Souza, IISc Bangalore• John Horty, University of
Maryland• Juliette Kennedy, University of Helsinki• Minghui Ma, Sun Yat-Sen
University• Amaldev Manuel, IIT Goa• Luca Motto Ros, University of Turin•
Alessandra Palmigiano, Vrije Universiteit Amsterdam• M. Praveen, Chennai
Mathematical Institute• Prakash Saivasan, IMSc Chennai• H. P.
Sankappanavar, SUNY at New Paltz• Manidipa Sanyal, University of Calcutta•
A. V. Sreejith (co-chair), IIT Goa• Andrzej Szalas, University of Warsaw
and Linkoping University• Giorgio Venturi, Universidade Estadual de
Campinas• Zach Weber, University of Otago*
*Organising committee:*
•
*Md. Aquil Khan, IIT Indore• Somnath Dey, IIT Indore• M. Tanveer, IIT
Indore• Vijay Kumar Sohani, IIT Indore*
*Contact:*
Any queries related to the conference may be sent to the following email
address: icla2023(a)easychair.org.
Regards,
Sreejith and Mohua