Grid computing has gained tremendous popularity in the last five years and remains a major

Size: px
Start display at page:

Download "Grid computing has gained tremendous popularity in the last five years and remains a major"

Transcription

1 June 2006 (vol. 7, no. 6), art. no o Published by the IEEE Computer Society Spotlight Grid Computing: A Critical Discussion on Business Applicability Heinz Stockinger Swiss Institute of Bioinformatics Grid computing has gained tremendous popularity in the last five years and remains a major topic. However, with this popularity has come a lot of criticism. Some people see in the Grid the next-generation Internet and a potentially huge impact on our future lives. Others call it hype that hasn t fulfilled what it promised to do. Still others argue that there s no real distinction between Grid computing and Web services. In this article, I analyze the roots of Grid computing, revise its goals and characteristics, and present a critical discussion of Grid technologies. In addition, I give my view on where the Grid is positioned within computer science and to a lesser extent in industry. My main aim is to review the Grid s current state and if it s applicable in a business environment. These questions emerged in the BIG (Business In the Grid) project at the University of Vienna, where new Grid business models were studied. 1 The Grid s background Grid computing has roots in parallel and distributed computing, dating back to the 80s and 90s. At the time, supercomputers dealt with problems including Grand Challenges 2 (such as climate modeling) and computing-intensive simulations in weather forecasting. A main aim of the supercomputers era was to deal with the large tasks that typically appear in computational science, engineering, and so on. A characteristic of such supercomputers was their homogeneous, typically expensive hardware. Several centers worldwide provided computing power by means of supercomputers. Interconnectivity among processors within supercomputers was usually good, even within a computer center. However, wide-area network connectivity among computer centers was often not very good. What s more, a homogeneous programming and security model to connect these computing resources wasn t in place, considering that technologies such as MPI (message passing interface) were mainly designed to run on a single machine where CPUs and networks have similar hardware and performance characteristics. The Distributed European Infrastructure for Supercomputing Applications now aims to close this gap by connecting national supercomputing centers. Because supercomputing technology became too expensive, cluster computing 3 began to gain 1

2 ground. This application domain is similar to the original supercomputing domain. The major difference and breakthrough is that computing power is gained by connecting several standard, off-the-shelf hardware components and building a single machine. Exchanging individual components such as processors, disks, or network cards without big costs becomes rather simple. Within the supercomputing community, several projects focused on fast data access for mainly parallel, out-of-core computation. A special research community dealt with such parallel I/O systems. 4 These storage activities were also direct predecessors of modern data grids. Another important development is the Internet and its protocols enabling the Web and Web services. Well-established protocols such as TCP/IP and HTTP build the base for newer protocols such as SOAP. Protocols are one of the main building blocks that let Grids and other modern distributed computing technologies work together on different platforms. In particular, HTTP (which Tim Berners-Lee invented when he was working for CERN) enabled a great breakthrough, first in academia but soon in the commercial world as well. Today, the Web is part of our daily lives. These three domains (supercomputing, cluster computing, and the Internet) strongly influence grid computing. Additionally, they influence each other such that it s often impossible to clearly separate them. I discuss this in more detail later. Grid characteristics and definitions The term Grid computing, or simply Grid, was introduced in The driving force was the need to carry out computing-intensive tasks. In response, the Grid was developed to provide computing power on demand to everybody who needed it. Computing Originally, Grid computing mainly targeted supercomputing application users. In addition, the applications can be even more computing intensive than conventional supercomputing applications that is, if a single supercomputer or cluster can t manage the application workload, several supercomputers or clusters connected via a wide-area network can provide more CPU capacity. More specifically, high-performance computing (also referred to as supercomputing) and high-throughput computing are distinguished in distributed Grid computing. In the former case, a single application is processed as quickly as possible to optimize its execution performance; in the latter, many user applications are executed so as to minimize execution time. High-throughput applications are typically also more loosely coupled than high-performance computing, making it easier to distribute them to a heterogeneous Grid environment. Storage Another important aspect of Grid computing is that it provides large storage space. Similar to 2

3 sharing CPU cycles, several data centers can be connected to make available large amounts of storage. This is also known as a Data Grid. A driving force in the scientific domain is CERN s Large Hadron Collider (LHC) program with its huge storage requirements: several Petabytes will be created every year for about a decade. This program s importance became evident in the early Grid computing conferences in 2000, when several researchers mentioned LHC in keynotes and discussions as a sample data grid application. Data Grids, with their storage and data management capabilities, have become integral to Grid computing. Beyond scientific computing? Looking at application domains, Grid computing covers mainly the research sector. Many people believe that in the future, the Grid will change computing and possibly even everyday life. If we consider the percentage of people who work in science, however, this belief seems unfeasible if the application domain doesn t change. In other words, a nonscientist s daily life doesn t often include large computing or storage requirements. This rules out the use and therefore attractiveness of Grids for the average citizen. You could argue that the same was true when the Web was introduced, but the Grid seems to have been designed with the idea of creating a big market and influencing our lives. For other emerging technologies, we haven t seen as much marketing. To reach the aims of pervasive and ubiquitous computing, the Grid must attract more people by being able to solve day-to-day computing problems. Furthermore, the Grid should use simple concepts that many people can understand. The system s complexity must be hidden by easyto-use tools, interfaces, and high-level applications. One step in this direction seems to be service orientation and the use of Web services, a concept that s already widely used in the computing world. However, further work is required. This became particularly evident within the scope of the BIG project, which aimed to discover new business models. Here s a practical example. If you decide to promote Grid technology for enterprises and business customers, the core Grid application domain is limited unless you write new services that connect distributed sites. For instance, Grid technologies can be used efficiently in the automotive sector, where computing-intensive simulations are required in the design phase. 6 On the other hand, a small company might not need to apply Grid technology unless it opens a new market with either customers or business partners. Another important factor is stability. Grid technology must stabilize and not change every few months. We ve seen many major changes in Grid systems in the scientific domain. Sometimes even early adopters don t want to continue changing their systems. The scientific community reacts less reluctantly to system upgrades, but business users must have a continuous and guaranteed service operation. Key aspect 3

4 Most importantly, the Grid provides connectivity and therefore access to distributed resources. Rather than only promoting the mainstream domains of computing- or data-intensive applications, for the day-to-day user, transparent access to distributed resources is much more important. This access can be simple, such as connecting to an image database via a cell phone. Keeping in mind this connectivity-driven thinking, it s easier to define new applications that can be built with standard Grid or Web service technology. Grid, Web, and distributed computing Several discussions exist on the difference between Grid, Web, and distributed computing. Given the development of the three as I pointed out earlier, it s clear that both the Grid and the Web are special forms of distributed computing. In particular, both typically deal with wide-area distributed computing where computing and storage resources are connected via at least one wide-area network link. The difference between Grid and Web computing has become less evident with the introduction of the Open Grid Services Architecture and the definition of a Grid service. In OGSA as well as in the Web Services Resource Framework, a Grid service is basically a Web service with some additions to make it persistent (that is, it s able to store state information persistently rather than transiently at the server beyond the lifetime of a single request). You might still claim that Grid services have different goals from pure Web services, but a clear separation seems neither useful nor feasible. The term Grid isn t clearly defined and allows for a lot of interpretation. This is a common problem in computer science in general; exact definitions of terms don t always exist as they do in, say, physics or mathematics. For example, velocity, acceleration, weight, mass, and so on are all clearly defined, and physicists can clearly understand them. We can therefore observe that the Grid and the Web become more alike regarding services capabilities. Both usually include a combination of programming and data. As a bottom line, we can say that Grid technology frequently uses Internet as well as Web service technology. It provides service add-ons and therefore extends the field of Web computing. Applying Grid technologies I have gained a lot of experience in Grid development, 7 deployment, 8 coordination, and teaching 9 within several projects in Europe mainly in the EU DataGrid (EDG) Project, the LHC Grid Computing Project, the Enabling Grids for E-Science (EGEE) Project, and the BIG project. It s of major importance to apply this technology for Grid users. This section focuses on how to apply the Grid, from introducing the concept and giving first ideas to planning for a computing infrastructure and then actually installing and deploying the system. I point out the main things to keep in mind and the issues to prepare for. 4

5 Before we can think of applying Grid technologies, we should ask if the technology is ready for efficient deployment in the scientific community or even in a business or an enterprise environment. In my experience, several projects provide promising tools that already have specific goals and therefore clear application areas. However, several general questions arise. Can I use a Grid computing model? Recently, developers have looked to Grid technology to solve several computing problems. However, you can t apply Grid computing to just any problem. As with any other computer technology, the problem must have certain, clearly identifiable characteristics. Among other things, typical Grid applications have access to distributed resources and are computing- and data-intensive. Which software should I use? If you want to start a new project, the first question is which Grid software solution to use. Projects such as the Globus Alliance provide the most widely known Grid middleware toolkit. However, for several years it has been in a transition phase, so it s neither 100 percent stable nor completely ready for intensive production use. Other main projects, such as EDG, LCG, and EGEE (which all provide the same code base), offer a more high-level, integrated set of services that s already in use in more than 200 sites worldwide, although not commercially. A longer list of Grid products is available at However, to the best of my knowledge, none of the products has been in extensive commercial use, except perhaps Avaki. How do I install the system? Once you ve selected a solution, installation and deployment questions arise. Because Grid solutions often interact closely with the underlying system (except pure Grid services), installation and configuration aren t easy yet. For instance, there s no simple installation and configuration method that lets a user without knowledge of the software install and use it. Almost anybody knows how to download and install a Web browser, but Grid systems haven t yet come this far. Who will provide long-term support? This question can be answered in close relation with the short lifetime of current Grid solutions. On one hand, the Grid community is rather new; on the other hand, a lot of technological change occurs in short-term rather than long-term software solutions. Several companies such as Avaki and Univa, to name two prominent ones support their own solutions. We can expect short- and middle-term support, but a long-term support strategy will depend heavily on how much market share Grid technologies gain within the next decade. What about upgrades to new versions? Upgrading and versioning of existing Grid systems is another essential factor that closely relates to the previous items. Until now, new technology trends have typically introduced software versions that weren t compatible with previous systems. A clear strategy must be 5

6 provided. Many of these issues aren t yet fully solved, making it difficult to use Grid in business environments. In addition, many technical issues are still open. 10 Next steps Many problems must be solved to make Grid technology broadly attractive and usable, particularly in a business or enterprise environment. I ve mainly discussed the software side of Grid computing, but we must distinguish between the software and hardware infrastructure. Both must be provided to make the Grid usable. Software technologies (middleware) First, you must have the software (middleware) to actually build a Grid. Several different, mainly layered architecture models exist. Often, Grid software is an add-on to the operating system and is used to interface to the end user application code. You might argue whether this is the right model for all applications. For instance, can Grid software be part of the operating system, as in Apple s Xgrid, or should it be an easy plug-in into the browser? To make it interesting for a broad community of users, it should be easily accessible and available. Infrastructure Software alone doesn t build a Grid. You must have a hardware infrastructure where the Grid software is running. Often, the actual resource sharing isn t trivial because issues such as ownership for resources and usage costs arise. Who provides the infrastructure? Projects such as EGEE and Open Science Grid provide such an infrastructure, mainly for research and academia. Currently, resource use is free for members, due among other things to the fact that accounting systems aren t yet fully deployed. On the other hand, industrial initiatives build a Grid infrastructure for business partners (such as Megagrid) where resource access isn t free. Companies must determine if they have the in-house resources (hardware, software maintenance team, and so on) to build their own enterprise Grid or if they want to use and access an existing infrastructure. This issue hasn t been discussed much, but it will become more important once companies are ready to use Grids. The Grid itself actually provides for the latter with its notion of a virtual organization. However, security systems, accounting, and billing must be in place to make it useful in the commercial world. Consequently, the equivalent to the electric power grid first needs to be built. One might even imagine that commercial Grid service providers will take over the role of current Grid infrastructure builders that is, similar to providing a wireless telephone network, Grid service providers might one day provide a commercial Grid infrastructure for business users. 6

7 And then there s desktop computing I ve mainly been discussing the main trend in Grid computing, where services run on dedicated machines, usually for a rather long time. However, there s also the domain of desktop Grids that take advantage of CPU time only when the CPU is idle and not busy with other tasks. Desktop Grids can attract a large amount of resources, but they can t guarantee resource availability and stability. Therefore, they re only useful for certain applications where data or computing results can be lost or easily reproduced. Not many companies rely on Grid technologies, and several improvements must be made for more companies to integrate these technologies. I d be happy to see a counter article to this one in upcoming years that provides positive and constructive answers to the questions and concerns I ve raised. Acknowledgments Thank you to Flavia Donno and Helmut Wanek for valuable comments on the article. Project number of the OeNB (Oesterreichische Nationalbank) Anniversary Fund supported this work. The BIG project was funded for two years, from 1 January 2004 to 31 December References 1. E. Schikuta et al., Business In the Grid: Project Results, 1st Austrian Grid Symp., 2005; 2. J.M. del Rosario and A.N. Choudhary, High-Performance I/O for Massively Parallel Computers: Problems and Prospects, Computer, vol. 27, no. 3, 1994, pp R. Buyya, ed., High Performance Cluster Computing: Architectures and Systems, Prentice Hall, H. Stockinger, Classification of Parallel Input/Output Products, Proc. Int l Conf. Parallel and Distributed Processing Techniques and Applications (PDPTA 98), CSREA Press, 1998; 5. I. Foster and C. Kesselman, eds., The Grid: Blueprint for a New Computing Infrastructure, Morgan Kaufmann Publishers, IBM, IBM Introduces Grid Offering For Auto and Aerospace Design Analysis, 30 March 2004, www-1.ibm.com/grid/grid_press/pr_330.shtml. 7. W. Hoschek et al., Data Management in an International Data Grid Project, Proc. 1st IEEE/ACM Int l Workshop Grid Computing (Grid 2000), LNCS 1971, Rajkumar Buyya and Mark Baker, eds., Springer, 2000, pp

8 8. H. Stockinger et al., Grid Data Management in Action: Experience in Running and Supporting Data Management Services in the EU DataGrid Project, Proc Conf. Computing in High Energy Physics (CHEP 2003), 2003; 9. H. Stockinger et al., "Data Grid Tutorials with Hands-On Experience," Proc IEEE Int'l Symp. Cluster Computing and the Grid (CCGrid 04), 2004, IEEE CS Press, pp Paul Graham et al., EU Funded Grid Development in Europe, Proc. 2nd European Across Grids Conf., Springer, 2004, pp Heinz Stockinger is a scientist and Grid specialist at the Swiss Institute of Bioinformatics. He also holds a teaching appointment at the Swiss Federal Institute of Technology (EPFL) in Lausanne. He received his PhD in computer science and business administration from the University of Vienna, Austria. He worked many years for CERN within the EU DataGrid and the EGEE projects, where his research work focused on Grid data and resource management. In 2005, he was the Program Chair of the 1st International Conference on e-science and Grid Technologies and Program Vice Chair for the International Workshop on Grid Computing. Contact him at the Swiss Inst. of Bioinformatics, CH-1015 Lausanne, Switzerland; heinz.stockinger@isb-sib.ch. Related Links "Toward a Grid-Based DBMS," IEEE Internet Computing "Web Services, Grid Computing, and Business Process Management," IEEE Int'l Conf. Web Services "Toward a Business Process Grid for Utility Computing," IEEE IT Pro Cite this article: Heinz Stockinger, "Grid Computing: A Critical Discussion on Business Applicability," IEEE Distributed Systems Online, vol. 7, no. 6, 2006, art. no o

Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain

Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain This fiche is part of the wider roadmap for cross-cutting KETs activities Potential areas of industrial interest relevant for cross-cutting KETs in the Electronics and Communication Systems domain Cross-cutting

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

THE STATE OF UC ADOPTION

THE STATE OF UC ADOPTION THE STATE OF UC ADOPTION November 2016 Key Insights into and End-User Behaviors and Attitudes Towards Unified Communications This report presents and discusses the results of a survey conducted by Unify

More information

Enabling Scientific Breakthroughs at the Petascale

Enabling Scientific Breakthroughs at the Petascale Enabling Scientific Breakthroughs at the Petascale Contents Breakthroughs in Science...................................... 2 Breakthroughs in Storage...................................... 3 The Impact

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

Smarter oil and gas exploration with IBM

Smarter oil and gas exploration with IBM IBM Sales and Distribution Oil and Gas Smarter oil and gas exploration with IBM 2 Smarter oil and gas exploration with IBM IBM can offer a combination of hardware, software, consulting and research services

More information

SECTION 2. Computer Applications Technology

SECTION 2. Computer Applications Technology SECTION 2 Computer Applications Technology 2.1 What is Computer Applications Technology? Computer Applications Technology is the study of the integrated components of a computer system (such as hardware,

More information

Earth Cube Technical Solution Paper the Open Science Grid Example Miron Livny 1, Brooklin Gore 1 and Terry Millar 2

Earth Cube Technical Solution Paper the Open Science Grid Example Miron Livny 1, Brooklin Gore 1 and Terry Millar 2 Earth Cube Technical Solution Paper the Open Science Grid Example Miron Livny 1, Brooklin Gore 1 and Terry Millar 2 1 Morgridge Institute for Research, Center for High Throughput Computing, 2 Provost s

More information

The Evolution of User Research Methodologies in Industry

The Evolution of User Research Methodologies in Industry 1 The Evolution of User Research Methodologies in Industry Jon Innes Augmentum, Inc. Suite 400 1065 E. Hillsdale Blvd., Foster City, CA 94404, USA jinnes@acm.org Abstract User research methodologies continue

More information

Challenges in Transition

Challenges in Transition Challenges in Transition Keynote talk at International Workshop on Software Engineering Methods for Parallel and High Performance Applications (SEM4HPC 2016) 1 Kazuaki Ishizaki IBM Research Tokyo kiszk@acm.org

More information

A Balanced Introduction to Computer Science, 3/E

A Balanced Introduction to Computer Science, 3/E A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 10 Computer Science as a Discipline 1 Computer Science some people

More information

NetApp Sizing Guidelines for MEDITECH Environments

NetApp Sizing Guidelines for MEDITECH Environments Technical Report NetApp Sizing Guidelines for MEDITECH Environments Brahmanna Chowdary Kodavali, NetApp March 2016 TR-4190 TABLE OF CONTENTS 1 Introduction... 4 1.1 Scope...4 1.2 Audience...5 2 MEDITECH

More information

A Survey on Smart City using IoT (Internet of Things)

A Survey on Smart City using IoT (Internet of Things) A Survey on Smart City using IoT (Internet of Things) Akshay Kadam 1, Vineet Ovhal 2, Anita Paradhi 3, Kunal Dhage 4 U.G. Student, Department of Computer Engineering, SKNCOE, Pune, Maharashtra, India 1234

More information

Eighth Regional Leaders Summit 14/15 July 2016 in Munich

Eighth Regional Leaders Summit 14/15 July 2016 in Munich Eighth Regional Leaders Summit 14/15 July 2016 in Munich Final declaration On the invitation of the Bavarian Minister-President Horst Seehofer, we, the regional leaders of Bavaria, Georgia, Québec, São

More information

Computer Science as a Discipline

Computer Science as a Discipline Computer Science as a Discipline 1 Computer Science some people argue that computer science is not a science in the same sense that biology and chemistry are the interdisciplinary nature of computer science

More information

Some Aspects of Research and Development in ICT in Bulgaria

Some Aspects of Research and Development in ICT in Bulgaria Some Aspects of Research and Development in ICT in Bulgaria Kiril Boyanov Institute of ICT- Bulgarian Academy of Sciences (BAS), Stefan Dodunekov-Institute of Mathematics and Informatics, BAS The development

More information

Supercomputers have become critically important tools for driving innovation and discovery

Supercomputers have become critically important tools for driving innovation and discovery David W. Turek Vice President, Technical Computing OpenPOWER IBM Systems Group House Committee on Science, Space and Technology Subcommittee on Energy Supercomputing and American Technology Leadership

More information

RISE OF THE HUDDLE SPACE

RISE OF THE HUDDLE SPACE RISE OF THE HUDDLE SPACE November 2018 Sponsored by Introduction A total of 1,005 international participants from medium-sized businesses and enterprises completed the survey on the use of smaller meeting

More information

Sourcing in Scientific Computing

Sourcing in Scientific Computing Sourcing in Scientific Computing BAT Nr. 25 Fertigungstiefe Juni 28, 2013 Dr. Michele De Lorenzi, CSCS, Lugano Agenda Short portrait CSCS Swiss National Supercomputing Centre Why supercomputing? Special

More information

UNCTAD Ad Hoc Expert Meeting on the Green Economy: Trade and Sustainable Development Implications November

UNCTAD Ad Hoc Expert Meeting on the Green Economy: Trade and Sustainable Development Implications November UNCTAD Ad Hoc Expert Meeting on the Green Economy: Trade and Sustainable Development Implications 8-10 November Panel 3: ENHANCING TECHNOLOGY ACCESS AND TRANSFER Good morning Ladies and Gentlemen. On behalf

More information

The Grid: An information infrastructure requiring a Knowledge Infrastructure

The Grid: An information infrastructure requiring a Knowledge Infrastructure The Grid: An information infrastructure requiring a Knowledge Infrastructure Dr. Will Venters Information Systems and Innovation Group Department of Management The London School of Economics w.venters@lse.ac.uk

More information

Markets for On-Chip and Chip-to-Chip Optical Interconnects 2015 to 2024 January 2015

Markets for On-Chip and Chip-to-Chip Optical Interconnects 2015 to 2024 January 2015 Markets for On-Chip and Chip-to-Chip Optical Interconnects 2015 to 2024 January 2015 Chapter One: Introduction Page 1 1.1 Background to this Report CIR s last report on the chip-level optical interconnect

More information

ARTEMIS The Embedded Systems European Technology Platform

ARTEMIS The Embedded Systems European Technology Platform ARTEMIS The Embedded Systems European Technology Platform Technology Platforms : the concept Conditions A recipe for success Industry in the Lead Flexibility Transparency and clear rules of participation

More information

DIGITAL TECHNOLOGIES FOR A BETTER WORLD. NanoPC HPC

DIGITAL TECHNOLOGIES FOR A BETTER WORLD. NanoPC HPC DIGITAL TECHNOLOGIES FOR A BETTER WORLD NanoPC HPC EMBEDDED COMPUTER MODULES A unique combination of miniaturization & processing power Nano PC MEDICAL INSTRUMENTATION > BIOMETRICS > HOME & BUILDING AUTOMATION

More information

Wind Energy Technology Roadmap

Wind Energy Technology Roadmap Wind Energy Technology Roadmap Making Wind the most competitive energy source Nicolas Fichaux, TPWind Secretariat 1 TPWind involvement in SET-Plan process SRA / MDS Programme Report / Communication Hearings

More information

Durham Research Online

Durham Research Online Durham Research Online Deposited in DRO: 29 August 2017 Version of attached le: Accepted Version Peer-review status of attached le: Not peer-reviewed Citation for published item: Chiu, Wei-Yu and Sun,

More information

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris Artificial intelligence, made simple Written by: Dale Benton Produced by: Danielle Harris THE ARTIFICIAL INTELLIGENCE MARKET IS SET TO EXPLODE AND NVIDIA, ALONG WITH THE TECHNOLOGY ECOSYSTEM INCLUDING

More information

National e-infrastructure for Science. Jacko Koster UNINETT Sigma

National e-infrastructure for Science. Jacko Koster UNINETT Sigma National e-infrastructure for Science Jacko Koster UNINETT Sigma 0 Norway: evita evita = e-science, Theory and Applications (2006-2015) Research & innovation e-infrastructure 1 escience escience (or Scientific

More information

Metrology in the Digital Transformation

Metrology in the Digital Transformation Metrology in the Digital Transformation This project proposal is about to establish a European metrology data infrastructure, a European Metrology Cloud to support the processes of conformity assessment

More information

In Defense of the Book

In Defense of the Book In Defense of the Book Daniel Greenstein Vice Provost for Academic Planning, Programs, and Coordination University of California, Office of the President There is a profound (even perverse) irony in the

More information

2.4GHz & 900MHz UNLICENSED SPECTRUM COMPARISON A WHITE PAPER BY INGENU

2.4GHz & 900MHz UNLICENSED SPECTRUM COMPARISON A WHITE PAPER BY INGENU 2.4GHz & 900MHz UNLICENSED SPECTRUM COMPARISON A WHITE PAPER BY INGENU 2.4 GHZ AND 900 MHZ UNLICENSED SPECTRUM COMPARISON Wireless connectivity providers have to make many choices when designing their

More information

Design and Implementation Options for Digital Library Systems

Design and Implementation Options for Digital Library Systems International Journal of Systems Science and Applied Mathematics 2017; 2(3): 70-74 http://www.sciencepublishinggroup.com/j/ijssam doi: 10.11648/j.ijssam.20170203.12 Design and Implementation Options for

More information

Global Alzheimer s Association Interactive Network. Imagine GAAIN

Global Alzheimer s Association Interactive Network. Imagine GAAIN Global Alzheimer s Association Interactive Network Imagine the possibilities if any scientist anywhere in the world could easily explore vast interlinked repositories of data on thousands of subjects with

More information

HOW FRANCHISORS AND FRANCHISEES CAN LEVERAGE TECHNOLOGY TO ACHIEVE OPERATIONAL EXCELLENCE WHITE PAPER

HOW FRANCHISORS AND FRANCHISEES CAN LEVERAGE TECHNOLOGY TO ACHIEVE OPERATIONAL EXCELLENCE WHITE PAPER HOW FRANCHISORS AND FRANCHISEES CAN LEVERAGE TECHNOLOGY TO ACHIEVE OPERATIONAL EXCELLENCE WHITE PAPER HOW FRANCHISORS AND FRANCHISEES CAN LEVERAGE TECHNOLOGY TO ACHIEVE OPERATIONAL EXCELLENCE 2 Table of

More information

Life Sciences & The Dutch Grid: An Analysis from a Grid Supporter's perspective

Life Sciences & The Dutch Grid: An Analysis from a Grid Supporter's perspective IWPLS '09 Life Sciences & The Dutch Grid: An Analysis from a Grid Supporter's perspective Lammerts, E. 1, 1 e-science Support Group, SARA Computing and Networking Services, Science Park 121, 1098 XG Amsterdam,

More information

High-Speed Mobile Communications in Hostile Environments

High-Speed Mobile Communications in Hostile Environments High-Speed Mobile Communications in Hostile Environments S Agosta, R Sierra and F Chapron CERN IT department, CH-1211 Geneva 23, Switzerland E-mail: stefano.agosta@cern.ch, rodrigo.sierra@cern.ch, frederic.chapron@cern.ch

More information

BIM, CIM, IOT: the rapid rise of the new urban digitalism.

BIM, CIM, IOT: the rapid rise of the new urban digitalism. NEXUS FORUM BIM, CIM, IOT: the rapid rise of the new urban digitalism. WHAT MATTERS IN THE GLOBAL CHALLENGE FOR SMART, SUSTAINABLE CITIES AND WHAT IT MEANS NEXUS IS A PARTNER OF GLOBAL FUTURES GROUP FOR

More information

CHAPTER 1: INTRODUCTION. Multiagent Systems mjw/pubs/imas/

CHAPTER 1: INTRODUCTION. Multiagent Systems   mjw/pubs/imas/ CHAPTER 1: INTRODUCTION Multiagent Systems http://www.csc.liv.ac.uk/ mjw/pubs/imas/ Five Trends in the History of Computing ubiquity; interconnection; intelligence; delegation; and human-orientation. http://www.csc.liv.ac.uk/

More information

Extending On-Premises Network-Attached Storage to Google Cloud Storage with Komprise

Extending On-Premises Network-Attached Storage to Google Cloud Storage with Komprise IN PARTNERSHIP WITH: Extending On-Premises Network-Attached Storage to Google Cloud Storage with Komprise This article details how you can use the Google Cloud Platform (GCP) service Cloud Storage and

More information

Establishment of a Multiplexed Thredds Installation and a Ramadda Collaboration Environment for Community Access to Climate Change Data

Establishment of a Multiplexed Thredds Installation and a Ramadda Collaboration Environment for Community Access to Climate Change Data Establishment of a Multiplexed Thredds Installation and a Ramadda Collaboration Environment for Community Access to Climate Change Data Prof. Giovanni Aloisio Professor of Information Processing Systems

More information

ENGINEERS, TECHNICIANS, ICT EXPERTS

ENGINEERS, TECHNICIANS, ICT EXPERTS TECHNICAL SERVICES ENGINEERS, TECHNICIANS, ICT EXPERTS Small, swift and agile, Switzerland can be at the forefront of change, and is embracing this opportunity. KLAUS MEIER Chief Information Officer Skyguide

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

Report on the impact of the convergence of telecommunication, broadcasting and information technologies

Report on the impact of the convergence of telecommunication, broadcasting and information technologies International Telecommunication Union QUESTION 10-1/1 Impact of the convergence of telecommunication, broadcasting and information technologies ITU-D STUDY GROUP 1 3rd STUDY PERIOD (2002-2006) Report on

More information

LIS 688 DigiLib Amanda Goodman Fall 2010

LIS 688 DigiLib Amanda Goodman Fall 2010 1 Where Do We Go From Here? The Next Decade for Digital Libraries By Clifford Lynch 2010-08-31 Digital libraries' roots can be traced back to 1965 when Libraries of the Future by J. C. R. Licklider was

More information

EXTENDED TABLE OF CONTENTS

EXTENDED TABLE OF CONTENTS EXTENDED TABLE OF CONTENTS Preface OUTLINE AND SUBJECT OF THIS BOOK DEFINING UC THE SIGNIFICANCE OF UC THE CHALLENGES OF UC THE FOCUS ON REAL TIME ENTERPRISES THE S.C.A.L.E. CLASSIFICATION USED IN THIS

More information

The Technology Economics of the Mainframe, Part 3: New Metrics and Insights for a Mobile World

The Technology Economics of the Mainframe, Part 3: New Metrics and Insights for a Mobile World The Technology Economics of the Mainframe, Part 3: New Metrics and Insights for a Mobile World Dr. Howard A. Rubin CEO and Founder, Rubin Worldwide Professor Emeritus City University of New York MIT CISR

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

CERN-PH-ADO-MN For Internal Discussion. ATTRACT Initiative. Markus Nordberg Marzio Nessi

CERN-PH-ADO-MN For Internal Discussion. ATTRACT Initiative. Markus Nordberg Marzio Nessi CERN-PH-ADO-MN-190413 For Internal Discussion ATTRACT Initiative Markus Nordberg Marzio Nessi Introduction ATTRACT is an initiative for managing the funding of radiation detector and imaging R&D work.

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

TERENA 2nd NREN-Grids Workshop

TERENA 2nd NREN-Grids Workshop TERENA 2nd NREN-Grids Workshop Meeting Report John DYER 27 October 2005 Introduction TERENA hosted the 2 nd NREN-Grids Workshop on Monday 17 th October 2005 in Amsterdam. The purpose of the event was to

More information

An Interview with Ian McClelland. Senior Director of Systems and Software at Thales Inflight Entertainment and Connectivity (IFEC)

An Interview with Ian McClelland. Senior Director of Systems and Software at Thales Inflight Entertainment and Connectivity (IFEC) An Interview with Ian McClelland Senior Director of Systems and Software at Thales Inflight Entertainment and Connectivity (IFEC) An Interview with Ian McClelland/1 A Conversation with Ian McClelland Thales

More information

Research on the Integration and Verification of Foundational Software and Hardware

Research on the Integration and Verification of Foundational Software and Hardware Research on the Integration and Verification of Foundational Software and Hardware Jing Guo, Lingda Wu, Yashuai Lv, Bo Li, and Ronghuan Yu Abstract Following the high-speed development of information technology,

More information

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska Call for Participation and Proposals With its dispersed population, cultural diversity, vast area, varied geography,

More information

WHITE PAPER. Spearheading the Evolution of Lightwave Transmission Systems

WHITE PAPER. Spearheading the Evolution of Lightwave Transmission Systems Spearheading the Evolution of Lightwave Transmission Systems Spearheading the Evolution of Lightwave Transmission Systems Although the lightwave links envisioned as early as the 80s had ushered in coherent

More information

President Barack Obama The White House Washington, DC June 19, Dear Mr. President,

President Barack Obama The White House Washington, DC June 19, Dear Mr. President, President Barack Obama The White House Washington, DC 20502 June 19, 2014 Dear Mr. President, We are pleased to send you this report, which provides a summary of five regional workshops held across the

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

ICT Enhanced Buildings Potentials

ICT Enhanced Buildings Potentials ICT Enhanced Buildings Potentials 24 th CIB W78 Conference "Bringing ICT knowledge to work". June 26-29 2007, Maribor, Slovenia. Per Christiansson Aalborg University 27.6.2007 CONTENT Intelligent Building

More information

Delhi High Level Conference on Climate Change: Technology Development and Transfer Chair s Summary

Delhi High Level Conference on Climate Change: Technology Development and Transfer Chair s Summary Delhi High Level Conference on Climate Change: Technology Development and Transfer 23.10.2009 Chair s Summary Dear Colleagues, 1. This brings us to the conclusion of the Delhi Conference on Climate Change:

More information

European Wind Energy Technology Roadmap

European Wind Energy Technology Roadmap European Wind Energy Technology Roadmap Making Wind the most competitive energy source 1 TPWind The European Wind Energy Technology Platform Key data: Official Technology Platform Launched in 2007 150

More information

High Performance Computing Systems and Scalable Networks for. Information Technology. Joint White Paper from the

High Performance Computing Systems and Scalable Networks for. Information Technology. Joint White Paper from the High Performance Computing Systems and Scalable Networks for Information Technology Joint White Paper from the Department of Computer Science and the Department of Electrical and Computer Engineering With

More information

UNIT-III LIFE-CYCLE PHASES

UNIT-III LIFE-CYCLE PHASES INTRODUCTION: UNIT-III LIFE-CYCLE PHASES - If there is a well defined separation between research and development activities and production activities then the software is said to be in successful development

More information

HIGH-LEVEL SUPPORT FOR SIMULATIONS IN ASTRO- AND ELEMENTARY PARTICLE PHYSICS

HIGH-LEVEL SUPPORT FOR SIMULATIONS IN ASTRO- AND ELEMENTARY PARTICLE PHYSICS ˆ ˆŠ Œ ˆ ˆ Œ ƒ Ÿ 2015.. 46.. 5 HIGH-LEVEL SUPPORT FOR SIMULATIONS IN ASTRO- AND ELEMENTARY PARTICLE PHYSICS G. Poghosyan Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany

More information

Robotics in Austria. 1 Introduction. 2 Robots

Robotics in Austria. 1 Introduction. 2 Robots ROBOTICS IN AUSTRIA 23 Robotics in Austria Peter Kopacek Intelligent Handling and Robotics IHRT Vienna University of Technology Favoritenstrasse 9; E325A6 1040 Wien Phone: +43 1 58801 31800 email: kopacek@ihrt.tuwien.ac.at

More information

Technology Trends for Government

Technology Trends for Government Technology Trends for Government Leaders @RajneshSingh rds@jugad.in Where we came from Module 4: ICT Trends for Government Leaders First edition: 2007/8 Revised: 2011 But ICT Trends are fast-evolving K

More information

Hiding Virtual Computing and Supercomputing inside a Notebook: GISandbox Science Gateway & Other User Experiences Eric Shook

Hiding Virtual Computing and Supercomputing inside a Notebook: GISandbox Science Gateway & Other User Experiences Eric Shook Hiding Virtual Computing and Supercomputing inside a Notebook: GISandbox Science Gateway & Other User Experiences Eric Shook Domain Champion for GIS, XSEDE Department of Geography, Environment and Society

More information

Spectrum Management in the UK: perspectives, challenges and strategies. Chris Woolford, Director of International September 2013

Spectrum Management in the UK: perspectives, challenges and strategies. Chris Woolford, Director of International September 2013 Spectrum Management in the UK: perspectives, challenges and strategies Chris Woolford, Director of International September 2013 1 Ofcom s Spectrum Management Duties (Comms Act 2003) To secure the optimal

More information

Position Paper. CEN-CENELEC Response to COM (2010) 546 on the Innovation Union

Position Paper. CEN-CENELEC Response to COM (2010) 546 on the Innovation Union Position Paper CEN-CENELEC Response to COM (2010) 546 on the Innovation Union Introduction CEN and CENELEC very much welcome the overall theme of the Communication, which is very much in line with our

More information

Technologies Worth Watching. Case Study: Investigating Innovation Leader s

Technologies Worth Watching. Case Study: Investigating Innovation Leader s Case Study: Investigating Innovation Leader s Technologies Worth Watching 08-2017 Mergeflow AG Effnerstrasse 39a 81925 München Germany www.mergeflow.com 2 About Mergeflow What We Do Our innovation analytics

More information

Enabling ICT for. development

Enabling ICT for. development Enabling ICT for development Interview with Dr M-H Carolyn Nguyen, who explains why governments need to start thinking seriously about how to leverage ICT for their development goals, and why an appropriate

More information

Cross Linking Research and Education and Entrepreneurship

Cross Linking Research and Education and Entrepreneurship Cross Linking Research and Education and Entrepreneurship MATLAB ACADEMIC CONFERENCE 2016 Ken Dunstan Education Manager, Asia Pacific MathWorks @techcomputing 1 Innovation A pressing challenge Exceptional

More information

Future Perspectives. Maria Grazia Pia, INFN Genova in rappresentanza del gruppo Geant4-INFN.

Future Perspectives. Maria Grazia Pia, INFN Genova in rappresentanza del gruppo Geant4-INFN. Future Perspectives in rappresentanza del gruppo Geant4-INFN http://www.ge.infn.it/geant4/ Commissione Calcolo e Reti Roma, 21-22 febbraio 2005 Geant4: the present BaBar 2.2 billion events, 700 years,

More information

About Software Engineering.

About Software Engineering. About Software Engineering pierre-alain.muller@uha.fr What is Software Engineering? Software Engineering Software development Engineering Let s s have a look at ICSE International Conference on Software

More information

Research Data - Infrastructure and Services Wim Jansen European Commission DG CONNECT einfrastructure

Research Data - Infrastructure and Services Wim Jansen European Commission DG CONNECT einfrastructure einfrastructure@geospatial Research Data - Infrastructure and Services Wim Jansen European Commission DG CONNECT einfrastructure This presentation is about: Data and Computing e-infrastructures go together

More information

Economies of the Commons 2, Paying the cost of making things free, 13 December 2010, Session Materiality and sustainability of digital culture)

Economies of the Commons 2, Paying the cost of making things free, 13 December 2010, Session Materiality and sustainability of digital culture) Economies of the Commons 2, Paying the cost of making things free, 13 December 2010, Session Materiality and sustainability of digital culture) I feel a bit like a party pooper, today. Because my story

More information

Design Constructs for Integration of Collaborative ICT Applications in Innovation Management

Design Constructs for Integration of Collaborative ICT Applications in Innovation Management Design Constructs for Integration of Collaborative ICT Applications in Innovation Management Sven-Volker Rehm 1, Manuel Hirsch 2, Armin Lau 2 1 WHU Otto Beisheim School of Management, Burgplatz 2, 56179

More information

Research Infrastructures and Innovation

Research Infrastructures and Innovation Research Infrastructures and Innovation Octavi Quintana Principal Adviser European Commission DG Research & Innovation The presentation shall neither be binding nor construed as constituting commitment

More information

Strategic Transport Technology Plan

Strategic Transport Technology Plan Strategic Transport Technology Plan The Europe 2020 Strategy includes the flagship initiative "Resource efficient Europe", under which the European Commission is to present proposals to modernise the transport

More information

The Study on the Architecture of Public knowledge Service Platform Based on Collaborative Innovation

The Study on the Architecture of Public knowledge Service Platform Based on Collaborative Innovation The Study on the Architecture of Public knowledge Service Platform Based on Chang ping Hu, Min Zhang, Fei Xiang Center for the Studies of Information Resources of Wuhan University, Wuhan,430072,China,

More information

Not only web. Computing methods and tools originating from high energy physics experiments

Not only web. Computing methods and tools originating from high energy physics experiments Not only web Computing methods and tools originating from high energy physics experiments Oxana Smirnova Particle Physics (www.hep.lu.se) COMPUTE kick-off, 2012-03-02 High Energies start here Science of

More information

Digital Divide and Social Media: Connectivity Doesn t End the Digital Divide, Skills Do By Danica Radovanovic December 14, 2011

Digital Divide and Social Media: Connectivity Doesn t End the Digital Divide, Skills Do By Danica Radovanovic December 14, 2011 Permanent Address: http://blogs.scientificamerican.com/guestblog/2011/12/14/digital-divide-and-social-media-connectivitydoesnt-end-the-digital-divide-skills-do/ Digital Divide and Social Media: Connectivity

More information

Document downloaded from:

Document downloaded from: Document downloaded from: http://hdl.handle.net/1251/64738 This paper must be cited as: Reaño González, C.; Pérez López, F.; Silla Jiménez, F. (215). On the design of a demo for exhibiting rcuda. 15th

More information

Written response to the public consultation on the European Commission Green Paper: From

Written response to the public consultation on the European Commission Green Paper: From EABIS THE ACADEMY OF BUSINESS IN SOCIETY POSITION PAPER: THE EUROPEAN UNION S COMMON STRATEGIC FRAMEWORK FOR FUTURE RESEARCH AND INNOVATION FUNDING Written response to the public consultation on the European

More information

Second MyOcean User Workshop 9-10 April 2013, Copenhagen Main outcomes

Second MyOcean User Workshop 9-10 April 2013, Copenhagen Main outcomes Second MyOcean User Workshop 9-10 April 2013, Copenhagen Main outcomes May 13 th, 2013 1. Objectives of the MyOcean User Workshop The 2 nd MyOcean User Workshop took place on 9-10 April 2013 in Copenhagen,

More information

ACHIEVING SPECTRUM HARMONISATION TO DELIVER CONNECTIVITY TO NEXT 1 BILLION Joaquin Restrepo, Chief of Outreach and Publication Services Division, BR/

ACHIEVING SPECTRUM HARMONISATION TO DELIVER CONNECTIVITY TO NEXT 1 BILLION Joaquin Restrepo, Chief of Outreach and Publication Services Division, BR/ ACHIEVING SPECTRUM HARMONISATION TO DELIVER CONNECTIVITY TO NEXT 1 BILLION Joaquin Restrepo, Chief of Outreach and Publication Services Division, BR/ ITU 1 ITU-T Telecommunication standardization - network

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

A brief history of Communication

A brief history of Communication A brief history of Communication Can you imagine life without your blackberry, facebook, mixit or twitter??? Did you ever wonder how communication began or how it originated? Communication has changed

More information

Evaluation of CPU Frequency Transition Latency

Evaluation of CPU Frequency Transition Latency Noname manuscript No. (will be inserted by the editor) Evaluation of CPU Frequency Transition Latency Abdelhafid Mazouz Alexandre Laurent Benoît Pradelle William Jalby Abstract Dynamic Voltage and Frequency

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

PROJECT FACT SHEET GREEK-GERMANY CO-FUNDED PROJECT. project proposal to the funding measure

PROJECT FACT SHEET GREEK-GERMANY CO-FUNDED PROJECT. project proposal to the funding measure PROJECT FACT SHEET GREEK-GERMANY CO-FUNDED PROJECT project proposal to the funding measure Greek-German Bilateral Research and Innovation Cooperation Project acronym: SIT4Energy Smart IT for Energy Efficiency

More information

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS Nuno Sousa Eugénio Oliveira Faculdade de Egenharia da Universidade do Porto, Portugal Abstract: This paper describes a platform that enables

More information

Introduction to adoption of lean canvas in software test architecture design

Introduction to adoption of lean canvas in software test architecture design Introduction to adoption of lean canvas in software test architecture design Padmaraj Nidagundi 1, Margarita Lukjanska 2 1 Riga Technical University, Kaļķu iela 1, Riga, Latvia. 2 Politecnico di Milano,

More information

ADDITIVE MANUFACTURING FOR INNOVATIVE DESIGN AND PRODUCTION

ADDITIVE MANUFACTURING FOR INNOVATIVE DESIGN AND PRODUCTION FOR INNOVATIVE DESIGN AND PRODUCTION INTRODUCTION The implications of additive manufacturing (AM), also known as 3D printing, span the entire product lifecycle and compel us to reimagine how products are

More information

Technology Transfer and Climate Change: International Flows, Barriers and Frameworks

Technology Transfer and Climate Change: International Flows, Barriers and Frameworks Brookings Global Economy and Development Climate Change Trade and Investment Washington, DC June 8, 2008 Technology Transfer and Climate Change: International Flows, Barriers and Frameworks 1 Dr. Brian

More information

Compendium Overview. By John Hagel and John Seely Brown

Compendium Overview. By John Hagel and John Seely Brown Compendium Overview By John Hagel and John Seely Brown Over four years ago, we began to discern a new technology discontinuity on the horizon. At first, it came in the form of XML (extensible Markup Language)

More information

NEWSLETTER 6 JANUARY 2017

NEWSLETTER 6 JANUARY 2017 NEWSLETTER 6 JANUARY 2017 Dear Reader, MESSAGE FROM THE COORDINATOR I m pleased to present you the new Cloud for Europe newsletter. Looking at the last year we are happy about the achievements and progress

More information

DELIVERABLE SEPE Exploitation Plan

DELIVERABLE SEPE Exploitation Plan 2016 DELIVERABLE 6.1.3 SEPE Exploitation Plan Table of Contents Executive Summary... 3 1. Description of the Project... 4 2. Aims & Objectives of the Deliverable... 5 3. SEPE s role in Exploitation...

More information

Towards an MDA-based development methodology 1

Towards an MDA-based development methodology 1 Towards an MDA-based development methodology 1 Anastasius Gavras 1, Mariano Belaunde 2, Luís Ferreira Pires 3, João Paulo A. Almeida 3 1 Eurescom GmbH, 2 France Télécom R&D, 3 University of Twente 1 gavras@eurescom.de,

More information

Indoor Positioning with a WLAN Access Point List on a Mobile Device

Indoor Positioning with a WLAN Access Point List on a Mobile Device Indoor Positioning with a WLAN Access Point List on a Mobile Device Marion Hermersdorf, Nokia Research Center Helsinki, Finland Abstract This paper presents indoor positioning results based on the 802.11

More information

Analysis of the electrical disturbances in CERN power distribution network with pattern mining methods

Analysis of the electrical disturbances in CERN power distribution network with pattern mining methods OLEKSII ABRAMENKO, CERN SUMMER STUDENT REPORT 2017 1 Analysis of the electrical disturbances in CERN power distribution network with pattern mining methods Oleksii Abramenko, Aalto University, Department

More information

GOVERNMENT RESOLUTION ON THE OBJECTIVES OF THE NATIONAL INFORMATION SOCIETY POLICY FOR

GOVERNMENT RESOLUTION ON THE OBJECTIVES OF THE NATIONAL INFORMATION SOCIETY POLICY FOR GOVERNMENT RESOLUTION ON THE OBJECTIVES OF THE NATIONAL INFORMATION SOCIETY POLICY FOR 2007-2011 2 1. Introduction Information and communications technology (ICT) plays an ever greater role in everyday

More information