The Experts below are selected from a list of 36 Experts worldwide ranked by ideXlab platform
Fadzilah Abdullah - One of the best experts on this subject based on the ideXlab platform.
-
MOM : the digital library system in IIUM Library
2009Co-Authors: Sarifah Abdullah, Fadzilah AbdullahAbstract:The IIUM Digital Library is using a content management system (CMS) called Multimedia Object Manager (MOM). It is developed by a Malaysian company namely Paradigm Systems Sdn. Bhd. MOM acts as a Repository for all types of IIUM digital materials such as theses, examination papers, IIUM publications, contents page for journals subscribed by IIUM Library, manuscripts and etc.. The system is running on IBM XSeries 365 with 2GB RAM, 80GB hard disk , 2X Intel Xeon 2.4 Processor and SQL Server database. The system consists of two fundamental modules which are content management system and taxonomy browser. It supports Unicode to enable the Library to publish Arabic information resources, and provide full-text access. The system allow to create many content templates, multi-tiered architecture to enables organizations to use information and network more efficiently, scalable performance, conforms to multi-protocol and metadata standards practiced by knowledge professionals such as Dublin Core and XML, robust Master Repository for management and retrieval of all types of enterprise content and digital assets. This paper will briefly explain on the technical and features of the system as well as shares the Library’s experience in implementing a digital library system by using Multimedia Object Manager (MOM).
Sarifah Abdullah - One of the best experts on this subject based on the ideXlab platform.
-
MOM : the digital library system in IIUM Library
2009Co-Authors: Sarifah Abdullah, Fadzilah AbdullahAbstract:The IIUM Digital Library is using a content management system (CMS) called Multimedia Object Manager (MOM). It is developed by a Malaysian company namely Paradigm Systems Sdn. Bhd. MOM acts as a Repository for all types of IIUM digital materials such as theses, examination papers, IIUM publications, contents page for journals subscribed by IIUM Library, manuscripts and etc.. The system is running on IBM XSeries 365 with 2GB RAM, 80GB hard disk , 2X Intel Xeon 2.4 Processor and SQL Server database. The system consists of two fundamental modules which are content management system and taxonomy browser. It supports Unicode to enable the Library to publish Arabic information resources, and provide full-text access. The system allow to create many content templates, multi-tiered architecture to enables organizations to use information and network more efficiently, scalable performance, conforms to multi-protocol and metadata standards practiced by knowledge professionals such as Dublin Core and XML, robust Master Repository for management and retrieval of all types of enterprise content and digital assets. This paper will briefly explain on the technical and features of the system as well as shares the Library’s experience in implementing a digital library system by using Multimedia Object Manager (MOM).
Denis Chalon - One of the best experts on this subject based on the ideXlab platform.
-
Clique: A transparent, Peer-to-Peer collaborative file sharing system
2002Co-Authors: Bruno Richard, Donal Mac Nioclais, Denis ChalonAbstract:Clique is a HP Labs Grenoble project. The goal is to develop a novel peer-to-peer, server-less distributed file system based on optimistic replication algorithms, which transparently integrates into users’ native file systems. Some properties of the Clique system are epidemic replication, a no lost updates consistency model and conflict management, as well as disconnected operation and replica convergence. These properties ensure that updates done by any peer of the group will never be lost, and also that they will converge on all the group member machines. The system is well adapted to highly disconnected environments, network partitions, and variable join/leave rates. Even under adverse connectivity conditions, over time, assuming intermittent point-to-point connectivity between each peer and at least one other peer in the group, the local file system view at each node converges towards a consistent global view. The reconciliation protocol used is stateless and has no notion of group me mbership, in order to achieve a linear worst-case scalability in the order of N, the number of peers in the network. A lower layer protocol has been developed, which enables one-to-all communications by taking advantage of IP Multicast augmented with network load management and a priority mechanism ensuring liveness of the higher layers of the protocol. 1. Problem statement The development of Clique was motivated by our perceived need for a new file sharing technology which supports collaboration and synchronization in a simple, transparent, reliable manner. Scenario 1 In the first case, individuals are beginning to use a range of increasingly powerful computing devices with highly varying connectivity patterns. These range from desktop PCs with a permanent, high bandwidth connection to the Internet via the corporate LAN and firewall, through laptops with 802.11 cards that offer good connectivity at medium speeds, but only within certain limited areas, to powerful PDA devices with low bandwidth and sporadic connectivity. A user, then, will soon have a sort of ‘personal network’ of intermittently connected clients which will increasingly be differentiated less by storage and processing capacity and more by physical mobility, network connectivity and bandwidth. The user would increasingly like to be able to access a given portfolio of files on any one of this wide range of devices. He will expect modifications made to any of these files on one device to be automatically reflected on another, even when devices are geographically far apart and connected to physically separate networks. He will want all files to be immediately accessible from all devices, even when operating in disconnected mode. Ideally, the system should scale to an arbitrary number of nodes, of shared files and versions. Scenario 2 In the second case, users will want to share their portfolio of files with groups of other people on other devices. Each of the users would like to have read access to the group files, but also to be able to modify them, to add new files and delete other ones, and they would like to have their changes shared with other users of the group. Typically, Adam, an HP employee using Clique, might wish to share files between 6 machines: A desktop PC connected via the HP intranet to the desktop PC of his team colleagues, Bill and Christiana, and separated from the Internet by a corporate firewall. A home 802.11 network of two desktop PCs which are connected to an ISP via an ADSL link and have dynamically assigned IP addresses. A laptop on which he works while commuting between work and home. This computer is intermittently connected to both the HP internal network and the home office network. During work hours, Adam’s laptop is connected to the HP intranet. Modifications made to any of the files or sub-directories in the Clique shared directory on one device, for example, Adam’s desktop PC, are automatically propagated in the background to other connected me mbers of the Clique group, in this case his laptop and his colleagues’ desktop PCs. At the end of the working day, Adam may disconnect his laptop and continue to work on some of the shared files as he commutes. On connecting his laptop to the home network, the modifications he and his colleagues made during the working day are automatically reflected on the home network PCs, and any modifications made, for example, by his wife Diana to the files on the local network are uploaded to the laptop (and hence may be uploaded to the HP desktop PCs, along with Adam’s own modifications, when Adam reconnects to the HP intranet the following morning). As we will show, this epidemic-style replication pattern guarantees that all nodes in the Clique group will eventually achieve a consistent view of the file system state. For maximum performance in the mobile environment, Clique employs a weakly consistent update policy, which does not place any limits on file modification permissions even when network access is unavailable. This introduces the likelihood of update conflicts, whereby mult iple users independently modify a particular file. In this case, mult iple distinct, but equally valid, versions of the file temp orarily exist in the system. Current groupware solutions often blindly overwrite some of these versions with others according to a simplistic metric such as, for exa mple, a comparison of version timestamps. This technique, known as the Thomas write rule [1], can have disastrous consequences from an end-user perspective. To avoid this, Clique uses a ‘no lost updates’ reconciliation policy, which guarantees that every update made at any node in the group will always eventually be ‘seen’ by all other nodes in the group, and no file modifications are ever irretrievably lost by the system. Motivations Our design motivations can be split into three categories; ease of use, support for real world conditions and some additional desirable system properties. Ease of use Transparency: Integration into the user file system. All nodes should ideally have a local copy of every file in the system. From the end-user perspective, the shared files should not appear to be any different from the standard files available on the user's hard disk. File access latency times should not be noticeably different from ordinary files. Self-organization and full decentralization: No server is required, and there is no primary (Master) Repository for particular files. All nodes ‘own’ all files, and all share the administrative tasks such as setup. Stability: At any moment, all files in the local file system should be in a valid, usable state. Mutability: The files are fully mutable on all nodes, i.e. writeable everywhere. Platform independence: Files may be shared between disparate platforms. Support for real world conditions Tolerance of network partitions. Long-term network partitions are a feature of today’s Internet, where NAT boxes, firewalls and wireless radio shadows are commo nplace, and short-term partitions can occur when using unreliable IP multicast. Certain highly mobile nodes (e.g. Adam’s laptop in the scenario above) intermittently move between network ‘islands’ and act as a ‘bridge’ between network partitions. Resilience: Very high tolerance to node crashes and a dynamically changing group membership, which is an intrinsic characteristic of ad-hoc wireless networking environments. -Disconnected operation: All files should remain accessible while disconnected from the network. Scalability: Ideally, the Clique system should scale to 1,000 nodes, as well as large file sizes (1 GB) and large numbers of files in the system (up to 10,000). Additional desirable properties No lost updates semantics: This prevents the system from losing a modification done on any node. In the worst case, conflicting modifications are saved in alternate locations and notifications are sent to the appropriate node for manual user correction. Any-to-any update transfer: Each peer must receive all the updates issued by other peers, even if the original issuers are not directly reachable. In other words, we wish to achieve epidemic replication of the volume contents [2]. Convergence: If no updates occur in the system, and if nodes are reasonably interconnected (i.e. there are no partitions in the peer connectivity graph), then all peers will converge to the same replicated state [3].
David Loshin - One of the best experts on this subject based on the ideXlab platform.
-
Chapter 2 – Coordination: Stakeholders, Requirements, and Planning
Master Data Management, 2009Co-Authors: David LoshinAbstract:Publisher Summary Managing the Master data asset should be considered a critical component of an enterprise information management strategy. Any initiative that spans the enterprise is bound to require significant amounts of energy for coordination: identifying the key stakeholders, gaining their support, harnessing participant collaboration, gathering requirements, and establishing the roles and responsibilities of the right set of people to make the project successful. This chapter describes who the Master data management (MDM) stakeholders are, why they are relevant to the success of an MDM program, and what their expected participation should be over the course of the program's development. It studies the individual roles within the organization that are associated with Master data management and examines what the responsibilities and accountabilities are for each of these roles. In addition, it analyzes ways to evaluate the data requirements in anticipation of designing the Master Repository. Setting the stage for assembling the right team for an MDM program involves determining the best opportunities to socialize the internal value across the enterprise landscape.
Jean Marc Cholley - One of the best experts on this subject based on the ideXlab platform.
-
Integrity Management: From Design to Decommissioning Through IMMR for Floating Units
All Days, 2011Co-Authors: Mireille Franco, Jean Marc CholleyAbstract:Abstract Creating and maintaining asset integrity is a complex aggregation of many different activities that all together will provide the required assurance. Part of the cycle is the IMMR: Inspection Maintenance Monitoring and Repair. Integrity verification/assurance activities are in place throughout production, maintenance and inspection. Verification tasks are principally managed through adequate software which is the Master Repository for technical data and daily activity management. An essential step of integrity management is to regularly verify the validity of the corrosion prevention, inspection and maintenance programs, ensuring they cover all the identified risks, and that they comply with the control points defined in the performance standards. Implementing IM aims at ensuring the solidity of the assurance processes used for checking that requirements are met, results recorded and assessed. Ultimately, this is achieved when monitoring results comply with Performance Standards. Most important aspects should be measured and reported through performance measures & KPIs. For some strategic assets or where specialized skills are required the verification of compliance normally performed by the affiliate can be complemented/ validated by a Surveillance Team composed of specialists from the Head Office. This is currently the case for pipelines, flexible lines and Floating Units. Application The constitution, role and responsibilities of Surveillance Teams are formalized as part of corresponding management systems. The overall Technical Integrity Assurance Process includes the verification and measure of compliance with Performance Standards, which are essential to demonstrate that the preventive and mitigation barriers are in the expected state of condition and fulfill all required functions. This is the place for IMMR plan Observation and Conclusions When in a floating unit, Class and the application of International Maritime Conventions play a role inside the IMMR plan and the strategy defined. Hull integrity problems do occur and most of the decisions to be taken are required on site with minimal impact to production. The relative short life of operating floating units has as a consequence a relative short historical data about hull integrity, hull performance and repair procedures on site.