THE GREEK UNIVERSITIES INTO THE DIGITAL WORLD THE U-PORTAL CASE STUDY

Size: px
Start display at page:

Download "THE GREEK UNIVERSITIES INTO THE DIGITAL WORLD THE U-PORTAL CASE STUDY"

Transcription

1 THE GREEK UNIVERSITIES INTO THE DIGITAL WORLD THE U-PORTAL CASE STUDY Evangelos Vlachogiannis, Nikos Viorres Dept. of Product and Systems Design Engineering University of the Aegean, Syros GR-84100, Greece Spiros Bolis Network Operations Center University of Athens Athens GR-15784, Greece Ophelia Neofytou Center of Communications & Networking University of Crete Heraklio GR Greece Abstract This paper briefly presents part of the work performed within the e- University project: a Greek national project aiming to digitalize administrative activities of the Greek universities. The common gateway to e-university is a web portal, the U-portal. This paper discusses the design and implementation of the U-portal infrastructure that is intended to be the central hub of the Greek Universities for students, academic staff and public. The design and implementation approach of the U-Portal were based on investigation of the current state of the web portal technology on both national and international level, through literature research and surveys on institutional level. An architecture based on open source technologies has been adopted and developed. Introduction The academic process in the corpus of universities is often being distracted by bureaucratic procedures that moreover lead to the overspending of the national revenues and the annoyance of the interest parties. These are the primary problems that the e-university aims at facing through the simplification of bureaucratic mechanisms and the support of processes of service to the citizen, with the use of Information 1

2 and Communication Technologies, minimizing at the same time its response time. The action of the e-university ( concerns the digitalization of information and administration of the higher education that are provided to the citizens, e.g., students, candidate students (pupils), graduates, parents, the teaching and research personnel, contractors and suppliers. The objective of this particular action is to complete and unify the existing operations in each institution, in order to achieve a very high level of provided digital governmental for the citizens. All the subsystems of the e-university have been developed in open source software in order to be available in all the Greek academic institutions. This paper presents in the begging the identified design requirements of the U-Portal as they emerged from a survey addressed to the Greek higher degree institutions and from the literature investigation. Then, the description of the system architecture and the technological scene used for the implementation follows. Finally some conclusions and foreseen work are being discussed. The identification of the design requirements The Survey A fundamental methodological step for a successful project is always the investigation of the underling state and its connection to the emerging requirements of the design problem. In the current project, the aforementioned investigation took place primarily through a survey (questionnaires and interviews) aiming at: Collecting data about the current state; Investigating the institutions requirements for a portal infrastructure; Investigating the institutions intention for the exploitation of a portal infrastructure; Eliciting the position of the institutions about the portal paradigm and its relevant issues such as aggregation, specific requirements, evaluation criteria, cost and more. Some of the conclusions gathered through the analysis of the responses from 29 institutions (18 Universities and 11 Technological Institutes), nearly at the beginning of 2006, are the following: The notion of the term portal is not clear. Thus the it can offer are neither clear. There is no awareness of the aims and importance of Web accessibility. Most institutions offer plethora of but not in a centralized manner. 2

3 The fact that the offered are not adequately adopted is charged to the unwillingness of the end users. Not adequate promotion of the offered. No use of common platform. PHP seems to be the most popular technology. Institutions strongly require open source technologies. Ability for easy integration with current infrastructure like LDAP is strongly required. Most of the institutions are willing to use the U-Portal infrastructure. A central hub for offering seems to be a demand. The survey results raised some critical issues that need to be addressed during the design and implementation of the U-Portal including: The web accessibility issue seems to be a primary requirement for the design of U-Portal. Promoting a common policy would ensure the accessibility of the by people with special requirements. Currently most of the institutions already use a kind of content management system (CMS). On one hand this is reasonable as it allows for easy administration and maintenance but on the other hand the available CMS were not designed having in mind the specific requirements of an institution. This led to custom solutions that rise maintenance, extensibility and interoperability problems. The institutions in Greece seem not to cooperate with regard to their digital infrastructure and which leads to fragmentary efforts and interoperability problems. The literature investigation The portal paradigm has been used widely during the last years. This is simply obvious by the number of enterprise portals that have been appeared. According to Strauss (Strauss, 2002) the notion of portal arose due to the diverging structural, conceptual and functional characteristics of such web sites. There have appeared many definitions of the portal notion mainly due to the big competitors such as Yahoo and Excite. Recently, an IBM study argued that the conceptual confusion for the notion of the term portal has come to an end as most of the big leaders converge to the following definition: a secure point of interaction with diverse information, processes and people, personalized according to the user s requirements (IBM, 2003). In the domain of academic portals, several attempts have also been identified using the portal infrastructure as a gateway to the institutions. The specific requirements of an academic environment had to be taken into account in order to conclude to system specifications. Several movements have been identified including JA-SIG 1, PORTAL, Indiana 1 Java in Administration Special Interest Group - 3

4 University s OneStart Portal and Santa Barbara City College s Project Redesign and Portal Development Pickett (Pickett, 2002). In addition, the literature investigation included methodologies for the product and systems design including systems thinking, contextual design and design for all. Such methodologies have been used in a conceptual level for identifying the requirements and software engineering methods (e.g. OOP, XP) have been employed in order to specify the actual requirements of the system (use cases). Furthermore, software engineering best practices and patterns have been employed for ensuring the quality of the resulting system including Separation of Concerns, Component oriented Programming, Service oriented programming, open source, Model View Controller. An important part of the research for the interoperability of the systems and thus the adoption of the project results was the identification of standards and widely used technologies. JSR-168 and WSRP (Web for remote portlets) were recognised as the most important standards considering interoperability between portal systems and their contained applications called portlets. In other words, any stakeholder intending to develop an application destined to run under the U-Portal platform needs to follow such specifications (JSR-168 for Java local portlets and WSRP for any technology remote portlets). At the end of the requirements analysis, the project partners realized a comparative evaluation of the available open source portal platforms according to several weighted criteria including maturity, extensibility, accessibility, standards, usability, documentation, support / community, portability, flexibility, management, functionality and security. The evaluation resulted in the adopted platform for the development of U- Portal; the Apache Jetspeed-2 2. The U-Portal architecture and implementation Interaction with other systems of e-university U-Portal is an infrastructure that is necessary to interoperate with other systems under the e-university framework. This section describes the interaction of U-Portal with the rest of the systems that are being developed under the e-university project as illustrated in Figure 1. As illustrated in figure, the subsystems / that are being developed for supporting specific institution s workflows are going to be implemented as portlets that will be anchored on the U-Portal interface. This is possible due to interoperability specifications like WSRP. The LDAP service will interact with the portal through queries for the authentication and authorization of the users. Finally the PKI service will provide the required infrastructure for the certification of the users and

5 LDAP e-university subsystems web Legacy system web Student Financial affairs Procureme nt Public works Administra tive affairs Research programmes Document Management e-procurement Workflow Management System U-Portal portlets web Ministry of Education / other institutions Figure 1: e-university and U-Portal U-Portal Architecture and functional requirements This section presents the actual U-Portal architecture in an abstract level in order to present the way the responsibilities (functionality) are effectively distributed to the subsystems. Doing that, some terms need to be clarified: Component: The combination of a software interface and its implementation responsible for a specific task. This allows the modification / replacement of the implementation without affecting the rest of the system. Service: A set of for an integrated solution The identification of functional requirements has been the outcome of the overall approach as described so far in previous sections and gives emphasis to the end user and to issues like usability and accessibility (WCAG1.0 A level conformance as minimum conformance requirement) (see also Vlachogiannis et al, 2005). The adopted software architecture is Service Oriented on both the service / component and the portlet (remote portlets) level. Depending on their importance, the have been classified to portlet, core and extra, as illustrated in Figure 2. All the aforementioned are using a set of the components for their implementation. The components are being managed by a component framework (like SpringFramework 3 ). Jetspeed-2 has proved suitable for such architecture and has been adopted as the basis for the U-Portal

6 Core Services Portlets Services Services Extra Services Portal Components Components / Services Framework Figure 2: General U-Portal Architecture What has been achieved and what is left to be done The e-university project has recently finished its second phase that included the actual implementation of the portal infrastructure and some indicative portlets including news, calendar, FAQ and more. It is now at the stage that the (portlets) illustrated in Figure 1 are being developed. After that phase the e-university is going to move to the third final phase, the pilot phase. In this phase will participate two Universities the University of Aegean and the University of Crete and the results of the pilot will be directly applicable to the rest of the Greek Academic Community. References IBM, Portal Definition (2003) Java Specification Request 168, Kropp,A., Leue, C, Thompson, R. (2003). Web Services for Remote Portlets Specification; approved as an OASIS standard in August, ( Pickett, R. A. and Habre, W. B. Building portals for higher education. New Directions for Institutional Research, 113, Spring, PORTAL, Presenting national Resources To Audiences Locally: Strauss, H. (2002). All About Web Portals: A Home Page Doth Not a Portal Make, In: Katz, R.N. et al. Web Portals in Higher Education: Technologies to Make IT Personal. Vlachogiannis E., Darzentas J., Arnellos A., Spyrou T., Darzentas J. (2005). The accessibility of web applications: the case of portals and portlets - HCI Internationcal 2005, Las Vegas 6

Methodology for Agent-Oriented Software

Methodology for Agent-Oriented Software ب.ظ 03:55 1 of 7 2006/10/27 Next: About this document... Methodology for Agent-Oriented Software Design Principal Investigator dr. Frank S. de Boer (frankb@cs.uu.nl) Summary The main research goal of this

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

REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS

REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS EUROPEAN COMMISSION Brussels, 9.9.2011 COM(2011) 548 final REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF THE REGIONS

More information

Online Access to Cultural Heritage through Digital Collections: the MICHAEL Project

Online Access to Cultural Heritage through Digital Collections: the MICHAEL Project Online Access to Cultural Heritage through Digital Collections: the MICHAEL Project Giuliana De Francesco defrancesco@beniculturali.it Ministero per i beni e le attività culturali,, Italy INFORUM 2005.

More information

Strategy EXECUTIVE SUMMARY NATIONAL DOCUMENTATION CENTRE NHRF

Strategy EXECUTIVE SUMMARY NATIONAL DOCUMENTATION CENTRE NHRF Strategy EXECUTIVE SUMMARY NATIONAL DOCUMENTATION CENTRE NHRF STRATEGY Executive Summary NATIONAL DOCUMENTATION CENTRE NHRF NATIONAL DOCUMENTATION CENTRE NHRF Copyright 2018 National Documentation Centre

More information

A tool on Privacy Enhancing Technologies (PETs) knowledge management and maturity assessment

A tool on Privacy Enhancing Technologies (PETs) knowledge management and maturity assessment A tool on Privacy Enhancing Technologies (PETs) knowledge management and maturity assessment www.enisa.europa.eu European Union Agency For Network and Information Security About ENISA The European Union

More information

Systems Engineering Presented at Stevens New Jersey Community College Strategic Partnership 27 th September, 2005

Systems Engineering Presented at Stevens New Jersey Community College Strategic Partnership 27 th September, 2005 Systems Engineering Presented at Stevens New Jersey Community College Strategic Partnership 27 th September, 2005 Dr. Rashmi Jain Associate Professor Systems Engineering and Engineering Management 2005

More information

Lithuania: Pramonė 4.0

Lithuania: Pramonė 4.0 Digital Transformation Monitor Lithuania: Pramonė 4.0 February 2018 Internal Market, Industry, Entrepreneurship and SMEs Lithuania:Pramonė 4.0 Lithuania: Pramonė 4.0 istock.com Fact box for Lithuania s

More information

An Overview of SMARTCITY Model Using IOT

An Overview of SMARTCITY Model Using IOT An Overview of SMARTCITY Model Using IOT Princi Jain, Mr.Ashendra Kumar Saxena Student, Teerthanker Mahaveer University, CCSIT, Moradabad Assistant Professor, Teerthanker Mahaveer University, CCSIT, Moradabad

More information

IBM Rational Software

IBM Rational Software IBM Rational Software Development Conference 2008 Pushing open new DOORS: Support for next generation methodologies for capturing and analyzing requirements Phani Challa Rick Banerjee phchalla@in.ibm.com

More information

Public Purchasing Policies for e-local government services and the emergence of KIE: The Case of the LGAF (Local Government Application Framework)

Public Purchasing Policies for e-local government services and the emergence of KIE: The Case of the LGAF (Local Government Application Framework) Public Purchasing Policies for e-local government services and the emergence of KIE: The Case of the LGAF (Local Government Application Framework) initiative in Greece DIME-AEGIS-LIEE/NTUA ATHENS 2010

More information

Sustainable Development Education, Research and Innovation

Sustainable Development Education, Research and Innovation Sustainable Development Education, Research and Innovation Vision for Knowledge Economy Professor Maged Al-Sherbiny Assistant Minister for Scientific Research Towards Science, Technology and Innovation

More information

Interoperable systems that are trusted and secure

Interoperable systems that are trusted and secure Government managers have critical needs for models and tools to shape, manage, and evaluate 21st century services. These needs present research opportunties for both information and social scientists,

More information

DIGITAL TRANSFORMATION LESSONS LEARNED FROM EARLY INITIATIVES

DIGITAL TRANSFORMATION LESSONS LEARNED FROM EARLY INITIATIVES DIGITAL TRANSFORMATION LESSONS LEARNED FROM EARLY INITIATIVES Produced by Sponsored by JUNE 2016 Contents Introduction.... 3 Key findings.... 4 1 Broad diversity of current projects and maturity levels

More information

UNITED NATIONS COMMISSION ON SCIENCE AND TECHNOLOGY FOR DEVELOPMENT (CSTD)

UNITED NATIONS COMMISSION ON SCIENCE AND TECHNOLOGY FOR DEVELOPMENT (CSTD) UNITED NATIONS COMMISSION ON SCIENCE AND TECHNOLOGY FOR DEVELOPMENT (CSTD) Contribution to the CSTD ten-year review of the implementation of WSIS outcomes Submitted by PAKISTAN DISCLAIMER: The views presented

More information

URBAN WIKI AND VR APPLICATIONS

URBAN WIKI AND VR APPLICATIONS URBAN WIKI AND VR APPLICATIONS Wael Abdelhameed, Ph.D., University of Bahrain, College of Engineering, Bahrain; South Valley University, Faculty of Fine Arts at Luxor, Egypt; wael.abdelhameed@gmail.com

More information

Grand Challenges for Systems and Services Sciences

Grand Challenges for Systems and Services Sciences Grand Challenges for Systems and Services Sciences Brian Monahan, David Pym, Richard Taylor, Chris Tofts, Mike Yearworth Trusted Systems Laboratory HP Laboratories Bristol HPL-2006-99 July 13, 2006* systems,

More information

Privacy, Technology and Economics in the 5G Environment

Privacy, Technology and Economics in the 5G Environment Privacy, Technology and Economics in the 5G Environment S A M A N T K H A J U R I A A S S I S T P R O F E S S O R, C M I K N U D E R I K S K O U B Y P R O F E S S O R, D I R E C T O R C M I S K O U B Y

More information

Greece. Stefanos Kollias NTUA Greek NRG Representative. Map of Greece, late 17 th -early 18 th century Egg tempera on panel Benaki Museum

Greece. Stefanos Kollias NTUA Greek NRG Representative. Map of Greece, late 17 th -early 18 th century Egg tempera on panel Benaki Museum Greece Stefanos Kollias NTUA Greek NRG Representative Map of Greece, late 17 th -early 18 th century Egg tempera on panel Benaki Museum 76 Delphi, the Temple of Apollo Photo: Xenikaki Kalliopi Hellenic

More information

FINLAND. The use of different types of policy instruments; and/or Attention or support given to particular S&T policy areas.

FINLAND. The use of different types of policy instruments; and/or Attention or support given to particular S&T policy areas. FINLAND 1. General policy framework Countries are requested to provide material that broadly describes policies related to science, technology and innovation. This includes key policy documents, such as

More information

OASIS concept. Evangelos Bekiaris CERTH/HIT OASIS ISWC2011, 24 October, Bonn

OASIS concept. Evangelos Bekiaris CERTH/HIT OASIS ISWC2011, 24 October, Bonn OASIS concept Evangelos Bekiaris CERTH/HIT The ageing of the population is changing also the workforce scenario in Europe: currently the ratio between working people and retired ones is equal to 4:1; drastic

More information

Terms of Reference. Call for Experts in the field of Foresight and ICT

Terms of Reference. Call for Experts in the field of Foresight and ICT Terms of Reference Call for Experts in the field of Foresight and ICT Title Work package Lead: Related Workpackage: Related Task: Author(s): Project Number Instrument: Call for Experts in the field of

More information

CO-ORDINATION MECHANISMS FOR DIGITISATION POLICIES AND PROGRAMMES:

CO-ORDINATION MECHANISMS FOR DIGITISATION POLICIES AND PROGRAMMES: CO-ORDINATION MECHANISMS FOR DIGITISATION POLICIES AND PROGRAMMES: NATIONAL REPRESENTATIVES GROUP (NRG) SUMMARY REPORT AND CONCLUSIONS OF THE MEETING OF 10 DECEMBER 2002 The third meeting of the NRG was

More information

Co-funded by the I Erasmus+ Programme of the European Union

Co-funded by the I Erasmus+ Programme of the European Union ENEX Innovation Management Lesson plans ver. 1 February, 2016, Faculty of Management Co-funded by the I Erasmus+ Programme of the European Union 1 Table of contents Introduction...3 Course modules...4

More information

OPEN BOARD MEETING! Barcelona, 2 July 2015! 17:00 18:00!!

OPEN BOARD MEETING! Barcelona, 2 July 2015! 17:00 18:00!! OPEN BOARD MEETING Barcelona, 2 July 2015 17:00 18:00 AGENDA PARTNERSHIP NEW PROJECT : EUROPEANA DSI CALLS EU PROJECTS MCA TRAINING OFFER MCA PORTAL OTHERS TOPICS DISCUSSION AND QUESTIONS PARTNERSHIP NEMO

More information

Innovative public procurement case Finland

Innovative public procurement case Finland Innovative public procurement case Finland 14.9.2009 Petri Lehto Ministry of Employment and the Economy Innovation department / Demand-based Innovations (www.tem.fi/inno) Finland s Innovation strategy

More information

Impediments to designing and developing for accessibility, accommodation and high quality interaction

Impediments to designing and developing for accessibility, accommodation and high quality interaction Impediments to designing and developing for accessibility, accommodation and high quality interaction D. Akoumianakis and C. Stephanidis Institute of Computer Science Foundation for Research and Technology-Hellas

More information

Framework Programme 7

Framework Programme 7 Framework Programme 7 1 Joining the EU programmes as a Belarusian 1. Introduction to the Framework Programme 7 2. Focus on evaluation issues + exercise 3. Strategies for Belarusian organisations + exercise

More information

Workshop on Census Data Processing Doha, Qatar 18-22/05/2008

Workshop on Census Data Processing Doha, Qatar 18-22/05/2008 Palestinian National Authority Palestinian Central Bureau of Statistics United Nations Statistics Division (UNSD) Economic and Social Commission for Western Asia (ESCWA) Workshop on Census Data Processing

More information

ccess to Cultural Heritage Networks Across Europe

ccess to Cultural Heritage Networks Across Europe A INTERVIEW Italy Rossella Caffo Germany Monika Hagedorn -Saupe ccess to Cultural Heritage Networks Across Europe Interview with the ATHENA project coordinator - Rossella Caffo, Ministry of, Italy by Monika

More information

EMERGING ISSUES IN SUSTAINABLE INDUSTRIAL DESIGN PRACTICE: IMPLICATIONS FOR DESIGNERS, MANUFACTURERS AND EDUCATORS

EMERGING ISSUES IN SUSTAINABLE INDUSTRIAL DESIGN PRACTICE: IMPLICATIONS FOR DESIGNERS, MANUFACTURERS AND EDUCATORS EMERGING ISSUES IN SUSTAINABLE INDUSTRIAL DESIGN PRACTICE: IMPLICATIONS FOR DESIGNERS, MANUFACTURERS AND EDUCATORS John Dennison Submitted for the degree of Master of Design by Research University of Technology,

More information

WORKSHOP ON BASIC RESEARCH: POLICY RELEVANT DEFINITIONS AND MEASUREMENT ISSUES PAPER. Holmenkollen Park Hotel, Oslo, Norway October 2001

WORKSHOP ON BASIC RESEARCH: POLICY RELEVANT DEFINITIONS AND MEASUREMENT ISSUES PAPER. Holmenkollen Park Hotel, Oslo, Norway October 2001 WORKSHOP ON BASIC RESEARCH: POLICY RELEVANT DEFINITIONS AND MEASUREMENT ISSUES PAPER Holmenkollen Park Hotel, Oslo, Norway 29-30 October 2001 Background 1. In their conclusions to the CSTP (Committee for

More information

Economic and Social Council

Economic and Social Council United Nations Economic and Social Council Distr.: General 30 April 2012 ECE/CES/2012/32 English only Economic Commission for Europe Conference of European Statisticians Sixtieth plenary session Paris,

More information

REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT AND THE COUNCIL. on the evaluation of Europeana and the way forward. {SWD(2018) 398 final}

REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT AND THE COUNCIL. on the evaluation of Europeana and the way forward. {SWD(2018) 398 final} EUROPEAN COMMISSION Brussels, 6.9.2018 COM(2018) 612 final REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT AND THE COUNCIL on the evaluation of Europeana and the way forward {SWD(2018) 398 final}

More information

Reflections Over a Socio-technical Infrastructuring Effort

Reflections Over a Socio-technical Infrastructuring Effort Reflections Over a Socio-technical Infrastructuring Effort Antonella De Angeli, Silvia Bordin, María Menéndez Blanco University of Trento, via Sommarive 9, 38123 Trento, Italy {antonella.deangeli, bordin,

More information

Pan-Canadian Trust Framework Overview

Pan-Canadian Trust Framework Overview Pan-Canadian Trust Framework Overview A collaborative approach to developing a Pan- Canadian Trust Framework Authors: DIACC Trust Framework Expert Committee August 2016 Abstract: The purpose of this document

More information

MARITIME CLUSTERS SUPPORTING RESEARCH & INNOVATION TO ENHANCE BLUE ECONOMY ENTREPRENEURSHIP TRIPLE HELIX MATRIX

MARITIME CLUSTERS SUPPORTING RESEARCH & INNOVATION TO ENHANCE BLUE ECONOMY ENTREPRENEURSHIP TRIPLE HELIX MATRIX MARITIME CLUSTERS SUPPORTING RESEARCH & INNOVATION TO ENHANCE BLUE ECONOMY ENTREPRENEURSHIP TRIPLE HELIX MATRIX University of the Aegean Contents of the presentation CoRINThos project - General information,

More information

REPORT ON THE INTERNATIONAL CONFERENCE MEMORY OF THE WORLD IN THE DIGITAL AGE: DIGITIZATION AND PRESERVATION OUTLINE

REPORT ON THE INTERNATIONAL CONFERENCE MEMORY OF THE WORLD IN THE DIGITAL AGE: DIGITIZATION AND PRESERVATION OUTLINE 37th Session, Paris, 2013 inf Information document 37 C/INF.15 6 August 2013 English and French only REPORT ON THE INTERNATIONAL CONFERENCE MEMORY OF THE WORLD IN THE DIGITAL AGE: DIGITIZATION AND PRESERVATION

More information

PROMINENT MED. Public procurement of INnovation boosting green growth in MED area

PROMINENT MED. Public procurement of INnovation boosting green growth in MED area PROMINENT MED Public procurement of INnovation boosting green growth in MED area Innovation Procurement in small MED municipalities: challenges and opportunities DIEGO MATTIOLI Prominent MED focuses on

More information

CAPACITIES. 7FRDP Specific Programme ECTRI INPUT. 14 June REPORT ECTRI number

CAPACITIES. 7FRDP Specific Programme ECTRI INPUT. 14 June REPORT ECTRI number CAPACITIES 7FRDP Specific Programme ECTRI INPUT 14 June 2005 REPORT ECTRI number 2005-04 1 Table of contents I- Research infrastructures... 4 Support to existing research infrastructure... 5 Support to

More information

Europeana as a Resource for Social Scientists in Agriculture and Food: a Case Study

Europeana as a Resource for Social Scientists in Agriculture and Food: a Case Study Hungarian Association of Agricultural Informatics European Federation for Information Technology in Agriculture, Food and the Environment Journal of Agricultural Informatics. Vol. 7, No. 2 journal.magisz.org

More information

Committee on Industry, Research and Energy WORKING DOCUMENT. on Innovation Union: Transforming Europe for a post-crisis world

Committee on Industry, Research and Energy WORKING DOCUMENT. on Innovation Union: Transforming Europe for a post-crisis world EUROPEAN PARLIAMT 2009-2014 Committee on Industry, Research and Energy 12.11.2010 WORKING DOCUMT on Innovation Union: Transforming Europe for a post-crisis world Committee on Industry, Research and Energy

More information

Increased Visibility in the Social Sciences and the Humanities (SSH)

Increased Visibility in the Social Sciences and the Humanities (SSH) Increased Visibility in the Social Sciences and the Humanities (SSH) Results of a survey at the University of Vienna Executive Summary 2017 English version Increased Visibility in the Social Sciences and

More information

Copyright: Conference website: Date deposited:

Copyright: Conference website: Date deposited: Coleman M, Ferguson A, Hanson G, Blythe PT. Deriving transport benefits from Big Data and the Internet of Things in Smart Cities. In: 12th Intelligent Transport Systems European Congress 2017. 2017, Strasbourg,

More information

Brief to the. Senate Standing Committee on Social Affairs, Science and Technology. Dr. Eliot A. Phillipson President and CEO

Brief to the. Senate Standing Committee on Social Affairs, Science and Technology. Dr. Eliot A. Phillipson President and CEO Brief to the Senate Standing Committee on Social Affairs, Science and Technology Dr. Eliot A. Phillipson President and CEO June 14, 2010 Table of Contents Role of the Canada Foundation for Innovation (CFI)...1

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

Sharing the effort a personal view on D3.4

Sharing the effort a personal view on D3.4 Holger Brocks, hbrocks@ftk.de FTK Research Institute for Telecommunication and Cooperation Co-ordinated by What is APARSEN? A Network of Excellence in digital preservation Funded by European Commission

More information

demonstrator approach real market conditions would be useful to provide a unified partner search instrument for the CIP programme

demonstrator approach real market conditions  would be useful to provide a unified partner search instrument for the CIP programme Contribution by the Ministry of Industry and Trade of the Czech Republic to the public consultations on a successor programme to the Competitiveness and Innovation Framework Programme (CIP) 2007-2013 Given

More information

Mutual Learning Programme Database of National Labour Market Practices. Step-by-Step Guide

Mutual Learning Programme Database of National Labour Market Practices. Step-by-Step Guide Mutual Learning Programme Database of National Labour Market Practices Step-by-Step Guide October 2013 This publication is commissioned by the European Community Programme for Employment and Social Solidarity

More information

Strategic Plan for CREE Oslo Centre for Research on Environmentally friendly Energy

Strategic Plan for CREE Oslo Centre for Research on Environmentally friendly Energy September 2012 Draft Strategic Plan for CREE Oslo Centre for Research on Environmentally friendly Energy This strategic plan is intended as a long-term management document for CREE. Below we describe the

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

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

A Research and Innovation Agenda for a global Europe: Priorities and Opportunities for the 9 th Framework Programme

A Research and Innovation Agenda for a global Europe: Priorities and Opportunities for the 9 th Framework Programme A Research and Innovation Agenda for a global Europe: Priorities and Opportunities for the 9 th Framework Programme A Position Paper by the Young European Research Universities Network About YERUN The

More information

Action Line Cyber-Physical Systems Addressing the challenges and fostering innovation in Cyber-Physical Systems

Action Line Cyber-Physical Systems Addressing the challenges and fostering innovation in Cyber-Physical Systems Action Line Cyber-Physical Systems Addressing the challenges and fostering innovation in Cyber-Physical Systems Dr. Holger Pfeifer Technische Universität München EIT ICT Labs Action Line Lead Cyber-Physical

More information

KNOWLEDGE MANAGEMENT. IAEA Program and Activities on NKM. Keiko Hanamitsu, Nuclear Knowledge Management Section Department of Nuclear Energy, IAEA

KNOWLEDGE MANAGEMENT. IAEA Program and Activities on NKM. Keiko Hanamitsu, Nuclear Knowledge Management Section Department of Nuclear Energy, IAEA KNOWLEDGE MANAGEMENT IAEA Program and Activities on NKM Keiko Hanamitsu, Nuclear Knowledge Management Section Department of Nuclear Energy, IAEA WNU Summer Institute, 13 August 2012, Oxford, UK 1 Presentation

More information

Selecting, Developing and Designing the Visual Content for the Polymer Series

Selecting, Developing and Designing the Visual Content for the Polymer Series Selecting, Developing and Designing the Visual Content for the Polymer Series A Review of the Process October 2014 This document provides a summary of the activities undertaken by the Bank of Canada to

More information

CIVIC EPISTEMOLOGIES Civic Epistemologies: Development of a Roadmap for Citizen Researchers in the age of Digital Culture Workshop on the Roadmap

CIVIC EPISTEMOLOGIES Civic Epistemologies: Development of a Roadmap for Citizen Researchers in the age of Digital Culture Workshop on the Roadmap This project has received funding from the European Union s Seventh Framework Programme for research, technological development and demonstration under grant agreement no 632694 CIVIC EPISTEMOLOGIES Civic

More information

Introduction to Planets. Hans Hofman Nationaal Archief Netherlands Barcelona, 27 March 2009

Introduction to Planets. Hans Hofman Nationaal Archief Netherlands Barcelona, 27 March 2009 Introduction to Planets Hans Hofman Nationaal Archief Netherlands Barcelona, 27 March 2009 Planets overview A 4-year research and technology development project co-funded by the European Union to address

More information

Interaction Design in Digital Libraries : Some critical issues

Interaction Design in Digital Libraries : Some critical issues Interaction Design in Digital Libraries : Some critical issues Constantine Stephanidis Foundation for Research and Technology-Hellas (FORTH) Institute of Computer Science (ICS) Science and Technology Park

More information

Digital Preservation Planning: Principles, Examples and the future with Planets

Digital Preservation Planning: Principles, Examples and the future with Planets Digital Preservation Planning July 29 2008, London, UK Digital Preservation Planning: Principles, Examples and the future with Planets organized in cooperation with DPC Andreas Rauber Vienna University

More information

Nektarios Tavernarakis Chairman of the Board, FORTH Professor, Medical School University of Crete

Nektarios Tavernarakis Chairman of the Board, FORTH Professor, Medical School University of Crete Nektarios Tavernarakis Chairman of the Board, FORTH Professor, Medical School University of Crete FORTH directives A public Research Center which forms an environment for promoting Knowledge and Innovation

More information

Partners. Mobility Schemes Ensuring ACCESSibility of Public Transport for ALL Users. all.eu

Partners. Mobility Schemes Ensuring ACCESSibility of Public Transport for ALL Users.   all.eu http://www.access-to-all.eu Issue: Nov. 2010 Partners CERTH/HIT Center of Research and Technology Hellas/Hellenic Institute of Transport Scientific Coordinator Greece ERT Europe Research Transport Management

More information

Case Study Protocol NCPI Project 5.1

Case Study Protocol NCPI Project 5.1 Case Study Protocol NCPI Project 5.1 Introduction Project 5.1 of the National Center for Postsecondary Improvement is primarily responsible for researching the dynamics and effects of the assessment policies

More information

OpenUP. IRCDL 2018 Udine, Gennaio

OpenUP. IRCDL 2018 Udine, Gennaio OpenUP IRCDL 2018 Udine, 25-26 Gennaio Vittore Casarosa ISTI-CNR, Pisa, Italy The European project OpenUP: OPENing UP new methods, in-dicators and tools for peer review, impact measurement and dissem-ination

More information

Privacy Enhancing Technologies: Evolution and State of the Art A Community Approach to PETs Maturity Assessment

Privacy Enhancing Technologies: Evolution and State of the Art A Community Approach to PETs Maturity Assessment Privacy Enhancing Technologies: Evolution and State of the Art A Community Approach to PETs Maturity Assessment DECEMBER 2016 www.enisa.europa.eu European Union Agency For Network and Information Security

More information

OSRA Overarching Strategic Research Agenda and CapTech SRAs Harmonisation. Connecting R&T and Capability Development

OSRA Overarching Strategic Research Agenda and CapTech SRAs Harmonisation. Connecting R&T and Capability Development O Overarching Strategic Research Agenda and s Harmonisation Connecting R&T and Capability Development The European Defence Agency (EDA) works to foster European defence cooperation to become more cost

More information

Fiscal 2007 Environmental Technology Verification Pilot Program Implementation Guidelines

Fiscal 2007 Environmental Technology Verification Pilot Program Implementation Guidelines Fifth Edition Fiscal 2007 Environmental Technology Verification Pilot Program Implementation Guidelines April 2007 Ministry of the Environment, Japan First Edition: June 2003 Second Edition: May 2004 Third

More information

INTERDISCIPLINARY, BIM-SUPPORTED PLANNING PROCESS

INTERDISCIPLINARY, BIM-SUPPORTED PLANNING PROCESS INTERDISCIPLINARY, BIM-SUPPORTED PLANNING PROCESS Lars Oberwinter Vienna University of Technology, E234 - Institute of Interdisciplinary Construction Process Management, Vienna, Austria, Vienna, Austria,

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

Planning for the 2010 Population and Housing Census in Thailand

Planning for the 2010 Population and Housing Census in Thailand Planning for the 2010 Population and Housing Census in Thailand Ms. Wilailuck Chulewatanakul Ms. Pattama Amornsirisomboon Socio-Economic Statistician National Statistical Office Bangkok, Thailand 1. Introduction

More information

RADIO SPECTRUM POLICY GROUP. Commission activities related to radio spectrum policy

RADIO SPECTRUM POLICY GROUP. Commission activities related to radio spectrum policy EUROPEAN COMMISSION Directorate-General for Communications Networks, Content and Technology Electronic Communications Networks and Services Radio Spectrum Policy Group RSPG Secretariat Brussels, 24 February

More information

PROGRESS REPORT

PROGRESS REPORT EUROPEAN COMMISSION Directorate-General for Communications Networks, Content and Technology Media and Data Creativity Ref. Ares(2016)7276-04/01/2016 IMPLEMENTATION OF THE COMMISSION RECOMMENDATION ON DIGITISATION

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

A Knowledge-Centric Approach for Complex Systems. Chris R. Powell 1/29/2015

A Knowledge-Centric Approach for Complex Systems. Chris R. Powell 1/29/2015 A Knowledge-Centric Approach for Complex Systems Chris R. Powell 1/29/2015 Dr. Chris R. Powell, MBA 31 years experience in systems, hardware, and software engineering 17 years in commercial development

More information

EGIDA Project The EGIDA Methodology P. Mazzetti (CNR-IIA) Istanbul, Turkey November, 2011

EGIDA Project The EGIDA Methodology P. Mazzetti (CNR-IIA) Istanbul, Turkey November, 2011 EGIDA Project The EGIDA Methodology P. Mazzetti (CNR-IIA) Istanbul, Turkey November, 2011 Outline Design of the EGIDA Methodology Description of the EGIDA Methodology DESIGN OF THE EGIDA METHODOLOGY Rationale

More information

An introduction to the 7 th Framework Programme for Research and Technological Development. Gorgias Garofalakis

An introduction to the 7 th Framework Programme for Research and Technological Development. Gorgias Garofalakis An introduction to the 7 th Framework Programme for Research and Technological Development Gorgias Garofalakis Contents What & why Potential impact Scope Inputs Framework Programme Budget and duration

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT ISO/TR 28380-2 First edition 2014-02-15 Health informatics IHE global standards adoption Part 2: Integration and content profiles Informatique de santé Adoption des normes globales IHE

More information

Intelligent Surveillance and Management Functions for Airfield Applications Based on Low Cost Magnetic Field Detectors. Publishable Executive Summary

Intelligent Surveillance and Management Functions for Airfield Applications Based on Low Cost Magnetic Field Detectors. Publishable Executive Summary Intelligent Surveillance and Management Functions for Airfield Applications Based on Low Cost Magnetic Field Detectors Publishable Executive Summary Project Co-ordinator Prof. Dr. Uwe Hartmann Saarland

More information

Greek engineers and libraries in the coming years: a (human) communication model

Greek engineers and libraries in the coming years: a (human) communication model Purdue University Purdue e-pubs Proceedings of the IATUL Conferences 1999 IATUL Proceedings Greek engineers and libraries in the coming years: a (human) communication model Katerina Toraki Technical Chamber

More information

ISO/IEC JTC1/WG11 (IT aspects of) Smart Cities

ISO/IEC JTC1/WG11 (IT aspects of) Smart Cities Location Powers; Our Urban Environment ISO/IEC JTC1/WG11 (IT aspects of) Smart Cities Name: Title: Organisation: Email: Peter Parslow Principal Data Architect / Open Standards Lead Ordnance Survey peter.parslow@os.uk

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

An Integrated Approach Towards the Construction of an HCI Methodological Framework

An Integrated Approach Towards the Construction of an HCI Methodological Framework An Integrated Approach Towards the Construction of an HCI Methodological Framework Tasos Spiliotopoulos Department of Mathematics & Engineering University of Madeira 9000-390 Funchal, Portugal tasos@m-iti.org

More information

Buenos Aires Action Plan

Buenos Aires Action Plan STUDY GROUP 2 QUESTION 4/2 Assistance to developing countries 1 for implementing conformance and interoperability programmes and combating counterfeit information and communication technology equipment

More information

EuropeAid. Sustainable and Cleaner Production in the Manufacturing Industries of Pakistan (SCI-Pak)

EuropeAid. Sustainable and Cleaner Production in the Manufacturing Industries of Pakistan (SCI-Pak) Sustainable and Cleaner Production in the Manufacturing Industries of Pakistan (SCI-Pak) Switch Asia 2008 Target Country Pakistan Implementation period 1.03.2008-29.02.2012 EC co-financing 1126873 Lead

More information

Examples of Public Procurement of R&D services within EU funded Security Research actions

Examples of Public Procurement of R&D services within EU funded Security Research actions Examples of Public Procurement of R&D services within EU funded Security Research actions Paolo Salieri 18 / 10 / 2017 paolo.salieri@ec.europa.eu PCP to steer the development of solutions towards concrete

More information

2011 Proceedings of PICMET '11: Technology Management In The Energy-Smart World (PICMET)

2011 Proceedings of PICMET '11: Technology Management In The Energy-Smart World (PICMET) How are Defensive Patents Defined and Utilized as Business Strategic Tools?: Questionnaire Survey to Japanese Enterprises Having Many Defensive Patents Yoshifumi Okuda, Yoshitoshi Tanaka Graduate School

More information

FET Flagships in Horizon 2020

FET Flagships in Horizon 2020 HORIZON 2020 - Future & Emerging Technologies (FET) Paris, 21 st December 2017 FET Flagships in Horizon 2020 Aymard de Touzalin Deputy Head of Unit, Flagships DG Connect, European Commission 1 Horizon

More information

Digital Transformation Monitor - national initiatives on digitisation of industry

Digital Transformation Monitor - national initiatives on digitisation of industry Digital Transformation Monitor - national initiatives on digitisation of industry Michael Berz Policy Officer for Digital Transformation KETs, Digital Manufacturing & Interoperability Unit DG GROW Working

More information

IMPLEMENTING HSPD-12: A PROGRAM MANAGER S PERSPECTIVE

IMPLEMENTING HSPD-12: A PROGRAM MANAGER S PERSPECTIVE IMPLEMENTING HSPD-12: A PROGRAM MANAGER S PERSPECTIVE Smart Card Alliance 2005 Fall Annual Conference Presented by Mike Butler Director of Smart Card Programs and Operations Defense Manpower Data Center

More information

Creating a Social Investment Fund in Israel: Policy and Financial Considerations

Creating a Social Investment Fund in Israel: Policy and Financial Considerations February, 2014 No. 86 Creating a Social Investment Fund in Israel: Policy and Financial Considerations Daniela Kandel Milken Institute Fellow About the Milken Institute Fellows Program The Milken Institute

More information

NOTE Strategic Forum for International S&T Cooperation (SFIC) opinion on the ERA Framework (input to the ERAC opinion on the ERA Framework)

NOTE Strategic Forum for International S&T Cooperation (SFIC) opinion on the ERA Framework (input to the ERAC opinion on the ERA Framework) EUROPEAN UNION EUROPEAN RESEARCH AREA COMMITTEE Strategic Forum for International S&T Cooperation Secretariat Brussels, 21 November 2011 ERAC-SFIC 1356/11 NOTE Subject: Strategic Forum for International

More information

OVERCOMING BARRIERS THAT HINDERS THE ADOPTION AND IMPLEMENTATION OF BUILDING INFORMATION MODELLING IN THE SOUTH AFRICAN CONSTRUCTION INDUSTRY

OVERCOMING BARRIERS THAT HINDERS THE ADOPTION AND IMPLEMENTATION OF BUILDING INFORMATION MODELLING IN THE SOUTH AFRICAN CONSTRUCTION INDUSTRY OVERCOMING BARRIERS THAT HINDERS THE ADOPTION AND IMPLEMENTATION OF BUILDING INFORMATION MODELLING IN THE SOUTH AFRICAN CONSTRUCTION INDUSTRY George Kekana 1, Clinton Aigbavboa 2 and Wellington Thwala

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

National Innovation System of Mongolia

National Innovation System of Mongolia National Innovation System of Mongolia Academician Enkhtuvshin B. Mongolians are people with rich tradition of knowledge. When the Great Mongolian Empire was established in the heart of Asia, Chinggis

More information

Technology Needs Assessments under GEF Enabling Activities Top Ups

Technology Needs Assessments under GEF Enabling Activities Top Ups National Communications Support Programme United Nations Development Programme Global Environment Facility Technology Needs Assessments under GEF Enabling Activities Top Ups UNFCCC/UNDP Expert Meeting

More information

FUTURE NOW Securing Digital Success

FUTURE NOW Securing Digital Success FUTURE NOW Securing Digital Success 2015-2020 Information Technology and Digital Services are vital enablers of the Securing Success Strategy 1 PREAMBLE The future has never been so close, or as enticing

More information

Our digital future. SEPA online. Facilitating effective engagement. Enabling business excellence. Sharing environmental information

Our digital future. SEPA online. Facilitating effective engagement. Enabling business excellence. Sharing environmental information Our digital future SEPA online Facilitating effective engagement Sharing environmental information Enabling business excellence Foreword Dr David Pirie Executive Director Digital technologies are changing

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

An Introdcution to Horizon 2020

An Introdcution to Horizon 2020 TURKEY IN HORIZON 2020 ALTUN/HORIZ/TR2012/0740.14-2/SER/005 An Introdcution to Horizon 2020 Thies Wittig Deputy Team Leader Project "Turkey in Horizon 2020" Dr. Thies Wittig Ø PhD in Computer Science Ø

More information

Standards and privacy engineering ISO, OASIS, PRIPARE and Other Important Developments

Standards and privacy engineering ISO, OASIS, PRIPARE and Other Important Developments Standards and privacy engineering ISO, OASIS, PRIPARE and Other Important Developments Antonio Kung, CTO 25 rue du Général Foy, 75008 Paris www.trialog.com 9 May 2017 1 Introduction Speaker Engineering

More information