We apologize if you receive multiple copies of this notice.
-----------------------------------------------------------------------------
ScalA’17: 8th Workshop on Latest Advances in
Scalable Algorithms for Large-Scale Systems
held in conjunction with the
SC17: The International Conference on High Performance
Computing, Networking, Storage and Analysis
in cooperation with ACM SIGHPC
November 13, 2017, Denver, CO, USA
<http://www.csm.ornl.gov/srt/conferences/Scala/2017>
Novel scalable scientific algorithms are needed in order to enable key
science applications to exploit the computational power of large-scale
systems. This is especially true for the current tier of leading petascale
machines and the road to exascale computing as HPC systems continue to scale
up in compute node and processor core count. These extreme-scale systems
require novel scientific algorithms to hide network and memory latency, have
very high computation/communication overlap, have minimal communication, and
have no synchronization points.
Scientific algorithms for multi-petaflop and exa-flop systems also need to be
fault tolerant and fault resilient, since the probability of faults increases
with scale. Resilience at the system software and at the algorithmic level is
needed as a crosscutting effort. Finally, with the advent of heterogeneous
compute nodes that employ standard processors as well as GPGPUs, scientific
algorithms need to match these architectures to extract the most performance.
This includes different system-specific levels of parallelism as well as
co-scheduling of computation. Key science applications require novel
mathematical models and system software that address the scalability and
resilience challenges of current- and future-generation extreme-scale HPC
systems.
Submission Guidelines
Authors are invited to submit manuscripts in English structured as technical
papers not exceeding 8 letter size (8.5in x 11in) pages including figures,
tables, and references using the ACM format for conference proceedings.
Submissions not conforming to these guidelines may be returned without
review. Reference style files are available at
<http://www.acm.org/sigs/publications/proceedings-templates>.
All manuscripts will be reviewed and judged on correctness, originality,
technical strength, and significance, quality of presentation, and interest
and relevance to the workshop attendees. Submitted papers must represent
original unpublished research that is not currently under review for any
other conference or journal. Papers not following these guidelines will be
rejected without review and further action may be taken, including (but not
limited to) notifications sent to the heads of the institutions of the
authors and sponsors of the conference. Submissions received after the due
date, exceeding length limit, or not appropriately structured may also not
be considered. At least one author of an accepted paper must register for
and attend the workshop. Authors may contact the workshop program chair for
more information. Papers should be submitted electronically at:
<https://easychair.org/conferences/?conf=scala17>.
Full papers will be published with the SC'17 workshop proceedings in the ACM
Digital Library and IEEE Xplore. Selected papers will be invited for an
extended version in a special issue of the Journal of Computational Science
(JoCS).
Important Dates
- Full paper submission: August 28, 2017
- Notification of acceptance: September 11, 2017
- Final paper submission (firm): October 9, 2017
- Workshop/conference early registration: TBD
- Workshop: November 13, 2017
Topics of interest include, but are not limited to:
- Novel scientific algorithms that improve performance, scalability,
resilience, and power efficiency
- Porting scientific algorithms and applications to many-core and
heterogeneous architectures
- Performance and resilience limitations of scientific algorithms and
applications at scale
- Crosscutting approaches (system software and applications) in addressing
scalability challenges
- Scientific algorithms that can exploit extreme concurrency (e.g. 1 billion
for exascale by 2020)
- Naturally fault tolerant, self-healing, or fault oblivious scientific
algorithms
- Programming model and system software support for algorithm scalability and
resilience
Workshop Chairs
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Al Geist, Oak Ridge National Laboratory, USA
- Jack Dongarra, University of Tennessee, Knoxville, USA
Workshop Program Chair
- Christian Engelmann, Oak Ridge National Laboratory, USA
Program Committee
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Hartwig Anzt, University of Tennessee, Knoxville, USA
- Rick Archibald, Oak Ridge National Laboratory, USA
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana Champaign, USA
- Zizhong Chen, University of California, Riverside, USA
- James Elliott, Sandia National Laboratories, USA
- Nahid Emad, University of Versailles SQ, France
- Christian Engelmann, Oak Ridge National Laboratory, USA
- Wilfried Gansterer, University of Vienna, Austria
- Michael Heroux, Sandia National Laboratories, USA
- Kirk E. Jordan, IBM T.J. Watson Research, USA
- Dieter Kranzlmueller, Ludwig-Maximilians-University Munich, Germany
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Piotr Luszczek, University of Tennessee, Knoxville, USA
- Michael Mascagni, Florida State University, USA
- Ron Perrot, University of Oxford, UK
- Yves Robert, ENS Lyon, France
- Stuart Slattery, Oak Ridge National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
We apologize if you receive multiple copies of this call for papers.
--------------------------------------------------------------------------------
10th Workshop on Resiliency in High Performance Computing (Resilience)
in Clusters, Clouds, and Grids
<http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
in conjunction with
the 23rd International European Conference on Parallel and Distributed
Computing (Euro-Par), Santiago de Compostela, Spain,
August 28 - September 1, 2017
<http://europar2017.usc.es>
Overview:
Resilience is a critical challenge as high performance computing (HPC)
systems continue to increase component counts, individual component
reliability decreases (such as due to shrinking process technology and
near-threshold voltage (NTV) operation), and software complexity increases.
Application correctness and execution efficiency, in spite of frequent
faults, errors, and failures, is essential to ensure the success of the
extreme-scale HPC systems, cluster computing environments, Grid computing
infrastructures, and Cloud computing services.
While a fault (e.g., a bug or stuck bit) is the cause of an error, its
manifestation as a state change is considered an error (e.g., a bad value
or incorrect execution), and the transition to an incorrect service is
observed as a failure (e.g., an application abort or system crash). A
failure in a computing system is typically observed through an application
abort or a full/partial service or system outage. A detectable correctable
error is often transparently handled by hardware, such as a single bit flip
in memory that is protected with single-error correction double-error
detection (SECDED) error correcting code (ECC). A detectable uncorrectable
error (DUE) typically results in a failure, such as multiple bit flips in
the same addressable word that escape SECDED ECC correction, but not
detection, and ultimately cause an application abort. An undetectable error
(UE) may result in silent data corruption (SDC), e.g., an incorrect
application output. There are many other types of hardware and software
faults, errors, and failures in computing systems.
Resilience for HPC systems encompasses a wide spectrum of fundamental and
applied research and development, including theoretical foundations, fault
detection and prediction, monitoring and control, end-to-end data integrity,
enabling infrastructure, and resilient solvers and algorithm-based fault
tolerance. This workshop brings together experts in the community to further
research and development in HPC resilience and to facilitate exchanges
across the computational paradigms of extreme-scale HPC, cluster computing,
Grid computing, and Cloud computing.
Submission Guidelines:
Authors are invited to submit papers electronically in English in PDF
format. Submitted manuscripts should be structured as technical papers and
BETWEEN 10 AND 12 PAGES, including figures, tables and references, using
Springer's Lecture Notes in Computer Science (LNCS) format at
<http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0>. Papers with
less than 10 or more than 12 pages will not be accepted due to publisher
guidelines. Submissions should include abstract, key words and the e-mail
address of the corresponding author. Papers not conforming to these
guidelines may be returned without review. All manuscripts will be reviewed
and will be judged on correctness, originality, technical strength,
significance, quality of presentation, and interest and relevance to the
conference attendees. Submitted papers must represent original unpublished
research that is not currently under review for any other conference or
journal. Papers not following these guidelines will be rejected without
review and further action may be taken, including (but not limited to)
notifications sent to the heads of the institutions of the authors and
sponsors of the conference. Submissions received after the due date or not
appropriately structured may also not be considered. The proceedings
will be published in Springer's LNCS as post-conference proceedings. At
least one author of an accepted paper must register for and attend the
workshop for inclusion in the proceedings. Authors may contact the workshop
program chairs for more information.
Important websites:
- Resilience 2017 Website: <http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
- Resilience 2017 Submissions: <https://easychair.org/conferences/?conf=europar2017workshops>
- Euro-Par 2017 website: <http://europar2017.usc.es>
Topics of interest include, but are not limited to:
- Theoretical foundations for resilience:
- Metrics and measurement
- Statistics and optimization
- Simulation and emulation
- Formal methods
- Efficiency modeling and uncertainty quantification
- Fault detection and prediction:
- Statistical analyses
- Machine learning
- Anomaly detection
- Data and information collection
- Visualization
- Monitoring and control for resilience:
- Platform and application monitoring
- Response and recovery
- RAS theory and performability
- Application and platform knobs
- Tunable fidelity and quality of service
- End-to-end data integrity:
- Fault tolerant design
- Degraded modes
- Forward migration and verification
- Fault injection
- Soft errors
- Silent data corruption
- Enabling infrastructure for resilience:
- RAS systems
- System software and middleware
- Programming models
- Tools
- Next-generation architectures
- Resilient solvers and algorithm-based fault tolerance:
- Algorithmic detection and correction of hard and soft faults
- Resilient algorithms
- Fault tolerant numerical methods
- Robust iterative algorithms
- Scalability of resilient solvers and algorithm-based fault tolerance
Important Dates:
- Workshop papers due: May 5, 2017
- Workshop author notification: June 16, 2017
- Workshop early registration: TBD
- Workshop paper (for informal workshop proceedings): July 21, 2017
- Workshop camera-ready papers: October 3, 2017
General Co-Chairs:
- Stephen L. Scott
Senior Research Scientist - Systems Research Team
Tennessee Tech University and Oak Ridge National Laboratory, USA
scottsl(a)ornl.gov
- Chokchai (Box) Leangsuksun,
SWEPCO Endowed Associate Professor of Computer Science
Louisiana Tech University, USA
box(a)latech.edu
Program Co-Chairs:
- Patrick G. Bridges
University of New Mexico, USA
bridges(a)cs.unm.edu
- Christian Engelmann
Oak Ridge National Laboratory , USA
engelmannc(a)ornl.gov
Program Committee:
- Ferrol Aderholdt, Oak Ridge National Laboratory, USA
- Dorian Arnold, University of New Mexico, USA
- Rizwan Ashraf, Oak Ridge National Laboratory, USA
- Wesley Bland, Intel Corporation, USA
- Hans-Joachim Bungartz, Technical University of Munich, Germany
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana-Champaign, USA
- Marc Casas, Barcelona Supercomputer Center, Spain
- Zizhong Chen, University of California at Riverside, USA
- Robert Clay, Sandia National Laboratories, USA
- Miguel Correia, Universidade de Lisboa, Portugal
- Nathan DeBardeleben, Los Alamos National Laboratory, USA
- James Elliott, Sandia National Laboratories, USA
- Kurt Ferreira, Sandia National Laboratories, USA
- Michael Heroux, Sandia National Laboratories, USA
- Saurabh Hukerikar, Oak Ridge National Laboratory, USA
- Dieter Kranzlmueller, Ludwig-Maximilians University of Munich, Germany
- Sriram Krishnamoorthy, Pacific Northwest National Laboratory, USA
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Scott Levy, University of New Mexico, USA
- Kathryn Mohror, Lawrence Livermore National Laboratory, USA
- Christine Morin, INRIA Rennes, France
- Dirk Pflueger, University of Stuttgart, Germany
- Nageswara Rao, Oak Ridge National Laboratory, USA
- Alexander Reinefeld, Zuse Institute Berlin, Germany
- Rolf Riesen, Intel Corporation, USA
- Yves Robert, ENS Lyon, France
- Thomas Ropars, Universite Grenoble Alpes, France
- Martin Schulz, Lawrence Livermore National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
I apologize for any cross-posting of this announcement.
========================================================================================
Int. Workshop on High Performance Computing Systems for Bioinformatics and Life Sciences
(BILIS 2017)
http://hpcs2017.cisedu.info/conference/workshops---hpcs2017/workshop17-bilis
July 17 – July 21, 2017
Genoa, Italy
held in conjunction with
International Conference on High Performance Computing & Simulation (HPCS 2017)
http://hpcs17.cisedu.info/
========================================================================================
* * * CALL FOR PAPERS * * *
EXTENDED Submission Deadline: April 15, 2017
Submissions could be for full papers, short papers, poster papers, or posters
========================================================================================
IMPORTANT DATES
Paper Submissions: --------------------------------- April 15, 2017 - Extended
Acceptance Notification: --------------------------- April 28, 2017
Camera Ready Papers and Registration Due by: ------- May 11, 2017
Conference Dates: --------------------------------- July 17 – 21, 2017
========================================================================================
SCOPE AND OBJECTIVES
Incorporating new advancements of Information Technology (IT) in general and High Performance Computing (HPC) in particular in the domain of Life Sciences and Biomedical Research continues to receive tremendous attention of researchers, biomedical institutions and the rest of the biomedical community. Although medical instruments have benefited a great deal from the technological advances of the couple of decades, the impact of integrating IT advancements in addressing critical problems in biomedical research remains limited and the process of penetrating IT tools in the medical profession continues to be a very challenging problem. For example, the use of electronic medical records and Hospital Information Systems in improving health care remains fragmented. Similarly, the use of advanced computational tools seamlessly in the biomedical research cycle continues to be minimal.
Due to the computational intensive problems in life sciences, the marriage between the Bioinformatics domain and high performance computing is critical to the advancement of Biosciences. In addition, the problems in this domain tend to be highly parallelizable and deal with large datasets, hence using HPC is a natural fit. The Bioinformatics domain is rich in applications that require extracting useful information from very large and continuously growing sequence of databases. Most methods used for analyzing DNA/Protein sequences are known to be computationally intensive, providing motivation for the use of powerful computational systems with high throughput characteristics.
Moreover, high-throughput wet lab platforms such as next generation sequencing, microarray and mass spectrometry, are producing a huge amount of experimental "omics" data. The increasing availability of omics data poses new challenges to bioinformatics applications that need to face in a semi-automatic way an overwhelming availability of raw data. Main challenges regard: 1) the efficient storage, retrieval and integration of experimental data; 2) their efficient and high-throughput preprocessing and analysis; 3) the building of reproducible "in silico" experiments; 4) the integration of analysis results with pre-existing knowledge usually stored into ontologies.
As the storage, preprocessing and analysis of raw experimental data is becoming the main bottleneck of the analysis pipeline, parallel computing is playing an important role in all steps of the life sciences research pipeline, from raw data management and processing, to data integration and analysis, and to data exploration and visualization. Moreover, Cloud Computing is becoming the key technology to hide the complexity of computing infrastructures, to reduce the cost of the data analysis task, and especially to change the overall business model of biomedical research and health provision.
Considering the complex analysis pipeline of the biomedical research, the bottleneck is more and more moving toward the storage, integration, and analysis of experimental data, as well as their correlation and integration with publicly available data banks In such a scenario, large-scale distributed databases and parallel bioinformatics tools are key tools for organizing and exploring biological and biomedical data with the aim to discover new knowledge in biology and medicine.
In the current Information age, further progress of Medical Sciences requires successful integration with Computational and Information Sciences. The workshop attempts to attract innovative ways of how such integration can be achieved via Bioinformatics and Biomedical Informatics research, particularly in taking advantage of the new advancements in HPC systems. The focus of data analysis and data mining tools in biomedical research highlights the current state of research in the key biomedical research areas such as bioinformatics, medical informatics and biomedical imaging. Addressing performance concerns in managing and accessing medical data, while facilitating the ability to integrate and correlate different biomedical databases remains an outstanding problem in biomedical research. The amount of available biomedical data continues to grow in an exponential rate; however, the impact of utilizing such resources remains minimal. The development of innovative tools in HPC environments to integrate, analyze and mine such data sources is a key step towards achieving large impact levels.
The workshop focuses on topics related to the utilization of HPC systems and new models of parallel computing and cloud computing in problems related to Biomedical Informatics and Life Sciences, along with the use of data integration and data mining tools to support biomedical research and Health Care.
The BILIS Workshop topics include (but are not limited to) the following:
HPC for the Analysis of Biological Data
Bioinformatics Tools for Health Care
Parallel Algorithms for Bioinformatics Applications
Ontologies in Biology and Medicine
Integration and Analysis of Molecular and Clinical Data
Parallel Bioinformatics Algorithms
Algorithms and Tools for Biomedical Imaging and Medical Signal Processing
Energy Aware Scheduling Techniques for Large Scale Biomedical Applications
HPC for analyzing Biological Networks
Next Generation Sequencing and Advanced Tools for DNA Assembly
HPC for Gene, Protein/RNA Analysis and Structure Prediction
Identification of Biomarkers
Biomedical Visualization Tools
Efficient Clustering and Classification Algorithms
Correlation Networks in Biomedical Research
Data Mining Techniques in Biomedical Applications
Heterogeneous Data Integration
HPC systems for Ontology and Database Integration
Pattern Recognition and Search Tools in Biological and Clinical Databases
Ubiquitous Medical Knowledge Discovery and Exchange
HPC for Monitoring and Treatment Facilities
Drug Design and Modeling
Computer Assisted Surgery and Medical Procedures
Remote Patient Monitoring, Homecare Applications
Mobile and Wireless Healthcare and Biomedical Applications
Cloud Computing for Bioinformatics, Medicine, and Health Systems
INSTRUCTIONS FOR PAPER SUBMISSIONS
You are invited to submit original and unpublished research works on above and other topics related to HPC for Bioinformatics, Healthcare and Life Sciences. Submitted papers must not have been published or simultaneously submitted elsewhere. For Regular papers, please submit a PDF copy of your full manuscript, not to exceed 8 double-column formatted pages per template, and include up to 6 keywords and an abstract of no more than 400 words. Additional pages will be charged additional fee. Submission should include a cover page with authors' names, affiliation addresses, fax numbers, phone numbers, and all authors email addresses. Please, indicate clearly the corresponding author(s) although all authors are equally responsible for the manuscript. Short papers (up to 4 pages), poster papers and posters (please refer to http://hpcs2017.cisedu.info/1-call-for-papers-and-participation/call-for-po… for posters submission details) will also be considered. Please specify the type of submission you have. Please include page numbers on all preliminary submissions to make it easier for reviewers to provide helpful comments.
Submit a PDF copy of your full manuscript to the workshop organizers via email as attachments to Hesham Ali: hali(a)unomaha.edu, Mario Cannataro: cannataro(a)unicz.it. Acknowledgement will be sent within 48 hours of submission.
Only PDF files will be accepted, uploaded to the submission link above. Each paper will receive a minimum of three reviews. Papers will be selected based on their originality, relevance, significance, technical clarity and presentation, language, and references. Submission implies the willingness of at least one of the authors to register and present the paper, if accepted. At least one of the authors of each accepted paper will have to register and attend the HPCS 2017 conference to present the paper at the workshop.
PROCEEDINGS
Accepted papers will be published in the Conference proceedings. Instructions for final manuscript format and requirements will be posted on the HPCS 2017 Conference web site. It is our intent to have the proceedings formally published in hard and soft copies and be available at the time of the conference. The proceedings is projected to be included in the IEEE or ACM Digital Library and indexed in all major indexing services accordingly.
SPECIAL ISSUE
Plans are underway to have the best papers, in extended version, selected for possible publication in a journal as special issue. Detailed information will soon be announced and will be made available on the conference website.
If you have any questions about paper submission or the workshop, please contact the workshop organizers.
IMPORTANT DATES
Paper Submissions: ------------------------------------ April 15, 2017 - Extended
Acceptance Notification: ------------------------------ April 28, 2017
Camera Ready Papers and Registration Due by: ---------- May 11, 2017
Conference Dates: ------------------------------------ July 17 – 21, 2017
WORKSHOP ORGANIZERS
Prof. Hesham H. Ali
Department of Computer Science
College of Information Science and Technology
University of Nebraska at Omaha
Omaha, NE 68182 USA
Email: hesham(a)unomaha.edu
Prof. Mario Cannataro
Department of Medical and Surgical Sciences
University "Magna Græcia" of Catanzaro
Viale Europa (Località Germaneto)
88100 Catanzaro, Italy
Email: cannataro(a)unicz.it
Call for Poster and Demo:
The 16th IEEE International Symposium on Parallel and Distributed
Processing with Applications (ISPA 2018), 11-13 Dec. 2018, Melbourne,
Australia.
Website: http://www.swinflow.org/confs/2018/ispa/poster.htm
Important Dates:
Deadline for proceedings published posters/demos with display at
conference: 5 October 2018
Notification of Acceptance: 10 October 2018
Final versions of proceeding published posters/demos: 15 October 2018
Deadline for web published posters/demos with display at conference: 30
October 2018
Submissions:
Please email your posters/demos to confs.aus(a)gmail.com with the email
subject as "ISPA 2018 demo poster submission".
Two types of posters and demos are welcome. Both of them will be displayed
during the conference.
1. Proceedings published posters and demos: Submission is a 2-page short
paper describing the post/demo content, research, relevance and importance
to the conference community. If accepted, the 2-page short paper will be
published in the main conference proceedings.
2. Web published posters and demos: Submission is a 1-page extended
abstract. Such posters/demos will not be included in the conference
proceedings, but will be published on the conference website.
---------------
Participants are invited to submit posters and research demos to ISPA 2018.
ISPA 2018 is created to provide a prime international forum for both
researchers, industry practitioners and environment experts to exchange the
latest fundamental advances in the state of the art and practice of
Parallel and Distributed Processing with Applications as well as
joint-venture and synergic research and development across various related
areas. Topics of interest for posters and demos include, but not limited to:
Scope and Topics
(1) Systems and Architectures Track
- Cloud computing and data center technology
- Migration of computations
- Multi-clouds environments, cloud federation, interoperability
- Energy management and Green Computing
- Wireless and mobile networks
- Internet-Of-Things (IoT)
- Social Networks, crowdsourcing, and P2P systems
(2) Technologies and Tools Track
- Building block processors: FPGA, multicore, GPU, NoC, SoC
- Parallel and distributed algorithms
- Tools/environments for parallel/distributed software development
- Novel parallel programming paradigms
- Programming models for cloud services and applications
- Code generation and optimization
- Compilers for parallel computers
- Middleware and tools
- Scheduling and resource management
- Performance simulations, measurement, and evaluations
- Reliability, fault tolerance, dependability, and security
(3) Applications Track
- High-performance scientific and engineering computing
- Grid and cluster computing
- Pervasive and ubiquitous computing
- Databases, data mining, and data management
- Big data and business analytics
- Scientific cloud systems and services
- Internet computing and web services
- Application scenarios of IoT and ubiquitous computing
- Experience with computational, workflow and data-intensive
applications
- Software Defined Networks and its applications
Chairs:
Deepak Puthal, University of Technology Sydney, Australia
Young Choon Lee, Macquarie University, Australia
PostDoc Job Offer : Tweet stream analysis for event detection and tracking
The IDENUM project aims to follow events on twitter. It is a
transdisciplinary regional project among computer science, information
and communication science and industrial partners.
The scientific objectives of the postoc is to create and develop methods
to dynamically follow an event by reformulating the set of keywords to
collect on Twitter. The initial input is a set of keywords describing
the event, eventually a pair of geographic coordinates precising a
rectangular region. Multimodal stream clustering techniques, semantic
resources, text, image, graph embedding methods are some of the covered
domains.
The corpus is composed of tweets with their metadata and attached
images. All this information is to be considered it the dynamic tracking
of events.
We collaborate for this project with information and communication
science who are interested in a more qualitative analysis of events on
social network, focusing on visual and textual representation of the
events.
Your profile:
• PhD degree in computer sciences or engineering.
• Understand and write scientific English
Competences that are good to possess:
o experience in text mining, notions in image processing,
o some French language knowledge
We offer:
- access to world class research facilities
- entering a dynamic and diverse team of highly motivated students
and scientists doing research in an interdisciplinary field.
- a one-year contract
Starting date before February 2019
Term of employment: Fixed-term (CDD)
Location : LIRIS Lab, INSA Lyon, France
--
Elöd EGYED-ZSIGMOND
PhD, Maître de conférences HdR (Associate professor)
Academic Exchange Coordinator
LIRIS / Département Informatique, INSA Lyon
Tél: 00 33 (0)4 72 43 62 97 – Fax : 04 72 43 15 36
email : elod.egyed-zsigmond(a)insa-lyon.fr
URL : http://liris.cnrs.fr/elod.egyed-zsigmond
Hello!
The Head of our laboratory of The Laboratory of Self-organization System
Modeling of The State Scientific Institution "The United Institute of
Informatics Problems of the National Academy of Sciences of Belarus" (UIIP
NASB) received recently letter, were was invitation to participate SRP
Matching and Exploratory Workshop (this letter is like reply on that mail).
I am Veronica Kozhukh, one of ph.d. student in the laboratory, my science
interests are corresponding to the laboratory researches in the field of
self-organization of chaotic dynamic systems. In our department now we are
going to start some new projects and we are interested in finding possible
matches and potential collaborators.
So the main question is if we can participate in SRP Matching and
Exploratory Workshop as scientific laboratory or maybe I can participate as
phd student by my own, and if yes can we have funding opportunities.
Here is links on our institute : http://uiip.bas-net.by/eng/
and laboratory:
http://uiip.bas-net.by/eng/about/laboratories/self_org_system_modeling/inde…
If You have some questions about laboratory or our projects I will be glad
to answer!
Your early reply will be appreciated.
Sincerely,
Veronica Kozhukh
> ********************************************
> To:"Mary Ann Leung, Ph.D." <mleung(a)shinstitute.org>
> REMINDER: Application Deadline Friday, September 21, 2018
>
> Sustainable Research Pathways (SRP) program is accepting applications
> from faculty at US degree granting academic institutions. Come to
> Berkeley Lab to learn about summer research opportunities for you and/or
> your students at a Department of Energy National Laboratory.
>
> SRP Matching and Exploratory Workshop
> To facilitate the possible matching of faculty and/or their students
> with lab research opportunities, selected faculty will be invited to a
> workshop on December 3-4, 2018, at Berkeley Lab. Computing Sciences
> staff and selected faculty applicants will discuss their research
> projects and interests in order to determine possible matches and the
> potential for research collaborations during the summer of 2019.
>
> This workshop, developed under a partnership between Sustainable
> Horizons Institute and Berkeley Lab, is designed for faculty from any US
> degree granting institution, including Minority Serving Institutions
> (MSI) and women’s, liberal arts, and community colleges, which support
> students such as: women, minorities, first generation scholars, and
> people with disabilities as well as those from under-privileged
> backgrounds. Faculty learn about opportunities to engage in
> collaborative, cutting-edge research with Berkeley Lab computing
> scientists. Matched faculty will be invited to apply for summer research
> opportunities at Berkeley lab.
>
> Faculty Benefits
>
> * Pre-workshop webinar
> * Travel funding for Matching and Exploratory Workshop
> * Meetings with Lawrence Berkeley National Laboratory staff to discuss
> possible research collaborations
> * Potential to participate in summer research as:
>
> o Faculty/student teams
> o Students on their own
>
> Preference is given to faculty/student teams
>
> Application requirements and other details can be found at
> http://shinstitute.org/srp-application/
>
> Application deadline: Friday, September 14, 2018
>
> _______________________________________________
> computational.science mailing list
> computational.science(a)lists.iccsa.org
> https://lists.iccsa.org/mailman/listinfo/computational.science
>
> Hosted by Sardina Systems: FishOS: AI-powered OpenStack
> www.sardinasystems.com
>
>
25th IEEE International Conference on
High Performance Computing, Data, and Analytics (HiPC 2018)
December 17-20, 2018
Radisson Blu Hotel
Bengaluru, India
http://www.hipc.org
IMPORTANT DATES
https://hipc.org/news-updates/
- Student Research Symposium (SRS) submission deadline extended to
September 30
- Author Resources with links to CPS author kit to be posted by October 1
- Camera ready deadlines extended for HiPC (October 15) and HiPC Workshops
(October 29)
- Author registration deadlines for HiPC and HiPC Workshops extended to
October 31
- Student Travel Support - application deadline (November 14) and
notification (November 19)
- Radisson Blu special HiPC rates guaranteed for reservations by November 20
- Advance Registration deadline - November 21
------------------------------------------------------------
------------------------------------
CONFERENCE PROGRAM & EVENTS
HiPC 2018 is the 25th edition of the IEEE Conference on High Performance
Computing, Data, and Analytics. It serves as a forum to present current
work by top researchers in the field and to highlight the activities in
Asia in the area of high performance computing and related scientific,
engineering, and commercial applications. To mark 25 years of HiPC, a
special lecture and several celebratory events are planned. The conference
technical program held on days 2, 3 and 4 will showcase three keynote
speakers and three days of single track presentations of 33 peer reviewed
papers from all over the world. Tutorials to be held on December 16 will be
announced shortly.
------------------------------------------------------------
------------------------------------
KEYNOTE SPEAKERS
- Srini Devadas, Massachusetts Institute of Technology
Secure High-Performance Computer Architectures: Challenges and Opportunities
- Marc Snir, University of Illinois at Urbana-Champaign
High-Performance Computing at the end of Moore’s Law
PLENARY PANEL
- Data Centers in India: Challenges and Opportunities:
This session will include senior Government officials in India that are
seeking to invite Cloud service providers to open Data centers in India and
discuss available opportunities. Cloud providers (Amazon, Microsoft,
Google, IBM, and others) will discuss some of the challenges they face with
respect to regulation, guaranteed cheap electricity supply, skills, etc.
The goal is to get broader discussion on important policy issues that help
enable or cripple development of Warehouse scale Data centers in India.
WORKSHOPS
Six workshops to be held on the first day of the conference are planned.
https://hipc.org/workshops/
- Fourth Workshop on Computational Fluid Dynamics (CFD)
- Parallel Fast Fourier Transforms (PFFT) - see September 30 deadline
- Workshop on Artificial Intelligence Meets Blockchain (AIMB)
- First Workshop on the Convergence of High Performance Computing and
Artificial Intelligence (HPC&AI)
- Women in Data Science and High Performance Computing (WDHPC)
- Workshop on Education for High-Performance Computing (EduHiPC)
(Posters only: Submission deadline November 9)
STUDENT RESEARCH SYMPOSIUM
SRS is aimed at stimulating and fostering student research, and providing
an international forum to highlight student research accomplishments. The
symposium will also provide exposure to students in the best practices in
HPC in academia and industry and will feature student posters and provide
students with other enriching experiences, such as workshops, industry
exhibits, and demos. Submission deadline is September 30.
------------------------------------------------------------
------------------------------------
WORKSHOP ON IMPROVING RESEARCH AND PUBLICATION OUTCOMES
HiPC and Microsoft along with IISc invites you to the workshop to be held
at IISc.
Registration and schedule at:
https://www.microsoftevents.com/profile/form/index.cfm?PKfor
mID=0x4887561abcd
Venue:CDS Department
IISc- Indian Institute of Science
CV Raman Rd,
Bengaluru, Karnataka 560012, India
September 21, 2018, 10AM - 4PM
INDUSTRY PARTICIPATION
The conference encourages industry participation in the main technical
program and workshops, as well as the Industry, Research and User Symposium
(IRUS) and vendor exhibition held on days 2 and 3. Various sponsorship
opportunities are available as described at the conference website.
Titanium and Platinum sponsors are also provided a forum to drive Industry
BOF sessions.
------------------------------------------------------------
------------------------------------
General Co-Chairs:
Chiranjib Sur, Shell, India and Yinglong Xia, Huawei Research America, USA
Program Chair, HPC: Olivier Beaumont, Inria, France
Program Chair, Data Science: Srinivas Aluru, Georgia Institute of
Technology, USA
Steering Chair: Viktor K. Prasanna, University of Southern California, USA
------------------------------------------------------------
------------------------------------
SPONSORSHIP
HiPC is co-sponsored by
IEEE Computer Society’s Technical Committee on Parallel Processing (TCPP)
and the HiPC Trust, India
In cooperation with
ACM Special Interest Group on Algorithms and Computation Theory (SIGACT)
ACM Special Interest Group on Computer Architecture (SIGARCH)
IFIP Working Group on Concurrent Systems
Manufacturers’ Association for Information Technology (MAIT)
National Association of Software and Service Companies (NASSCOM)
Industry sponsors & partners include: Microsoft, Intel, NetApp, Google, and
Boston. Visit the HiPC website to see full listing of all industry partners
and exhibitors.
(sorry for cross postings)
**************************************************************************
CALL FOR PAPERS:
Sixth Special Session on High Performance Computing in Modelling and
Simulation (HPCMS)
Within PDP 2019 (www.pdp2019.eu)
The 27th Euromicro International Conference on Parallel, and
Network-Based Computing
Pavia, Italy
13-15 February 2019
https://www.pdp2019.eu/hpcms.html
Extended Deadline: October 5th, 2018
Contact: William Spataro - spataro(a)unical.it
*************************************************************************
AIMS AND SCOPE
The development of models through which computers can simulate the
evolution of artificial and natural systems is fundamental for the
advancement of Science. In the last decades, the increasing power of
computers has allowed to considerably extend the application of
computing methodologies in research and industry, but also to the
quantitative study of complex phenomena. This has permitted a broad
application of numerical methods for differential equation systems
(e.g., FEM, FDM, etc.) on one hand, and the application of alternative
computational paradigms, such as Cellular Automata, Genetic
Algorithms, Neural networks, Swarm Intelligence, etc., on the other.
These latter have demonstrated their effectiveness for modelling
purposes when traditional simulation methodologies have proven to be
impracticable.
Following the success of our past HPCMS workshops we are glad to
invite you to our sixth edition which will take place in Pavia
(Italy).
An important mission of the HPCMS Workshop is to provide a platform
for a multidisciplinary community composed of scholars, researchers,
developers, educators, practitioners and experts from world leading
Universities, Institutions, Agencies and Companies in Computational
Science, and thus in the High Performance Computing for Modelling and
Simulation field.
HPCMS intent is to offer an opportunity to express and confront views
on trends, challenges, and state-of-the art in diverse application
fields, such as engineering, physics, chemistry, biology, geology,
medicine, ecology, sociology, traffic control, economy, etc.
Topics of interest include, but are not limited to, the following:
- High-performance computing in computational science:
intra-disciplinary and multi-disciplinary research applications
- Complex systems modelling and simulation
- Cellular Automata, Genetic Algorithms, Neural networks, Swarm
Intelligence implementations
- Integrated approach to optimization and simulation
- MPI, OpenMP, GPGPU applications in Computational Science
- Optimization algorithms, modelling techniques related to
optimization in Computational Science
- High-performance Software developed to solve science (e.g.,
biological, physical, and social), engineering, medicine, and
humanities problems
- Hardware approaches of high performance computing in modeling and simulation
IMPORTANT DATES
Paper submission: 5 October 2018
Acceptance notification: 15 November 2018
Camera ready due: 15 December 2018
Conference: 13 - 15 February 2019
Submission guidelines
Prospective authors should submit a full paper not exceeding 8 pages
in the IEEE Conference proceedings format (IEEEtran, double-column,
10pt). Double-bind review: the first page of the paper should contain
only the title and abstract; in the reference list, references to the
authors own work should appear as "omitted for blind review" entries.
For submission, please use the following link and select the HPCMS
session: http://www.easychair.org/conferences/?conf=pdp2019
Manuscript submission Publication
All accepted papers will be included in the same volume, published by
the Conference Publishing Services (CPS). The Final Paper Preparation
and Submission Instructions will be published after the notification
of acceptance. Authors of accepted papers are expected to register and
present their papers at the Conference. Conference proceedings will be
submitted for inclusion in Xplore and the CSDL, and for indexing,
among others, to DBLP, Scopus ScienceDirect, and ISI Web of Knowledge.
Special Issue
As for previous editions, organizers of the HPCMS session are planning
a Special Issue of an important international ISI Journal, based on
distinguished papers that will be accepted for the session.
Organizers
William Spataro - University of Calabria, Italy
Georgios Sirakoulis - Democritus University of Thrace, Greece
Giuseppe A. Trunfio - University of Sassari, Italy
Program Committee
Gihan R. Mudalige, University of Warwick, UK
Angelos Amanatiadis, Democritus University of Thrace, Greece
Donato D’Ambrosio, University of Calabria, Italy
Pawel Topa, AGH University of Science and Technology, Poland
Gianluigi Folino, ICAR-CNR, Italy
Lou D’Alotto, York College/CUNY, New York, USA
Alessio De Rango, University of Calabria, Italy
Antonios Gasteratos, Democritus University of Thrace, Greece
Massimo Cafaro, University of Salento, Italy
Mario Cannataro, University Magna Graecia of Catanzaro, Italy
Ioakeim Georgoudas, Democritus University of Thrace, Greece
Marco Beccutti, University of Torino, Italy
Rolf Hoffmann, Darmstadt University, Germany
Ioannis Karafyllidis, Democritus University of Thrace, Greece
Yaroslav Sergeyev, University of Calabria, Italy
Antisthenis Tsompanas, University of the West of England, UK
Rocco Rongo, University of Calabria, Italy
Georgios Sirakoulis, Democritus University of Thrace, Greece
Andrea Giordano, ICAR-CNR, Italy
William Spataro, University of Calabria, Italy
Giuseppe A. Trunfio, University of Sassari, Italy
Marco Villani, University of Modena and Reggio Emilia, Italy
Jaroslaw Was, AGH University of Science and Technology, Poland
Davide Spataro, University of Calabria, Italy
--
°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°
William Spataro
Department of Mathematics & Computer Science
High Performance Computing Center
University of Calabria
I-87036 Arcavacata di Rende (CS)
Italy
Phone(s) : +39.0984.49.3691 / 4875 / 6464
Fax : +39.0984.493570
Member of the OpenCAL Team (https://github.com/OpenCALTeam)
Web: www.mat.unical.it/spataro
Email: spataro(a)unical.it
-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°-°
--
-------------------------------------------------------------------------------
Il banner è generato automaticamente dal servizio di posta elettronica
dell'Università della Calabria
<http://www.unical.it/ammissione>
*Call For Workshops*
The organizers of the 19th IEEE/ACM International Symposium on Cluster,
Cloud and Grid Computing (CCGrid’19) call for proposals for workshops to
be co-located with CCGrid’19. Workshops should provide forums for
discussion among researchers and practitioners on focused topics or
emerging research areas relevant to the community. Organizers may
structure workshops as they see fit, including invited talks, panel
discussions, presentations of work in progress, fully peer-reviewed
papers, or some combination of the above. Workshops could be scheduled
for half a day or a full day, depending on interest, space constraints,
and organizer preference. Organizers should design workshops for
approximately 20-40 participants, to balance impact and effective
discussion.
The peer-reviewed accepted papers of organized workshops will be
published in the CCGrid proceedings. Each paper must have at least two
reviews for being eligible for publication.
**Important Dates**
Deadline for Workshop Proposals September 30, 2018
Notification of Acceptance October 15, 2018
**Chairs**
• Adel Nadjaran Toosi, Monash University, Australia
• Borja Sotomayor, University of Chicago, USA
**Submission Requirements**
http://ccgrid2019.ucy.ac.cy/pages/cfw.html
Final Extension on Call for papers:
The 16th IEEE International Symposium on Parallel and Distributed
Processing with Applications (ISPA 2018), 11-13 Dec. 2018, Melbourne,
Australia.
Website: http://www.swinflow.org/confs/2018/ispa/
Key dates:
Submission Deadline: September 14, 2018 (11:59pm HST, final extension as
requested by some authors.)
Submission site: http://www.swinflow.org/confs/2018/ispa/submission.htm
Publication:
Proceedings will be published by IEEE CS Press.
Special issues:
Distinguished papers will be selected for special issues in Information
Sciences, Future Generation Computer Systems, Journal of Parallel and
Distributed Computing, Concurrency and Computation: Practice and Experience
===========
Introduction
The IEEE ISPA 2018 (16th IEEE International Symposium on Parallel and
Distributed Processing with Applications) is a forum for presenting leading
work on parallel and distributed computing and networking, including
architecture, compilers, runtime systems, applications, reliability,
security, parallel programming models and much more. During the symposium,
scientists and engineers in both academia and industry are invited to
present their work on concurrent and parallel systems (multicore,
multithreaded, heterogeneous, clustered systems, distributed systems,
grids, clouds, and large scale machines).
The 16th IEEE ISPA follows the tradition of previous successful IEEE ISPA
conferences in the years from 2003 to 2017 in Asia, Europe, Australia and
North America. It will feature sessions of regular presentations,
workshops, tutorials and keynote speeches. IEEE ISPA 2018 is sponsored by
the IEEE Technical Committee on Scalable Computing (TCSC) and the IEEE
Computer Society. IEEE ISPA is particularly interested in research
addressing heterogeneous computing with the use of accelerators, mobile
computing, approximate computing, tools and methodologies to improve the
quality of parallel programming and applying generic computing approaches
to networks, in particular Software Defined networking and its
applications.
Scope and Topics
*(1) Systems and Architectures Track*
- Cloud computing and data center technology
- Migration of computations
- Multi-clouds environments, cloud federation, interoperability
- Energy management and Green Computing
- Wireless and mobile networks
- Internet-Of-Things (IoT)
- Social Networks, crowdsourcing, and P2P systems
*(2) Technologies and Tools Track*
- Building block processors: FPGA, multicore, GPU, NoC, SoC
- Parallel and distributed algorithms
- Tools/environments for parallel/distributed software development
- Novel parallel programming paradigms
- Programming models for cloud services and applications
- Code generation and optimization
- Compilers for parallel computers
- Middleware and tools
- Scheduling and resource management
- Performance simulations, measurement, and evaluations
- Reliability, fault tolerance, dependability, and security
*(3) Applications Track*
- High-performance scientific and engineering computing
- Grid and cluster computing
- Pervasive and ubiquitous computing
- Databases, data mining, and data management
- Big data and business analytics
- Scientific cloud systems and services
- Internet computing and web services
- Application scenarios of IoT and ubiquitous computing
- Experience with computational, workflow and data-intensive
applications
- Software Defined Networks and its applications
Submission Guidelines
Submissions must include an abstract, keywords, the e-mail address of the
corresponding author and should not exceed 8 pages for main conference,
including tables and figures in IEEE CS format. The template files for
LATEX or WORD can be downloaded here. All paper submissions must represent
original and unpublished work. Each submission will be peer reviewed by at
least three program committee members. Submission of a paper should be
regarded as an undertaking that, should the paper be accepted, at least one
of the authors will register for the conference and present the work.
Submit your paper(s) in PDF file at the submission site:
http://www.swinflow.org/confs/2018/ispa/submission.htm.
Publications
Accepted and presented papers will be included into the IEEE
Conference Proceedings published by IEEE CS Press. Authors of accepted
papers, or at least one of them, are requested to register and present
their work at the conference, otherwise their papers may be removed from
the digital libraries of IEEE CS and EI after the conference.
Distinguished papers will be selected for special issues in Information
Sciences, Future Generation Computer Systems, Journal of Parallel and
Distributed Computing, Concurrency and Computation: Practice and Experience.
Honorary Chairs
Wanlei Zhou, Deakin University, Australia
Albert Zomaya, The University of Sydney, Australia
General Chairs
Geoffrey Fox, Indiana University, USA
Beniamino Di Martino, Universita' della Campania "Luigi Vanvitelli", Italy
Laurence Yang, St. Francis Xavier University, Canada
Program Chairs
Mianxiong Dong, Muroran Institute of Technology, Japan
Rajiv Ranjan, Newcastle University, UK
Massimo Cafaro, University of Salento, Lecce, Italy
Workshop Chairs
Young Choon Lee, Macquarie University, Australia
Wei Zheng, Xiamen University, China