Dienst van SURF
© 2025 SURF
In December of 2004 the Directorate General for Research and Technological Development (DG RTD) of the European Commission (EC) set up a High-Level Expert Group to propose a series of measures to stimulate the reporting of Intellectual Capital in research intensive Small and Medium-Sized Enterprises (SMEs). The Expert Group has focused on enterprises that either perform Research and Development (R&D), or use the results of R&D to innovate and has also considered the implications for the specialist R&D units of larger enterprises, dedicated Research & Technology Organizations and Universities. In this report the Expert Group presents its findings, leading to six recommendations to stimulate the reporting of Intellectual Capital in SMEs by raising awareness, improving reporting competencies, promoting the use of IC Reporting and facilitating standardization.
The Standard for Public Code gives public organizations a model for preparing open source solutions to enable collaborations with similar public organizations in other places. It includes guidance for policy makers, city administrators, developers and vendors.
MULTIFILE
Abstract-Architecture Compliance Checking (ACC) is useful to bridge the gap between architecture and implementation. ACC is an approach to verify conformance of implemented program code to high-level models of architectural design. Static ACC focuses on the modular software architecture and on the existence of rule violating dependencies between modules. Accurate tool support is essential for effective and efficient ACC. This paper presents a study on the accuracy of ACC tools regarding dependency analysis and violation reporting. Seven tools were tested and compared by means of a custom-made test application. In addition, the code of open source system Freemind was used to compare the tools on the number and precision of reported violation and dependency messages. On the average, 74 percent of 34 dependency types in our custom-made test software were reported, while 69 percent of 109 violating dependencies within a module of Freemind were reported. The test results show large differences between the tools, but all tools could improve the accuracy of the reported dependencies and violations.