252,647 research outputs found

    Independent Evaluation of the Water and Sanitation Hibah Program Indonesia

    Get PDF
    This evaluation assess the effectiveness of Indonesia's Water and Sanitation Hibah Program pilot and identifies lessons for applying this mechanism more broadly. The program, which operates by paying an agreed amount for verified household water or sanitation service connections installed by local water and sanitation utilities, takes advantage of excess capacity of water companies to bypass the need for infrastructure investment. It was evaluated through a document review, key informant interviews, a key stakeholder workshop, field work, and a beneficiary survey, along with quantitative data from existing sources

    Development of a client interface for a methodology independent object-oriented CASE tool : a thesis presented in partial fulfilment of the requirements for the degree of Master of Science in Computer Science at Massey University

    Get PDF
    The overall aim of the research presented in this thesis is the development of a prototype CASE Tool user interface that supports the use of arbitrary methodology notations for the construction of small-scale diagrams. This research is part of the larger CASE Tool project, MOOT (Massey's Object Oriented Tool). MOOT is a meta-system with a client-server architecture that provides a framework within which the semantics and syntax of methodologies can be described. The CASE Tool user interface is implemented in Java so it is as portable as possible and has a consistent look and feel. It has been designed as a client to the rest of the MOOT system (which acts as a server). A communications protocol has been designed to support the interaction between the CASE Tool client and a MOOT server. The user interface design of MOOT must support all possible graphical notations. No assumptions about the types of notations that a software engineer may use can be made. MOOT therefore provides a specification language called NDL for the definition of a methodology's syntax. Hence, the MOOT CASE Tool client described in this thesis is a shell that is parameterised by NDL specifications. The flexibility provided by such a high level of abstraction presents significant challenges in terms of designing effective human-computer interaction mechanisms for the MOOT user interface. Functional and non-functional requirements of the client user interface have been identified and applied during the construction of the prototype. A notation specification that defines the syntax for Coad and Yourdon OOA/OOD has been written in NDL and used as a test case. The thesis includes the iterative evaluation and extension of NDL resulting from the prototype development. The prototype has shown that the current approach to NDL is efficacious, and that the syntax and semantics of a methodology description can successfully be separated. The developed prototype has shown that it is possible to build a simple, non-intrusive, and efficient, yet flexible, useable, and helpful interface for meta-CASE tools. The development of the CASE Tool client, through its generic, methodology independent design, has provided a pilot with which future ideas may be explored

    A new approach to collaborative frameworks using shared objects

    Get PDF
    Multi-user graphical applications currently require the creation of a set of interface objects to maintain each participating display. The concept of shared objects allows a single object instance to be used in multiple contexts concurrently. This provides a novel way of reducing collaborative overheads by requiring the maintenance of only a single set of interface objects. The paper presents the concept of a shared-object collaborative framework and illustrates how the concept can be incorporated into an existing object-oriented toolkit

    Enforcing International Law: Implications for an Effective Global Warming Regime

    Get PDF
    Syftet med denna studie var att undersöka den antibakteriella effekten hos ett polyestertyg med tunna invÀvda koppartrÄdar. FrÄgestÀllningen som skulle besvaras var ifall koppartyget hade en baktericid eller bakteristatisk effekt. Koppartyget Àr Ànnu i prototypstadie och om det visar sig ha antibakteriella egenskaper Àr det tÀnkt att anvÀndas inom klinisk verksamhet för att förhindra bakterietillvÀxt i sÄr och andra kÀnsliga lokaler. Koppar Àr ett essentiellt spÄrÀmne, men har ocksÄ antimikrobiella egenskaper som utövas genom ett brett spektra av mekanismer dÀr skador pÄ cellmembranet Àr en av de viktigare. Metoderna som anvÀndes för att inokulera bakterier pÄ tyget var absorptionsmetoden, dÀr en nÀringsbuljong innehÄllande Staphylococcus aureus ATCC 6538 pipetterades pÄ tygproverna, och transfermetoden dÀr tygproverna trycktes mot en agar som racklats med peptonsaltlösning innehÄllande S. aureus. Totalantalet viabla bakterier per tygprov berÀknades efter kort kontakt (<1min) och inkubering (18-24 h vid 37±2°C) genom att rÀkna viable count. Resultaten efter inkubering visade signifikant skillnad i totalantal bakterier mellan koppartyget och negativ kontroll i tre av fyra försök. Kort kontakt visade tendens till viss antibakteriell effekt. Slutsatsen Àr att koppartyget skadade och dödade bakterier dÄ de fick inkubera pÄ tyget, medan fler försök behövs för att sÀkerstÀlla effekten av kort kontakt med koppartyget. The purpose of this study was to test the antibacterial effect of thin copper treads woven into a polyester fabric. The investigation was done by inoculation of Staphylococcus aureus strain ATCC 6538 to the fabric and evaluation of the number of viable cells post exposure by viable count. The issue to be answered was whether the copper fabric had a bactericide or bacteriostatic effect? The fabric is still in prototype stage, and if proven to have antibacterial properties the aim is to use it to prevent bacterial growth in wounds and other vulnerable locations in clinical care. Copper is an essential trace element, but also has antimicrobial properties through a wide range of mechanisms where cell membrane damage is one of the more important. Methods used for inoculation was the absorption method, where a nutrient broth containing S. aureus was pipetted on to the fabric specimens, and the transfer method where the fabric specimens were pressed onto an agar plate that had previously been spread with peptone salt solution containing S. aureus. Total number of bacteria per fabric specimen after short contact (<1 min) and incubation (18-24 h at 37±2°C) was calculated. Incubation showed significant difference in total number of bacteria between the copper fabric and negative control in three of four tests. Short contact showed a tendency of antibacterial effect. The conclusion was that the copper fabric harmed and killed bacteria during incubation but that more records would be needed to be sure about the effects of short contact on bacteria

    STV-based Video Feature Processing for Action Recognition

    Get PDF
    In comparison to still image-based processes, video features can provide rich and intuitive information about dynamic events occurred over a period of time, such as human actions, crowd behaviours, and other subject pattern changes. Although substantial progresses have been made in the last decade on image processing and seen its successful applications in face matching and object recognition, video-based event detection still remains one of the most difficult challenges in computer vision research due to its complex continuous or discrete input signals, arbitrary dynamic feature definitions, and the often ambiguous analytical methods. In this paper, a Spatio-Temporal Volume (STV) and region intersection (RI) based 3D shape-matching method has been proposed to facilitate the definition and recognition of human actions recorded in videos. The distinctive characteristics and the performance gain of the devised approach stemmed from a coefficient factor-boosted 3D region intersection and matching mechanism developed in this research. This paper also reported the investigation into techniques for efficient STV data filtering to reduce the amount of voxels (volumetric-pixels) that need to be processed in each operational cycle in the implemented system. The encouraging features and improvements on the operational performance registered in the experiments have been discussed at the end

    CATS: linearizability and partition tolerance in scalable and self-organizing key-value stores

    Get PDF
    Distributed key-value stores provide scalable, fault-tolerant, and self-organizing storage services, but fall short of guaranteeing linearizable consistency in partially synchronous, lossy, partitionable, and dynamic networks, when data is distributed and replicated automatically by the principle of consistent hashing. This paper introduces consistent quorums as a solution for achieving atomic consistency. We present the design and implementation of CATS, a distributed key-value store which uses consistent quorums to guarantee linearizability and partition tolerance in such adverse and dynamic network conditions. CATS is scalable, elastic, and self-organizing; key properties for modern cloud storage middleware. Our system shows that consistency can be achieved with practical performance and modest throughput overhead (5%) for read-intensive workloads

    Metameric MIMO-OOK transmission scheme using multiple RGB LEDs

    Get PDF
    In this work, we propose a novel visible light communication (VLC) scheme utilizing multiple di erent red green and blue triplets each with a di erent emission spectrum of red, green and blue for mitigating the e ect of interference due to di erent colors using spatial multiplexing. On-o keying modulation is considered and its e ect on light emission in terms of flickering, dimming and color rendering is discussed so as to demonstrate how metameric properties have been considered. At the receiver, multiple photodiodes with color filter-tuned on each transmit light emitting diode (LED) are employed. Three di erent detection mechanisms of color zero forcing, minimum mean square error estimation and minimum mean square error equalization are then proposed. The system performance of the proposed scheme is evaluated both with computer simulations and tests with an Arduino board implementatio
    • 

    corecore