631 research outputs found

    Cauchy's residue theorem for a class of real valued functions

    Get PDF
    Let [a,b][a,b] be an interval in R\mathbb{R} and let FF be a real valued function defined at the endpoints of [a,b][a,b] and with a certain number of discontinuities within [a,b][a,b] . Having assumed FF to be differentiable on a set [a,b]\E[a,b] \backslash E to the derivative ff, where EE is a subset of [a,b][a,b] at whose points FF can take values ±\pm \infty or not be defined at all, we adopt the convention that FF and ff are equal to 0 at all points of EE and show that KHvtabf=F(b)F(a)\mathcal{KH-}vt\int_{a}^{b}f=F(b) -F(a)%, where KH\mathcal{KH-} vtvt denotes the total value of the \textit{% Kurzweil-Henstock} integral. The paper ends with a few examples that illustrate the theory.Comment: 6 page

    Local Government Revenue Structure: Trends and Challenges

    Get PDF
    This paper examines trends in local government revenues and current challenges that local governments face in raising revenue. We also look into the future in an effort to make recommendations to local governments regarding their revenue structure. Important trends that we document include a long-term decline in the property tax and an increase in both state aid and user charges. Recent economic changes present serious challenges for local governments due to volatility of sales taxes, decreases in property values, and threats to state aid. As local governments shape their revenue structure, they will need to respond to external economic, technological and demographic changes. Only user charges offer hopeful prospects as a productive revenue source

    Alfalfa Silage

    Get PDF
    Guide for alfalfa silage discusses advantages and disadvantages, time to harvest, controlling the moisture content, use of preservatives, the wilting method, storage, and feeding alfalfa silage

    An EMA analysis of the effect of increasing word length on consonant production in apraxia of speech: A case study

    Get PDF
    The effect of increasing word length on the articulatory dynamics (i.e. duration, distance, maximum acceleration, maximum deceleration, and maximum velocity) of consonant production in acquired apraxia of speech was investigated using electromagnetic articulography (EMA). Tongue-tip and tongue-back movement of one apraxic patient was recorded using the AG-200 EMA system during word-initial consonant productions in one, two, and three syllable words. Significantly deviant articulatory parameters were recorded for each of the target consonants during one, two, and three syllables words. Word length effects were most evident during the release phase of target consonant productions. The results are discussed with respect to theories of speech motor control as they relate to AOS

    Earth Science Data Fusion with Event Building Approach

    Get PDF
    Objectives of the NASA Information And Data System (NAIADS) project are to develop a prototype of a conceptually new middleware framework to modernize and significantly improve efficiency of the Earth Science data fusion, big data processing and analytics. The key components of the NAIADS include: Service Oriented Architecture (SOA) multi-lingual framework, multi-sensor coincident data Predictor, fast into-memory data Staging, multi-sensor data-Event Builder, complete data-Event streaming (a work flow with minimized IO), on-line data processing control and analytics services. The NAIADS project is leveraging CLARA framework, developed in Jefferson Lab, and integrated with the ZeroMQ messaging library. The science services are prototyped and incorporated into the system. Merging the SCIAMACHY Level-1 observations and MODIS/Terra Level-2 (Clouds and Aerosols) data products, and ECMWF re- analysis will be used for NAIADS demonstration and performance tests in compute Cloud and Cluster environments

    Determination of Omega_b From Big Bang Nucleosynthesis in the Presence of Regions of Antimatter

    Full text link
    Production of regions of antimatter in the early universe is predicted in many baryogenesis models. Small scale antimatter regions would annihilate during or soon after nucleosynthesis, affecting the abundances of the light elements. In this paper we study how the acceptable range in Omega_b changes in the presence of antimatter regions, as compared to the standard big bang nucleosynthesis. It turns out that it is possible to produce at the same time both a low 4He value (Y_p < 0.240) and a low D/H value (D/H < 4e-5), but overproduction of 7Li is unavoidable at large Omega_b.Comment: 9 pages, PRD version, ref. 6 correcte

    Sleep education in pediatric residency programs: A cross-cultural look

    Get PDF
    10.1186/1756-0500-6-130BMC Research Notes61

    A monument to the player: Preserving a landscape of socio-cultural capital in the transitional MMORPG

    Get PDF
    This is the pre-print version of the Article. The official published version can be accessed from the links below - Copyright @ 2012 Taylor & Francis LtdMassively multiplayer online role-playing games (MMORPGs) produce dynamic socio-ludic worlds that nurture both culture and gameplay to shape experiences. Despite the persistent nature of these games, however, the virtual spaces that anchor these worlds may not always be able to exist in perpetuity. Encouraging a community to migrate from one space to another is a challenge now facing some game developers. This paper examines the case of Guild Wars® and its “Hall of Monuments”, a feature that bridges the accomplishments of players from the current game to the forthcoming sequel. Two factor analyses describe the perspectives of 105 and 187 self-selected participants. The results reveal four factors affecting attitudes towards the feature, but they do not strongly correlate with existing motivational frameworks, and significant differences were found between different cultures within the game. This informs a discussion about the implications and facilitation of such transitions, investigating themes of capital, value perception and assumptive worlds. It is concluded that the way subcultures produce meaning needs to be considered when attempting to preserve the socio-cultural landscape

    Toward a conceptual framework of emotional relationship marketing: an examination of two UK political parties

    Get PDF
    The purpose of this paper is to review the notion of branding and evaluate its applicability to political parties. As ideological politics is in decline, branding may provide a consistent narrative where voters feel a sense of warmth and belonging. The paper aims to build an understanding of the complexity of building a political brand where a combination of image, logo, leadership, and values can all contribute to a compelling brand narrative. It investigates how competing positive and negative messages attempt to build and distort the brand identity. A critical review of bran ding, relationship marketing, and political science literature articulates the conceptual development of branding and its applicability to political parties. The success or failure of negative campaigning is due to the authenticity of a political party’s brand values — creating a coherent brand story — if there is no distance between the brand values articulated by the political party and the values their community perceives then this creates an "authentic" brand. However, if there is a gap this paper illustrates how negative campaigning can be used to build a "doppelganger brand," which undermines the credibility of the authentic political brand. The paper argues that political parties need to understand how brand stories are developed but also how they can be used to protect against negative advertising. This has implications for political marketing strategists and political parties. This paper draws together branding theory and relationship marketing and incorporates them into a framework that makes a contribution to the political marketing literature

    Non-polynomial Worst-Case Analysis of Recursive Programs

    Full text link
    We study the problem of developing efficient approaches for proving worst-case bounds of non-deterministic recursive programs. Ranking functions are sound and complete for proving termination and worst-case bounds of nonrecursive programs. First, we apply ranking functions to recursion, resulting in measure functions. We show that measure functions provide a sound and complete approach to prove worst-case bounds of non-deterministic recursive programs. Our second contribution is the synthesis of measure functions in nonpolynomial forms. We show that non-polynomial measure functions with logarithm and exponentiation can be synthesized through abstraction of logarithmic or exponentiation terms, Farkas' Lemma, and Handelman's Theorem using linear programming. While previous methods obtain worst-case polynomial bounds, our approach can synthesize bounds of the form O(nlogn)\mathcal{O}(n\log n) as well as O(nr)\mathcal{O}(n^r) where rr is not an integer. We present experimental results to demonstrate that our approach can obtain efficiently worst-case bounds of classical recursive algorithms such as (i) Merge-Sort, the divide-and-conquer algorithm for the Closest-Pair problem, where we obtain O(nlogn)\mathcal{O}(n \log n) worst-case bound, and (ii) Karatsuba's algorithm for polynomial multiplication and Strassen's algorithm for matrix multiplication, where we obtain O(nr)\mathcal{O}(n^r) bound such that rr is not an integer and close to the best-known bounds for the respective algorithms.Comment: 54 Pages, Full Version to CAV 201
    corecore