Solving industrial problems using the Virtual NanoLab: a collaborative approach to translation

Size: px
Start display at page:

Download "Solving industrial problems using the Virtual NanoLab: a collaborative approach to translation"

Transcription

1 Visit us in the exhibitors area at booth 3 Solving industrial problems using the Virtual NanoLab: a collaborative approach to translation Daniele Stradi daniele.stradi@quantumwise.com

2 QuantumWise A/S Founded in 2008 Specialists in simulation software for atomic-scale modelling 30+ full-time employees Subsidiaries in USA and Japan Distributors in China and India Involved in several EU Projects Profitable growth rate no external capital Customers worldwide licenses Academia, R&D centers and industry 25 customers among all the major semiconductor and material companies Main products: o Virtual NanoLab: Atomic scale modelling platform o Atomistix ToolKit: Atomic scale simulation engine 2

3 QuantumWise A/S Founded in 2008 Specialists in simulation software for atomic-scale modelling 30+ full-time employees Subsidiaries in USA and Japan Distributors in China and India Involved in several EU Projects Profitable growth rate no external capital Customers worldwide licenses Academia, R&D centers and industry 25 customers among all the major semiconductor and material companies Main products: o Virtual NanoLab: Atomic-scale modelling platform o Atomistix ToolKit: Atomic-scale simulation engine FORCEFIELD 3

4 QuantumWise A/S as a translator for the industrial R&D market Current status of atomic-scale modelling in the industrial R&D market Still a niche method due to size gap and relatively slow workflow High potential: only method that allows to predict and design new materials from scratch The state-of-the-art is not easily available for use in industrial R&D QW is a facilitator for the integration of atomic scale modelling in R&D We empower our customers by making the state-of-the-art available in an easily accessible simulation package We exploit the expertise of our customers to include the latest developments in atomic scale modelling in our products, and make them available to the R&D community 4

5 QuantumWise A/S as a translator for the industrial R&D market Current status of atomic-scale modelling in the industrial R&D market Still a niche method due to size gap and relatively slow workflow High potential: only method that allows to predict and design new materials from scratch The state-of-the-art is not easily available for use in industrial R&D Role of QuantumWise We empower our end-users by making advanced atomic-scale modelling tools available in an easily accessible simulation package We make atomic-scale modelling valuable for the industrial R&D community by giving easy access to the state-of-the-art in atomic-scale modelling 5

6 QuantumWise A/S as a translator for the industrial R&D market Our industrial customers are leading companies with R&D activities in: o Electronics o Semiconductors o Materials and chemistry They have deep experts with domain knowledge in atomic-scale modelling o They know which methods to apply to their research activities o They lack technical knowledge to develop these methods o They lack resources to implement these methods in a usable software 6

7 QuantumWise A/S as a translator for the industrial R&D market Our industrial customers are leading companies with R&D activities in: o Electronics o Semiconductors o Materials and chemistry Typical industrial end-user profile Recognized expert with deep knowledge of atomic-scale modelling Knows which methods to apply to its research activities Lacks technical knowledge to develop properly these methods Lacks resources to implement these methods in a usable software 7

8 Translation at QuantumWise Common questions from end-users Which features in VNL can I use to model this property at the atomic scale? Does VNL have this feature, which I want to use for my research in atomic-scale modelling? End-users want new features and they want them to be easy-to-use 8

9 Translation at QuantumWise Common questions from end-users Which features in VNL can I use to model this property at the atomic scale? Does VNL have this feature, which I want to use for my research in atomic-scale modelling? End-users want new features and they want them to be easy to use 9

10 Translation at QuantumWise Translators help end-users to find the best solution for their research in atomic-scaled modelling Understand if that feature is really what the customer need Propose alternatives, if better solutions exist Discuss feasibility of implementation Guide the user in using correctly the VNL features Tipical profile of a translator at QuantumWise: Recognised expert in one or multiple fields of atomic-scale modelling PhD in physics, chemistry or material science Previous experience as researcher in the academic or industrial R&D sectors Broad knowledge of atomic-scale modeling methods and softwares 10

11 Translation at QuantumWise Translators help end-users to find the best solution for their research in atomic-scaled modelling Understand if that feature is really what the customer need Propose alternatives, if better solutions exist Discuss feasibility of implementation Guide the user in using correctly the VNL features Tipical profile of a translator at QuantumWise Recognised expert in one or multiple fields of atomic-scale modelling PhD in physics, chemistry or material science Previous experience as researcher in the academic or industrial R&D sectors Broad knowledge of atomic-scale modeling methods and softwares 11

12 Translation at QuantumWise Translation approach Strongly focussed on direct communication between translator and end-user Iterative approach to problem-solving Extensive support to the end-user during the entire process Driven by customer satisfaction 12

13 Case 1: Implementation of new interatomic potentials 13

14 Implementation of interatomic potentials The customer needed new interatomic potentials to model chemically complex glasses using classical molecular dynamics* Interatomic potentials must be used to describe the interactions between all the elements: r AB r BC r AC *ATK-ForceField [arxiv: ] is developed in collaboration with Fraunhofer SCAI 14

15 Implementation of interatomic potentials The customer needed new interatomic potentials to model chemically complex glasses using classical molecular dynamics* Interatomic potentials must be used to describe the interactions between all the elements: r AB r BC r AC Time-consuming implementation and validation of new potentials is provided by QuantumWise *ATK-ForceField [arxiv: ] is developed in collaboration with Fraunhofer SCAI 15

16 Implementation of interatomic potentials: prototyping and validation ATK uses a convenient Python-based scripting interface: NanoLanguage Easy implementation of prototypes as external ATKPython scripts: from NanoLanguage import * potentialset = TremoloXPotentialSet('CustomPotential') potentialset.addparticletype(particletype(symbol='o', mass= *atomic_mass_unit, charge=-1.098)) potentialset.addparticletype(particletype(symbol='ti', mass=47.867*atomic_mass_unit, charge=2.196)) potentialset.addpotential(tosifumipotential(particletype1='o', particletype2='ti', A= *kiloJoulePerMol, B= *Angstrom**-1, sigma=2.8171*angstrom, C=1215.0*kiloJoulePerMol*Angstrom**6, D=0.0*eV*Angstrom**8, r_i=6.0*angstrom, r_cut=7.5*angstrom)) # # Calculator # from potential import potentialset calculator = TremoloXCalculator(parameters=potentialSet) bulk_configuration.setcalculator(calculator) bulk_configuration.update() [...] Ready-to-use scripts are sent to the customer for preliminary assestment Validation on selected test systems with direct user support by QW 16

17 Implementation of interatomic potentials: prototyping and validation ATK uses a convenient Python-based scripting interface: NanoLanguage Easy implementation of prototypes as external NanoLanguage scripts: from NanoLanguage import * potentialset = TremoloXPotentialSet('CustomPotential') potentialset.addparticletype(particletype(symbol='o', mass= *atomic_mass_unit, charge=-1.098)) potentialset.addparticletype(particletype(symbol='ti', mass=47.867*atomic_mass_unit, charge=2.196)) potentialset.addpotential(tosifumipotential(particletype1='o', particletype2='ti', A= *kiloJoulePerMol, B= *Angstrom**-1, sigma=2.8171*angstrom, C=1215.0*kiloJoulePerMol*Angstrom**6, D=0.0*eV*Angstrom**8, r_i=6.0*angstrom, r_cut=7.5*angstrom)) # # Calculator # from potential import potentialset calculator = TremoloXCalculator(parameters=potentialSet) bulk_configuration.setcalculator(calculator) bulk_configuration.update() [...] Ready-to-use scripts are sent to the customer for preliminary assestment Validation on selected test systems with direct user support by QW 17

18 Implementation of interatomic potentials: prototyping and validation ATK uses a convenient Python-based scripting interface: NanoLanguage Easy implementation of prototypes as external NanoLanguage scripts: from NanoLanguage import * potentialset = TremoloXPotentialSet('CustomPotential') potentialset.addparticletype(particletype(symbol='o', mass= *atomic_mass_unit, charge=-1.098)) potentialset.addparticletype(particletype(symbol='ti', mass=47.867*atomic_mass_unit, charge=2.196)) potentialset.addpotential(tosifumipotential(particletype1='o', particletype2='ti', A= *kiloJoulePerMol, B= *Angstrom**-1, sigma=2.8171*angstrom, C=1215.0*kiloJoulePerMol*Angstrom**6, D=0.0*eV*Angstrom**8, r_i=6.0*angstrom, r_cut=7.5*angstrom)) # # Calculator # from potential import potentialset calculator = TremoloXCalculator(parameters=potentialSet) bulk_configuration.setcalculator(calculator) bulk_configuration.update() [...] Ready-to-use scripts are sent to the customer for preliminary assestment Validation on selected test systems with direct user support by QW 18

19 Implementation of interatomic potentials: general release If the new feature satisfies the customer needs, it is implemented as a built-in feature in the next software release: 19

20 Case 2: Integration of external plugins 20

21 Integration of external plugins The customer requested state-of-the-art methods to model crystallization and nucleation Crystallization and nucleation are rare events, that is, slow processes occuring over long time scales Dedicated methods are needed to enable the simulation of rare events Metadynamics is the best among the available methods to simulate the dynamics of rare event in terms of performance and usability 21

22 Integration of external plugins The customer requested state-of-the-art methods to model crystallization and nucleation Crystallization and nucleation are rare events, that is, slow processes occuring over long time scales Dedicated methods are needed to enable the simulation of rare events Metadynamics is the best among the available methods to simulate the dynamics of rare event in terms of performance and usability 22

23 Integration of external plugins: cost-effective implementation Implementation from scratch Unfeasible for the available budget Cost-effective solution: Python interface between ATK and the external plugin : o Widely used in the scientific community o Free software released under LGPL o High value: interface requires less than 250 lines of code Implementation of the Python interface feasible for the available budget 23

24 Integration of external plugins: cost-effective implementation Implementation from scratch Unfeasible for the available budget Cost-effective solution: Python interface between ATK and the external plugin : o Widely used in the scientific community o Free software released under LGPL o High value: interface requires less than 250 lines of code Implementation of the Python interface feasible for the available budget 24

25 Integration of external plugins: cost-effective implementation Implementation from scratch Unfeasible for the available budget Cost-effective solution: Python interface between ATK and the external plugin : o Widely used in the scientific community o Free software released under LGPL o High value: interface requires less than 250 lines of code Implementation of the Python interface feasible for the available budget 25

26 Integration of external plugins: general release General release for all customers in ATK 2017 Documented on docs.quantumwise.com: Upcoming tutorial on docs.quantumwise.com: Vacancy diffusion on Cu(111) using metadynamics 26

27 Integration of external plugins: general release General release for all customers in ATK 2017 Documented at docs.quantumwise.com: Upcoming tutorial on docs.quantumwise.com: Vacancy diffusion on Cu(111) using metadynamics 27

28 Integration of external plugins: general release General release for all customers in ATK 2017 Documented at docs.quantumwise.com: Advanced tutorial available at docs.quantumwise.com: Vacancy diffusion on Cu(111) using metadynamics 28

29 Conclusions Iterative collaboration between the customers and QuantumWise is the key to enable effective translation of new features in ATK. Feedback from the customers is the main driving force to the implementation of new features and methods in ATK. Next QuantumWise E-MRS Fall Meeting 2017 EMMC Tutorial (Room 213 FMB): Hands-on session on QuantumWise software VNL and ATK Talk 1: Petr Khomyakov - Temperature effect on tunnelling magnetoresistance in Fe MgO Fe junctions (Tuesday, 11:50 a.m., Symposium F.5.3): Talk 2: Daniele Stradi - Efficient ab-initio device simulations including electron-phonon scattering and temperature effects (Tuesday, 15:15 p.m., Symposium L.1.5): Visit us in the exhibitors area at booth 3 29

Surrey Knowledge Transfer Account

Surrey Knowledge Transfer Account Surrey Knowledge Transfer Account Innovation Powered. Innovation Powered Innovation is vital if the UK is to remain competitive on the world stage. The University of Surrey has a track record of successful

More information

American Chemical Society The ACS International Center

American Chemical Society The ACS International Center American Chemical Society The ACS International Center Introduction American Chemical Society (ACS) ACS Vision: Improving people s lives through the transforming power of chemistry ACS Mission: Advance

More information

CODE OF INNOVATION CREATING TOMORROW S SOLUTIONS

CODE OF INNOVATION CREATING TOMORROW S SOLUTIONS CREATING TOMORROW S SOLUTIONS TABLE OF CONTENTS Principles 1 Innovation through R&D 2 Collaborations 3 Innovation Awards 4 Patents 5 Innovation Management 6 Innovation Environment 7 Contacts 2 from 7 PRINCIPLES

More information

D8.1 PROJECT PRESENTATION

D8.1 PROJECT PRESENTATION D8.1 PROJECT PRESENTATION Approval Status AUTHOR(S) NAME AND SURNAME ROLE IN THE PROJECT PARTNER Daniela De Lucia, Gaetano Cascini PoliMI APPROVED BY Gaetano Cascini Project Coordinator PoliMI History

More information

Use of Patent Landscape Reports for Commercial Activities

Use of Patent Landscape Reports for Commercial Activities Use of Patent Landscape Reports for Commercial Activities Gerhard Fischer Intellectual Property Dept Information Research WIPO Regional Workshop on Patent Analytics, Rio de Janeiro, August 26 to 28, 2013

More information

ADDING VALUE TO YOUR BUSINESS

ADDING VALUE TO YOUR BUSINESS Developed by experts made for tooling Uddeholm AM Corrax ADDING VALUE TO YOUR BUSINESS #1 IN HIGH PERFORMANCE TOOL STEEL With pioneering research and development, innovative thinking and deep commitment,

More information

Projects and Partners Working with Chalcogenide Advanced Manufacturing Partnership (ChAMP)

Projects and Partners Working with Chalcogenide Advanced Manufacturing Partnership (ChAMP) Projects and Partners Working with Chalcogenide Advanced Manufacturing Partnership (ChAMP) Dr John Lincoln Industrial Liaison Officer j.lincoln@soton.ac.uk March 2015 ChAMP Aims Establish world leading

More information

THE FUTURE EUROPEAN INNOVATION COUNCIL A FULLY INTEGRATED APPROACH

THE FUTURE EUROPEAN INNOVATION COUNCIL A FULLY INTEGRATED APPROACH FRAUNHOFER-GESELLSCHAFT ZUR FÖRDERUNG DER ANGEWANDTEN FORSCHUNG E.V. THE FUTURE EUROPEAN INNOVATION COUNCIL A FULLY INTEGRATED APPROACH Brussels, 30/08/207 Contact Fraunhofer Department for the European

More information

Quantum Design Japan. Introducing Advanced Technology to Japan

Quantum Design Japan. Introducing Advanced Technology to Japan Introducing Advanced Technology to Japan Profile Incorp. date: July 1, 1997 Ownership: Business: Offices: Employees: Revenue: < $25M Address: Subsidiary of Quantum Design www.qdusa.com Sales and service

More information

Structural Biology EURO STRUCTURAL BIOLOGY Theme: Exploring the Future Advancements in Structural and Molecular Biology. 15 th World Congress on

Structural Biology EURO STRUCTURAL BIOLOGY Theme: Exploring the Future Advancements in Structural and Molecular Biology. 15 th World Congress on 15 th World Congress on Structural Biology November 19-20, 2018 Paris, France Theme: Exploring the Future Advancements in Structural and Molecular Biology Invitation Dear Attendees, We are glad to announce

More information

Joint Collaborative Project. between. China Academy of Aerospace Aerodynamics (China) and University of Southampton (UK)

Joint Collaborative Project. between. China Academy of Aerospace Aerodynamics (China) and University of Southampton (UK) Joint Collaborative Project between China Academy of Aerospace Aerodynamics (China) and University of Southampton (UK) ~ PhD Project on Performance Adaptive Aeroelastic Wing ~ 1. Abstract The reason for

More information

Great Minds. Internship Program IBM Research - China

Great Minds. Internship Program IBM Research - China Internship Program 2017 Internship Program 2017 Jump Start Your Future at IBM Research China Introduction invites global candidates to apply for the 2017 Great Minds internship program located in Beijing

More information

Building National Infrastructure for Supporting Technology Transfer in Slovakia

Building National Infrastructure for Supporting Technology Transfer in Slovakia Building National Infrastructure for Supporting Technology Transfer in Slovakia Dr. Shearman Adriana Department of Technology Transfer/TTC Slovak Centre of Scientific and Technical Information Lamačská

More information

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018.

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018. Research Intern Director of Research We are seeking a summer intern to support the team to develop prototype 3D sensing systems based on state-of-the-art sensing technologies along with computer vision

More information

Higher School of Economics, Vienna

Higher School of Economics, Vienna Open innovation and global networks - Symposium on Transatlantic EU-U.S. Cooperation on Innovation and Technology Transfer 22nd of March 2011 - Dr. Dirk Meissner Deputy Head and Research Professor Research

More information

INDUSTRY & INSTITUTION ENGAGEMENT 2017 EVENT ANALYSIS

INDUSTRY & INSTITUTION ENGAGEMENT 2017 EVENT ANALYSIS INDUSTRY & INSTITUTION ENGAGEMENT 2017 EVENT ANALYSIS CONTENTS 2 Introduction 3 Highlights 4 Event Analysis 10 Recommendation Prepared by Industry and Institution Engagement (I2E) 1 I2E Event INTRODUCTION

More information

Smart Materials and Structures

Smart Materials and Structures 7 th International conference on Smart Materials and Structures conferenceseries.com July 2-3, 2018 Vienna, Austria Dear Attendees, Invitation We are glad to announce the 7 th International conference

More information

- The experience and relevance of EU SMEs support in Asia-

- The experience and relevance of EU SMEs support in Asia- EU-Japan Centre for Industrial Cooperation 日欧産業協力センター EU policy and instruments for innovation and SMEs internationalization - The experience and relevance of EU SMEs support in Asia- Dr. Silviu Jora,

More information

Catapult Network Summary

Catapult Network Summary Catapult Network Summary 2017 TURNING RESEARCH AND INNOVATION INTO GROWTH Economic impact through turning opportunities into real-world applications The UK s Catapults harness world-class strengths in

More information

LIVING LAB OF GLOBAL CHANGE RESEARCH

LIVING LAB OF GLOBAL CHANGE RESEARCH LIVING LAB OF GLOBAL CHANGE RESEARCH PhD Tanja Suni, Secretary General Future Earth Finland www.futureearthfinland.fi OUTLINE Our pilot Answers to session questions Lessons learned IMPROVING UTILISATION

More information

Software Life Cycle Models

Software Life Cycle Models 1 Software Life Cycle Models The goal of Software Engineering is to provide models and processes that lead to the production of well-documented maintainable software in a manner that is predictable. 2

More information

EXPERTISE BEYOND CONTROLS

EXPERTISE BEYOND CONTROLS EXPERTISE BEYOND CONTROLS CCC is dedicated to providing the most powerful, efficient, reliable turbomachinery controls available - and the expert service to back them up - today, tomorrow, and in the decades

More information

Moldflow Summit 2018 Schneider Electric Implementation of Upfront Simulation with Moldflow Adviser

Moldflow Summit 2018 Schneider Electric Implementation of Upfront Simulation with Moldflow Adviser Moldflow Summit 2018 Schneider Electric Implementation of Upfront Simulation with Moldflow Adviser Silvestre Cano Rheology Domain Leader Schneider Electric Justin Courter Designated Support Specialist

More information

Nature Research portfolio of journals and services. Joffrey Planchard

Nature Research portfolio of journals and services. Joffrey Planchard Nature Research portfolio of journals and services Joffrey Planchard 1 Springer Nature 1.0 Three main structural branches 2 Uniting some of the best brands in our field 3 4 Three main academic publishing

More information

Silicon Nanowires. Tutorial. Version 2015.dev

Silicon Nanowires. Tutorial. Version 2015.dev Silicon Nanowires Tutorial Version 2015.dev Silicon Nanowires: Tutorial Version 2015.dev Copyright 2008 2015 QuantumWise A/S Atomistix ToolKit Copyright Notice All rights reserved. This publication may

More information

CCC is dedicated to providing the most powerful, efficient, intuitive turbomachinery controls available - and the expert service to back them up -

CCC is dedicated to providing the most powerful, efficient, intuitive turbomachinery controls available - and the expert service to back them up - CCC is dedicated to providing the most powerful, efficient, intuitive turbomachinery controls available - and the expert service to back them up - today, tomorrow, and in the decades to come. As our world

More information

SLIDE FOR DISCUSSION NICOLE & KATE

SLIDE FOR DISCUSSION NICOLE & KATE SLIDE FOR DISCUSSION NICOLE & KATE Outline presentation Tuesday December 4 th at 1PM Hawaii time (?) 14 th US Japan Workshop on the improvement of structural design & construction practices Session 3:

More information

ESA EO Programmes for CM16. Introduction to proposed programmes. Industry Consultation Workshop ESRIN, Frascati, 7 June 2016

ESA EO Programmes for CM16. Introduction to proposed programmes. Industry Consultation Workshop ESRIN, Frascati, 7 June 2016 ESA EO Programmes for CM16 Introduction to proposed programmes Industry Consultation Workshop ESRIN, Frascati, 7 June 2016 Earth Observation @ CM16 Optional programmes EOEP-5 (new period of an on-going

More information

Meeting F&E Konsortien Bern 14 September Olivier Küttel, Director Euresearch

Meeting F&E Konsortien Bern 14 September Olivier Küttel, Director Euresearch Meeting F&E Konsortien Bern 14 September 2010 Olivier Küttel, Director Euresearch Content FP7 and Joint Technology Platforms Enterprise Europe Network Strategy of Euresearch 2011-2013 Discussion Euresearch

More information

executives are often viewed to better understand the merits of scientific over commercial solutions.

executives are often viewed to better understand the merits of scientific over commercial solutions. Key Findings The number of new technology transfer licensing agreements earned for every $1 billion of research expenditure has fallen from 115 to 109 between 2004 and. However, the rate of return for

More information

Company profile... 4 Our Teams... 4 E&P Software Solutions Software Technical and Software Support Training...

Company profile... 4 Our Teams... 4 E&P Software Solutions Software Technical and Software Support Training... Company profile... 4 Our Teams... 4 E&P Software Solutions... 4 2.1 Software... 5 2.2 Technical and Software Support... 6 2.3 Training... 6 3.1 Privileged Access to State of the Art Technology... 7 3.2

More information

Translational scientist competency profile

Translational scientist competency profile C-COMEND Competency profile for Translational Scientists C-COMEND is a two-year European training project supported by the Erasmus plus programme, which started on November 1st 2015. The overall objective

More information

CDP-EIF ITAtech Equity Platform

CDP-EIF ITAtech Equity Platform CDP-EIF ITAtech Equity Platform New financial instruments to support technology transfer in Italy TTO Circle Meeting, Oxford June 22nd 2017 June, 2017 ITAtech: the "agent for change" in TT landscape A

More information

About NEC. Co-creation. Highlights for social value creation. Telecommunications. Safety. Internet of Things. AI/Big Data.

About NEC. Co-creation. Highlights for social value creation. Telecommunications. Safety. Internet of Things. AI/Big Data. About NEC Company Name NEC Corporation Head Office 7-1, Shiba 5-chome Minato-ku, Tokyo 108-8001 Japan Phone: +81-3-3454-1111 Established July 17, 1899 Representative Directors: Chairman of the Board Nobuhiro

More information

Face the future of manufacturing. Visitor information

Face the future of manufacturing. Visitor information Connecting Global Competence Face the future of manufacturing Visitor information The Leading Exhibition for Smart Automation and Robotics June 19 22, 2018 Munich automatica-munich.com automatica. Our

More information

Victor O. Matthews (Ph.D)

Victor O. Matthews (Ph.D) Victor O. Matthews (Ph.D) Department of Electrical/ Information Engineering CU EXECUTIVE ADVANCE 2016 ATTAINMENT OF VISION 10:2022 WHAT IS INNOVATION? CU EXECUTIVE ADVANCE 2016 ATTAINMENT OF VISION 10:2022

More information

Foundations for Knowledge Management Practices for the Nuclear Fusion Sector

Foundations for Knowledge Management Practices for the Nuclear Fusion Sector Third International Conference on Nuclear Knowledge Management. Challenges and Approaches IAEA headquarter, Vienna, Austria 7 11 November 2016 Foundations for Knowledge Management Practices for the Nuclear

More information

WFEO STANDING COMMITTEE ON ENGINEERING FOR INNOVATIVE TECHNOLOGY (WFEO-CEIT) STRATEGIC PLAN ( )

WFEO STANDING COMMITTEE ON ENGINEERING FOR INNOVATIVE TECHNOLOGY (WFEO-CEIT) STRATEGIC PLAN ( ) WFEO STANDING COMMITTEE ON ENGINEERING FOR INNOVATIVE TECHNOLOGY (WFEO-CEIT) STRATEGIC PLAN (2016-2019) Hosted by The China Association for Science and Technology March, 2016 WFEO-CEIT STRATEGIC PLAN (2016-2019)

More information

GENEVA COMMITTEE ON DEVELOPMENT AND INTELLECTUAL PROPERTY (CDIP) Fifth Session Geneva, April 26 to 30, 2010

GENEVA COMMITTEE ON DEVELOPMENT AND INTELLECTUAL PROPERTY (CDIP) Fifth Session Geneva, April 26 to 30, 2010 WIPO CDIP/5/7 ORIGINAL: English DATE: February 22, 2010 WORLD INTELLECTUAL PROPERT Y O RGANI ZATION GENEVA E COMMITTEE ON DEVELOPMENT AND INTELLECTUAL PROPERTY (CDIP) Fifth Session Geneva, April 26 to

More information

Using Web2.0 to share and advance knowledge in the SET community

Using Web2.0 to share and advance knowledge in the SET community Using Web2.0 to share and advance knowledge in the SET community Christophe Gobel Head of IET.tv 28 May 2008 IET Key Facts Formed through merger of IEE and IIE World s second largest engineering society

More information

Information Systemss and Software Engineering. Computer Science & Information Technology (CS)

Information Systemss and Software Engineering. Computer Science & Information Technology (CS) GATE- 2016-17 Postal Correspondence 1 Information Systemss and Software Engineering Computer Science & Information Technology (CS) 20 Rank under AIR 100 Postal Correspondence Examination Oriented Theory,

More information

Exploring the full potential of Industry 4.0 in plastics processing

Exploring the full potential of Industry 4.0 in plastics processing INSTITUT FÜR KUNSTSTOFFVERARBEITUNG IN INDUSTRIE UND HANDWERK AN DER RWTH AACHEN Exploring the full potential of Industry 4.0 in plastics processing Joint potential analysis and readiness study (Arburg)

More information

Annual Report 2010 COS T SME. over v i e w

Annual Report 2010 COS T SME. over v i e w Annual Report 2010 COS T SME over v i e w 1 Overview COST & SMEs This document aims to provide an overview of SME involvement in COST, and COST s vision for increasing SME participation in COST Actions.

More information

MECH Materials Science. MECH Materials Science. What is Material? Oils, gases, pharmaceuticals :. Iron, copper, polymers, cement:..

MECH Materials Science. MECH Materials Science. What is Material? Oils, gases, pharmaceuticals :. Iron, copper, polymers, cement:.. MECH 221 - Materials Science DEPT. OF MECH. IND. & AERO ENG. MECH 221 - Materials Science LECTURES: Wed and Fri H-531 from 10:15 to 11:30 am Instructor: Dr. Mamoun Medraj, P.Eng e-mail: mmedraj@encs.concordia.ca

More information

9 Vaccine SMEs' Needs

9 Vaccine SMEs' Needs 9 Vaccine SMEs' Needs As in most innovative sectors, SMEs play a critical role in bridging basic discoveries from academic research to clinical development 36. This could be seen over the last decade with

More information

What are the living labs and how to create one? Intgen Project Meeting The 4th June 2015 Dr. Lauri Tuomi

What are the living labs and how to create one? Intgen Project Meeting The 4th June 2015 Dr. Lauri Tuomi What are the living labs and how to create one? Intgen Project Meeting The 4th June Dr. Lauri Tuomi Content of the presentation Open Innovation and Living Labs world wide Open Living Lab cases Conclusions

More information

Multidisciplinary education for a low-carbon society. Douglas Halliday, Durham University, UK

Multidisciplinary education for a low-carbon society. Douglas Halliday, Durham University, UK Multidisciplinary education for a low-carbon society Douglas Halliday, Durham University, UK d.p.halliday@durham.ac.uk The City of Durham Overview Durham University www.dur.ac.uk/dei Durham Energy Institute

More information

[PYTHON] The Python programming language and all associated documentation is available via anonymous ftp from: ftp.cwi.nl. [DIVER] R. Gossweiler, C.

[PYTHON] The Python programming language and all associated documentation is available via anonymous ftp from: ftp.cwi.nl. [DIVER] R. Gossweiler, C. [PYTHON] The Python programming language and all associated documentation is available via anonymous ftp from: ftp.cwi.nl. [DIVER] R. Gossweiler, C. Long, S. Koga, R. Pausch. DIVER: A Distributed Virtual

More information

Regional Space Health Information Sessions

Regional Space Health Information Sessions Canadian Space Agency Regional Space Health Information Sessions Summary Report Held between October 11 and November 10, 2017 in Halifax, Montreal, Toronto, Calgary and Vancouver Summary From October 11

More information

JURY BOARD BUSINESS/INVESTMENT. Pascal BECACHE Founding President, PBS, Healthcare Industry STRATEGY/BUSINESS

JURY BOARD BUSINESS/INVESTMENT. Pascal BECACHE Founding President, PBS, Healthcare Industry STRATEGY/BUSINESS Hosted by : Pascal BECACHE Founding President, PBS, Healthcare Industry INNOLABS IDEAS CONTEST 21 st -22 nd June, Paris JURY BOARD BUSINESS/INVESTMENT Pascal is a seasoned executive with GM and Sales VP

More information

1 Summary. 1.1 Project Context. 1.2 Project Objectives

1 Summary. 1.1 Project Context. 1.2 Project Objectives 1 Summary 1.1 Project Context The information gap between virtual product and manufacturing engineering and the physical start of production is a fundamental problem for European manufacturers. Knowledge

More information

Pre-commercial procurement in robotics HORIZON ICT 27(d)

Pre-commercial procurement in robotics HORIZON ICT 27(d) Pre-commercial procurement in robotics HORIZON 2020 - ICT 27(d) Athens 19 October 2016 EU robotics funding background About 20 new projects launched every year 70m 80m funding for new projects per year

More information

KM, a key empowerment tool of innovation in multinational companies Dr. Sabri MOURAD

KM, a key empowerment tool of innovation in multinational companies Dr. Sabri MOURAD Deckblatt KM, a key empowerment tool of innovation in multinational companies By Dr. Sabri MOURAD mourasab@yahoo.fr Get acquainted! Sabri MOURAD Qualifications Mechanical Engineer degree from the Engineering

More information

Canada s Intellectual Property (IP) Strategy submission from Polytechnics Canada

Canada s Intellectual Property (IP) Strategy submission from Polytechnics Canada Canada s Intellectual Property (IP) Strategy submission from Polytechnics Canada 170715 Polytechnics Canada is a national association of Canada s leading polytechnics, colleges and institutes of technology,

More information

Licensing, Transfer of Ownership and Dispute Resolution - Commercialization of Intellectual Property Generated in International R&D Projects

Licensing, Transfer of Ownership and Dispute Resolution - Commercialization of Intellectual Property Generated in International R&D Projects Licensing, Transfer of Ownership and Dispute Resolution - Commercialization of Intellectual Property Generated in International R&D Projects Roundtable Discussion: Experience in IP Exploitation, Valuation

More information

April 2015 newsletter. Efficient Energy Planning #3

April 2015 newsletter. Efficient Energy Planning #3 STEEP (Systems Thinking for Efficient Energy Planning) is an innovative European project delivered in a partnership between the three cities of San Sebastian (Spain), Bristol (UK) and Florence (Italy).

More information

Smart Cities and Infrastructure

Smart Cities and Infrastructure Smart Cities and Infrastructure Introduction of the Issues Paper Mr. Arun Jacob Science and Technology Section UNCTAD United Nations Commission on Science and Technology for Development, Inter-sessional

More information

» Facing the Smart Future «

» Facing the Smart Future « Industrie 4.0 Internet of Things» Facing the Smart Future «Smart Products, Production and Services Internet of Services Industrial Internet Digital Manufacturing Call for Partners: Consortium Study Our

More information

Automated Test Summit 2005 Keynote

Automated Test Summit 2005 Keynote 1 Automated Test Summit 2005 Keynote Trends and Techniques Across the Development Cycle Welcome to the Automated Test Summit 2005. Thank you all for joining us. We have a very exciting day full of great

More information

University of Queensland. Research Computing Centre. Strategic Plan. David Abramson

University of Queensland. Research Computing Centre. Strategic Plan. David Abramson Y University of Queensland Research Computing Centre Strategic Plan 2013-2018 David Abramson EXECUTIVE SUMMARY New techniques and technologies are enabling us to both ask, and answer, bold new questions.

More information

The main recommendations for the Common Strategic Framework (CSF) reflect the position paper of the Austrian Council

The main recommendations for the Common Strategic Framework (CSF) reflect the position paper of the Austrian Council Austrian Council Green Paper From Challenges to Opportunities: Towards a Common Strategic Framework for EU Research and Innovation funding COM (2011)48 May 2011 Information about the respondent: The Austrian

More information

MISSION. Arctic Frontiers is an annual international arena for the discussion on sustainable economic and societal development in the Arctic.

MISSION. Arctic Frontiers is an annual international arena for the discussion on sustainable economic and societal development in the Arctic. 2017 1 MISSION Arctic Frontiers is an annual international arena for the discussion on sustainable economic and societal development in the Arctic. The conference gathers representatives from academia,

More information

Workshop on Enabling Technologies in CSF for EU Research and Innovation Funding

Workshop on Enabling Technologies in CSF for EU Research and Innovation Funding Workshop on Enabling Technologies in CSF for EU Research and Innovation Funding Rapporteur Professor Costas Kiparissides, Department of Chemical Engineering, Aristotle University of Thessaloniki Brussels,

More information

Magnetic tunnel junction sensor development for industrial applications

Magnetic tunnel junction sensor development for industrial applications Magnetic tunnel junction sensor development for industrial applications Introduction Magnetic tunnel junctions (MTJs) are a new class of thin film device which was first successfully fabricated in the

More information

Latvia DATA DRIVEN PUBLIC SERVICE DELIVERY

Latvia DATA DRIVEN PUBLIC SERVICE DELIVERY Latvia DATA DRIVEN PUBLIC SERVICE DELIVERY Edmunds Belskis Deputy State Secretary Ministry of Environmental Protection and Regional Development, Latvia 01 Digitally enabled nation Among global leaders

More information

To the Front Lines of Digital Transformation

To the Front Lines of Digital Transformation To the Front Lines of Digital Transformation Concept Seeing the Heretofore Unseen Future- Tips for Digital Transformation The Fujitsu Digital Transformation Center (DTC) is a co-creation workshop space

More information

Committee on Development and Intellectual Property (CDIP)

Committee on Development and Intellectual Property (CDIP) E CDIP/10/13 ORIGINAL: ENGLISH DATE: OCTOBER 5, 2012 Committee on Development and Intellectual Property (CDIP) Tenth Session Geneva, November 12 to 16, 2012 DEVELOPING TOOLS FOR ACCESS TO PATENT INFORMATION

More information

Health Innovations in Horizon 2020: the framework programme for research and innovation ( )

Health Innovations in Horizon 2020: the framework programme for research and innovation ( ) Health Innovations in Horizon 2020: the framework programme for research and innovation (2014-2020) Virginija Dambrauskaite, MD, PhD Scientific Officer, Medical Research Unit, Health Directorate Directorate-General

More information

GRADUATE OPPORTUNITIES WITH AVEVA.

GRADUATE OPPORTUNITIES WITH AVEVA. GRADUATE OPPORTUNITIES WITH AVEVA www.aveva.com/graduates WHO WE ARE AVEVA is one of the engineering software industry s greatest success stories. From an innovative and visionary concept in the early

More information

Fourth Annual Multi-Stakeholder Forum on Science, Technology and Innovation for the Sustainable Development Goals

Fourth Annual Multi-Stakeholder Forum on Science, Technology and Innovation for the Sustainable Development Goals Fourth Annual Multi-Stakeholder Forum on Science, Technology and Innovation for the Sustainable Development Goals United Nations Headquarters, New York 14 and 15 May 2019 DRAFT Concept Note for the STI

More information

Asking Questions on Knowledge Exchange and Exploitation in the Business R&D and Innovation Survey

Asking Questions on Knowledge Exchange and Exploitation in the Business R&D and Innovation Survey Asking Questions on Knowledge Exchange and Exploitation in the Business R&D and Innovation Survey John Jankowski Program Director Research & Development Statistics OECD-KNOWINNO Workshop on Measuring the

More information

Low cost robotic arm and cobotic

Low cost robotic arm and cobotic Low cost robotic arm and cobotic Autofina and University of Le Havre Autofina Session Agenda Introduction to Autofina Paresh Parekh, CEO Introduction to GREAH, University of Le Havre Jean-Francois Brethe

More information

WHO WE ARE OUR TEAM BRICS IT & TELECOM VERTICAL

WHO WE ARE OUR TEAM BRICS IT & TELECOM VERTICAL WHO WE ARE In the BRICS CCI IT & Telecom Vertical, we aim to address the changing technology paradigm. The change in landscape began with mainframes, moved to the desktop area and later resulted in the

More information

Digital Innovation Hubs & Smart Specialisation

Digital Innovation Hubs & Smart Specialisation Digital Innovation Hubs & Smart Specialisation Guidance material to prepare for Workshop EIT House (Brussels) 28 Nov 2017 NORTE REGION 1 Portugal PRODUTECH Digital Innovation Hub Platform Scope: National

More information

FP9 s ambitious aims for societal impact call for a step change in interdisciplinarity and citizen engagement.

FP9 s ambitious aims for societal impact call for a step change in interdisciplinarity and citizen engagement. FP9 s ambitious aims for societal impact call for a step change in interdisciplinarity and citizen engagement. The European Alliance for SSH welcomes the invitation of the Commission to contribute to the

More information

Technology and Market Intelligence

Technology and Market Intelligence Technology and Market Intelligence Introduction into Training Fraunhofer IAO, IAT University of Stuttgart Slide 1 Background TMR is a component of the SIRIM-Fraunhofer programs. TMR strives to support

More information

Analytical and Bioanalytical Methods

Analytical and Bioanalytical Methods United Scientific Group International Conference on Analytical and Bioanalytical Methods April 29 - May 01, 2019 Venue Crowne Plaza Hotel San Francisco Airport 1177 Airport Blvd, Burlingame, CA 94010 United

More information

NASA s Down- To-Earth Principles Deliver Positive Strategic Outcomes

NASA s Down- To-Earth Principles Deliver Positive Strategic Outcomes CASE STUDY NASA CASE STUDY NASA s Down- To-Earth Principles Deliver Positive Strategic Outcomes Not every organization is preparing for future trips to Mars or searching for planets well beyond our solar

More information

TRIUMF ACCELERATING CANADIAN BUSINESS THROUGH SCIENCE AND INNOVATION Pre-Budget Consultation

TRIUMF ACCELERATING CANADIAN BUSINESS THROUGH SCIENCE AND INNOVATION Pre-Budget Consultation Canada s national laboratory for particle and nuclear physics Laboratoire national canadien pour la recherche en physique nucléaire et en physique des particules TRIUMF ACCELERATING CANADIAN BUSINESS THROUGH

More information

CLUSTER WITH US

CLUSTER WITH US CLUSTER WITH US MOZART, MEGABYTES AND MOLECULES Gothenburg has forged its own way forward. Evolving with the times, it has transformed from a city of heavy industry to a waterfront metropolis. This evolution

More information

Innovation Management & Technology Transfer Innovation Management & Technology Transfer

Innovation Management & Technology Transfer Innovation Management & Technology Transfer Innovation Management & Technology Transfer Nuno Gonçalves Minsk, April 15th 2014 nunogoncalves@spi.pt 1 Introduction to SPI Opening of SPI USA office in Irvine, California Beginning of activities in Porto

More information

Six steps to measurable design. Matt Bernius Lead Experience Planner. Kristin Youngling Sr. Director, Data Strategy

Six steps to measurable design. Matt Bernius Lead Experience Planner. Kristin Youngling Sr. Director, Data Strategy Matt Bernius Lead Experience Planner Kristin Youngling Sr. Director, Data Strategy When it comes to purchasing user experience design strategy and services, how do you know you re getting the results you

More information

Landscape of the European Chemical Industry 2017

Landscape of the European Chemical Industry 2017 Germany Verband der Chemischen Industrie e.v. (VCI) Number of companies Turnover 2,000 188.7 billion National contact Direct Employees 446,282 Utz Tillmann Director General utz.tillmann@vci.de CHEMICAL

More information

Virtual Testing of Autonomous Vehicles

Virtual Testing of Autonomous Vehicles Virtual Testing of Autonomous Vehicles Mike Dempsey Claytex Services Limited Software, Consultancy, Training Based in Leamington Spa, UK Office in Cape Town, South Africa Experts in Systems Engineering,

More information

CONFERENCE AGENDA USER CONFERENCE 2018 Hollywood Beach, Florida April 30th May 3 rd, 2018

CONFERENCE AGENDA USER CONFERENCE 2018 Hollywood Beach, Florida April 30th May 3 rd, 2018 CONFERENCE AGENDA th rd April 30 May 3, 2018 Thanks to Our Sponsors 2 1 DAY 1: Monday, April 30 th, 2018 Welcome to Hollywood Beach Kick start the conference on a light note! Unwind with your peers and

More information

Click to edit Master title style

Click to edit Master title style Knowledge Transfer Networks Francis Tuffy Knowledge Network Director, National Physical Laboratory. The New Knowledge Transfer Networks. Time and Frequency/ Location KTN Meeting. 9th February 2006. Preview

More information

RECOMMENDATIONS. COMMISSION RECOMMENDATION (EU) 2018/790 of 25 April 2018 on access to and preservation of scientific information

RECOMMENDATIONS. COMMISSION RECOMMENDATION (EU) 2018/790 of 25 April 2018 on access to and preservation of scientific information L 134/12 RECOMMDATIONS COMMISSION RECOMMDATION (EU) 2018/790 of 25 April 2018 on access to and preservation of scientific information THE EUROPEAN COMMISSION, Having regard to the Treaty on the Functioning

More information

ABOUT US NORTHMET PROJECT INVESTORS CAREERS CONTACT NEWSROOM. 1 of 6 6/27/2016 3:20 PM

ABOUT US NORTHMET PROJECT INVESTORS CAREERS CONTACT NEWSROOM. 1 of 6 6/27/2016 3:20 PM 1 of 6 6/27/2016 3:20 PM ABOUT US NORTHMET PROJECT INVESTORS CAREERS CONTACT NEWSROOM SEARCH PolyMet Mining > Newsroom > News Releases > PolyMet Names Brad Moore Executive VP Environmental and Governmental

More information

EU Economic Diplomacy: Views from the European GNSS Downstream Industry

EU Economic Diplomacy: Views from the European GNSS Downstream Industry EU Economic Diplomacy: Views from the European GNSS Downstream Industry By Gard Ueland Galileo Services Chairman EU Economic Diplomacy Meeting 14 September 2017, Brussels - Belgium Presentation of Galileo

More information

VSNU December Broadening EU s horizons. Position paper FP9

VSNU December Broadening EU s horizons. Position paper FP9 VSNU December 2017 Broadening EU s horizons Position paper FP9 Introduction The European project was conceived to bring peace and prosperity to its citizens after two world wars. In the last decades, it

More information

SME INSTRUMENT & FAST TRACK TO INNOVATION

SME INSTRUMENT & FAST TRACK TO INNOVATION Prepared by: Athina Oikonomidou Bus Dev & Tech Transfer Consultant EkinisiLab/SEV SME INSTRUMENT & FAST TRACK TO INNOVATION 03 November 2015 NCPs event on Horizon 2020 "Health, demographic change and well-being"

More information

Technology forecasting used in European Commission's policy designs is enhanced with Scopus and LexisNexis datasets

Technology forecasting used in European Commission's policy designs is enhanced with Scopus and LexisNexis datasets CASE STUDY Technology forecasting used in European Commission's policy designs is enhanced with Scopus and LexisNexis datasets EXECUTIVE SUMMARY The Joint Research Centre (JRC) is the European Commission's

More information

LABVOLUTION. Visitor Guide May 2017 Hannover Germany labvolution.de BIOTECHNICA. Together with Life Sciences Event

LABVOLUTION. Visitor Guide May 2017 Hannover Germany labvolution.de BIOTECHNICA. Together with Life Sciences Event LABVOLUTION Visitor Guide 16 18 May 2017 Hannover Germany labvolution.de Together with Life Sciences Event BIOTECHNICA New date: May 2017 LABVOLUTION Dynamic innovation cycles, streamlined research processes,

More information

IBM Research Zurich. A Strategy of Open Innovation. Dr. Jana Koehler, Manager Business Integration Technologies. IBM Research Zurich

IBM Research Zurich. A Strategy of Open Innovation. Dr. Jana Koehler, Manager Business Integration Technologies. IBM Research Zurich IBM Research Zurich A Strategy of Open Innovation Dr., Manager Business Integration Technologies IBM A Century of Information Technology Founded in 1911 Among the leaders in the IT industry in every decade

More information

GROUP OF SENIOR OFFICIALS ON GLOBAL RESEARCH INFRASTRUCTURES

GROUP OF SENIOR OFFICIALS ON GLOBAL RESEARCH INFRASTRUCTURES GROUP OF SENIOR OFFICIALS ON GLOBAL RESEARCH INFRASTRUCTURES GSO Framework Presented to the G7 Science Ministers Meeting Turin, 27-28 September 2017 22 ACTIVITIES - GSO FRAMEWORK GSO FRAMEWORK T he GSO

More information

Knowledge Exchange Strategy ( )

Knowledge Exchange Strategy ( ) UNIVERSITY OF ST ANDREWS Knowledge Exchange Strategy (2012-2017) This document lays out our strategy for Knowledge Exchange founded on the University s Academic Strategy and in support of the University

More information

Assessment of Smart Machines and Manufacturing Competence Centre (SMACC) Scientific Advisory Board Site Visit April 2018.

Assessment of Smart Machines and Manufacturing Competence Centre (SMACC) Scientific Advisory Board Site Visit April 2018. Assessment of Smart Machines and Manufacturing Competence Centre (SMACC) Scientific Advisory Board Site Visit 25-27 April 2018 Assessment Report 1. Scientific ambition, quality and impact Rating: 3.5 The

More information

To the Front Lines of Digital Transformation

To the Front Lines of Digital Transformation To the Front Lines of Digital Transformation Seeing the Heretofore Unseen Future Tips for Digital Transformation The Fujitsu Digital Transformation Center (DTC) is a co-creation workshop space that empowers

More information

August 5 8, 2013 Austin, Texas. Preliminary Conference Program. Register now at ni.com/niweek or call

August 5 8, 2013 Austin, Texas. Preliminary Conference Program. Register now at ni.com/niweek or call August 5 8, 2013 Austin, Texas Preliminary Conference Program Register now at ni.com/niweek or call 888 564 9335 NIWeek 2013 Schedule Training and Certification Exams NI Alliance Day Academic Forum Build

More information

Developing for tomorrow

Developing for tomorrow Developing for tomorrow Presenting our R&D activities worldwide Introducing technology at Bekaert Research and Development is the key driver of Bekaert s technological leadership. The role of R&D is not

More information