WorldWideScience

Sample records for animals subgraph sampling

  1. The index-based subgraph matching algorithm (ISMA: fast subgraph enumeration in large networks using optimized search trees.

    Directory of Open Access Journals (Sweden)

    Sofie Demeyer

    Full Text Available Subgraph matching algorithms are designed to find all instances of predefined subgraphs in a large graph or network and play an important role in the discovery and analysis of so-called network motifs, subgraph patterns which occur more often than expected by chance. We present the index-based subgraph matching algorithm (ISMA, a novel tree-based algorithm. ISMA realizes a speedup compared to existing algorithms by carefully selecting the order in which the nodes of a query subgraph are investigated. In order to achieve this, we developed a number of data structures and maximally exploited symmetry characteristics of the subgraph. We compared ISMA to a naive recursive tree-based algorithm and to a number of well-known subgraph matching algorithms. Our algorithm outperforms the other algorithms, especially on large networks and with large query subgraphs. An implementation of ISMA in Java is freely available at http://sourceforge.net/projects/isma/.

  2. The Index-Based Subgraph Matching Algorithm (ISMA): Fast Subgraph Enumeration in Large Networks Using Optimized Search Trees

    Science.gov (United States)

    Demeyer, Sofie; Michoel, Tom; Fostier, Jan; Audenaert, Pieter; Pickavet, Mario; Demeester, Piet

    2013-01-01

    Subgraph matching algorithms are designed to find all instances of predefined subgraphs in a large graph or network and play an important role in the discovery and analysis of so-called network motifs, subgraph patterns which occur more often than expected by chance. We present the index-based subgraph matching algorithm (ISMA), a novel tree-based algorithm. ISMA realizes a speedup compared to existing algorithms by carefully selecting the order in which the nodes of a query subgraph are investigated. In order to achieve this, we developed a number of data structures and maximally exploited symmetry characteristics of the subgraph. We compared ISMA to a naive recursive tree-based algorithm and to a number of well-known subgraph matching algorithms. Our algorithm outperforms the other algorithms, especially on large networks and with large query subgraphs. An implementation of ISMA in Java is freely available at http://sourceforge.net/projects/isma/. PMID:23620730

  3. The Index-Based Subgraph Matching Algorithm (ISMA): Fast Subgraph Enumeration in Large Networks Using Optimized Search Trees

    OpenAIRE

    Demeyer, Sofie; Michoel, Tom; Fostier, Jan; Audenaert, Pieter; Pickavet, Mario; Demeester, Piet

    2013-01-01

    Subgraph matching algorithms are designed to find all instances of predefined subgraphs in a large graph or network and play an important role in the discovery and analysis of so-called network motifs, subgraph patterns which occur more often than expected by chance. We present the index-based subgraph matching algorithm (ISMA), a novel tree-based algorithm. ISMA realizes a speedup compared to existing algorithms by carefully selecting the order in which the nodes of a query subgraph are inve...

  4. Scalable Frequent Subgraph Mining

    KAUST Repository

    Abdelhamid, Ehab

    2017-01-01

    Given an input graph, the Frequent Subgraph Mining (FSM) task finds all subgraphs with frequencies exceeding a given threshold. FSM is crucial for graph analysis, and it is an essential building block in a variety

  5. Mining connected global and local dense subgraphs for bigdata

    Science.gov (United States)

    Wu, Bo; Shen, Haiying

    2016-01-01

    The problem of discovering connected dense subgraphs of natural graphs is important in data analysis. Discovering dense subgraphs that do not contain denser subgraphs or are not contained in denser subgraphs (called significant dense subgraphs) is also critical for wide-ranging applications. In spite of many works on discovering dense subgraphs, there are no algorithms that can guarantee the connectivity of the returned subgraphs or discover significant dense subgraphs. Hence, in this paper, we define two subgraph discovery problems to discover connected and significant dense subgraphs, propose polynomial-time algorithms and theoretically prove their validity. We also propose an algorithm to further improve the time and space efficiency of our basic algorithm for discovering significant dense subgraphs in big data by taking advantage of the unique features of large natural graphs. In the experiments, we use massive natural graphs to evaluate our algorithms in comparison with previous algorithms. The experimental results show the effectiveness of our algorithms for the two problems and their efficiency. This work is also the first that reveals the physical significance of significant dense subgraphs in natural graphs from different domains.

  6. Characterization of subgraph relationships and distribution in complex networks

    International Nuclear Information System (INIS)

    Antiqueira, Lucas; Fontoura Costa, Luciano da

    2009-01-01

    A network can be analyzed at different topological scales, ranging from single nodes to motifs, communities, up to the complete structure. We propose a novel approach which extends from single nodes to the whole network level by considering non-overlapping subgraphs (i.e. connected components) and their interrelationships and distribution through the network. Though such subgraphs can be completely general, our methodology focuses on the cases in which the nodes of these subgraphs share some special feature, such as being critical for the proper operation of the network. The methodology of subgraph characterization involves two main aspects: (i) the generation of histograms of subgraph sizes and distances between subgraphs and (ii) a merging algorithm, developed to assess the relevance of nodes outside subgraphs by progressively merging subgraphs until the whole network is covered. The latter procedure complements the histograms by taking into account the nodes lying between subgraphs, as well as the relevance of these nodes to the overall subgraph interconnectivity. Experiments were carried out using four types of network models and five instances of real-world networks, in order to illustrate how subgraph characterization can help complementing complex network-based studies.

  7. A New Augmentation Based Algorithm for Extracting Maximal Chordal Subgraphs.

    Science.gov (United States)

    Bhowmick, Sanjukta; Chen, Tzu-Yi; Halappanavar, Mahantesh

    2015-02-01

    A graph is chordal if every cycle of length greater than three contains an edge between non-adjacent vertices. Chordal graphs are of interest both theoretically, since they admit polynomial time solutions to a range of NP-hard graph problems, and practically, since they arise in many applications including sparse linear algebra, computer vision, and computational biology. A maximal chordal subgraph is a chordal subgraph that is not a proper subgraph of any other chordal subgraph. Existing algorithms for computing maximal chordal subgraphs depend on dynamically ordering the vertices, which is an inherently sequential process and therefore limits the algorithms' parallelizability. In this paper we explore techniques to develop a scalable parallel algorithm for extracting a maximal chordal subgraph. We demonstrate that an earlier attempt at developing a parallel algorithm may induce a non-optimal vertex ordering and is therefore not guaranteed to terminate with a maximal chordal subgraph. We then give a new algorithm that first computes and then repeatedly augments a spanning chordal subgraph. After proving that the algorithm terminates with a maximal chordal subgraph, we then demonstrate that this algorithm is more amenable to parallelization and that the parallel version also terminates with a maximal chordal subgraph. That said, the complexity of the new algorithm is higher than that of the previous parallel algorithm, although the earlier algorithm computes a chordal subgraph which is not guaranteed to be maximal. We experimented with our augmentation-based algorithm on both synthetic and real-world graphs. We provide scalability results and also explore the effect of different choices for the initial spanning chordal subgraph on both the running time and on the number of edges in the maximal chordal subgraph.

  8. Incremental Frequent Subgraph Mining on Large Evolving Graphs

    KAUST Repository

    Abdelhamid, Ehab

    2017-08-22

    Frequent subgraph mining is a core graph operation used in many domains, such as graph data management and knowledge exploration, bioinformatics and security. Most existing techniques target static graphs. However, modern applications, such as social networks, utilize large evolving graphs. Mining these graphs using existing techniques is infeasible, due to the high computational cost. In this paper, we propose IncGM+, a fast incremental approach for continuous frequent subgraph mining problem on a single large evolving graph. We adapt the notion of “fringe” to the graph context, that is the set of subgraphs on the border between frequent and infrequent subgraphs. IncGM+ maintains fringe subgraphs and exploits them to prune the search space. To boost the efficiency, we propose an efficient index structure to maintain selected embeddings with minimal memory overhead. These embeddings are utilized to avoid redundant expensive subgraph isomorphism operations. Moreover, the proposed system supports batch updates. Using large real-world graphs, we experimentally verify that IncGM+ outperforms existing methods by up to three orders of magnitude, scales to much larger graphs and consumes less memory.

  9. An algorithm for finding a similar subgraph of all Hamiltonian cycles

    Science.gov (United States)

    Wafdan, R.; Ihsan, M.; Suhaimi, D.

    2018-01-01

    This paper discusses an algorithm to find a similar subgraph called findSimSubG algorithm. A similar subgraph is a subgraph with a maximum number of edges, contains no isolated vertex and is contained in every Hamiltonian cycle of a Hamiltonian Graph. The algorithm runs only on Hamiltonian graphs with at least two Hamiltonian cycles. The algorithm works by examining whether the initial subgraph of the first Hamiltonian cycle is a subgraph of comparison graphs. If the initial subgraph is not in comparison graphs, the algorithm will remove edges and vertices of the initial subgraph that are not in comparison graphs. There are two main processes in the algorithm, changing Hamiltonian cycle into a cycle graph and removing edges and vertices of the initial subgraph that are not in comparison graphs. The findSimSubG algorithm can find the similar subgraph without using backtracking method. The similar subgraph cannot be found on certain graphs, such as an n-antiprism graph, complete bipartite graph, complete graph, 2n-crossed prism graph, n-crown graph, n-möbius ladder, prism graph, and wheel graph. The complexity of this algorithm is O(m|V|), where m is the number of Hamiltonian cycles and |V| is the number of vertices of a Hamiltonian graph.

  10. Performance Evaluation of Frequent Subgraph Discovery Techniques

    Directory of Open Access Journals (Sweden)

    Saif Ur Rehman

    2014-01-01

    Full Text Available Due to rapid development of the Internet technology and new scientific advances, the number of applications that model the data as graphs increases, because graphs have highly expressive power to model a complicated structure. Graph mining is a well-explored area of research which is gaining popularity in the data mining community. A graph is a general model to represent data and has been used in many domains such as cheminformatics, web information management system, computer network, and bioinformatics, to name a few. In graph mining the frequent subgraph discovery is a challenging task. Frequent subgraph mining is concerned with discovery of those subgraphs from graph dataset which have frequent or multiple instances within the given graph dataset. In the literature a large number of frequent subgraph mining algorithms have been proposed; these included FSG, AGM, gSpan, CloseGraph, SPIN, Gaston, and Mofa. The objective of this research work is to perform quantitative comparison of the above listed techniques. The performances of these techniques have been evaluated through a number of experiments based on three different state-of-the-art graph datasets. This novel work will provide base for anyone who is working to design a new frequent subgraph discovery technique.

  11. Induced subgraph searching for geometric model fitting

    Science.gov (United States)

    Xiao, Fan; Xiao, Guobao; Yan, Yan; Wang, Xing; Wang, Hanzi

    2017-11-01

    In this paper, we propose a novel model fitting method based on graphs to fit and segment multiple-structure data. In the graph constructed on data, each model instance is represented as an induced subgraph. Following the idea of pursuing the maximum consensus, the multiple geometric model fitting problem is formulated as searching for a set of induced subgraphs including the maximum union set of vertices. After the generation and refinement of the induced subgraphs that represent the model hypotheses, the searching process is conducted on the "qualified" subgraphs. Multiple model instances can be simultaneously estimated by solving a converted problem. Then, we introduce the energy evaluation function to determine the number of model instances in data. The proposed method is able to effectively estimate the number and the parameters of model instances in data severely corrupted by outliers and noises. Experimental results on synthetic data and real images validate the favorable performance of the proposed method compared with several state-of-the-art fitting methods.

  12. Infinitely connected subgraphs in graphs of uncountable chromatic number

    DEFF Research Database (Denmark)

    Thomassen, Carsten

    2016-01-01

    Erdős and Hajnal conjectured in 1966 that every graph of uncountable chromatic number contains a subgraph of infinite connectivity. We prove that every graph of uncountable chromatic number has a subgraph which has uncountable chromatic number and infinite edge-connectivity. We also prove that......, if each orientation of a graph G has a vertex of infinite outdegree, then G contains an uncountable subgraph of infinite edge-connectivity....

  13. Scalable Frequent Subgraph Mining

    KAUST Repository

    Abdelhamid, Ehab

    2017-06-19

    A graph is a data structure that contains a set of nodes and a set of edges connecting these nodes. Nodes represent objects while edges model relationships among these objects. Graphs are used in various domains due to their ability to model complex relations among several objects. Given an input graph, the Frequent Subgraph Mining (FSM) task finds all subgraphs with frequencies exceeding a given threshold. FSM is crucial for graph analysis, and it is an essential building block in a variety of applications, such as graph clustering and indexing. FSM is computationally expensive, and its existing solutions are extremely slow. Consequently, these solutions are incapable of mining modern large graphs. This slowness is caused by the underlying approaches of these solutions which require finding and storing an excessive amount of subgraph matches. This dissertation proposes a scalable solution for FSM that avoids the limitations of previous work. This solution is composed of four components. The first component is a single-threaded technique which, for each candidate subgraph, needs to find only a minimal number of matches. The second component is a scalable parallel FSM technique that utilizes a novel two-phase approach. The first phase quickly builds an approximate search space, which is then used by the second phase to optimize and balance the workload of the FSM task. The third component focuses on accelerating frequency evaluation, which is a critical step in FSM. To do so, a machine learning model is employed to predict the type of each graph node, and accordingly, an optimized method is selected to evaluate that node. The fourth component focuses on mining dynamic graphs, such as social networks. To this end, an incremental index is maintained during the dynamic updates. Only this index is processed and updated for the majority of graph updates. Consequently, search space is significantly pruned and efficiency is improved. The empirical evaluation shows that the

  14. Subgraphs in vertex neighborhoods of K-free graphs

    DEFF Research Database (Denmark)

    Bang-Jensen, J.; Brandt, Stephan

    2004-01-01

    In a K-free graph, the neighborhood of every vertex induces a K-free subgraph. The K-free graphs with the converse property that every induced K-free subgraph is contained in the neighborhood of a vertex are characterized, based on the characterization in the case r = 3 due to Pach [8]....

  15. Finding Hierarchical and Overlapping Dense Subgraphs using Nucleus Decompositions

    Energy Technology Data Exchange (ETDEWEB)

    Seshadhri, Comandur [The Ohio State Univ., Columbus, OH (United States); Pinar, Ali [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Sariyuce, Ahmet Erdem [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Catalyurek, Umit [The Ohio State Univ., Columbus, OH (United States)

    2014-11-01

    Finding dense substructures in a graph is a fundamental graph mining operation, with applications in bioinformatics, social networks, and visualization to name a few. Yet most standard formulations of this problem (like clique, quasiclique, k-densest subgraph) are NP-hard. Furthermore, the goal is rarely to nd the \\true optimum", but to identify many (if not all) dense substructures, understand their distribution in the graph, and ideally determine a hierarchical structure among them. Current dense subgraph nding algorithms usually optimize some objective, and only nd a few such subgraphs without providing any hierarchy. It is also not clear how to account for overlaps in dense substructures. We de ne the nucleus decomposition of a graph, which represents the graph as a forest of nuclei. Each nucleus is a subgraph where smaller cliques are present in many larger cliques. The forest of nuclei is a hierarchy by containment, where the edge density increases as we proceed towards leaf nuclei. Sibling nuclei can have limited intersections, which allows for discovery of overlapping dense subgraphs. With the right parameters, the nuclear decomposition generalizes the classic notions of k-cores and k-trusses. We give provable e cient algorithms for nuclear decompositions, and empirically evaluate their behavior in a variety of real graphs. The tree of nuclei consistently gives a global, hierarchical snapshot of dense substructures, and outputs dense subgraphs of higher quality than other state-of-theart solutions. Our algorithm can process graphs with tens of millions of edges in less than an hour.

  16. Bell-type inequalities embedded in the subgraph of graph states

    International Nuclear Information System (INIS)

    Hsu, L.-Y.

    2006-01-01

    We investigate the Bell-type inequalities of graph states. In this paper, Bell-type inequalities can be derived based on two kinds of the associated subgraphs of the graph states. First, the star subgraphs lead to the maximal violation of the modified Seevinck-Svetlichny inequalities. Second, cycle subgraphs lead to maximal violation of Bell-type inequalities. As a result, once the associated graph of a graph state is given, the corresponding Bell operators can be immediatedly determined using stabilizing generators. In the above Bell-type inequalities, two measurement settings for each party are required

  17. Bounds for the b-Chromatic Number of Subgraphs and Edge-Deleted Subgraphs

    Directory of Open Access Journals (Sweden)

    Francis P.

    2016-11-01

    Full Text Available A b-coloring of a graph G with k colors is a proper coloring of G using k colors in which each color class contains a color dominating vertex, that is, a vertex which has a neighbor in each of the other color classes. The largest positive integer k for which G has a b-coloring using k colors is the b-chromatic number b(G of G. In this paper, we obtain bounds for the b- chromatic number of induced subgraphs in terms of the b-chromatic number of the original graph. This turns out to be a generalization of the result due to R. Balakrishnan et al. [Bounds for the b-chromatic number of G−v, Discrete Appl. Math. 161 (2013 1173-1179]. Also we show that for any connected graph G and any e ∈ E(G, b(G - e ≤ b(G + -2. Further, we determine all graphs which attain the upper bound. Finally, we conclude by finding bound for the b-chromatic number of any subgraph.

  18. GRAMI: Frequent subgraph and pattern mining in a single large graph

    KAUST Repository

    Elseidy, M.; Abdelhamid, Ehab; Skiadopoulos, S.; Kalnis, Panos

    2014-01-01

    Mining frequent subgraphs is an important operation on graphs; it is defined as finding all subgraphs that appear frequently in a database according to a given frequency threshold. Most existing work assumes a database of many small graphs

  19. Heavy subgraph pairs for traceability of block-chains

    Directory of Open Access Journals (Sweden)

    Li Binlong

    2014-05-01

    Full Text Available A graph is called traceable if it contains a Hamilton path, i.e., a path containing all its vertices. Let G be a graph on n vertices. We say that an induced subgraph of G is o−1-heavy if it contains two nonadjacent vertices which satisfy an Ore-type degree condition for traceability, i.e., with degree sum at least n−1 in G. A block-chain is a graph whose block graph is a path, i.e., it is either a P1, P2, or a 2-connected graph, or a graph with at least one cut vertex and exactly two end-blocks. Obviously, every traceable graph is a block-chain, but the reverse does not hold. In this paper we characterize all the pairs of connected o−1-heavy graphs that guarantee traceability of block-chains. Our main result is a common extension of earlier work on degree sum conditions, forbidden subgraph conditions and heavy subgraph conditions for traceability

  20. Auditing SNOMED CT hierarchical relations based on lexical features of concepts in non-lattice subgraphs.

    Science.gov (United States)

    Cui, Licong; Bodenreider, Olivier; Shi, Jay; Zhang, Guo-Qiang

    2018-02-01

    We introduce a structural-lexical approach for auditing SNOMED CT using a combination of non-lattice subgraphs of the underlying hierarchical relations and enriched lexical attributes of fully specified concept names. Our goal is to develop a scalable and effective approach that automatically identifies missing hierarchical IS-A relations. Our approach involves 3 stages. In stage 1, all non-lattice subgraphs of SNOMED CT's IS-A hierarchical relations are extracted. In stage 2, lexical attributes of fully-specified concept names in such non-lattice subgraphs are extracted. For each concept in a non-lattice subgraph, we enrich its set of attributes with attributes from its ancestor concepts within the non-lattice subgraph. In stage 3, subset inclusion relations between the lexical attribute sets of each pair of concepts in each non-lattice subgraph are compared to existing IS-A relations in SNOMED CT. For concept pairs within each non-lattice subgraph, if a subset relation is identified but an IS-A relation is not present in SNOMED CT IS-A transitive closure, then a missing IS-A relation is reported. The September 2017 release of SNOMED CT (US edition) was used in this investigation. A total of 14,380 non-lattice subgraphs were extracted, from which we suggested a total of 41,357 missing IS-A relations. For evaluation purposes, 200 non-lattice subgraphs were randomly selected from 996 smaller subgraphs (of size 4, 5, or 6) within the "Clinical Finding" and "Procedure" sub-hierarchies. Two domain experts confirmed 185 (among 223) suggested missing IS-A relations, a precision of 82.96%. Our results demonstrate that analyzing the lexical features of concepts in non-lattice subgraphs is an effective approach for auditing SNOMED CT. Copyright © 2017 Elsevier Inc. All rights reserved.

  1. Isolating highly connected induced subgraphs

    DEFF Research Database (Denmark)

    Penev, Irena; Thomasse, Stephan; Trotignon, Nicolas

    2016-01-01

    We prove that any graph G of minimum degree greater than 2k(2) - 1 has a (k + 1)-connected induced subgraph H such that the number of vertices of H that have neighbors outside of H is at most 2k(2) - 1. This generalizes a classical result of Mader, which states that a high minimum degree implies ...

  2. GRAMI: Frequent subgraph and pattern mining in a single large graph

    KAUST Repository

    Elseidy, M.

    2014-01-01

    Mining frequent subgraphs is an important operation on graphs; it is defined as finding all subgraphs that appear frequently in a database according to a given frequency threshold. Most existing work assumes a database of many small graphs, but modern applications, such as social networks, citation graphs, or proteinprotein interactions in bioinformatics, are modeled as a single large graph. In this paper we present GRAMI, a novel framework for frequent subgraph mining in a single large graph. GRAMI undertakes a novel approach that only finds the minimal set of instances to satisfy the frequency threshold and avoids the costly enumeration of all instances required by previous approaches. We accompany our approach with a heuristic and optimizations that significantly improve performance. Additionally, we present an extension of GRAMI that mines frequent patterns. Compared to subgraphs, patterns offer a more powerful version of matching that captures transitive interactions between graph nodes (like friend of a friend) which are very common in modern applications. Finally, we present CGRAMI, a version supporting structural and semantic constraints, and AGRAMI, an approximate version producing results with no false positives. Our experiments on real data demonstrate that our framework is up to 2 orders of magnitude faster and discovers more interesting patterns than existing approaches. 2014 VLDB Endowment.

  3. GRAMI: Generalized Frequent Subgraph Mining in Large Graphs

    KAUST Repository

    El Saeedy, Mohammed El Sayed

    2011-07-24

    Mining frequent subgraphs is an important operation on graphs. Most existing work assumes a database of many small graphs, but modern applications, such as social networks, citation graphs or protein-protein interaction in bioinformatics, are modeled as a single large graph. Interesting interactions in such applications may be transitive (e.g., friend of a friend). Existing methods, however, search for frequent isomorphic (i.e., exact match) subgraphs and cannot discover many useful patterns. In this paper we propose GRAMI, a framework that generalizes frequent subgraph mining in a large single graph. GRAMI discovers frequent patterns. A pattern is a graph where edges are generalized to distance-constrained paths. Depending on the definition of the distance function, many instantiations of the framework are possible. Both directed and undirected graphs, as well as multiple labels per vertex, are supported. We developed an efficient implementation of the framework that models the frequency resolution phase as a constraint satisfaction problem, in order to avoid the costly enumeration of all instances of each pattern in the graph. We also implemented CGRAMI, a version that supports structural and semantic constraints; and AGRAMI, an approximate version that supports very large graphs. Our experiments on real data demonstrate that our framework is up to 3 orders of magnitude faster and discovers more interesting patterns than existing approaches.

  4. Identification of Functional Information Subgraphs in Complex Networks

    International Nuclear Information System (INIS)

    Bettencourt, Luis M. A.; Gintautas, Vadas; Ham, Michael I.

    2008-01-01

    We present a general information theoretic approach for identifying functional subgraphs in complex networks. We show that the uncertainty in a variable can be written as a sum of information quantities, where each term is generated by successively conditioning mutual informations on new measured variables in a way analogous to a discrete differential calculus. The analogy to a Taylor series suggests efficient optimization algorithms for determining the state of a target variable in terms of functional groups of other nodes. We apply this methodology to electrophysiological recordings of cortical neuronal networks grown in vitro. Each cell's firing is generally explained by the activity of a few neurons. We identify these neuronal subgraphs in terms of their redundant or synergetic character and reconstruct neuronal circuits that account for the state of target cells

  5. Protein complex prediction based on k-connected subgraphs in protein interaction network

    OpenAIRE

    Habibi, Mahnaz; Eslahchi, Changiz; Wong, Limsoon

    2010-01-01

    Abstract Background Protein complexes play an important role in cellular mechanisms. Recently, several methods have been presented to predict protein complexes in a protein interaction network. In these methods, a protein complex is predicted as a dense subgraph of protein interactions. However, interactions data are incomplete and a protein complex does not have to be a complete or dense subgraph. Results We propose a more appropriate protein complex prediction method, CFA, that is based on ...

  6. Incremental Frequent Subgraph Mining on Large Evolving Graphs

    KAUST Repository

    Abdelhamid, Ehab; Canim, Mustafa; Sadoghi, Mohammad; Bhatta, Bishwaranjan; Chang, Yuan-Chi; Kalnis, Panos

    2017-01-01

    , such as social networks, utilize large evolving graphs. Mining these graphs using existing techniques is infeasible, due to the high computational cost. In this paper, we propose IncGM+, a fast incremental approach for continuous frequent subgraph mining problem

  7. CytoMCS: A Multiple Maximum Common Subgraph Detection Tool for Cytoscape

    DEFF Research Database (Denmark)

    Larsen, Simon; Baumbach, Jan

    2017-01-01

    such analyses we have developed CytoMCS, a Cytoscape app for computing inexact solutions to the maximum common edge subgraph problem for two or more graphs. Our algorithm uses an iterative local search heuristic for computing conserved subgraphs, optimizing a squared edge conservation score that is able...... to detect not only fully conserved edges but also partially conserved edges. It can be applied to any set of directed or undirected, simple graphs loaded as networks into Cytoscape, e.g. protein-protein interaction networks or gene regulatory networks. CytoMCS is available as a Cytoscape app at http://apps.cytoscape.org/apps/cytomcs....

  8. Advice Complexity of the Online Induced Subgraph Problem

    DEFF Research Database (Denmark)

    Komm, Dennis; Královič, Rastislav; Královič, Richard

    2016-01-01

    of the input can influence the solution quality. We evaluate the information in a quantitative way by considering the best possible advice of given size that describes the unknown input. Using a result from Boyar et al. we give a tight trade-off relationship stating that, for inputs of length n, roughly n...... subgraph problem, preemption does not significantly help by giving a lower bound of Omega(n/(c^2\\log c)) on the bits of advice that are needed to obtain competitive ratio c, where c is any increasing function bounded from above by \\sqrt{n/\\log n}. We also give a linear lower bound for c close to 1....... these problems by investigating a generalized problem: for an arbitrary but fixed hereditary property, find some maximal induced subgraph having the property. We investigate this problem from the point of view of advice complexity, i.e. we ask how some additional information about the yet unrevealed parts...

  9. Protein complex prediction based on k-connected subgraphs in protein interaction network

    Directory of Open Access Journals (Sweden)

    Habibi Mahnaz

    2010-09-01

    Full Text Available Abstract Background Protein complexes play an important role in cellular mechanisms. Recently, several methods have been presented to predict protein complexes in a protein interaction network. In these methods, a protein complex is predicted as a dense subgraph of protein interactions. However, interactions data are incomplete and a protein complex does not have to be a complete or dense subgraph. Results We propose a more appropriate protein complex prediction method, CFA, that is based on connectivity number on subgraphs. We evaluate CFA using several protein interaction networks on reference protein complexes in two benchmark data sets (MIPS and Aloy, containing 1142 and 61 known complexes respectively. We compare CFA to some existing protein complex prediction methods (CMC, MCL, PCP and RNSC in terms of recall and precision. We show that CFA predicts more complexes correctly at a competitive level of precision. Conclusions Many real complexes with different connectivity level in protein interaction network can be predicted based on connectivity number. Our CFA program and results are freely available from http://www.bioinf.cs.ipm.ir/softwares/cfa/CFA.rar.

  10. Heavy subgraph pairs for traceability of block-chains

    NARCIS (Netherlands)

    Li, Binlong; Li, Binlong; Broersma, Haitze J.; Zhang, Shenggui

    2014-01-01

    A graph is called traceable if it contains a Hamilton path, i.e., a path containing all its vertices. Let G be a graph on n vertices. We say that an induced subgraph of G is o-1-heavy if it contains two nonadjacent vertices which satisfy an Ore-type degree condition for traceability, i.e., with

  11. A Parallel Approach for Frequent Subgraph Mining in a Single Large Graph Using Spark

    Directory of Open Access Journals (Sweden)

    Fengcai Qiao

    2018-02-01

    Full Text Available Frequent subgraph mining (FSM plays an important role in graph mining, attracting a great deal of attention in many areas, such as bioinformatics, web data mining and social networks. In this paper, we propose SSiGraM (Spark based Single Graph Mining, a Spark based parallel frequent subgraph mining algorithm in a single large graph. Aiming to approach the two computational challenges of FSM, we conduct the subgraph extension and support evaluation parallel across all the distributed cluster worker nodes. In addition, we also employ a heuristic search strategy and three novel optimizations: load balancing, pre-search pruning and top-down pruning in the support evaluation process, which significantly improve the performance. Extensive experiments with four different real-world datasets demonstrate that the proposed algorithm outperforms the existing GraMi (Graph Mining algorithm by an order of magnitude for all datasets and can work with a lower support threshold.

  12. The Fibonacci numbers of certain subgraphs of circulant graphs

    Directory of Open Access Journals (Sweden)

    Loiret Alejandría Dosal-Trujillo

    2015-11-01

    We prove that the total number of independent vertex sets of the family of graphs Cn[r] for all n≥r+1, and for several subgraphs of this family is completely determined by some sequences which are constructed recursively like the Fibonacci and Lucas sequences, even more, these new sequences generalize the Fibonacci and Lucas sequences.

  13. GoFFish: A Sub-Graph Centric Framework for Large-Scale Graph Analytics1

    Energy Technology Data Exchange (ETDEWEB)

    Simmhan, Yogesh; Kumbhare, Alok; Wickramaarachchi, Charith; Nagarkar, Soonil; Ravi, Santosh; Raghavendra, Cauligi; Prasanna, Viktor

    2014-08-25

    Large scale graph processing is a major research area for Big Data exploration. Vertex centric programming models like Pregel are gaining traction due to their simple abstraction that allows for scalable execution on distributed systems naturally. However, there are limitations to this approach which cause vertex centric algorithms to under-perform due to poor compute to communication overhead ratio and slow convergence of iterative superstep. In this paper we introduce GoFFish a scalable sub-graph centric framework co-designed with a distributed persistent graph storage for large scale graph analytics on commodity clusters. We introduce a sub-graph centric programming abstraction that combines the scalability of a vertex centric approach with the flexibility of shared memory sub-graph computation. We map Connected Components, SSSP and PageRank algorithms to this model to illustrate its flexibility. Further, we empirically analyze GoFFish using several real world graphs and demonstrate its significant performance improvement, orders of magnitude in some cases, compared to Apache Giraph, the leading open source vertex centric implementation. We map Connected Components, SSSP and PageRank algorithms to this model to illustrate its flexibility. Further, we empirically analyze GoFFish using several real world graphs and demonstrate its significant performance improvement, orders of magnitude in some cases, compared to Apache Giraph, the leading open source vertex centric implementation.

  14. Do motifs reflect evolved function?--No convergent evolution of genetic regulatory network subgraph topologies.

    Science.gov (United States)

    Knabe, Johannes F; Nehaniv, Chrystopher L; Schilstra, Maria J

    2008-01-01

    Methods that analyse the topological structure of networks have recently become quite popular. Whether motifs (subgraph patterns that occur more often than in randomized networks) have specific functions as elementary computational circuits has been cause for debate. As the question is difficult to resolve with currently available biological data, we approach the issue using networks that abstractly model natural genetic regulatory networks (GRNs) which are evolved to show dynamical behaviors. Specifically one group of networks was evolved to be capable of exhibiting two different behaviors ("differentiation") in contrast to a group with a single target behavior. In both groups we find motif distribution differences within the groups to be larger than differences between them, indicating that evolutionary niches (target functions) do not necessarily mold network structure uniquely. These results show that variability operators can have a stronger influence on network topologies than selection pressures, especially when many topologies can create similar dynamics. Moreover, analysis of motif functional relevance by lesioning did not suggest that motifs were of greater importance to the functioning of the network than arbitrary subgraph patterns. Only when drastically restricting network size, so that one motif corresponds to a whole functionally evolved network, was preference for particular connection patterns found. This suggests that in non-restricted, bigger networks, entanglement with the rest of the network hinders topological subgraph analysis.

  15. MAXIMUM r-REGULAR INDUCED SUBGRAPH PROBLEM: FAST EXPONENTIAL ALGORITHMS AND COMBINATORIAL BOUNDS

    DEFF Research Database (Denmark)

    Gupta, S.; Raman, V.; Saurabh, S.

    2012-01-01

    We show that for a fixed r, the number of maximal r-regular induced subgraphs in any graph with n vertices is upper bounded by O(c(n)), where c is a positive constant strictly less than 2. This bound generalizes the well-known result of Moon and Moser, who showed an upper bound of 3(n/3) on the n...

  16. On the number of subgraphs of the Barabasi-Albert random graph

    Energy Technology Data Exchange (ETDEWEB)

    Ryabchenko, Aleksandr A; Samosvat, Egor A [Moscow Institute of Physics and Technology (State University), Dolgoprudnyi, Moscow Region, Russian Frderation (Russian Federation)

    2012-06-30

    We study a model of a random graph of the type of the Barabasi-Albert preferential attachment model. We develop a technique that makes it possible to estimate the mathematical expectation for a fairly wide class of random variables in the model under consideration. We use this technique to prove a theorem on the asymptotics of the mathematical expectation of the number of subgraphs isomorphic to a certain fixed graph in the random graphs of this model.

  17. The n-component cubic model and flows: subgraph break-collapse method

    International Nuclear Information System (INIS)

    Essam, J.W.; Magalhaes, A.C.N. de.

    1988-01-01

    We generalise to the n-component cubic model the subgraph break-collapse method which we previously developed for the Potts model. The relations used are based on expressions which we recently derived for the Z(λ) model in terms of mod-λ flows. Our recursive algorithm is similar, for n = 2, to the break-collapse method for the Z(4) model proposed by Mariz and coworkers. It allows the exact calculation for the partition function and correlation functions for n-component cubic clusters with n as a variable, without the need to examine all of the spin configurations. (author) [pt

  18. On the number of subgraphs of the Barabási-Albert random graph

    International Nuclear Information System (INIS)

    Ryabchenko, Aleksandr A; Samosvat, Egor A

    2012-01-01

    We study a model of a random graph of the type of the Barabási-Albert preferential attachment model. We develop a technique that makes it possible to estimate the mathematical expectation for a fairly wide class of random variables in the model under consideration. We use this technique to prove a theorem on the asymptotics of the mathematical expectation of the number of subgraphs isomorphic to a certain fixed graph in the random graphs of this model.

  19. The Potts models and flows. III, standard and subgraph break-collapse methods

    International Nuclear Information System (INIS)

    Magalhaes, A.C.N. de; Essam, J.W.

    1987-01-01

    An algorithm is developed for the exact calculation of the many spin correlation functions of Potts model clusters which is more efficient than the standard break-collapse method traditionally used in real space renormalization group calculations. The improved performance is based on a relationship which, at any stage of the calculation, allows the replacement of certain subgraphs by single effective edges. Our method avoids, as in the standard one, the time consuming summation over spin states and can be very useful in series expansions and real space renormalisation group calculations on crystal lattices. (Author) [pt

  20. Are most samples of animals systematically biased? Consistent individual trait differences bias samples despite random sampling.

    Science.gov (United States)

    Biro, Peter A

    2013-02-01

    Sampling animals from the wild for study is something nearly every biologist has done, but despite our best efforts to obtain random samples of animals, 'hidden' trait biases may still exist. For example, consistent behavioral traits can affect trappability/catchability, independent of obvious factors such as size and gender, and these traits are often correlated with other repeatable physiological and/or life history traits. If so, systematic sampling bias may exist for any of these traits. The extent to which this is a problem, of course, depends on the magnitude of bias, which is presently unknown because the underlying trait distributions in populations are usually unknown, or unknowable. Indeed, our present knowledge about sampling bias comes from samples (not complete population censuses), which can possess bias to begin with. I had the unique opportunity to create naturalized populations of fish by seeding each of four small fishless lakes with equal densities of slow-, intermediate-, and fast-growing fish. Using sampling methods that are not size-selective, I observed that fast-growing fish were up to two-times more likely to be sampled than slower-growing fish. This indicates substantial and systematic bias with respect to an important life history trait (growth rate). If correlations between behavioral, physiological and life-history traits are as widespread as the literature suggests, then many animal samples may be systematically biased with respect to these traits (e.g., when collecting animals for laboratory use), and affect our inferences about population structure and abundance. I conclude with a discussion on ways to minimize sampling bias for particular physiological/behavioral/life-history types within animal populations.

  1. Research of Subgraph Estimation Page Rank Algorithm for Web Page Rank

    Directory of Open Access Journals (Sweden)

    LI Lan-yin

    2017-04-01

    Full Text Available The traditional PageRank algorithm can not efficiently perform large data Webpage scheduling problem. This paper proposes an accelerated algorithm named topK-Rank,which is based on PageRank on the MapReduce platform. It can find top k nodes efficiently for a given graph without sacrificing accuracy. In order to identify top k nodes,topK-Rank algorithm prunes unnecessary nodes and edges in each iteration to dynamically construct subgraphs,and iteratively estimates lower/upper bounds of PageRank scores through subgraphs. Theoretical analysis shows that this method guarantees result exactness. Experiments show that topK-Rank algorithm can find k nodes much faster than the existing approaches.

  2. Pathway discovery in metabolic networks by subgraph extraction.

    Science.gov (United States)

    Faust, Karoline; Dupont, Pierre; Callut, Jérôme; van Helden, Jacques

    2010-05-01

    Subgraph extraction is a powerful technique to predict pathways from biological networks and a set of query items (e.g. genes, proteins, compounds, etc.). It can be applied to a variety of different data types, such as gene expression, protein levels, operons or phylogenetic profiles. In this article, we investigate different approaches to extract relevant pathways from metabolic networks. Although these approaches have been adapted to metabolic networks, they are generic enough to be adjusted to other biological networks as well. We comparatively evaluated seven sub-network extraction approaches on 71 known metabolic pathways from Saccharomyces cerevisiae and a metabolic network obtained from MetaCyc. The best performing approach is a novel hybrid strategy, which combines a random walk-based reduction of the graph with a shortest paths-based algorithm, and which recovers the reference pathways with an accuracy of approximately 77%. Most of the presented algorithms are available as part of the network analysis tool set (NeAT). The kWalks method is released under the GPL3 license.

  3. Protein complex prediction via dense subgraphs and false positive analysis.

    Directory of Open Access Journals (Sweden)

    Cecilia Hernandez

    Full Text Available Many proteins work together with others in groups called complexes in order to achieve a specific function. Discovering protein complexes is important for understanding biological processes and predict protein functions in living organisms. Large-scale and throughput techniques have made possible to compile protein-protein interaction networks (PPI networks, which have been used in several computational approaches for detecting protein complexes. Those predictions might guide future biologic experimental research. Some approaches are topology-based, where highly connected proteins are predicted to be complexes; some propose different clustering algorithms using partitioning, overlaps among clusters for networks modeled with unweighted or weighted graphs; and others use density of clusters and information based on protein functionality. However, some schemes still require much processing time or the quality of their results can be improved. Furthermore, most of the results obtained with computational tools are not accompanied by an analysis of false positives. We propose an effective and efficient mining algorithm for discovering highly connected subgraphs, which is our base for defining protein complexes. Our representation is based on transforming the PPI network into a directed acyclic graph that reduces the number of represented edges and the search space for discovering subgraphs. Our approach considers weighted and unweighted PPI networks. We compare our best alternative using PPI networks from Saccharomyces cerevisiae (yeast and Homo sapiens (human with state-of-the-art approaches in terms of clustering, biological metrics and execution times, as well as three gold standards for yeast and two for human. Furthermore, we analyze false positive predicted complexes searching the PDBe (Protein Data Bank in Europe database in order to identify matching protein complexes that have been purified and structurally characterized. Our analysis shows

  4. Constraints on signaling network logic reveal functional subgraphs on Multiple Myeloma OMIC data.

    Science.gov (United States)

    Miannay, Bertrand; Minvielle, Stéphane; Magrangeas, Florence; Guziolowski, Carito

    2018-03-21

    The integration of gene expression profiles (GEPs) and large-scale biological networks derived from pathways databases is a subject which is being widely explored. Existing methods are based on network distance measures among significantly measured species. Only a small number of them include the directionality and underlying logic existing in biological networks. In this study we approach the GEP-networks integration problem by considering the network logic, however our approach does not require a prior species selection according to their gene expression level. We start by modeling the biological network representing its underlying logic using Logic Programming. This model points to reachable network discrete states that maximize a notion of harmony between the molecular species active or inactive possible states and the directionality of the pathways reactions according to their activator or inhibitor control role. Only then, we confront these network states with the GEP. From this confrontation independent graph components are derived, each of them related to a fixed and optimal assignment of active or inactive states. These components allow us to decompose a large-scale network into subgraphs and their molecular species state assignments have different degrees of similarity when compared to the same GEP. We apply our method to study the set of possible states derived from a subgraph from the NCI-PID Pathway Interaction Database. This graph links Multiple Myeloma (MM) genes to known receptors for this blood cancer. We discover that the NCI-PID MM graph had 15 independent components, and when confronted to 611 MM GEPs, we find 1 component as being more specific to represent the difference between cancer and healthy profiles.

  5. Theoretic derivation of directed acyclic subgraph algorithm and comparisons with message passing algorithm

    Science.gov (United States)

    Ha, Jeongmok; Jeong, Hong

    2016-07-01

    This study investigates the directed acyclic subgraph (DAS) algorithm, which is used to solve discrete labeling problems much more rapidly than other Markov-random-field-based inference methods but at a competitive accuracy. However, the mechanism by which the DAS algorithm simultaneously achieves competitive accuracy and fast execution speed, has not been elucidated by a theoretical derivation. We analyze the DAS algorithm by comparing it with a message passing algorithm. Graphical models, inference methods, and energy-minimization frameworks are compared between DAS and message passing algorithms. Moreover, the performances of DAS and other message passing methods [sum-product belief propagation (BP), max-product BP, and tree-reweighted message passing] are experimentally compared.

  6. Application-Specific Graph Sampling for Frequent Subgraph Mining and Community Detection

    Energy Technology Data Exchange (ETDEWEB)

    Purohit, Sumit; Choudhury, Sutanay; Holder, Lawrence B.

    2017-12-11

    Graph mining is an important data analysis methodology, but struggles as the input graph size increases. The scalability and usability challenges posed by such large graphs make it imperative to sample the input graph and reduce its size. The critical challenge in sampling is to identify the appropriate algorithm to insure the resulting analysis does not suffer heavily from the data reduction. Predicting the expected performance degradation for a given graph and sampling algorithm is also useful. In this paper, we present different sampling approaches for graph mining applications such as Frequent Subgrpah Mining (FSM), and Community Detection (CD). We explore graph metrics such as PageRank, Triangles, and Diversity to sample a graph and conclude that for heterogeneous graphs Triangles and Diversity perform better than degree based metrics. We also present two new sampling variations for targeted graph mining applications. We present empirical results to show that knowledge of the target application, along with input graph properties can be used to select the best sampling algorithm. We also conclude that performance degradation is an abrupt, rather than gradual phenomena, as the sample size decreases. We present the empirical results to show that the performance degradation follows a logistic function.

  7. Sample preparation combined with electroanalysis to improve simultaneous determination of antibiotics in animal derived food samples.

    Science.gov (United States)

    da Silva, Wesley Pereira; de Oliveira, Luiz Henrique; Santos, André Luiz Dos; Ferreira, Valdir Souza; Trindade, Magno Aparecido Gonçalves

    2018-06-01

    A procedure based on liquid-liquid extraction (LLE) and phase separation using magnetically stirred salt-induced high-temperature liquid-liquid extraction (PS-MSSI-HT-LLE) was developed to extract and pre-concentrate ciprofloxacin (CIPRO) and enrofloxacin (ENRO) from animal food samples before electroanalysis. Firstly, simple LLE was used to extract the fluoroquinolones (FQs) from animal food samples, in which dilution was performed to reduce interference effects to below a tolerable threshold. Then, adapted PS-MSSI-HT-LLE protocols allowed re-extraction and further pre-concentration of target analytes in the diluted acid samples for simultaneous electrochemical quantification at low concentration levels. To improve the peak separation, in simultaneous detection, a baseline-corrected second-order derivative approach was processed. These approaches allowed quantification of target FQs from animal food samples spiked at levels of 0.80 to 2.00 µmol L -1 in chicken meat, with recovery values always higher than 80.5%, as well as in milk samples spiked at 4.00 µmol L -1 , with recovery values close to 70.0%. Copyright © 2018 Elsevier Ltd. All rights reserved.

  8. Sampling strategies in antimicrobial resistance monitoring: evaluating how precision and sensitivity vary with the number of animals sampled per farm.

    Directory of Open Access Journals (Sweden)

    Takehisa Yamamoto

    Full Text Available Because antimicrobial resistance in food-producing animals is a major public health concern, many countries have implemented antimicrobial monitoring systems at a national level. When designing a sampling scheme for antimicrobial resistance monitoring, it is necessary to consider both cost effectiveness and statistical plausibility. In this study, we examined how sampling scheme precision and sensitivity can vary with the number of animals sampled from each farm, while keeping the overall sample size constant to avoid additional sampling costs. Five sampling strategies were investigated. These employed 1, 2, 3, 4 or 6 animal samples per farm, with a total of 12 animals sampled in each strategy. A total of 1,500 Escherichia coli isolates from 300 fattening pigs on 30 farms were tested for resistance against 12 antimicrobials. The performance of each sampling strategy was evaluated by bootstrap resampling from the observational data. In the bootstrapping procedure, farms, animals, and isolates were selected randomly with replacement, and a total of 10,000 replications were conducted. For each antimicrobial, we observed that the standard deviation and 2.5-97.5 percentile interval of resistance prevalence were smallest in the sampling strategy that employed 1 animal per farm. The proportion of bootstrap samples that included at least 1 isolate with resistance was also evaluated as an indicator of the sensitivity of the sampling strategy to previously unidentified antimicrobial resistance. The proportion was greatest with 1 sample per farm and decreased with larger samples per farm. We concluded that when the total number of samples is pre-specified, the most precise and sensitive sampling strategy involves collecting 1 sample per farm.

  9. Reproducibility of preclinical animal research improves with heterogeneity of study samples

    Science.gov (United States)

    Vogt, Lucile; Sena, Emily S.; Würbel, Hanno

    2018-01-01

    Single-laboratory studies conducted under highly standardized conditions are the gold standard in preclinical animal research. Using simulations based on 440 preclinical studies across 13 different interventions in animal models of stroke, myocardial infarction, and breast cancer, we compared the accuracy of effect size estimates between single-laboratory and multi-laboratory study designs. Single-laboratory studies generally failed to predict effect size accurately, and larger sample sizes rendered effect size estimates even less accurate. By contrast, multi-laboratory designs including as few as 2 to 4 laboratories increased coverage probability by up to 42 percentage points without a need for larger sample sizes. These findings demonstrate that within-study standardization is a major cause of poor reproducibility. More representative study samples are required to improve the external validity and reproducibility of preclinical animal research and to prevent wasting animals and resources for inconclusive research. PMID:29470495

  10. The finite body triangulation: algorithms, subgraphs, homogeneity estimation and application.

    Science.gov (United States)

    Carson, Cantwell G; Levine, Jonathan S

    2016-09-01

    The concept of a finite body Dirichlet tessellation has been extended to that of a finite body Delaunay 'triangulation' to provide a more meaningful description of the spatial distribution of nonspherical secondary phase bodies in 2- and 3-dimensional images. A finite body triangulation (FBT) consists of a network of minimum edge-to-edge distances between adjacent objects in a microstructure. From this is also obtained the characteristic object chords formed by the intersection of the object boundary with the finite body tessellation. These two sets of distances form the basis of a parsimonious homogeneity estimation. The characteristics of the spatial distribution are then evaluated with respect to the distances between objects and the distances within them. Quantitative analysis shows that more physically representative distributions can be obtained by selecting subgraphs, such as the relative neighbourhood graph and the minimum spanning tree, from the finite body tessellation. To demonstrate their potential, we apply these methods to 3-dimensional X-ray computed tomographic images of foamed cement and their 2-dimensional cross sections. The Python computer code used to estimate the FBT is made available. Other applications for the algorithm - such as porous media transport and crack-tip propagation - are also discussed. © 2016 The Authors Journal of Microscopy © 2016 Royal Microscopical Society.

  11. Metagenomic detection of viruses in aerosol samples from workers in animal slaughterhouses.

    Directory of Open Access Journals (Sweden)

    Richard J Hall

    Full Text Available Published studies have shown that workers in animal slaughterhouses are at a higher risk of lung cancers as compared to the general population. No specific causal agents have been identified, and exposures to several chemicals have been examined and found to be unrelated. Evidence suggests a biological aetiology as the risk is highest for workers who are exposed to live animals or to biological material containing animal faeces, urine or blood. To investigate possible biological exposures in animal slaughterhouses, we used a metagenomic approach to characterise the profile of organisms present within an aerosol sample. An assessment of aerosol exposures for individual workers was achieved by the collection of personal samples that represent the inhalable fraction of dust/bioaerosol in workplace air in both cattle and sheep slaughterhouses. Two sets of nine personal aerosol samples were pooled for the cattle processing and sheep processing areas respectively, with a total of 332,677,346 sequence reads and 250,144,492 sequence reads of 85 bp in length produced for each. Eukaryotic genome sequence was found in both sampling locations, and bovine, ovine and human sequences were common. Sequences from WU polyomavirus and human papillomavirus 120 were detected in the metagenomic dataset from the cattle processing area, and these sequences were confirmed as being present in the original personal aerosol samples. This study presents the first metagenomic description of personal aerosol exposure and this methodology could be applied to a variety of environments. Also, the detection of two candidate viruses warrants further investigation in the setting of occupational exposures in animal slaughterhouses.

  12. [Formal sample size calculation and its limited validity in animal studies of medical basic research].

    Science.gov (United States)

    Mayer, B; Muche, R

    2013-01-01

    Animal studies are highly relevant for basic medical research, although their usage is discussed controversially in public. Thus, an optimal sample size for these projects should be aimed at from a biometrical point of view. Statistical sample size calculation is usually the appropriate methodology in planning medical research projects. However, required information is often not valid or only available during the course of an animal experiment. This article critically discusses the validity of formal sample size calculation for animal studies. Within the discussion, some requirements are formulated to fundamentally regulate the process of sample size determination for animal experiments.

  13. Rapid column extraction method for actinides and strontium in fish and other animal tissue samples

    International Nuclear Information System (INIS)

    Maxwell III, S.L.; Faison, D.M.

    2008-01-01

    The analysis of actinides and radiostrontium in animal tissue samples is very important for environmental monitoring. There is a need to measure actinide isotopes and strontium with very low detection limits in animal tissue samples, including fish, deer, hogs, beef and shellfish. A new, rapid separation method has been developed that allows the measurement of plutonium, neptunium, uranium, americium, curium and strontium isotopes in large animal tissue samples (100-200 g) with high chemical recoveries and effective removal of matrix interferences. This method uses stacked TEVA Resin R , TRU Resin R and DGA Resin R cartridges from Eichrom Technologies (Darien, IL, USA) that allows the rapid separation of plutonium (Pu), neptunium (Np), uranium (U), americium (Am), and curium (Cm) using a single multi-stage column combined with alphaspectrometry. Strontium is collected on Sr Resin R from Eichrom Technologies (Darien, IL, USA). After acid digestion and furnace heating of the animal tissue samples, the actinides and 89/90 Sr are separated using column extraction chromatography. This method has been shown to be effective over a wide range of animal tissue matrices. Vacuum box cartridge technology with rapid flow rates is used to minimize sample preparation time. (author)

  14. Variations among animals when estimating the undegradable fraction of fiber in forage samples

    Directory of Open Access Journals (Sweden)

    Cláudia Batista Sampaio

    2014-10-01

    Full Text Available The objective of this study was to assess the variability among animals regarding the critical time to estimate the undegradable fraction of fiber (ct using an in situ incubation procedure. Five rumenfistulated Nellore steers were used to estimate the degradation profile of fiber. Animals were fed a standard diet with an 80:20 forage:concentrate ratio. Sugarcane, signal grass hay, corn silage and fresh elephant grass samples were assessed. Samples were put in F57 Ankom® bags and were incubated in the rumens of the animals for 0, 6, 12, 18, 24, 48, 72, 96, 120, 144, 168, 192, 216, 240 and 312 hours. The degradation profiles were interpreted using a mixed non-linear model in which a random effect was associated with the degradation rate. For sugarcane, signal grass hay and corn silage, there were no significant variations among animals regarding the fractional degradation rate of neutral and acid detergent fiber; consequently, the ct required to estimate the undegradable fiber fraction did not vary among animals for those forages. However, a significant variability among animals was found for the fresh elephant grass. The results seem to suggest that the variability among animals regarding the degradation rate of fibrous components can be significant.

  15. Robust cell tracking in epithelial tissues through identification of maximum common subgraphs.

    Science.gov (United States)

    Kursawe, Jochen; Bardenet, Rémi; Zartman, Jeremiah J; Baker, Ruth E; Fletcher, Alexander G

    2016-11-01

    Tracking of cells in live-imaging microscopy videos of epithelial sheets is a powerful tool for investigating fundamental processes in embryonic development. Characterizing cell growth, proliferation, intercalation and apoptosis in epithelia helps us to understand how morphogenetic processes such as tissue invagination and extension are locally regulated and controlled. Accurate cell tracking requires correctly resolving cells entering or leaving the field of view between frames, cell neighbour exchanges, cell removals and cell divisions. However, current tracking methods for epithelial sheets are not robust to large morphogenetic deformations and require significant manual interventions. Here, we present a novel algorithm for epithelial cell tracking, exploiting the graph-theoretic concept of a 'maximum common subgraph' to track cells between frames of a video. Our algorithm does not require the adjustment of tissue-specific parameters, and scales in sub-quadratic time with tissue size. It does not rely on precise positional information, permitting large cell movements between frames and enabling tracking in datasets acquired at low temporal resolution due to experimental constraints such as phototoxicity. To demonstrate the method, we perform tracking on the Drosophila embryonic epidermis and compare cell-cell rearrangements to previous studies in other tissues. Our implementation is open source and generally applicable to epithelial tissues. © 2016 The Authors.

  16. Reproducibility of NMR Analysis of Urine Samples: Impact of Sample Preparation, Storage Conditions, and Animal Health Status

    OpenAIRE

    Schreier, Christina; Kremer, Werner; Huber, Fritz; Neumann, Sindy; Pagel, Philipp; Lienemann, Kai; Pestel, Sabine

    2013-01-01

    Introduction. Spectroscopic analysis of urine samples from laboratory animals can be used to predict the efficacy and side effects of drugs. This employs methods combining 1H NMR spectroscopy with quantification of biomarkers or with multivariate data analysis. The most critical steps in data evaluation are analytical reproducibility of NMR data (collection, storage, and processing) and the health status of the animals, which may influence urine pH and osmolarity. Methods. We treated rats wit...

  17. Representative sampling of animal feed and mixtures in the Danish agricultural sector

    DEFF Research Database (Denmark)

    Petersen, Lars; Esbensen, Kim Harry

    2005-01-01

    Sampling of grain, animal feeds (solid & liquid) including important mineral mixtures in the Danish agricultural sector is subject to an ongoing investigation with the objective of improving existing (sub-optimal) sampling procedures. Results from the first 6 months are presented here; the projec...

  18. Sequential sampling: a novel method in farm animal welfare assessment.

    Science.gov (United States)

    Heath, C A E; Main, D C J; Mullan, S; Haskell, M J; Browne, W J

    2016-02-01

    Lameness in dairy cows is an important welfare issue. As part of a welfare assessment, herd level lameness prevalence can be estimated from scoring a sample of animals, where higher levels of accuracy are associated with larger sample sizes. As the financial cost is related to the number of cows sampled, smaller samples are preferred. Sequential sampling schemes have been used for informing decision making in clinical trials. Sequential sampling involves taking samples in stages, where sampling can stop early depending on the estimated lameness prevalence. When welfare assessment is used for a pass/fail decision, a similar approach could be applied to reduce the overall sample size. The sampling schemes proposed here apply the principles of sequential sampling within a diagnostic testing framework. This study develops three sequential sampling schemes of increasing complexity to classify 80 fully assessed UK dairy farms, each with known lameness prevalence. Using the Welfare Quality herd-size-based sampling scheme, the first 'basic' scheme involves two sampling events. At the first sampling event half the Welfare Quality sample size is drawn, and then depending on the outcome, sampling either stops or is continued and the same number of animals is sampled again. In the second 'cautious' scheme, an adaptation is made to ensure that correctly classifying a farm as 'bad' is done with greater certainty. The third scheme is the only scheme to go beyond lameness as a binary measure and investigates the potential for increasing accuracy by incorporating the number of severely lame cows into the decision. The three schemes are evaluated with respect to accuracy and average sample size by running 100 000 simulations for each scheme, and a comparison is made with the fixed size Welfare Quality herd-size-based sampling scheme. All three schemes performed almost as well as the fixed size scheme but with much smaller average sample sizes. For the third scheme, an overall

  19. Reproducibility of NMR analysis of urine samples: impact of sample preparation, storage conditions, and animal health status.

    Science.gov (United States)

    Schreier, Christina; Kremer, Werner; Huber, Fritz; Neumann, Sindy; Pagel, Philipp; Lienemann, Kai; Pestel, Sabine

    2013-01-01

    Spectroscopic analysis of urine samples from laboratory animals can be used to predict the efficacy and side effects of drugs. This employs methods combining (1)H NMR spectroscopy with quantification of biomarkers or with multivariate data analysis. The most critical steps in data evaluation are analytical reproducibility of NMR data (collection, storage, and processing) and the health status of the animals, which may influence urine pH and osmolarity. We treated rats with a solvent, a diuretic, or a nephrotoxicant and collected urine samples. Samples were titrated to pH 3 to 9, or salt concentrations increased up to 20-fold. The effects of storage conditions and freeze-thaw cycles were monitored. Selected metabolites and multivariate data analysis were evaluated after (1)H NMR spectroscopy. We showed that variation of pH from 3 to 9 and increases in osmolarity up to 6-fold had no effect on the quantification of the metabolites or on multivariate data analysis. Storage led to changes after 14 days at 4°C or after 12 months at -20°C, independent of sample composition. Multiple freeze-thaw cycles did not affect data analysis. Reproducibility of NMR measurements is not dependent on sample composition under physiological or pathological conditions.

  20. Reproducibility of NMR Analysis of Urine Samples: Impact of Sample Preparation, Storage Conditions, and Animal Health Status

    Directory of Open Access Journals (Sweden)

    Christina Schreier

    2013-01-01

    Full Text Available Introduction. Spectroscopic analysis of urine samples from laboratory animals can be used to predict the efficacy and side effects of drugs. This employs methods combining 1H NMR spectroscopy with quantification of biomarkers or with multivariate data analysis. The most critical steps in data evaluation are analytical reproducibility of NMR data (collection, storage, and processing and the health status of the animals, which may influence urine pH and osmolarity. Methods. We treated rats with a solvent, a diuretic, or a nephrotoxicant and collected urine samples. Samples were titrated to pH 3 to 9, or salt concentrations increased up to 20-fold. The effects of storage conditions and freeze-thaw cycles were monitored. Selected metabolites and multivariate data analysis were evaluated after 1H NMR spectroscopy. Results. We showed that variation of pH from 3 to 9 and increases in osmolarity up to 6-fold had no effect on the quantification of the metabolites or on multivariate data analysis. Storage led to changes after 14 days at 4°C or after 12 months at −20°C, independent of sample composition. Multiple freeze-thaw cycles did not affect data analysis. Conclusion. Reproducibility of NMR measurements is not dependent on sample composition under physiological or pathological conditions.

  1. Zoonotic pathogens isolated from wild animals and environmental samples at two California wildlife hospitals.

    Science.gov (United States)

    Siembieda, Jennifer L; Miller, Woutrina A; Byrne, Barbara A; Ziccardi, Michael H; Anderson, Nancy; Chouicha, Nadira; Sandrock, Christian E; Johnson, Christine K

    2011-03-15

    To determine types and estimate prevalence of potentially zoonotic enteric pathogens shed by wild animals admitted to either of 2 wildlife hospitals and to characterize distribution of these pathogens and of aerobic bacteria in a hospital environment. Cross-sectional study. Fecal samples from 338 animals in 2 wildlife hospitals and environmental samples from 1 wildlife hospital. Fecal samples were collected within 24 hours of hospital admission. Environmental samples were collected from air and surfaces. Samples were tested for zoonotic pathogens via culture techniques and biochemical analyses. Prevalence of pathogen shedding was compared among species groups, ages, sexes, and seasons. Bacterial counts were determined for environmental samples. Campylobacter spp, Vibrio spp, Salmonella spp, Giardia spp, and Cryptosporidium spp (alone or in combination) were detected in 105 of 338 (31%) fecal samples. Campylobacter spp were isolated only from birds. Juvenile passerines were more likely to shed Campylobacter spp than were adults; prevalence increased among juvenile passerines during summer. Non-O1 serotypes of Vibrio cholerae were isolated from birds; during an oil-spill response, 9 of 10 seabirds screened were shedding this pathogen, which was also detected in environmental samples. Salmonella spp and Giardia spp were isolated from birds and mammals; Cryptosporidium spp were isolated from mammals only. Floors of animal rooms had higher bacterial counts than did floors with only human traffic. Potentially zoonotic enteric pathogens were identified in samples from several species admitted to wildlife hospitals, indicating potential for transmission if prevention is not practiced.

  2. A femoral arteriovenous shunt facilitates arterial whole blood sampling in animals

    International Nuclear Information System (INIS)

    Weber, Bruno; Burger, Cyrill; Buck, Alfred; Biro, Peter

    2002-01-01

    In this study we evaluated on-line continuous blood sampling in a femoral arteriovenous (a-v) shunt for use in quantitative tracer studies using gamma-emitting radionuclides in animals. The shunt consisted of 40 cm polyethylene tubing (PE-50) guided through a coincidence probe. Two three-way valves allowed blood pressure measurements and tracer injection. Blood flow in the shunt and the impulse response function (IRF) were assessed using heparinized human blood mixed with fluorine-18 fluorodeoxyglucose (FDG). In vivo experiments were performed in eight male rats (300-350 g) anaesthetized with halothane. In three rats, manual blood sampling was performed in parallel with on-line sampling. In another five animals, the arterial whole blood activity was recorded on-line for 40 min. For the experiments 150-180 MBq FDG was injected over 35 s. Blood flow in the shunt was 23.6, 29.2 and 42.8 ml/h at 100, 120 and 160 mmHg, respectively. The IRF was characterized by minimal dispersion (1-2 s FWHM). Deconvolution of the measured arterial input curves with the IRF changed the measured curve only minimally. Whole blood radioactivity concentration derived from manual and on-line sampling were in excellent agreement. The curves derived from on-line sampling were of high statistical quality. In conclusion, a femoral a-v shunt allows multiple manipulations such as measurement of the arterial whole blood activity, continuous blood pressure monitoring, injection of the tracer and collection of blood samples if necessary. It is not associated with blood loss if the collection of blood samples is not required. It is more convenient to use than manual sampling, the peak of the input curve is never missed and the input curves are of high statistical quality. (orig.)

  3. Comparative value of blood and skin samples for diagnosis of spotted fever group rickettsial infection in model animals.

    Science.gov (United States)

    Levin, Michael L; Snellgrove, Alyssa N; Zemtsova, Galina E

    2016-07-01

    The definitive diagnosis of spotted fever group (SFG) rickettsioses in humans is challenging due to the retrospective nature and cross reactivity of the serological methods and the absence of reliable and consistent samples for molecular diagnostics. Existing data indicate the transient character of bacteremia in experimentally infected animals. The ability of arthropod vectors to acquire rickettsial infection from the laboratory animals in the absence of systemic infection and known tropism of rickettsial agents to endothelial cells of peripheral blood vessels underline the importance of local infection and consequently the diagnostic potential of skin samples. In order to evaluate the diagnostic sensitivity of rickettsial DNA detection in blood and skin samples, we compared results of PCR testing in parallel samples collected from model laboratory animals infected with Rickettsia rickettsii, Rickettsia parkeri and Rickettsia slovaca-like agent at different time points after infection. Skin samples were collected from ears - away from the site of tick placement and without eschars. Overall, testing of skin samples resulted in a higher proportion of positive results than testing of blood samples. Presented data from model animals demonstrates that testing of skin samples from sites of rickettsial proliferation can provide definitive molecular diagnosis of up to 60-70% of tick-borne SFG rickettsial infections during the acute stage of illness. Detection of pathogen DNA in cutaneous samples is a valuable alternative to blood-PCR at least in model animals. Published by Elsevier GmbH.

  4. REAL-TIME PCR DETECTION OF LISTERIA MONOCYTOGENES IN FOOD SAMPLES OF ANIMAL ORIGIN

    Directory of Open Access Journals (Sweden)

    Jaroslav Pochop

    2013-02-01

    Full Text Available The aim of this study was to follow the contamination of food with Listeria monocytogenes by using Step One real time polymerase chain reaction (PCR. We used the PrepSEQ Rapid Spin Sample Preparation Kit for isolation of DNA and SensiFAST SYBR Hi-ROX Kit for the real-time PCR performance. In 24 samples of food of animal origin without incubation were detected strains of Listeria monocytogenes in 15 samples (swabs. Nine samples were negative. Our results indicated that the real-time PCR assay developed in this study could sensitively detect Listeria monocytogenes in food of animal origin without incubation. This could prevent infection caused by Listeria monocytogenes, and also could benefit food manufacturing companies by extending their product’s shelf-life as well as saving the cost of warehousing their food products while awaiting pathogen testing results. The rapid real-time PCR-based method performed very well compared to the conventional method. It is a fast, simple, specific and sensitive way to detect nucleic acids, which could be used in clinical diagnostic tests in the future.

  5. An innovative approach to sampling complex industrial emissions for use in animal toxicity tests: application to iron casting operations.

    Science.gov (United States)

    Palmer, W G; Scholz, R C; Moorman, W J

    1983-03-01

    Sampling of complex mixtures of airborne contaminants for chronic animal toxicity tests often involves numerous sampling devices, requires extensive sampling time, and yields forms of collected materials unsuitable for administration to animals. A method is described which used a high volume, wet venturi scrubber for collection of respirable fractions of emissions from iron foundry casting operations. The construction and operation of the sampler are presented along with collection efficiency data and its application to the preparation of large quantities of samples to be administered to animals by intratracheal instillation.

  6. Evaluation of environmental sampling methods for detection of Salmonella enterica in a large animal veterinary hospital.

    Science.gov (United States)

    Goeman, Valerie R; Tinkler, Stacy H; Hammac, G Kenitra; Ruple, Audrey

    2018-04-01

    Environmental surveillance for Salmonella enterica can be used for early detection of contamination; thus routine sampling is an integral component of infection control programs in hospital environments. At the Purdue University Veterinary Teaching Hospital (PUVTH), the technique regularly employed in the large animal hospital for sample collection uses sterile gauze sponges for environmental sampling, which has proven labor-intensive and time-consuming. Alternative sampling methods use Swiffer brand electrostatic wipes for environmental sample collection, which are reportedly effective and efficient. It was hypothesized that use of Swiffer wipes for sample collection would be more efficient and less costly than the use of gauze sponges. A head-to-head comparison between the 2 sampling methods was conducted in the PUVTH large animal hospital and relative agreement, cost-effectiveness, and sampling efficiency were compared. There was fair agreement in culture results between the 2 sampling methods, but Swiffer wipes required less time and less physical effort to collect samples and were more cost-effective.

  7. Fault tolerance in protein interaction networks: stable bipartite subgraphs and redundant pathways.

    Science.gov (United States)

    Brady, Arthur; Maxwell, Kyle; Daniels, Noah; Cowen, Lenore J

    2009-01-01

    As increasing amounts of high-throughput data for the yeast interactome become available, more system-wide properties are uncovered. One interesting question concerns the fault tolerance of protein interaction networks: whether there exist alternative pathways that can perform some required function if a gene essential to the main mechanism is defective, absent or suppressed. A signature pattern for redundant pathways is the BPM (between-pathway model) motif, introduced by Kelley and Ideker. Past methods proposed to search the yeast interactome for BPM motifs have had several important limitations. First, they have been driven heuristically by local greedy searches, which can lead to the inclusion of extra genes that may not belong in the motif; second, they have been validated solely by functional coherence of the putative pathways using GO enrichment, making it difficult to evaluate putative BPMs in the absence of already known biological annotation. We introduce stable bipartite subgraphs, and show they form a clean and efficient way of generating meaningful BPMs which naturally discard extra genes included by local greedy methods. We show by GO enrichment measures that our BPM set outperforms previous work, covering more known complexes and functional pathways. Perhaps most importantly, since our BPMs are initially generated by examining the genetic-interaction network only, the location of edges in the protein-protein physical interaction network can then be used to statistically validate each candidate BPM, even with sparse GO annotation (or none at all). We uncover some interesting biological examples of previously unknown putative redundant pathways in such areas as vesicle-mediated transport and DNA repair.

  8. Isolation of Ovicidal Fungi from Fecal Samples of Captive Animals Maintained in a Zoological Park

    OpenAIRE

    Hernández, José A.; Vázquez-Ruiz, Rosa A.; Cazapal-Monteiro, Cristiana F.; Valderrábano, Esther; Arroyo, Fabián L.; Francisco, Iván; Miguélez, Silvia; Sánchez-Andrade, Rita; Paz-Silva, Adolfo; Arias, María S.

    2017-01-01

    There are certain saprophytic fungi in the soil able to develop an antagonistic effect against eggs of parasites. Some of these fungal species are ingested by animals during grazing, and survive in their feces after passing through the digestive tract. To identify and isolate ovicidal fungi in the feces of wild captive animals, a total of 60 fecal samples were taken from different wild animals kept captive in the Marcelle Natureza Zoological Park (Lugo, Spain). After the serial culture of the...

  9. A Web-based Simulator for Sample Size and Power Estimation in Animal Carcinogenicity Studies

    Directory of Open Access Journals (Sweden)

    Hojin Moon

    2002-12-01

    Full Text Available A Web-based statistical tool for sample size and power estimation in animal carcinogenicity studies is presented in this paper. It can be used to provide a design with sufficient power for detecting a dose-related trend in the occurrence of a tumor of interest when competing risks are present. The tumors of interest typically are occult tumors for which the time to tumor onset is not directly observable. It is applicable to rodent tumorigenicity assays that have either a single terminal sacrifice or multiple (interval sacrifices. The design is achieved by varying sample size per group, number of sacrifices, number of sacrificed animals at each interval, if any, and scheduled time points for sacrifice. Monte Carlo simulation is carried out in this tool to simulate experiments of rodent bioassays because no closed-form solution is available. It takes design parameters for sample size and power estimation as inputs through the World Wide Web. The core program is written in C and executed in the background. It communicates with the Web front end via a Component Object Model interface passing an Extensible Markup Language string. The proposed statistical tool is illustrated with an animal study in lung cancer prevention research.

  10. Fault tolerance in protein interaction networks: stable bipartite subgraphs and redundant pathways.

    Directory of Open Access Journals (Sweden)

    Arthur Brady

    Full Text Available As increasing amounts of high-throughput data for the yeast interactome become available, more system-wide properties are uncovered. One interesting question concerns the fault tolerance of protein interaction networks: whether there exist alternative pathways that can perform some required function if a gene essential to the main mechanism is defective, absent or suppressed. A signature pattern for redundant pathways is the BPM (between-pathway model motif, introduced by Kelley and Ideker. Past methods proposed to search the yeast interactome for BPM motifs have had several important limitations. First, they have been driven heuristically by local greedy searches, which can lead to the inclusion of extra genes that may not belong in the motif; second, they have been validated solely by functional coherence of the putative pathways using GO enrichment, making it difficult to evaluate putative BPMs in the absence of already known biological annotation. We introduce stable bipartite subgraphs, and show they form a clean and efficient way of generating meaningful BPMs which naturally discard extra genes included by local greedy methods. We show by GO enrichment measures that our BPM set outperforms previous work, covering more known complexes and functional pathways. Perhaps most importantly, since our BPMs are initially generated by examining the genetic-interaction network only, the location of edges in the protein-protein physical interaction network can then be used to statistically validate each candidate BPM, even with sparse GO annotation (or none at all. We uncover some interesting biological examples of previously unknown putative redundant pathways in such areas as vesicle-mediated transport and DNA repair.

  11. Detection and genetic characterization of foot‐and‐mouth disease viruses in samples from clinically healthy animals in endemic settings

    DEFF Research Database (Denmark)

    Jamal, Syed Muhammad; Ferrari, G.; Hussain, M.

    2012-01-01

    A total of 1501 oral swab samples from Pakistan, Afghanistan and Tajikistan were collected from clinically healthy animals between July 2008 and August 2009 and assayed for the presence of foot‐and‐mouth disease virus (FMDV) RNA. The oral swab samples from two (of four) live animal markets...... for FMDV. In the Landhi dairy colony, Pakistan, a cohort of 179 apparently healthy animals was studied. On their arrival within the colony, thirty‐nine (22%) of these animals were found positive for FMDV RNA (serotype A was identified), while 130 (72.6%) had antibodies to FMDV non‐structural proteins. Thus...

  12. Sampling guidelines for oral fluid-based surveys of group-housed animals.

    Science.gov (United States)

    Rotolo, Marisa L; Sun, Yaxuan; Wang, Chong; Giménez-Lirola, Luis; Baum, David H; Gauger, Phillip C; Harmon, Karen M; Hoogland, Marlin; Main, Rodger; Zimmerman, Jeffrey J

    2017-09-01

    Formulas and software for calculating sample size for surveys based on individual animal samples are readily available. However, sample size formulas are not available for oral fluids and other aggregate samples that are increasingly used in production settings. Therefore, the objective of this study was to develop sampling guidelines for oral fluid-based porcine reproductive and respiratory syndrome virus (PRRSV) surveys in commercial swine farms. Oral fluid samples were collected in 9 weekly samplings from all pens in 3 barns on one production site beginning shortly after placement of weaned pigs. Samples (n=972) were tested by real-time reverse-transcription PCR (RT-rtPCR) and the binary results analyzed using a piecewise exponential survival model for interval-censored, time-to-event data with misclassification. Thereafter, simulation studies were used to study the barn-level probability of PRRSV detection as a function of sample size, sample allocation (simple random sampling vs fixed spatial sampling), assay diagnostic sensitivity and specificity, and pen-level prevalence. These studies provided estimates of the probability of detection by sample size and within-barn prevalence. Detection using fixed spatial sampling was as good as, or better than, simple random sampling. Sampling multiple barns on a site increased the probability of detection with the number of barns sampled. These results are relevant to PRRSV control or elimination projects at the herd, regional, or national levels, but the results are also broadly applicable to contagious pathogens of swine for which oral fluid tests of equivalent performance are available. Copyright © 2017 The Authors. Published by Elsevier B.V. All rights reserved.

  13. Factors that distinguish aggression toward animals from other antisocial behaviors: Evidence from a community sample.

    Science.gov (United States)

    Alleyne, Emma; Parfitt, Charlotte

    2018-05-25

    Animal cruelty is a form of passive and active aggression that is largely undocumented and unreported. Given that animals are voiceless victims, we have to rely on witnesses and frontline staff (e.g., veterinarians) to report incidents of abuse, which suggests the number of convicted animal abusers is an under-representation of actual perpetrators. The primary aim of the current study was to identify the static and dynamic factors that distinguish animal abusers from non-abuse offenders (i.e., individuals who self-reported antisocial behavior, but not animal abuse), and non-offenders (i.e., individuals who have not engaged in any antisocial behavior) in a community sample. The secondary aim was to identify the potential pathways that distinguish animal abuse perpetration from other types of antisocial behavior. Three hundred and eighty-four participants took part in this retrospective, correlational study. We found that animal abusers share similar socio-demographic characteristics to other offenders but are distinct in their exposure to animal harm/killing during childhood. Low animal-oriented empathy and low self-esteem distinguished animal abusers from non-abuse offenders when controlling for confound variables and other psychological characteristics. We also found that low animal-oriented empathy mediated the relationship between childhood exposure to animal killing and animal abuse perpetration, and that this relationship was stronger among participants with anger regulation issues. This is the first study to examine similarities and differences between animal abusers, non-abuse offenders, and non-offenders on socio-demographic and psychological characteristics. The findings highlight potential treatment targets that are unique to animal abusers with implications for prevention and intervention strategies. © 2018 Wiley Periodicals, Inc.

  14. Molecular Detection and Identification of Zoonotic Microspor-idia Spore in Fecal Samples of Some Animals with Close-Con-tact to Human

    Directory of Open Access Journals (Sweden)

    Zeinab ASKARI

    2015-10-01

    Full Text Available Background: Microsporidia species are obligatory intracellular agents that can in­fect all major animal groups including mammals, birds, fishes and insects. Whereas world­wide human infection reports are increasing, the cognition of sources of infec­tion particularly zoonotic transmission could be helpful. We aimed to detect zoono­tic microsporidia spore in fecal samples from some animals with close – contact to human.Methods: Overall, 142 fecal samples were collected from animals with closed-con­tact to human, during 2012-2013. Trichrome – blue staining were performed and DNA was then extracted from samples, identified positive, microscopically. Nested PCR was also carried out with primers targeting SSU rRNA gene and PCR products were sequenced.Results: From 142 stool samples, microsporidia spores have been observed microscopi­cally in 15 (10.56% samples. En. cuniculi was found in the faces of 3 (15% small white mice and 1 (10% laboratory rabbits(totally 2.81%. Moreover, E. bieneusi was detected in 3 (10% samples of sheep, 2 (5.12% cattle, 1 (10% rabbit, 3 (11.53% cats and 2 (11.76% ownership dogs (totally 7.74%. Phylogenetic analysis showed interesting data. This is the first study in Iran, which identified E. bieneusi and En. Cuniculi in fecal samples of laboratory animals with close – contact to human as well as domesticated animal and analyzed them in phylogenetic tree. Conclusion: E. bieneusi is the most prevalent microsporidia species in animals. Our results can also alert us about potentially zoonotic transmission of microsporidiosis.

  15. Strontium 90 content in bone samples of deer and domestic animals

    International Nuclear Information System (INIS)

    Kostadinov, K.; Pozhinarova, M.

    1993-01-01

    A comparative radioecological determination of 90 Sr content in leg bone samples of wild deer from Bulgaria (Veliko Tyrnovo), rain deer from Finland (Lapland) and domestic cows and pigs from Bulgaria have been carried out. The study includes four Finish rain deer, three of them 1-5 Y old, shut in 1991, and one - 13.5 Y old, shut in 1974, two Bulgarian deer, 5-6 Y old, shut in 1991, two cows and a pig killed in 1991. The samples have been prepared by a standard procedure. The fumic nitric acid method has been used for chemical separation of 90 Sr, and a low background beta plastic scintillation device - for counting, The results show that the contamination effect is better expressed in the wild animals due to their specific open air manner of life. The 90 Sr activities vary from 41,5 to 136.9 Bq/kg bone in the Bulgarian deer, from 219.5 to 386.1 Bq/kg bone in the three younger Finish deer, and from 1921.0 to 1967.9 Bq/kg bone in the oldest rain deer. The higher 90 Sr values in the samples of the Finish deer can be connected with the specific trophic chain of these animals and the important role in it of lichen. The quantity of 90 Sr in the investigated pig is 10-20 times lower than its content in the deer (2.1 - 4.4 Bq/kg bone). It is explained with the pig's age (10 months old) and the diet based on food grown about 5 years after Chernobyl. There is no significant difference in 90 Sr content of the cows' and deer's samples. This is due to their very similar zoological systems of eating and similar trophic chains (open pasture). The data obtained show a good reproducibility proved by the similar values of the radiochemical yields achieved (60-70%) in each of the analysis made. 1 tab., 1 refs

  16. Accounting for animal movement in estimation of resource selection functions: sampling and data analysis.

    Science.gov (United States)

    Forester, James D; Im, Hae Kyung; Rathouz, Paul J

    2009-12-01

    Patterns of resource selection by animal populations emerge as a result of the behavior of many individuals. Statistical models that describe these population-level patterns of habitat use can miss important interactions between individual animals and characteristics of their local environment; however, identifying these interactions is difficult. One approach to this problem is to incorporate models of individual movement into resource selection models. To do this, we propose a model for step selection functions (SSF) that is composed of a resource-independent movement kernel and a resource selection function (RSF). We show that standard case-control logistic regression may be used to fit the SSF; however, the sampling scheme used to generate control points (i.e., the definition of availability) must be accommodated. We used three sampling schemes to analyze simulated movement data and found that ignoring sampling and the resource-independent movement kernel yielded biased estimates of selection. The level of bias depended on the method used to generate control locations, the strength of selection, and the spatial scale of the resource map. Using empirical or parametric methods to sample control locations produced biased estimates under stronger selection; however, we show that the addition of a distance function to the analysis substantially reduced that bias. Assuming a uniform availability within a fixed buffer yielded strongly biased selection estimates that could be corrected by including the distance function but remained inefficient relative to the empirical and parametric sampling methods. As a case study, we used location data collected from elk in Yellowstone National Park, USA, to show that selection and bias may be temporally variable. Because under constant selection the amount of bias depends on the scale at which a resource is distributed in the landscape, we suggest that distance always be included as a covariate in SSF analyses. This approach to

  17. Evaluation of RT-PCR Assay for Routine Laboratory Diagnosis of Rabies in Post Mortem Brain Samples from Different Species of Animals

    OpenAIRE

    Aravindh Babu, R. P.; Manoharan, S.; Ramadass, P.; Chandran, N. D. J.

    2012-01-01

    Rabies in domestic and wild animals continues to be a major public health threat in India. Rapid and accurate diagnosis of rabies in animals is therefore of utmost importance as the individuals who were in contact with the rabid animals are at a greater risk. A significant amount of diagnostic tissue samples submitted to our laboratory are often autolysed and the WHO recommended direct fluorescent antibody test (FAT) for rabies diagnosis cannot be used in such samples. In this pilot study we ...

  18. Use of aspiration method for collecting brain samples for rabies diagnosis in small wild animals.

    Science.gov (United States)

    Iamamoto, K; Quadros, J; Queiroz, L H

    2011-02-01

    In developing countries such as Brazil, where canine rabies is still a considerable problem, samples from wildlife species are infrequently collected and submitted for screening for rabies. A collaborative study was established involving environmental biologists and veterinarians for rabies epidemiological research in a specific ecological area located at the Sao Paulo State, Brazil. The wild animals' brains are required to be collected without skull damage because the skull's measurements are important in the identification of the captured animal species. For this purpose, samples from bats and small mammals were collected using an aspiration method by inserting a plastic pipette into the brain through the magnum foramen. While there is a progressive increase in the use of the plastic pipette technique in various studies undertaken, it is also appreciated that this method could foster collaborative research between wildlife scientists and rabies epidemiologists thus improving rabies surveillance. © 2009 Blackwell Verlag GmbH.

  19. Classification of urine sediment based on convolution neural network

    Science.gov (United States)

    Pan, Jingjing; Jiang, Cunbo; Zhu, Tiantian

    2018-04-01

    By designing a new convolution neural network framework, this paper breaks the constraints of the original convolution neural network framework requiring large training samples and samples of the same size. Move and cropping the input images, generate the same size of the sub-graph. And then, the generated sub-graph uses the method of dropout, increasing the diversity of samples and preventing the fitting generation. Randomly select some proper subset in the sub-graphic set and ensure that the number of elements in the proper subset is same and the proper subset is not the same. The proper subsets are used as input layers for the convolution neural network. Through the convolution layer, the pooling, the full connection layer and output layer, we can obtained the classification loss rate of test set and training set. In the red blood cells, white blood cells, calcium oxalate crystallization classification experiment, the classification accuracy rate of 97% or more.

  20. Parasitology and urban livestock farming in Nigeria : prevalence of ova in faecal and soil samples and animal ectoparasites in Makurdi

    Directory of Open Access Journals (Sweden)

    E.A. Omudu

    2007-05-01

    Full Text Available Domestic environmental pollution resulting from urban livestock farming was investigated in Makurdi using parasitological techniques. The test tube flotation technique was used for the parasitological analysis of animal faecal matter and soil samples collected from residential premises. Ectoparasitic fauna of dogs, goats, sheep and cattle cohabiting with humans within the same residential compound were also collected and identified. The hand-picking and body brushing methods were employed to search for ticks, fleas, lice and mites. Of the 150 soil samples examined, 55 (36.7 % were positive for 1 or more eggs of helminth parasites. There was no significant difference in the distribution of eggs in the soil samples from the 3 areas sampled (c2=0.046, df=2, P>0.05. Ascaris species were the dominant parasite eggs found. Of the 180 faecal samples examined, 107 (59.4 % were positive for 1 or more eggs of helminth parasites. Chi-square analysis showed no significant difference in the level of infection of different animal faeces sampled (c2=5.74, df=4, P>0.05. Ascaris species were again the dominating helminth parasite eggs found. There was also no significant difference in the prevalence of helminth eggs in the animal faecal samples from the 3 areas sampled (c2=5.99, df=4, P>0.05. A total of 1908 ectoparasites was recovered (ticks: 32.80 %; lice: 22.43 %; fleas: 22.06% and mite: 22.69 %. There was no significant difference in infestation animals between sexes (c2=0.10, df=4, P>0.05. The predominant genus encountered for ticks were Amblyomma, while Linognathus (43.90%, Ctenocephalides (97.38% and Sarcoptes (58.89 % were most predominant for lice, fleas and mites respectively. The public health implications of the findings, especially as these relate to the increasing incidence and prevalence of zoonotic infections, are discussed.

  1. Evaluation the virulence of Mycobacterium bovis isolated from milk samples through histopathological study in laboratory animals.

    Science.gov (United States)

    Al-Saqur, I M; Al-Thwani, A N; Al-Attar, I M; Al-Mashhadani, M S

    2016-12-01

    Mycobacterium bovis has a broad host range, and it is the principal agent responsible for tuberculosis (TB) in bovine, domestic and wild mammals. M. bovis also infects human, causing zoonotic TB through ingestion, inhalation and, less frequently by contact with mucous membranes and broken skin. Zoonotic TB was formerly an endemic disease, usually transmitted to man by consumption of raw cow's milk. It is indistinguishable clinically or pathologically from TB caused by M. tuberculosis. The aims of this study were, to isolate and identified M. bovis from raw milk samples by different methods, and evaluate the virulence of M. bovis in laboratory animals (Rabbit). To conduct the study, ninety three cow's milk samples were collected from farms around Baghdad governorate. The decontamination of milk samples was firstly carried out, then samples were subjected to routine tests which include, direct smear for Ziehl Neelsen acid fast stain, culture, each sample was cultured on Lowenstein Jensen media with Sodium pyruvite (All cultures incubated on 37°C for 4-10weeks with continuous observation), and biochemical testes as Nitrate reduction test, Niacin paper strip test and pyrazinamidase test, were employed to diagnose and identified the bacteria. Beside molecular assay was used to confirm the identification of the isolates by Polymerase Chain Reaction (PCR) using specific primers for M. bovis. The virulence of these isolates were investigated through inoculate it in group of laboratory animals consist of 8 rabbit in addition to other group of 4 animals as control (inoculate with Phosphate Buffer Saline). The animals were scarified after 6weeks of inoculation, post- mortem examination was carried out, smears were taken from lesions, and tissue samples were collected from lymph nodes and different organs. The results revealed five isolates of M. bovis in direct smear by acid fast Ziehl-Neelsen stain, while eight isolates observed by culture, the colonies appeared with

  2. Relative sensitivity of conventional and real-time PCR assays for detection of SFG Rickettsia in blood and tissue samples from laboratory animals.

    Science.gov (United States)

    Zemtsova, Galina E; Montgomery, Merrill; Levin, Michael L

    2015-01-01

    Studies on the natural transmission cycles of zoonotic pathogens and the reservoir competence of vertebrate hosts require methods for reliable diagnosis of infection in wild and laboratory animals. Several PCR-based applications have been developed for detection of infections caused by Spotted Fever group Rickettsia spp. in a variety of animal tissues. These assays are being widely used by researchers, but they differ in their sensitivity and reliability. We compared the sensitivity of five previously published conventional PCR assays and one SYBR green-based real-time PCR assay for the detection of rickettsial DNA in blood and tissue samples from Rickettsia- infected laboratory animals (n = 87). The real-time PCR, which detected rickettsial DNA in 37.9% of samples, was the most sensitive. The next best were the semi-nested ompA assay and rpoB conventional PCR, which detected as positive 18.4% and 14.9% samples respectively. Conventional assays targeting ompB, gltA and hrtA genes have been the least sensitive. Therefore, we recommend the SYBR green-based real-time PCR as a tool for the detection of rickettsial DNA in animal samples due to its higher sensitivity when compared to more traditional assays.

  3. Radionuclides in animal tissue samples from various regions of Austria

    International Nuclear Information System (INIS)

    Tatzber, F.

    1981-06-01

    An investigation of the concentration of radioactive substances in animal species from various regions of Austria has been carried out. For bone and liver of deer, radionuclide concentrations typical for central Europe were found. The content of 90 Sr were higher in gasteropod shells than in deer bone. Similar concentrations of 90 Sr were found in isopods as in snail shells related to fresh weight, but related to Ca content the values in isopods were higher than in all other animals. Based on these results, a study of snail shells and of isopods as bioindicators for 90 Sr content in environmental control is indicated. In tissue samples of the same species, but from different regions of Austria, the fallout radionuclide concentrations were found to be related to altitude ( 90 Sr) and to the amount of precipitation ( 137 Cs). These correlation differences could point to a different deposition behaviours of 90 Sr and 137 Cs, the former being deposited mainly with solid precipitation. This seems plausible since aerosols carried over continental distances show a high sulfate content and alkaline earth metal sulfates are less soluble than alkali sulfates. Examination of absolute concentration values related to fresh tissue weight show high fallout radionuclide concentrations, as compared to natural radionuclide concentration, especially in hard tissues. These fallout levels constitute a significant radioactive load on the biosphere. Due to the long physical half-life of 90 Sr and 137 Cs, this situation will remain virtually unchanged during the next decades, even if no further nuclear weapons tests are carried out. (G.G.)

  4. High throughput-screening of animal urine samples: It is fast but is it also reliable?

    Science.gov (United States)

    Kaufmann, Anton

    2016-05-01

    Advanced analytical technologies like ultra-high-performance liquid chromatography coupled to high resolution mass spectrometry can be used for veterinary drug screening of animal urine. The technique is sufficiently robust and reliable to detect veterinary drugs in urine samples of animals where the maximum residue limit of these compounds in organs like muscle, kidney, or liver has been exceeded. The limitations and possibilities of the technique are discussed. The most critical point is the variability of the drug concentration ratio between the tissue and urine. Ways to manage the false positive and false negatives are discussed. The capability to confirm findings and the possibility of semi-targeted analysis are also addressed. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  5. Relative sensitivity of conventional and real-time PCR assays for detection of SFG Rickettsia in blood and tissue samples from laboratory animals.

    Directory of Open Access Journals (Sweden)

    Galina E Zemtsova

    Full Text Available Studies on the natural transmission cycles of zoonotic pathogens and the reservoir competence of vertebrate hosts require methods for reliable diagnosis of infection in wild and laboratory animals. Several PCR-based applications have been developed for detection of infections caused by Spotted Fever group Rickettsia spp. in a variety of animal tissues. These assays are being widely used by researchers, but they differ in their sensitivity and reliability. We compared the sensitivity of five previously published conventional PCR assays and one SYBR green-based real-time PCR assay for the detection of rickettsial DNA in blood and tissue samples from Rickettsia- infected laboratory animals (n = 87. The real-time PCR, which detected rickettsial DNA in 37.9% of samples, was the most sensitive. The next best were the semi-nested ompA assay and rpoB conventional PCR, which detected as positive 18.4% and 14.9% samples respectively. Conventional assays targeting ompB, gltA and hrtA genes have been the least sensitive. Therefore, we recommend the SYBR green-based real-time PCR as a tool for the detection of rickettsial DNA in animal samples due to its higher sensitivity when compared to more traditional assays.

  6. Isolation of Ovicidal Fungi from Fecal Samples of Captive Animals Maintained in a Zoological Park.

    Science.gov (United States)

    Hernández, José A; Vázquez-Ruiz, Rosa A; Cazapal-Monteiro, Cristiana F; Valderrábano, Esther; Arroyo, Fabián L; Francisco, Iván; Miguélez, Silvia; Sánchez-Andrade, Rita; Paz-Silva, Adolfo; Arias, María S

    2017-06-02

    Abstract : There are certain saprophytic fungi in the soil able to develop an antagonistic effect against eggs of parasites. Some of these fungal species are ingested by animals during grazing, and survive in their feces after passing through the digestive tract. To identify and isolate ovicidal fungi in the feces of wild captive animals, a total of 60 fecal samples were taken from different wild animals kept captive in the Marcelle Natureza Zoological Park (Lugo, Spain). After the serial culture of the feces onto Petri dishes with different media, their parasicitide activity was assayed against eggs of trematodes ( Calicophoron daubneyi ) and ascarids ( Parascaris equorum ). Seven fungal genera were identified in the feces. Isolates from Fusarium , Lecanicillium , Mucor , Trichoderma , and Verticillium showed an ovicidal effect classified as type 3, because of their ability to adhere to the eggshell, penetrate, and damage permanently the inner embryo. Penicillium and Gliocladium developed a type 1 effect (hyphae attach to the eggshell but morphological damage was not provoked). These results provide very interesting and useful information about fungi susceptible for being used in biological control procedures against parasites.

  7. Aflatoxin B1-lysine adduct in dried blood spot samples of animals and humans.

    Science.gov (United States)

    Xue, Kathy S; Cai, Wenjie; Tang, Lili; Wang, Jia-Sheng

    2016-12-01

    Dried blood spots (DBS) were proposed as potentially viable method for exposure assessment of environmental toxicants in infant and young children. For this study, we validated an experimental protocol to quantify AFB 1 -lysine adduct in DBS samples of AFB 1 -treated F344 rats, as well as samples from human field study. Significant dose-response relationships in AFB 1 -lysine adduct formation were found in DBS samples of rats treated with single- and repeated-dose AFB 1 . AFB 1 -lysine levels in DBS samples were highly correlated with corresponding serum sample levels. The Person coefficients were 0.997 for the single-dose exposure, and 0.996 for the repeated-dose exposure. Levels of AFB 1 -lysine adduct had also good agreement between DBS and serum samples as shown by Bland-Altman plot analysis. For human field study samples (n = 36), a Pearson correlation coefficient of 0.784 was found between AFB 1 -lysine adduct levels of DBS and corresponding serum samples. Bland-Altman plots showed the distribution of the log differences between DBS and serum AFB 1 -lysine levels are within 95% confidence intervals. These results showed AFB 1 -lysine adduct levels in DBS cards and serum samples from animals and human samples are comparable, and the DBS technique and analytical protocol is a good means to assess AFB 1 exposure in infant and children populations. Copyright © 2016 Elsevier Ltd. All rights reserved.

  8. Traceability of sulfonamide antibiotic treatment by immunochemical analysis of farm animal hair samples.

    Science.gov (United States)

    Adrian, Javier; Gratacós-Cubarsí, Marta; Sánchez-Baeza, Francisco; Garcia Regueiro, Jose-Antonio; Castellari, Massimo; Marco, M-Pilar

    2009-10-01

    The use of hair to trace use of unauthorized substances, therapeutic agents, or their misuse is becoming very attractive since residues can be detected for a long time after treatment. For this purpose, an indirect enzyme-linked immunosorbent assay (ELISA) has been evaluated for its capability to trace sulfonamide antibiotic treatment by analyzing cattle and pig hair samples. Pigmented and nonpigmented hair samples from control and sulfamethazine (SMZ)-treated pigs and calves were collected, extracted under different alkaline conditions, and analyzed by ELISA after just diluting the extracts with the assay buffer. Data analysis following the European recommendations for screening methods demonstrates that the ELISA can detect SMZ in hair samples with a limit of detection (90% of the zero dose (IC(90))) between 30 and 75 ng g(-1). The same samples have been analyzed by HPLC after a dual solid-phase extraction. The ELISA results matched very well those obtained by the chromatographic method, demonstrating that the immunochemical method can be used as a screening tool to trace animal treatments. Between the benefits of this method are the possibility to directly analyze hair extracts with sufficient detectability and its high-throughput capability. Preliminary validation data are reported using an experimental approach inspired on the Commission Decision 2002/657/EC criteria for screening methods.

  9. Knowledge of the Animal Welfare Act and Animal Welfare Regulations Influences Attitudes toward Animal Research

    Science.gov (United States)

    2015-01-01

    Recent public-opinion polls indicate that Americans have shown a decline in support for animal experimentation, and several reports suggest a relationship between people's knowledge of animal welfare regulations and their attitudes toward animal research. Therefore, this study was designed to assess respondent's knowledge of several provisions in the Animal Welfare Act (AWA) and Animal Welfare Regulations (AWR), and determine whether exposure to elements of this legislation would influence an individual's attitudes toward the use of animals in research. A survey was used to assess knowledge of animal research regulations and attitudes toward animal research from a sample of individuals recruited through Amazon's Mechanical Turk crowdsourcing marketplace. Results from study 1 confirmed the hypothesis that respondents had little knowledge of various federal regulations that govern animal research activities. Data from study 2 revealed that exposure to elements of the AWA and AWR influenced participants’ attitudes toward the use of animals in research. These results suggest that providing information to the general public about the AWA and AWR that protect laboratory animals from abuse and neglect may help alleviate concerns about using animals in research settings. PMID:25651094

  10. Comparison of sampling methods for animal manure

    NARCIS (Netherlands)

    Derikx, P.J.L.; Ogink, N.W.M.; Hoeksma, P.

    1997-01-01

    Currently available and recently developed sampling methods for slurry and solid manure were tested for bias and reproducibility in the determination of total phosphorus and nitrogen content of samples. Sampling methods were based on techniques in which samples were taken either during loading from

  11. SAMPLING ADAPTIVE STRATEGY AND SPATIAL ORGANISATION ESTIMATION OF SOIL ANIMAL COMMUNITIES AT VARIOUS HIERARCHICAL LEVELS OF URBANISED TERRITORIES

    Directory of Open Access Journals (Sweden)

    Baljuk J.A.

    2014-12-01

    Full Text Available In work the algorithm of adaptive strategy of optimum spatial sampling for studying of the spatial organisation of communities of soil animals in the conditions of an urbanization have been presented. As operating variables the principal components obtained as a result of the analysis of the field data on soil penetration resistance, soils electrical conductivity and density of a forest stand, collected on a quasiregular grid have been used. The locations of experimental polygons have been stated by means of program ESAP. The sampling has been made on a regular grid within experimental polygons. The biogeocoenological estimation of experimental polygons have been made on a basis of A.L.Belgard's ecomorphic analysis. The spatial configuration of biogeocoenosis types has been established on the basis of the data of earth remote sensing and the analysis of digital elevation model. The algorithm was suggested which allows to reveal the spatial organisation of soil animal communities at investigated point, biogeocoenosis, and landscape.

  12. Methods for efficient analysis of tocopherols, tocotrienols and their metabolites in animal samples with HPLC-EC

    Directory of Open Access Journals (Sweden)

    Mao-Jung Lee

    2018-01-01

    Full Text Available Tocopherols and tocotrienols, collectively known as vitamin E, have received a great deal of attention because of their interesting biological activities. In the present study, we reexamined and improved previous methods of sample preparation and the conditions of high-performance liquid chromatography for more accurate quantification of tocopherols, tocotrienols and their major chain-degradation metabolites. For the analysis of serum tocopherols/tocotrienols, we reconfirmed our method of mixing serum with ethanol followed by hexane extraction. For the analysis of tissue samples, we improved our methods by extracting tocopherols/tocotrienols directly from tissue homogenate with hexane. For the analysis of total amounts (conjugated and unconjugated forms of side-chain degradation metabolites, the samples need to be deconjugated by incubating with β-glucuronidase and sulfatase; serum samples can be directly used for the incubation, whereas for tissue homogenates a pre-deproteination step is needed. The present methods are sensitive, convenient and are suitable for the determination of different forms of vitamin E and their metabolites in animal and human studies. Results from the analysis of serum, liver, kidney, lung and urine samples from mice that had been treated with mixtures of tocotrienols and tocopherols are presented as examples.

  13. Effects of diurnal emission patterns and sampling frequency on precision of measurement methods for daily ammonia emissions from animal houses

    NARCIS (Netherlands)

    Estelles, F.; Calvet, S.; Ogink, N.W.M.

    2010-01-01

    Ammonia concentrations and airflow rates are the main parameters needed to determine ammonia emissions from animal houses. It is possible to classify their measurement methods into two main groups according to the sampling frequency: semi-continuous and daily average measurements. In the first

  14. Who likes circus animals?

    OpenAIRE

    Zanola, Roberto

    2008-01-01

    Using a sample based on 268 questionnaires submitted to people attending the Acquatico Bellucci circus, Italy, this paper analyzes the circusgoers's preferences for circus animals. Results show that higher preferences for circus animals are related to frequency of consumption. However, differently from what commonly expected, more educated and younger people seem to be less sensitive to the claims of animal welfare organizations.

  15. Effects of Childhood Adversity on Bullying and Cruelty to Animals in the United States: Findings from a National Sample

    Science.gov (United States)

    Vaughn, Michael G.; Fu, Qiang; Beaver, Kevin M.; DeLisi, Matt; Perron, Brian E.; Howard, Matthew O.

    2011-01-01

    This study examined effects of type of and cumulative burden of childhood adversities on bullying and cruelty to animals in the United States. Data were derived from Waves I and II of the National Epidemiologic Survey on Alcohol and Related Conditions, a nationally representative sample of U.S. adults. Structured psychiatric interviews were…

  16. Identification and antimicrobial susceptibility of obligate anaerobic bacteria from clinical samples of animal origin.

    Science.gov (United States)

    Mayorga, Melissa; Rodríguez-Cavallini, Evelyn; López-Ureña, Diana; Barquero-Calvo, Elías; Quesada-Gómez, Carlos

    2015-12-01

    The etiology of veterinary infectious diseases has been the focus of considerable research, yet relatively little is known about the causative agents of anaerobic infections. Susceptibility studies have documented the emergence of antimicrobial resistance and indicate distinct differences in resistance patterns related to veterinary hospitals, geographic regions, and antibiotic-prescribing regimens. The aim of the present study was to identify the obligate anaerobic bacteria from veterinary clinical samples and to determinate the in vitro susceptibility to eight antimicrobials and their resistance-associated genes. 81 clinical specimens obtained from food-producing animals, pets and wild animals were examined to determine the relative prevalence of obligate anaerobic bacteria, and the species represented. Bacteroides spp, Prevotella spp and Clostridium spp represented approximately 80% of all anaerobic isolates. Resistance to metronidazole, clindamycin, tetracycline and fluoroquinolones was found in strains isolated from food-producing animals. Ciprofloxacin, enrofloxacin and cephalotin showed the highest resistance in all isolates. In 17%, 4% and 14% of tetracycline-resistant isolates, the resistance genes tetL, tetM and tetW were respectively amplified by PCR whereas in 4% of clindamycin-resistant strains the ermG gene was detected. 26% of the isolates were positive for cepA, while only 6% harbored the cfxA (resistance-conferring genes to beta-lactams). In this study, the obligate anaerobic bacteria from Costa Rica showed a high degree of resistance to most antimicrobials tested. Nevertheless, in the majority of cases this resistance was not related to the resistance acquired genes usually described in anaerobes. It is important to address and regulate the use of antimicrobials in the agricultural industry and the empirical therapy in anaerobic bacterial infections in veterinary medicine, especially since antibiotics and resistant bacteria can persist in the

  17. [Surveillance on severe acute respiratory syndrome associated coronavirus in animals at a live animal market of Guangzhou in 2004].

    Science.gov (United States)

    Wang, Ming; Jing, Huai-qi; Xu, Hui-fang; Jiang, Xiu-gao; Kan, Biao; Liu, Qi-yong; Wan, Kang-lin; Cui, Bu-yun; Zheng, Han; Cui, Zhi-gang; Yan, Mei-ying; Liang, Wei-li; Wang, Hong-xia; Qi, Xiao-bao; Li, Zhen-jun; Li, Ma-chao; Chen, Kai; Zhang, En-min; Zhang, Shou-yin; Hai, Rong; Yu, Dong-zheng; Xu, Jian-guo

    2005-02-01

    To study the prevalence of severe acute respiratory syndrome coronavirus (SARS-CoV) like virus in animals at a live animal market of Guanzhou in 2004 before and after culling of wild animal action taken by the local authority, in order to predict the re-emerging of SARS from animal originals in this region. Animals at live animal market were sampled for rectal and throat swabs in triplicate. A single step realtime reverse transcription-polymerase chain reaction (RT-PCR) diagnostic kit was performed for screening SARS-CoV like virus, the manual nested RT- PCR and DNA sequencing were performed for confirmation. Only specimens which tested positive for both of the N and P genes by nested RT-PCR were scored as positive. In 31 animals sampled in January 5 2004 before culling of wild animals at Guangdong Province, including 20 cats (Felis catus), 5 red fox (Vulpes vulpes) and 6 Lesser rice field rats (Rattus losea), 8 (25.8%) animals were tested positive for SARS-CoV like virus by RT-PCR methods, of which 4 cats, 3 red fox and one Lesser rice field rats were included. However, two weeks after culling of animals and disinfection of the market were implemented, in 119 animals sampled in January 20 2004, including 6 rabbits (Oryctolagus cuniculus), 13 cats, 46 red jungle fowl (Gallus gallus), 13 spotbill duck (Anas platyrhynchos), 10 greylag goose (Anser anser), 31 Chinese francolin (Franclinus pintadeanus), only rectal swab from one greylag goose was tested positive for SARS-CoV like virus. Furthermore, in 102 animals that including 14 greylag gooses, 3 cats, 5 rabbits, 9 spotbill duck (Anaspoecilorhyncha), 2 Chinese francolin (Franclinus pintadeanus), 8 common pheasant (Phasianus colchicus), 6 pigeons, 9 Chinese muntjac (Muntiacus reevesi), 19 wild boar (Sus scrofa), 16 Lesser rice field rats, 5 dogs, 1 mink (Mustela vison), 3 goats, 2 green peafowl (Pavo muticus) sampled in April, May, June, July, August and November, only rectal swab from one pig was tested positive

  18. Validation of a Commercially Available Enzyme ImmunoAssay for the Determination of Oxytocin in Plasma Samples from Seven Domestic Animal Species.

    Science.gov (United States)

    Bienboire-Frosini, Cecile; Chabaud, Camille; Cozzi, Alessandro; Codecasa, Elisa; Pageat, Patrick

    2017-01-01

    The neurohormone oxytocin (OT) has a broad range of behavioral effects in mammals. It modulates a multitude of social behaviors, e.g., affiliative and sexual interactions. Consequently, the OT role in various animal species is increasingly explored. However, several issues have been raised regarding the peripheral OT measurement. Indeed, various methods have been described, leading to assay discrepancies and inconsistent results. This highlights the need for a recognized and reliable method to measure peripheral OT. Our aim was to validate a method combining a pre-extraction step, previously demonstrated as essential by several authors, and a commercially available enzyme immunoassay (EIA) for OT measurement, using plasma from seven domestic species (cat, dog, horse, cow, pig, sheep, and goat). The Oxytocin EIA kit (EnzoLifeSciences) was used to assay the solid-phase extracted samples following the manufacturer's instructions with slight modifications. For all species except dogs and cats, concentration factors were applied to work above the kit's sensitivity (15 pg/ml). To validate the method, the following performance characteristics were evaluated using Validation Samples (VS) at various concentrations in each species: extraction efficiency via spiking tests and intra- and inter-assay precision, allowing for the calculation of total errors. Parallelism studies to assess matrix effects could not be performed because of too low basal concentrations. Quantification ranges and associated precision profiles were established to account for the various OT plasma concentrations in each species. According to guidelines for bioanalytical validation of immunoassays, the measurements were sufficiently precise and accurate in each species to achieve a total error ≤30% in each VS sample. In each species, the inter-assay precision after 3 runs was acceptable, except in low concentration samples. The linearity under dilution of dogs and cats' samples was verified. Although

  19. Validation of a Commercially Available Enzyme ImmunoAssay for the Determination of Oxytocin in Plasma Samples from Seven Domestic Animal Species

    Directory of Open Access Journals (Sweden)

    Cecile Bienboire-Frosini

    2017-09-01

    Full Text Available The neurohormone oxytocin (OT has a broad range of behavioral effects in mammals. It modulates a multitude of social behaviors, e.g., affiliative and sexual interactions. Consequently, the OT role in various animal species is increasingly explored. However, several issues have been raised regarding the peripheral OT measurement. Indeed, various methods have been described, leading to assay discrepancies and inconsistent results. This highlights the need for a recognized and reliable method to measure peripheral OT. Our aim was to validate a method combining a pre-extraction step, previously demonstrated as essential by several authors, and a commercially available enzyme immunoassay (EIA for OT measurement, using plasma from seven domestic species (cat, dog, horse, cow, pig, sheep, and goat. The Oxytocin EIA kit (EnzoLifeSciences was used to assay the solid-phase extracted samples following the manufacturer's instructions with slight modifications. For all species except dogs and cats, concentration factors were applied to work above the kit's sensitivity (15 pg/ml. To validate the method, the following performance characteristics were evaluated using Validation Samples (VS at various concentrations in each species: extraction efficiency via spiking tests and intra- and inter-assay precision, allowing for the calculation of total errors. Parallelism studies to assess matrix effects could not be performed because of too low basal concentrations. Quantification ranges and associated precision profiles were established to account for the various OT plasma concentrations in each species. According to guidelines for bioanalytical validation of immunoassays, the measurements were sufficiently precise and accurate in each species to achieve a total error ≤30% in each VS sample. In each species, the inter-assay precision after 3 runs was acceptable, except in low concentration samples. The linearity under dilution of dogs and cats' samples was

  20. Detection of Ebola Virus RNA through Aerosol Sampling of Animal Biosafety Level 4 Rooms Housing Challenged Nonhuman Primates

    Science.gov (United States)

    2016-08-02

    Rooms Housing Challenged Nonhuman Primates 10 11 12 13 14 15 David E. Harbourt1*, Sara C. Johnston1, James Pettitt2, Travis K. Warren1 and...Sampling of ABSL-4 Rooms Housing Challenged Nonhuman 10 Primates for publication in an edition of The Journal of Infectious Disease. This 11 manuscript...embedded in the texts. This is the first report demonstrating detection of Ebola virus 17 RNA from animal rooms housing infected nonhuman primates and

  1. Evaluation of faecal sampling methods for the analysis of Giardia sp. in companion animals

    OpenAIRE

    Santos, Ana Rita Ruas dos

    2016-01-01

    Dissertação de Mestrado Integrado em Medicina Veterinária Giardiosis is a zoonosis with a worldwide distribution, responsible for gastrointestinal disease in both humans and animals. Transmitted by contaminated water and food, Giardia represents a risk to veterinary and public health. Because of its prevalence in companion animals, veterinarians and animal owners awareness of the importance of its identification and treatment in infected animals, made it an important part of th...

  2. Intimate Partner Violence and Animal Abuse in an Immigrant-Rich Sample of Mother-Child Dyads Recruited From Domestic Violence Programs.

    Science.gov (United States)

    Hartman, Christie A; Hageman, Tina; Williams, James Herbert; Ascione, Frank R

    2018-03-01

    We examined rates of animal abuse in pet-owning families experiencing intimate partner violence (IPV). We also examined whether higher levels of IPV (as measured by subscales from the Conflict Tactics Scales) predicted increased risk for partner-perpetrated animal abuse. Our sample included 291 mother-child dyads, where the mothers sought services from domestic violence agencies. Nearly half the sample is comprised of Mexican immigrants. Mothers reported that 11.7% of partners threatened to harm a pet and 26.1% actually harmed a pet, the latter of which represents a lower rate than in similar studies. When examining animal abuse by "Hispanic status," follow-up analyses revealed significant omnibus differences between groups, in that non-Hispanic U.S.-born partners (mostly White) displayed higher rates of harming pets (41%) than either U.S.-born or Mexican-born Hispanic groups (27% and 12.5%, respectively). Differences in rates for only threatening (but not harming) pets were not significant, possibly due to a small number of partners ( n = 32) in this group. When examining whether partners' IPV predicted only threatening to harm pets, no IPV subscale variables (Physical Assault, Psychological Aggression, Injury, or Sexual Coercion) were significant after controlling for income, education, and Hispanic status. When examining actual harm to pets, more Psychological Aggression and less Physical Assault significantly predicted slightly higher risk of harm. However, Mexican-born partners had nearly 4 times lower risk of harming a pet. Overall, these results suggest that Hispanic men who are perpetrators of IPV are less likely to harm pets than non-Hispanic perpetrators of IPV, particularly if Mexican-born. Considering that the United States has a significant proportion of Mexican immigrants, it may be worthwhile to explore the topics of IPV and animal abuse within this group.

  3. Integrative analysis of many weighted co-expression networks using tensor computation.

    Directory of Open Access Journals (Sweden)

    Wenyuan Li

    2011-06-01

    Full Text Available The rapid accumulation of biological networks poses new challenges and calls for powerful integrative analysis tools. Most existing methods capable of simultaneously analyzing a large number of networks were primarily designed for unweighted networks, and cannot easily be extended to weighted networks. However, it is known that transforming weighted into unweighted networks by dichotomizing the edges of weighted networks with a threshold generally leads to information loss. We have developed a novel, tensor-based computational framework for mining recurrent heavy subgraphs in a large set of massive weighted networks. Specifically, we formulate the recurrent heavy subgraph identification problem as a heavy 3D subtensor discovery problem with sparse constraints. We describe an effective approach to solving this problem by designing a multi-stage, convex relaxation protocol, and a non-uniform edge sampling technique. We applied our method to 130 co-expression networks, and identified 11,394 recurrent heavy subgraphs, grouped into 2,810 families. We demonstrated that the identified subgraphs represent meaningful biological modules by validating against a large set of compiled biological knowledge bases. We also showed that the likelihood for a heavy subgraph to be meaningful increases significantly with its recurrence in multiple networks, highlighting the importance of the integrative approach to biological network analysis. Moreover, our approach based on weighted graphs detects many patterns that would be overlooked using unweighted graphs. In addition, we identified a large number of modules that occur predominately under specific phenotypes. This analysis resulted in a genome-wide mapping of gene network modules onto the phenome. Finally, by comparing module activities across many datasets, we discovered high-order dynamic cooperativeness in protein complex networks and transcriptional regulatory networks.

  4. Using Dried Blood Spot Sampling to Improve Data Quality and Reduce Animal Use in Mouse Pharmacokinetic Studies

    Science.gov (United States)

    Wickremsinhe, Enaksha R; Perkins, Everett J

    2015-01-01

    Traditional pharmacokinetic analysis in nonclinical studies is based on the concentration of a test compound in plasma and requires approximately 100 to 200 µL blood collected per time point. However, the total blood volume of mice limits the number of samples that can be collected from an individual animal—often to a single collection per mouse—thus necessitating dosing multiple mice to generate a pharmacokinetic profile in a sparse-sampling design. Compared with traditional methods, dried blood spot (DBS) analysis requires smaller volumes of blood (15 to 20 µL), thus supporting serial blood sampling and the generation of a complete pharmacokinetic profile from a single mouse. Here we compare plasma-derived data with DBS-derived data, explain how to adopt DBS sampling to support discovery mouse studies, and describe how to generate pharmacokinetic and pharmacodynamic data from a single mouse. Executing novel study designs that use DBS enhances the ability to identify and streamline better drug candidates during drug discovery. Implementing DBS sampling can reduce the number of mice needed in a drug discovery program. In addition, the simplicity of DBS sampling and the smaller numbers of mice needed translate to decreased study costs. Overall, DBS sampling is consistent with 3Rs principles by achieving reductions in the number of animals used, decreased restraint-associated stress, improved data quality, direct comparison of interanimal variability, and the generation of multiple endpoints from a single study. PMID:25836959

  5. Effects of DNA Extraction Procedures on Bacteroides Profiles in Fecal Samples From Various Animals Determined by Terminal Restriction Fragment Length Polymorphism Analysis

    Science.gov (United States)

    A major assumption in microbial source tracking is that some fecal bacteria are specific to a host animal, and thus provide unique microbial fingerprints that can be used to differentiate hosts. However, the DNA information obtained from a particular sample may be biased dependi...

  6. Incidence of Nontyphoidal Salmonella in Food-Producing Animals, Animal Feed, and the Associated Environment in South Africa, 2012-2014.

    Science.gov (United States)

    Magwedere, Kudakwashe; Rauff, Dionne; De Klerk, Grietjie; Keddy, Karen H; Dziva, Francis

    2015-11-01

    Nontyphoidal salmonellosis continues to pose a global threat to human health, primarily by causing food-borne illnesses, and food-producing animals are the principal reservoirs of many pathogenic serovars. To identify key control points and generate information that may enable future estimation of the transmission routes between the environment, animals, and humans, we examined data on Salmonella isolates in South Africa. Samples were obtained from livestock and poultry on farms, meat at abattoirs, raw materials at feed mills, animal feed, and environmental sources (eg, poultry houses, abattoirs, feed mills, water) from 2012 to 2014 in compliance with each establishment's protocols conforming to International Organization for Standardization (ISO) (ISO/TS 17728, ISO 18593:2004 and ISO 17604:2003) standards. Isolation and serotyping of Salmonella were performed according to the scope of accreditation of the respective laboratories conforming to ISO/IEC 17025:2005 standard techniques. Salmonella was isolated from 9031 of 180 298 (5.0%) samples, and these isolates were distributed among 188 different serovars. Salmonella Enteritidis was the most frequent isolate, with 1944 of 180 298 (21.5%) originating from poultry on farms, poultry meat, and poultry houses, followed by Salmonella Havana, with 677 of 180 298 (7.5%), mostly from environmental samples. Serovars that are uncommonly associated with human disease (Salmonella Idikan, Salmonella Salford, and Salmonella Brancaster) were isolated at higher frequencies than Salmonella Typhimurium, a common cause of human illness. Environmental samples accounted for 3869 of 9031 (42.8%) samples positive for Salmonella. We describe the frequent isolation of Salmonella of a wide variety of serovars, from an array of animal feeds, food animals, and food animal environment. As prevention of human salmonellosis requires the effective control of Salmonella in food animals, these data can be used to facilitate Salmonella control in

  7. Airborne exposure to laboratory animal allergens

    Directory of Open Access Journals (Sweden)

    Howard J Mason

    2017-09-01

    Full Text Available Exposure to laboratory animal allergens remains a significant cause of IgE-mediated occupational allergy and asthma. Since 2005, we have measured the major mouse and rat allergens (mus m 1 and rat n 1 collected on filters from air sampling in a range of UK and non-UK animal facilities. Supplied core data allowed us to construct an anonymized database of atmospheric results in ng m–3 containing 3080 mouse and 1392 rat analyses. Roughly twice as many static samples compared to personal samples had been sent for analysis. The medians (90th percentiles for the mouse and rat allergens employing personal atmospheric sampling were 2.6 (60.6 and 0.4 (12.4 ng m–3 respectively; for static samples the equivalent values were 0.2 (3.7 and 0.1 (1.4 ng m–3. Where unequivocal sample descriptors were provided with samples, results were categorised to activities/areas. Medians and 90th percentiles in these categories suggest that staff undertaking cleaning out, dumping of soiled bedding and cleaning cages can still have very substantial potential exposures in some facilities. The move to filtered cages appears to reduce general exposure, but filter changing and/or cleaning can lead to high exposures. In some facilities, animal receipt can cause significant exposures, as well as activities such as bleeding, culling and dosing; all activities involving the handling of animals outside of cages. We believe that the data presented may help those using air measurements in such facilities to improve their control of exposure to such aeroallergens, and thus reduce the risk of both sensitisation and subsequent allergic health problems, including the development of allergic asthma.

  8. Analysing designed experiments in distance sampling

    Science.gov (United States)

    Stephen T. Buckland; Robin E. Russell; Brett G. Dickson; Victoria A. Saab; Donal N. Gorman; William M. Block

    2009-01-01

    Distance sampling is a survey technique for estimating the abundance or density of wild animal populations. Detection probabilities of animals inherently differ by species, age class, habitats, or sex. By incorporating the change in an observer's ability to detect a particular class of animals as a function of distance, distance sampling leads to density estimates...

  9. Kindergarten Children's Perception of Animals Focusing on the Look and Fear of Animals

    Science.gov (United States)

    Kubiatko, Milan

    2012-01-01

    The study is focusing on the finding out the children's perceiving of animals from the view of look and fear. The additional aims were to find out the influence of gender and age on the perceiving of animals from the view of look and fear. The sample size was created by the 27 Czech kindergarten children from two kindergartens. The number of 5…

  10. Motif-role-fingerprints: the building-blocks of motifs, clustering-coefficients and transitivities in directed networks.

    Directory of Open Access Journals (Sweden)

    Mark D McDonnell

    Full Text Available Complex networks are frequently characterized by metrics for which particular subgraphs are counted. One statistic from this category, which we refer to as motif-role fingerprints, differs from global subgraph counts in that the number of subgraphs in which each node participates is counted. As with global subgraph counts, it can be important to distinguish between motif-role fingerprints that are 'structural' (induced subgraphs and 'functional' (partial subgraphs. Here we show mathematically that a vector of all functional motif-role fingerprints can readily be obtained from an arbitrary directed adjacency matrix, and then converted to structural motif-role fingerprints by multiplying that vector by a specific invertible conversion matrix. This result demonstrates that a unique structural motif-role fingerprint exists for any given functional motif-role fingerprint. We demonstrate a similar result for the cases of functional and structural motif-fingerprints without node roles, and global subgraph counts that form the basis of standard motif analysis. We also explicitly highlight that motif-role fingerprints are elemental to several popular metrics for quantifying the subgraph structure of directed complex networks, including motif distributions, directed clustering coefficient, and transitivity. The relationships between each of these metrics and motif-role fingerprints also suggest new subtypes of directed clustering coefficients and transitivities. Our results have potential utility in analyzing directed synaptic networks constructed from neuronal connectome data, such as in terms of centrality. Other potential applications include anomaly detection in networks, identification of similar networks and identification of similar nodes within networks. Matlab code for calculating all stated metrics following calculation of functional motif-role fingerprints is provided as S1 Matlab File.

  11. Rotavirus in various animal species in Ouagadougou, Burkina Faso ...

    African Journals Online (AJOL)

    SARAH

    2016-07-31

    Jul 31, 2016 ... various healthy animals in Ouagadougou, Burkina Faso. Methodology and results: A total of 618 faeces samples from various animal species with .... Young and adult dog faeces were ... laboratory, where samples were processed for cloacal .... of virus propagation such as contaminated surface, foods.

  12. Application and Comparative Evaluation of Fluorescent Antibody, Immunohistochemistry and Reverse Transcription Polymerase Chain Reaction Tests for the Detection of Rabies Virus Antigen or Nucleic Acid in Brain Samples of Animals Suspected of Rabies in India

    Directory of Open Access Journals (Sweden)

    K. Nithin Prabhu

    2018-02-01

    Full Text Available Accurate and early diagnosis of animal rabies is critical for undertaking public health measures. Whereas the direct fluorescent antibody (DFA technique is the recommended test, the more convenient, direct rapid immunochemistry test (dRIT, as well as the more sensitive, reverse transcription polymerase chain reaction (RT-PCR, have recently been employed for the laboratory diagnosis of rabies. We compared the three methods on brain samples from domestic (dog, cat, cattle, buffalo, horse, pig and goat and wild (leopard, wolf and jackal animals from various parts of India. Of the 257 samples tested, 167 were positive by all the three tests; in addition, 35 of the 36 decomposed samples were positive by RT-PCR. This is the first study in which such large number of animal samples have been subjected to the three tests simultaneously. The results confirm 100% corroboration between DFA and dRIT, buttress the applicability of dRIT in the simple and rapid diagnosis of rabies in animals, and reaffirm the suitability of RT-PCR for samples unfit for testing either by DFA or dRIT.

  13. Application and Comparative Evaluation of Fluorescent Antibody, Immunohistochemistry and Reverse Transcription Polymerase Chain Reaction Tests for the Detection of Rabies Virus Antigen or Nucleic Acid in Brain Samples of Animals Suspected of Rabies in India.

    Science.gov (United States)

    Prabhu, K Nithin; Isloor, Shrikrishna; Veeresh, B Hanchinal; Rathnamma, Doddamane; Sharada, R; Das, Lekshmi J; Satyanarayana, M L; Hegde, Nagendra R; Rahman, Sira Abdul

    2018-02-28

    Accurate and early diagnosis of animal rabies is critical for undertaking public health measures. Whereas the direct fluorescent antibody (DFA) technique is the recommended test, the more convenient, direct rapid immunochemistry test (dRIT), as well as the more sensitive, reverse transcription polymerase chain reaction (RT-PCR), have recently been employed for the laboratory diagnosis of rabies. We compared the three methods on brain samples from domestic (dog, cat, cattle, buffalo, horse, pig and goat) and wild (leopard, wolf and jackal) animals from various parts of India. Of the 257 samples tested, 167 were positive by all the three tests; in addition, 35 of the 36 decomposed samples were positive by RT-PCR. This is the first study in which such large number of animal samples have been subjected to the three tests simultaneously. The results confirm 100% corroboration between DFA and dRIT, buttress the applicability of dRIT in the simple and rapid diagnosis of rabies in animals, and reaffirm the suitability of RT-PCR for samples unfit for testing either by DFA or dRIT.

  14. Survey of animal welfare, animal behavior, and animal ethics courses in the curricula of AVMA Council on Education-accredited veterinary colleges and schools.

    Science.gov (United States)

    Shivley, Chelsey B; Garry, Franklyn B; Kogan, Lori R; Grandin, Temple

    2016-05-15

    OBJECTIVE To explore the extent to which veterinary colleges and schools accredited by the AVMA Council on Education (COE) have incorporated specific courses related to animal welfare, behavior, and ethics. DESIGN Survey and curriculum review. SAMPLE All 49 AVMA COE-accredited veterinary colleges and schools (institutions). PROCEDURES The study consisted of 2 parts. In part 1, a survey regarding animal welfare, behavior, and ethics was emailed to the associate dean of academic affairs at all 49 AVMA COE-accredited institutions. In part 2, the curricula for the 30 AVMA COE-accredited institutions in the United States were reviewed for courses on animal behavior, ethics, and welfare. RESULTS Seventeen of 49 (35%) institutions responded to the survey of part 1, of which 10 offered a formal animal welfare course, 9 offered a formal animal behavior course, 8 offered a formal animal ethics course, and 5 offered a combined animal welfare, behavior, and ethics course. The frequency with which courses on animal welfare, behavior, and ethics were offered differed between international and US institutions. Review of the curricula for the 30 AVMA COE-accredited US institutions revealed that 6 offered a formal course on animal welfare, 22 offered a formal course on animal behavior, and 18 offered a formal course on animal ethics. CONCLUSIONS AND CLINICAL RELEVANCE Results suggested that AVMA COE-accredited institutions need to provide more formal education on animal welfare, behavior, and ethics so veterinarians can be advocates for animals and assist with behavioral challenges.

  15. Monitoring residue in animals and primary products of animal origin

    Directory of Open Access Journals (Sweden)

    Janković Saša

    2008-01-01

    Full Text Available The objective of control and systematic monitoring of residue is to secure, by the examination of a corresponding number of samples, the efficient monitoring of the residue level in tissues and organs of animals, as well as in primary products of animal origin. This creates possibilities for the timely taking of measures toward the securing of food hygiene of animal origin and the protection of public health. Residue can be a consequence of the inadequate use of medicines in veterinary medicine and pesticides in agriculture and veterinary medicine, as well as the polluting of the environment with toxic elements, dioxins, polychlorinated biphenyls, and others. Residue is being monitored in Serbia since 1972, and in 2004, national monitoring was brought to the level of EU countries through significant investments by the Ministry of Agriculture, Forestry and Water Management. This is also evident in the EU directives which permit exports of all kinds of meat and primary products of animal origin, covered by the Residue Monitoring Program. The program of systematic examinations of residue has been coordinated with the requirements of the European Union, both according to the type of examined substance, as well as according to the number of samples and the applied analytical techniques. In addition to the development of methods and the including of new harmful substances into the monitoring programme, it is also necessary to coordinate the national regulations that define the maximum permitted quantities of certain medicines and contaminants with the EU regulations, in order to protect the health of consumers as efficiently as possible, and for the country to take equal part in international trade.

  16. Antibiotic resistance in animals.

    Science.gov (United States)

    Barton, Mary D; Pratt, Rachael; Hart, Wendy S

    2003-01-01

    There is currently no systematic surveillance or monitoring of antibiotic resistance in Australian animals. Registration of antibiotics for use in animals is tightly controlled and has been very conservative. Fluoroquinolones have not been registered for use in food producing animals and other products have been removed from the market because of human health concerns. In the late 1970s, the Animal Health Committee coordinated a survey of resistance in Salmonella and Escherichia coli isolates from cattle, pigs and poultry and in bovine Staphylococcus aureus. Some additional information is available from published case reports. In samples collected prior to the withdrawal of avoparcin from the market, no vancomycin resistant Enterococcus faecium or Enterococcus faecalis were detected in samples collected from pigs, whereas some vanA enterococci, including E. faecium and E. faecalis, were found in chickens. No vanB enterococci were detected in either species. Virginiamycin resistance was common in both pig and poultry isolates. Multiple resistance was common in E. coli and salmonellae isolates. No fluoroquinolone resistance was found in salmonellae, E. coli or Campylobacter. Beta-lactamase production is common in isolates from bovine mastitis, but no methicillin resistance has been detected. However, methicillin resistance has been reported in canine isolates of Staphylococcus intermedius and extended spectrum beta-lactamase producing E. coli has been found in dogs.

  17. Design of laboratory and animal housing unit for radionuclide studies

    International Nuclear Information System (INIS)

    Anon.

    1975-01-01

    The design of a combined analytical laboratory and animal housing facility is discussed. By having sample processing facilities in close proximity to the experimental animals, the necessity for transporting biological specimens long distances has been curtailed. In addition, complete radionuclide counting equipment has been installed so that samples need not leave the animal housing site for analysis, a feature based on radiological health requirements. (U.S.)

  18. GPR Imaging of Prehistoric Animal Bone-beds

    Science.gov (United States)

    Schneider, Blair Benson

    This research investigates the detection capabilities of Ground-penetrating radar for imaging prehistoric animal bone-beds. The first step of this investigation was to determine the dielectric properties of modern animal bone as a proxy for applying non-invasive ground-penetrating radar (GPR) for detecting prehistoric animal remains. Over 90 thin section samples were cut from four different modern faunal skeleton remains: bison, cow, deer, and elk. One sample of prehistoric mammoth core was also analyzed. Sample dielectric properties (relative permittivity, loss factor, and loss-tangent values) were measured with an impedance analyzer over frequencies ranging from 10 MHz to 1 GHz. The results reveal statistically significant dielectric-property differences among different animal fauna, as well as variation as a function of frequency. The measured sample permittivity values were then compared to modeled sample permittivity values using common dielectric-mixing models. The dielectric mixing models were used to report out new reported values of dry bone mineral of 3-5 in the frequency range of 10 MHz to 1 GHz. The second half of this research collected controlled GPR experiments over a sandbox containing buried bison bone elements to evaluate GPR detection capabilities of buried animal bone. The results of the controlled GPR sandbox tests were then compared to numerical models in order to predict the ability of GPR to detect buried animal bone given a variety of different depositional factors, the size and orientation of the bone target and the degree of bone weathering. The radar profiles show that GPR is an effective method for imaging the horizontal and vertical extent of buried animal bone. However, increased bone weathering and increased bone dip were both found to affect GPR reflection signal strength. Finally, the controlled sandbox experiments were also utilized to investigate the impact of survey design for imaging buried animal bone. In particular, the

  19. Multi-mycotoxin analysis of animal feed and animal-derived food using LC-MS/MS system with timed and highly selective reaction monitoring.

    Science.gov (United States)

    Zhao, Zhiyong; Liu, Na; Yang, Lingchen; Deng, Yifeng; Wang, Jianhua; Song, Suquan; Lin, Shanhai; Wu, Aibo; Zhou, Zhenlei; Hou, Jiafa

    2015-09-01

    Mycotoxins have the potential to enter the human food chain through carry-over of contaminants from feed into animal-derived products. The objective of the study was to develop a reliable and sensitive method for the analysis of 30 mycotoxins in animal feed and animal-derived food (meat, edible animal tissues, and milk) using liquid chromatography-tandem mass spectrometry (LC-MS/MS). In the study, three extraction procedures, as well as various cleanup procedures, were evaluated to select the most suitable sample preparation procedure for different sample matrices. In addition, timed and highly selective reaction monitoring on LC-MS/MS was used to filter out isobaric matrix interferences. The performance characteristics (linearity, sensitivity, recovery, precision, and specificity) of the method were determined according to Commission Decision 2002/657/EC and 401/2006/EC. The established method was successfully applied to screening of mycotoxins in animal feed and animal-derived food. The results indicated that mycotoxin contamination in feed directly influenced the presence of mycotoxin in animal-derived food. Graphical abstract Multi-mycotoxin analysis of animal feed and animal-derived food using LC-MS/MS.

  20. Prevention of occupational risks in animal experimentation; Prevencion de riesgos laborales en experimentacion animal

    Energy Technology Data Exchange (ETDEWEB)

    Martinez Palacio, J. (ed.)

    2007-07-01

    This work focuses on the main specific risks for those working with laboratory animals in a Research Center such as CIEMAT. First we present the general biological risks, their laws and rules. Next, we development the specific risks associated with the laboratory animals, zoonotic diseases and allergies. then we deal with the risks that can be consequence of working with laboratory animals, ionizing radiations, chemical products, genetically modified organisms, liquid nitrogen management, bio containment and human samples management. As they are subjects of interest, we also include the workers health assesment for those exposed to biological agents, including recommendations about hygiene and disinfections. (Author)

  1. Collection and processing of plant, animal and soil samples from Bikini, Enewetak and Rongelap Atolls

    Energy Technology Data Exchange (ETDEWEB)

    Stuart, M.L.

    1995-09-01

    The United States used the Marshall Islands for its nuclear weapons program testing site from 1946 to 1958. The BRAVO test was detonated at Bikini Atoll on March 1, 1954. Due to shifting wind conditions at the time of the nuclear detonation, many of the surrounding Atolls became contaminated with fallout (radionuclides carried by the wind currents). Lawrence Livermore National Laboratory`s (LLNL) Marshall Islands Project has been responsible for the collecting, processing, and analyzing of food crops, vegetation, soil, water, animals, and marine species to characterize the radionuclides in the environment, and to estimate dose at atolls that may have been contaminated. Tropical agriculture experiments reducing the uptake of {sup 137}Cs have been conducted on Bikini Atoll. The Marshall Islands field team and laboratory processing team play an important role in the overall scheme of the Marshall Islands Dose Assessment and Radioecology Project. This report gives a general description of the Marshall Islands field sampling and laboratory processing procedures currently used by our staff.

  2. Collection and processing of plant, animal and soil samples from Bikini, Enewetak and Rongelap Atolls

    International Nuclear Information System (INIS)

    Stuart, M.L.

    1995-09-01

    The United States used the Marshall Islands for its nuclear weapons program testing site from 1946 to 1958. The BRAVO test was detonated at Bikini Atoll on March 1, 1954. Due to shifting wind conditions at the time of the nuclear detonation, many of the surrounding Atolls became contaminated with fallout (radionuclides carried by the wind currents). Lawrence Livermore National Laboratory's (LLNL) Marshall Islands Project has been responsible for the collecting, processing, and analyzing of food crops, vegetation, soil, water, animals, and marine species to characterize the radionuclides in the environment, and to estimate dose at atolls that may have been contaminated. Tropical agriculture experiments reducing the uptake of 137 Cs have been conducted on Bikini Atoll. The Marshall Islands field team and laboratory processing team play an important role in the overall scheme of the Marshall Islands Dose Assessment and Radioecology Project. This report gives a general description of the Marshall Islands field sampling and laboratory processing procedures currently used by our staff

  3. Nutritional Value of Irradiated Animal Feed By-Products

    International Nuclear Information System (INIS)

    El-Din Farag, M.D.H.

    1998-01-01

    Animal feed by-products, widely used in animal diets, are sources of disease organisms for animals and for human beings. Salmonella is the principal genus of concern.Radiation treatment (radicidation, radurization) is a promising method of decontamination of feed ingredients. Commercial samples of fish, meat, and blood meals were sealed by heat in polyethylene bags and irradiated at dose levels of 5.0, 10, 20 and 50 kGy. Their chemical analysis were carried out according to A. O. A.C [1] and the total protein efficiency (TPE) of the three animal feed by-products was determined according to Wood ham (2) by using one day old Dokki-4 chicks. Radiation induced an insignificant effect on the chemical constituent of meals. Also, the same trend was observed with TPE of both fish and meat meals. However, irradiation treatments improved TPE values of irradiated blood meal samples. From the results, it could be concluded that irradiation of animal feed by-products up to a dose level of 50 Gy has no adverse effects on the nutritional value of animal feed by-products

  4. Brucella abortus is Prevalent in Both Humans and Animals in Bangladesh.

    Science.gov (United States)

    Rahman, A K M A; Saegerman, C; Berkvens, D; Melzer, F; Neubauer, H; Fretin, D; Abatih, E; Dhand, N; Ward, M P

    2017-08-01

    To determine the role of different Brucella (B.) spp. in Bangladesh, 62 animal samples and 500 human sera were tested. Animal samples from cattle, goats and sheep (including milk, bull semen, vaginal swabs and placentas) were cultured for Brucella spp. Three test-positive human sera and all animal samples were screened by Brucella genus-specific real-time PCR (RT-PCR), and positive samples were then tested by IS711 RT-PCR to detect B. abortus and B. melitensis DNA. Only B. abortus DNA was amplified from 13 human and six animal samples. This is the first report describing B. abortus as the aetiological agent of brucellosis in occupationally exposed humans in Bangladesh. Of note is failure to detect B. melitensis DNA, the species most often associated with human brucellosis worldwide. Further studies are required to explore the occurrence of Brucella melitensis in Bangladesh. © 2017 Blackwell Verlag GmbH.

  5. Inorganic elements determination in human and animal whole blood samples by X-ray fluorescence technique (EDXRF)

    International Nuclear Information System (INIS)

    Redigolo, Marcelo Miyada

    2011-01-01

    Blood is a suspension of cells contained in a complex liquid called plasma. The term 'whole blood' refers to samples with both solid and liquid parts. Inorganic elements are responsible for essential functions, such as osmotic regulation, cardiac frequency and contractibility, blood clotting and neuromuscular excitability. The determination of inorganic elements in corporeal fluids such as blood, serum, plasma, tissue and urine is used as a monitor for a part or the whole organism. In this work, the X-Ray fluorescence technique (EDXRF) was used for the determination of inorganic elements in whole blood samples from humans and animals (golden hamsters, Mesocricetus auratus and crioula breed horses, Equus caballus). The reference intervals of Na (1788 - 1826 μg g'- 1 ), Mg (63 - 75 μg g -1 ), P (602 - 676 μg g -1 ), S (1519 - 1718 μg g -1 ), Cl (2743 - 2867 μg g -1 ), K (1508 - 1630 μg g -1 ), Ca (214 - 228 μg g'- 1 ), Cu (4 -6 μg g -1 ) e Zn (1 - 3 μg g'- 1 ) were determined for human blood. The reference intervals, for golden hamster blood were found to be: Na (1714 - 1819 μg g -1 ), Mg (51 - 79 μg g -1 ), P (970 - 1080 μg g -1 ), S (1231 - 1739 μg g -1 ), Cl (2775 - 2865 μg g -1 ), K (1968 - 2248 μg g -1 ), Ca (209 - 257 μg g-1), Cu (4 - 6 μg g -1 ) e Zn (3 - 5 μg g -1 ). The reference intervals, for crioula breed horse blood, showed to be: Na (1955 - 2013 μg g -1 ), Mg (51 - 75 μg g -1 ), P (443 - 476 μg g -1 ), S (1038 - 1140 μg g - '1), Cl (2388 - 2574 μg g -1 ), K (1678 - 1753 μg g -1 ), Ca (202 - 213 μg g -1 ), Cu (4,1 - 4,5 μg g -1 ) e Zn (2,0 - 2,2 μg g -1 ). Comparative study between NAA and EDXRF, both techniques showed the same performance for the analyses of biological matrices. The results contribute for the establishment of reference intervals for the Brazilian healthy population and the referred animal species. (author)

  6. Factors influencing the prevalence of animal cruelty during adolescence

    OpenAIRE

    Connor, M.; Currie, Candace Evelyn; Lawrence, A.

    2018-01-01

    Adolescents’ interactions with animals are of increasing interest and their beneficial developmental outcomes are well known. However, negative interactions such as perpetrating cruelty toward animals during childhood and adolescence have been related with child abuse, domestic violence, and later interpersonal violence. Cruelty toward animals by adolescents has been reported predominately in criminal and clinical samples, and links have been made between animal cruelty and interpersonal viol...

  7. A comparison of various methods of blood sampling in mice and rats: Effects on animal welfare

    DEFF Research Database (Denmark)

    Harikrishnan, Vs; Hansen, Axel K; Abelson, Klas Sp

    2018-01-01

    -puncture activity and anxiety levels of rats and mice were measured using an elevated plus maze test and an open field test. Stress levels 24 h post-puncture were assessed by analysing faecal corticosteroid metabolites. Sucrose intake and faecal corticosteroid levels were not affected by the blood sampling...... procedures. Rats showed reduced activity in the open field test and an increased level of anxiety in the elevated plus maze test following retrobulbar plexus puncture and isoflurane anaesthesia. In mice, nest building activity was affected in all the groups compared with the control group, except for animals...... subjected to facial vein puncture. Retrobulbar sinus puncture, tail vein puncture and sublingual puncture in mice resulted in reduced activity and increased anxiety. We conclude that, of the tested methods, puncture of the tail vein and the sublingual vein have the least adverse effects in rats, whereas...

  8. Quantification of Human and Animal Viruses to Differentiate the Origin of the Fecal Contamination Present in Environmental Samples

    Directory of Open Access Journals (Sweden)

    Sílvia Bofill-Mas

    2013-01-01

    Full Text Available Many different viruses are excreted by humans and animals and are frequently detected in fecal contaminated waters causing public health concerns. Classical bacterial indicator such as E. coli and enterococci could fail to predict the risk for waterborne pathogens such as viruses. Moreover, the presence and levels of bacterial indicators do not always correlate with the presence and concentration of viruses, especially when these indicators are present in low concentrations. Our research group has proposed new viral indicators and methodologies for determining the presence of fecal pollution in environmental samples as well as for tracing the origin of this fecal contamination (microbial source tracking. In this paper, we examine to what extent have these indicators been applied by the scientific community. Recently, quantitative assays for quantification of poultry and ovine viruses have also been described. Overall, quantification by qPCR of human adenoviruses and human polyomavirus JC, porcine adenoviruses, bovine polyomaviruses, chicken/turkey parvoviruses, and ovine polyomaviruses is suggested as a toolbox for the identification of human, porcine, bovine, poultry, and ovine fecal pollution in environmental samples.

  9. An novel frequent probability pattern mining algorithm based on circuit simulation method in uncertain biological networks

    Science.gov (United States)

    2014-01-01

    Background Motif mining has always been a hot research topic in bioinformatics. Most of current research on biological networks focuses on exact motif mining. However, due to the inevitable experimental error and noisy data, biological network data represented as the probability model could better reflect the authenticity and biological significance, therefore, it is more biological meaningful to discover probability motif in uncertain biological networks. One of the key steps in probability motif mining is frequent pattern discovery which is usually based on the possible world model having a relatively high computational complexity. Methods In this paper, we present a novel method for detecting frequent probability patterns based on circuit simulation in the uncertain biological networks. First, the partition based efficient search is applied to the non-tree like subgraph mining where the probability of occurrence in random networks is small. Then, an algorithm of probability isomorphic based on circuit simulation is proposed. The probability isomorphic combines the analysis of circuit topology structure with related physical properties of voltage in order to evaluate the probability isomorphism between probability subgraphs. The circuit simulation based probability isomorphic can avoid using traditional possible world model. Finally, based on the algorithm of probability subgraph isomorphism, two-step hierarchical clustering method is used to cluster subgraphs, and discover frequent probability patterns from the clusters. Results The experiment results on data sets of the Protein-Protein Interaction (PPI) networks and the transcriptional regulatory networks of E. coli and S. cerevisiae show that the proposed method can efficiently discover the frequent probability subgraphs. The discovered subgraphs in our study contain all probability motifs reported in the experiments published in other related papers. Conclusions The algorithm of probability graph isomorphism

  10. Characterizing the rapid spread of porcine epidemic diarrhea virus (PEDV through an animal food manufacturing facility.

    Directory of Open Access Journals (Sweden)

    Loni L Schumacher

    Full Text Available New regulatory and consumer demands highlight the importance of animal feed as a part of our national food safety system. Porcine epidemic diarrhea virus (PEDV is the first viral pathogen confirmed to be widely transmissible in animal food. Because the potential for viral contamination in animal food is not well characterized, the objectives of this study were to 1 observe the magnitude of virus contamination in an animal food manufacturing facility, and 2 investigate a proposed method, feed sequencing, to decrease virus decontamination on animal food-contact surfaces. A U.S. virulent PEDV isolate was used to inoculate 50 kg swine feed, which was mixed, conveyed, and discharged into bags using pilot-scale feed manufacturing equipment. Surfaces were swabbed and analyzed for the presence of PEDV RNA by quantitative real-time polymerase chain reaction (qPCR. Environmental swabs indicated complete contamination of animal food-contact surfaces (0/40 vs. 48/48, positive baseline samples/total baseline samples, positive subsequent samples/total subsequent samples, respectively; P < 0.05 and near complete contamination of non-animal food-contact surfaces (0/24 vs. 16/18, positive baseline samples/total baseline samples, positive subsequent samples/total subsequent samples, respectively; P < 0.05. Flushing animal food-contact surfaces with low-risk feed is commonly used to reduce cross-contamination in animal feed manufacturing. Thus, four subsequent 50 kg batches of virus-free swine feed were manufactured using the same system to test its impact on decontaminating animal food-contact surfaces. Even after 4 subsequent sequences, animal food-contact surfaces retained viral RNA (28/33 positive samples/total samples, with conveying system being more contaminated than the mixer. A bioassay to test infectivity of dust from animal food-contact surfaces failed to produce infectivity. This study demonstrates the potential widespread viral contamination of

  11. Animal welfare: an animal science approach.

    Science.gov (United States)

    Koknaroglu, H; Akunal, T

    2013-12-01

    Increasing world population and demand for animal-derived protein puts pressure on animal production to meet this demand. For this purpose animal breeding efforts were conducted to obtain the maximum yield that the genetic makeup of the animals permits. Under the influence of economics which is the driving force behind animal production, animal farming became more concentrated and controlled which resulted in rearing animals under confinement. Since more attention was given on economics and yield per animal, animal welfare and behavior were neglected. Animal welfare which can be defined as providing environmental conditions in which animals can display all their natural behaviors in nature started gaining importance in recent years. This does not necessarily mean that animals provided with good management practices would have better welfare conditions as some animals may be distressed even though they are in good environmental conditions. Consumers are willing to pay more for welfare-friendly products (e.g.: free range vs caged egg) and this will change the animal production practices in the future. Thus animal scientists will have to adapt themselves for the changing animal welfare rules and regulations that differ for farm animal species and countries. In this review paper, animal welfare is discussed from an animal science standpoint. Crown Copyright © 2013. Published by Elsevier Ltd. All rights reserved.

  12. Diagnostic herd sensitivity using environmental samples

    DEFF Research Database (Denmark)

    Vigre, Håkan; Josefsen, Mathilde Hartmann; Seyfarth, Anne Mette

    either at farm or slaughter. Three sample matrices were collected; dust samples (5 environmental swabs), nasal swabs (10 pools with 5 animals per pool) and air samples (1 filter). Based on the assumption that MRSA occurred in all 48 herds the overall herd sensitivity was 58% for nasal swabs, 33% for dust....... In our example, the prevalence of infected pigs in each herd was estimated from the pooled samples of nasal swabs. Logistic regression was used to estimate the effect of animal prevalence on the probability to detect MRSA in the dust and air samples at herd level. The results show a significant increase...

  13. An Efficient Monte Carlo Approach to Compute PageRank for Large Graphs on a Single PC

    Directory of Open Access Journals (Sweden)

    Sonobe Tomohiro

    2016-03-01

    Full Text Available This paper describes a novel Monte Carlo based random walk to compute PageRanks of nodes in a large graph on a single PC. The target graphs of this paper are ones whose size is larger than the physical memory. In such an environment, memory management is a difficult task for simulating the random walk among the nodes. We propose a novel method that partitions the graph into subgraphs in order to make them fit into the physical memory, and conducts the random walk for each subgraph. By evaluating the walks lazily, we can conduct the walks only in a subgraph and approximate the random walk by rotating the subgraphs. In computational experiments, the proposed method exhibits good performance for existing large graphs with several passes of the graph data.

  14. Irradiation effect on animal feeds and feedstuffs

    International Nuclear Information System (INIS)

    Kume, Tamikazu

    1983-10-01

    Aiming to secure the safety of animal feeds and develop the new resources, the effect of γ-irradiation on disinfection and the changes in components were investigated. Salmonellae and coliforms contaminating in animal feeds and feedstuffs were eliminated by 0.5 -- 0.6 Mrad and 0.5 -- 0.8 Mrad, and osmophilic moulds were sterilized by 0.7 -- 0.75 Mrad. From these results, it is concluded that the dose for disinfection of animal feeds is 0.8 Mrad. The main components were hardly changed by irradiation up to 5 Mrad, and the component changes in irradiated samples could be suppressed during storage while the components in unirradiated samples were markedly changed with the growth of osmophilic moulds. Histamine and lysinoalanine, which may cause the feed poisoning, were never accumulated in feedstuffs by irradiation. The nutritional value of chick feeds was not changed by 1.0 Mrad irradiation. From these results, it is considered that no problem for wholesomeness of animal feeds occurs by irradiation. Therefore, the irradiation is effective for disinfection and keeping the nutritional value of animal feeds during storage. Irradiation promotes the recovery of proteins in the wastewater by coagulation of proteins and improves the property of coagulants due to the degradation of polysaccharides. These results indicate that irradiation is effective to develop the new resources for animal feeds. (author)

  15. NEW METHOD FOR DETERMINATION OF ACTINIDES AND STRONTIUM IN ANIMAL TISSUE

    Energy Technology Data Exchange (ETDEWEB)

    Maxwell, S; Jay Hutchison, J; Don Faison, D

    2007-05-07

    The analysis of actinides in animal tissue samples is very important for environmental monitoring. There is a need to measure actinide isotopes with very low detection limits in animal tissue samples, including fish, deer, hogs, beef and shellfish. A new, rapid actinide separation method has been developed and implemented that allows the measurement of plutonium, neptunium, uranium, americium, curium and strontium isotopes in large animal tissue samples (100-200 g) with high chemical recoveries and effective removal of matrix interferences. This method uses stacked TEVA Resin{reg_sign}, TRU Resin{reg_sign} and DGA-Resin{reg_sign} cartridges from Eichrom Technologies (Darien, IL, USA) that allows the rapid separation of plutonium (Pu), neptunium (Np), uranium (U), americium (Am), and curium (Cm) using a single multi-stage column combined with alpha spectrometry. Sr-90 is collected on Sr Resin{reg_sign} from Eichrom Technologies (Darien, IL, USA). After acid digestion and furnace heating of the animal tissue samples, the actinides and Sr-89/90 are separated using column extraction chromatography. This method has been shown to be effective over a wide range of animal tissue matrices. By using vacuum box cartridge technology with rapid flow rates, sample preparation time is minimized.

  16. [Identification of Animal Whole Blood Based on Near Infrared Transmission Spectroscopy].

    Science.gov (United States)

    Wan, Xiong; Wang, Jian; Liu, Peng-xi; Zhang, Ting-ting

    2016-01-01

    The inspection and classification for blood products are important but complicated in import-export ports or inspection and quarantine departments. For the inspection of whole blood products, open sampling can cause pollution and virulence factors in bloods samples may even endanger inspectors. Thus non-contact classification and identification methods for whole bloods of animals are needed. Spectroscopic techniques adopted in the flowcytometry need sampling blood cells during the detection; therefore they can not meet the demand of non-contact identification and classification for whole bloods of animals. Infrared absorption spectroscopy is a technique that can be used to analyze the molecular structure and chemical bonds of detected samples under the condition of non-contact. To find a feasible spectroscopic approach of non-contact detection for the species variation in whole blood samples, a near infrared transmitted spectra (NITS, 4 497.669 - 7 506.4 cm(-1)) experiment of whole blood samples of three common animals including chickens, dogs and cats has been conducted. During the experiment, the spectroscopic resolution is 5 cm(-1), and each spectrogram is an average of 5 measured spectral data. Experimental results show that all samples have a sharp absorption peak between 5 184 and 5 215 cm(-1), and a gentle absorption peak near 7 000 cm(-1). Besides, the NITS curves of different samples of same animals are similar, and only have slight differences in the whole transmittance. A correlation coefficient (CC) is induced to distinguish the differences of the three animals' whole bloods in NITS curves, and the computed CCs between NITS curves of different samples of the same animals, are greater than 0.99, whereas CCs between NITS curves of the whole bloods of different animals are from 0.509 48 to 0.916 13. Among which CCs between NITS curves of the whole bloods of chickens and cats are from 0.857 23 to 0.912 44, CCs between NITS curves of the whole bloods of

  17. Sampling scales define occupancy and underlying occupancy-abundance relationships in animals.

    Science.gov (United States)

    Steenweg, Robin; Hebblewhite, Mark; Whittington, Jesse; Lukacs, Paul; McKelvey, Kevin

    2018-01-01

    Occupancy-abundance (OA) relationships are a foundational ecological phenomenon and field of study, and occupancy models are increasingly used to track population trends and understand ecological interactions. However, these two fields of ecological inquiry remain largely isolated, despite growing appreciation of the importance of integration. For example, using occupancy models to infer trends in abundance is predicated on positive OA relationships. Many occupancy studies collect data that violate geographical closure assumptions due to the choice of sampling scales and application to mobile organisms, which may change how occupancy and abundance are related. Little research, however, has explored how different occupancy sampling designs affect OA relationships. We develop a conceptual framework for understanding how sampling scales affect the definition of occupancy for mobile organisms, which drives OA relationships. We explore how spatial and temporal sampling scales, and the choice of sampling unit (areal vs. point sampling), affect OA relationships. We develop predictions using simulations, and test them using empirical occupancy data from remote cameras on 11 medium-large mammals. Surprisingly, our simulations demonstrate that when using point sampling, OA relationships are unaffected by spatial sampling grain (i.e., cell size). In contrast, when using areal sampling (e.g., species atlas data), OA relationships are affected by spatial grain. Furthermore, OA relationships are also affected by temporal sampling scales, where the curvature of the OA relationship increases with temporal sampling duration. Our empirical results support these predictions, showing that at any given abundance, the spatial grain of point sampling does not affect occupancy estimates, but longer surveys do increase occupancy estimates. For rare species (low occupancy), estimates of occupancy will quickly increase with longer surveys, even while abundance remains constant. Our results

  18. Importance of sampling design and analysis in animal population studies: a comment on Sergio et al

    Science.gov (United States)

    Kery, M.; Royle, J. Andrew; Schmid, Hans

    2008-01-01

    1. The use of predators as indicators and umbrellas in conservation has been criticized. In the Trentino region, Sergio et al. (2006; hereafter SEA) counted almost twice as many bird species in quadrats located in raptor territories than in controls. However, SEA detected astonishingly few species. We used contemporary Swiss Breeding Bird Survey data from an adjacent region and a novel statistical model that corrects for overlooked species to estimate the expected number of bird species per quadrat in that region. 2. There are two anomalies in SEA which render their results ambiguous. First, SEA detected on average only 6.8 species, whereas a value of 32 might be expected. Hence, they probably overlooked almost 80% of all species. Secondly, the precision of their mean species counts was greater in two-thirds of cases than in the unlikely case that all quadrats harboured exactly the same number of equally detectable species. This suggests that they detected consistently only a biased, unrepresentative subset of species. 3. Conceptually, expected species counts are the product of true species number and species detectability p. Plenty of factors may affect p, including date, hour, observer, previous knowledge of a site and mobbing behaviour of passerines in the presence of predators. Such differences in p between raptor and control quadrats could have easily created the observed effects. Without a method that corrects for such biases, or without quantitative evidence that species detectability was indeed similar between raptor and control quadrats, the meaning of SEA's counts is hard to evaluate. Therefore, the evidence presented by SEA in favour of raptors as indicator species for enhanced levels of biodiversity remains inconclusive. 4. Synthesis and application. Ecologists should pay greater attention to sampling design and analysis in animal population estimation. Species richness estimation means sampling a community. Samples should be representative for the

  19. XX. Animal models of pneumocystosis

    DEFF Research Database (Denmark)

    Dei-Cas, E.; Brun-Pascaud, M.; Bille-Hansen, Vivi

    1998-01-01

    As in vitro culture systems allowing to isolate Pneumocystis samples from patients or other mammal hosts are still not available, animal models have critical importance in Pneumocystis research. The parasite was reported in numerous mammals but P. carinii pneumonia (PCP) experimental models were...... a source of parasites taxonomically related to P. carinii sp. f hominis. Moreover, primates might be used as experimental hosts to human Pneumocystis. A marked variability of parasite levels among corticosteroid-treated animals and the fact that the origin of the parasite strain remains unknown......, are important drawbacks of the corticosteroid-treated models. For these reasons, inoculated animal models of PCP were developed. The intratracheal inoculation of lung homogenates containing viable parasites in corticosteroid-treated non-latently infected rats resulted in extensive, reproducible Pneumocystis...

  20. Computational Support for Creative Design

    KAUST Repository

    Liu, Han

    2015-01-01

    the structures of input models, we propose new automatic operations to discover replaceable substructures across models or within a model. We enforce a pair of subgraphs matching along their boundaries so that switching two subgraphs results in topological

  1. Examining the nexus between domestic violence and animal abuse in a national sample of service providers.

    Science.gov (United States)

    Krienert, Jessie L; Walsh, Jeffrey A; Matthews, Kevin; McConkey, Kelly

    2012-01-01

    Companion animals play a complex role in families impacted by violence. An outlet of emotional support for victims, the family pet often becomes a target for physical abuse. Results from a comprehensive e-survey of domestic violence shelters nationwide (N = 767) highlight both improvements and existing gaps in service provision for domestic violence victims and their pets. Quantitative and qualitative data noted frequently encountered obstacles to successful shelter seeking by abuse victims with companion animals including a lack of availability, funding, space, and reliable programming. Although results indicate an overall improvement in organizational awareness, fewer than half of surveyed shelters include intake questions about animals. Continued awareness and an expansion of services is needed to create viable safety planning strategies and reliable alternatives for women with companion animals in order to improve the likelihood that abuse victims will seek escape and refuge for themselves, their children, and their pets.

  2. Bioethical Problems: Animal Welfare, Animal Rights.

    Science.gov (United States)

    March, B. E.

    1984-01-01

    Discusses various bioethical issues and problems related to animal welfare and animal rights. Areas examined include: Aristotelian views; animal welfare legislation; Darwin and evolutionary theory; animal and human behavior; and vegetarianism. A 14-point universal declaration of the rights of animals is included. (JN)

  3. Serological evidence for hepatitis e virus infection in laboratory monkeys and pigs in animal facilities in Japan.

    Science.gov (United States)

    Yamamoto, Hiroshi; Li, Tian-Cheng; Koshimoto, Chihiro; Ito, Kaori; Kita, Masakazu; Miyashita, Nobumoto; Arikawa, Jiro; Yagami, Kenichi; Asano, Masahide; Tezuka, Hideo; Suzuki, Noboru; Kurosawa, Tsutomu; Shibahara, Toshiyuki; Furuya, Masato; Mohri, Shirou; Sato, Hiroshi; Ohsawa, Kazutaka; Ibuki, Kentaro; Takeda, Naokazu

    2008-07-01

    In laboratory animal facilities, monkeys and pigs are used for animal experiments, but the details of hepatitis E virus (HEV) infection in these animals are unknown. The risk of infection from laboratory animals to humans has become a concern; therefore, much attention should be paid to the handling of these animals during their care and use, including surgical procedures performed on infected animals. In this connection, serum samples collected from 916 monkeys and 77 pigs kept in 23 animal facilities belonging to the Japanese Association of Laboratory Animal Facilities of National University Corporations (JALAN) and the Japanese Association of Laboratory Animal Facilities of Public and Private Universities (JALAP) in Japan were examined for the purpose of detecting antibodies to HEV and HEV RNA by using ELISA and RT-PCR, respectively. One hundred and seven serum samples of 916 (11.7%) monkeys were positive for anti-HEV IgG, and 7 and 17 serum samples of 916 (0.8% and 5.3%) monkeys were positive for anti-HEV IgM and IgA, respectively. Thirty-six samples from 62 (58.1%) farm pigs were positive for anti-HEV IgG, whereas all samples tested from miniature pigs were negative (0/15, 0%). Seven samples from 62 (9.1%) farm pigs and 7 samples from 916 (0.8%) monkeys were positive for IgM antibody, but these HEV-IgM antibody positive serum samples were HEV-RNA negative by RT-PCR. The IgM antibody positive rate (9.1%) of farm pigs was much higher than that of monkeys (0.8%). These results suggest the relative levels of risk of HEV infection from these animals to animal handlers and researchers who work with them in laboratory animal facilities.

  4. Traces of natural radionuclides in animal food

    Energy Technology Data Exchange (ETDEWEB)

    Merli, Isabella Desan; Guazzelli da Silveira, Marcilei A. [Centro Universitário da FEI, São Bernardo do Campo (Brazil); Medina, Nilberto H. [Instituto de Física da USP, São Paulo (Brazil)

    2014-11-11

    Naturally occurring radioactive materials are present everywhere, e.g., in soil, air, housing materials, food, etc. Therefore, human beings and animals receive internal exposure from radioactive elements inside their bodies through breathing and alimentation. Gamma radiation has enough energy to remove an electron from the atom and compromise the rearrangement of electrons in the search for a more stable configuration which can disturb molecule chemical bonding. Food ingestion is one of the most common forms of radioisotopes absorption. The goal of this work is the measurement of natural gamma radiation rates from natural radioisotopes present in animal food. To determine the concentration of natural radionuclides present in animal food gamma-ray spectrometry was applied. We have prepared animal food samples for poultry, fish, dogs, cats and cattle. The two highest total ingestion effective doses observed refers to a sample of mineral salt cattle, 95.3(15) μSv/year, rabbit chow, with a value of 48(5) μSv/year, and cattle mineral salt, with a value of 69(7) μSv/year, while the annual total dose value from terrestrial intake radionuclide is of the order of 290 μSv/year.

  5. Traces of natural radionuclides in animal food

    Science.gov (United States)

    Merli, Isabella Desan; da Silveira, Marcilei A. Guazzelli; Medina, Nilberto H.

    2014-11-01

    Naturally occurring radioactive materials are present everywhere, e.g., in soil, air, housing materials, food, etc. Therefore, human beings and animals receive internal exposure from radioactive elements inside their bodies through breathing and alimentation. Gamma radiation has enough energy to remove an electron from the atom and compromise the rearrangement of electrons in the search for a more stable configuration which can disturb molecule chemical bonding. Food ingestion is one of the most common forms of radioisotopes absorption. The goal of this work is the measurement of natural gamma radiation rates from natural radioisotopes present in animal food. To determine the concentration of natural radionuclides present in animal food gamma-ray spectrometry was applied. We have prepared animal food samples for poultry, fish, dogs, cats and cattle. The two highest total ingestion effective doses observed refers to a sample of mineral salt cattle, 95.3(15) μSv/year, rabbit chow, with a value of 48(5) μSv/year, and cattle mineral salt, with a value of 69(7) μSv/year, while the annual total dose value from terrestrial intake radionuclide is of the order of 290 μSv/year.

  6. Traces of natural radionuclides in animal food

    International Nuclear Information System (INIS)

    Merli, Isabella Desan; Guazzelli da Silveira, Marcilei A.; Medina, Nilberto H.

    2014-01-01

    Naturally occurring radioactive materials are present everywhere, e.g., in soil, air, housing materials, food, etc. Therefore, human beings and animals receive internal exposure from radioactive elements inside their bodies through breathing and alimentation. Gamma radiation has enough energy to remove an electron from the atom and compromise the rearrangement of electrons in the search for a more stable configuration which can disturb molecule chemical bonding. Food ingestion is one of the most common forms of radioisotopes absorption. The goal of this work is the measurement of natural gamma radiation rates from natural radioisotopes present in animal food. To determine the concentration of natural radionuclides present in animal food gamma-ray spectrometry was applied. We have prepared animal food samples for poultry, fish, dogs, cats and cattle. The two highest total ingestion effective doses observed refers to a sample of mineral salt cattle, 95.3(15) μSv/year, rabbit chow, with a value of 48(5) μSv/year, and cattle mineral salt, with a value of 69(7) μSv/year, while the annual total dose value from terrestrial intake radionuclide is of the order of 290 μSv/year

  7. Veterinary Forensic Pathology of Animal Sexual Abuse.

    Science.gov (United States)

    Stern, A W; Smith-Blackmore, M

    2016-09-01

    Animal sexual abuse (ASA) involves harm inflicted on animals for the purposes of human sexual gratification and includes such terms as bestiality, zoophilia, zoosadism, animal sexual assault, and others. The prevalence of ASA is not known, although it may be more common than is currently perceived. Veterinarians have the skills required to identify and document cases of ASA. This article reviews the terminology, legal definitions and forms of ASA, and its social and psychological context. An investigative approach is outlined, including an alternate light source examination; collection of swabs for DNA analysis; sampling vaginal washes, rectal washes, and toenails for trace evidence and biologic analyses; radiographic studies; and a complete forensic necropsy, including histopathology. Gross lesions identified in ASA victims include injuries to the anus, rectum, penis, scrotum, nipples, and vagina; the presence of foreign bodies; and abrasions, bruising, and other evidence of nonaccidental injury. Specialized procedures, including examination using alternate light sources and screening tests to identify human seminal fluid within samples from ASA victims, are of potential value but have not been validated for use in animals. © The Author(s) 2016.

  8. Animal Cruelty Motivations: Assessing Demographic and Situational Influences

    Science.gov (United States)

    Hensley, Christopher; Tallichet, Suzanne E.

    2005-01-01

    Few studies have examined childhood and adolescent animal cruelty motives. Using a sample of 261 inmates surveyed at both medium and maximum security prisons in a southern state, the present study examined the impact of demographic attributes and situational factors relating specifically to a range of animal cruelty motivations. Almost half of the…

  9. Utilization and cost of log production from animal loging operations

    Science.gov (United States)

    Suraj P. Shrestha; Bobby L. Lanford; Robert B. Rummer; Mark Dubois

    2006-01-01

    Forest harvesting with animals is a labor-intensive operation. It is expensive to use machines on smaller woodlots, which require frequent moves if mechanically logged. So, small logging systems using animals may be more cost effective. In this study, work sampling was used for five animal logging operations in Alabama to measure productive and non-productive time...

  10. Alarming Proportions of Methicillin-Resistant Staphylococcus aureus (MRSA) in Wound Samples from Companion Animals, Germany 2010–2012

    Science.gov (United States)

    Vincze, Szilvia; Stamm, Ivonne; Kopp, Peter A.; Hermes, Julia; Adlhoch, Cornelia; Semmler, Torsten; Wieler, Lothar H.; Lübke-Becker, Antina; Walther, Birgit

    2014-01-01

    Staphylococcus (S.) aureus is an important cause of wound infections in companion animals, and infections with methicillin-resistant S. aureus (MRSA) are of particular concern due to limited treatment options and their zoonotic potential. However, comparable epidemiological data on MRSA infections in dogs, cats and horses is scarce, also limiting the knowledge about possible links to MRSA isolates from human populations. To gain more knowledge about the occurrence and genotypic variation of MRSA among wound swabs of companion animal origin in Germany we performed a survey (2010–2012) including 5,229 samples from 1,170 veterinary practices. S. aureus was identified in 201 (5.8%) canine, 140 (12.2%) feline and 138 (22.8%) equine swabs from a total of 3,479 canine, 1,146 feline and 604 equine wounds, respectively. High MRSA rates were identified with 62.7%, 46.4% and 41.3% in S. aureus of canine, feline and equine origin, respectively. Further genotyping including spa typing and multilocus sequence typing (MLST) revealed a comparable distribution of spa types among canine and feline MRSA with CC22 (47.6%; 49.2%) and CC5 (30.2%; 29.2%) as predominant lineages followed by CC398 (13.5%; 7.7%) and CC8 (4.0%; 9.2%). In contrast, the majority of equine MRSA belonged to CC398 (87.7%). Our data highlight the importance of S. aureus and MRSA as a cause of wound infections, particularly in cats and horses in Germany. While “human-associated” MRSA lineages were most common in dogs and cats, a remarkable number of CC398-MRSA was detected in horses, indicating a replacement of CC8-MRSA as the predominant lineage within horses in Germany. These data enforce further longitudinal epidemiological approaches to examine the diversity and temporal relatedness of MRSA populations in humans and animals to assess probable sources of MRSA infections. This would enable a sound risk assessment and establishment of intervention strategies to limit the additional spread of MRSA. PMID

  11. The relationship between animal welfare and economic performance at farm level

    DEFF Research Database (Denmark)

    Henningsen, Arne; Czekaj, Tomasz Gerard; Forkman, Björn

    We propose a theoretical framework for the relationship between animal welfare and the economic performance of livestock farms. We empirically analyse this relationship based on a unique data set of randomly sampled Danish pig herds that includes information from unannounced inspections of the co......We propose a theoretical framework for the relationship between animal welfare and the economic performance of livestock farms. We empirically analyse this relationship based on a unique data set of randomly sampled Danish pig herds that includes information from unannounced inspections...... of the compliance with the animal welfare legislation. We find large variations in economic performance indicators and animal welfare indicators. The relationship between these two indicators is rather weak, but tends to be slightly positive. We conclude that management has a major influence on both economic...... performance and animal welfare so that good farm managers are able to obey all animal welfare regulations and, at the same time, achieve a high economic performance....

  12. The Distribution of Paralytic Shellfish Poisoning Toxin in the OrgansPart of Animals Sea Food

    International Nuclear Information System (INIS)

    Muryono, H.; Kris-Tri Basuki; A, Sukarman; Djoko Sardjono, Ign.; Supriyanto, C.

    2000-01-01

    The distribution of PSP toxin in the organs part of animals seafood wereinvestigated. PSP is one of the most important toxin of sea food animals forexport commodities. The main feed of animals seafood is microalgae. Sometypes of microalgae produced toxin, i.e. PSP or saxitoxin. Animals seafoodsamples, i.e. mussel, shrimp, and fish were collected from Manila bay andbrought to laboratorium. The head, intestine and muscle organ parts of thesamples were separated. Each organ part of the samples was extracted by 0,1 NHCl. The saxitoxin contents of the animal seafood samples were determined bymicroplate LSC binding assay method. It was found that the intestine organsamples has a higher concentration of saxitoxin (0.28-0.36 ppm), followed byhead organ samples (0.17-0.20 ppm) and muscle organ samples (0.10-0.16 ppm).Therefore, the distribution of PSP toxin in the organ part of the animalsseafood are 47-52% in the intestine organ samples, 27-31 % in the head organsamples and 10-15% in the muscle organ samples. (author)

  13. Microbiological Standardization in Small Laboratory Animals and Recommendations for the Monitoring

    Directory of Open Access Journals (Sweden)

    Meral Karaman

    2014-03-01

    Full Text Available Microbiological standardization in laboratory animal breeding is based on the classification according to the microorganisms that the animals host and consequently their upbringing environment, as well as the certification of their microbiological status and the protection of their properties. Although there are many different classifications for microbiological standardization of laboratory animals, they can be basically classified as; gnotobiotic animals, animals bred with a complete barrier system (Germ free, GF, with Colonization-Resistant Flora; CRF, animals bred with a partial barrier system (Specified Pathogen Free, SPF, and animals bred by conventional methods in units without barriers (Conventional; CV. Monitoring of microbiological standardization is carried out in two ways. One is controlling barrier systems (process control and the other is controlling laboratory animals (product control. In controlling barrier systems samples are taken routinely from ambient air, surfaces, base plate materials of animals, foods and waters, and microbiological tests are carried out. FELASA guidelines are frequently used in monitoring laboratory animals. These guidelines where the monitoring frequency, sample size, micro-organisms to be tested, vary according to the microbiological quality of the animals, and test methods and are frequently updated by FELASA and shared in their web pages. In our country, in general, laboratory animals used for experimental studies present no microbiological standardization, and follow-up protocols are not implemented. Therefore, construction of facilities for the production of microbiologically standard animals and establishment of backup laboratories testing microbiological quality should be established.

  14. IDENTIFICATION OF ANIMAL ADHESIVES USING DNA AMPLIFICATION

    DEFF Research Database (Denmark)

    Eriksen, Anne Marie; Kristensen, Hans Viborg; Bøllingtoft, Peder

    2014-01-01

    The aim of this study was to examine whether DNA was degraded in the manufacturing of animal glue. To test this, two different types of sturgeon glue (Acipenser sp.) were manufactured using historic recipes. One glue was boiled for a substantial amount of time and the other was kept under 75°C. DNA...... of the glue and in 18 out of 24 samples collected of the canvas. In four out of the five cases where it was not possible amplify DNA, the sample belongs to the smallest size of the canvas investigated. As shown in this study it is possible to get DNA out of boiled animal glue and glue applied onto canvas...

  15. Testing the new animal phylogeny: a phylum level molecular analysis of the animal kingdom.

    Science.gov (United States)

    Bourlat, Sarah J; Nielsen, Claus; Economou, Andrew D; Telford, Maximilian J

    2008-10-01

    The new animal phylogeny inferred from ribosomal genes some years ago has prompted a number of radical rearrangements of the traditional, morphology based metazoan tree. The two main bilaterian clades, Deuterostomia and Protostomia, find strong support, but the protostomes consist of two sister groups, Ecdysozoa and Lophotrochozoa, not seen in morphology based trees. Although widely accepted, not all recent molecular phylogenetic analyses have supported the tripartite structure of the new animal phylogeny. Furthermore, even if the small ribosomal subunit (SSU) based phylogeny is correct, there is a frustrating lack of resolution of relationships between the phyla that make up the three clades of this tree. To address this issue, we have assembled a dataset including a large number of aligned sequence positions as well as a broad sampling of metazoan phyla. Our dataset consists of sequence data from ribosomal and mitochondrial genes combined with new data from protein coding genes (5139 amino acid and 3524 nucleotide positions in total) from 37 representative taxa sampled across the Metazoa. Our data show strong support for the basic structure of the new animal phylogeny as well as for the Mandibulata including Myriapoda. We also provide some resolution within the Lophotrochozoa, where we confirm support for a monophyletic clade of Echiura, Sipuncula and Annelida and surprising evidence of a close relationship between Brachiopoda and Nemertea.

  16. Approximation Algorithms for k-Connected Graph Factors

    NARCIS (Netherlands)

    Manthey, Bodo; Waanders, Marten; Sanita, Laura; Skutella, Martin

    2016-01-01

    Finding low-cost spanning subgraphs with given degree and connectivity requirements is a fundamental problem in the area of network design. We consider the problem of finding d-regular spanning subgraphs (or d-factors) of minimum weight with connectivity requirements. For the case of

  17. Present status of NMCC and sample preparation method for bio-samples

    International Nuclear Information System (INIS)

    Futatsugawa, S.; Hatakeyama, S.; Saitou, S.; Sera, K.

    1993-01-01

    In NMCC(Nishina Memorial Cyclotron Center) we are doing researches on PET of nuclear medicine (Positron Emission Computed Tomography) and PIXE analysis (Particle Induced X-ray Emission) using a small cyclotron of compactly designed. The NMCC facilities have been opened to researchers of other institutions since April 1993. The present status of NMCC is described. Bio-samples (medical samples, plants, animals and environmental samples) have mainly been analyzed by PIXE in NMCC. Small amounts of bio-samples for PIXE are decomposed quickly and easily in a sealed PTFE (polytetrafluoroethylene) vessel with a microwave oven. This sample preparation method of bio-samples also is described. (author)

  18. [Diversity and bioactivity of culturable actinobacteria from animal feces].

    Science.gov (United States)

    Jiang, Yi; Cao, Yanru; Han, Li; Jin, Rongxian; Zheng, Dan; He, Wenxiang; Li, Youlong; Huang, Xueshi

    2012-10-04

    In order to provide new source for discovering new lead compounds of drugs and other products, the diversity and some bioactivities of culturable actinobacteria in animal feces were studied. Five animals' fecal samples were collected from Yunnan Wild Animal Park. The pure cultures of actinobacteria were isolated from these samples by using 5 different media. The 16S rRNA gene sequences of 119 selected strains were determined; the phylogenetic analysis was carried out; and antimicrobial and anti-tumor activities were determined by using agar diffusion method, tumor cell lines k562and HL60 respectively. In total 20 genera of actinobacteria from the 5 animals' feces were identified. Many strains inhibited Bacillus subtilis, Staphylococcus lentus, Mycobacterium tuberculosis, Candida albicans and Aspergillus niger. Some strains presented antitumor activities. Some known secondary metabolites and Sannastatin, a novel macrolactam polyketide glycoside with bioactivities, were isolated and identified. Fecal actinobacteria are a new potential source for discovering drug lead and other industry products.

  19. University Counseling Centers' Perceptions and Experiences Pertaining to Emotional Support Animals

    Science.gov (United States)

    Kogan, Lori R.; Schaefer, Karen; Erdman, Phyllis; Schoenfeld-Tacher, Regina

    2016-01-01

    Increasing numbers of students are requesting accommodations for emotional support animals (ESAs) in higher education settings. Since the legislation pertaining to this type of service animal differs from the laws governing disability service animals, colleges and universities are faced with developing new policies and guidelines. A sample of 248…

  20. RAPD-based genotyping of Malassezia pachydermatis from Domestic and wild animals

    Directory of Open Access Journals (Sweden)

    Franciele Cristina Kagueyama

    2016-10-01

    Full Text Available Malassezia pachydermatis (M. pachydermatis is a fungus of importance in human and veterinary medicine. Although a part of the normal microbiota, it can sometimes be present in its pathogenic form, particularly causing otitis and dermatitis in animals. Among human beings, it mainly affects immune compromised patients and newborns, causing simple pustulosis, seborrheic dermatitis, tinea versicolor or fungemia. This study aimed to analyze the genomic polymorphism in M. pachydermatis samples isolated from Canis familiaris (domestic dog, Felis catus (domestic cat, and Myrmecophaga tridactyla (giant anteater. Two hundred and fourteen samples were collected and cultured in Sabouraud agar with chloranphenicol (100mg L-1 and incubated at 37 °C for a period of 7 to 10 days. One hundred and sixty six samples that appeared morphologically comparable to yeast cultures were processed for DNA extraction and PCR was performed for a specific region in the Internal Transcribed Spacer (ITS of M. pachydermatis. Among these, seven (4.21% were negative and 159 (95.79% were positive. Of the 159 positive samples, 102 (64.15% were from animals with clinical signs and 57 (35.85% without clinical signs. Fifty-seven samples were selected at random for RAPD-PCR based genotyping and distributed into four genetic groups. Types I and II were more frequent in animals with clinical signs while type III was frequent in healthy animals. Type IV occurred evenly across animals with or without clinical signs. These results indicate differences in pathogenicity of the fungus based on the genotype.

  1. On the surveillance for animal diseases in small herds

    DEFF Research Database (Denmark)

    Greiner, Matthias; Dekker, Aldo

    2005-01-01

    Small herds may present a problem in surveillance for infectious animal diseases because typical levels of a within-herd design prevalence are not directly applicable. We suggest a definition of small herds as those smaller than 2/(within-herd design prevalence) on the basis that such herds would...... be expected to have less than two (i.e. only one) infected animals. Consequently, the probability of detecting small herds cannot be improved by choosing a larger sample size within the herd. We derive necessary sample sizes of herds and the probability ("confidence") of detecting disease within a stratum...... conservative (lower) estimates of the confidence for a given sample size and should therefore be preferred....

  2. Combination of micelle collapse and field-amplified sample stacking in capillary electrophoresis for determination of trimethoprim and sulfamethoxazole in animal-originated foodstuffs.

    Science.gov (United States)

    Liu, Lihong; Wan, Qian; Xu, Xiaoying; Duan, Shunshan; Yang, Chunli

    2017-03-15

    An on-line preconcentration method combining micelle to solvent stacking (MSS) with field-amplified sample stacking (FASS) was employed for the analysis of trimethoprim (TMP) and sulfamethoxazole (SMZ) by capillary zone electrophoresis (CZE). The optimized experimental conditions were as followings: (1) sample matrix, 10.0mM SDS-5% (v/v) methanol; (2) trapping solution (TS), 35mM H 3 PO 4 -60% acetonitrile (CH 3 CN); (3) running buffer, 30mM Na 2 HPO 4 (pH=7.3); (4) sample solution volume, 168nL; TS volume, 168nL; and (5) 9kV voltage, 214nm UV detection. Under the optimized conditions, the limits of detection (LODs) for SMZ and TMP were 7.7 and 8.5ng/mL, and they were 301 and 329 times better compared to a typical injection, respectively. The contents of TMP and SMZ in animal foodstuffs such as dairy products, eggs and honey were analyzed, too. Recoveries of 80-104% were acquired with relative standard deviations of 0.5-5.4%. Copyright © 2016 Elsevier Ltd. All rights reserved.

  3. Infections with endoparasites in dogs in Dutch animal shelters

    NARCIS (Netherlands)

    Nobel, le W.E.; Robben, S.R.; Dopfer, D.D.V.; Hendrikx, W.M.; Boersema, J.H.; Fransen, F.; Eysker, M.

    2004-01-01

    Faecal samples from 224 dogs from 23 animal shelters in the Netherlands were examined for endoparasites. In total 20.5% of the faecal sample were positive for helminth and/or protozoa infections. Eggs of Toxocara canis were found in 8.5% of the faecal samples. Other endoparasites found were

  4. [Animal experimentation, animal welfare and scientific research].

    Science.gov (United States)

    Tal, H

    2013-10-01

    Hundreds of thousands of laboratory animals are being used every year for scientific experiments held in Israel, mostly mice, rats, rabbits, guinea pigs, and a few sheep, cattle, pigs, cats, dogs, and even a few dozen monkeys. In addition to the animals sacrificed to promote scientific research, millions of animals slain every year for other purposes such as meat and fine leather fashion industries. While opening a front against all is an impossible and perhaps an unjustified task, the state of Israel enacted the Animal Welfare (Animal Experimentation) Law (1994). The law aims to regulate scientific animal experiments and to find the appropriate balance between the need to continue to perform animal experiments for the advancement of research and medicine, and at the same time to avoid unnecessary trials and minimize animal suffering. Among other issues the law deals with the phylogenetic scale according to which experimental animals should be selected, experiments for teaching and practicing, and experiments for the cosmetic industry. This article discusses bioethics considerations in animal experiments as well as the criticism on the scientific validity of such experiments. It further deals with the vitality of animal studies and the moral and legal obligation to prevent suffering from laboratory animals.

  5. Prevention of occupational risks in animal experimentation

    International Nuclear Information System (INIS)

    Martinez Palacio, J.

    2007-01-01

    This work focuses on the main specific risks for those working with laboratory animals in a Research Center such as CIEMAT. First we present the general biological risks, their laws and rules. Next, we development the specific risks associated with the laboratory animals, zoonotic diseases and allergies. then we deal with the risks that can be consequence of working with laboratory animals, ionizing radiations, chemical products, genetically modified organisms, liquid nitrogen management, bio containment and human samples management. As they are subjects of interest, we also include the workers health assesment for those exposed to biological agents, including recommendations about hygiene and disinfections. (Author)

  6. Food animal transport: A potential source of community exposures to health hazards from industrial farming (CAFOs

    Directory of Open Access Journals (Sweden)

    Ana M. Rule

    Full Text Available Summary: Use of antimicrobial feed additives in food animal production is associated with selection for drug resistance in bacterial pathogens, which can then be released into the environment through occupational exposures, high volume ventilation of animal houses, and land application of animal wastes. We tested the hypothesis that current methods of transporting food animals from farms to slaughterhouses may result in pathogen releases and potential exposures of persons in vehicles traveling on the same road. Air and surface samples were taken from cars driving behind poultry trucks for 17 miles. Air conditioners and fans were turned off and windows fully opened. Background and blank samples were used for quality control. Samples were analyzed for susceptible and drug-resistant strains. Results indicate an increase in the number of total aerobic bacteria including both susceptible and drug-resistant enterococci isolated from air and surface samples, and suggest that food animal transport in open crates introduces a novel route of exposure to harmful microorganisms and may disseminate these pathogens into the general environment. These findings support the need for further exposure characterization, and attention to improving methods of food animal transport, especially in highly trafficked regions of high density farming such as the Delmarva Peninsula. Keywords: Antimicrobial resistance, CAFO, Bioaerosol, Food animal transport, Air sampling, Surface sampling

  7. OBT analysis method using polyethylene beads for limited quantities of animal tissue

    International Nuclear Information System (INIS)

    Kim, S.B.; Stuart, M.

    2015-01-01

    This study presents a polyethylene beads method for OBT determination in animal tissues and animal products for cases where the amount of water recovered by combustion is limited by sample size or quantity. In the method, the amount of water recovered after combustion is enhanced by adding tritium-free polyethylene beads to the sample prior to combustion in an oxygen bomb. The method reduces process time by allowing the combustion water to be easily collected with a pipette. Sufficient water recovery was achieved using the polyethylene beads method when 2 g of dry animal tissue or animal product were combusted with 2 g of polyethylene beads. Correction factors, which account for the dilution due to the combustion water of the beads, are provided for beef, chicken, pork, fish and clams, as well as egg, milk and cheese. The method was tested by comparing its OBT results with those of the conventional method using animal samples collected on the Chalk River Laboratories (CRL) site. The results determined that the polyethylene beads method added no more than 25% uncertainty when appropriate correction factors are used. - Highlights: • Polyethylene beads method for OBT determination in animal tissues and animal products were determined. • The method reduces process time. • The polyethylene beads method added no more than 25% uncertainty when appropriate correction factors are used

  8. Partitioning graphs into connected parts

    NARCIS (Netherlands)

    Hof, van 't P.; Paulusma, D.; Woeginger, G.J.; Frid, A.; Morozov, A.S.; Rybalchenko, A.; Wagner, K.W.

    2009-01-01

    The 2-DISJOINT CONNECTED SUBGRAPHS problem asks if a given graph has two vertex-disjoint connected subgraphs containing pre-specified sets of vertices. We show that this problem is NP-complete even if one of the sets has cardinality 2. The LONGEST PATH CONTRACTIBILITY problem asks for the largest

  9. Image Analysis and Modeling

    Science.gov (United States)

    1975-05-01

    place "subgraphs" with more complicated subgraphs. There have beer many re- sults reported which extend string-grammar theorems to web grammar...W. Bacus and E. E. Gose , "Leukocyte Pattern Recognition," IEEE SMC-2. No. 2, pp. 513-536, September 1972. [4] J. K. Hawkins

  10. Mycotoxins and Mycotoxigenic Fungi in Poultry Feed for Food-Producing Animals

    Directory of Open Access Journals (Sweden)

    Mariana Vanesa Greco

    2014-01-01

    Full Text Available Moulds are capable of reducing the nutritional value of feedstuff as well as elaborating several mycotoxins. Mycotoxin-contaminated feed has adverse effects on animal health and productivity. Also, mycotoxins may be carried over into meat and eggs when poultry are fed with contaminated feed. In a point prevalence study feedstuff used for poultry nutrition in Argentina was analyzed for fungal flora, natural incidence of selected mycotoxins, and nutritional quality. Ten mould genera were recovered, six of them known to be mycotoxigenic. More than 28 species were determined. Fumonisins were detected in all the samples (median 1,750 ppb. Forty-four out of 49 samples (90% were contaminated with DON (median 222 ppb and OTA (median 5 ppb. Also, 44 out of 49 samples were contaminated with aflatoxins (median 2.685 ppb, 42 samples (86% with ZEA (median 50 ppb, and 38 samples (78% with T2-toxin (median 50 ppb. Ninety percent of the samples had at least one type of nutritional deficiency. This study indicates the need for continuous assessment of the mycological status of animal feed production, in order to feed animals for optimal performance ensuring food safety.

  11. Mycotoxins and Mycotoxigenic Fungi in Poultry Feed for Food-Producing Animals

    Science.gov (United States)

    Greco, Mariana Vanesa; Rico Golba, Silvia Laura; Pardo, Alejandro Guillermo; Pose, Graciela Noemí

    2014-01-01

    Moulds are capable of reducing the nutritional value of feedstuff as well as elaborating several mycotoxins. Mycotoxin-contaminated feed has adverse effects on animal health and productivity. Also, mycotoxins may be carried over into meat and eggs when poultry are fed with contaminated feed. In a point prevalence study feedstuff used for poultry nutrition in Argentina was analyzed for fungal flora, natural incidence of selected mycotoxins, and nutritional quality. Ten mould genera were recovered, six of them known to be mycotoxigenic. More than 28 species were determined. Fumonisins were detected in all the samples (median 1,750 ppb). Forty-four out of 49 samples (90%) were contaminated with DON (median 222 ppb) and OTA (median 5 ppb). Also, 44 out of 49 samples were contaminated with aflatoxins (median 2.685 ppb), 42 samples (86%) with ZEA (median 50 ppb), and 38 samples (78%) with T2-toxin (median 50 ppb). Ninety percent of the samples had at least one type of nutritional deficiency. This study indicates the need for continuous assessment of the mycological status of animal feed production, in order to feed animals for optimal performance ensuring food safety. PMID:25126610

  12. Mycotoxins and mycotoxigenic fungi in poultry feed for food-producing animals.

    Science.gov (United States)

    Greco, Mariana Vanesa; Franchi, María Luisa; Rico Golba, Silvia Laura; Pardo, Alejandro Guillermo; Pose, Graciela Noemí

    2014-01-01

    Moulds are capable of reducing the nutritional value of feedstuff as well as elaborating several mycotoxins. Mycotoxin-contaminated feed has adverse effects on animal health and productivity. Also, mycotoxins may be carried over into meat and eggs when poultry are fed with contaminated feed. In a point prevalence study feedstuff used for poultry nutrition in Argentina was analyzed for fungal flora, natural incidence of selected mycotoxins, and nutritional quality. Ten mould genera were recovered, six of them known to be mycotoxigenic. More than 28 species were determined. Fumonisins were detected in all the samples (median 1,750 ppb). Forty-four out of 49 samples (90%) were contaminated with DON (median 222 ppb) and OTA (median 5 ppb). Also, 44 out of 49 samples were contaminated with aflatoxins (median 2.685 ppb), 42 samples (86%) with ZEA (median 50 ppb), and 38 samples (78%) with T2-toxin (median 50 ppb). Ninety percent of the samples had at least one type of nutritional deficiency. This study indicates the need for continuous assessment of the mycological status of animal feed production, in order to feed animals for optimal performance ensuring food safety.

  13. Animal models of exercise and obesity.

    Science.gov (United States)

    Kasper, Christine E

    2013-01-01

    Animal models have been invaluable in the conduct of nursing research for the past 40 years. This review will focus on specific animal models that can be used in nursing research to study the physiologic phenomena of exercise and obesity when the use of human subjects is either scientifically premature or inappropriate because of the need for sampling tissue or the conduct of longitudinal studies of aging. There exists an extensive body of literature reporting the experimental use of various animal models, in both exercise science and the study of the mechanisms of obesity. Many of these studies are focused on the molecular and genetic mechanisms of organ system adaptation and plasticity in response to exercise, obesity, or both. However, this review will narrowly focus on the models useful to nursing research in the study of exercise in the clinical context of increasing performance and mobility, atrophy and bedrest, fatigue, and aging. Animal models of obesity focus on those that best approximate clinical pathology.

  14. Nuclear techniques in animal agriculture

    International Nuclear Information System (INIS)

    Young, B.A.

    1981-01-01

    Nuclear technology plays an integral part in research to improve the health and productivity of animals. The use of radioisotopes and ionizing radiations in animal agriculture is briefly reviewed. The radioimmunoassay techniques give the opportunity of measuring and following precisely hormonal patterns in animals over the reproductive cycle. Simply by analysing a sample of blood, milk, or other body fluid, minute hormone concentrations can be assayed and the reproductive status of the animal assessed. The radioimmunoassay procedure uses antigens which are isotopically labelled, usually with 125 I, and antibodies specifically developed for each hormone. The onset of sexual maturity, of oestrus, or the influence of environmental, nutritional or other factors on the reproductive state of an animal can be studied. An example of the use of the radioimmunoassay technique is illustrated in the coordinated research program of the IAEA which focuses on improving domestic buffalo production. Nuclear techniques, particularly the use of stable and radioactive tracers are providing important insights into the functioning of the digestive system of ruminants, its qualitative dynamics and metabolism. For assessing the products of the rumen, particularly volatile fatty acids which become an energy source, and microbial proteins which become a protein source for the animal, materials labelled with 14 C, 3 H, 35 S, 15 N and 32 P are used. As an illustrative example, the results of one study of nitrogen metabolism, microbial protein and rumen bypass protein synthesis in cattle are shown

  15. Comparison of PCR-Based Diagnosis with Centrifuged-Based Enrichment Method for Detection of Borrelia persica in Animal Blood Samples.

    Science.gov (United States)

    Naddaf, S R; Kishdehi, M; Siavashi, Mr

    2011-01-01

    The mainstay of diagnosis of relapsing fever (RF) is demonstration of the spirochetes in Giemsa-stained thick blood smears, but during non fever periods the bacteria are very scanty and rarely detected in blood smears by microscopy. This study is aimed to evaluate the sensitivity of different methods developed for detection of low-grade spirochetemia. Animal blood samples with low degrees of spirochetemia were tested with two PCRs and a nested PCR targeting flaB, GlpQ, and rrs genes. Also, a centrifuged-based enrichment method and Giemsa staining were performed on blood samples with various degrees of spirochetemia. The flaB-PCR and nested rrs-PCR turned positive with various degrees of spirochetemia including the blood samples that turned negative with dark-field microscopy. The GlpQ-PCR was positive as far as at least one spirochete was seen in 5-10 microscopic fields. The sensitivity of GlpQ-PCR increased when DNA from Buffy Coat Layer (BCL) was used as template. The centrifuged-based enrichment method turned positive with as low concentration as 50 bacteria/ml blood, while Giemsa thick staining detected bacteria with concentrations ≥ 25000 bacteria/ml. Centrifuged-based enrichment method appeared as much as 500-fold more sensitive than thick smears, which makes it even superior to some PCR assays. Due to simplicity and minimal laboratory requirements, this method can be considered a valuable tool for diagnosis of RF in rural health centers.

  16. Examination of radioactive contamination in the soil-plant system and their transfer to selected animal tissues

    International Nuclear Information System (INIS)

    Chibowski, S.; Gladysz, A.

    1999-01-01

    This paper investigates gamma emitter radioactivity in a system consisting of soil and plants. Some selected sample of tissues of animals fed with the plants from these sites were also measured. In soil and plant samples artificial ( 137 Cs and 134 Cs) and natural (thorium and uranium series) isotopes were detected. Despite the relatively high content of the natural isotopes in plants and their seeds, their accumulation in animal tissues was not detected.The 40 K isotope was transferred in the chain soil-plant-animal in the highest degree. From the group of the natural isotopes, only 212 Pb was detected in examined animal tissue samples. Other natural isotopes were below detection level. In the samples heavy metal content was also examined. In any sample no element concentration was noticed above trade acceptable limit. (author)

  17. Love, Safety, and Companionship: The Human-Animal Bond and Latino Families

    Science.gov (United States)

    Faver, Catherine A.; Cavazos, Alonzo M., Jr.

    2008-01-01

    A survey found that 69.2% of a sample of 208 Latino university students in south Texas owned companion animals. Dogs were the most commonly owned companion animals, and 92% of dog and cat guardians regarded their companion animals as family members. Over 80% of the dog and cat guardians specified companionship and unconditional love as benefits…

  18. INAA of human and animal whole blood samples by short term reactor irradiation. [Au, Br, Cd, Ce, Cl, Cr, Cu, Fe, Hg, K, La, Mn, Na, P, Sc, Zn

    Energy Technology Data Exchange (ETDEWEB)

    Samudralwar, D L; Garg, A N

    1986-11-03

    Instrumental neutron activation analysis was employed for the determination of 15 major, minor and trace elements in human and animal blood samples. Dry whole blood samples along with NBS and IAEA standards were irradiated for 5 min, 1 h, 5 h and 10 h with reactor thermal neutrons and counted using high resolution ..gamma..-spectrometry at successive intervals. Data for a new IAEA proposed CRM Mixed Human Diet (H-9) is reported. 28 references, 4 tables.

  19. The detection of Giardia muris and Giardia lamblia cysts by immunofluorescence in animal tissues and fecal samples subjected to cycles of freezing and thawing.

    Science.gov (United States)

    Erlandsen, S L; Sherlock, L A; Bemrick, W J

    1990-04-01

    The effects of freezing and thawing on the detection of selected Giardia spp. cysts were investigated using immunofluorescence, bright field microscopy, and low voltage scanning electron microscopy (SEM). Giardia muris cysts were obtained from either animal carcasses, fecal pellets, or isolated cyst preparations, whereas Giardia lamblia cysts were isolated from fecal samples. These samples were stained using an immunofluorescence technique after 1-3 freezing (-16 C) and thawing (20 C) cycles. Cysts were detected successfully by immunofluorescence in all samples. However, in those samples subjected to freeze-thawing, the cyst walls often became distorted and then were not detectable by bright field microscopy. Low voltage SEM demonstrated that the filaments in the distorted cyst wall underwent rearrangements of interfilament spacing. Quantitation of cyst recovery after freezing and thawing demonstrated that a substantial loss occurred after 1 cycle of alternating temperature when low concentrations of cysts were used, but not with high concentrations of cysts. Cyst recovery, after 3 freezing and thawing cycles, was dramatically lowered irrespective of the initial cyst concentration. These results demonstrated that immunofluorescence was an effective technique for the detection of Giardia spp. cysts in frozen samples and would suggest that freezing and thawing of fecal samples could prevent the detection of cysts when only bright field microscopy was employed.

  20. The wild animal as a research animal

    NARCIS (Netherlands)

    Swart, JAA

    2004-01-01

    Most discussions on animal experimentation refer to domesticated animals and regulations are tailored to this class of animals. However, wild animals are also used for research, e. g., in biological field research that is often directed to fundamental ecological-evolutionary questions or to

  1. Animal rights and animal experimentation. Implications for physicians.

    Science.gov (United States)

    Gelpi, A. P.

    1991-01-01

    Practicing physicians are just becoming aware of the animal rights movement, which during the 1980s spawned numerous acts of violence against research facilities throughout the United States. The animal rightists are challenging physicians to show moral justification for the human exploitation of nature and the world of subhuman species. They have aroused public interest in animal welfare, sparked protective legislation for experimental animals, and indirectly encouraged the creation of committees to oversee the conduct of animal experimentation and the conditions of animal confinement. This controversy has necessitated a closer look at the questions of animal experimentation and animal rights against the backdrop of human experimentation and human rights. Physicians and specialists in animal care seek to alleviate suffering and anxiety, and, as moderates, they may be able to bring both sides of the animal rights controversy together in a spirit of mutual tolerance and in the common cause of promoting both human and animal welfare. PMID:1949772

  2. Polyhedral Computations for the Simple Graph Partitioning Problem

    DEFF Research Database (Denmark)

    Sørensen, Michael Malmros

    The simple graph partitioning problem is to partition an edge-weighted graph into mutually disjoint subgraphs, each containing no more than b nodes, such that the sum of the weights of all edges in the subgraphs is maximal. In this paper we present a branch-and-cut algorithm for the problem that ...

  3. Equipackable graphs

    DEFF Research Database (Denmark)

    Vestergaard, Preben Dahl; Hartnell, Bert L.

    2006-01-01

    There are many results dealing with the problem of decomposing a fixed graph into isomorphic subgraphs. There has also been work on characterizing graphs with the property that one can delete the edges of a number of edge disjoint copies of the subgraph and, regardless of how that is done, the gr...

  4. Radiation-Hygienic control of animal food in 1996

    International Nuclear Information System (INIS)

    Vicentijevic, M.; Vukovic, D.; Mitrovic, R.

    1997-01-01

    Radiation-hygienic control of animal food (concentrated fodder, row material for making fodder and food for pets) was done through the first and second circle of radiation biotechnology monitoring system (BIMOS) in 1996. The gamma-spectrometry determined activity of 137 Cs was less than 2,65 Bq/kg with one sample of fish flour exception (23,9 Bq/kg), so the completely radiation safety for animal food was confirmed. (author)

  5. ADVANCES IN ANIMAL WELFARE FOR FREE-LIVING ANIMALS.

    Science.gov (United States)

    2016-04-01

    Over several decades, animal welfare has grown into its own free-standing field of scientific study, from its early beginnings in laboratory animal research to eventually include exhibited animals and farm animals. While it has always been present to some degree, consideration of animal welfare for free-ranging animals has lagged behind, developing as a field of study in the last 20 yr or so. Part of that increase was that animal welfare legislation was finally applied to studies being done on free-ranging animals. But it is the appreciation by the biologists and veterinarians working on wild animals, in which the quality of their results is largely controlled by the quality of the animals they use in their studies, which has resulted in increased attention to the well-being or welfare of the animals that they use. Other important influences driving the recognition of wildlife welfare have been changes in the public's expectations of how wild animals are dealt with, a shift in focus of wildlife professionals from managing animals that can be hunted or angled to include nongame species, the decrease in participation in hunting and fishing by members of the public, and the entry of large numbers of women into fish and wildlife agencies and departments and into veterinary medicine. Technical improvements have allowed the safe capture and handling of large or dangerous animals as immobilization drugs and equipment have been developed. The increasing use of sedating drugs allows for handling of animals with reduced stress and other impacts. A number of topics, such as toe-clipping, branding, defining which taxa can or cannot feel pain, catch-and-release fishing, and more, remain controversial within wildlife science. How we treat the wild animals that we deal with defines who we are as wildlife professionals, and animal welfare concerns and techniques for free-ranging animals will continue to develop and evolve.

  6. Non-terminal blood sampling techniques in guinea pigs.

    Science.gov (United States)

    Birck, Malene M; Tveden-Nyborg, Pernille; Lindblad, Maiken M; Lykkesfeldt, Jens

    2014-10-11

    Guinea pigs possess several biological similarities to humans and are validated experimental animal models(1-3). However, the use of guinea pigs currently represents a relatively narrow area of research and descriptive data on specific methodology is correspondingly scarce. The anatomical features of guinea pigs are slightly different from other rodent models, hence modulation of sampling techniques to accommodate for species-specific differences, e.g., compared to mice and rats, are necessary to obtain sufficient and high quality samples. As both long and short term in vivo studies often require repeated blood sampling the choice of technique should be well considered in order to reduce stress and discomfort in the animals but also to ensure survival as well as compliance with requirements of sample size and accessibility. Venous blood samples can be obtained at a number of sites in guinea pigs e.g., the saphenous and jugular veins, each technique containing both advantages and disadvantages(4,5). Here, we present four different blood sampling techniques for either conscious or anaesthetized guinea pigs. The procedures are all non-terminal procedures provided that sample volumes and number of samples do not exceed guidelines for blood collection in laboratory animals(6). All the described methods have been thoroughly tested and applied for repeated in vivo blood sampling in studies within our research facility.

  7. Animal models.

    Science.gov (United States)

    Walker, Ellen A

    2010-01-01

    As clinical studies reveal that chemotherapeutic agents may impair several different cognitive domains in humans, the development of preclinical animal models is critical to assess the degree of chemotherapy-induced learning and memory deficits and to understand the underlying neural mechanisms. In this chapter, the effects of various cancer chemotherapeutic agents in rodents on sensory processing, conditioned taste aversion, conditioned emotional response, passive avoidance, spatial learning, cued memory, discrimination learning, delayed-matching-to-sample, novel-object recognition, electrophysiological recordings and autoshaping is reviewed. It appears at first glance that the effects of the cancer chemotherapy agents in these many different models are inconsistent. However, a literature is emerging that reveals subtle or unique changes in sensory processing, acquisition, consolidation and retrieval that are dose- and time-dependent. As more studies examine cancer chemotherapeutic agents alone and in combination during repeated treatment regimens, the animal models will become more predictive tools for the assessment of these impairments and the underlying neural mechanisms. The eventual goal is to collect enough data to enable physicians to make informed choices about therapeutic regimens for their patients and discover new avenues of alternative or complementary therapies that reduce or eliminate chemotherapy-induced cognitive deficits.

  8. Chromatic number via Turán number

    DEFF Research Database (Denmark)

    Alishahi, Meysam; Hajiabolhassan, Hossein

    2017-01-01

    For a graph G and a family of graphs F, the general Kneser graph KG(G, F) is a graph with the vertex set consisting of all subgraphs of G isomorphic to some member of F and two vertices are adjacent if their corresponding subgraphs are edge disjoint. In this paper, we introduce some generalizatio...

  9. Animals

    Energy Technology Data Exchange (ETDEWEB)

    Skuterud, L.; Strand, P. [Norwegian Radiation Protection Authority (Norway); Howard, B.J. [Inst. of Terrestrial Ecology (United Kingdom)

    1997-10-01

    The radionuclides of most concern with respect to contamination of animals after a nuclear accident are radioiodine, radiocaesium and radiostrontium (ICRP 30, 1979). Of the other significant anthropogenic radionuclides likely to be released in most accidents, only small proportions of that ingested will be absorbed in an animals gut, and the main animal products, milk and meat, will not normally be contaminated to a significant extent. Animal products will mostly be contaminated as a result of ingestion of contaminated feed and possibly, but to a much lesser extent, from inhalation (for radioiodine only). Direct external contamination of animals is of little or no consequence in human food production. Radioiodine and radiostrontium are important with respect to contamination of milk; radiocaesium contaminates both milk and meat. The physical and chemical form of a radionuclide can influence its absorption in the animal gut. For example, following the Chernobyl accident radiocaesium incorporated into vegetation by root uptake was more readily absorbed than that associated with the original deposit. The transfer of radiocaesium and radiostrontium to animals will be presented both as transfer coefficients and aggregated transfer coefficients. For most animal meat products, only radiocaesium is important as other radionuclides do not significantly contaminate muscle. Farm animal products are the most important foodstuff determining radiocaesium intake by the average consumer in the Nordic countries. The major potential source of radioiodine and radiostrontium to humans is milk and milk products. Of the different species, the smaller animals have the highest transfer of radiocaesium from fodder to meat and milk. (EG). 68 refs.

  10. Animals

    International Nuclear Information System (INIS)

    Skuterud, L.; Strand, P.; Howard, B.J.

    1997-01-01

    The radionuclides of most concern with respect to contamination of animals after a nuclear accident are radioiodine, radiocaesium and radiostrontium (ICRP 30, 1979). Of the other significant anthropogenic radionuclides likely to be released in most accidents, only small proportions of that ingested will be absorbed in an animals gut, and the main animal products, milk and meat, will not normally be contaminated to a significant extent. Animal products will mostly be contaminated as a result of ingestion of contaminated feed and possibly, but to a much lesser extent, from inhalation (for radioiodine only). Direct external contamination of animals is of little or no consequence in human food production. Radioiodine and radiostrontium are important with respect to contamination of milk; radiocaesium contaminates both milk and meat. The physical and chemical form of a radionuclide can influence its absorption in the animal gut. For example, following the Chernobyl accident radiocaesium incorporated into vegetation by root uptake was more readily absorbed than that associated with the original deposit. The transfer of radiocaesium and radiostrontium to animals will be presented both as transfer coefficients and aggregated transfer coefficients. For most animal meat products, only radiocaesium is important as other radionuclides do not significantly contaminate muscle. Farm animal products are the most important foodstuff determining radiocaesium intake by the average consumer in the Nordic countries. The major potential source of radioiodine and radiostrontium to humans is milk and milk products. Of the different species, the smaller animals have the highest transfer of radiocaesium from fodder to meat and milk. (EG)

  11. Estimating animal abundance in ground beef batches assayed with molecular markers.

    Directory of Open Access Journals (Sweden)

    Xin-Sheng Hu

    Full Text Available Estimating animal abundance in industrial scale batches of ground meat is important for mapping meat products through the manufacturing process and for effectively tracing the finished product during a food safety recall. The processing of ground beef involves a potentially large number of animals from diverse sources in a single product batch, which produces a high heterogeneity in capture probability. In order to estimate animal abundance through DNA profiling of ground beef constituents, two parameter-based statistical models were developed for incidence data. Simulations were applied to evaluate the maximum likelihood estimate (MLE of a joint likelihood function from multiple surveys, showing superiority in the presence of high capture heterogeneity with small sample sizes, or comparable estimation in the presence of low capture heterogeneity with a large sample size when compared to other existing models. Our model employs the full information on the pattern of the capture-recapture frequencies from multiple samples. We applied the proposed models to estimate animal abundance in six manufacturing beef batches, genotyped using 30 single nucleotide polymorphism (SNP markers, from a large scale beef grinding facility. Results show that between 411∼1367 animals were present in six manufacturing beef batches. These estimates are informative as a reference for improving recall processes and tracing finished meat products back to source.

  12. Hormonal growth promoting agents in food producing animals.

    Science.gov (United States)

    Stephany, Rainer W

    2010-01-01

    In contrast to the use of hormonal doping agents in sports to enhance the performance of athletes, in the livestock industry hormonal growth promoters ("anabolics") are used to increase the production of muscle meat. This leads to international disputes about the safety of meat originating from animals treated with such anabolics.As a consequence of the total ban in the EU of all hormonal active growth promoters ("hormones") in livestock production, in contrast to their legal use [e.g. of five such hormones (17beta-estradiol, testosterone, progesterone, trenbolone and zeranol) as small solid ear implants and two hormones as feed additives for feedlot heifers (melengestrol acetate) and for swine (ractopamine) in the USA], the regulatory controls also differ sharply between the EU and the USA.In the EU the treatment of slaughter animals is the regulatory offence that has to be controlled in inspection programs. In the USA testing for compliance of a regulatory maximum residue level in the edible product (muscle, fat, liver or kidney) is the purpose of the inspection program (if any).The EU inspection programs focus on sample materials that are more suitable for testing for banned substances, especially if the animals are still on the farm, such as urine and feces or hair. In the case of slaughtered animals, the more favored sample materials are bile, blood, eyes and sometimes liver. Only in rare occasions is muscle meat sampled. This happens only in the case of import controls or in monitoring programs of meat sampled in butcher shops or supermarkets.As a result, data on hormone concentrations in muscle meat samples from the EU market are very rare and are obtained in most cases from small programs on an ad hoc basis. EU data for natural hormones in meat are even rarer because of the absence of "legal natural levels" for these hormones in compliance testing. With the exception of samples from the application sites - in the EU the site of injection of liquid hormone

  13. The microbiological conditions of carcasses from large game animals in Italy.

    Science.gov (United States)

    Avagnina, A; Nucera, D; Grassi, M A; Ferroglio, E; Dalmasso, A; Civera, T

    2012-07-01

    This study investigates the microbiological conditions of large game animal carcasses following evisceration. Carcasses of animals (N=291) hunted in the Upper Susa Valley (Italian Alps) were analysed for pH, Aerobic Viable Count (AVC), Enterobacteriaceae, Yersinia spp., Listeria monocytogenes and Salmonella spp. After shooting, evisceration occurred within 60 min in 90.7% of animals and sampling within 90 min in 88.3% of animals. Mean pH values (5.97: ruminants; 5.77: wild boar) were similar to those of regularly slaughtered domestic species. AVC values were highest in animals shot in the abdomen. Within species, AVC and Enterobacteriaceae values did not differ across different shooting-evisceration/sampling times. However, these counts exceeded 5 and 2.5 log, respectively, in 18% of wild boar and 39% of ruminants; the highest values were detected in wild boar. No pathogens were detected in any species. These results reveal inadequate hygiene in game meat handling/harvesting, implicating the need for improved practices. Copyright © 2012 Elsevier Ltd. All rights reserved.

  14. A dichotomy for upper domination in monogenic classes

    KAUST Repository

    AbouEisha, Hassan M.

    2014-01-01

    An upper dominating set in a graph is a minimal (with respect to set inclusion) dominating set of maximum cardinality. The problem of finding an upper dominating set is NP-hard for general graphs and in many restricted graph families. In the present paper, we study the computational complexity of this problem in monogenic classes of graphs (i.e. classes defined by a single forbidden induced subgraph) and show that the problem admits a dichotomy in this family. In particular, we prove that if the only forbidden induced subgraph is a P4 or a 2K2 (or any induced subgraph of these graphs), then the problem can be solved in polynomial time. Otherwise, it is NP-hard.

  15. 9 CFR 147.8 - Procedures for preparing egg yolk samples for diagnostic tests.

    Science.gov (United States)

    2010-01-01

    ... samples for diagnostic tests. 147.8 Section 147.8 Animals and Animal Products ANIMAL AND PLANT HEALTH... IMPROVEMENT PLAN Blood Testing Procedures § 147.8 Procedures for preparing egg yolk samples for diagnostic... for diagnostic testing. (b) The authorized laboratory must identify each egg as to the breeding flock...

  16. Animal research

    DEFF Research Database (Denmark)

    Olsson, I.A.S.; Sandøe, Peter

    2012-01-01

    This article presents the ethical issues in animal research using a combined approach of ethical theory and analysis of scientific findings with bearing on the ethical analysis. The article opens with a general discussion of the moral acceptability of animal use in research. The use of animals...... in research is analyzed from the viewpoint of three distinct ethical approaches: contractarianism, utilitarianism, and animal rights view. On a contractarian view, research on animals is only an ethical issue to the extent that other humans as parties to the social contract care about how research animals...... are faring. From the utilitarian perspective, the use of sentient animals in research that may harm them is an ethical issue, but harm done to animals can be balanced by benefit generated for humans and other animals. The animal rights view, when thoroughgoing, is abolitionist as regards the use of animals...

  17. Controlling allergens in animal rooms by using curtains

    DEFF Research Database (Denmark)

    Krohn, Thomas Cæcius; Itter, Gabi; Fosse, Richard

    2006-01-01

    The reduction and control of allergens in the animal facility is important for staff working with laboratory animals. This study was designed to evaluate the efficiency of perforated Makrolon curtains in front of racks as a method to reduce the amount of allergen in the animal room. The experimen......The reduction and control of allergens in the animal facility is important for staff working with laboratory animals. This study was designed to evaluate the efficiency of perforated Makrolon curtains in front of racks as a method to reduce the amount of allergen in the animal room....... The experimental situation we studied provides some information regarding allergen disposition in animal rooms but is clearly artificial and does not reflect a typical, ‘real-world’ environment in terms of preventing exposure of workers to allergens. Plastic curtains with holes were placed in front of racks......, and a corridor between the racks and a curtain was present. The room was ventilated with air, which was blown into the room through the middle of the corridor, flowing downstream and passing through the holes in the curtain. This set-up resulted in air flow from the corridor through the curtain. Air samples were...

  18. EVALUATION OF TOTAL MERCURY CONTENT IN MUSCLE TISSUE OF MARINE FISH AND ANIMALS

    Directory of Open Access Journals (Sweden)

    Daniel Bajčan

    2013-02-01

    Full Text Available Nowdays, a degree of contamination by heavy metals can be observed in the environment. Heavy metals have serious effects on all living organisms because they can accumulate in lethal or sublethal concentrations in the various parts of food chain and so they can cause different health problems like cardiovascular and cancer diseases. Marine fish and animals are one of the bigges source of mercury in human food. Therefore this work is focused to the rate of mercury content in muscle tisuues of marine fish and animals. We analyzed mainly frozen or otherwise preserved marine fish and animals that were purchased in retail network in Slovakia. Mercury content in samples was analyzed by cold vapor AAS with mercury analyser AMA254. The contents of mercury in analysed samples were in the interval 0.0057 – 0,697 mg.kg-1. Our results shows, that no analyzed samples of marine fish and animals had over-limit concetration of Hg, so they are safe for human nutrition.

  19. Path-fan Ramsey numbers

    NARCIS (Netherlands)

    Salman, M.; Broersma, Haitze J.

    2003-01-01

    For two given graphs $G$ and $H$, the Ramsey number $R(G,H)$ is the smallest positive integer $p$ such that for every graph $F$ on $p$ vertices the following holds: either $F$ contains $G$ as a subgraph or the complement of $F$ contains $H$ as a subgraph. In this paper, we study the Ramsey numbers

  20. Path-fan Ramsey numbers

    NARCIS (Netherlands)

    Salman, M.; Broersma, Haitze J.

    For two given graphs $F$ and $H$, the Ramsey number $R(F,H)$ is the smallest positive integer $p$ such that for every graph $G$ on $p$ vertices the following holds: either $G$ contains $F$ as a subgraph or the complement of $G$ contains $H$ as a subgraph. In this paper, we study the Ramsey numbers

  1. Path-kipas Ramsey numbers

    NARCIS (Netherlands)

    Salman, M.; Broersma, Haitze J.

    2007-01-01

    For two given graphs $F$ and $H$, the Ramsey number $R(F,H)$ is the smallest positive integer $p$ such that for every graph $G$ on $p$ vertices the following holds: either $G$ contains $F$ as a subgraph or the complement of $G$ contains $H$ as a subgraph. In this paper, we study the Ramsey numbers

  2. Sampling Strategies and Processing of Biobank Tissue Samples from Porcine Biomedical Models.

    Science.gov (United States)

    Blutke, Andreas; Wanke, Rüdiger

    2018-03-06

    In translational medical research, porcine models have steadily become more popular. Considering the high value of individual animals, particularly of genetically modified pig models, and the often-limited number of available animals of these models, establishment of (biobank) collections of adequately processed tissue samples suited for a broad spectrum of subsequent analyses methods, including analyses not specified at the time point of sampling, represent meaningful approaches to take full advantage of the translational value of the model. With respect to the peculiarities of porcine anatomy, comprehensive guidelines have recently been established for standardized generation of representative, high-quality samples from different porcine organs and tissues. These guidelines are essential prerequisites for the reproducibility of results and their comparability between different studies and investigators. The recording of basic data, such as organ weights and volumes, the determination of the sampling locations and of the numbers of tissue samples to be generated, as well as their orientation, size, processing and trimming directions, are relevant factors determining the generalizability and usability of the specimen for molecular, qualitative, and quantitative morphological analyses. Here, an illustrative, practical, step-by-step demonstration of the most important techniques for generation of representative, multi-purpose biobank specimen from porcine tissues is presented. The methods described here include determination of organ/tissue volumes and densities, the application of a volume-weighted systematic random sampling procedure for parenchymal organs by point-counting, determination of the extent of tissue shrinkage related to histological embedding of samples, and generation of randomly oriented samples for quantitative stereological analyses, such as isotropic uniform random (IUR) sections generated by the "Orientator" and "Isector" methods, and vertical

  3. Animal investigation program 1974 annual report: Nevada Test Site and vicinity

    International Nuclear Information System (INIS)

    Smith, D.D.; Giles, K.R.; Bernhardt, D.E.; Brown, K.R.

    1977-06-01

    Data are presented from the radioanalysis of tissues collected from cattle, deer, desert bighorn sheep, and other wildlife that resided on or near the Nevada Test Site during 1974. Routine activities and special investigations of the Animal Investigation Program are also discussed. Other than the naturally occurring potassium-40, gamma-emitting radionuclides were detected infrequently. For example, cesium-137 was found only in the muscle tissues from 3 of the 12 Nevada Test Site cattle sampled during 1974. Tritium concentrations in the tissues from most of the animals sampled are at background levels. Animals from the experimental farm tended to have slightly higher concentrations than those sampled at other locations on the Nevada Test Site. Strontium-90 levels in bones from deer, desert bighorn sheep, and cattle were slightly lower than those reported for the preceding year. A graph depicts the average levels found in the bones of the three species from 1956 through 1974

  4. Multi-Level Anomaly Detection on Time-Varying Graph Data

    Energy Technology Data Exchange (ETDEWEB)

    Bridges, Robert A [ORNL; Collins, John P [ORNL; Ferragut, Erik M [ORNL; Laska, Jason A [ORNL; Sullivan, Blair D [ORNL

    2015-01-01

    This work presents a novel modeling and analysis framework for graph sequences which addresses the challenge of detecting and contextualizing anomalies in labelled, streaming graph data. We introduce a generalization of the BTER model of Seshadhri et al. by adding flexibility to community structure, and use this model to perform multi-scale graph anomaly detection. Specifically, probability models describing coarse subgraphs are built by aggregating probabilities at finer levels, and these closely related hierarchical models simultaneously detect deviations from expectation. This technique provides insight into a graph's structure and internal context that may shed light on a detected event. Additionally, this multi-scale analysis facilitates intuitive visualizations by allowing users to narrow focus from an anomalous graph to particular subgraphs or nodes causing the anomaly. For evaluation, two hierarchical anomaly detectors are tested against a baseline Gaussian method on a series of sampled graphs. We demonstrate that our graph statistics-based approach outperforms both a distribution-based detector and the baseline in a labeled setting with community structure, and it accurately detects anomalies in synthetic and real-world datasets at the node, subgraph, and graph levels. To illustrate the accessibility of information made possible via this technique, the anomaly detector and an associated interactive visualization tool are tested on NCAA football data, where teams and conferences that moved within the league are identified with perfect recall, and precision greater than 0.786.

  5. ANIMAL BEHAVIOR AND WELL-BEING SYMPOSIUM: The Common Swine Industry Audit: Future steps to assure positive on-farm animal welfare utilizing validated, repeatable and feasible animal-based measures.

    Science.gov (United States)

    Pairis-Garcia, M; Moeller, S J

    2017-03-01

    The Common Swine Industry Audit (CSIA) was developed and scientifically evaluated through the combined efforts of a task force consisting of university scientists, veterinarians, pork producers, packers, processers, and retail and food service personnel to provide stakeholders throughout the pork chain with a consistent, reliable, and verifiable system to ensure on-farm swine welfare and food safety. The CSIA tool was built from the framework of the Pork Quality Assurance Plus (PQA Plus) site assessment program with the purpose of developing a single, common audit platform for the U.S. swine industry. Twenty-seven key aspects of swine care are captured and evaluated in CSIA and cover the specific focal areas of animal records, animal observations, facilities, and caretakers. Animal-based measures represent approximately 50% of CSIA evaluation criteria and encompass critical failure criteria, including observation of willful acts of abuse and determination of timely euthanasia. Objective, science-based measures of animal well-being parameters (e.g., BCS, lameness, lesions, hernias) are assessed within CSIA using statistically validated sample sizes providing a detection ability of 1% with 95% confidence. The common CSIA platform is used to identify care issues and facilitate continuous improvement in animal care through a validated, repeatable, and feasible animal-based audit process. Task force members provide continual updates to the CSIA tool with a specific focus toward 1) identification and interpretation of appropriate animal-based measures that provide inherent value to pig welfare, 2) establishment of acceptability thresholds for animal-based measures, and 3) interpretation of CSIA data for use and improvement of welfare within the U.S. swine industry.

  6. Overview of Rabies in and around Addis Ababa, in Animals ...

    African Journals Online (AJOL)

    Over the last seven years, 2517 animals brain tissue samples from Dogs, Cats, Cattle, Horses, ... A statistically significant difference (χ2 = 34.08(1), P<0.0001) in sample positivity was observed between male and female dogs, which seems ...

  7. Animation of Panorama of Phoenix's Solar Panel and Robotic Arm

    Science.gov (United States)

    2008-01-01

    [figure removed for brevity, see original site] Click on image for animation This is an animation of panorama images of NASA's Phoenix Mars Lander's solar panel and the lander's Robotic Arm with a sample in the scoop. The image was taken just before the sample was delivered to the Optical Microscope. The images making up this animation were taken by the lander's Surface Stereo Imager looking west during Phoenix's Sol 16 (June 10, 2008), or the 16th Martian day after landing. This view is a part of the 'mission success' panorama that will show the whole landing site in color. The Phoenix Mission is led by the University of Arizona, Tucson, on behalf of NASA. Project management of the mission is by NASA's Jet Propulsion Laboratory, Pasadena, Calif. Spacecraft development is by Lockheed Martin Space Systems, Denver.

  8. Animal rights, animal minds, and human mindreading.

    Science.gov (United States)

    Mameli, M; Bortolotti, L

    2006-02-01

    Do non-human animals have rights? The answer to this question depends on whether animals have morally relevant mental properties. Mindreading is the human activity of ascribing mental states to other organisms. Current knowledge about the evolution and cognitive structure of mindreading indicates that human ascriptions of mental states to non-human animals are very inaccurate. The accuracy of human mindreading can be improved with the help of scientific studies of animal minds. However, the scientific studies do not by themselves solve the problem of how to map psychological similarities (and differences) between humans and animals onto a distinction between morally relevant and morally irrelevant mental properties. The current limitations of human mindreading-whether scientifically aided or not-have practical consequences for the rational justification of claims about which rights (if any) non-human animals should be accorded.

  9. Animal investigation program 1975 annual report: Nevada Test Site and vicinity

    International Nuclear Information System (INIS)

    Smith, D.D.; Giles, K.R.; Bernhardt, D.E.; Brown, K.W.

    1978-02-01

    Data are presented from the radioanalysis of tissues collected from cattle, deer, desert bighorn sheep, and other wildlife that resided on or near the Nevada Test Site during 1975. Routine activities and special investigations of the Animal Investigation Program are also discussed. Other than the naturally occurring potassium-40, gamma-emitting radionuclides are detected infrequently. Tritium concentrations in the tissues from most of the animals sampled were at background levels. Strontium-90 levels in bones from deer and cattle were slightly lower than those reported for the preceding year while levels in desert bighorn sheep bones were elevated. A graph depicts the average levels found in the bones of the three species from 1956 through 1975. The gross and microscopic lesions found in necropsied animals are discussed. In general, these lesions are consistent with the physical condition of the animal and type of population sampled. No gross or microscopic lesions were detected that could be directly attributed to the effects of ionizing radiation

  10. THE EFFECT OF USING SHORT SILENT ANIMATIONS ON EFL LEARNERS WRITING

    Directory of Open Access Journals (Sweden)

    Hamid Marashi

    2017-06-01

    Full Text Available This study investigated the effect of short silent animations on pre-intermediate EFL learners writing. A homogenized group of 60 participants was non-randomly chosen and assigned as the control and experimental groups. Those in the control group watched five short animations with dialogue, while those in the experimental group had five short animations which were silent. The procedure lasted 10 sessions. In both groups, the participants were asked to write five writings regarding the subjects of the animations during the term and each of the writings should have contained a minimum of 90 and maximum of 140 words. The participants were provided both oral and written feedback. At the end of the instruction, a sample PET writing posttest was administered to both groups, an independent samples t-test was run on the mean scores of the two groups, and the results (t = -2.02, p = 0.037˂0.05 revealed that the experimental group outperformed the control group.

  11. Animal Allergens and Their Presence in the Environment

    Science.gov (United States)

    Zahradnik, Eva; Raulf, Monika

    2014-01-01

    Exposure to animal allergens is a major risk factor for sensitization and allergic diseases. Besides mites and cockroaches, the most important animal allergens are derived from mammals. Cat and dog allergies affect the general population; whereas, allergies to rodents or cattle is an occupational problem. Exposure to animal allergens is not limited to direct contact to animals. Based on their aerodynamic properties, mammalian allergens easily become airborne, attach to clothing and hair, and can be spread from one environment to another. For example, the major cat allergen Fel d 1 was frequently found in homes without pets and in public buildings, including schools, day-care centers, and hospitals. Allergen concentrations in a particular environment showed high variability depending on numerous factors. Assessment of allergen exposure levels is a stepwise process that involves dust collection, allergen quantification, and data analysis. Whereas a number of different dust sampling strategies are used, ELISA assays have prevailed in the last years as the standard technique for quantification of allergen concentrations. This review focuses on allergens arising from domestic, farm, and laboratory animals and describes the ubiquity of mammalian allergens in the human environment. It includes an overview of exposure assessment studies carried out in different indoor settings (homes, schools, workplaces) using numerous sampling and analytical methods and summarizes significant factors influencing exposure levels. However, methodological differences among studies have contributed to the variability of the findings and make comparisons between studies difficult. Therefore, a general standardization of methods is needed and recommended. PMID:24624129

  12. Animal poisoning - veterinary-medical and criminal-legal aspects

    Directory of Open Access Journals (Sweden)

    Aleksić Jelena

    2014-01-01

    Full Text Available Apart from approved or planned poisoning with agricultural purpose, an increase in the number of cases of intentional animal poisoning (primarily referring to cats and dogs has been detected in Serbia, and it is suspected that their number is significantly larger than the one shown by the official statistics data. Under the conditions prescribed by the Criminal Code of the Republic of Serbia, such activities may represent the crime of killing and torture of animals, but also the crime of causing a general danger. It would be impossible to conduct the procedure of discovering and proving these criminal offences and the responsibility of their perpetrators without findings and opinion of forensic veterinary-medicine experts. They play an important role when it comes to site inspection, crime scene processing, collecting the samples from the crime scene, processing of samples and autopsy and exhumation of a potentially poisoned animal body. Just like other evidence in criminal procedure, findings and opinion of experts of veterinary medicine are estimated in accordance with the principle of free assessment of evidence. However, due to the specificity of such cases of killing and torture of animals, their impact on court’s decision on the existence of criminal offence and perpetrator’s liability is crucial. In this paper, the authors discuss the scope of animal poisoning in Serbia, particularly in Belgrade, analyze possible criminal - legal consequences of these illegal activities and point out to a significant role that experts of veterinary medical profession have in discovering and proving such cases and the liability of their perpetrators.

  13. Animal allergens and their presence in the environment

    Directory of Open Access Journals (Sweden)

    Eva eZahradnik

    2014-03-01

    Full Text Available Exposure to animal allergens is a major risk factor for sensitization and allergic diseases. Besides mites and cockroaches, the most important animal allergens are derived from mammals. Cat and dog allergies affect the general population; whereas, allergies to rodents or cattle is an occupational problem. Exposure to animal allergens is not limited to direct contact to animals. Based on their aerodynamic properties, mammalian allergens easily become airborne, attach to clothing and hair, and can be spread from one environment to another. For example, the major cat allergen Fel d 1 was frequently found in homes without pets and in public buildings, including schools, day care centers and hospitals. Allergen concentrations in a particular environment showed high variability depending on numerous factors.Assessment of allergen exposure levels is a stepwise process that involves dust collection, allergen quantification and data analysis. Whereas a number of different dust sampling strategies are used, ELISA assays have prevailed in the last years as the standard technique for quantification of allergen concentrations. This review focuses on allergens arising from domestic, farm and laboratory animals and describes the ubiquity of mammalian allergens in the human environment. It includes an overview of exposure assessment studies carried out in different indoor settings (homes, schools, workplaces using numerous sampling and analytical methods and summarizes significant factors influencing exposure levels. However, methodological differences among studies have contributed to the variability of the findings and make comparisons between studies difficult. Therefore, a general standardization of methods is needed and recommended.

  14. Soil transmitted helminths in animals – how is it possible for human transmission?

    Directory of Open Access Journals (Sweden)

    Choo Jia-Chi

    2016-11-01

    Full Text Available Objective: To determine the current prevalence of soil transmitted helminths (STH infections among cats and dogs in an animal shelter. Methods: A total of 442 animal's faecal samples were collected from the selected animal shelter located in Kuala Lumpur, Malaysia. The samples were screened by direct smear and further confirmed by formalin-ether sedimentation methods. Results: The overall prevalence of STH in animals was 48.4%. Among these, 51.5% and 45.8% were found in dogs and cats respectively. Among feline, hookworm was found to be the most predominant (41.7%, followed by Toxocara cati (4.6%. Whereas, hookworm was found to be the most predominant in canine (47%, followed by Toxocara canis (15.8% and Trichuris vulpis (5.9%. Conclusions: A high prevalence of STH infections was found among animals living in this local shelter. Hence, appropriate preventive measures should be taken to eradicate these infections.

  15. Professional Veterinary Programs' Perceptions and Experiences Pertaining to Emotional Support Animals and Service Animals, and Recommendations for Policy Development.

    Science.gov (United States)

    Schoenfeld-Tacher, Regina M; Kogan, Lori R

    Given the unique nature of programs in professional veterinary medicine (PVM), the increasing numbers of students requesting accommodations for emotional support animals (ESAs) in higher education settings is of growing interest to student affairs and administrative staff in PVM settings. Since the legislation pertaining to this type of support animal differs from the laws governing disability service animals, colleges and universities now need to develop new policies and guidelines. Representatives from a sample of 28 PVM programs completed a survey about the prevalence of student requests for ESAs and service animals. PVM associate deans for academic affairs also reported their perceptions of this issue and the challenges these requests might pose within veterinary teaching laboratories and patient treatment areas. Responses indicated that approximately one third of PVM programs have received requests for ESAs (32.1%) in the last 2 years, 17.9% have had requests for psychiatric service animals, and 17.9% for other types of service animals. Despite this, most associate deans reported not having or not being aware of university or college policies pertaining to these issues. Most associate deans are interested in learning more about this topic. This paper provides general recommendations for establishing university or PVM program policies.

  16. Comparison of PCR-Based Diagnosis with Centrifuged-Based Enrichment Method for Detection of Borrelia Persica in Animal Blood Samples

    Directory of Open Access Journals (Sweden)

    SR Naddaf

    2011-06-01

    Full Text Available Background: The mainstay of diagnosis of relapsing fever (RF is demonstration of the spirochetes in Giemsa-stained thick blood smears, but during non fever periods the bacteria are very scanty and rarely detected in blood smears by mi­cros­copy. This study is aimed to evaluate the sensitivity of different methods developed for detection of low-grade spi­ro­chetemia. Methods: Animal blood samples with low degrees of spirochetemia were tested with two PCRs and a nested PCR tar­get­ing flaB, GlpQ, and rrs genes. Also, a centrifuged-based enrichment method and Giemsa staining were per­formed on blood samples with various degrees of spirochetemia. Results: The flaB-PCR and nested rrs-PCR turned positive with various degrees of spirochetemia including the blood samples that turned negative with dark-field microscopy. The GlpQ-PCR was positive as far as at least one spi­ro­chete was seen in 5-10 microscopic fields. The sensitivity of GlpQ-PCR increased when DNA from Buffy Coat Layer (BCL was used as template. The centrifuged-based enrichment method turned positive with as low concentra­tion as 50 bacteria/ml blood, while Giemsa thick staining detected bacteria with concentrations ≥ 25000 bacteria/ml. Conclusion: Centrifuged-based enrichment method appeared as much as 500-fold more sensitive than thick smears, which makes it even superior to some PCR assays. Due to simplicity and minimal laboratory requirements, this method can be considered a valuable tool for diagnosis of RF in rural health centers.

  17. Comparison of PCR-Based Diagnosis with Centrifuged-Based Enrichment Method for Detection of Borrelia persica in Animal Blood Samples

    Directory of Open Access Journals (Sweden)

    SR Naddaf

    2011-06-01

    Background: The mainstay of diagnosis of relapsing fever (RF is demonstration of the spirochetes in Giemsa-stained thick blood smears, but during non fever periods the bacteria are very scanty and rarely detected in blood smears by mi­cros­copy. This study is aimed to evaluate the sensitivity of different methods developed for detection of low-grade spi­ro­chetemia. Methods: Animal blood samples with low degrees of spirochetemia were tested with two PCRs and a nested PCR tar­get­ing flaB, GlpQ, and rrs genes. Also, a centrifuged-based enrichment method and Giemsa staining were per­formed on blood samples with various degrees of spirochetemia. Results: The flaB-PCR and nested rrs-PCR turned positive with various degrees of spirochetemia including the blood samples that turned negative with dark-field microscopy. The GlpQ-PCR was positive as far as at least one spi­ro­chete was seen in 5-10 microscopic fields. The sensitivity of GlpQ-PCR increased when DNA from Buffy Coat Layer (BCL was used as template. The centrifuged-based enrichment method turned positive with as low concentra­tion as 50 bacteria/ml blood, while Giemsa thick staining detected bacteria with concentrations ≥ 25000 bacteria/ml.  Conclusion: Centrifuged-based enrichment method appeared as much as 500-fold more sensitive than thick smears, which makes it even superior to some PCR assays. Due to simplicity and minimal laboratory requirements, this method can be considered a valuable tool for diagnosis of RF in rural health centers.  

  18. DNA typing of ancient parasite eggs from environmental samples identifies human and animal worm infections in Viking-age settlement.

    Science.gov (United States)

    Søe, Martin Jensen; Nejsum, Peter; Fredensborg, Brian Lund; Kapel, Christian Moliin Outzen

    2015-02-01

    Ancient parasite eggs were recovered from environmental samples collected at a Viking-age settlement in Viborg, Denmark, dated 1018-1030 A.D. Morphological examination identified Ascaris sp., Trichuris sp., and Fasciola sp. eggs, but size and shape did not allow species identification. By carefully selecting genetic markers, PCR amplification and sequencing of ancient DNA (aDNA) isolates resulted in identification of: the human whipworm, Trichuris trichiura , using SSUrRNA sequence homology; Ascaris sp. with 100% homology to cox1 haplotype 07; and Fasciola hepatica using ITS1 sequence homology. The identification of T. trichiura eggs indicates that human fecal material is present and, hence, that the Ascaris sp. haplotype 07 was most likely a human variant in Viking-age Denmark. The location of the F. hepatica finding suggests that sheep or cattle are the most likely hosts. Further, we sequenced the Ascaris sp. 18S rRNA gene in recent isolates from humans and pigs of global distribution and show that this is not a suited marker for species-specific identification. Finally, we discuss ancient parasitism in Denmark and the implementation of aDNA analysis methods in paleoparasitological studies. We argue that when employing species-specific identification, soil samples offer excellent opportunities for studies of human parasite infections and of human and animal interactions of the past.

  19. Occurrence and distribution of Staphylococcus aureus lineages among zoo animals

    DEFF Research Database (Denmark)

    Gongora, Carmen Espinosa; Chrobak, Dorota; Moodley, Arshnee

    2012-01-01

    The current knowledge of the occurrence and diversity of Staphylococcus aureus in animals is largely biased in favour MRSA and domestic animals. In order to generate novel information on the ecology and population structure of this bacterial species in the animal kingdom, we investigated...... the occurrence and genotypic diversity of S. aureus in a range of animal species kept at the Copenhagen Zoo. We sampled 146 animals belonging to 25 mammalian species and 21 reptiles belonging to six species. A total of 59 S. aureus isolates were found in 10 of the 25 mammalian species tested. All isolates were...... MSSA belonging to fourteen spa types, including three novel spa types. MLST revealed the occurrence of seven STs. The study of the ecology of commensal S. aureus in captive wild animals revealed that ST133 has a broader host range than previously thought....

  20. Campylobacter, Salmonella, and Yersinia antibodies and pregnancy outcome in Danish women with occupational exposure to animals

    DEFF Research Database (Denmark)

    Kantsø, Bjørn; Andersen, Anne-Marie Nybo; Mølbak, Kåre

    2014-01-01

    to occupational exposure to animals in women exposed to food producing animals. METHODS: We used data and blood samples from the Danish National Birth Cohort. Serum samples collected during the first trimester from 192 pregnant women who were occupationally exposed to domestic animals and 188 randomly selected...... unexposed pregnant women were analysed for IgG, IgM, and IgA antibodies against Campylobacter, Salmonella, and Yersinia. Pregnancy outcomes of interest were identified through the Danish National Patient Register. RESULTS: Women with occupational exposure to animals had significantly higher IgG antibody...

  1. The Ramsey numbers of large cycles versus small wheels

    NARCIS (Netherlands)

    Surahmat,; Baskoro, E.T.; Broersma, H.J.

    2004-01-01

    For two given graphs G and H, the Ramsey number R(G;H) is the smallest positive integer N such that for every graph F of order N the following holds: either F contains G as a subgraph or the complement of F contains H as a subgraph. In this paper, we determine the Ramsey number R(Cn;Wm) for m = 4

  2. Graphs with not all possible path-kernels

    DEFF Research Database (Denmark)

    Aldred, Robert; Thomassen, Carsten

    2004-01-01

    The Path Partition Conjecture states that the vertices of a graph G with longest path of length c may be partitioned into two parts X and Y such that the longest path in the subgraph of G induced by X has length at most a and the longest path in the subgraph of G induced by Y has length at most b...

  3. The Ramsey Numbers of Paths Versus Fans

    NARCIS (Netherlands)

    Salman, M.; Broersma, Haitze J.; Faigle, U.; Hurink, Johann L.; Pickl, Stefan; Woeginger, Gerhard

    2003-01-01

    For two given graphs G and H, the Ramsey number R(G,H) is the smallest positive integer p such that for every graph F on p vertices the following holds: either F contains G as a subgraph or the complement of F contains H as a subgraph. In this paper, we study the Ramsey numbers R(Pn,Fm), where Pn is

  4. Heuristic algorithm for determination of local properties of scale-free networks

    CERN Document Server

    Mitrovic, M

    2006-01-01

    Complex networks are everywhere. Many phenomena in nature can be modeled as networks: - brain structures - protein-protein interaction networks - social interactions - the Internet and WWW. They can be represented in terms of nodes and edges connecting them. Important characteristics: - these networks are not random; they have a structured architecture. Structure of different networks are similar: - all have power law degree distribution (scale-free property) - despite large size there is usually relatively short path between any two nodes (small world property). Global characteristics: - degree distribution, clustering coefficient and the diameter. Local structure: - frequency of subgraphs of given type (subgraph of order k is a part of the network consisting of k nodes and edges between them). There are different types of subgraphs of the same order.

  5. Factors Influencing the Prevalence of Animal Cruelty During Adolescence.

    Science.gov (United States)

    Connor, M; Currie, C; Lawrence, A B

    2018-04-01

    Adolescents' interactions with animals are of increasing interest and their beneficial developmental outcomes are well known. However, negative interactions such as perpetrating cruelty toward animals during childhood and adolescence have been related with child abuse, domestic violence, and later interpersonal violence. Cruelty toward animals by adolescents has been reported predominately in criminal and clinical samples, and links have been made between animal cruelty and interpersonal violence. However, studies often lack a clear definition of animal cruelty and the animal involved. The present study addresses methodological shortcomings by providing a clear definition of the cruelty acts and the animals involved and the time frame within which cruelty acts have been taken place. Therefore, we investigated the prevalence of animal cruelty of 979 British adolescents (419 male, 497 female, M age = 15.1 ± 1.57 years) by means of a survey questionnaire administered in school. Animal cruelty was investigated encompassing deliberate and nondeliberate cruelty acts, a clear definition of the target animals was included and a time frame was provided. Furthermore, acceptability of animal cruelty, engaging in antisocial behavior, and family affluence were investigated. Results show high reliabilities for the measures applied. Exploratory factor analysis reveals different types of animal cruelty. Gender differences were observed for deliberate and accidental cruelty acts, with boys reporting higher levels than girls. Younger adolescents reported higher accidental cruelty acts than older ones. Acceptance of animal cruelty played a significant role in predicting animal cruelty, together with antisocial behaviors and place of living. The present study shows for the first time the importance of distinguishing between different types of animal cruelty and defining the animals involved.

  6. Co-Combustion of Animal Waste in a Commercial Waste-to-Energy BFB Boiler

    Directory of Open Access Journals (Sweden)

    Farzad Moradian

    2013-11-01

    Full Text Available Co-combustion of animal waste, in waste-to-energy boilers, is considered a method to produce both heat and power and to dispose of possibly infected animal wastes. This research conducted full-scale combustion tests to identify the impact of changed fuel composition on a fluidized-bed boiler. The impact was characterized by analyzing the deposit formation rate, deposit composition, ash composition, and emissions. Two combustion tests, denoted the reference case and animal waste case, were performed based on different fuel mixes. In the reference case, a normal solid waste fuel mix was combusted in the boiler, containing sorted industry and household waste. In the animal waste case, 20 wt% animal waste was added to the reference fuel mix. The collected samples, comprising sampling probe deposits, fuel mixes, bed ash, return sand, boiler ash, cyclone ash and filter ash, were analyzed using chemical fractionation, SEM-EDX and XRD. The results indicate decreased deposit formation due to animal waste co-combustion. SEM-EDX and chemical fractionation identified higher concentrations of P, Ca, S, and Cl in the bed materials in the animal waste case. Moreover, the risk of bed agglomeration was lower in the animal waste case and also a decreased rate of NOx and SO2 emissions were observed.

  7. Animation Augmented Reality Book Model (AAR Book Model) to Enhance Teamwork

    Science.gov (United States)

    Chujitarom, Wannaporn; Piriyasurawong, Pallop

    2017-01-01

    This study aims to synthesize an Animation Augmented Reality Book Model (AAR Book Model) to enhance teamwork and to assess the AAR Book Model to enhance teamwork. Samples are five specialists that consist of one animation specialist, two communication and information technology specialists, and two teaching model design specialists, selected by…

  8. Food animal transport: a potential source of community exposures to health hazards from industrial farming (CAFOs).

    Science.gov (United States)

    Rule, Ana M; Evans, Sean L; Silbergeld, Ellen K

    2008-01-01

    Use of antimicrobial feed additives in food animal production is associated with selection for drug resistance in bacterial pathogens, which can then be released into the environment through occupational exposures, high volume ventilation of animal houses, and land application of animal wastes. We tested the hypothesis that current methods of transporting food animals from farms to slaughterhouses may result in pathogen releases and potential exposures of persons in vehicles traveling on the same road. Air and surface samples were taken from cars driving behind poultry trucks for 17 miles. Air conditioners and fans were turned off and windows fully opened. Background and blank samples were used for quality control. Samples were analyzed for susceptible and drug-resistant strains. Results indicate an increase in the number of total aerobic bacteria including both susceptible and drug-resistant enterococci isolated from air and surface samples, and suggest that food animal transport in open crates introduces a novel route of exposure to harmful microorganisms and may disseminate these pathogens into the general environment. These findings support the need for further exposure characterization, and attention to improving methods of food animal transport, especially in highly trafficked regions of high density farming such as the Delmarva Peninsula.

  9. Factors influencing interactions in zoos: animal-keeper relationship, animal-public interactions and solitary animals groups

    Directory of Open Access Journals (Sweden)

    Giovanni Quintavalle Pastorino

    2015-07-01

    Full Text Available Interactions that animals experience can have a significant influence on their health and welfare. These interactions can occur between animals themselves, but also between animals and keepers, and animals and the public. Human and non-human animals come into contact with each other in a variety of settings, and wherever there is contact there is the opportunity for interaction to take place. Interaction with companion animals are well known, but human–animal interaction (HAR (Hosey, 2008 also occurs in the context of farms (Hemsworth and Gonyou, 1997; Hemsworth, 2003, laboratories (Chang and Hart, 2002, zoos (Kreger and Mench, 1995 and even the wild (e.g. Cassini, 2001. This project proposes a permanent monitoring scheme to record animal-human interactions and animal-animal interactions in zoos. This will be accompanied by a survey of animal personality for welfare, husbandry, breeding programs and reintroduction purposes. The pilot project is currently based on direct monitoring of animal behaviour, use of time lapse cameras and animal personality questionnaires completed by experienced keepers. The goal of this project is to create a network between zoos to explore the aforementioned interactions to produce husbandry protocols and explore personality and behavioural traits in multiple species. We present provisional data regarding polar bear (Fasano Zoosafari, Italy, Sumatran tigers, Amur tigers and Asiatic lion (ZSL London and Whipsnade zoo interactions with humans and conspecifics. This data is collected across a broad range of environmental conditions and outlines the monitoring protocols developed to collect this data. The first year data show the great adaptability of these species to ex situ environments, low or absent negative impact of visitors’ presence and the relevance of individual personality in these interactions.

  10. Investigation into the animal species contents of popular wet pet foods.

    Science.gov (United States)

    Maine, Isabella R; Atterbury, Robert; Chang, Kin-Chow

    2015-03-10

    The use of the generic term "meat and animal derivatives" in declared ingredient lists of pet foods in the European Union is virtually universal. In the wake of the 2013 "horse meat scandal" in the human food chain, we examined the presence and authenticity of animal sources (cow, chicken, pig and horse) of proteins in a range of popular wet pet foods in the United Kingdom. Seventeen leading dog and cat foods were sampled for the relative presence of DNA from each of the four animal species by quantitative real-time polymerase chain reaction. No horse DNA was detected. However, there was detection at substantial levels of unspecified animal species in most products tested. In 14 out of 17 samples, bovine, porcine and chicken DNA were found in various proportions and combinations but were not explicitly identified on the product labels. Of the 7 products with prominent headline descriptions containing the term "with beef", only 2 were found to contain more bovine DNA (>50%) than pig and chicken DNA combined. There is a need for the pet food industry to show greater transparency to customers in the disclosure of the types of animal proteins (animal species and tissue types) in their products. Full disclosure of animal contents will (a) allow more informed choices to be made on purchases which are particularly important for pets with food allergies, (b) reduce the risk of product misinterpretation by shoppers, and (c) avoid potential religious concerns.

  11. Non-terminal blood sampling techniques in Guinea pigs

    DEFF Research Database (Denmark)

    Birck, Malene Muusfeldt; Tveden-Nyborg, Pernille; Lindblad, Maiken Marie

    2014-01-01

    Guinea pigs possess several biological similarities to humans and are validated experimental animal models(1-3). However, the use of guinea pigs currently represents a relatively narrow area of research and descriptive data on specific methodology is correspondingly scarce. The anatomical features...... of guinea pigs are slightly different from other rodent models, hence modulation of sampling techniques to accommodate for species-specific differences, e.g., compared to mice and rats, are necessary to obtain sufficient and high quality samples. As both long and short term in vivo studies often require...... repeated blood sampling the choice of technique should be well considered in order to reduce stress and discomfort in the animals but also to ensure survival as well as compliance with requirements of sample size and accessibility. Venous blood samples can be obtained at a number of sites in guinea pigs e...

  12. Does size matter? Animal units and animal unit months

    Science.gov (United States)

    Lamar Smith; Joe Hicks; Scott Lusk; Mike Hemmovich; Shane Green; Sarah McCord; Mike Pellant; John Mitchell; Judith Dyess; Jim Sprinkle; Amanda Gearhart; Sherm Karl; Mike Hannemann; Ken Spaeth; Jason Karl; Matt Reeves; Dave Pyke; Jordan Spaak; Andrew Brischke; Del Despain; Matt Phillippi; Dave Weixelmann; Alan Bass; Jessie Page; Lori Metz; David Toledo; Emily Kachergis

    2017-01-01

    The concepts of animal units, animal unit months, and animal unit equivalents have long been used as standards for range management planning, estimating stocking rates, reporting actual use, assessing grazing fees, ranch appraisal, and other purposes. Increasing size of cattle on rangelands has led some to suggest that the definition of animal units and animal unit...

  13. Detection of Bacillus anthracis in the air, soil and animal tissue

    Directory of Open Access Journals (Sweden)

    Kušar D.

    2012-01-01

    Full Text Available The objective of the present work was to establish effective and rapid diagnostic methods for the detection of Bacillus anthracis, a highly virulent zoonotic pathogen, in the air, soil and animal (or human tissue samples. Liquid culture of B. anthracis was aerosolized and four air sampling procedures were employed. Detection of B. anthracis in the air samples was successful with RCS High Flow sampler (culturebased detection and when sampling through the air filter (molecular detection using SmartHelix Complex Samples DNA Extraction Kit. Liquid B. anthracis culture was also employed for spiking the homogenised bovine lymphatic gland tissue and soil samples. DNA extraction was performed using three different commercial kits for each sample type. High Pure PCR Template Preparation Kit was the most effective for DNA extraction from animal tissue samples. Detection in the soil was successful when PowerSoil DNA Isolation Kit was used. Our results indicate that B. anthracis can be monitored in different matrices by rapid molecular methods when appropriate sampling and DNA extraction procedures are employed prior to PCR assay. The selected rapid protocols can be implemented in specialized veterinary or human diagnostic laboratories with moderate costs.

  14. Dust Load on Surfaces in Animal Buildings

    DEFF Research Database (Denmark)

    Lengweiler, P.; Strøm, J. S.; Takai, H.

    To investigate the physical process of particle deposition on and resuspension from surfaces in animal buildings, a test facility and a sampling method is established. The influences of surface orientation and air turbulence and velocity just as other parameters on the dust load on a surface...

  15. [Seroprevalence of tularemia in risk groups of humans and animals in Van, eastern Turkey].

    Science.gov (United States)

    Bayram, Yasemin; Özkaçmaz, Ayşe; Parlak, Mehmet; Başbuğan, Yıldıray; Kılıç, Selçuk; Güdücüoğlu, Hüseyin

    2015-10-01

    Tularemia has become a re-emerging zoonotic disease in Turkey recently. The aims of this study were to determine the seroprevalence of tularemia in humans and their animals living in rural risky areas of our region and to investigate the risk factors. Between January and July 2012, people living in rural areas of Van province (located at eastern part of Turkey) and their domestic animals were included in the study. The sample size was determined by using cluster sampling method like in an event with known prevalence and planned as a cross-sectional epidemiological study. Proportional random sampling method was used to determine which individuals will be included in the study. Presence of tularemia antibodies in the sera of a total 495 voluntary persons (343 female, 152 male; age range: 18-79 years, mean age: 40.61) and their 171 animals (40 cattle, 124 sheep and 7 goats) were screened by microagglutination test using safranin O-stained F.tularensis antigen (Public Health Agency of Turkey). For the evaluation of cross-reactivity between Brucella spp., tularemia positive serum samples were also tested with brucella microagglutination test. Among human and animal samples, 11.9% (59/495) and 44% (76/171) yielded positive results with the titers of ≥ 1:20 in F.tularensis microagglutination test, respectively. However, 69.5% (41/59) of human sera and 78.9% (60/76) of animal sera demonstrated equal or higher titers in the brucella test, so those sera were considered as cross-reactive. After exclusion of these sera, the seroprevalence for F.tularensis were calculated as 3.6% (18/495) for humans and 9.4% (16/171) for animals. Among the 16 animals with positive results, 12 were sheep, three were cattle and one was goat. The difference between seropositivity rates among the domestic animal species was not statistically significant (p> 0.05). In addition, no statistically significant differences were found between risk factors including insect bite, tick bite, contact with

  16. Transmission of Salmonella between wildlife and meat-production animals in Denmark

    DEFF Research Database (Denmark)

    Skov, M. N.; Madsen, J. J.; Rahbek, C.

    2008-01-01

    Aims: To investigate the transmission of Salmonella spp. between production animals (pigs and cattle) and wildlife on production animal farms in Denmark. Methods and Results: In the winter and summer of 2001 and 2002, 3622 samples were collected from Salmonella-infected and noninfected herds...... of pigs and cattle and surrounding wildlife. Salmonella was detected in wildlife on farms carrying Salmonella-positive production animals and only during the periods when Salmonella was detected in the production animals. The presence of Salmonella Typhimurium in wild birds significantly correlated...... to their migration pattern and food preference. Conclusions: Salmonella was transmitted from infected herds of production animals (cattle and pigs) to wildlife that lived amongst or in close proximity to them. Significance and Impact of the Study: Salmonella in animal food products is associated with the occurrence...

  17. Learning Anime Studio

    CERN Document Server

    Troftgruben, Chad

    2014-01-01

    Anime Studio is your complete animation program to help you create 2D movies, cartoons, anime, and cut out animations. You can create your own animated shorts and use Anime Studio to produce cartoon animations for film, video, or streaming over the Web, which can be enjoyed on YouTube, Vimeo, and other popular sites. Anime Studio is great for hobbyists and professionals alike, combining tools for both illustration and animation. With Anime Studio's easy-to-use interface, you will be creating an animated masterpiece in no time. This practical, step-by-step guide will provide you with a structur

  18. Animal-Assisted Interventions in the Classroom—A Systematic Review

    Directory of Open Access Journals (Sweden)

    Victoria L. Brelsford

    2017-06-01

    Full Text Available The inclusion of animals in educational practice is becoming increasingly popular, but it is unclear how solid the evidence for this type of intervention is. The aim of this systematic review is to scrutinise the empirical research literature relating to animal-assisted interventions conducted in educational settings. The review included 25 papers; 21 from peer-reviewed journals and 4 obtained using grey literature databases. Most studies reported significant benefits of animal-assisted interventions in the school setting. Despite this, studies vary greatly in methods and design, in intervention types, measures, and sample sizes, and in the length of time exposed to an animal. Furthermore, a worrying lack of reference to risk assessment and animal welfare must be highlighted. Taken together, the results of this review show promising findings and emerging evidence suggestive of potential benefits related to animals in school settings. The review also indicates the need for a larger and more robust evidence base driven by thorough and strict protocols. The review further emphasises the need for safeguarding for all involved—welfare and safety are paramount.

  19. Spiked natural matrix materials as quality assessment samples

    International Nuclear Information System (INIS)

    Feiner, M.S.; Sanderson, C.G.

    1988-01-01

    The Environmental Measurements Laboratory has conducted the Quality Assessment Program since 1976 to evaluate the quality of the environmental radioactivity data, which is reported to the Department of Energy by as many as 42 commercial contractors involved in nuclear work. In this program, matrix materials of known radionuclide concentrations are distributed routinely to the contractors and the reported results are compared. The five matrices used are: soil, vegetation, animal tissue, water and filter paper. Environmental soil, vegetation and animal tissue are used, but the water and filter paper samples are prepared by spiking with known amounts of standard solutions traceable to the National Bureau of Standards. A summary of results is given to illustrate the successful operation of the program. Because of the difficulty and high cost of collecting large samples of natural matrix material and to increase the versatility of the program, an attempt was recently made to prepare the soil, vegetation and animal tissue samples with spiked solutions. A description of the preparation of these reference samples and the results of analyses are presented along with a discussion of the pitfalls and advantages of this approach. 19 refs.; 6 tabs

  20. Antibiotic Resistance in Animal and Environmental Samples Associated with Small-Scale Poultry Farming in Northwestern Ecuador.

    Science.gov (United States)

    Braykov, Nikolay P; Eisenberg, Joseph N S; Grossman, Marissa; Zhang, Lixin; Vasco, Karla; Cevallos, William; Muñoz, Diana; Acevedo, Andrés; Moser, Kara A; Marrs, Carl F; Foxman, Betsy; Trostle, James; Trueba, Gabriel; Levy, Karen

    2016-01-01

    The effects of animal agriculture on the spread of antibiotic resistance (AR) are cross-cutting and thus require a multidisciplinary perspective. Here we use ecological, epidemiological, and ethnographic methods to examine populations of Escherichia coli circulating in the production poultry farming environment versus the domestic environment in rural Ecuador, where small-scale poultry production employing nontherapeutic antibiotics is increasingly common. We sampled 262 "production birds" (commercially raised broiler chickens and laying hens) and 455 "household birds" (raised for domestic use) and household and coop environmental samples from 17 villages between 2010 and 2013. We analyzed data on zones of inhibition from Kirby-Bauer tests, rather than established clinical breakpoints for AR, to distinguish between populations of organisms. We saw significantly higher levels of AR in bacteria from production versus household birds; resistance to either amoxicillin-clavulanate, cephalothin, cefotaxime, and gentamicin was found in 52.8% of production bird isolates and 16% of household ones. A strain jointly resistant to the 4 drugs was exclusive to a subset of isolates from production birds (7.6%) and coop surfaces (6.5%) and was associated with a particular purchase site. The prevalence of AR in production birds declined with bird age (P resistance (AR) in E. coli isolates from small-scale poultry production environments versus domestic environments in rural Ecuador, where such backyard poultry operations have become established over the past decade. Our previous research in the region suggests that introduction of AR bacteria through travel and commerce may be an important source of AR in villages of this region. This report extends the prior analysis by examining small-scale production chicken farming as a potential source of resistant strains. Our results suggest that AR strains associated with poultry production likely originate from sources outside the study

  1. Interspecies comparison of probiotics isolated from different animals

    Directory of Open Access Journals (Sweden)

    Amr M. Abdou

    2018-02-01

    Full Text Available Aim: The aim of the current study was to isolate and identify naturally occurring probiotic Lactobacillus species in different animals with the different environmental background including fish, and farm animals to investigate interspecies differences in probiotics on the species level. Materials and Methods: A total of 44 fecal and milk samples were collected under aseptic conditions from cattle, buffalo, camel, sheep, goats, and fish. The samples were cultured, and the isolated strains were confirmed biochemically and molecularly using 16S rRNA multiplex polymerase chain reaction (PCR analysis following DNA extraction from the bacterial isolates. Results: A total of 31 isolates identified as lactobacilli were isolated from cattle milk, goat feces, sheep feces, fish feces, buffalo milk, camel milk, and goats' milk. Lactobacillus species were identified based on the size of the PCR product. The results showed that different species were different in their lactobacilli content. At the same time, there were some differences between individuals of the same species. Conclusion: The diversity of probiotic strains isolated from different animal species implies different types of benefits to the host. Although it would be both money - and time-consuming research, discovering the benefit of each of these strains may provide very important information for the health of both human and animal. Furthermore, transferring these beneficial effects either to individuals within the same species or between different species would be of great importance.

  2. The zoonotic potential of Clostridium difficile from small companion animals and their owners.

    Science.gov (United States)

    Rabold, Denise; Espelage, Werner; Abu Sin, Muna; Eckmanns, Tim; Schneeberg, Alexander; Neubauer, Heinrich; Möbius, Nadine; Hille, Katja; Wieler, Lothar H; Seyboldt, Christian; Lübke-Becker, Antina

    2018-01-01

    Clostridium difficile infections (CDI) in humans range from asymptomatic carriage to life-threatening intestinal disease. Findings on C. difficile in various animal species and an overlap in ribotypes (RTs) suggest potential zoonotic transmission. However, the impact of animals for human CDI remains unclear. In a large-scale survey we collected 1,447 fecal samples to determine the occurrence of C. difficile in small companion animals (dogs and cats) and their owners and to assess potential epidemiological links within the community. The Germany-wide survey was conducted from July 2012-August 2013. PCR ribotyping, Multilocus VNTR Analysis (MLVA) and PCR detection of toxin genes were used to characterize isolated C. difficile strains. A database was defined and logistic regression used to identify putative factors associated with fecal shedding of C. difficile. In total, 1,418 samples met the inclusion criteria. The isolation rates for small companion animals and their owners within the community were similarly low with 3.0% (25/840) and 2.9% (17/578), respectively. PCR ribotyping revealed eight and twelve different RTs in animals and humans, respectively, whereas three RTs were isolated in both, humans and animals. RT 014/0, a well-known human hospital-associated lineage, was predominantly detected in animal samples. Moreover, the potentially highly pathogenic RTs 027 and 078 were isolated from dogs. Even though, C. difficile did not occur simultaneously in animals and humans sharing the same household. The results of the epidemiological analysis of factors associated with fecal shedding of C. difficile support the hypothesis of a zoonotic potential. Molecular characterization and epidemiological analysis revealed that the zoonotic risk for C. difficile associated with dogs and cats within the community is low but cannot be excluded.

  3. Animal-Computer Interaction: Animal-Centred, Participatory, and Playful Design

    NARCIS (Netherlands)

    Pons, Patricia; Hirskyj-Douglas, Ilyena; Nijholt, Antinus; Cheok, Adrian D.; Spink, Andrew; Riedel, Gernot; Zhou, Liting; Teekens, Lisanne; Albatal, Rami; Gurrin, Cathal

    In recent years there has been growing interest in developing technology to improve animal's wellbeing and to support the interaction of animals within the digital world. The field of Animal-Computer Interaction (ACI) considers animals as the end-users of the technology being developed, orienting

  4. Methicillin-resistant Staphylococcus aureus among animals: current overview.

    Science.gov (United States)

    Aires-de-Sousa, M

    2017-06-01

    Currently, methicillin-resistant Staphylococcus aureus (MRSA) is a universal threat. After being well established in the healthcare setting, it has emerged in the community among people with no risk factors for MRSA acquisition, therefore imposing a new threat. The subsequent detection of MRSA colonizing or infecting animals as well as in food of animal origin was of major concern, revealing new reservoirs for MRSA. The major MRSA clonal lineages circulating in the different settings, i.e. in hospitals, in the community and among animals, are described here, differentiating between clones colonizing companion and food-chain animals. Particular attention is given to the widely spread livestock-associated MRSA clonal complex (CC) 398, which is mainly associated with professional exposure but may be of high pathogenicity. The recent detection of a mecA homologue, designated mecC, with a wide geographical distribution in Europe, and including a large diversity of hosts (food-chain, companion and wildlife animals and also detected in water samples) adds to the threat. Domestication as well as globalization of the livestock industry have intensified exchanges between human and animal bacteria. We report here several cases of transmission of MRSA between companion or food-chain animals and humans, as well as some MRSA clones of human origin that have adapted to new animal hosts eventually by losing useless virulence factors or acquiring new mobile genetic elements. Copyright © 2016 European Society of Clinical Microbiology and Infectious Diseases. Published by Elsevier Ltd. All rights reserved.

  5. On the choice of statistical models for estimating occurrence and extinction from animal surveys

    Science.gov (United States)

    Dorazio, R.M.

    2007-01-01

    In surveys of natural animal populations the number of animals that are present and available to be detected at a sample location is often low, resulting in few or no detections. Low detection frequencies are especially common in surveys of imperiled species; however, the choice of sampling method and protocol also may influence the size of the population that is vulnerable to detection. In these circumstances, probabilities of animal occurrence and extinction will generally be estimated more accurately if the models used in data analysis account for differences in abundance among sample locations and for the dependence between site-specific abundance and detection. Simulation experiments are used to illustrate conditions wherein these types of models can be expected to outperform alternative estimators of population site occupancy and extinction. ?? 2007 by the Ecological Society of America.

  6. Possible additional exposure to dioxin and dioxin-like compounds from waste incineration. Biomonitoring using human milk and animal samples

    Energy Technology Data Exchange (ETDEWEB)

    Sampaio, C.; M. Fatima Reis; J. Pereira Miguel [Inst. of Preventive Medicine, Univ. of Lisbon (Portugal); Murk, A. [Wageningen Univ., Dept. of Toxicology (Netherlands)

    2004-09-15

    In the ambit of an Environmental Health Survey Program relative to a MSW facility, which has been operating near to Lisbon since 1999 a biomonitoring study using human breast milk has been performed. Specific aims of this study were: (1) determine whether living in the vicinity of the incinerator increases dioxin maternal body burden and accordingly perinatal (intra-uterus and lactacional) exposure; (2) to investigate the possibility of increased human exposure to dioxins and dioxin-like compounds via locally produced food items from animal origin. Therefore, levels of dioxins and dioxin-like compounds have been determined in human milk samples collected in the vicinity of the incinerator and in a control area, for comparison. From the same areas, cow and sheep milk and eggs from free-range chickens have also been collected to get an indication of possible local additional exposure to air-borne dioxins via the food chain. Analyses of TCDD-equivalents (TEQs) were mainly performed with a reporter gene assay for dioxin-like activity, the DR-CALUX bioassay (Dioxin Responsive Chemical Activated LUciferase gene eXpression).To determine congeners profile, some human milk samples have also been analysed for PCDD/Fs and relevant dioxin-like PCBs, by using high-resolution gas chromatography and high-resolution mass spectrometry (HRGC/HRMS). Both the Ethics Committees of the Faculty of Medicine, University of Lisbon, and of the Maternity Dr. Alfredo da Costa have approved the study protocol.

  7. Childhood Animal Cruelty Methods and Their Link to Adult Interpersonal Violence

    Science.gov (United States)

    Henderson, Brandy B.; Hensley, Christopher; Tallichet, Suzanne E.

    2011-01-01

    Recent research has begun to establish a relationship between childhood acts of animal cruelty and later violence against humans. However, few studies have focused on the influence of animal cruelty methods on later interpersonal violence. In a replication of a study by Hensley and Tallichet (2009) and based on a sample of 180 inmates at medium-…

  8. RETHINKING THE ANIMATE, RE-ANIMATING THOUGHT

    Directory of Open Access Journals (Sweden)

    Tim Ingold

    2013-12-01

    Full Text Available Animism is often described as the imputation of life to inert objects. Such imputation is more typical of people in western societies who dream of finding life on other planets than of indigenous peoples to whom the label of animism has classically been applied. These peoples are united not in their beliefs but in a way of being that is alive and open to a world in continuous birth. In this animic ontology, beings do not propel themselves across a ready-made world but rather issue forth through a world-in-formation, along the lines of their relationships. To its inhabitants this weather-world, embracing both sky and earth, is a source of astonishment but not surprise. Re-animating the ‘western’ tradition of thought means recovering the sense of astonishment banished from offi cial science.

  9. Animal welfare and use of silkworm as a model animal.

    Science.gov (United States)

    Sekimizu, N; Paudel, A; Hamamoto, H

    2012-08-01

    Sacrificing model animals is required for developing effective drugs before being used in human beings. In Japan today, at least 4,210,000 mice and other mammals are sacrificed to a total of 6,140,000 per year for the purpose of medical studies. All the animals treated in Japan, including test animals, are managed under control of "Act on Welfare and Management of Animals". Under the principle of this Act, no person shall kill, injure, or inflict cruelty on animals without due cause. "Animal" addressed in the Act can be defined as a "vertebrate animal". If we can make use of invertebrate animals in testing instead of vertebrate ones, that would be a remarkable solution for the issue of animal welfare. Furthermore, there are numerous advantages of using invertebrate animal models: less space and small equipment are enough for taking care of a large number of animals and thus are cost-effective, they can be easily handled, and many biological processes and genes are conserved between mammals and invertebrates. Today, many invertebrates have been used as animal models, but silkworms have many beneficial traits compared to mammals as well as other insects. In a Genome Pharmaceutical Institute's study, we were able to achieve a lot making use of silkworms as model animals. We would like to suggest that pharmaceutical companies and institutes consider the use of the silkworm as a model animal which is efficacious both for financial value by cost cutting and ethical aspects in animals' welfare.

  10. The development of a screening questionnaire for childhood cruelty to animals.

    Science.gov (United States)

    Guymer, E C; Mellor, D; Luk, E S; Pearse, V

    2001-11-01

    Childhood cruelty to animals may be a marker of poor prognosis amongst conduct disordered children. However, other than semistructured interviews with parents or children, there are no screening instruments for this behavior. The aim of this study was to develop such an instrument. In the first phase of the study, a parent-report questionnaire, Children's Attitudes and Behaviors Towards Animals (CABTA) was designed and piloted on 360 elementary school children, enabling community norms and a factor structure for the instrument to be derived. In the second phase, the questionnaire was completed by the parents of a small sample of children (N = 17) to establish its test-retest reliability. In the third phase of the study, the CABTA was completed by the parents of 19 children who had been diagnosed with either a Disruptive Behavioral Disorder or Attention Deficit Hyperactivity Disorder, and the results were compared with the outcome of a semistructured interview with parents regarding their child's behavior toward animals. The results of the various phases of the study indicated that the CABTA consists of two factors. Typical and Malicious Cruelty to animals, and is a reliable and valid tool for detecting childhood cruelty to animals. Possible use and adaptations of the CABTA as a screening instrument in clinical and community samples are discussed.

  11. Current status of animal welfare and animal rights in China.

    Science.gov (United States)

    Lu, Jiaqi; Bayne, Kathryn; Wang, Jianfei

    2013-11-01

    In the past few years, new social passions have sparked on the Chinese mainland. At the centre of these burgeoning passions is a focus on animal welfare, animal treatment, and even animal rights, by the public and academic sectors. With China's rapid economic changes and greater access to information from around the world, societal awareness of animal issues is rising very fast. Hastening this paradigm shift were several highly public incidents involving animal cruelty, including exposés on bear bile harvesting for traditional Chinese medicine, the thousands of dogs rescued from China's meat trade, and the call to boycott shark fin soup and bird nest soup. This article outlines the current status of campaigning by animal advocates in China (specifically the animal rights movement) from three interlinked perspectives: wildlife conservation, companion animal protection, and laboratory animal protection. By reviewing this campaigning, we attempt to present not only the political and social impact of the concept of animal rights, but also the perceptions of, and challenges to, animal rights activities in China. 2013 FRAME.

  12. Environmental sampling for trace analysis

    International Nuclear Information System (INIS)

    Markert, B.

    1994-01-01

    Often too little attention is given to the sampling before and after actual instrumental measurement. This leads to errors, despite increasingly sensitive analytical systems. This is one of the first books to pay proper attention to representative sampling. It offers an overview of the most common techniques used today for taking environmental samples. The techniques are clearly presented, yield accurate and reproducible results and can be used to sample -air - water - soil and sediments - plants and animals. A comprehensive handbook, this volume provides an excellent starting point for researchers in the rapidly expanding field of environmental analysis. (orig.)

  13. Total mercury in water, sediments, and animals along the Indian Coast

    Digital Repository Service at National Institute of Oceanography (India)

    Sanzgiri, S.; Mesquita, A.; Kureishy, T.W.

    Total mercury (Hg) in water, sediments and animals along the coast of India is estimated. Water samples were collected on board of R.V. Gaveshani.The zooplankton samples were collected by Indian Ocean Standard Net and Heron Tranter nets of 500 mesh...

  14. Ovine and Caprine Brucellosis (Brucella melitensis in Aborted Animals in Jordanian Sheep and Goat Flocks

    Directory of Open Access Journals (Sweden)

    Assadullah Samadi

    2010-01-01

    Full Text Available Two hundred and fifty five biological samples were collected from 188 animals (81 sheep and 107 goats during the lambing season from September 2009 to April 2010 from the Mafraq region of Jordan. Sampled animals belonged to 93 sheep and goat flocks that had abortion cases in the region. One hundred and seven (41.9% biological samples were positive for the omp2 primers that were able to identify all Brucella species in the collected samples which were obtained from 86 aborted animals (86/188=45.7%. Using the B. melitensis insertion sequence 711 (IS711 primers on the 107 omp2 positive samples, only 61 confirmed to be positive for B. melitensis. These positive samples were obtained from 28 sheep and 33 goats. The prevalence rate of B. melitensis was 27.1% (51/188 among aborted animals. For differentiation between vaccine strain and field strain infection, polymerase chain reaction-restriction fragment length polymorphism (PCR-RFLP method using PstI endonuclease enzyme was used. Vaccination with Rev-1 in the last year (OR=2.92, CI: 1.1–7.7 and grazing at common pasture (OR=2.78, CI: 1.05–7.36 were statistically significant (P≤.05 risk factors positively associated with the occurrence of brucellosis in sheep and goat flocks.

  15. Animal investigation program 1978 annual report: Nevada Test Site and vicinity

    International Nuclear Information System (INIS)

    Smith, D.D.; Bernhardt, D.E.; Giles, K.R.

    1980-12-01

    Data are presented from the radioanalyses of tissues collected from cattle, mule deer, desert bighorn sheep, rabbits, golden eagles, and other wildlife that resided on or near the Nevada Test Site during 1978. Routine and special activities of the Animal Investigation Program are also discussed. Other than the naturally occurring Potassium-40, gamma-emitting radionuclides were detected infrequently with the exception of short-lived radionuclides found in samples from animals collected soon after March 14 (the date of a nuclear test by the People's Republic of China). Strontium-90 concentrations in bones from deer, cattle, and desert bighorn sheep were consistent with those of recent years. Tritium concentrations were generally within expected environmental limits with the exception of animals exposed to sources of contamination; e.g., drainage ponds from Area 12 tunnels. Plutonium levels in all tissues from all species showed little variation from recent years. However, cattle tissue sampled in the fall were higher than those collected in the spring. Radionuclide tissue concentrations were generally higher in the tissues of animals residing in Area 15 than in similar animals collected from other Nevada Test Site areas. Hypothetical dose estimates to man were calculated on the basis of the daily consumption of 0.5 kilogram of liver or muscle from animals that contained peak radionuclide levels. The movements of 13 mule deer outfitted with collars containing a radio transmitter unit were monitored on a weekly basis. No gross or microscopic lesions were found in necropsied animals that could be directly attributed to the effects of ionizing radiation

  16. West Nile Virus: Seroprevalence in Animals in Palestine and Israel.

    Science.gov (United States)

    Azmi, Kifaya; Tirosh-Levy, Sharon; Manasrah, Mu'taz; Mizrahi, Rotem; Nasereddin, Abed; Al-Jawabreh, Amer; Ereqat, Suheir; Abdeen, Ziad; Lustig, Yaniv; Gelman, Boris; Schvartz, Gili; Steinman, Amir

    2017-08-01

    West Nile virus (WNV) epidemiological situation in Israel and Palestine, due to their unique location, draws attention following to the global spread of West Nile fever (WNF). Although much information is available from Israel on clinical cases and prevalence of WNV, clinical cases are rarely reported in Palestine, and prevalence is not known. The objectives of this study were to determine WNV seroprevalence in various domestic animals in Palestine and to reevaluate current seroprevalence, force of infection, and risk factors for WNV exposure in horses in Israel. Sera samples were collected from 717 animals from Palestine and Israel (460 horses, 124 donkeys, 3 mules, 50 goats, 45 sheep, and 35 camels). Two hundred and ten horses were sampled twice. The level of WNV antibodies was determined using commercial Enzyme-linked Immunosorbent Assay (ELISA) Kit. Seroprevalence in equids was 73%. Seroprevalence in Israel (84.6%) was significantly higher than in Palestine (48.6%). Seroprevalence in horses (82.6%) was significantly higher than in donkeys and mules (39.3%). Multivariable statistical analysis showed that geographical area, landscape features (altitude), environmental factors (land surface temperature during the day [LSTD]), species, and age significantly influenced WNV seroprevalence. Fourteen of 95 (14.7%) sheep and goats and 14/35 camels (40%) sampled in Palestine were seropositive for WNV. Of the horses that were sampled twice, 82.8% were seropositive for WNV at the first sampling, and all remained seropositive. Three of the seronegative horses, all from Palestine, converted to positive when resampled (8.5%). The results indicate that domestic animals in Palestine were infected with WNV in the past, and the seroconversion indicates that WNV was circulating in Palestine in the summer of 2014. Control measures to prevent human infection should be implemented in Palestine. Anti WNV antibodies in domestic animals suggest that those species can be used as

  17. Seeing the animal

    DEFF Research Database (Denmark)

    Harfeld, Jes Lynning; Cornou, Cecile; Kornum, Anna

    2016-01-01

    This article discusses the notion that the invisibility of the animalness of the animal constitutes a fundamental obstacle to change within current production systems. It is discussed whether housing animals in environments that resemble natural habitats could lead to a re-animalization...... of the animals, a higher appreciation of their moral significance, and thereby higher standards of animal welfare. The basic claim is that experiencing the animals in their evolutionary and environmental context would make it harder to objectify animals as mere bioreactors and production systems. It is argued...... that the historic objectification of animals within intensive animal production can only be reversed if animals are given the chance to express themselves as they are and not as we see them through the tunnel visions of economy and quantifiable welfare assessment parameters....

  18. Fostering Kinship with Animals: Animal Portraiture in Humane Education

    Science.gov (United States)

    Kalof, Linda; Zammit-Lucia, Joe; Bell, Jessica; Granter, Gina

    2016-01-01

    Visual depictions of animals can alter human perceptions of, emotional responses to, and attitudes toward animals. Our study addressed the potential of a slideshow designed to activate emotional responses to animals to foster feelings of kinship with them. The personal meaning map measured changes in perceptions of animals. The participants were…

  19. Animal models for evaluation of oral delivery of biopharmaceuticals

    DEFF Research Database (Denmark)

    Harloff-Helleberg, Stine; Nielsen, Line Hagner; Nielsen, Hanne Mørck

    2017-01-01

    of systems for oral delivery of biopharmaceuticals may result in new treatment modalities to increase the patient compliance and reduce product cost. In the preclinical development phase, use of experimental animal models is essential for evaluation of new formulation designs. In general, the limited oral...... bioavailability of biopharmaceuticals, of just a few percent, is expected, and therefore, the animal models and the experimental settings must be chosen with utmost care. More knowledge and focus on this topic is highly needed, despite experience from the numerous studies evaluating animal models for oral drug...... delivery of small molecule drugs. This review highlights and discusses pros and cons of the most currently used animal models and settings. Additionally, it also looks into the influence of anesthetics and sampling methods for evaluation of drug delivery systems for oral delivery of biopharmaceuticals...

  20. Validation of a near infrared microscopy method for the detection of animal products in feedingstuffs: results of a collaborative study.

    Science.gov (United States)

    Boix, A; Fernández Pierna, J A; von Holst, C; Baeten, V

    2012-01-01

    The performance characteristics of a near infrared microscopy (NIRM) method, when applied to the detection of animal products in feedingstuffs, were determined via a collaborative study. The method delivers qualitative results in terms of the presence or absence of animal particles in feed and differentiates animal from vegetable feed ingredients on the basis of the evaluation of near infrared spectra obtained from individual particles present in the sample. The specificity ranged from 86% to 100%. The limit of detection obtained on the analysis of the sediment fraction, prepared as for the European official method, was 0.1% processed animal proteins (PAPs) in feed, since all laboratories correctly identified the positive samples. This limit has to be increased up to 2% for the analysis of samples which are not sedimented. The required sensitivity for the official control is therefore achieved in the analysis of the sediment fraction of the samples where the method can be applied for the detection of the presence of animal meal. Criteria for the classification of samples, when fewer than five spectra are found, as being of animal origin needs to be set up in order to harmonise the approach taken by the laboratories when applying NIRM for the detection of the presence of animal meal in feed.

  1. A Story-Based Simulation for Teaching Sampling Distributions

    Science.gov (United States)

    Turner, Stephen; Dabney, Alan R.

    2015-01-01

    Statistical inference relies heavily on the concept of sampling distributions. However, sampling distributions are difficult to teach. We present a series of short animations that are story-based, with associated assessments. We hope that our contribution can be useful as a tool to teach sampling distributions in the introductory statistics…

  2. Characterization of experimental dental research using animals

    Directory of Open Access Journals (Sweden)

    Ana Flávia Granville-Garcia

    2009-01-01

    Full Text Available Objective: To determine the profile of experimental dental research using animals. Methods: The research comprised all the 4141 abstracts existent in the books of annals from the 22nd and 23rd Annual meetings of the Brazilian Society of Dentistry Research and the sample was composed of 377 studies (9.1%. The variables analyzed were: area of knowledge, type of institution, State of the country, type of animal and body part used, occurrence of animal sacrifice, mention of the Research Ethics Committee, receipt of funding and type of financing agency. Results: The largest number of studies concentrated on the areas of Buccomaxillofacial Surgery (27.3% and Basic Sciences (21.2%. The Public Universities were responsible for 74% of the researches, and the State Institutions were outstanding (82.4%. The State of São Paulo was responsible for 74.1% of the studies. Rats (67.1% and rabbits (11.1% were the most frequently used animals, and 68.2% of the animals were sacrificed. The oral cavity was used in 50.1% of the researches and the mandible in 59%. Only 1.9% of the studies mentioned the Research Ethics Committee and 26.3% reported that they received funding. Conclusion: In Dentistry, studies involving animals are predominant in the areas of buccomaxillofacial surgery and basic sciences, with rats andrabbits being most frequently used. A significant number of guinea pigs are sacrificed during or at the end of the experiments.

  3. Emissions of Volatile Organic Compounds (VOCs) from Animal Husbandry: Chemical Compositions, Separation of Sources and Animal Types

    Science.gov (United States)

    Yuan, B.; Coggon, M.; Koss, A.; Warneke, C.; Eilerman, S. J.; Neuman, J. A.; Peischl, J.; Aikin, K. C.; Ryerson, T. B.; De Gouw, J. A.

    2016-12-01

    Concentrated animal feeding operations (CAFOs) are important sources of volatile organic compounds (VOCs) in the atmosphere. We used a hydronium ion time-of-flight chemical ionization mass spectrometer (H3O+ ToF-CIMS) to measure VOC emissions from CAFOs in the Northern Front Range of Colorado during an aircraft campaign (SONGNEX) for regional contributions and from a mobile laboratory sampling for chemical characterizations of individual animal feedlots. The main VOCs emitted from CAFOs include carboxylic acids, alcohols, carbonyls, phenolic species, sulfur- and nitrogen-containing species. Alcohols and carboxylic acids dominate VOC concentrations. Sulfur-containing and phenolic species become more important in terms of odor activity values and NO3 reactivity, respectively. The high time-resolution mobile measurements allow the separation of the sources of VOCs from different parts of the operations occurring within the facilities. We show that the increase of ethanol concentrations were primarily associated with feed storage and handling. We apply a multivariate regression analysis using NH3 and ethanol as tracers to attribute the relative importance of animal-related emissions (animal exhalation and waste) and feed-related emissions (feed storage and handling) for different VOC species. Feed storage and handling contribute significantly to emissions of alcohols, carbonyls and carboxylic acids. Phenolic species and nitrogen-containing species are predominantly associated with animals and their waste. VOC ratios can be potentially used as indicators for the separation of emissions from dairy and beef cattle from the regional aircraft measurements.

  4. An Exploratory Study of Animal-Assisted Interventions Utilized by Mental Health Professionals

    Science.gov (United States)

    O'Callaghan, Dana M.; Chandler, Cynthia K.

    2011-01-01

    This study implemented an exploratory analysis to examine how a sample of mental health professionals incorporates specific animal-assisted techniques into the therapeutic process. An extensive review of literature related to animal-assisted therapy (AAT) resulted in the identification of 18 techniques and 10 intentions for the practice of AAT in…

  5. Gaps in US Animal Welfare Law for Laboratory Animals: Perspectives From an Animal Law Attorney.

    Science.gov (United States)

    Frasch, Pamela D

    2016-05-01

    The use of animals in biomedical, toxicological, and basic research has been common practice, and a tool for scientists and researchers, for many years. And yet, serious conflict continues to exist between those who believe that the use of animals in research will yield scientific results that benefit humans and those who believe such practices are unethical regardless of use or outcome. High-profile undercover cases have further raised public awareness and have put the entire industry under pressure to be transparent, accountable, and aggressive in its adoption of reduction, refinement, and replacement (3R) principles. Many animal law attorneys are deeply frustrated by what they see as weak US laws that are unevenly enforced, especially when compared with legal advances in other countries and regions. This article (1) explores those gaps in US animal welfare laws with an emphasis on the Animal Welfare Act, (2) argues in favor of stronger laws and rigorous enforcement, and (3) suggests steps to advance these goals. These steps include (1) expanding the definition of "animal" in the Animal Welfare Act (AWA), (2) improving and expanding minimum care requirements in USDA regulations, (3) instituting mandatory reporting requirements, improving Institutional Animal Care and Use Committees, and allowing easier accessibility to laboratory reports and plans, (4) adding a citizen suit provision to the AWA, and (5) continuing education about the emotional and social capacities of animals and a stronger commitment to 3R principles. © The Author 2017. Published by Oxford University Press on behalf of the Institute for Laboratory Animal Research. All rights reserved. For permissions, please email: journals.permissions@oup.com.

  6. 1971 Animal Investigation Program. Annual report

    International Nuclear Information System (INIS)

    Smith, D.D.; Giles, K.R.

    1975-07-01

    Data are presented that were obtained from the radioanalysis of tissues collected from cattle, deer, desert bighorn sheep, and other wildlife that reside on or near the Nevada Test Site. Cesium-137 and 106 Ru were the only gamma-emitting radionuclides detected in the soft tissues of range cattle. Ruthenium-106 was detected only in the lungs of animals sampled in May. Strontium-90 levels in the cattle femurs ranged from 2 to 37 pCi/g of ash. The latter value was found in the bones of a 14-year-old cow that had lived on the Nevada Test Site her entire life. The bones of the same animal also had the highest level of 239 Pu (46 pCi/g of ash) that was reported. Analysis of her 8-month-old fetus revealed the presence of detectable levels of 239 Pu which indicates placental transfer of this radionuclide. The average 90 Sr levels in the bones from deer and desert bighorn sheep were 3.2 and 4.7 pCi/g of ash, respectively. Elevated levels of 106 Ru and 3 H were found in the tissues of two mule deer collected near the drainage ponds that collect runoff waters from mines used for nuclear testing activities. Other animals sampled included Golden eagles, feral horses, coyotes, and chukar. The 137 Cs levels in an eagle collected during 1964 varied only slightly from one collected during 1971. No gross or microscopic lesions were detected that could be attributable to the effects of ionizing radiation. (auth)

  7. Animals Alive! An Ecological Guide to Animal Activities.

    Science.gov (United States)

    Holley, Dennis

    Animals Alive! is designed to help teachers develop an inquiry-oriented program for studying the animal kingdom in which, whenever possible, live animals are collected locally, studied, observed, and then released completely unharmed back into their natural habitats. By careful selection and modification of the chapter questions, activities, and…

  8. Cigarette smoke-exposed saliva suppresses cellular and humoral immune responses in an animal model

    International Nuclear Information System (INIS)

    Jafarzadeh, A.; Bakhshi, H.; Rezayati, M.T.; Nemati, M.

    2009-01-01

    To evaluate the effects of cigarette smoke (CS)-exposed saliva on cellular and antibody responses in an animal model. The stimulatory and non-stimulatory saliva samples were collected from 10 healthy subjects and were then exposed to CS for 20 or 80 minutes. The CS-exposed saliva samples were administrated intraperitoneally (i.p) to male Balb/c mice. Then the delayed type hypersensitivity (DTH) and antibody responses to sheep red blood cell (SRBC) was assessed. Moreover, the total white blood cells (WBC) counts and the blood lymphocytes counts were determined. The mean of DTH responses of animal groups received 20 minutes or 80 minutes CS-exposed saliva samples was significantly lower than that observed in control group. Moreover, The mean titer of anti-SRBC antibody was significantly lower in animal groups who received 80 minutes CS-exposed stimulatory or non-stimulatory saliva as compared to control group (P<0.04 and P<0.002, respectively). The mean counts of blood lymphocytes in 80 minutes CS exposed-stimulatory saliva group was also significantly lower as compared to control group (P<0.05). These results show that the CS-exposed saliva samples have profound suppressive effects on both cellular and humoral immune response in a mouse animal model (JPMA 59:760; 2009). (author)

  9. Phenotypic and Molecular Characterisation of Extended-Spectrum Beta-Lactamase Producing Escherichia coli Obtained from Animal Fecal Samples in Ado Ekiti, Nigeria

    Directory of Open Access Journals (Sweden)

    Olugbenga Adekunle Olowe

    2015-01-01

    Full Text Available Production of extended-spectrum β-lactamases (ESBLs producing E. coli in animals and different methods of identifications from Ado Ekiti, Ekiti State, Nigeria, were investigated. Three hundred and fifty fecal samples, collected from apparently healthy cattle and pigs, were cultured and identified following standard procedures. ESBL phenotypic detection was carried out using combination disc test, double disc synergism test, and ESBL brilliance agar screening. Molecular detection of TEM, SHV, and CTX-M genes was carried out using standard molecular method. One hundred and fourteen E. coli isolates were recovered from the 350 samples processed, out of which 72 (63.2% isolates were positive for ESBLs with multiple resistance to the antibiotics used. Eighty-one (71% isolates were positive for ESBL by combination disc test, 90 (78.9% were positive for double disc synergism test, and 93 (81.6% were positive for ESBL brilliance agar. TEM and CTX-M genes were detected in 48 (42.1% and 51 (44.7% isolates, respectively. SHV gene was not detected in any of the isolates while TEM and CTX-M were detected in 33 (28.9% isolates. This study showed high resistance of E. coli to antibiotics, particularly to the third generation cephalosporins. Regular monitoring and regulated use of antibiotics in livestock should be encouraged.

  10. Evaluation of PCDD/Fs characterization in animal feed and feed additives.

    Science.gov (United States)

    Kim, MeeKyung; Kim, Sooyeon; Yun, Seon Jong; Kwon, Jin-Wook; Son, Seong-Wan

    2007-09-01

    Safety control of feed and feed additives is necessary to have safe food of animal origin. Based on media reports, nine incidents regarding dioxins and/or PCBs contaminations occurred worldwide during the last decade. Korea is a country which imports feed and feed additives. In this study, various kinds of feed and feed additives were analyzed to monitor the contamination level of dioxins. The level of PCDD/Fs in fish oil was the highest with a concentration of 23.33ngkg(-1), which is equivalent to a toxicological concentration of 4.68ngWHO-TEQ/kg. Feed from animals origin such as chicken meal, animal fat, fish meal, fish oil, and shell powder showed relatively higher concentrations of PCDD/Fs. Feed from plants origin, minerals, and additives ranged from non-detects for bit pulp and ethoxyquin to 8.28ngkg(-1) for dl-methionine. From a toxicological point of view, the highest concentration in vitamins was 0.08ngWHO-TEQ/kg among the feed additives. 2,3,4,7,8-PeCDF was the dominant congener in samples of fish oil, fish meal, and shell powder. Animal fat showed that the pattern of PCDD/Fs depends on the sources of contamination. A sample of animal fat showed 1,2,3,4,7,8-HxCDF and the other sample showed 1,2,3,4,7,8-HxCDD as a primary congener. Generally, low levels of PCDDs were detected in feed additives. Patterns of PCDD/Fs in choline chloride were different with that in choline chloride from an incident in Europe in 2000.

  11. A note on Ramsey numbers for fans

    NARCIS (Netherlands)

    Zhang, Yanbo; Broersma, Haitze J.; Chen, Yaojun

    For two given graphs G1 and G2, the Ramsey number R(G1,G2) is the smallest integer N such that, for any graph G of order N, either G contains G1 as a subgraph or the complement of G contains G2 as a subgraph. A fan Fl is l triangles sharing exactly one vertex. In this note, it is shown that R(Fn,

  12. Concepts of animal welfare in relation to positions in animal ethics.

    Science.gov (United States)

    Schmidt, Kirsten

    2011-06-01

    When animal ethicists deal with welfare they seem to face a dilemma: On the one hand, they recognize the necessity of welfare concepts for their ethical approaches. On the other hand, many animal ethicists do not want to be considered reformist welfarists. Moreover, animal welfare scientists may feel pressed by moral demands for a fundamental change in our attitude towards animals. The analysis of this conflict from the perspective of animal ethics shows that animal welfare science and animal ethics highly depend on each other. Welfare concepts are indispensable in the whole field of animal ethics. Evidence for this can be found by analyzing the structure of theories of animal ethics and the different ways in which these theories employ welfare concepts. Furthermore, the background of values underneath every welfare theory is essential to pursue animal welfare science. Animal ethics can make important contributions to the clarification of underlying normative assumptions with regard to the value of the animal, with regard to ideas about what is valuable for the animal, and with regard to the actions that should follow from the results of animal welfare science.

  13. [Alternatives to animal experimentation v.s. animal rights terrorism].

    Science.gov (United States)

    Kurosawa, Tsutomu Miki

    2008-05-01

    Systematic modern animal experimentation was established by Bernard Claude who wrote "An Introduction to the Study of Experimental Medicine" in 1865. At this point, the public was already asking that the pain and distress of experimental animals be reduced. For this, scientists, William Russell and Rex Burch in 1959 proposed the principles of alternatives to animal experimentation, the "3Rs". Since that time, animal welfare advocates have promoted the 3Rs concept in biomedical research communities. However, cruel animal experiments have continued and there are reports of radical extremists showing their opposition by invasion, arson, theft and even bombing of institutions involved, resulting in killing of the animals. SHAC, one extremist group believed to be animal welfare activitists was recognized as a terrorist group after the 9.11 tragedy in USA and the government viewed their activities very seriously. In 2001, British animal extremists invaded Japanese universities and stole laboratory resources; one individual was arrested and sentenced to prison for three years; Japanese who assisted in the incident were arrested and one was sentenced for one year. In 2006, SHAC USA members were prosecuted and sentenced for up to 6 years for their terrorism activities including arson. We need to consider the background of these activities which are financially supported by animal welfare advocates. The way we, as scientists who conduct such experiments can respond is by promoting alternatives to this experimentation. In Japan, the animal welfare law was revised in 2005 stressing the importance of 3Rs in scientific activities with animals. The promotion of 3Rs should be strengthened in the pharmaceutical community.

  14. [Animal Health Law-- the National Animal Health Act and the European Animal Health Law].

    Science.gov (United States)

    Bätza, Hans-Joachim; Mettenleiter, Thomas

    2013-01-01

    The Animal Health Act that replaces the Animal Disease Act, which is currently in force, creates a regulatory framework in order to not only, as has been the case so far, control animal diseases that had already broken out, but in order to already prevent in advance possible outbreaks of animal diseases by means of preventive measures. The instruments to this effect are described here. At European level, too, the idea of prevention is set to play a greater role in the future, with the draft EU legal instrument on animal health, that has to date only been discussed at Commission level, also contributing to a simplification and easier implementation by the persons subject to law by harmonising the currently fragmented Community law. It remains to be seen when the deliberations in the Council and European Parliament will begin.

  15. COMADRE: a global data base of animal demography.

    Science.gov (United States)

    Salguero-Gómez, Roberto; Jones, Owen R; Archer, C Ruth; Bein, Christoph; de Buhr, Hendrik; Farack, Claudia; Gottschalk, Fränce; Hartmann, Alexander; Henning, Anne; Hoppe, Gabriel; Römer, Gesa; Ruoff, Tara; Sommer, Veronika; Wille, Julia; Voigt, Jakob; Zeh, Stefan; Vieregg, Dirk; Buckley, Yvonne M; Che-Castaldo, Judy; Hodgson, David; Scheuerlein, Alexander; Caswell, Hal; Vaupel, James W

    2016-03-01

    its integration with other online resources, we encourage animal ecologists to tackle global ecological and evolutionary questions with unprecedented sample size. © 2016 The Authors. Journal of Animal Ecology published by John Wiley & Sons Ltd on behalf of British Ecological Society.

  16. Adapting Animal-Assisted Therapy Trials to Prison-Based Animal Programs.

    Science.gov (United States)

    Allison, Molly; Ramaswamy, Megha

    2016-09-01

    Prison-based animal programs have shown promise when it comes to increased sociability, responsibility, and levels of patience for inmates who participate in these programs. Yet there remains a dearth of scientific research that demonstrates the impact of prison-based animal programs on inmates' physical and mental health. Trials of animal-assisted therapy interventions, a form of human-animal interaction therapy most often used with populations affected by depression/anxiety, mental illness, and trauma, may provide models of how prison-based animal program research can have widespread implementation in jail and prison settings, whose populations have high rates of mental health problems. This paper reviews the components of prison-based animal programs most commonly practiced in prisons today, presents five animal-assisted therapy case studies, evaluates them based on their adaptability to prison-based animal programs, and discusses the institutional constraints that act as barriers for rigorous prison-based animal program research implementation. This paper can serve to inform the development of a research approach to animal-assisted therapy that nurses and other public health researchers can use in working with correctional populations. © 2016 Wiley Periodicals, Inc.

  17. Animated Reconstruction of Forensic Animation

    OpenAIRE

    Hala, Albert; Unver, Ertu

    1998-01-01

    An animated accident display in court can be significant evidentiary tool. Computer graphics animation reconstructions which can be shown in court are cost effective, save valuable time and illustrate complex and technical issues, are realistic and can prove or disprove arguments or theories with reference to the perplexing newtonian physics involved in many accidents: this technology may well revolutionise accident reconstruction, thus enabling prosecution and defence to be more effective in...

  18. Development and Validation of a Scale to Assess Students' Attitude towards Animal Welfare

    Science.gov (United States)

    Mazas, Beatriz; Rosario Fernández Manzanal, Mª; Zarza, Francisco Javier; Adolfo María, Gustavo

    2013-07-01

    This work presents the development of a scale of attitudes of secondary-school and university students towards animal welfare. A questionnaire was drawn up following a Likert-type scale attitude assessment model. Four components or factors, which globally measure animal welfare, are proposed to define the object of the attitude. The components are animal abuse for pleasure or due to ignorance (C1), leisure with animals (C2), farm animals (C3) and animal abandonment (C4). The final version of the questionnaire contains 29 items that are evenly distributed among the four components indicated, guaranteeing that each component is one-dimensional. A sample of 329 students was used to validate the scale. These students were aged between 11 and 25, and were from secondary schools in Aragon and the University in Zaragoza (Aragon's main and largest city, located in NE Spain). The scale shows good internal reliability, with a Cronbach's alpha value of 0.74. The questionnaire was later given to 1,007 students of similar levels and ages to the sample used in the validation, the results of which are presented in this study. The most relevant results show significant differences in gender and level of education in some of the components of the scale, observing that women and university students rate animal welfare more highly.

  19. Isolation of obligate anaerobic bacteria from ulcerative keratitis in domestic animals.

    Science.gov (United States)

    Ledbetter, Eric C; Scarlett, Janet M

    2008-01-01

    To determine the frequency of obligate anaerobic bacterial isolation from corneal samples of domestic animals with ulcerative keratitis and to characterize the historical, clinical, cytological, and microbiological features of culture-positive cases. Three hundred and thirty domestic animals with ulcerative keratitis. Anaerobic bacteriologic culture and Gram stain were performed on corneal samples from consecutive animals examined with suspect septic ulcerative keratitis. Additional corneal diagnostics included: aerobic bacteriologic culture for all species; fungal culture for ungulates; Mycoplasma culture and virus isolation or feline herpesvirus-1 (FHV-1) polymerase chain reaction (PCR) for cats. Historical, clinical, and cytological findings were correlated with microbiologic data. Anaerobic bacteria were isolated from 13.0% of corneal samples (dogs: 14.0%; horses: 12.9%; cats: 7.9%; alpacas: 18.8%). The most frequent isolates were Clostridium, Peptostreptococcus, Actinomyces, Fusobacterium, and Bacteroides species. The majority of these infections were mixed anaerobic and aerobic bacteria, unless antimicrobial therapy had been administered prior to presentation. The clinical appearance of anaerobic bacterial culture-positive cases was highly variable. Ocular trauma, pre-existing corneal disease, previous corneal surgery, and chronic dermatological disease were significantly (P anaerobic cultures in one or more species. The results of the present study demonstrate that obligate anaerobic bacteria are present within the intralesional flora of ulcerative keratitis in domestic animals. In most species evaluated, these bacteria were identified infrequently. Anaerobic bacterial infection of the cornea most frequently occurs in association with other ocular pathogens and previous corneal abnormalities.

  20. Linking animals aloft with the terrestrial landscape

    Science.gov (United States)

    Buler, Jeffrey J.; Barrow, Wylie; Boone, Matthew; Dawson, Deanna K.; Diehl, Robert H.; Moore, Frank R.; Randall, Lori A.; Schreckengost, Timothy; Smolinsky, Jaclyn A.

    2018-01-01

    Despite using the aerosphere for many facets of their life, most flying animals (i.e., birds, bats, some insects) are still bound to terrestrial habitats for resting, feeding, and reproduction. Comprehensive broad-scale observations by weather surveillance radars of animals as they leave terrestrial habitats for migration or feeding flights can be used to map their terrestrial distributions either as point locations (e.g., communal roosts) or as continuous surface layers (e.g., animal densities in habitats across a landscape). We discuss some of the technical challenges to reducing measurement biases related to how radars sample the aerosphere and the flight behavior of animals. We highlight a recently developed methodological approach that precisely and quantitatively links the horizontal spatial structure of birds aloft to their terrestrial distributions and provides novel insights into avian ecology and conservation across broad landscapes. Specifically, we present case studies that (1) elucidate how migrating birds contend with crossing ecological barriers and extreme weather events, (2) identify important stopover areas and habitat use patterns of birds along their migration routes, and (3) assess waterfowl response to wetland habitat management and restoration. These studies aid our understanding of how anthropogenic modification of the terrestrial landscape (e.g., urbanization, habitat management), natural geographic features, and weather (e.g., hurricanes) can affect the terrestrial distributions of flying animals.

  1. [Techniques and possibilities of traceability of food: genotyping of the domestic animal population as an innovative contribution to food safety].

    Science.gov (United States)

    Brem, G

    2004-07-01

    Traceability of meat has become a very important aspect of quality assurance of food. DNA analyses could be used for identification and verification of farm animals and animal derived products. A prerequisite is the collection of qualified samples from entire populations of production animals or from regionally or specially characterised animal populations. The expenditure for conventional carrying out collection, preservation, cataloguing, and storage would be enormous. Therefore we have developed a simple, reliable, and inexpensive method for the collection using the ear tagging process and for preservation of samples at room temperature. A similar collection technology can also be used for sampling of carcasses, meat and meat products. Isolation of DNA from these tissue samples can be preformed using a new single step technology. For identifying individuals microsatellites and single nucleotide polymorphisms are analysed. Comparison of DNA fingerprints or SNP signatures allows to traceback samples collected from products to the animals they are coming from. If the system will be established on a nationwide basis the total costs would be less than 0.05 EUR per kilogram meat sold.

  2. Spatial scan statistics to assess sampling strategy of antimicrobial resistance monitoring programme

    DEFF Research Database (Denmark)

    Vieira, Antonio; Houe, Hans; Wegener, Henrik Caspar

    2009-01-01

    Pie collection and analysis of data on antimicrobial resistance in human and animal Populations are important for establishing a baseline of the occurrence of resistance and for determining trends over time. In animals, targeted monitoring with a stratified sampling plan is normally used. However...... sampled by the Danish Integrated Antimicrobial Resistance Monitoring and Research Programme (DANMAP), by identifying spatial Clusters of samples and detecting areas with significantly high or low sampling rates. These analyses were performed for each year and for the total 5-year study period for all...... by an antimicrobial monitoring program....

  3. Does the Animal Welfare Act apply to free-ranging animals?

    Science.gov (United States)

    Mulcahy, Daniel M.

    2003-01-01

    Despite the long-standing role that institutional animal care and use committees (IACUCs) have played in reviewing and approving studies at academic institutions, compliance with the Animal Welfare Act (AWA) is not always complete for government natural resource agencies that use free-ranging animals in research and management studies. Even at universities, IACUCs face uncertainties about what activities are covered and about how to judge proposed research on free-ranging animals. One reason for much of the confusion is the AWA vaguely worded exemption for "field studies." In particular, fish are problematic because of the AWA exclusion of poikilothermic animals. However, most university IACUCs review studies on all animals, and the Interagency Research Animal Committee (IRAC) has published the "IRAC Principles," which extend coverage to all vertebrates used by federal researchers. Despite this extended coverage, many scientists working on wild animals continue to view compliance with the AWA with little enthusiasm. IACUCs, IACUC veterinarians, wildlife veterinarians, and fish and wildlife biologists must learn to work together to comply with the law and to protect the privilege of using free-ranging animals in research.

  4. Life sciences research in space: The requirement for animal models

    Science.gov (United States)

    Fuller, C. A.; Philips, R. W.; Ballard, R. W.

    1987-01-01

    Use of animals in NASA space programs is reviewed. Animals are needed because life science experimentation frequently requires long-term controlled exposure to environments, statistical validation, invasive instrumentation or biological tissue sampling, tissue destruction, exposure to dangerous or unknown agents, or sacrifice of the subject. The availability and use of human subjects inflight is complicated by the multiple needs and demands upon crew time. Because only living organisms can sense, integrate and respond to the environment around them, the sole use of tissue culture and computer models is insufficient for understanding the influence of the space environment on intact organisms. Equipment for spaceborne experiments with animals is described.

  5. Juvenile animal cruelty and firesetting behaviour.

    Science.gov (United States)

    Baglivio, Michael T; Wolff, Kevin T; DeLisi, Matt; Vaughn, Michael G; Piquero, Alex R

    2017-12-01

    There is a view that young people presenting with an animal cruelty and firesetting combination represent a uniquely risky group, but prior work has relied on samples with insufficient power. What is the prevalence of the co-occurrence of animal cruelty and firesetting behaviour among young delinquents? What other features correlate with this? We measured the prevalence of animal cruelty and firesetting among 292,649 juvenile offenders and used rare events logistic regression to examine demographic, criminal, mental health and family histories as correlates. The prevalence of animal cruelty was 0.59%, accounting for 1732 young people, and of firesetting 1.56% (n = 4553). The co-occurrence of these behaviours was rare: 0.17% (n = 498), but approximately twice that expected by chance based on the prevalence of each behaviour individually (0.59% × 1.56% = 0.009%). Rates were higher in males, older youths and Whites. Among historical variables, criminal history was the strongest correlate, followed by mental health problems, then familial and individual indicators. As only male gender and being a victim of sexual abuse increased the odds of evidencing both animal cruelty and firesetting behaviour substantially above the odds for each behaviour individually, there thus appears to be little that is unique to the co-occurrence. Our findings suggest that sensitivity to the occurrence of each is the best way forward, with rather familiar assessments and interventions offering some hope of reducing these seriously damaging behaviours. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  6. Animal Bodies, Colonial Subjects: (ReLocating Animality in Decolonial Thought

    Directory of Open Access Journals (Sweden)

    Billy-Ray Belcourt

    2014-12-01

    Full Text Available In this paper, I argue that animal domestication, speciesism, and other modern human-animal interactions in North America are possible because of and through the erasure of Indigenous bodies and the emptying of Indigenous lands for settler-colonial expansion. That is, we cannot address animal oppression or talk about animal liberation without naming and subsequently dismantling settler colonialism and white supremacy as political machinations that require the simultaneous exploitation and/or erasure of animal and Indigenous bodies. I begin by re-framing animality as a politics of space to suggest that animal bodies are made intelligible in the settler imagination on stolen, colonized, and re-settled Indigenous lands. Thinking through Andrea Smith’s logics of white supremacy, I then re-center anthropocentrism as a racialized and speciesist site of settler coloniality to re-orient decolonial thought toward animality. To critique the ways in which Indigenous bodies and epistemologies are at stake in neoliberal re-figurings of animals as settler citizens, I reject the colonial politics of recognition developed in Sue Donaldson and Will Kymlicka’s recent monograph, Zoopolis: A Political Theory of Animal Rights (Oxford University Press 2011 because it militarizes settler-colonial infrastructures of subjecthood and governmentality. I then propose a decolonized animal ethic that finds legitimacy in Indigenous cosmologies to argue that decolonization can only be reified through a totalizing disruption of those power apparatuses (i.e., settler colonialism, anthropocentrism, white supremacy, and neoliberal pluralism that lend the settler state sovereignty, normalcy, and futurity insofar as animality is a settler-colonial particularity.

  7. Adult-Perpetrated Animal Abuse: A Systematic Literature Review.

    Science.gov (United States)

    Alleyne, Emma; Parfitt, Charlotte

    2017-01-01

    Adults perpetrate the majority of animal abuse incidents yet clinicians are left with very little evidence base to advance/enhance their practice. The purpose of this systematic review is to synthesize and evaluate the current literature on adult-perpetrated animal abuse and to identify the etiological factors related to this type of offending. Twenty-three studies met the specific inclusion criteria but most importantly, they examined the characteristics of adult perpetrators of animal abuse. The findings from this review were demarcated by sample type: (1) Participants were the perpetrators of the animal abuse or held offense-supportive attitudes and (2) participants were victims of intimate partner violence reporting incidents of animal abuse perpetrated by their partner. From the perpetrator perspective, there were key developmental (i.e., maladaptive parenting strategies), behavioral (such as varied offending behaviors), and psychological (e.g., callousness, empathy deficits) factors highlighted in the literature. Finally, in the context of intimate partner violence, findings indicated that perpetrators abuse animals to control, coerce, intimidate, and/or manipulate their victims (this effect is moderated by the victims' emotional attachment to their pet). This review inherently underlines treatment targets that could achieve greater clinical gains, but we also conclude that more empirical and theoretical work is needed in order to set an agenda that prioritizes future research and effective practice.

  8. Uniform coverings of 2-paths with 4-cycles

    Directory of Open Access Journals (Sweden)

    Midori Kobayashi

    2015-07-01

    Full Text Available Let G be a graph [a digraph] and H be a subgraph of G. A D(G,H,λ design is a multiset D of subgraphs of G each isomorphic to H so that every 2-path [directed 2-path] of G lies in exactly λ subgraphs in D. In this paper, we show that there exists a D(Kn,n,C4,λ design if and only if (i n is even, or (ii n is odd and λ is even. We also show that there exists a D(Kn,n∗,C⃗4,λ design for every n and λ, where Kn,n and Kn,n∗ are the complete bipartite graph and the complete bipartite digraph, respectively; C4 and C⃗4 are a 4-cycle and a directed 4-cycle, respectively.

  9. Epidemics in networks: a master equation approach

    International Nuclear Information System (INIS)

    Cotacallapa, M; Hase, M O

    2016-01-01

    A problem closely related to epidemiology, where a subgraph of ‘infected’ links is defined inside a larger network, is investigated. This subgraph is generated from the underlying network by a random variable, which decides whether a link is able to propagate a disease/information. The relaxation timescale of this random variable is examined in both annealed and quenched limits, and the effectiveness of propagation of disease/information is analyzed. The dynamics of the model is governed by a master equation and two types of underlying network are considered: one is scale-free and the other has exponential degree distribution. We have shown that the relaxation timescale of the contagion variable has a major influence on the topology of the subgraph of infected links, which determines the efficiency of spreading of disease/information over the network. (paper)

  10. Epidemics in networks: a master equation approach

    Science.gov (United States)

    Cotacallapa, M.; Hase, M. O.

    2016-02-01

    A problem closely related to epidemiology, where a subgraph of ‘infected’ links is defined inside a larger network, is investigated. This subgraph is generated from the underlying network by a random variable, which decides whether a link is able to propagate a disease/information. The relaxation timescale of this random variable is examined in both annealed and quenched limits, and the effectiveness of propagation of disease/information is analyzed. The dynamics of the model is governed by a master equation and two types of underlying network are considered: one is scale-free and the other has exponential degree distribution. We have shown that the relaxation timescale of the contagion variable has a major influence on the topology of the subgraph of infected links, which determines the efficiency of spreading of disease/information over the network.

  11. Animal subjectivity : a study into philosophy and theory of animal experience

    NARCIS (Netherlands)

    Lijmbach, S.

    1998-01-01

    For many people, laypeople as well as animal scientists and philosophers, animal welfare involves animal feelings. Scientifically, however, animal feelings are problematic. In the concluding remarks of a conference about the welfare of domestic animals in 1994, for example, two questions

  12. animation : An R Package for Creating Animations and Demonstrating Statistical Methods

    Directory of Open Access Journals (Sweden)

    Yihui Xie

    2013-04-01

    Full Text Available Animated graphs that demonstrate statistical ideas and methods can both attract interest and assist understanding. In this paper we first discuss how animations can be related to some statistical topics such as iterative algorithms, random simulations, (resampling methods and dynamic trends, then we describe the approaches that may be used to create animations, and give an overview to the R package animation, including its design, usage and the statistical topics in the package. With the animation package, we can export the animations produced by R into a variety of formats, such as a web page, a GIF animation, a Flash movie, a PDF document, or an MP4/AVI video, so that users can publish the animations fairly easily. The design of this package is flexible enough to be readily incorporated into web applications, e.g., we can generate animations online with Rweb, which means we do not even need R to be installed locally to create animations. We will show examples of the use of animations in teaching statistics and in the presentation of statistical reports using Sweave or knitr. In fact, this paper itself was written with the knitr and animation package, and the animations are embedded in the PDF document, so that readers can watch the animations in real time when they read the paper (the Adobe Reader is required.Animations can add insight and interest to traditional static approaches to teaching statistics and reporting, making statistics a more interesting and appealing subject.

  13. Animal models

    DEFF Research Database (Denmark)

    Gøtze, Jens Peter; Krentz, Andrew

    2014-01-01

    In this issue of Cardiovascular Endocrinology, we are proud to present a broad and dedicated spectrum of reviews on animal models in cardiovascular disease. The reviews cover most aspects of animal models in science from basic differences and similarities between small animals and the human...

  14. AnimalCatcher: a digital camera to capture various reactions of animals

    OpenAIRE

    Tsukada, Koji; Oki, Maho; Kurihara, Kazutaka; Furudate, Yuko

    2015-01-01

    People often have difficulty to take pictures of animals, since animals usually do not react with cameras nor understand verbal directions. To solve this problem, we developed a new interaction technique, AnimalCatcher, which can attract animals' attention easily. The AnimalCatcher shoots various sounds using directional speaker to capture various reactions of animals. This paper describes concepts, implementation, and example pictures taken in a zoo.

  15. Fermentation of mucin by bifidobacteria from rectal samples of humans and rectal and intestinal samples of animals

    Czech Academy of Sciences Publication Activity Database

    Killer, Jiří; Marounek, Milan

    2011-01-01

    Roč. 56, č. 2 (2011), s. 85-89 ISSN 0015-5632 Institutional research plan: CEZ:AV0Z50450515 Keywords : mucin * bifidobacteria * rectal samples Subject RIV: EE - Microbiology, Virology Impact factor: 0.677, year: 2011

  16. 18S Ribosomal RNA Evaluation as Preanalytical Quality Control for Animal DNA

    Directory of Open Access Journals (Sweden)

    Cory Ann Leonard

    2016-01-01

    Full Text Available The 18S ribosomal RNA (rRNA gene is present in all eukaryotic cells. In this study, we evaluated the use of this gene to verify the presence of PCR-amplifiable host (animal DNA as an indicator of sufficient sample quality for quantitative real-time PCR (qPCR analysis. We compared (i samples from various animal species, tissues, and sample types, including swabs; (ii multiple DNA extraction methods; and (iii both fresh and formalin-fixed paraffin-embedded (FFPE samples. Results showed that 18S ribosomal RNA gene amplification was possible from all tissue samples evaluated, including avian, reptile, and FFPE samples and most swab samples. A single swine rectal swab, which showed sufficient DNA quantity and the demonstrated lack of PCR inhibitors, nonetheless was negative by 18S qPCR. Such a sample specifically illustrates the improvement of determination of sample integrity afforded by inclusion of 18S rRNA gene qPCR analysis in addition to spectrophotometric analysis and the use of internal controls for PCR inhibition. Other possible applications for the described 18S rRNA qPCR are preselection of optimal tissue specimens for studies or preliminary screening of archived samples prior to acceptance for biobanking projects.

  17. Animal experimentation.

    Science.gov (United States)

    Kolar, Roman

    2006-01-01

    Millions of animals are used every year in often times extremely painful and distressing scientific procedures. Legislation of animal experimentation in modern societies is based on the supposition that this is ethically acceptable when certain more or less defined formal (e.g. logistical, technical) demands and ethical principles are met. The main parameters in this context correspond to the "3Rs" concept as defined by Russel and Burch in 1959, i.e. that all efforts to replace, reduce and refine experiments must be undertaken. The licensing of animal experiments normally requires an ethical evaluation process, often times undertaken by ethics committees. The serious problems in putting this idea into practice include inter alia unclear conditions and standards for ethical decisions, insufficient management of experiments undertaken for specific (e.g. regulatory) purposes, and conflicts of interest of ethics committees' members. There is an ongoing societal debate about ethical issues of animal use in science. Existing EU legislation on animal experimentation for cosmetics testing is an example of both the public will for setting clear limits to animal experiments and the need to further critically examine other fields and aspects of animal experimentation.

  18. Animal experimentation

    OpenAIRE

    Laz, Alak; Cholakova, Tanya Stefanova; Vrablova, Sofia; Arshad, Naverawaheed

    2016-01-01

    Animal experimentation is a crucial part of medical science. One of the ways to define it is any scientific experiment conducted for research purposes that cause any kind of pain or suffering to animals. Over the years, the new discovered drugs or treatments are first applied on animals to test their positive outcomes to be later used by humans. There is a debate about violating ethical considerations by exploiting animals for human benefits. However, different ethical theories have been made...

  19. Keeper-Animal Interactions: Differences between the Behaviour of Zoo Animals Affect Stockmanship.

    Science.gov (United States)

    Ward, Samantha J; Melfi, Vicky

    2015-01-01

    Stockmanship is a term used to describe the management of animals with a good stockperson someone who does this in a in a safe, effective, and low-stress manner for both the stock-keeper and animals involved. Although impacts of unfamiliar zoo visitors on animal behaviour have been extensively studied, the impact of stockmanship i.e familiar zoo keepers is a new area of research; which could reveal significant ramifications for zoo animal behaviour and welfare. It is likely that different relationships are formed dependant on the unique keeper-animal dyad (human-animal interaction, HAI). The aims of this study were to (1) investigate if unique keeper-animal dyads were formed in zoos, (2) determine whether keepers differed in their interactions towards animals regarding their attitude, animal knowledge and experience and (3) explore what factors affect keeper-animal dyads and ultimately influence animal behaviour and welfare. Eight black rhinoceros (Diceros bicornis), eleven Chapman's zebra (Equus burchellii), and twelve Sulawesi crested black macaques (Macaca nigra) were studied in 6 zoos across the UK and USA. Subtle cues and commands directed by keepers towards animals were identified. The animals latency to respond and the respective behavioural response (cue-response) was recorded per keeper-animal dyad (n = 93). A questionnaire was constructed following a five-point Likert Scale design to record keeper demographic information and assess the job satisfaction of keepers, their attitude towards the animals and their perceived relationship with them. There was a significant difference in the animals' latency to appropriately respond after cues and commands from different keepers, indicating unique keeper-animal dyads were formed. Stockmanship style was also different between keepers; two main components contributed equally towards this: "attitude towards the animals" and "knowledge and experience of the animals". In this novel study, data demonstrated unique dyads

  20. Occurrence of human pathogenic Clostridium botulinum among healthy dairy animals: an emerging public health hazard.

    Science.gov (United States)

    Abdel-Moein, Khaled A; Hamza, Dalia A

    2016-01-01

    The current study was conducted to investigate the occurrence of human pathogenic Clostridium botulinum in the feces of dairy animals. Fecal samples were collected from 203 apparently healthy dairy animals (50 cattle, 50 buffaloes, 52 sheep, 51 goats). Samples were cultured to recover C. botulinum while human pathogenic C. botulinum strains were identified after screening of all C. botulinum isolates for the presence of genes that encode toxins type A, B, E, F. The overall prevalence of C. botulinum was 18.7% whereas human pathogenic C. botulinum strains (only type A) were isolated from six animals at the rates of 2, 2, 5.8, and 2% for cattle, buffaloes, sheep, and goats, respectively. High fecal carriage rates of C. botulinum among apparently healthy dairy animals especially type A alarm both veterinary and public health communities for a potential role which may be played by dairy animals in the epidemiology of such pathogen.

  1. Animal Deliberation

    NARCIS (Netherlands)

    Driessen, C.P.G.

    2014-01-01

    While much has been written on environmental politics on the one hand, and animal ethics and welfare on the other, animal politics, as the interface of the two, is underexamined. There are key political implications in the increase of animal protection laws, the rights of nature, and political

  2. Infections with helminths and/or protozoa in cats in animal shelters in the Netherlands

    NARCIS (Netherlands)

    Robben, S.R.; Nobel, le W.E.; Dopfer, D.D.V.; Hendrikx, W.M.; Boersema, J.H.; Fransen, F.; Eysker, M.

    2004-01-01

    To determine the prevalence of infections with helminths and protozoa in cats in animal shelters, faecal samples from 305 cats from 22 animal shelters in the Netherlands were examined, using a centrifugation-sedimentation-flotation-technique. The association between potential risk factors and the

  3. [Occurrence of Giardia species and genotypes in humans and animals in Wielkopolska region, Poland].

    Science.gov (United States)

    Solarczyk, Piotr

    2009-01-01

    Giardia is the most common intestinal protozoan parasite found in humans and animals worldwide. Although it has been known for three hundred years, the nomenclature, taxonomy, host specificity, and pathogenicity of Giardia still arouse numerous controversies and ambiguities. Giardia is classified into six species, that are characterised by various ranges of hosts. The most dubious species is G. intestinalis, which includes a dozen or so genotypes, and only two of them (genotype A and B) have wide ranges of hosts, including humans. Moreover, in some genotype assemblages of G. intestinalis certain subgenotypes were distinguished and it was proven that in the same host species various subgenotypes of this parasite may occur. Bearing in mind the significant genetic heterogeneity of G. intestinalis and the fact that various genotypes and subgenotypes of this parasite are characterised by the broad or narrow host specificity, the data concerning the frequency of giardiosis occurrence are insufficient. It is necessary to use molecular biology techniques in order to define the genotype and/or the subgenotype of G. intestinalis that are found in humans and in certain animal species. Furthermore, since more and more pieces of evidence connected with a possibility of the sexual recombination of Giardia are gathered, it is unknown if genotypes and subgenotypes of this parasite are stable in time. The aim of this thesis was to define the frequency of Giardia occurrence in humans and animals in Wielkopolska region, to identify species and genotypes of Giardia that occur in humans and animals, as well as to obtain an axenic culture of the chosen isolates of Giardia from animals and to compare the sequence of the beta-giardin gene fragment obtained from the DNA isolated from cysts and trophozoites in order to check if the axenisation of G. intestinalis leads to the selection of genotypes or if Giardia genotypes are stable in time. Altogether, 2183 faecal samples were examined for

  4. Solidarity with Animals: Assessing a Relevant Dimension of Social Identification with Animals.

    Science.gov (United States)

    Amiot, Catherine E; Bastian, Brock

    2017-01-01

    Interactions with animals are pervasive in human life, a fact that is reflected in the burgeoning field of human-animal relations research. The goal of the current research was to examine the psychology of our social connection with other animals, by specifically developing a measure of solidarity with animals. In 8 studies using correlational, experimental, and longitudinal designs, solidarity with animals predicted more positive attitudes and behaviors toward animals, over and above existing scales of identification, and even when this implied a loss of resources and privileges for humans relative to animals. Solidarity with animals also displayed predicted relationships with relevant variables (anthropomorphism, empathy). Pet owners and vegetarians displayed higher levels of solidarity with animals. Correlational and experimental evidence confirmed that human-animal similarity heightens solidarity with animals. Our findings provide a useful measure that can facilitate important insights into the nature of our relationships with animals.

  5. [Animal ethics in the 19th century and Swiss animal protection law].

    Science.gov (United States)

    Bloch, I

    2018-01-01

    The development of animal ethics and animal rights from the antiquity up to modern times is described. The relationship of humans to animals was primarily based on fear and animal cult, developed by the domestication to a partnership. The philosophers of the early modern age denied the animals the reason, what was disadvantageous to the position of the animals in the society and the behavior of humans to the animals. By the end of the 19th century the animal protection concept developed with numerous postulates for legal regulations. With the Swiss animal protection law, which came into force in 1981, most of the postulates could be realised. It is shown, how animal protection has developed since that time.

  6. Epidemiological importance of humans and domestic animals as reservoirs of verocytotoxin-producing Escherichia coli

    Directory of Open Access Journals (Sweden)

    Lazić Srđan

    2006-01-01

    Full Text Available Background/Aim. A "new" pathogenic agent, verocytotoxin - producing Escherichia coli (VTEC emerged in the last 20 years, causing an increased number of sporadic cases, as well as of outbreaks of diarrhoeal diseases. Humans and animals can be infected with VTEC, but their epidemiological importance as a reservoir of this agent is not quite clear, especially in the Balkan region. Therefore, the aim of this study was to investigate the frequency of isolation of VTEC from the intestinal tract of humans and animals and to determine the serogroups of the isolated strains. Methods. A total of, 3 401 stool samples from humans and 2 660 samples from five different species of domestic animals were tested for the presence of this pathogen. Results. VTEC was isolated from 20 (0.6% humans stools and from 431 (16.2% animal fecal samples (p < 0.001. Only 15 (3.3% VTEC strains belonged to human infection-associated serogroups (O26, O55, O111, O128 and O 157, designated as enterohaemorrhagic E. coli (EHEC. The most known serogroup- O157 was identified in 6 (1.3% of the isolated VTEC strains; of them, 1 (5% was of human origin and 5 (1.2% were animal strains. Conclusion. This study revealed that domestic animals were a more important reservoir of VTEC than humans, and that the isolated VTEC strains rarely belonged to O157, as well as to other EHEC serogroups that might explain rare sporadic cases and the absence of epidemic occurrence of diarrhoeal diseases caused by VTEC in this geographic region.

  7. Technical Note: How to use Winbugs to infer animal models

    DEFF Research Database (Denmark)

    Damgaard, Lars Holm

    2007-01-01

    This paper deals with Bayesian inferences of animal models using Gibbs sampling. First, we suggest a general and efficient method for updating additive genetic effects, in which the computational cost is independent of the pedigree depth and increases linearly only with the size of the pedigree....... Second, we show how this approach can be used to draw inferences from a wide range of animal models using the computer package Winbugs. Finally, we illustrate the approach in a simulation study, in which the data are generated and analyzed using Winbugs according to a linear model with i.i.d errors...... having Student's t distributions. In conclusion, Winbugs can be used to make inferences in small-sized, quantitative, genetic data sets applying a wide range of animal models that are not yet standard in the animal breeding literature...

  8. Enhancing human-animal relationships through veterinary medical instruction in animal-assisted therapy and animal-assisted activities.

    Science.gov (United States)

    Schaffer, Caroline Brunsman

    2008-01-01

    Instruction in animal-assisted therapy (AAT) and animal-assisted activities (AAAs) teaches veterinary medical students to confidently and assertively maximize the benefits and minimize the risks of this union of animals and people. Instruction in AAT/AAA also addresses requirements by the American Veterinary Medical Association Council on Education that accredited schools/colleges of veterinary medicine include in their standard curriculum the topics of the human-animal bond, behavior, and the contributions of the veterinarian to the overall public and professional health care teams. Entry-level veterinarians should be prepared to: (1) assure that animals who provide AAT/AAA are healthy enough to visit nursing homes, hospitals, or other institutions; (2) promote behavior testing that selects animals who will feel safe, comfortable, and connected; (3) advise facilities regarding infection control and ways to provide a safe environment where the animals, their handlers, and the people being visited will not be injured or become ill; and (4) advocate for their patients and show compassion for their clients when animals are determined to be inappropriate participants in AAT/AAA programs. This article presents AAT/AAA terminology, ways in which veterinarians can advocate for AAT/AAA, the advantages of being involved in AAT/AAA, a model AAT/AAA practicum from Tuskegee University's School of Veterinary Medicine (TUSVM), and examples of co-curricular activities in AAT/AAA by TUSVM's student volunteers.

  9. Development of Animation Teaching Media on the Topic of The Property of The Father

    Directory of Open Access Journals (Sweden)

    Preedawon Kadmateekarun

    2015-01-01

    Full Text Available The objective of this research was to develop animation teaching media on the topic of The Property of the Father to teach for students to understand the concept of sufficiency. The animation was developed to evaluate the performance of a sample of 50 grade 4-5 students at Wat Don Sali School. The results were as the achievement of the students who were taught with the animation was .05 significantly and students had a high level of satisfaction with the animation.

  10. Animal Transports

    Directory of Open Access Journals (Sweden)

    Diana Ludrovcová

    2016-08-01

    Full Text Available Purpose and Originality: The research is aimed to the animal transports issue, from two points of view – first is the animal cruelty and second is the policy and economic consideration. The goal is to acquaint the readers with the transports risks and its cruelty and evaluation of the economic, political aspects for he involved countries. The study is oriented on more points of view, what is rare in works with a similar theme. Method: This paper examines many issues and examinations from different authors and subsequently summarized the findings with authors own knowledge to one expanded unit. Results: Results proves, that livestock transports have negative impact on animal´s health, environment. Number of transported animals is rising every year. Society: Research familiarize the society with the animal transports, cruelty against animals during them, and influence of transports on some countries, their economy, policy. People get better informed and can form their own opinion on this topic. They may start acting, undertaking some steps to improve the present situation, what could help a lot to animals and environment. Limitations / further research: Future research could show progress and improvement of transports, quality of food supply and economics.

  11. Modeling individual animal histories with multistate capture–recapture models

    Science.gov (United States)

    Lebreton, Jean-Dominique; Nichols, James D.; Barker, Richard J.; Pradel, Roger; Spendelow, Jeffrey A.

    2009-01-01

    Many fields of science begin with a phase of exploration and description, followed by investigations of the processes that account for observed patterns. The science of ecology is no exception, and recent decades have seen a focus on understanding key processes underlying the dynamics of ecological systems. In population ecology, emphasis has shifted from the state variable of population size to the demographic processes responsible for changes in this state variable: birth, death, immigration, and emigration. In evolutionary ecology, some of these same demographic processes, rates of birth and death, are also the determinants of fitness. In animal population ecology, the estimation of state variables and their associated vital rates is especially problematic because of the difficulties in sampling such populations and detecting individual animals. Indeed, early capture–recapture models were developed for the purpose of estimating population size, given the reality that all animals are not caught or detected at any sampling occasion. More recently, capture–recapture models for open populations were developed to draw inferences about survival in the face of these same sampling problems. The focus of this paper is on multi‐state mark–recapture models (MSMR), which first appeared in the 1970s but have undergone substantial development in the last 15 years. These models were developed to deal explicitly with biological variation, in that animals in different “states” (classes defined by location, physiology, behavior, reproductive status, etc.) may have different probabilities of survival and detection. Animal transitions between states are also stochastic and themselves of interest. These general models have proven to be extremely useful and provide a way of thinking about a remarkably wide range of important ecological processes. These methods are now at a stage of refinement and sophistication where they can readily be used by biologists to tackle a wide

  12. An in silico approach combined with in vivo experiments enables the identification of a new protein whose overexpression can compensate for specific respiratory defects in Saccharomyces cerevisiae

    Directory of Open Access Journals (Sweden)

    Meunier Brigitte

    2011-10-01

    Full Text Available Abstract Background The mitochondrial inner membrane contains five large complexes that are essential for oxidative phosphorylation. Although the structure and the catalytic mechanisms of the respiratory complexes have been progressively established, their biogenesis is far from being fully understood. Very few complex III assembly factors have been identified so far. It is probable that more factors are needed for the assembly of a functional complex, but that the genetic approaches used to date have not been able to identify them. We have developed a systems biology approach to identify new factors controlling complex III biogenesis. Results We collected all the physical protein-protein interactions (PPI involving the core subunits, the supernumerary subunits and the assembly factors of complex III and used Cytoscape 2.6.3 and its plugins to construct a network. It was then divided into overlapping and highly interconnected sub-graphs with clusterONE. One sub-graph contained the core and the supernumerary subunits of complex III, it also contained some subunits of complex IV and proteins participating in the assembly of complex IV. This sub-graph was then split with another algorithm into two sub-graphs. The subtraction of these two sub-graphs from the previous sub-graph allowed us to identify a protein of unknown function Usb1p/Ylr132p that interacts with the complex III subunits Qcr2p and Cor1p. We then used genetic and cell biology approaches to investigate the function of Usb1p. Preliminary results indicated that Usb1p is an essential protein with a dual localization in the nucleus and in the mitochondria, and that the over-expression of this protein can compensate for defects in the biogenesis of the respiratory complexes. Conclusions Our systems biology approach has highlighted the multiple associations between subunits and assembly factors of complexes III and IV during their biogenesis. In addition, this approach has allowed the

  13. 9 CFR 51.6 - Destruction of animals; time limit for destruction of animals.

    Science.gov (United States)

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Destruction of animals; time limit for destruction of animals. 51.6 Section 51.6 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION... ANIMALS DESTROYED BECAUSE OF BRUCELLOSIS Indemnity for Cattle, Bison, and Swine § 51.6 Destruction of...

  14. 9 CFR 113.3 - Sampling of biological products.

    Science.gov (United States)

    2010-01-01

    ... into the United States as prescribed in this section. Additional samples may be purchased in the open market by a Animal and Plant Health Inspection Service representative. (a) Either an employee of the... operation. Bulk containers of completed product may be sampled when authorized by the Administrator. (iii...

  15. A study of Polonium in human hair and in fur from animals

    International Nuclear Information System (INIS)

    Holstein, H; Ranebo, Y.; Henriksson, F.; Rääf, C.L.; Holm, E.; Roos, P.

    2013-01-01

    Human hair and hair from animals might serve as good indicators for internal contamination, allowing for the quantification of general environmental levels of certain radioactive elements. From a sampling, analytical and hygienic point of view it would be advantageous to study hair instead of urine and faeces samples. There have been several investigations concerning Polonium in hair. The purpose of this study was to investigate if hair from humans and fur from animals constitute as matrixes for the estimation of the body burden of 210 Po. Human hair taken from 26 individuals from Sweden was analyzed for its 210 Po content. The resulting activity concentration of 210 Po ranged from 0.5 to 4.8 Bq/kg for individuals between the ages of 3 to 32 years and range from 0.5 to 11.5 Bq/kg for individuals between the ages of 32 to 60. This is in agreement with results presented in other studies. The 210 Po in hair might be due to external contamination or in vivo build up from 210 Pb. To help quantify these sources of contamination a couple of human volunteers ingested known amounts of 209 Po (which does not exist in nature). Results from the study showed that 209 Po was rather rapidly detected in the hair samples Human hair consists of 45% Carbon, 7% Hydrogen, 28% Oxygen, 15% Nitrogen and 5% Sulphur. The central core consists of polypeptide chains with hydrogen and disulphide bindings. It is suggested that the sulphide binding is the reason for transfer of Polonium into the hair. Samples from horses; mane, fur, and tail showed activity concentration levels ranging from 6 to 17 Bq/kg, with no significant differences between the various sample types. Fur samples taken from Muskox from Greenland showed much higher concentrations, i.e. 260 Bq/kg. This was expected since the animal graze over vast surface and consumes large amounts of lichen. Deposited radionuclides accumulate in lichens. Fur samples taken from other animals i.e. moose, hare, wild boar, roe deer, and sheep (lamb

  16. High-performance analysis of filtered semantic graphs

    OpenAIRE

    Buluç, A; Fox, A; Gilbert, JR; Kamil, S; Lugowski, A; Oliker, L; Williams, S

    2012-01-01

    High performance is a crucial consideration when executing a complex analytic query on a massive semantic graph. In a semantic graph, vertices and edges carry \\attributes" of various types. Analytic queries on semantic graphs typically depend on the values of these attributes; thus, the computation must either view the graph through a filter that passes only those individual vertices and edges of interest, or else must first materialize a subgraph or subgraphs consisting of only the vertices ...

  17. On H-irregularity strengths of G-amalgamation of graphs

    Directory of Open Access Journals (Sweden)

    Faraha Ashraf

    2017-10-01

    Full Text Available A simple graph G=(V(G,E(G admits an H-covering if every edge in E(G belongs at least to one subgraph of G isomorphic to a given graph H. Then the graph G admitting H-covering admits an H-irregular total k-labeling f: V(G U E(G \\to {1, 2, ..., k} if for every two different subgraphs H' and H'' isomorphic to H there is $wt_{f}(H' \

  18. Techniques necessary for multiple tracer quantitative small-animal imaging studies

    International Nuclear Information System (INIS)

    Sharp, Terry L.; Dence, Carmen S.; Engelbach, John A.; Herrero, Pilar; Gropler, Robert J.; Welch, Michael J.

    2005-01-01

    Introduction: An increasing number and variety of studies on rodent models are being conducted using small-animal positron emission tomography scanners. We aimed to determine if animal handling techniques could be developed to perform routine animal imaging in a timely and efficient manner and with minimal effect on animal physiology. These techniques need to be reproducible in the same animal while maintaining hemodynamic and physiological stability. Methods: The necessary techniques include (a) the use of inhalant anesthesia, (b) arterial and venous cannulation for multiple tracer administrations and blood sampling, (c) development of small-volume analytic columns and techniques and (d) measurement of the physiological environment during the imaging session. Results: We provide an example of a cardiac imaging study using four radiotracers ( 15 O-water, 1-[ 11 C]-acetate, 1-[ 11 C]-palmitate and 1-[ 11 C]-glucose) injected into normal rats. Plasma substrates, CO 2 production and total metabolites were measured. The animals remained anesthetized over the entire imaging session, and their physiological state was maintained. Conclusion: The intrastudy stability of the physiological measurements and substrate levels and interstudy reproducibility of the measurements are reported

  19. Occupational Animal Allergy.

    Science.gov (United States)

    Stave, Gregg M

    2018-02-16

    This review explores animal allergen exposure in research laboratories and other work settings, focusing on causes and prevention. (1) Consistent with the hygiene hypothesis, there is new evidence that early childhood exposure to pets produces changes in the gut microbiome that likely lead to a lower risk of allergy. (2) Anaphylaxis from laboratory animal bites occurs more frequently than suggested by prior literature. (3) Animal allergens represent an occupational hazard in a wide variety of work settings ranging from fields that work with animals to public settings like schools and public transportation where allergens are brought into or are present in the workplace. Exposure to animal allergens can result in allergy, asthma, and anaphylaxis. Animal allergy has been most studied in the research laboratory setting, where exposure reduction can prevent the development of allergy. Similar prevention approaches need to be considered for other animal work environments and in all settings where animal allergens are present.

  20. Searching via walking: How to find a marked clique of a complete graph using quantum walks

    International Nuclear Information System (INIS)

    Hillery, Mark; Reitzner, Daniel; Buzek, Vladimir

    2010-01-01

    We show how a quantum walk can be used to find a marked edge or a marked complete subgraph of a complete graph. We employ a version of a quantum walk, the scattering walk, which lends itself to experimental implementation. The edges are marked by adding elements to them that impart a specific phase shift to the particle as it enters or leaves the edge. If the complete graph has N vertices and the subgraph has K vertices, the particle becomes localized on the subgraph in O(N/K) steps. This leads to a quantum search that is quadratically faster than a corresponding classical search. We show how to implement the quantum walk using a quantum circuit and a quantum oracle, which allows us to specify the resources needed for a quantitative comparison of the efficiency of classical and quantum searches--the number of oracle calls.

  1. Active animal health surveillance in European Union Member States: gaps and opportunities.

    Science.gov (United States)

    Bisdorff, B; Schauer, B; Taylor, N; Rodríguez-Prieto, V; Comin, A; Brouwer, A; Dórea, F; Drewe, J; Hoinville, L; Lindberg, A; Martinez Avilés, M; Martínez-López, B; Peyre, M; Pinto Ferreira, J; Rushton, J; VAN Schaik, G; Stärk, K D C; Staubach, C; Vicente-Rubiano, M; Witteveen, G; Pfeiffer, D; Häsler, B

    2017-03-01

    Animal health surveillance enables the detection and control of animal diseases including zoonoses. Under the EU-FP7 project RISKSUR, a survey was conducted in 11 EU Member States and Switzerland to describe active surveillance components in 2011 managed by the public or private sector and identify gaps and opportunities. Information was collected about hazard, target population, geographical focus, legal obligation, management, surveillance design, risk-based sampling, and multi-hazard surveillance. Two countries were excluded due to incompleteness of data. Most of the 664 components targeted cattle (26·7%), pigs (17·5%) or poultry (16·0%). The most common surveillance objectives were demonstrating freedom from disease (43·8%) and case detection (26·8%). Over half of components applied risk-based sampling (57·1%), but mainly focused on a single population stratum (targeted risk-based) rather than differentiating between risk levels of different strata (stratified risk-based). About a third of components were multi-hazard (37·3%). Both risk-based sampling and multi-hazard surveillance were used more frequently in privately funded components. The study identified several gaps (e.g. lack of systematic documentation, inconsistent application of terminology) and opportunities (e.g. stratified risk-based sampling). The greater flexibility provided by the new EU Animal Health Law means that systematic evaluation of surveillance alternatives will be required to optimize cost-effectiveness.

  2. Tracking animals in freshwater with electronic tags: past, present and future

    Science.gov (United States)

    Cooke, Steven J.; Midwood, Jonathan D.; Thiem, Jason D.; Klimley, Peter; Lucas, Martyn C.; Thorstad, Eva B.; Eiler, John; Holbrook, Chris; Ebner, Brendan C.

    2013-01-01

    Considerable technical developments over the past half century have enabled widespread application of electronic tags to the study of animals in the wild, including in freshwater environments. We review the constraints associated with freshwater telemetry and biologging and the technical developments relevant to their use. Technical constraints for tracking animals are often influenced by the characteristics of the animals being studied and the environment they inhabit. Collectively, they influence which and how technologies can be used and their relative effectiveness. Although radio telemetry has historically been the most commonly used technology in freshwater, passive integrated transponder (PIT) technology, acoustic telemetry and biologgers are becoming more popular. Most telemetry studies have focused on fish, although an increasing number have focused on other taxa, such as turtles, crustaceans and molluscs. Key technical developments for freshwater systems include: miniaturization of tags for tracking small-size life stages and species, fixed stations and coded tags for tracking large samples of animals over long distances and large temporal scales, inexpensive PIT systems that enable mass tagging to yield population- and community-level relevant sample sizes, incorporation of sensors into electronic tags, validation of tag attachment procedures with a focus on maintaining animal welfare, incorporation of different techniques (for example, genetics, stable isotopes) and peripheral technologies (for example, geographic information systems, hydroacoustics), development of novel analytical techniques, and extensive international collaboration. Innovations are still needed in tag miniaturization, data analysis and visualization, and in tracking animals over larger spatial scales (for example, pelagic areas of lakes) and in challenging environments (for example, large dynamic floodplain systems, under ice). There seems to be a particular need for adapting

  3. Study Design Rigor in Animal-Experimental Research Published in Anesthesia Journals.

    Science.gov (United States)

    Hoerauf, Janine M; Moss, Angela F; Fernandez-Bustamante, Ana; Bartels, Karsten

    2018-01-01

    Lack of reproducibility of preclinical studies has been identified as an impediment for translation of basic mechanistic research into effective clinical therapies. Indeed, the National Institutes of Health has revised its grant application process to require more rigorous study design, including sample size calculations, blinding procedures, and randomization steps. We hypothesized that the reporting of such metrics of study design rigor has increased over time for animal-experimental research published in anesthesia journals. PubMed was searched for animal-experimental studies published in 2005, 2010, and 2015 in primarily English-language anesthesia journals. A total of 1466 publications were graded on the performance of sample size estimation, randomization, and blinding. Cochran-Armitage test was used to assess linear trends over time for the primary outcome of whether or not a metric was reported. Interrater agreement for each of the 3 metrics (power, randomization, and blinding) was assessed using the weighted κ coefficient in a 10% random sample of articles rerated by a second investigator blinded to the ratings of the first investigator. A total of 1466 manuscripts were analyzed. Reporting for all 3 metrics of experimental design rigor increased over time (2005 to 2010 to 2015): for power analysis, from 5% (27/516), to 12% (59/485), to 17% (77/465); for randomization, from 41% (213/516), to 50% (243/485), to 54% (253/465); and for blinding, from 26% (135/516), to 38% (186/485), to 47% (217/465). The weighted κ coefficients and 98.3% confidence interval indicate almost perfect agreement between the 2 raters beyond that which occurs by chance alone (power, 0.93 [0.85, 1.0], randomization, 0.91 [0.85, 0.98], and blinding, 0.90 [0.84, 0.96]). Our hypothesis that reported metrics of rigor in animal-experimental studies in anesthesia journals have increased during the past decade was confirmed. More consistent reporting, or explicit justification for absence

  4. Leptospirosis in animals and human contacts in Egypt: broad range surveillance

    Directory of Open Access Journals (Sweden)

    Ahmed Samir

    2015-06-01

    Full Text Available INTRODUCTION: Leptospirosis is a re-emerging zoonotic disease of humans and animals worldwide. The disease is caused by pathogenic species of the genus Leptospira. These organisms are maintained in nature via chronic renal infection of carrier animals, which excrete the organisms in their urine. Humans become infected through direct or indirect exposure to infected animals and their urine or through contact with contaminated water and soil. This study was conducted to investigate Leptospira infections as a re-emerging zoonosis that has been neglected in Egypt. METHODS: Samples from 1,250 animals (270 rats, 168 dogs, 625 cows, 26 buffaloes, 99 sheep, 14 horses, 26 donkeys and 22 camels, 175 human contacts and 45 water sources were collected from different governorates in Egypt. The samples were collected from different body sites and prepared for culture, PCR and the microscopic agglutination test (MAT. RESULTS: The isolation rates of Leptospira serovars were 6.9%, 11.3% and 1.1% for rats, dogs and cows, respectively, whereas the PCR results revealed respective detection rates of 24%, 11.3% and 1.1% for rats, dogs and cows. Neither the other examined animal species nor humans yielded positive results via these two techniques. Only six Leptospira serovars (Icterohaemorrhagiae, Pomona, Canicola, Grippotyphosa, Celledoni and Pyrogenes could be isolated from rats, dogs and cows. Moreover, the seroprevalence of leptospiral antibodies among the examined humans determined using MAT was 49.7%. CONCLUSIONS: The obtained results revealed that rats, dogs and cows were the most important animal reservoirs for leptospirosis in Egypt, and the high seroprevalence among human contacts highlights the public health implications of this neglected zoonosis.

  5. Authorization of Animal Experiments Is Based on Confidence Rather than Evidence of Scientific Rigor

    Science.gov (United States)

    Nathues, Christina; Würbel, Hanno

    2016-01-01

    Accumulating evidence indicates high risk of bias in preclinical animal research, questioning the scientific validity and reproducibility of published research findings. Systematic reviews found low rates of reporting of measures against risks of bias in the published literature (e.g., randomization, blinding, sample size calculation) and a correlation between low reporting rates and inflated treatment effects. That most animal research undergoes peer review or ethical review would offer the possibility to detect risks of bias at an earlier stage, before the research has been conducted. For example, in Switzerland, animal experiments are licensed based on a detailed description of the study protocol and a harm–benefit analysis. We therefore screened applications for animal experiments submitted to Swiss authorities (n = 1,277) for the rates at which the use of seven basic measures against bias (allocation concealment, blinding, randomization, sample size calculation, inclusion/exclusion criteria, primary outcome variable, and statistical analysis plan) were described and compared them with the reporting rates of the same measures in a representative sub-sample of publications (n = 50) resulting from studies described in these applications. Measures against bias were described at very low rates, ranging on average from 2.4% for statistical analysis plan to 19% for primary outcome variable in applications for animal experiments, and from 0.0% for sample size calculation to 34% for statistical analysis plan in publications from these experiments. Calculating an internal validity score (IVS) based on the proportion of the seven measures against bias, we found a weak positive correlation between the IVS of applications and that of publications (Spearman’s rho = 0.34, p = 0.014), indicating that the rates of description of these measures in applications partly predict their rates of reporting in publications. These results indicate that the authorities licensing

  6. Subgraph detection using graph signals

    KAUST Repository

    Chepuri, Sundeep Prabhakar

    2017-03-06

    In this paper we develop statistical detection theory for graph signals. In particular, given two graphs, namely, a background graph that represents an usual activity and an alternative graph that represents some unusual activity, we are interested in answering the following question: To which of the two graphs does the observed graph signal fit the best? To begin with, we assume both the graphs are known, and derive an optimal Neyman-Pearson detector. Next, we derive a suboptimal detector for the case when the alternative graph is not known. The developed theory is illustrated with numerical experiments.

  7. Subgraph detection using graph signals

    KAUST Repository

    Chepuri, Sundeep Prabhakar; Leus, Geert

    2017-01-01

    In this paper we develop statistical detection theory for graph signals. In particular, given two graphs, namely, a background graph that represents an usual activity and an alternative graph that represents some unusual activity, we are interested in answering the following question: To which of the two graphs does the observed graph signal fit the best? To begin with, we assume both the graphs are known, and derive an optimal Neyman-Pearson detector. Next, we derive a suboptimal detector for the case when the alternative graph is not known. The developed theory is illustrated with numerical experiments.

  8. All about Animal Adaptations. Animal Life for Children. [Videotape].

    Science.gov (United States)

    2000

    Animals change to better adapt to their environment. Over long periods of time, nature helps the animals adapt by changing their body shape and color as well as adjusting their methods of getting and eating food, defending themselves, and caring for their young. In this videotape, students learn what changes different animals go through in order…

  9. Animal investigation program 1980 annual report: Nevada Test Site and vicinity

    International Nuclear Information System (INIS)

    Smith, D.D.; Bernhardt, D.E.; Giles, K.R.

    1982-07-01

    This report summarizes the data collected through the Animal Investigation Program during 1980. A major goal of the Program is to assess the radionuclide burden in the tissues of wild and domesticated animals around the Nevada Test Site and to detect pathological effects resulting from the burdens. Other than naturally occurring potassium-40, gamma emitting radionuclides were detected infrequently. Strontium-90 and plutonium concentrations in tissues from deer, cattle, and desert bighorn sheep were similar to those found in samples collected during recent years. Lesions found in necropsied animals were similar to those found in animals from other areas of the U.S. and would not be attributable to ionizing radiation exposure. The report also describes other activities of the program, including the deer migration study and census

  10. An outbreak of canine distemper virus in tigers (Panthera tigris): possible transmission from wild animals to zoo animals.

    Science.gov (United States)

    Nagao, Yumiko; Nishio, Yohei; Shiomoda, Hiroshi; Tamaru, Seiji; Shimojima, Masayuki; Goto, Megumi; Une, Yumi; Sato, Azusa; Ikebe, Yusuke; Maeda, Ken

    2012-06-01

    Canine distemper virus (CDV), a morbillivirus that causes one of the most contagious and lethal viral diseases known in canids, has an expanding host range, including wild animals. Since December 2009, several dead or dying wild raccoon dogs (Nyctereutes procyonoides) were found in and around one safari-style zoo in Japan, and CDV was isolated from four of these animals. In the subsequent months (January to February 2010), 12 tigers (Panthera tigris) in the zoo developed respiratory and gastrointestinal diseases, and CDV RNA was detected in fecal samples of the examined tigers. In March 2010, one of the tigers developed a neurological disorder and died; CDV was isolated from the lung of this animal. Sequence analysis of the complete hemagglutinin (H) gene and the signal peptide region of the fusion (F) gene showed high homology among these isolates (99.8-100%), indicating that CDV might have been transmitted from raccoon dog to tiger. In addition, these isolates belonged to genotype Asia-1 and had lower homology (<90%) to the vaccine strain (Onderstepoort). Seropositivity of lions (Panthera leo) in the zoo and wild bears (Ursus thibetanus) captured around this area supported the theory that a CDV epidemic had occurred in many mammal species in and around the zoo. These results indicate a risk of CDV transmission among many animal species, including large felids and endangered species.

  11. Positive animal welfare states and encouraging environment-focused and animal-to-animal interactive behaviours.

    Science.gov (United States)

    Mellor, D J

    2015-01-01

    Affective neuroscience, incorporating neurophysiology and neuropsychology, is providing increasing evidence that certain behaviours of animals may be interpreted in terms of what they are intending to achieve, i.e. their goals. It is also providing evidence that allows inferences to be made about the affective contents of some goal-directed behaviours. These neuroscience-supported inferences are aligned with recommendations based on prior behaviour-based investigations of animals' preferences, aversions and priorities, and these observations together support the cautious use of particular behaviours to infer what the accompanying affects may be. In this review, therefore, some attention is given to negative affects and their relationships to poor animal welfare, but the primary focus is the positive affects animals may experience when they successfully engage in rewarding goal-directed behaviours, encapsulated in the concept of positive affective engagement. The review draws together reports of environment-focused and animal-to-animal interactive behaviours observed in a range of species and under diverse circumstances in order to illustrate the likely widespread occurrence of the positive affects that may accompany them. Particular consideration is given to affects that are potentially associated with some aspects of exploration and food acquisition in stimulus rich or impoverished environments, and to those that may be associated with aspects of the affiliative interactions of bonding or bond affirmation, maternal care, play and sexual activity. It is concluded that animals given the opportunity to engage in such activities may experience some positive affects. However, the intensity of an animal's experience of particular positive affects is likely to range from zero to very high because the associated behaviours occur intermittently, variation may occur during different phases of a goal-directed behaviour, and other positive or negative affects experienced at

  12. A miniaturized threshold-triggered acceleration data-logger for recording burst movements of aquatic animals

    OpenAIRE

    Huveneers, Charlie; Matsuo, Ayane; Kawabe, Ryo; Watanabe, Yuuki; Nishiumi, Nozomi; Payne, Nicholas; Kawabata, Yuuki

    2017-01-01

    Animal-borne accelerometers are effective tools for quantifying the kinematics of animal behaviors, such as swimming, running, and flying, under natural conditions. However, quantifying burst movements of small and agile aquatic animals (e.g., small teleost fish), such as during predatory behavior, or while fleeing, remains challenging. To capture the details of burst movements, accelerometers need to sample at a very high frequency, which will inevitably shorten the duration of the recording...

  13. [Antimicrobial susceptibility of animal and food isolates of Salmonella enterica].

    Science.gov (United States)

    Junod, Tania; López-Martin, Juana; Gädicke, Paula

    2013-03-01

    Bacterial resistance to one or more antimicrobiak is worrisome. To determine the susceptibility to antimicrobials of Salmonella entérica isolates from animáis and food, from the Laboratory of Veterinary Microbiology at the University of Concepción. The samples were isolated according to traditional microbiological methods standardized protocols. Resistance was determined by the Kirby-Bauer method and minimal inhibitory concentration (MIC), following Clinical and Laboratory Standards Institute recommendations (2008). Nine serotypes were identified among the 68 isolates. Strains were resistant to one or more antibiotics and 11 patterns of resistance were identified. Multidrug resistance (MDR) was observed in 20.5% of the strains tested. The most common was Oxytetracycline resistance (69.1%). Infood, the predominant serotype was S. Derby (2.9%) and S. Senftenberg (2.9%), which is commonly found infood intended for animal consumption. In samples of animal origin, the predominant serotypes were S. infantis (33.8%) and S. Group E (3.9;-;-) (23.5%). The frequeney of resistance found and the impending risk that these strains could reach humans through the food chain, should prompt a follow-up study of this pathogen.

  14. A Survey on the Gastrointestinal Parasites of Rabbit and Guinea Pig in a Laboratory Animal House

    Directory of Open Access Journals (Sweden)

    Motamedi, G.,

    2014-05-01

    Full Text Available There is documented evidence that infection in laboratory animals can often influence the outcome of experiments. All infections, apparent or inapparent, are likely to increase biological variability. As a research project concerning the diversity and distribution of parasites of rabbit and guinea pig in a conventional laboratory animal house, about 87 rabbits (from 700 and 105 guinea pigs (from 1500 were selected randomly from a Research, Production & Breeding of Laboratory Animals Department. Samples were collected between 19.02.2010 and 20.05.2011. The samples and animals were examined by dissection and flotation methods. In this study only one species of nematodes (Passalorus ambiguus: 6.9%; one species of protozoa (Eimeria spp.: 21.8% in rabbits and one species of nematodes (Paraspidodera Uncinata: 24.7%; one species of protozoa (Balantidium coli: 11.4% in guinea pigs were identified. However, there was not any cestodes or trematodes identified from this group of laboratory animals.

  15. Animator

    Science.gov (United States)

    Tech Directions, 2008

    2008-01-01

    Art and animation work is the most significant part of electronic game development, but is also found in television commercials, computer programs, the Internet, comic books, and in just about every visual media imaginable. It is the part of the project that makes an abstract design idea concrete and visible. Animators create the motion of life in…

  16. When Humans Become Animals: Development of the Animal Category in Early Childhood

    Science.gov (United States)

    Herrmann, Patricia A.; Medin, Douglas L.; Waxman, Sandra R.

    2012-01-01

    The current study examines 3- and 5-year-olds' representation of the concept we label "animal" and its two nested concepts--"animal"[subscript contrastive] (including only non-human animals) and "animal"[subscript inclusive] (including both humans and non-human animals). Building upon evidence that naming promotes object categorization, we…

  17. Mycotoxins and mycoflora in animal feedstuffs in western Canada.

    Science.gov (United States)

    Abramson, D; Mills, J T; Boycott, B R

    1983-01-01

    Feed samples associated with 51 cases of suspected or potential mycotoxicoses of farm animals in western Canada were examined during a three year study. Ochratoxin A was detected in four cases, T-2 toxin and diacetoxyscirpenol in one, and sterigmatocystin in one. Samples examined for microflora associated with production of these mycotoxins contained Penicillium spp., Aspergillus ochraceus, Fusarium spp. and fungi of the Aspergillus glaucus group. Samples were analyzed for T-2 toxin and diacetoxyscirpenol only if Fusarium spp. were present. The first known incidence of suspected sterigmatocystin poisoning of poultry through feed ingestion has been encountered. PMID:6831303

  18. A dynamic Brownian bridge movement model to estimate utilization distributions for heterogeneous animal movement.

    Science.gov (United States)

    Kranstauber, Bart; Kays, Roland; Lapoint, Scott D; Wikelski, Martin; Safi, Kamran

    2012-07-01

    1. The recently developed Brownian bridge movement model (BBMM) has advantages over traditional methods because it quantifies the utilization distribution of an animal based on its movement path rather than individual points and accounts for temporal autocorrelation and high data volumes. However, the BBMM assumes unrealistic homogeneous movement behaviour across all data. 2. Accurate quantification of the utilization distribution is important for identifying the way animals use the landscape. 3. We improve the BBMM by allowing for changes in behaviour, using likelihood statistics to determine change points along the animal's movement path. 4. This novel extension, outperforms the current BBMM as indicated by simulations and examples of a territorial mammal and a migratory bird. The unique ability of our model to work with tracks that are not sampled regularly is especially important for GPS tags that have frequent failed fixes or dynamic sampling schedules. Moreover, our model extension provides a useful one-dimensional measure of behavioural change along animal tracks. 5. This new method provides a more accurate utilization distribution that better describes the space use of realistic, behaviourally heterogeneous tracks. © 2012 The Authors. Journal of Animal Ecology © 2012 British Ecological Society.

  19. Animation & Neurocinematics*

    DEFF Research Database (Denmark)

    Carpe Pérez, Inmaculada Concepción

    2015-01-01

    , indeed, can be considered a social/ emotional learning media, which goes beyond the limitations of live action movies. This is due to the diversity of techniques, and its visual plasticity that constructs the impossible. Animators are not real actors but more like the midwife who brings the anima...... into aliveness, which requires knowing how emotions work. Ed Hooks as an expert in training animators and actors, always remarks: “emotions tend to lead to action”. In this paper we want to argue that by producing animated films, as we watch them, cause a stronger effect, not only in our brains, but also in our...... bodies. By using animation as a learning tool we can explore the world of emotions and question beliefs, feelings and actions in order to express our voices and enhance our communication, and well-being, both, internally and with others. Animation can be the visual expression of the emotions in movement...

  20. Differences in Preschool Children's Conceptual Strategies When Thinking about Animate Entities and Artifacts.

    Science.gov (United States)

    Blanchet, Nicole; Dunham, Philip J.; Dunham, Frances

    2001-01-01

    Preschoolers viewed stimulus sets comprised of a sample picture and three types of matches and were asked to choose a match that "went with" each sample. Children's choices indicated that a shift occurs between 3 and 4 years of age from a taxonomic bias to a thematic bias. Animate sample stimuli enhanced children's tendency to adopt…

  1. Animal experiments in radiotherapy. II. Large animals

    Energy Technology Data Exchange (ETDEWEB)

    Probert, J C; Hughes, D B

    1975-03-01

    A review has been made of factors of importance when using large animals for organ or partial body irradiation research. The problem has been considered from the viewpoint of the clinician. The rabbit, cat, dog, pig and monkey have been examined in detail for suitability as laboratory animals. Dosimetric and volume features have been reviewed.

  2. Commodifying animals: ethical issues in genetic engineering of animals.

    Science.gov (United States)

    Almond, B

    2000-03-01

    The genetic modification of living beings raises special ethical concerns which go beyond general discussion of animal rights or welfare. Although the goals may be similar, biotechnology has accelerated the process of modification of types traditionally carried out by cross-breeding. These changes are discussed in relation to two areas: biomedicine, and animal husbandry. Alternative ethical approaches are reviewed, and it is argued that the teleological thesis underlying virtue ethics has special relevance here. The case for and the case against genetic engineering and patenting of life-forms are examined, and conclusions are drawn which favour regulation, caution and respect for animals and animal species.

  3. Occurrence of male-specific bacteriophage in feral and domestic animal wastes, human feces, and human-associated wastewaters.

    Science.gov (United States)

    Calci, K R; Burkhardt, W; Watkins, W D; Rippey, S R

    1998-12-01

    Male-specific bacteriophage (MSB) densities were determined in animal and human fecal wastes to assess their potential impact on aquatic environments. Fecal samples (1,031) from cattle, chickens, dairy cows, dogs, ducks, geese, goats, hogs, horses, seagulls, sheep, and humans as well as 64 sewerage samples were examined for MSB. All animal species were found to harbor MSB, although the great majority excreted these viruses at very low levels. The results from this study demonstrate that in areas affected by both human and animal wastes, wastewater treatment plants are the principal contributors of MSB to fresh, estuarine, and marine waters.

  4. Multi-antibiotic resistant bacteria in frozen food (ready to cook food) of animal origin sold in Dhaka, Bangladesh

    OpenAIRE

    Sultana, Fouzia; Kamrunnahar,; Afroz, Hafsa; Jahan, Afroz; Fakruddin, Md.; Datta, Suvamoy

    2014-01-01

    Objective: To investigate the bacterial load and antibiotic resistance pattern of bacterial isolates obtained from (ready to cook) frozen food samples of animal origin in Dhaka, Bangladesh. Methods: A total of 20 samples of frozen ready to cook food of animal origin were purchased from different separate grocery stores in Dhaka, Bangladesh. Bacteria were isolated and identified based on the basis of biochemical properties. Results: A total of 57 isolates has been isolated from 20 sample...

  5. Chapter 7. Radioactivity of animals and animal organs and factors influencing their value

    International Nuclear Information System (INIS)

    Toelgyessy, J.; Harangozo, M.

    2000-01-01

    This is a chapter of textbook of radioecology for university students. In this chapter authors deal with radioactivity of animals and animal organs and factors influencing their value. Chapter consist of next parts: (1) Natural radioactivity of animals; (2) Radioactive contamination of animal tissues; (3) Connection of radioactive contamination with species of animals and discriminatingly ability of animal organism; (4) Connection of radioactive contamination with age of animal and with biological half-life T b ; (5) Factors influencing radioactive contamination of biological cycle: food - animal; (6) Possibilities of decreasing of radioactive contamination of foods with animal origin

  6. Enclosure for small animals during awake animal imaging

    Science.gov (United States)

    Goddard, Jr., James S

    2013-11-26

    An enclosure or burrow restrains an awake animal during an imaging procedure. A tubular body, made from a radiolucent material that does not attenuate x-rays or gamma rays, accepts an awake animal. A proximal end of the body includes an attachment surface that corresponds to an attachment surface of an optically transparent and optically uniform window. An anti-reflective coating may be applied to an inner surface, an outer surface, or both surfaces of the window. Since the window is a separate element of the enclosure and it is not integrally formed as part of the body, it can be made with optically uniform thickness properties for improved motion tracking of markers on the animal with a camera during the imaging procedure. The motion tracking information is then used to compensate for animal movement in the image.

  7. Quantitative distribution of aquatic plant and animal communities in the Forsmark-area

    International Nuclear Information System (INIS)

    Kautsky, H.; Plantman, P.; Borgiel, M.

    1999-12-01

    This report is a part of the SKB project 'SAFE'. The aim of SAFE is to update the previous safety analysis of SFR-1. SFR is for the repository of low and intermediate level radioactive waste. The aim of this report is to provide background information of the quantitative distribution of macroscopic (>1 mm) plants and animals on the sea floor (the phytobenthic communities) above the SFR. The phytobenthic plant and animal communities in the Bothnian Sea may constitute over half of the total production of the ecosystem in the coastal zone. Data will be used in a simulation model of the area. The attached plant and animal communities of the sea floor can be the major component to find radioactive isotopes when a leakage should occur from the SFR below the investigated area. Their ability to bioaccumulate the isotopes and the abundance of the plants and animals might to a large extent determine the amount of radionuclides that could be retained in the biological system. This might then affect the form of further dispersal of the radionuclides over larger areas, whether they are kept within and accumulated in the food chain or retained in the sediments or diluted in the water column. In the investigated area divers described the sea floor substrate and the dominating plant and animal communities along transect lines. In addition, the divers collected quantitative samples. Three transects were placed just above SFR, and two transects were placed from the shore of islands adjacent to SFR. In total, divers collected 54 quantitative samples. Also, divers collected 6 sediment cores for analysis of the organic contents and chlorophylla. The results from the divers estimates of plant and animal species distribution and cover degree, as well as the quantitative samples, indicated the area being fairly rich. An eroded moraine (boulders, stones, gravel and sand) dominated the substrate with occasional rock outcrops. At several sites, on the hard, more stable substrates (boulders

  8. Quantitative distribution of aquatic plant and animal communities in the Forsmark-area

    Energy Technology Data Exchange (ETDEWEB)

    Kautsky, H; Plantman, P; Borgiel, M [Stockholm Univ. (Sweden). Dept. of Systems Ecology

    1999-12-15

    This report is a part of the SKB project 'SAFE'. The aim of SAFE is to update the previous safety analysis of SFR-1. SFR is for the repository of low and intermediate level radioactive waste. The aim of this report is to provide background information of the quantitative distribution of macroscopic (>1 mm) plants and animals on the sea floor (the phytobenthic communities) above the SFR. The phytobenthic plant and animal communities in the Bothnian Sea may constitute over half of the total production of the ecosystem in the coastal zone. Data will be used in a simulation model of the area. The attached plant and animal communities of the sea floor can be the major component to find radioactive isotopes when a leakage should occur from the SFR below the investigated area. Their ability to bioaccumulate the isotopes and the abundance of the plants and animals might to a large extent determine the amount of radionuclides that could be retained in the biological system. This might then affect the form of further dispersal of the radionuclides over larger areas, whether they are kept within and accumulated in the food chain or retained in the sediments or diluted in the water column. In the investigated area divers described the sea floor substrate and the dominating plant and animal communities along transect lines. In addition, the divers collected quantitative samples. Three transects were placed just above SFR, and two transects were placed from the shore of islands adjacent to SFR. In total, divers collected 54 quantitative samples. Also, divers collected 6 sediment cores for analysis of the organic contents and chlorophylla. The results from the divers estimates of plant and animal species distribution and cover degree, as well as the quantitative samples, indicated the area being fairly rich. An eroded moraine (boulders, stones, gravel and sand) dominated the substrate with occasional rock outcrops. At several sites, on the hard, more stable substrates (boulders

  9. Quantitative distribution of aquatic plant and animal communities in the Forsmark-area

    Energy Technology Data Exchange (ETDEWEB)

    Kautsky, H.; Plantman, P.; Borgiel, M. [Stockholm Univ. (Sweden). Dept. of Systems Ecology

    1999-12-15

    This report is a part of the SKB project 'SAFE'. The aim of SAFE is to update the previous safety analysis of SFR-1. SFR is for the repository of low and intermediate level radioactive waste. The aim of this report is to provide background information of the quantitative distribution of macroscopic (>1 mm) plants and animals on the sea floor (the phytobenthic communities) above the SFR. The phytobenthic plant and animal communities in the Bothnian Sea may constitute over half of the total production of the ecosystem in the coastal zone. Data will be used in a simulation model of the area. The attached plant and animal communities of the sea floor can be the major component to find radioactive isotopes when a leakage should occur from the SFR below the investigated area. Their ability to bioaccumulate the isotopes and the abundance of the plants and animals might to a large extent determine the amount of radionuclides that could be retained in the biological system. This might then affect the form of further dispersal of the radionuclides over larger areas, whether they are kept within and accumulated in the food chain or retained in the sediments or diluted in the water column. In the investigated area divers described the sea floor substrate and the dominating plant and animal communities along transect lines. In addition, the divers collected quantitative samples. Three transects were placed just above SFR, and two transects were placed from the shore of islands adjacent to SFR. In total, divers collected 54 quantitative samples. Also, divers collected 6 sediment cores for analysis of the organic contents and chlorophylla. The results from the divers estimates of plant and animal species distribution and cover degree, as well as the quantitative samples, indicated the area being fairly rich. An eroded moraine (boulders, stones, gravel and sand) dominated the substrate with occasional rock outcrops. At several sites, on the hard, more stable substrates

  10. Parasites of wild animals as a potential source of hazard to humans.

    Science.gov (United States)

    Gałęcki, Remigiusz; Sokół, Rajmund; Koziatek, Sylwia

    2015-01-01

    The decline in wild animal habitats and the uncontrolled growth of their population make these animals come closer to human settlements. The aim of the study was to identify parasitic infections in wild animals in the selected area, and to specify the hazards they create for humans. In more than 66% of the analysed faecal samples from wild boar, hares, roe deer, deer and fallow deer various developmental forms of parasites were found. These included parasites dangerous for humans: Toxocara canis, Capillaria hepatica, Capillaria bovis, Trichuris suis, Trichuris ovis, Trichuris globulosus, Eimeria spp., and Trichostongylus spp. It is necessary to monitor parasitic diseases in wild animals as they can lead to the spread of parasites creating a hazard to humans, pets and livestock.

  11. Comparing Microbiome Sampling Methods in a Wild Mammal: Fecal and Intestinal Samples Record Different Signals of Host Ecology, Evolution.

    Science.gov (United States)

    Ingala, Melissa R; Simmons, Nancy B; Wultsch, Claudia; Krampis, Konstantinos; Speer, Kelly A; Perkins, Susan L

    2018-01-01

    The gut microbiome is a community of host-associated symbiotic microbes that fulfills multiple key roles in host metabolism, immune function, and tissue development. Given the ability of the microbiome to impact host fitness, there is increasing interest in studying the microbiome of wild animals to better understand these communities in the context of host ecology and evolution. Human microbiome research protocols are well established, but wildlife microbiome research is still a developing field. Currently, there is no standardized set of best practices guiding the collection of microbiome samples from wildlife. Gut microflora are typically sampled either by fecal collection, rectal swabbing, or by destructively sampling the intestinal contents of the host animal. Studies rarely include more than one sampling technique and no comparison of these methods currently exists for a wild mammal. Although some studies have hypothesized that the fecal microbiome is a nested subset of the intestinal microbiome, this hypothesis has not been formally tested. To address these issues, we examined guano (feces) and distal intestinal mucosa from 19 species of free-ranging bats from Lamanai, Belize, using 16S rRNA amplicon sequencing to compare microbial communities across sample types. We found that the diversity and composition of intestine and guano samples differed substantially. In addition, we conclude that signatures of host evolution are retained by studying gut microbiomes based on mucosal tissue samples, but not fecal samples. Conversely, fecal samples retained more signal of host diet than intestinal samples. These results suggest that fecal and intestinal sampling methods are not interchangeable, and that these two microbiotas record different information about the host from which they are isolated.

  12. Comparing Microbiome Sampling Methods in a Wild Mammal: Fecal and Intestinal Samples Record Different Signals of Host Ecology, Evolution

    Directory of Open Access Journals (Sweden)

    Melissa R. Ingala

    2018-05-01

    Full Text Available The gut microbiome is a community of host-associated symbiotic microbes that fulfills multiple key roles in host metabolism, immune function, and tissue development. Given the ability of the microbiome to impact host fitness, there is increasing interest in studying the microbiome of wild animals to better understand these communities in the context of host ecology and evolution. Human microbiome research protocols are well established, but wildlife microbiome research is still a developing field. Currently, there is no standardized set of best practices guiding the collection of microbiome samples from wildlife. Gut microflora are typically sampled either by fecal collection, rectal swabbing, or by destructively sampling the intestinal contents of the host animal. Studies rarely include more than one sampling technique and no comparison of these methods currently exists for a wild mammal. Although some studies have hypothesized that the fecal microbiome is a nested subset of the intestinal microbiome, this hypothesis has not been formally tested. To address these issues, we examined guano (feces and distal intestinal mucosa from 19 species of free-ranging bats from Lamanai, Belize, using 16S rRNA amplicon sequencing to compare microbial communities across sample types. We found that the diversity and composition of intestine and guano samples differed substantially. In addition, we conclude that signatures of host evolution are retained by studying gut microbiomes based on mucosal tissue samples, but not fecal samples. Conversely, fecal samples retained more signal of host diet than intestinal samples. These results suggest that fecal and intestinal sampling methods are not interchangeable, and that these two microbiotas record different information about the host from which they are isolated.

  13. Evaluation of wild animals browsing preferences in forage resources

    Directory of Open Access Journals (Sweden)

    Giovanni Argenti

    2017-09-01

    Full Text Available Excessive presence of wild ungulates can produce negative effects on herbaceous crops or woody species, and to face this problem, habitat improvements are often performed to recreate suitable environments for a given animal species and to attract animals far from cultivated crops. A common example of these interventions is represented by grassland restoration and to evaluate the real animal preferences on restored forage resources a proper trial was established in a hilly area of Tuscany (central Italy, inside the historical Park of Pratolino, near Florence. The trial compared six different forage species or mixtures sown in plots: vegetal material was represented by two pure stands (Onobrychis viciifolia and Medicago sativa and four mixtures differing in number and kind of used species. Plots were utilised only by wild animals occurring in the area. Data collection consisted of botanical samples in each plot in different periods to obtain the percent presence of each species. At the same time, a visual estimation of animal intake on all occurring species was performed to obtain the browsing ratio of single species and overall defoliation rate for each species/mixture. Moreover, six camera traps were placed on the boundary of the experimental site to record videos of wild animals browsing in the area for identification of animals actually occurring on different plots and for comparison of these results with botanical data. Vegetation surveys permitted a proper evaluation of animals intake and of their feeding preferences. In general, sown species performed a major role in animal browsing, even if in some periods also a few native species (such as Plantago lanceolata or Cichorium intybus were utilised in a strong way, depending on vegetation context and existing biomass. Camera traps results permitted the identification of browsing animal species (mainly represented by roe deer and plots frequentation resulted to be highly related to animal

  14. Plutonium and other alpha-emitters in bones of wild, herbivorous animals from north-eastern Poland

    Energy Technology Data Exchange (ETDEWEB)

    Mietelski, J.W. E-mail: mietelsk@alf.ifj.edu.pl; Gaca, P.; Jasinska, M

    2000-07-15

    The results of the investigation of {sup 239+240}Pu, {sup 241}Am and thorium isotope activity concentrations in bones of wild herbivorous animals (deer, roe-deer, boars, elks) from north-eastern Poland are presented. The area on which the animals were living had relatively high Chernobyl plutonium fallout. Possible traces of plutonium were seen only in four samples, but only for one it was it 3{sigma} above background, at 6.2 {+-} 2.4 mBq/kg (ash). The {sup 241}Am activity concentration was below the detection limits in all samples. The maximum {sup 228}Th concentration in the samples was 7.81 {+-} 0.44 Bq/kg (ash), calculated under the assumption of 100% thorium recovery. This isotope seems to originate in bones not from direct incorporation but from the decay of {sup 228}Ra. Large variations in activity concentration was observed, as well as some differences between boars and the chewing animals.

  15. Approach for Pesticide Residue Analysis for Metabolite Prothioconazole-desthio in Animal Origin Food.

    Science.gov (United States)

    Liu, Hui; Yao, Guojun; Liu, Xueke; Liu, Chang; Zhan, Jing; Liu, Donghui; Wang, Peng; Zhou, Zhiqiang

    2017-03-22

    Food safety problems such as damage to immune, nervous, and endocrine systems leading to cancer and malformations have received increasing attention. To achieve the maximum residue limits, the most discussed method of high-performance liquid chromatography-tandem mass spectrometry (HPLC-MS/MS) is widely used with a advantage of high precision and resolution. Prothioconazole is a broad-spectrum thiocarbamate fungicide. It can rapidly metabolize to prothioconazole-desthio in different matrixes. Rapid and effective methods for the determination of prothioconazole-desthio in five kinds of different animal food were developed. Samples were extracted with acetonitrile or acetonitrile/water and determined by HPLC-MS/MS. The limit of detection and limit of quantification values of prothioconazole-desthio were 0.015 and 0.05 mg/kg for porcine liver and kidney, 0.0015 and 0.005 mg/kg for pork, and 0.003 and 0.01 mg/kg for eggs, together with 0.0012 and 0.004 mg/kg for milk of the detected method, respectively. A good linear regression trend can be observed in a certain concentration range for all of the animal food. At fortified levels, recoveries were between 83.6 and 105%, with relative standard deviations of 1.5-10.3%. A sample survey of 150 samples with 30 samples for each kind of animal food across the country was conducted and found that there was no prothioconazole-desthio detected in all samples.

  16. 9 CFR 355.26 - Samples of certified products, ingredients, etc., to be taken for examination.

    Science.gov (United States)

    2010-01-01

    ... AND POULTRY PRODUCTS INSPECTION AND VOLUNTARY INSPECTION AND CERTIFICATION CERTIFIED PRODUCTS FOR DOGS... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Samples of certified products, ingredients, etc., to be taken for examination. 355.26 Section 355.26 Animals and Animal Products FOOD SAFETY...

  17. Stability of aflatoxin B1 in animal feed candidate reference materials

    NARCIS (Netherlands)

    Roos, A.H.; Mazijk, van R.J.; Tuinstra, L.G.M.T.; Huf, F.A.

    1991-01-01

    Two candidate reference materials animal feed were stored at a temperature of -18°C, 4 C, 20°C and 37°C. The stability of aflatoxin B1 was studied duringa period of two years. A significant decrease in the aflatoxin B1 content was measured in the samples stared at 20°C and 37°C. In the samples

  18. The Protection of Animals in Thailand--An Insight into Animal Protection Legislation

    Directory of Open Access Journals (Sweden)

    Sulaiman Dorloh

    2017-09-01

    Full Text Available There are many critics of current Thai law concerning the welfare of animals. They argue that the PACPAWA,2014 is inadequate to protect the welfare of animals. The absence of clear guidelines in the legislation concerning animal welfare has resulted in animal welfare receiving inadequate protection. There are other limitations contributing to the inadequacy of existing laws in protecting animals in Thailand. The possible penalties are very low. For the offence of cruelty against an animal, the PACPAWA,2014 sets a maximum fine of TBH 2000. This is considered inadequate and ineffective in preventing cruelty to animals. The study utilises doctrinal legal research or library-based research approach to provide valuable insights in understanding the law and and ascertaining the principles of legal interpretation and analysis. The study also provides possible suggestions to enhance the protection of the welfare of animals in Thailand. The research suggests that education should play an important role in promoting kindness towards animals.

  19. Mental illness in Disney animated films.

    Science.gov (United States)

    Lawson, Andrea; Fouts, Gregory

    2004-05-01

    To examine the prevalence of verbalizations about mental illness in the animated feature films of The Walt Disney Company (TWDC). We discuss the results within the context of children's repeated exposure to popular animated movies and their learning of labels and stereotypes associated with mental illness. We recommend further research on this topic. We coded 34 animated feature films produced by TWDC for mental illness references (for example, "crazy" or "nuts"). We developed a coding manual to systematize the content analysis, to ensure accuracy of the data, and to ascertain intercoder reliability. Most of the films (that is, 85%) contain verbal references to mental illness, with an average of 4.6 references per film. The references were mainly used to set apart and denigrate the characters to whom they referred. Twenty-one percent of the principal characters were referred to as mentally ill. We discuss the contributions and limitations of the study. The findings have implications for child viewers in terms of their potentially learning prejudicial attitudes and distancing behaviours toward individuals perceived as being mentally ill. To further verify this connection, an assessment of the incidence of Disney film exposure and attitudes toward people with a mental illness, using a sample of school-aged children, is needed.

  20. Identification of cattle, buffaloes and rodents as reservoir animals of Leptospira in the District of Gampaha, Sri Lanka.

    Science.gov (United States)

    Denipitiya, D T H; Chandrasekharan, N V; Abeyewickreme, W; Hartskeerl, R A; Hapugoda, M D

    2017-03-23

    Leptospirosis is an important emerging infectious disease in Sri Lanka. Rats are the most important reservoir of Leptospira but domestic and wild mammals may also act as important maintenance or accidental hosts. In Sri Lanka, knowledge of reservoir animals of leptospires is poor. The objective of this study was to identify potential reservoir animals of Leptospira in the District of Gampaha, Sri Lanka. Blood and kidney samples were collected from 38 rodents and mid-stream urine samples were randomly collected from 45 cattle and five buffaloes in the District of Gampaha. Kidney and urine samples were tested by real-time polymerase chain reaction (PCR) and serum samples were tested by the microscopic agglutination test (MAT). Of the 38 rodent kidney samples, 11% (4/38) were positive by real-time PCR. The prevalence of leptospiral carriage was 11% (3/26) and 8% (1/12) in female and male rodents, respectively. Three rodent serum samples were positive by MAT. Of the 50 cattle/buffalo urine samples tested, 10% (5/50) were positive by real-time PCR. The prevalence of leptospiral carriage was 9% (4/45) and 20% (1/5) in cattle and buffaloes, respectively. Results of PCR and MAT showed that Leptospira were present in a significant proportion of the rodents and farm animals tested in this study and suggest that these (semi-) domestic animals form an infection reservoir for Leptospira. Therefore, there is a potential zoonotic risk to public health, most notably to farmers in this area.

  1. Human-animal relationships: from daily life to animal-assisted therapies

    Directory of Open Access Journals (Sweden)

    Marine Grandgeorge

    2011-12-01

    Full Text Available Humans have a long history of relationship with domestic animals and nowadays pets often act as "social substitutes" through bonding. There is some evidence that pet presence at home may induce well being in people and the development of social skills in children. Animal assisted therapies aim at developing these skills in patients on the basis of human animal interactions. Experimental data obtained on animal models suggest that this is indeed a promising line. There is however a lack of clear scientific data that would help defines what the most appropriate procedures or species may be. Improvements are observed, but again sound scientific data are mostly missing. Attention must be given to the welfare of the animals being used.

  2. Animal Feeding Operations

    Science.gov (United States)

    ... type=”submit” value=”Submit” /> Healthy Water Home Animal Feeding Operations Recommend on Facebook Tweet Share Compartir ... of Concentrated Animal Feeding Operations (CAFOs) What are Animal Feeding Operations (AFOs)? According to the United States ...

  3. Animation of Antimicrobial Resistance

    Science.gov (United States)

    ... Animal & Veterinary Cosmetics Tobacco Products Animal & Veterinary Home Animal & Veterinary Safety & Health Antimicrobial Resistance Animation of Antimicrobial Resistance Share Tweet Linkedin Pin ...

  4. Decomposing highly edge-connected graphs into homomorphic copies of a fixed tree

    DEFF Research Database (Denmark)

    Merker, Martin

    2016-01-01

    far this conjecture has only been verified for paths, stars, and a family of bistars. We prove a weaker version of the Tree Decomposition Conjecture, where we require the subgraphs in the decomposition to be isomorphic to graphs that can be obtained from T by vertex-identifications. We call......The Tree Decomposition Conjecture by Barát and Thomassen states that for every tree T there exists a natural number k(T) such that the following holds: If G is a k(T)-edge-connected simple graph with size divisible by the size of T, then G can be edge-decomposed into subgraphs isomorphic to T. So...... such a subgraph a homomorphic copy of T. This implies the Tree Decomposition Conjecture under the additional constraint that the girth of G is greater than the diameter of T. As an application, we verify the Tree Decomposition Conjecture for all trees of diameter at most 4....

  5. Contamination with bacterial zoonotic pathogen genes in U.S. streams influenced by varying types of animal agriculture

    Science.gov (United States)

    Haack, Sheridan K.; Duris, Joseph W.; Kolpin, Dana W.; Focazio, Michael J.; Meyer, Michael T.; Johnson, Heather E.; Oster, Ryan J.; Foreman, William T.

    2016-01-01

    Animal waste, stream water, and streambed sediment from 19 small (animal agriculture (control, n = 4), or predominantly beef (n = 4), dairy (n = 3), swine (n = 5), or poultry (n = 3) were tested for: 1) cholesterol, coprostanol, estrone, and fecal indicator bacteria (FIB) concentrations, and 2) shiga-toxin producing and enterotoxigenic Escherichia coli, Salmonella, Campylobacter, and pathogenic and vancomycin-resistant enterococci by polymerase chain reaction (PCR) on enrichments, and/or direct quantitative PCR. Pathogen genes were most frequently detected in dairy wastes, followed by beef, swine and poultry wastes in that order; there was only one detection of an animal-source-specific pathogen gene (stx1) in any water or sediment sample in any control watershed. Post-rainfall pathogen gene numbers in stream water were significantly correlated with FIB, cholesterol and coprostanol concentrations, and were most highly correlated in dairy watershed samples collected from 3 different states. Although collected across multiple states and ecoregions, animal-waste gene profiles were distinctive via discriminant analysis. Stream water gene profiles could also be discriminated by the watershed animal type. Although pathogen genes were not abundant in stream water or streambed samples, PCR on enrichments indicated that many genes were from viable organisms, including several (shiga-toxin producing or enterotoxigenic E. coli, Salmonella, vancomycin-resistant enterococci) that could potentially affect either human or animal health. Pathogen gene numbers and types in stream water samples were influenced most by animal type, by local factors such as whether animals had stream access, and by the amount of local rainfall, and not by studied watershed soil or physical characteristics. Our results indicated that stream water in small agricultural U.S. watersheds was susceptible to pathogen gene inputs under typical agricultural practices and environmental conditions

  6. Comparing the Effect of Animal-Rearing Education in Japan with Conventional Animal-Assisted Education.

    Science.gov (United States)

    Nakajima, Yuka

    2017-01-01

    An increasing number of teachers are introducing animals into their class so that pupils foster cognitive, physiological, and social skills through their interaction with animals. Along with such an educational style termed animal-assisted education (AAE), Japanese formal education has also utilized animals for education. Japanese animal-rearing education is unique regarding the following two points: (1) it takes the form of "education through assisting animals" rather than "animals assisting education" and (2) animal rearing is embedded in formal education. While conventional AAE expects the benefit from the social support of animals, Japanese animal-rearing education expects benefit from nurturing and caring for animals. The present study aims to identify effective methods for using animals for education by highlighting the benefits of Japanese animal-rearing education. An overview of Japanese animal-rearing education is followed by a critical review of empirical studies of conventional AAE and Japanese animal-rearing education. Despite the differences in the educational styles, it was found that both systems commonly help children adapt to school. Additionally, conventional AAE were effective in enhancing cognitive and athletic ability of students and foster social skills, while Japanese animal-rearing education enhanced academic knowledge and skills and cultivated sympathy for animals and other people. Furthermore, it was demonstrated that the experience of raising animals affects children's development for a long time even after children stop raising animals. In order to determine the effect of animal presence at school, however, more empirical studies with various viewpoints are necessary for both styles of education. Concerning Japanese animal-rearing education, the effects of the differences such as the amount of exposure to animals, developmental stage or character of individual children, the types of animals need to be controlled for a more sophisticated

  7. JUNGIAN GENDER IN ANIMAL ANIMATION FROM ANTHROPOMORPHISM PERSPECTIVE

    Directory of Open Access Journals (Sweden)

    Yustin Sartika

    2017-12-01

    Full Text Available Bear is usually depicted as a strong, brawny and blood-curdling animal. On the contrary, Pooh Bear is the fun-loving and caring main character while Masha Bear can handle all house works. Their characteristics can be related to Jungian gender theory which states that man is bisexual having both feminine and masculine sides. A focus on anima animus is established through qualitative research analysis of bear characters' actions and the characters around within the plots of Winnie-the-Pooh and Masha and the Bear. Masha and the Bear is adapted from the real story in Russia. The use of anthropomorphic storytelling in those animations can bridge the conceptual and moral gulf which separate human from animal. By using anthropomorphism perspective, this research is aimed to find the feminine and masculine stereotype of Pooh and Bear characters. Anthropomorphism is divided into the animation of physical and psychological qualities. The result shows that small bright yellow body on a short red t-shirt makes Pooh look more lovable. Another woman stereotype is portrayed from the name given, Winnie, and his most favorite honey. Masha Bear‘s physical qualities are quite identical to a real bear. Beyond his strong and brawny body, he is a spick-and-span bear. He is a merciful bear who becomes a caregiver for Masha, the parentless girl. Anthropomorphism creates great empathy in humans. This empathy can be combined with a simplified narrative to provoke genuine feeling from audiences. It draws attention to feminine and masculine stereotype of human to identify in animal animation.

  8. Meat liking, animal welfare and consumer willingness to pay

    Directory of Open Access Journals (Sweden)

    Fabio Napolitano

    2010-01-01

    Full Text Available Three products (beef, lamb and chicken were used to assess the effect of information about animal welfare on meat liking. Each experiment was planned in three tests. In the first test the consumers were offered the product, and asked to taste it and rate their liking receiving no information (perceived liking. In the second test the subjects received the information concerning farming conditions and their effects on animal welfare. They were asked to read the information and give their liking expectation for that product (expected liking. In the third test consumers were given the product along with the information sheet. They were instructed to read the information before tasting the sample and express their liking score (actual liking. Consumers rated the products on a nine-point hedonic scale. Only for beef, a second-price sealed-bid auction was used to assess consumer willingness to pay (WTP according to the level of welfare of the animals used in the production process. Results from the three experiments showed that expectations induced by the information on animal welfare affected quality perception. Thus, if expectations were negatively disconfirmed (the product was worse than expected, the assimilation model was generally applicable, which means that hedonic ratings moved towards the expectations when external information on animal welfare was given compared to tasting without information. In addition, consumers showed a WTP for beef paired with information higher than its actual commercial value (P<0.001. In conclusion, information about animal welfare can be a major determinant of animal-based food liking and consumer WTP.

  9. Comparing the Effect of Animal-Rearing Education in Japan with Conventional Animal-Assisted Education

    Directory of Open Access Journals (Sweden)

    Yuka Nakajima

    2017-06-01

    Full Text Available An increasing number of teachers are introducing animals into their class so that pupils foster cognitive, physiological, and social skills through their interaction with animals. Along with such an educational style termed animal-assisted education (AAE, Japanese formal education has also utilized animals for education. Japanese animal-rearing education is unique regarding the following two points: (1 it takes the form of “education through assisting animals” rather than “animals assisting education” and (2 animal rearing is embedded in formal education. While conventional AAE expects the benefit from the social support of animals, Japanese animal-rearing education expects benefit from nurturing and caring for animals. The present study aims to identify effective methods for using animals for education by highlighting the benefits of Japanese animal-rearing education. An overview of Japanese animal-rearing education is followed by a critical review of empirical studies of conventional AAE and Japanese animal-rearing education. Despite the differences in the educational styles, it was found that both systems commonly help children adapt to school. Additionally, conventional AAE were effective in enhancing cognitive and athletic ability of students and foster social skills, while Japanese animal-rearing education enhanced academic knowledge and skills and cultivated sympathy for animals and other people. Furthermore, it was demonstrated that the experience of raising animals affects children’s development for a long time even after children stop raising animals. In order to determine the effect of animal presence at school, however, more empirical studies with various viewpoints are necessary for both styles of education. Concerning Japanese animal-rearing education, the effects of the differences such as the amount of exposure to animals, developmental stage or character of individual children, the types of animals need to be

  10. Animation of Antimicrobial Resistance

    Medline Plus

    Full Text Available ... Animal & Veterinary Cosmetics Tobacco Products Animal & Veterinary Home Animal & Veterinary Safety & Health Antimicrobial Resistance Animation of Antimicrobial Resistance Share Tweet Linkedin Pin ...

  11. Some optimizations of the animal code

    International Nuclear Information System (INIS)

    Fletcher, W.T.

    1975-01-01

    Optimizing techniques were performed on a version of the ANIMAL code (MALAD1B) at the source-code (FORTRAN) level. Sample optimizing techniques and operations used in MALADOP--the optimized version of the code--are presented, along with a critique of some standard CDC 7600 optimizing techniques. The statistical analysis of total CPU time required for MALADOP and MALAD1B shows a run-time saving of 174 msec (almost 3 percent) in the code MALADOP during one time step

  12. Cr and Yb markers determination in animal feces by energy dispersive X-ray fluorescence

    International Nuclear Information System (INIS)

    Almeida, Eduardo de; Senicato, Luis A; Nascimento Filho, Virgilio F.; Gomide, Catarina A.

    2007-01-01

    Chromium and Ytterbium elements are utilized in animal nutritional studies as markers. This paper describes an analytical method for Cr and Yb determination in solid buffalo feces sample using standard addition method and energy dispersive X-ray spectrometry (EDXRF) technique. One gram dried sample was pressed manually in an XRF sample cup with Mylar film (6.3 μm thickness) in the bottom. The experimental conditions were: Mo target X-ray tube with Zr filter, operated at 25 kV/10 mA, and 500 s of acquisition time. The limits of detection for Cr and Yb were 16.6 and 11.4 mg/kg, respectively. This methodology has showed appropriated for simultaneous Cr and Yb determination as marker in animal feces. (author)

  13. Cr and Yb markers determination in animal feces by energy dispersive X-ray fluorescence

    Energy Technology Data Exchange (ETDEWEB)

    Almeida, Eduardo de; Senicato, Luis A; Nascimento Filho, Virgilio F. [Centro de Energia Nuclear na Agricultura (CENA), Piracicaba, SP (Brazil). Lab. de Instrumentacao Nuclear (LIN)]. E-mail: edualm@usp.br; Gomide, Catarina A. [Universidade de Sao Paulo (USP), Pirassununga, SP (Brazil). Faculdade de Zootecnia e Engenharia de Alimentos (FZEA). Dept. de Zootecnia]. E-mail: cbgomide@usp.br

    2007-07-01

    Chromium and Ytterbium elements are utilized in animal nutritional studies as markers. This paper describes an analytical method for Cr and Yb determination in solid buffalo feces sample using standard addition method and energy dispersive X-ray spectrometry (EDXRF) technique. One gram dried sample was pressed manually in an XRF sample cup with Mylar film (6.3 {mu}m thickness) in the bottom. The experimental conditions were: Mo target X-ray tube with Zr filter, operated at 25 kV/10 mA, and 500 s of acquisition time. The limits of detection for Cr and Yb were 16.6 and 11.4 mg/kg, respectively. This methodology has showed appropriated for simultaneous Cr and Yb determination as marker in animal feces. (author)

  14. Demonstrating idAnimate : a multi-touch system for sketching and rapidly manipulating animations

    NARCIS (Netherlands)

    Quevedo Fernandez, Javier; Martens, J.B.O.S.

    2012-01-01

    This demonstration presents idAnimate, a multi-touch application for sketching animations. Thanks to the affordances provided by multitouch interfaces, idAnimate yields a novel, intuitive and easy to use animation technique named transformation-by-example, that allows users to author animations in

  15. Animal violence demystified

    NARCIS (Netherlands)

    Natarajan, Deepa; Caramaschi, Doretta

    2010-01-01

    Violence has been observed in humans and animals alike, indicating its evolutionary/biological significance. However, violence in animals has often been confounded with functional forms of aggressive behavior. Currently, violence in animals is identified primarily as either a quantitative behavior

  16. Factors Informing Outcomes for Older Cats and Dogs in Animal Shelters

    Directory of Open Access Journals (Sweden)

    Sloane Hawes

    2018-03-01

    Full Text Available With advances in veterinary medicine that can increase the lifespan of cats and dogs and the effectiveness of spay/neuter programs in reducing the juvenile population of pets, animal shelters are experiencing an increasing population of older companion animals in their care. The purpose of this study was to assess the factors that inform the outcomes of these older cats and dogs. The sample consisted of 124 cats and 122 dogs that were over the age of 84 months (seven years who were taken into a shelter over a one-year period. To assess the impact of condition at intake on the outcome for the senior animals, a multinomial logistic regression was performed. These findings indicate that preventative programming that can address the reasons these older animals are surrendered, as well as advancements in specialized medical or behavioral programs for ageing companion animals, may support an increase in live outcomes for older cats and dogs in shelters. Further study is needed to evaluate how the quality of life of older animals is impacted by remaining in the care of shelters rather than being euthanized.

  17. Coprological study of gastrointestinal parasites of captive animals at Rangpur Recreational Garden and Zoo in Bangladesh

    Directory of Open Access Journals (Sweden)

    M.M. Khatun

    2014-07-01

    Full Text Available A survey was undertaken to investigate the prevalence of gastrointestinal parasites in different groups of mammals housed at Rangpur Recreational Garden and Zoo in Bangladesh. A total of 45 fecal samples of different animals (11 carnivores, 26 herbivores and 8 primates were examined from April to September 2011 for the presence of gastrointestinal parasites. The overall prevalence of parasitic infection was 60% (27/45 of which 35.6% (16/45 were helminth infections and 24% (11/45 were protozoic infections. The identified parasites included protozoa (Balantidium coli and Coccidia sp., nematodes (Toxascaris leonina, Toxocara cati, Strongyloides sp., Dictyocaulus sp., Trichuris sp. and stomach worm, cestodes (Spirometra sp. and Moniezia benedeni and trematodes (Fasciola sp.. At least one parasite was identified in the fecal samples of all animals except of the samples from bear, python, water buck and olive baboon. Mixed infections were observed in Rhesus monkey (Trichuris sp. and Balantidium coli, in deer (Strongyloides sp. and Coccidia sp. and in lion (Toxascaris leonina and Spirometra sp.. Helminth infections were more common than protozoic infections in carnivores and herbivores, whereas in primates, protozoic infections were more common than helminth infections. The high prevalence of gastrointestinal parasites found in zoo animals in this study emphasizes the importance of controlling these parasitic infections in order to safeguard the health of housed wild animals and of the humans working with these animals.

  18. The role of the World Organisation for Animal Health (OIE) to facilitate the international trade in animals and animal products.

    Science.gov (United States)

    Brückner, G K

    2009-03-01

    The international trade in animals and animal products has become a sensitive issue for both developed and developing countries by posing an important risk for the international spread of animal and human pathogens whilst at the same time being an essential activity to ensure world-wide food security and food safety. The OIE has since its founding in 1924, applied a democratic and transparent decision-making process to continuously develop and review international standards for animal health and zoonoses to facilitate trade in animals and animal products. The role of the OIE is also mandated by the World Trade Organization (WTO) as international reference point for standards related to animal health. In support of its overall objective of promoting animal health world-wide, the OIE has also launched several other initiatives such as the improvement of the governance of veterinary services within its member countries and territories and to enhance the availability of diagnostic and scientific expertise on a more even global geographical distribution. Several trade facilitating concepts such as country, zonal and compartment freedom from disease as well the trade in disease free commodities has been introduced to enhance the trade in animals and animal products for all its members including those from developing and transitional countries who are still in the process of enhancing to full compliance with international sanitary standards.

  19. Carotenoids in Marine Animals

    Science.gov (United States)

    Maoka, Takashi

    2011-01-01

    Marine animals contain various carotenoids that show structural diversity. These marine animals accumulate carotenoids from foods such as algae and other animals and modify them through metabolic reactions. Many of the carotenoids present in marine animals are metabolites of β-carotene, fucoxanthin, peridinin, diatoxanthin, alloxanthin, and astaxanthin, etc. Carotenoids found in these animals provide the food chain as well as metabolic pathways. In the present review, I will describe marine animal carotenoids from natural product chemistry, metabolism, food chain, and chemosystematic viewpoints, and also describe new structural carotenoids isolated from marine animals over the last decade. PMID:21566799

  20. Verification of animal species in ham and salami by dna microarray and real time pcr methods

    Directory of Open Access Journals (Sweden)

    Zuzana Drdolová

    2017-01-01

    Full Text Available Consumer protection and detecting of adulteration is very important and has a wide societal impact in the economic sphere. Detection of animal species in meat products and the use of combining different methods is one of the means to achieve relevant product status. The aim of this study was to reveal whether or not the products label clearly meets the content declared by producer. In our study, 29 samples of meat products such as salami and ham obtained from stores and supermarkets in Slovakia were analyzed to detect the existing animal species according to the product label the use of Chipron LCD Array Analysis System, Meat 5.0. Products in which the presence of non-declared animal species has been detected were subjected to testing by the innuDETECT PCR Real-Time Kit, repeatedly. The results showed that 20 (68.96% samples were improperly labeled. From in total 14 tested ham samples 11 (78.57% products exhibited non-conformity with declared composition. Tested salami samples (15 revealed 9 (60% incorrectly labelled products. The results obtained by DNA Microarray and Real Time PCR methods were identical, and both methods should be extensively promoted for the detection of animal species in the meat and meat products. Normal 0 21 false false false EN-GB X-NONE X-NONE

  1. Animation of Antimicrobial Resistance

    Medline Plus

    Full Text Available ... Emitting Products Vaccines, Blood & Biologics Animal & Veterinary Cosmetics Tobacco Products Animal & Veterinary Home Animal & Veterinary Safety & Health ... Emitting Products Vaccines, Blood & Biologics Animal & Veterinary Cosmetics Tobacco Products

  2. Animal Bites

    Science.gov (United States)

    Wild animals usually avoid people. They might attack, however, if they feel threatened, are sick, or are protecting their ... or territory. Attacks by pets are more common. Animal bites rarely are life-threatening, but if they ...

  3. 75 FR 11451 - New Animal Drugs for Use in Animal Feeds; Zilpaterol

    Science.gov (United States)

    2010-03-11

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feeds; Zilpaterol AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of three abbreviated new animal drug applications (ANADAs) filed...

  4. 78 FR 76059 - New Animal Drugs for Use in Animal Feeds; Bambermycins

    Science.gov (United States)

    2013-12-16

    .... FDA-2012-N-0002] New Animal Drugs for Use in Animal Feeds; Bambermycins AGENCY: Food and Drug... amending the animal drug regulations to remove dairy replacement heifers from the pasture cattle class for....gov . SUPPLEMENTARY INFORMATION: FDA has noticed that the animal drug regulations for bambermycins...

  5. Determinants of consumer intention to purchase animal-friendly milk.

    Science.gov (United States)

    de Graaf, Sophie; Van Loo, Ellen J; Bijttebier, Jo; Vanhonacker, Filiep; Lauwers, Ludwig; Tuyttens, Frank A M; Verbeke, Wim

    2016-10-01

    Concern about the welfare of production animals is growing among various stakeholders, including the general public. Citizens can influence the market for premium welfare products by expressing public concerns, and consumers-the actors who actually purchase products-can do so through their purchasing behavior. However, current market shares for premium welfare products are small in Europe. To better align purchase behavior with public and individuals' concerns, insight is needed into determinants that influence the intention to purchase premium welfare products. A cross-sectional online survey of 787 Flemish milk consumers was conducted to investigate attitudes toward and intention to purchase animal-friendly milk. More than half of the sample (52.5%) expressed the intention to purchase animal-friendly milk. Linear regression modeling indicated that intention was positively influenced by (1) higher perceived product benefits from animal-friendly milk (milk with more health benefits and higher quality); (2) higher personal importance of extrinsic product attributes such as local production and country of origin; (3) higher personal importance of animal welfare; (4) a more natural living oriented attitude toward cows; and (5) a more positive general attitude toward milk. Intention was negatively influenced by (1) a stronger business-oriented attitude toward cows; and (2) by a higher personal importance attached to price. These insights in key components of purchase intention can assist producers, the dairy industry, and retailers to position and market animal-friendly milk. Copyright © 2016 American Dairy Science Association. Published by Elsevier Inc. All rights reserved.

  6. Detecting Methemoglobinemia in Animals with a Drop of Blood.

    Directory of Open Access Journals (Sweden)

    Toni G Patton

    Full Text Available A major concern during pesticide development and use is the impact on non-target species, such as raptors or domestic cats and dogs. Sodium nitrite and para-aminopropiophenone (PAPP are two toxicants currently being studied for the control of invasive species, such as starlings and feral swine. When given to an animal these compounds oxidize hemoglobin, which renders it unable to carry oxygen resulting in methemoglobinemia. This study developed a method to estimate methemoglobin levels in mammals and birds by examining the efficacy of sodium nitrite to induce the conversion of hemoglobin to methemoglobin. Varying concentrations of sodium nitrite were added to aliquots of coyote, vole, feral swine, starling, and duck blood, collected from captive animals. The blood samples were analyzed spectrophotometrically to determine percent methemoglobin and digitally to determine red color values (RCV associated with different methemoglobin levels. The avian and mammalian blood reached 100% methemoglobin levels at 200 mM and 15 mM sodium nitrite, respectively. All animals had similar RCV for a given percent methemoglobin. In conclusion, this study developed a procedure to quickly determine methemoglobin levels in mammals and birds. Furthermore, percent methemoglobin can be estimated with one standard curve from any animal species and an image of a blood spot. The technique will be useful during field studies, in agricultural areas, or in a veterinarian's office for the rapid diagnosis of methemoglobinemia in non-target animals that have eaten toxicants/baits or baited animals.

  7. 76 FR 60721 - New Animal Drugs for Use in Animal Feeds; Melengestrol; Monensin

    Science.gov (United States)

    2011-09-30

    .... FDA-2011-N-0003] New Animal Drugs for Use in Animal Feeds; Melengestrol; Monensin AGENCY: Food and... amending the animal drug regulations to reflect approval of a supplemental abbreviated new animal drug application (ANADA) filed by Ivy Laboratories, Division of Ivy Animal Health, Inc. The supplemental ANADA...

  8. Networked and Distributed Control Method with Optimal Power Dispatch for Islanded Microgrids

    DEFF Research Database (Denmark)

    Li, Qiang; Peng, Congbo; Chen, Minyou

    2017-01-01

    of controllable agents. The distributed control laws derived from the first subgraph guarantee the supply-demand balance, while further control laws from the second subgraph reassign the outputs of controllable distributed generators, which ensure active and reactive power are dispatched optimally. However...... according to our proposition. Finally, the method is evaluated over seven cases via simulation. The results show that the system performs as desired, even if environmental conditions and load demand fluctuate significantly. In summary, the method can rapidly respond to fluctuations resulting in optimal...

  9. Delayed matching-to-sample: A tool to assess memory and other cognitive processes in pigeons.

    Science.gov (United States)

    Zentall, Thomas R; Smith, Aaron P

    2016-02-01

    Delayed matching-to-sample is a versatile task that has been used to assess the nature of animal memory. Although once thought to be a relatively passive process, matching research has demonstrated considerable flexibility in how animals actively represent events in memory. But delayed matching can also demonstrate how animals fail to maintain representations in memory when they are cued that they will not be tested (directed forgetting) and how the outcome expected can serve as a choice cue. When pigeons have shown divergent retention functions following training without a delay, it has been taken as evidence of the use of a single-code/default coding strategy but in many cases an alternative account may be involved. Delayed matching has also been used to investigate equivalence learning (how animals represent stimuli when they learn that the same comparison response is correct following the presentation of two different samples) and to test for metamemory (the ability of pigeons to indicate that they understand what they know) by allowing animals to decline to be tested when they are uncertain that they remember a stimulus. How animals assess the passage of time has also been studied using the matching task. And there is evidence that when memory for the sample is impaired by a delay, rather than use the probability of being correct for choice of each of the comparison stimuli, pigeons tend to choose based on the overall sample frequency (base-rate neglect). Finally, matching has been used to identify natural color categories as well as dimensional categories in pigeons. Overall, matching to sample has provided an excellent methodology for assessing an assortment of cognitive processes in animals. Copyright © 2015 Elsevier B.V. All rights reserved.

  10. Animation of Antimicrobial Resistance

    Medline Plus

    Full Text Available ... Radiation-Emitting Products Vaccines, Blood & Biologics Animal & Veterinary Cosmetics Tobacco Products Animal & Veterinary Home Animal & Veterinary Safety & ... Radiation-Emitting Products Vaccines, Blood & Biologics Animal & Veterinary Cosmetics Tobacco Products

  11. Trichinella spp. imported with live animals and meat.

    Science.gov (United States)

    Pozio, Edoardo

    2015-09-30

    Nematodes of the genus Trichinella are widely distributed throughout the world in omnivorous and carnivorous animals (mammals, birds, and reptiles) and in incidental hosts. To prevent the transmission of these zoonotic parasites to humans, meat samples from Trichinella spp. susceptible animals are tested at the slaughterhouse or in game processing plants. The aim of the present review was to collect documented cases on Trichinella infected animals, meat, or meat derived products which reached the international trade or were illegally introduced from one to another country in personal baggage. In the course of the last 60 years in the international literature, there have been 43 reports of importation of Trichinella spp. infected animals or meat, most of which (60%, 26/43) related to live horses or their meat. Meat or meat derived products from pigs, wild boar and bears, account only for 18.6% (8/43), 4.7% (3/43), and 14.3% (6/43), respectively. However, only live horses or their meat intended for human consumption, meat from a single wild boar, and live polar bears caught in the wild for zoos, were imported through the international market; whereas, meat from pigs, wild boars and bears were illegally introduced in a country in personal baggage. Trichinella infected animals or meat which were officially or illegally introduced in a country were the source of 3443 Trichinella infections in humans in a 40-year period (1975-2014). Most of these infections (96.8%) have been linked to horsemeat consumption, whereas meat from pigs, wild boars and bears accounted only for 2.2%, 0.7% and 0.3% of cases, respectively. This review shows the Trichinella spp. risk in the international animal and meat trade has been linked mainly to horses and only one time to wild boar, if they carcasses are not adequately tested, whereas pigs and other wild animals or their derived products infected with Trichinella spp. are unlikely to reach the international market by the official animal and

  12. 76 FR 76894 - New Animal Drugs for Use in Animal Feeds; Tilmicosin

    Science.gov (United States)

    2011-12-09

    .... FDA-2011-N-0003] New Animal Drugs for Use in Animal Feeds; Tilmicosin AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of a supplemental new animal drug application (NADA) filed by...

  13. 75 FR 9334 - New Animal Drugs for Use in Animal Feeds; Chlortetracycline

    Science.gov (United States)

    2010-03-02

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feeds; Chlortetracycline AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of a supplemental new animal drug application (NADA) filed by ADM...

  14. 75 FR 54019 - New Animal Drugs for Use in Animal Feed; Ractopamine

    Science.gov (United States)

    2010-09-03

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feed; Ractopamine AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of two supplemental new animal drug applications (NADAs) filed by...

  15. 75 FR 34361 - New Animal Drugs for Use in Animal Feeds; Florfenicol

    Science.gov (United States)

    2010-06-17

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feeds; Florfenicol AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of a supplemental new animal drug application (NADA) filed by...

  16. 77 FR 24138 - New Animal Drugs for Use in Animal Feeds; Tiamulin

    Science.gov (United States)

    2012-04-23

    .... FDA-2012-N-0002] New Animal Drugs for Use in Animal Feeds; Tiamulin AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of a supplemental new animal drug application (NADA) filed by...

  17. 75 FR 60308 - New Animal Drugs for Use in Animal Feeds; Melengestrol

    Science.gov (United States)

    2010-09-30

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feeds; Melengestrol AGENCY: Food and Drug... amending the animal drug regulations to more accurately reflect the recent approval of two supplemental new animal drug applications (NADAs) filed by Pharmacia & Upjohn Co., a Division of Pfizer, Inc. The...

  18. 77 FR 4228 - New Animal Drugs for Use in Animal Feeds; Monensin

    Science.gov (United States)

    2012-01-27

    .... FDA-2011-N-0003] New Animal Drugs for Use in Animal Feeds; Monensin AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of a supplemental new animal drug application (NADA) filed by...

  19. 76 FR 79064 - New Animal Drugs for Use in Animal Feeds; Monensin

    Science.gov (United States)

    2011-12-21

    .... FDA-2011-N-0003] New Animal Drugs for Use in Animal Feeds; Monensin AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of a supplemental new animal drug application (NADA) filed by...

  20. Tuberculosis at the human-animal interface: an emerging disease of elephants.

    Science.gov (United States)

    Mikota, Susan K; Maslow, Joel N

    2011-05-01

    Over the past 15 years, cases of infection with organisms of the Mycobacterium tuberculosis complex have been diagnosed among captive elephants in the United States and worldwide. Outbreak investigations have documented that among staff employed at facilities housing infected animals, skin test conversion to purified protein derivative have been documented. Clonal spread among animals in close contact and even inter-species spread between elephant and human has been documented. Detection of actively infected animals relies on samples obtained by trunk wash. Diagnosis has been augmented by the development of a multi-antigen serologic assay with excellent specificity and sensitivity. Treatment regimens are still in development with efficacy largely unknown due to a paucity of both premortem follow-up and necropsy data of treated animals. The epidemiology, diagnosis and treatment of tuberculosis in elephants require additional careful study of clinical data. Copyright © 2011 Elsevier Ltd. All rights reserved.

  1. Impact of animal waste application on runoff water quality in field experimental plots.

    Science.gov (United States)

    Hill, Dagne D; Owens, William E; Tchoounwou, Paul B

    2005-08-01

    Animal waste from dairy and poultry operations is an economical and commonly used fertilizer in the state of Louisiana. The application of animal waste to pasture lands not only is a source of fertilizer, but also allows for a convenient method of waste disposal. The disposal of animal wastes on land is a potential nonpoint source of water degradation. Water degradation and human health is a major concern when considering the disposal of large quantities of animal waste. The objective of this research was to determine the effect of animal waste application on biological (fecal coliform, Enterobacter spp. and Escherichia coli) and physical/chemical (temperature, pH, nitrate nitrogen, ammonia nitrogen, phosphate, copper, zinc, and sulfate) characteristics of runoff water in experimental plots. The effects of the application of animal waste have been evaluated by utilizing experimental plots and simulated rainfall events. Samples of runoff water were collected and analyzed for fecal coliforms. Fecal coliforms isolated from these samples were identified to the species level. Chemical analysis was performed following standard test protocols. An analysis of temperature, ammonia nitrogen, nitrate nitrogen, iron, copper, phosphate, potassium, sulfate, zinc and bacterial levels was performed following standard test protocols as presented in Standard Methods for the Examination of Water and Wastewater [1]. In the experimental plots, less time was required in the tilled broiler litter plots for the measured chemicals to decrease below the initial pre-treatment levels. A decrease of over 50% was noted between the first and second rainfall events for sulfate levels. This decrease was seen after only four simulated rainfall events in tilled broiler litter plots whereas broiler litter plots required eight simulated rainfall events to show this same type of reduction. A reverse trend was seen in the broiler litter plots and the tilled broiler plots for potassium. Bacteria numbers

  2. Mentalizing animals

    DEFF Research Database (Denmark)

    Kasperbauer, Tyler Joshua

    2017-01-01

    Ethicists have tended to treat the psychology of attributing mental states to animals as an entirely separate issue from the moral importance of animals’ mental states. In this paper I bring these two issues together. I argue for two theses, one descriptive and one normative. The descriptive thesis...... holds that ordinary human agents use what are generally called phenomenal mental states (e.g., pain and other emotions) to assign moral considerability to animals. I examine recent empirical research on the attribution of phenomenal states and agential states (e.g., memory and intelligence) to argue...... that phenomenal mental states are the primary factor, psychologically, for judging an animal to be morally considerable. I further argue that, given the role of phenomenal states in assigning moral considerability, certain theories in animal ethics will meet significant psychological resistance. The normative...

  3. 77 FR 22667 - New Animal Drugs for Use in Animal Feeds; Tiamulin

    Science.gov (United States)

    2012-04-17

    .... FDA-2012-N-0002] New Animal Drugs for Use in Animal Feeds; Tiamulin AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect the withdrawal of approval of those parts of a new animal drug application...

  4. The effect of sampling frequency on the accuracy of estimates of milk ...

    African Journals Online (AJOL)

    Unknown

    1ARC-Animal Improvement Institute, Private Bag X5013, Stellenbosch 7599, South Africa; 2Department of Animal. Science, University of Stellenbosch, Stellenbosch, ... weekly sampling procedure currently used by the South African National Dairy Cattle Performance Testing Scheme. However, replacement of proportional ...

  5. Animal welfare and the human-animal bond: considerations for veterinary faculty, students, and practitioners.

    Science.gov (United States)

    Wensley, Sean P

    2008-01-01

    Consideration of the human-animal bond typically focuses on the benefits of companion animals to human health and well-being, but it is essential that in realizing these benefits the welfare needs of the animals, both physical and mental, are also met. Positive emotional relationships with animals are likely to increase recognition of animal sentience and so help create positive attitudes toward animals at the societal level, but, at the individual level, the animals to which humans are bonded should also benefit from the human-animal relationship. A strong human-animal bond may benefit animal welfare (e.g., by motivating an owner to commit time and funds to necessary veterinary medical treatment), but may also be the source of compromised welfare. Highly bonded owners may, for example, be reluctant to permit euthanasia on humane grounds, and the anthropomorphic nature of many human-companion animal bonds can contribute to the development of problem behaviors and obesity. The challenge for the veterinary profession is to ensure that widespread positive sentiment toward animals, which the human-animal bond generates, is translated in to human behavior and actions that are conducive to good animal welfare. This, it is suggested, can be achieved through adequate veterinary education in veterinary and animal welfare science, ethics, and communication.

  6. 77 FR 58021 - New Animal Drugs for Use in Animal Feeds; Monensin

    Science.gov (United States)

    2012-09-19

    ... [Docket No. FDA-2012-N-0002] New Animal Drugs for Use in Animal Feeds; Monensin AGENCY: Food and Drug... amending the animal drug regulations to remove a warning for growing cattle on pasture or in dry lot and to... . SUPPLEMENTARY INFORMATION: FDA has noticed that the animal drug regulations for certain monensin free-choice...

  7. Measuring general animal health status: Development of an animal health barometer.

    Science.gov (United States)

    Depoorter, Pieter; Van Huffel, Xavier; Diricks, Herman; Imberechts, Hein; Dewulf, Jeroen; Berkvens, Dirk; Uyttendaele, Mieke

    2015-03-01

    The development of an animal health barometer, an instrument to measure the general health of the Belgian livestock population on a yearly basis and to monitor its evolution over time, is described. The elaboration of a set of 13 animal health indicators (AHIs) as the basis for the animal health barometer is discussed. These indicators were weighted by experts - including scientists, policy makers and agro-industrial representatives - to determine their relative weight in the barometer. The result of the barometer is expressed as a comparison with a previous year. Based on the results of the 13 AHIs, it is concluded that general animal health in Belgium shows a positive evolution since 2008. The animal health barometer provides a composite view of the status of livestock health in Belgium and is a tool to communicate in an intelligible, comprehensible manner on aspects of animal health to consumers and professional stakeholders in the animal production and food chain. Together with the food safety barometer (Baert et al., 2011. Food Res. Int. 44, 940) and the plant health barometer (Wilmart et al., 2014. Eur. J. Plant Pathol. doi: 10.1007/s10658-014-0547-x), the animal health barometer is one of the three instruments to provide a holistic view on the overall status of the safety of the food chain in Belgium. Copyright © 2014 Elsevier B.V. All rights reserved.

  8. [Labeling, defects, possibilities--animal welfare in the identification of animals].

    Science.gov (United States)

    Wormuth, H J

    1991-09-01

    Marking is necessary not only for handling animals, but also because of animal welfare. The method itself, however, can sometimes reveal deficiencies concerning protection of animals. These deficiencies are presented and discussed. In this context, the new electronic identification system--based upon implantable microchips--is considered. It is judged upon as particularly positive compared to other methods. Ideas are presented regarding special fields of application.

  9. Animation of Antimicrobial Resistance

    Medline Plus

    Full Text Available ... Español Search FDA Submit search Popular Content Home Food Drugs Medical Devices Radiation-Emitting Products Vaccines, ... Biologics Animal & Veterinary Cosmetics Tobacco Products Animal & Veterinary Home Animal & Veterinary Safety & Health Antimicrobial Resistance Animation of ...

  10. Animal bites - self-care

    Science.gov (United States)

    Bites - animals - self-care ... Most animal bites come from pets. Dog bites are common and most often happen to children. Cat bites are ... which can cause deeper puncture wounds. Most other animal bites are caused by stray or wild animals, ...

  11. First Aid: Animal Bites

    Science.gov (United States)

    ... last rabies vaccination, if known any recent unusual behavior by the animal the animal's location, if known if the animal ... Scratches First Aid: Cuts First Aid: Skin Infections Cat Scratch ... Safe Around Animals Cuts, Scratches, and Abrasions Rabies Cuts, Scratches, and ...

  12. Animal tumors

    International Nuclear Information System (INIS)

    Gillette, E.L.

    1983-01-01

    There are few trained veterinary radiation oncologists and the expense of facilities has limited the extent to which this modality is used. In recent years, a few cobalt teletherapy units and megavoltage x-ray units have been employed in larger veterinary institutions. In addition, some radiation oncologists of human medical institutions are interested and willing to cooperate with veterinarians in the treatment of animal tumors. Carefully designed studies of the response of animal tumors to new modalities serve two valuable purposes. First, these studies may lead to improved tumor control in companion animals. Second, these studies may have important implications to the improvement of therapy of human tumors. Much remains to be learned of animal tumor biology so that appropriate model systems can be described for such studies. Many of the latter studies can be sponsored by agencies interested in the improvement of cancer management

  13. The First Identification of Encephalitozoon cuniculi Infection in an Animal Care Worker in Turkey.

    Directory of Open Access Journals (Sweden)

    Ahmet Carhan

    2015-06-01

    Full Text Available As a zoonotic pathogen, Encephalitozoon cuniculi is a cause of serious disease in animals and people. The present study was to evaluate the health status examination of this seropositive animal care worker in our previous study.Blood samples were taken from five workers. CIA test was applied to detect antibodies against E. cuniculi in blood serum. The indirect immunofluorescence antibody test was used as confirmation test. Seropositive worker had a complete medical examination.Only one worker was found to be seropositive according to the results of the serological test. Sera positive to E. cuniculi was confirmed with IFAT and spores were detected in the urine sample of the worker. The worker was treated with albendazole.Rabbits should be examined routinely for the presence of anti-E. cuniculi antibody. People working with laboratory animal should avoid contact with urine and faeces of infected or pay attention to personal hygiene.

  14. Chilean consumers' perception about animal welfare in dairy production systems

    DEFF Research Database (Denmark)

    Vargas-Bello-Pérez, Einar; Riveros, José Luis; Köbrich, Claus

    2017-01-01

    production systems and animal welfare, and the main aspects they considered when buying dairy products. A face-to-face interview was conducted on a sample of 501 persons from the Province of Santiago, Chile. The survey was conducted in major supermarkets from 15 different municipalities of Santiago...

  15. Discrimination of the hard keratins animal horn and chelonian shell using attenuated total reflection-infrared spectroscopy.

    Science.gov (United States)

    Biscardi, Brianna; Welsh, Wendy; Kennedy, Anthony

    2012-05-01

    The ability to discriminate between objects manufactured from animal horn and chelonian (turtle, tortoise, or terrapin) shell is important from a cultural and archeological perspective such that it may allow conservators to determine the appropriate treatment and long-term care solution. It would also aid curators in identifying and cataloging items manufactured from these materials. Discrimination and classification is also a valuable tool for those involved in tracking the illegal trade in restricted materials of this nature. Attenuated total reflection infrared (ATR-IR) spectroscopy, using a single reflection diamond internal reflection element (IRE), coupled with discrimination analysis was used to analyze a total of thirty-nine samples (29 calibration samples, 10 validation samples). A discrimination analysis model was constructed using Mahalanobis distances to classify spectra into one of two classes. The model was then subsequently used to successfully classify all validation samples and correctly identify them as animal horn or chelonian shell based on second-derivative spectra of the amide I and II regions. This technique requires minimal to no sample preparation and may be used to nondestructively identify very small samples successfully without performing detailed secondary structural curve-fitting routines. This model should be a valuable resource to museums, conservators, and wildlife management programs for rapidly and reliably discriminating between animal horn and chelonian shell.

  16. Animal serial killing: The first criminal conviction for animal cruelty in Brazil.

    Science.gov (United States)

    Salvagni, Fernanda Auciello; de Siqueira, Adriana; Fukushima, Andre Rinaldi; Landi, Marina Frota de Albuquerque; Ponge-Ferreira, Heidi; Maiorka, Paulo Cesar

    2016-10-01

    Animal cruelty is a known behavior of psychopaths, and although the serial killing of humans is widely acknowledged worldwide, this type of crime against animals is seldom discussed. This report describes the necropsy and toxicological findings of 37 dogs and cats, which were found dead in plastic bags in Sao Paulo, Brazil. The animals had all been in the care of an alleged animal rescuer and were to be referred for adoption before being found dead. In the necropsy, the animals showed varying degrees of putrefaction, indicating different periods of death, as well as single or multiple perforations on the thorax. The perforations reached the heart, lungs or large thoracic vessels, culminating in hemopericardium and hemothorax that led to death by circulatory failure and cardiac tamponade. Blood from the heart and thoracic cavity was analyzed by gas chromatography coupled with mass spectrometry (GC-MS) and tested positive for ketamine, a dissociative anesthetic. The suspect declared that she had killed only five of the animals and that they had all been fatally sick. The necropsy proved that all 37 animals were killed in the same way, that none of the animals had any terminal diseases and that a restricted drug was used. The suspect was sentenced to 12 years, 6 months and 14days of prison for the killing of the 37 animals. This was the first conviction for the crime of animal cruelty in Brazil. The combined role of police, forensic veterinary pathologists and prosecutors were essential to the conviction, which was a great historical occasion in the fight against animal cruelty. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  17. A technique for extracting blood samples from mice in fire toxicity tests

    Science.gov (United States)

    Bucci, T. J.; Hilado, C. J.; Lopez, M. T.

    1976-01-01

    The extraction of adequate blood samples from moribund and dead mice has been a problem because of the small quantity of blood in each animal and the short time available between the animals' death and coagulation of the blood. These difficulties are particularly critical in fire toxicity tests because removal of the test animals while observing proper safety precautions for personnel is time-consuming. Techniques for extracting blood samples from mice were evaluated, and a technique was developed to obtain up to 0.8 ml of blood from a single mouse after death. The technique involves rapid exposure and cutting of the posterior vena cava and accumulation of blood in the peritoneal space. Blood samples of 0.5 ml or more from individual mice have been consistently obtained as much as 16 minutes after apparent death. Results of carboxyhemoglobin analyses of blood appeared reproducible and consistent with carbon monoxide concentrations in the exposure chamber.

  18. Carotenoids in Marine Animals

    OpenAIRE

    Maoka, Takashi

    2011-01-01

    Marine animals contain various carotenoids that show structural diversity. These marine animals accumulate carotenoids from foods such as algae and other animals and modify them through metabolic reactions. Many of the carotenoids present in marine animals are metabolites of β-carotene, fucoxanthin, peridinin, diatoxanthin, alloxanthin, and astaxanthin, etc. Carotenoids found in these animals provide the food chain as well as metabolic pathways. In the present review, I will describe marine a...

  19. ANIMAL code

    International Nuclear Information System (INIS)

    Lindemuth, I.R.

    1979-01-01

    This report describes ANIMAL, a two-dimensional Eulerian magnetohydrodynamic computer code. ANIMAL's physical model also appears. Formulated are temporal and spatial finite-difference equations in a manner that facilitates implementation of the algorithm. Outlined are the functions of the algorithm's FORTRAN subroutines and variables

  20. Discussing Animal Rights and Animal Research in the Classroom.

    Science.gov (United States)

    Herzog, Harold A.

    1990-01-01

    Reviews two prominent philosophical justifications for animal liberation and describes a simulation that facilitates class discussion of animal research issues. Students reported that the exercise increased their awareness of the issues and of the complexity of making ethical decisions. (DB)

  1. Animal ethics dilemma

    DEFF Research Database (Denmark)

    Dich, Trine; Hansen, Tina; Algers, Anne

    2006-01-01

    ) the blind hens; (2) ANDi the genetically modified monkey; (3) euthanasia of a healthy dog; (4) animal slaughter; and (5) rehabilitation of seals. Special consideration has been given to enhancing the pedagogic value of the program. Students can control their learning by selecting a variety of ways......'Animal Ethics Dilemma' is a freely available computer-supported learning tool (www.animalethicsdilemma.net or www.aedilemma.net) which has been developed primarily for veterinary undergraduates but is applicable also to students in other fields of animal science. The objectives of the computer...... program are to promote students' understanding of the ethics related to animal use, to illustrate ethical dilemmas that arise in animal use, to broaden students' moral imagination, and to enable students to differentiate between types of ethical argument. The program comprises five case studies: (1...

  2. Body-on-a-chip systems for animal-free toxicity testing.

    Science.gov (United States)

    Mahler, Gretchen J; Esch, Mandy B; Stokol, Tracy; Hickman, James J; Shuler, Michael L

    2016-10-01

    Body-on-a-chip systems replicate the size relationships of organs, blood distribution and blood flow, in accordance with human physiology. When operated with tissues derived from human cell sources, these systems are capable of simulating human metabolism, including the conversion of a prodrug to its effective metabolite, as well as its subsequent therapeutic actions and toxic side-effects. The system also permits the measurement of human tissue electrical and mechanical reactions, which provide a measure of functional response. Since these devices can be operated with human tissue samples or with in vitro tissues derived from induced pluripotent stem cells (iPS), they can play a significant role in determining the success of new pharmaceuticals, without resorting to the use of animals. By providing a platform for testing in the context of human metabolism, as opposed to animal models, the systems have the potential to eliminate the use of animals in preclinical trials. This article will review progress made and work achieved as a direct result of the 2015 Lush Science Prize in support of animal-free testing. 2016 FRAME.

  3. Animal cysticercosis in indigenous Brazilian villages Cisticercose animal em aldeias indígenas brasileiras

    Directory of Open Access Journals (Sweden)

    Samuel Carvalho de Aragão

    2010-06-01

    Full Text Available Sanitary inspection of beef and pork meat has been the major tool for diagnosing animal cysticercosis and for preventing taeniasis in Brazil. The indigenous villages Jaguapiru and Bororo are located close to the urban area of the municipality of Dourados in the State of Mato Grosso do Sul, Brazil, where precarious basic sanitation conditions are observed. Both cattle and pigs are raised for self-consumption of meat and milk as well as for sale on the external market, generally without official sanitary inspection. In this study, 96 bovine carcasses and 117 pig blood serum samples from animals raised in these indigenous villages were evaluated for the presence of metacestodes by postmortem evaluation, and anti-Taenia sp. antibodies were investigated using the indirect ELISA test. Metacestode forms were observed in 18.7% of the bovine carcasses, and 9.4% of the pig serum samples were positive for anti-Taenia sp. antibodies. The occurrence of animal cysticercosis in the villages may favor the occurrence of this zoonosis in the indigenous populations. Enforcement of proper slaughter and sanitary inspection conditions are urgently needed for controlling the taeniasis-cysticercosis complex among the indigenous population.A inspeção sanitária da carne bovina e suína tem sido a principal forma diagnóstica da cisticercose animal e da prevenção da teníase no Brasil. As aldeias indígenas Jaguapirú e Bororó estão localizadas próximo à área urbana do município de Dourados-MS, com condições precárias de saneamento básico, onde bovinos e suínos são criados como fonte de alimento para consumo próprio, bem como para comercialização externa, geralmente sem inspeção sanitária oficial. Neste estudo, 96 carcaças bovinas e 117 amostras de soro de suínos, criados nas aldeias indígenas, foram avaliadas para a presença de formas metacestóides à inspeção sanitária e de anticorpos anti-Taenia sp. ao teste ELISA, respectivamente

  4. Occurrence of gastrointestinal parasites in wild animals in State of Paraná, Brazil.

    Science.gov (United States)

    Sprenger, Lew K; Yoshitani, Ursula Y; Buzatti, Andreia; Molento, Marcelo B

    2018-01-01

    The objective of this study was to determine the prevalence and diversity of gastrointestinal parasites in fecal samples from wild birds and mammals from the State of Paraná. In total, 220 stool samples were sent to Parasitic Diseases Laboratory of the Federal University of Paraná during 13 months (Jan/2013-Jan/2014). A total of 52.7% (116/220) of the animals were positive for cysts, oocysts, eggs and/or trophozoites. In birds, the positivity rate was 37.9% (25/66) and mammals was 59.1% (91/154). Strongyloidea superfamily eggs were observed in 37.3% (82/220) of the samples, Eimeria spp. in 10% (22/220), and Trichuris spp. in 4.5% (10/220). The most frequent mammal species were llamas (Lama glama), and dromedaries (Camelus bactrianus) with infection rate of 70.1% (54/77) and 60.8% (14/23), respectively. In other hand, cockatiels (Nymphicus hollandicus) and ring necks (Psittacula krameri), were the most researched birds, with infection rate of 20% (40/50) and 100% (6/6), respectively. A high prevalence of gastrointestinal parasites was observed in most of wildlife animals. Further investigations should be conducted focusing on parasite control strategies and the conservation measurements for harmonizing the human-animal interaction on the long-term, reducing associated health risks.

  5. Animal Bites: First Aid

    Science.gov (United States)

    First aid Animal bites: First aid Animal bites: First aid By Mayo Clinic Staff These guidelines can help you care for a minor animal bite, such ... 26, 2017 Original article: http://www.mayoclinic.org/first-aid/first-aid-animal-bites/basics/ART-20056591 . Mayo ...

  6. How animals move: comparative lessons on animal locomotion.

    Science.gov (United States)

    Schaeffer, Paul J; Lindstedt, Stan L

    2013-01-01

    Comparative physiology often provides unique insights in animal structure and function. It is specifically through this lens that we discuss the fundamental properties of skeletal muscle and animal locomotion, incorporating variation in body size and evolved difference among species. For example, muscle frequencies in vivo are highly constrained by body size, which apparently tunes muscle use to maximize recovery of elastic recoil potential energy. Secondary to this constraint, there is an expected linking of skeletal muscle structural and functional properties. Muscle is relatively simple structurally, but by changing proportions of the few muscle components, a diverse range of functional outputs is possible. Thus, there is a consistent and predictable relation between muscle function and myocyte composition that illuminates animal locomotion. When animals move, the mechanical properties of muscle diverge from the static textbook force-velocity relations described by A. V. Hill, as recovery of elastic potential energy together with force and power enhancement with activation during stretch combine to modulate performance. These relations are best understood through the tool of work loops. Also, when animals move, locomotion is often conveniently categorized energetically. Burst locomotion is typified by high-power outputs and short durations while sustained, cyclic, locomotion engages a smaller fraction of the muscle tissue, yielding lower force and power. However, closer examination reveals that rather than a dichotomy, energetics of locomotion is a continuum. There is a remarkably predictable relationship between duration of activity and peak sustainable performance.

  7. The Partial Mapping of the Web Graph

    Directory of Open Access Journals (Sweden)

    Kristina Machova

    2009-06-01

    Full Text Available The paper presents an approach to partial mapping of a web sub-graph. This sub-graph contains the nearest surroundings of an actual web page. Our work deals with acquiring relevant Hyperlinks of a base web site, generation of adjacency matrix, the nearest distance matrix and matrix of converted distances of Hyperlinks, detection of compactness of web representation, and visualization of its graphical representation. The paper introduces an LWP algorithm – a technique for Hyperlink filtration.  This work attempts to help users with the orientation within the web graph.

  8. Ethics in Animal Experimentation

    Directory of Open Access Journals (Sweden)

    Yusuf Ergun

    2010-08-01

    Full Text Available Experimental animals are frequently used to obtain information for primarily scientific reasons. In the present review, ethics in animal experimentation is examined. At first, the history of animal experimentation and animal rights is outlined. Thereafter, the terms in relation with the topic are defined. Finally, prominent aspects of 3Rs constituting scientific and ethical basis in animal experimentation are underlined. [Archives Medical Review Journal 2010; 19(4.000: 220-235

  9. Animal Production Research Advances

    African Journals Online (AJOL)

    Animal Production Research Advances is a peer-review journal established expressly to promote the production of all animal species utilized as food. The journal has an international scope and is intended for professionals in animal production and related sciences. We solicit contributions from animal production and ...

  10. Use of spatial capture-recapture modeling and DNA data to estimate densities of elusive animals

    Science.gov (United States)

    Kery, Marc; Gardner, Beth; Stoeckle, Tabea; Weber, Darius; Royle, J. Andrew

    2011-01-01

    Assessment of abundance, survival, recruitment rates, and density (i.e., population assessment) is especially challenging for elusive species most in need of protection (e.g., rare carnivores). Individual identification methods, such as DNA sampling, provide ways of studying such species efficiently and noninvasively. Additionally, statistical methods that correct for undetected animals and account for locations where animals are captured are available to efficiently estimate density and other demographic parameters. We collected hair samples of European wildcat (Felis silvestris) from cheek-rub lure sticks, extracted DNA from the samples, and identified each animals' genotype. To estimate the density of wildcats, we used Bayesian inference in a spatial capture-recapture model. We used WinBUGS to fit a model that accounted for differences in detection probability among individuals and seasons and between two lure arrays. We detected 21 individual wildcats (including possible hybrids) 47 times. Wildcat density was estimated at 0.29/km2 (SE 0.06), and 95% of the activity of wildcats was estimated to occur within 1.83 km from their home-range center. Lures located systematically were associated with a greater number of detections than lures placed in a cell on the basis of expert opinion. Detection probability of individual cats was greatest in late March. Our model is a generalized linear mixed model; hence, it can be easily extended, for instance, to incorporate trap- and individual-level covariates. We believe that the combined use of noninvasive sampling techniques and spatial capture-recapture models will improve population assessments, especially for rare and elusive animals.

  11. A Template Analysis of Intimate Partner Violence Survivors' Experiences of Animal Maltreatment: Implications for Safety Planning and Intervention.

    Science.gov (United States)

    Collins, Elizabeth A; Cody, Anna M; McDonald, Shelby Elaine; Nicotera, Nicole; Ascione, Frank R; Williams, James Herbert

    2018-03-01

    This study explores the intersection of intimate partner violence (IPV) and animal cruelty in an ethnically diverse sample of 103 pet-owning IPV survivors recruited from community-based domestic violence programs. Template analysis revealed five themes: (a) Animal Maltreatment by Partner as a Tactic of Coercive Power and Control, (b) Animal Maltreatment by Partner as Discipline or Punishment of Pet, (c) Animal Maltreatment by Children, (d) Emotional and Psychological Impact of Animal Maltreatment Exposure, and (e) Pets as an Obstacle to Effective Safety Planning. Results demonstrate the potential impact of animal maltreatment exposure on women and child IPV survivors' health and safety.

  12. Indian draught animals power

    Directory of Open Access Journals (Sweden)

    K. L. Phaniraja

    Full Text Available With the modernization of agriculture, the use of mechanical power in agriculture has increased but draught animal power (DAP continues to be used on Indian farms due to small holdings and hill agriculture. More than 55% of the total cultivated area is still being managed by using draught animals as against about 20% by tractors. India possessed the finest breeds of draught animals. Bullocks, buffaloes and camels are the major draught animals for field operations. Horses, mules, donkeys, yak and mithun are the pack animals for transport. The quality of work from the draught animals depends upon the power developed by them. The design of traditional implements is based on long experience and these have served the purpose of the farmers. However there is plenty of scope to improve the design based on animal-machine-environment interaction so as to have more output and increased efficiency without jeopardizing animal health. [Vet World 2009; 2(10.000: 404-407

  13. Cadmium in the meat and organs of slaughtered animals

    Energy Technology Data Exchange (ETDEWEB)

    Kreuzer, W.; Sansoni, B.; Kracke, W.; Wissmath, P.

    1975-03-01

    The cadmium content of the meat, liver and kidneys of 150 cattle was determined, and in the case of 6 cattle, that of the spleen also. This was done to find out the natural cadmium content of the meat and organs of cattle with a view to laying down limits for the cadmium content of foods, and also to determine whether age, breed, sex, management, feeding or season of the year have any effect on the distribution of cadmium in cattle. 141 animals came from a mainly agricultural region with little traffic or industry in the Swabian/Bavarian foothills of the Alps, while 9 animals came from the Weser marshes near Nordenham. Samples were taken from July 1972 to March 1974. 200 g meat (Mm. adductores), the liver and the kidneys were taken from the carcass of each animal, and in some cases the spleen also was removed. Each 100 g sample was ashed wet with H/sub 2/O/sub 2/, the cadmium was concentrated by precipitation, separated and determined from a dilute nitric acid solution by flameless atomic absorption in a graphite tube. In view of the results obtained with normally slaughtered cattle from an industrial region and from a country area where there is little traffic, it is recommended that the limit of 0.5 ppm cadmium in organs, which is at present under discussion in the German Federal Republic, should be reconsidered as regards kidneys. 92 references.

  14. Distance sampling methods and applications

    CERN Document Server

    Buckland, S T; Marques, T A; Oedekoven, C S

    2015-01-01

    In this book, the authors cover the basic methods and advances within distance sampling that are most valuable to practitioners and in ecology more broadly. This is the fourth book dedicated to distance sampling. In the decade since the last book published, there have been a number of new developments. The intervening years have also shown which advances are of most use. This self-contained book covers topics from the previous publications, while also including recent developments in method, software and application. Distance sampling refers to a suite of methods, including line and point transect sampling, in which animal density or abundance is estimated from a sample of distances to detected individuals. The book illustrates these methods through case studies; data sets and computer code are supplied to readers through the book’s accompanying website.  Some of the case studies use the software Distance, while others use R code. The book is in three parts.  The first part addresses basic methods, the ...

  15. Animal intrusion status report for fiscal year 1990

    International Nuclear Information System (INIS)

    Landeen, D.S.

    1991-03-01

    The Protective Barrier and Warning Marker System Development Plan identified tasks that need to be completed to design a final protective barrier to implement in-place disposal of radioactive waste. This report summarizes the animal intrusion work conducted by Westinghouse Hanford Company in fiscal year 1990 regarding small mammals and water infiltration. An animal intrusion lysimeter facility was constructed and installed in fiscal year 1988. The facility consists of two outer boxes buried at grade that serve as receptacles for six animal intrusion lysimeters. Small burrowing mammals common to the Hanford Site environs are introduced over a 3- to 4-month period. Supplemental precipitation is added to three of the lysimeters with a rainulator at a rate equivalent to a 100-year storm. Soil moisture samples are taken before and after each test, and soil moisture measurements are also taken with a hydroprobe during the test period. During fiscal year 1990, tests three and four were completed and test five was initiated. Results of test three (summer treatment), which used Townsend ground squirrels and pocket gophers, indicated that the additional 1.5 inches of precipitation that was added with the rainulator was lost during this test. The plots that did not receive any additional precipitation all lost water (5 to 6 percent). Results from test four (winter treatment), which used pocket gophers and pocket mice, indicated that all of the lysimeters except one gained water. The two control lysimeters (rainulator plots and nonrainulator lysimeters with no animals) gained more water than their corresponding animal burrow lysimeters. 4 refs., 9 figs., 3 tabs

  16. Fourth Graders Make Inventions Using SCAMPER and Animal Adaptation Ideas

    Science.gov (United States)

    Hussain, Mahjabeen; Carignan, Anastasia

    2016-01-01

    This study explores to what extent the SCAMPER (Substitute, Combine, Adapt, Modify, Put to another use, Eliminate, and Rearrange) technique combined with animal adaptation ideas learned through form and function analogy activities can help fourth graders generate creative ideas while augmenting their inventiveness. The sample consisted of 24…

  17. Antimicrobial residues in animal waste and water resources proximal to large-scale swine and poultry feeding operations

    Science.gov (United States)

    Campagnolo, E.R.; Johnson, K.R.; Karpati, A.; Rubin, C.S.; Kolpin, D.W.; Meyer, M.T.; Esteban, J. Emilio; Currier, R.W.; Smith, K.; Thu, K.M.; McGeehin, M.

    2002-01-01

    Expansion and intensification of large-scale animal feeding operations (AFOs) in the United States has resulted in concern about environmental contamination and its potential public health impacts. The objective of this investigation was to obtain background data on a broad profile of antimicrobial residues in animal wastes and surface water and groundwater proximal to large-scale swine and poultry operations. The samples were measured for antimicrobial compounds using both radioimmunoassay and liquid chromatography/electrospray ionization-mass spectrometry (LC/ESI-MS) techniques. Multiple classes of antimicrobial compounds (commonly at concentrations of >100 μg/l) were detected in swine waste storage lagoons. In addition, multiple classes of antimicrobial compounds were detected in surface and groundwater samples collected proximal to the swine and poultry farms. This information indicates that animal waste used as fertilizer for crops may serve as a source of antimicrobial residues for the environment. Further research is required to determine if the levels of antimicrobials detected in this study are of consequence to human and/or environmental ecosystems. A comparison of the radioimmunoassay and LC/ESI-MS analytical methods documented that radioimmunoassay techniques were only appropriate for measuring residues in animal waste samples likely to contain high levels of antimicrobials. More sensitive LC/ESI-MS techniques are required in environmental samples, where low levels of antimicrobial residues are more likely.

  18. Antimicrobial residues in animal waste and water resources proximal to large-scale swine and poultry feeding operations.

    Science.gov (United States)

    Campagnolo, Enzo R; Johnson, Kammy R; Karpati, Adam; Rubin, Carol S; Kolpin, Dana W; Meyer, Michael T; Esteban, J Emilio; Currier, Russell W; Smith, Kathleen; Thu, Kendall M; McGeehin, Michael

    2002-11-01

    Expansion and intensification of large-scale animal feeding operations (AFOs) in the United States has resulted in concern about environmental contamination and its potential public health impacts. The objective of this investigation was to obtain background data on a broad profile of antimicrobial residues in animal wastes and surface water and groundwater proximal to large-scale swine and poultry operations. The samples were measured for antimicrobial compounds using both radioimmunoassay and liquid chromatography/electrospray ionization-mass spectrometry (LC/ESI-MS) techniques. Multiple classes of antimicrobial compounds (commonly at concentrations of > 100 microg/l) were detected in swine waste storage lagoons. In addition, multiple classes of antimicrobial compounds were detected in surface and groundwater samples collected proximal to the swine and poultry farms. This information indicates that animal waste used as fertilizer for crops may serve as a source of antimicrobial residues for the environment. Further research is required to determine if the levels of antimicrobials detected in this study are of consequence to human and/or environmental ecosystems. A comparison of the radioimmunoassay and LC/ESI-MS analytical methods documented that radioimmunoassay techniques were only appropriate for measuring residues in animal waste samples likely to contain high levels of antimicrobials. More sensitive LC/ESI-MS techniques are required in environmental samples, where low levels of antimicrobial residues are more likely.

  19. Ethics and Animal Experimentation in the Laboratory. A Critical Analysis of the Arguments for"Animal Rights"and"Animal Equality"

    OpenAIRE

    Tagha, Yuninui Eric

    2005-01-01

    Growing up as a child, we had a Dog. To us, it was like a means to an end. That is, hunting other animals for food and for protection, with no special care and treatment given to this animal. Butas days passed by I began to witness a wind of change against such actions. I was made to understand that we were committing two crimes-: using the Dog as a means to an end (for hunting and for eating animals). Today almost every newspaper has something to say about the treatment of animals by humans,...

  20. Sketching with animation

    DEFF Research Database (Denmark)

    Vistisen, Peter

    This book offers a contribution to the theory, method and techniques involved in the use of animation as a tool for temporal design sketching. Lifted from its traditional role as a genre of entertainment and art and reframed in the design domain, animation offers support during the early phases...... of exploring and assessing the potential of new and emerging digital technologies. This approach is relatively new and has been touched upon by few academic contributions in the past. Thus, the aim of the text is not to promote a claim that sketching with animation is an inherently new phenomenon. Instead......, the aim is to present a range of analytical arguments and experimental results that indicate the need for a systematic approach to realising the potential of animation within design sketching. This will establish the foundation for what we label animation-based sketching....

  1. Animal ethics

    DEFF Research Database (Denmark)

    Palmer, Clare; Sandøe, Peter

    2011-01-01

    This chapter describes and discusses different views concerning our duties towards animals. First, we explain why it is necessary to engage in thinking about animal ethics and why it is not enough to rely on feelings alone. Secondly, we present and discuss five different kinds of views about...

  2. 76 FR 65109 - New Animal Drugs for Use in Animal Feeds; Melengestrol; Monensin; Tylosin

    Science.gov (United States)

    2011-10-20

    .... FDA-2011-N-0003] New Animal Drugs for Use in Animal Feeds; Melengestrol; Monensin; Tylosin AGENCY...) is amending the animal drug regulations to reflect approval of a supplemental abbreviated new animal drug application (ANADA) filed by Ivy Laboratories, Division of Ivy Animal Health, Inc. The...

  3. Textbook animal breeding : animal breeding andgenetics for BSc students

    NARCIS (Netherlands)

    Oldenbroek, Kor; Waaij, van der Liesbeth

    2014-01-01

    This textbook contains teaching material on animal breeding and genetics for BSc students. The text book started as an initiative of the Dutch Universities for Applied (Agricultural) Sciences. The textbook is made available by the Animal Breeding and Genomics Centre (ABGC) of Wageningen UR

  4. Animal computer interaction (ACI) & designing for animal interaction (AXD)

    DEFF Research Database (Denmark)

    Morrison, Ann Judith; Turner, Jane; Farley, Helen

    2017-01-01

    This workshop invites researchers and practitioners from HCI and related fields who work in some capacity with animals and who recognise the sentient nature of their being. We call for those who want to better understand how to work with animals and learn from them. We are a small team looking...... to build an Australian chapter of the Animal Computer Interaction Community. The workshop will elicit discussion, forge new partnerships and head up a new group on the state of the art within this field in Australia, including comparative international studies. For more information see http://www.ozaci.org/...

  5. Physics for Animation Artists

    Science.gov (United States)

    Chai, David; Garcia, Alejandro L.

    2011-01-01

    Animation has become enormously popular in feature films, television, and video games. Art departments and film schools at universities as well as animation programs at high schools have expanded in recent years to meet the growing demands for animation artists. Professional animators identify the technological facet as the most rapidly advancing…

  6. Listeria monocytogenes Identification in Food of Animal Origin Used with Real Time PCR

    Directory of Open Access Journals (Sweden)

    Jaroslav Pochop

    2013-10-01

    Full Text Available The aim of this study was to follow the contamination of food with Listeria monocytogenes by using Step One real time polymerase chain reaction (RT PCR. We used the PrepSEQ Rapid Spin Sample Preparation Kit for isolation of DNA and SensiFAST SYBR Hi-ROX Kit for the real-time PCR performance. In 20 samples of food of animal origin with incubation were detected strains of Listeria monocytogenes in 9 samples (swabs. Eleven samples were negative. Our results indicated that the real-time PCR assay developed in this study could sensitively detect Listeria monocytogenes in food of animal origin without incubation. This could prevent infection caused by Listeria monocytogenes, and also could benefit food manufacturing companies by extending their product’s shelf-life as well as saving the cost of warehousing their food products while awaiting pathogen testing results. The rapid real-time PCR-based method performed very well compared to the conventional method. It is a fast, simple, specific and sensitive way to detect nucleic acids, which could be used in clinical diagnostic tests in the future.

  7. Animal Interdependency. Animal Life in Action[TM]. Schlessinger Science Library. [Videotape].

    Science.gov (United States)

    2000

    This 23-minute videotape for grades 5-8, presents the myriad of animal life that exists on the planet. Students can view and perform experiments and investigations that help explain animal traits and habits. No organism on Earth can exist independently. Students find out more about animal relationships such as predator/prey relationships and…

  8. Associations between different motivations for animal cruelty, methods of animal cruelty and facets of impulsivity

    OpenAIRE

    Newberry, Michelle

    2017-01-01

    Associations between specific motivations for animal cruelty, particular methods of animal cruelty and different facets of impulsivity were explored among 130 undergraduate students. Participants completed an adapted version of the Boat Inventory on Animal-Related Experiences (BIARE) which asked participants to state whether they had intentionally harmed or killed an animal, the species of animal(s) involved, their motivations for harming or killing the animal(s) and the method(s) used. Parti...

  9. Associations between different motivations for animal cruelty, methods of animal cruelty, and facets of impulsivity

    OpenAIRE

    Newberry, Michelle

    2018-01-01

    Associations between specific motivations for animal cruelty, particular methods of animal cruelty and different facets of impulsivity were explored among 130 undergraduate students. Participants completed an adapted version of the Boat Inventory on Animal-Related Experiences (BIARE) which asked participants to state whether they had intentionally harmed or killed an animal, the species of animal(s) involved, their motivations for harming or killing the animal(s) and the method(s) used. Parti...

  10. Cytotoxic and pathogenic properties of Klebsiella oxytoca isolated from laboratory animals.

    Directory of Open Access Journals (Sweden)

    Alison Darby

    may serve as a biomarker for K oxytoca-induced cytotoxicity in humans and animals through detection in various samples from food to diseased samples using LC-MS/MS. Induction of K. oxytoca cytotoxin by consumption of soy may be in part involved in the pathogenesis of gastrointestinal disease.

  11. Refining animal experiments: the first Brazilian regulation on animal experimentation.

    Science.gov (United States)

    de A e Tréz, Thales

    2010-06-01

    The very first law on animal experimentation has been approved recently in Brazil, and now is part of a set of the legal instruments that profile the Brazilian government's attitude toward the use of animals in experiments. Law 11794/08 establishes a new legal instrument that will guide new methods of conduct for ethics committees, researchers and representatives of animal protection societies. This comment aims to analyse critically the implications that this law brings to Brazilian reality. The link between it and the Russell and Burch's Three Rs concept is defined, and certain problems are identified. The conclusion is that the body of the law emphasises the refinement of animal experiments, but gives little importance to the principles of reduction and replacement.

  12. Animated Asphalt

    DEFF Research Database (Denmark)

    Paldam, Camilla Skovbjerg

    2015-01-01

    to be understood? How does animation differ in different media? And in particular by focusing on and questioning the gender positions inherent in Mitchell’s theory. Animation has an erotic component of seduction and desire, and what pictures want, becomes for Mitchell, what women want. There is of course no simple...

  13. 75 FR 7555 - New Animal Drugs for Use in Animal Feeds; Bacitracin Zinc; Nicarbazin

    Science.gov (United States)

    2010-02-22

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feeds; Bacitracin Zinc; Nicarbazin AGENCY: Food... amending the animal drug regulations to reflect approval of an original abbreviated new animal drug... generic copy of NADA 141-146, sponsored by Phibro Animal Health, for combination use of BACIFERM...

  14. The relationship between animal welfare and economic performance at farm level

    DEFF Research Database (Denmark)

    Henningsen, Arne; Czekaj, Tomasz Gerard; Forkman, Björn

    2018-01-01

    We propose a theoretical framework for the relationship between animal welfare and the economic performance of livestock farms. We empirically analyse this relationship based on a unique dataset of randomly sampled Danish pig herds that includes information from unannounced inspections of the com...

  15. Comparing the Effect of Animal-Rearing Education in Japan with Conventional Animal-Assisted Education

    OpenAIRE

    Nakajima, Yuka

    2017-01-01

    An increasing number of teachers are introducing animals into their class so that pupils foster cognitive, physiological, and social skills through their interaction with animals. Along with such an educational style termed animal-assisted education (AAE), Japanese formal education has also utilized animals for education. Japanese animal-rearing education is unique regarding the following two points: (1) it takes the form of “education through assisting animals” rather than “animals assisting...

  16. Efficacy of Alkaline Hydrolysis as an Alternative Method for Treatment and Disposal of Infectious Animal Waste.

    Science.gov (United States)

    Kaye, Gordon; Weber, Peter; Evans, Ann; Venezia, Richard

    1998-05-01

    The efficacy of alkaline hydrolysis as an alternative for incineration or autoclaving during treatment and disposal of infectious waste was evaluated by testing for the destruction of samples of pure cultures of selected infectious microorganisms during digestion of 114 to 136-kg loads of animal carcasses in an animal tissue digestor at the Albany Medical College. Ten milliliter samples of pure cultures of each microorganism were divided among 3 dialysis bags made from narrow diameter dialysis tubing, and each of these bags was placed inside another dialysis bag made from larger diameter dialysis tubing. Each double-bagged sample was suspended from the cover of the carcass basket of the tissue digestor so that it was completely covered by hot alkaline digestion solution during the carcass digestion process. The following organisms were required by the New York State Department of Health as representative pathogens for testing sterilization capabilities of the procedure: Staphylococcus aureus, Mycobacterium fortuitum, Candida albicans, Bacillus subtilis, Pseudomonas aeruginosa, Aspergillus fumigatus, Mycobacterium bovis BCG, MS-2 bacteriophage, and Giardia muris. Animal carcasses included pigs, sheep, rabbits, dogs, rats, mice, and guinea pigs. The tissue digestor was operated at 110 to 120 C and approximately 15 lb/in2 (gauge) for 18 h before the system was allowed to cool to 50 C and dialysis bags were retrieved and submitted for microbial culture. None of the samples obtained from the dialysis bags after the digestion process yielded indicator bacteria or yeast. Giardia cysts were completely destroyed; only small fragments of what appeared to be cyst wall could be recognized with light microscopic examination. No plaque-forming units were detected with MS-2 bacteriophage after digestion. Samples of the hydrolyzate also did not yield growth on culture media. Animal carcasses were completely solubilized and digested, with only the inorganic components of the bones

  17. International standards: the World Organisation for Animal Health Terrestrial Animal Health Code.

    Science.gov (United States)

    Thiermann, A B

    2015-04-01

    This paper provides a description of the international standards contained in the TerrestrialAnimal Health Code of the World Organisation for Animal Health (OIE) that relate to the prevention and control of vector-borne diseases. It identifies the rights and obligations of OIE Member Countries regarding the notification of animal disease occurrences, as well as the recommendations to be followed for a safe and efficient international trade of animals and their products.

  18. Biotecnologia animal

    Directory of Open Access Journals (Sweden)

    Luiz Lehmann Coutinho

    2010-01-01

    Full Text Available A biotecnologia animal tem fornecido novas ferramentas para os programas de melhoramento e, dessa forma, contribuído para melhorar a eficiência da produção dos produtos de origem animal. No entanto, os avanços têm sido mais lentos do que antecipados, especialmente em razão da dificuldade na identificação dos genes responsáveis pelas características fenotípicas de interesse zootécnico. Três estratégias principais têm sido utilizadas para identificar esses genes - mapeamento de QTL, genes candidatos e sequenciamento de DNA e mRNA - e cada uma tem suas vantagens e limitações. O mapeamento de QTL permite determinar as regiões genômicas que contêm genes, mas o intervalo de confiança do QTL pode ser grande e conter muitos genes. A estratégia de genes candidatos é limitada por causa do conhecimento ainda restrito das funções de todos os genes. Os sequenciamentos de genomas e de sequências expressas podem auxiliar na identificação da posição de genes e de vias metabólicas associadas à característica de interesse. A integração dessas estratégias por meio do desenvolvimento de programas de bioinformática permitirá a identificação de novos genes de interesse zootécnico. Assim, os programas de melhoramento genético se beneficiarão pela inclusão da informação obtida diretamente do DNA na avaliação do mérito genético dos plantéis disponíveis.Animal biotechnology is providing new tools for animal breeding and genetics and thus contributing to advances in production efficiency and quality of animal products. However, the progress is slower than anticipated, mainly because of the difficulty involved in identifying genes that control phenotypic characteristics of importance to the animal industry. Three main strategies: QTL mapping, candidate genes and DNA and mRNA sequencing have been used to identify genes of economic interest to animal breeding and each has advantages and disadvantages. QTL mapping allows

  19. Animal Detectives

    Science.gov (United States)

    Mulvey, Bridget; Warnock, Carly

    2015-01-01

    During a two-week inquiry-based 5E learning cycle unit, children made observations and inferences to guide their explorations of animal traits and habitats (Bybee 2014). The children became "animal detectives" by studying a live-feed webcam and digital images of wolves in their natural habitat, reading books and online sources about…

  20. 75 FR 5887 - New Animal Drugs for Use in Animal Feeds; Ractopamine; Monensin

    Science.gov (United States)

    2010-02-05

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feeds; Ractopamine; Monensin AGENCY: Food and Drug Administration, HHS. ACTION: Final rule. SUMMARY: The Food and Drug Administration (FDA) is amending the animal drug regulations to reflect approval of an original new animal drug application (NADA) filed by Elanco...

  1. 76 FR 16534 - New Animal Drugs for Use in Animal Feeds; Florfenicol; Correction

    Science.gov (United States)

    2011-03-24

    .... FDA-2010-N-0002] New Animal Drugs for Use in Animal Feeds; Florfenicol; Correction AGENCY: Food and...) published a document in the Federal Register of June 17, 2010 (75 FR 34361) revising the animal drug regulations to reflect approval of a supplemental new animal drug application (NADA). That document contained...

  2. Animation of Antimicrobial Resistance

    Medline Plus

    Full Text Available ... video) Animation of Antimicrobial Resistance (text version) Arabic Translation of Animation of Antimicrobial Resistance Chinese Translation of Animation of Antimicrobial Resistance French Translation of ...

  3. Ian Ingram: Next Animals

    DEFF Research Database (Denmark)

    2015-01-01

    Ian Ingram: Next Animals is an exhibition catalogue presenting research on the work by Ian Ingram in relation to his exhibition Next Animals at Nikolaj Kunsthal in 2015.......Ian Ingram: Next Animals is an exhibition catalogue presenting research on the work by Ian Ingram in relation to his exhibition Next Animals at Nikolaj Kunsthal in 2015....

  4. Indicatoren voor dierenwelzijn en diergezondheid = Indicators for animal welfare and animal health

    NARCIS (Netherlands)

    Leenstra, F.R.; Neijenhuis, F.

    2009-01-01

    The Dutch Ministry of Agriculture, Nature and Food Quality requires a monitor for animal welfare and animal health to evaluate progress in this field. This report describes which indicators for animal welfare and health can be used for the monitor

  5. Molecular Epidemiology of Blastocystis sp. in Various Animal Groups from Two French Zoos and Evaluation of Potential Zoonotic Risk.

    Directory of Open Access Journals (Sweden)

    Amandine Cian

    Full Text Available Blastocystis sp. is a common intestinal parasite infecting humans and a wide range of animals worldwide. It exhibits an extensive genetic diversity and 17 subtypes (STs have thus far been identified in mammalian and avian hosts. Since several STs are common to humans and animals, it was proposed that a proportion of human infections may result from zoonotic transmission. However, the contribution of each animal source to human infection remains to be clarified. Therefore, the aim of this study was to expand our knowledge of the epidemiology and host specificity of this parasite by performing the largest epidemiological survey ever conducted in animal groups in terms of numbers of species screened. A total of 307 stool samples from 161 mammalian and non-mammalian species in two French zoos were screened by real-time PCR for the presence of Blastocystis sp. Overall, 32.2% of the animal samples and 37.9% of the species tested were shown to be infected with the parasite. A total of 111 animal Blastocystis sp. isolates were subtyped, and 11 of the 17 mammalian and avian STs as well as additional STs previously identified in reptiles and insects were found with a varying prevalence according to animal groups. These data were combined with those obtained from previous surveys to evaluate the potential risk of zoonotic transmission of Blastocystis sp. through the comparison of ST distribution between human and animal hosts. This suggests that non-human primates, artiodactyls and birds may serve as reservoirs for human infection, especially in animal handlers. In contrast, other mammals such as carnivores, and non-mammalian groups including reptiles and insects, do not seem to represent significant sources of Blastocystis sp. infection in humans. In further studies, more intensive sampling and screening of potential new animal hosts will reinforce these statements and expand our understanding of the circulation of Blastocystis sp. in animal and human

  6. Detection of Severe Fever with Thrombocytopenia Syndrome Virus from Wild Animals and Ixodidae Ticks in the Republic of Korea.

    Science.gov (United States)

    Oh, Sung-Suck; Chae, Jeong-Byoung; Kang, Jun-Gu; Kim, Heung-Chul; Chong, Sung-Tae; Shin, Jeong-Hwa; Hur, Moon-Suk; Suh, Jae-Hwa; Oh, Myoung-Don; Jeong, Soo-Myoung; Shin, Nam-Shik; Choi, Kyoung-Seong; Chae, Joon-Seok

    2016-06-01

    Severe fever with thrombocytopenia syndrome (SFTS) is caused by SFTS virus (SFTSV), a novel bunyavirus reported to be endemic to central-northeastern China, southern Japan, and the Republic of Korea (ROK). To investigate SFTSV infections, we collected serum samples and ticks from wild animals. Using serum samples and ticks, SFTSV-specific genes were amplified by one-step RT-PCR and nested PCR and sequenced. Indirect immunofluorescence assay (IFA) was performed to analyze virus-specific antibody levels in wild animals. Serum samples were collected from a total of 91 animals: 21 Korean water deer (KWD), 3 Siberian roe deer, 5 gorals, 7 raccoon dogs, 54 wild boars (WBs), and 1 carrion crow. The SFTSV infection rate in wild animals was 3.30% (3 of 91 animals: 1 KWD and 2 WBs). The seropositive rate was 6.59% (6 of 91 animals: 5 KWD and 1 WB). A total of 891 ticks (3 species) were collected from 65 wild animals (9 species). Of the attached tick species, Haemaphysalis longicornis (74.86%) was the most abundant, followed by Haemaphysalis flava (20.20%) and Ixodes nipponensis (4.94%). The average minimum infection rate (MIR) of SFTSV in ticks was 4.98%. The MIRs of H. longicornis, H. flava, and I. nipponensis were 4.51%, 2.22%, and 22.73%, respectively. The MIRs of larvae, nymphs, and adult ticks were 0.68%, 6.88%, and 5.53%, respectively. In addition, the MIRs of fed and unfed ticks were 4.67% and 4.96%, respectively. We detected a low SFTSV infection rate in wild animals, no differences in SFTSV infection rate with respect to bloodsucking in ticks, and SFTSV infection for all developmental stages of ticks. This is the first report describing the detection of SFTSV in wild animals in the ROK.

  7. Animal welfare impact assessments

    DEFF Research Database (Denmark)

    Sandøe, Peter; Gamborg, Christian

    2017-01-01

    aimed at dealing with wild animals. McCulloch and Reiss argue that this could be remedied by means of a “mandatory application of formal and systematic Animal Welfare Impact Assessment (AWIA)”. Optimistically, they consider that an AWIA could help to resolve controversies involving wild animals. The aim...... is a welfare issue. Furthermore, we argue that AWIA is unlikely to prevent serious moral disagreements over how to weigh concerns about wild animals against priorities in human health, the health of domestic and farm animals, and biodiversity, but that it may nonetheless serve to limit harms imposed......Control of wild animals may give rise to controversy, as is seen in the case of badger control to manage TB in cattle in the UK. However, it is striking that concerns about the potential suffering of the affected animals themselves are often given little attention or completely ignored in policies...

  8. Animal abuse and exposure to interparental violence in Italy: assessing the cycle of violence in youngsters

    OpenAIRE

    Baldry, A.C.

    2004-01-01

    Abuse against animals is an indicator of children's maladjustment associated with domestic violence. This study empirically assesses the effects of exposure to interparental violence on animal abuse in 1,392 Italian youth aged 9 to 17. Results indicate that half of all youth ever abused animals, with boys more often involved than girls. Almost half of the whole sample has been exposed to violence by fathers against mothers or by mothers against fathers, with no gender differences. Results are...

  9. Animals In Synchrotrons: Overcoming Challenges For High-Resolution, Live, Small-Animal Imaging

    International Nuclear Information System (INIS)

    Donnelley, Martin; Parsons, David; Morgan, Kaye; Siu, Karen

    2010-01-01

    Physiological studies in small animals can be complicated, but the complexity is increased dramatically when performing live-animal synchrotron X-ray imaging studies. Our group has extensive experience in high-resolution live-animal imaging at the Japanese SPring-8 synchrotron, primarily examining airways in two-dimensions. These experiments normally image an area of 1.8 mmx1.2 mm at a pixel resolution of 0.45 μm and are performed with live, intact, anaesthetized mice.There are unique challenges in this experimental setting. Importantly, experiments must be performed in an isolated imaging hutch not specifically designed for small-animal imaging. This requires equipment adapted to remotely monitor animals, maintain their anesthesia, and deliver test substances while collecting images. The horizontal synchrotron X-ray beam has a fixed location and orientation that limits experimental flexibility. The extremely high resolution makes locating anatomical regions-of-interest slow and can result in a high radiation dose, and at this level of magnification small animal movements produce motion-artifacts that can render acquired images unusable. Here we describe our experimental techniques and how we have overcome several challenges involved in performing live mouse synchrotron imaging.Experiments have tested different mouse strains, with hairless strains minimizing overlying skin and hair artifacts. Different anesthetics have also be trialed due to the limited choices available at SPring-8. Tracheal-intubation methods have been refined and controlled-ventilation is now possible using a specialized small-animal ventilator. With appropriate animal restraint and respiratory-gating, motion-artifacts have been minimized. The animal orientation (supine vs. head-high) also appears to affect animal physiology, and can alter image quality. Our techniques and image quality at SPring-8 have dramatically improved and in the near future we plan to translate this experience to the

  10. Animal magic

    Science.gov (United States)

    Denny, Mark

    2017-11-01

    Writing a popular-science book about animal biophysics is hard work. Authors must read through hundreds of research papers as the subject is so multidisciplinary. On both counts of research and writing, Matin Durrani and Liz Kalaugher have done a good to excellent job with their book Furry Logic: the Physics of Animal Life

  11. The Educational Use of Facebook as a Social Networking Site in Animal Physiology Classes

    Science.gov (United States)

    Köseoglu, Pinar; Mercan, Gamze

    2016-01-01

    This study aims at performing a sample application of the educational use of Facebook as a social networking site in Animal Physiology classes, and to determine student's' views on the application. The research sample was composed of 29 third year undergraduate students attending the Biology Education Department of Hacettepe University. The…

  12. Technical note: Alternatives to reduce adipose tissue sampling bias.

    Science.gov (United States)

    Cruz, G D; Wang, Y; Fadel, J G

    2014-10-01

    Understanding the mechanisms by which nutritional and pharmaceutical factors can manipulate adipose tissue growth and development in production animals has direct and indirect effects in the profitability of an enterprise. Adipocyte cellularity (number and size) is a key biological response that is commonly measured in animal science research. The variability and sampling of adipocyte cellularity within a muscle has been addressed in previous studies, but no attempt to critically investigate these issues has been proposed in the literature. The present study evaluated 2 sampling techniques (random and systematic) in an attempt to minimize sampling bias and to determine the minimum number of samples from 1 to 15 needed to represent the overall adipose tissue in the muscle. Both sampling procedures were applied on adipose tissue samples dissected from 30 longissimus muscles from cattle finished either on grass or grain. Briefly, adipose tissue samples were fixed with osmium tetroxide, and size and number of adipocytes were determined by a Coulter Counter. These results were then fit in a finite mixture model to obtain distribution parameters of each sample. To evaluate the benefits of increasing number of samples and the advantage of the new sampling technique, the concept of acceptance ratio was used; simply stated, the higher the acceptance ratio, the better the representation of the overall population. As expected, a great improvement on the estimation of the overall adipocyte cellularity parameters was observed using both sampling techniques when sample size number increased from 1 to 15 samples, considering both techniques' acceptance ratio increased from approximately 3 to 25%. When comparing sampling techniques, the systematic procedure slightly improved parameters estimation. The results suggest that more detailed research using other sampling techniques may provide better estimates for minimum sampling.

  13. Emotional Support Animals, Service Animals, and Pets on Campus

    Science.gov (United States)

    Von Bergen, C. W.

    2015-01-01

    For decades, universities have been accommodating physically disabled students who require guide dogs and other types of service animals. Within the past several years, however, mentally disabled students have increasingly petitioned colleges with no-pet policies to permit them to bring their animals on campus because they need a companion or…

  14. The Effect of Steps to Promote Higher Levels of Farm Animal Welfare across the EU. Societal versus Animal Scientists’ Perceptions of Animal Welfare

    Science.gov (United States)

    Averós, Xavier; Aparicio, Miguel A.; Ferrari, Paolo; Guy, Jonathan H.; Hubbard, Carmen; Schmid, Otto; Ilieski, Vlatko; Spoolder, Hans A. M.

    2013-01-01

    Simple Summary We studied different EU production standards and initiatives to determine whether there is still room or not for further animal welfare improvement, and which should be the best way to achieve it. Many of the adopted measures in these standards and initiatives are scientifically supported, but other aspects that are equally important for animal welfare are not included in any of them. Animal welfare improvement should consider, for each country, those aspects actually benefiting animals, but also the social expectations within each country. Economic constraints might explain the gap between what society demands, and what farm animals actually need. Abstract Information about animal welfare standards and initiatives from eight European countries was collected, grouped, and compared to EU welfare standards to detect those aspects beyond minimum welfare levels demanded by EU welfare legislation. Literature was reviewed to determine the scientific relevance of standards and initiatives, and those aspects going beyond minimum EU standards. Standards and initiatives were assessed to determine their strengths and weaknesses regarding animal welfare. Attitudes of stakeholders in the improvement of animal welfare were determined through a Policy Delphi exercise. Social perception of animal welfare, economic implications of upraising welfare levels, and differences between countries were considered. Literature review revealed that on-farm space allowance, climate control, and environmental enrichment are relevant for all animal categories. Experts’ assessment revealed that on-farm prevention of thermal stress, air quality, and races and passageways’ design were not sufficiently included. Stakeholders considered that housing conditions are particularly relevant regarding animal welfare, and that animal-based and farm-level indicators are fundamental to monitor the progress of animal welfare. The most notable differences between what society offers and what

  15. Flaws in animal studies exploring statins and impact on meta-analysis.

    Science.gov (United States)

    Moja, Lorenzo; Pecoraro, Valentina; Ciccolallo, Laura; Dall'Olmo, Luigi; Virgili, Gianni; Garattini, Silvio

    2014-06-01

    Animal experiments should be appropriately designed, correctly analysed and transparently reported to increase their scientific validity and maximise the knowledge gained from each experiment. This systematic review of animal experiments investigating statins evaluates their quality of reporting and methodological aspects as well as their implications for the conduction of meta-analyses. We searched medline and embase for studies reporting research on statins in mice, rats and rabbits. We collected detailed information about the characteristics of studies, animals and experimental methods. We retrieved 161 studies. A little over half did not report randomisation (55%) and most did not describe blinding (88%). All studies reported details on the experimental procedure, although many omitted information about animal gender, age or weight. Four percent did not report the number of animals used. None reported the sample size. Fixed- and random-effects models gave different results (ratio of effect size increased by five folds). Heterogeneity was consistently substantial within animal models, for which accounting for covariates had minimal impact. Publication bias is highly suspected across studies. Although statins showed efficacy in animal models, preclinical studies highlighted fundamental problems in the way in which such research is conducted and reported. Results were often difficult to interpret and reproduce. Different meta-analytic approaches were highly inconsistent: a reliable approach to estimate the true parameter was imperceptible. Policies that address these issues are required from investigators, editors and institutions that care about the quality standards and ethics of animal research. © 2014 Stichting European Society for Clinical Investigation Journal Foundation.

  16. Impact of Animal Waste Application on Runoff Water Quality in Field Experimental Plots

    Directory of Open Access Journals (Sweden)

    Paul B. Tchounwou

    2005-08-01

    Full Text Available Animal waste from dairy and poultry operations is an economical and commonly used fertilizer in the state of Louisiana. The application of animal waste to pasture lands not only is a source of fertilizer, but also allows for a convenient method of waste disposal. The disposal of animal wastes on land is a potential nonpoint source of water degradation. Water degradation and human health is a major concern when considering the disposal of large quantities of animal waste. The objective of this research was to determine the effect of animal waste application on biological (fecal coliform, Enterobacter spp. and Escherichia coli and physical/chemical (temperature, pH, nitrate nitrogen, ammonia nitrogen, phosphate, copper, zinc, and sulfate characteristics of runoff water in experimental plots. The effects of the application of animal waste have been evaluated by utilizing experimental plots and simulated rainfall events. Samples of runoff water were collected and analyzed for fecal coliforms. Fecal coliforms isolated from these samples were identified to the species level. Chemical analysis was performed following standard test protocols. An analysis of temperature, ammonia nitrogen, nitrate nitrogen, iron, copper, phosphate, potassium, sulfate, zinc and bacterial levels was performed following standard test protocols as presented in Standard Methods for the Examination of Water and Wastewater [1]. In the experimental plots, less time was required in the tilled broiler litter plots for the measured chemicals to decrease below the initial pre-treatment levels. A decrease of over 50% was noted between the first and second rainfall events for sulfate levels. This decrease was seen after only four simulated rainfall events in tilled broiler litter plots whereas broiler litter plots required eight simulated rainfall events to show this same type of reduction. A reverse trend was seen in the broiler litter plots and the tilled broiler plots for potassium

  17. Individual and pen-based oral fluid sampling: A welfare-friendly sampling method for group-housed gestating sows.

    Science.gov (United States)

    Pol, Françoise; Dorenlor, Virginie; Eono, Florent; Eudier, Solveig; Eveno, Eric; Liégard-Vanhecke, Dorine; Rose, Nicolas; Fablet, Christelle

    2017-11-01

    The aims of this study were to assess the feasibility of individual and pen-based oral fluid sampling (OFS) in 35 pig herds with group-housed sows, compare these methods to blood sampling, and assess the factors influencing the success of sampling. Individual samples were collected from at least 30 sows per herd. Pen-based OFS was performed using devices placed in at least three pens for 45min. Information related to the farm, the sows, and their living conditions were collected. Factors significantly associated with the duration of sampling and the chewing behaviour of sows were identified by logistic regression. Individual OFS took 2min 42s on average; the type of floor, swab size, and operator were associated with a sampling time >2min. Pen-based OFS was obtained from 112 devices (62.2%). The type of floor, parity, pen-level activity, and type of feeding were associated with chewing behaviour. Pen activity was associated with the latency to interact with the device. The type of floor, gestation stage, parity, group size, and latency to interact with the device were associated with a chewing time >10min. After 15, 30 and 45min of pen-based OFS, 48%, 60% and 65% of the sows were lying down, respectively. The time spent after the beginning of sampling, genetic type, and time elapsed since the last meal were associated with 50% of the sows lying down at one time point. The mean time to blood sample the sows was 1min 16s and 2min 52s if the number of operators required was considered in the sampling time estimation. The genetic type, parity, and type of floor were significantly associated with a sampling time higher than 1min 30s. This study shows that individual OFS is easy to perform in group-housed sows by a single operator, even though straw-bedded animals take longer to sample than animals housed on slatted floors, and suggests some guidelines to optimise pen-based OFS success. Copyright © 2017 Elsevier B.V. All rights reserved.

  18. Topological structure of dictionary graphs

    International Nuclear Information System (INIS)

    Fuks, Henryk; Krzeminski, Mark

    2009-01-01

    We investigate the topological structure of the subgraphs of dictionary graphs constructed from WordNet and Moby thesaurus data. In the process of learning a foreign language, the learner knows only a subset of all words of the language, corresponding to a subgraph of a dictionary graph. When this subgraph grows with time, its topological properties change. We introduce the notion of the pseudocore and argue that the growth of the vocabulary roughly follows decreasing pseudocore numbers-that is, one first learns words with a high pseudocore number followed by smaller pseudocores. We also propose an alternative strategy for vocabulary growth, involving decreasing core numbers as opposed to pseudocore numbers. We find that as the core or pseudocore grows in size, the clustering coefficient first decreases, then reaches a minimum and starts increasing again. The minimum occurs when the vocabulary reaches a size between 10 3 and 10 4 . A simple model exhibiting similar behavior is proposed. The model is based on a generalized geometric random graph. Possible implications for language learning are discussed.

  19. A Template Analysis of Intimate Partner Violence Survivors’ Experiences of Animal Maltreatment: Implications for Safety Planning and Intervention

    Science.gov (United States)

    Collins, Elizabeth A.; Cody, Anna M.; McDonald, Shelby Elaine; Nicotera, Nicole; Ascione, Frank R.; Williams, James Herbert

    2018-01-01

    This study explores the intersection of intimate partner violence (IPV) and animal cruelty in an ethnically diverse sample of 103 pet-owning IPV survivors recruited from community-based domestic violence programs. Template analysis revealed five themes: (a) Animal Maltreatment by Partner as a Tactic of Coercive Power and Control, (b) Animal Maltreatment by Partner as Discipline or Punishment of Pet, (c) Animal Maltreatment by Children, (d) Emotional and Psychological Impact of Animal Maltreatment Exposure, and (e) Pets as an Obstacle to Effective Safety Planning. Results demonstrate the potential impact of animal maltreatment exposure on women and child IPV survivors’ health and safety. PMID:29332521

  20. The Possible Effects of Depleted Uranium (DU) Ammunition on the Environment and in Animals

    International Nuclear Information System (INIS)

    Bozic, T.; Popovic, D.; Stevanovic, J.; Koracevic-Filipovic, M.; Jovic, S.; Todorovic, D.; Radenkovic, M.

    2004-01-01

    As stated by the official reports, during NATO bombing of Serbia and Montenegro in 1999 approximately 500.000 missiles were used i.e. 3600 kg of uranium oxide, yielding activity of 18,3x1010 Bq entered the environment. Yugoslav Federal Ministry of Defense announced that 8 locations in the region of Vranje, Bujanovac and Lustica Peninsula, outside Kosovo/Metohia, were hit by DU ammunition and were isolated afterwards. The soil was contaminated with 200.000-250.000 Bq uranium/kg soil but this was mainly agricultural land, far from urban areas. The report stated that no DU ammunition was used above 44th parallel. The paper presents the preliminary results of the study on environmental and animal health effects due to the use of DU ammunition during NATO bombing of Serbia and Montenegro in 1999. The samples of animal blood (sheep, caws), soils and vegetation (corps, grass, leaves) were collected randomly in the region of Bujanovac (Novo Selo, Borovac) in the spring/fall of 2003. The hematological and some biochemical parameters of the peripheral blood were analyzed: concentration of hemoglobin, number of erythrocytes, leukocytes, monocytes, lymphocytes, eozinophiles, neutrophiles, serumamiloidA (SAA), haptoglobin (Hp) and malondialdehide in erythrocytes and blood serum. The samples were analyzed by classical manual counting methods, spectrophotometry (by Drapkin) and ELISA immunological technique. Blood samples from the control group of animals on a farm in the vicinity of Belgrade were taken and analyzed for the same parameters, too. The samples of soils and vegetation were dried up and analyzed for the contents of uranium and other natural and man made radionuclides by standard gamma spectrometry (HPGe detector, relative efficiency 23%). The results are to be correlated with the data on the concentration of DU that entered the environment during the bombing, as well as with the data of the long-term measurements of uranium concentrations in the environment and human

  1. BRAIN MICRODIALYSIS AND ITS APPLICATION FOR THE STUDY OF ANIMAL BEHAVIOR

    NARCIS (Netherlands)

    WESTERINK, BHC

    1995-01-01

    Microdialysis is a sampling method that is used to determine the extracellular concentration of neurotransmitters in the brain. The method can be applied to conscious and unrestrained animals and is very suitable for the study of the chemistry of endogenous behaviour. This article reviews the

  2. Animal investigation program 1980 annual report: Nevada Test Site and vicinity

    International Nuclear Information System (INIS)

    Smith, D.D.; Giles, K.R.; Bernhardt, D.E.

    1982-08-01

    Data are presented from the radioanalyses of tissues collected from cattle, mule deer, desert bighorn sheep, rabbits, and a horse that resided on or near the Nevada Test Site during 1980. Routine and special activities of the Animal Investigation Program are also discussed. Other than the naturally occurring 40 K, gamma-emitting radionuclides were detected infrequently. 131 I was found in the thyroid of a deer 3 weeks after a nuclear test by the People's Republic of China. Concentrations of 90 Sr in bones from deer, cattle, and desert bighorn sheep were similar to those of recent years. Plutonium levels in all tissues from all species showed little variation from those levels in samples collected in recent years. Radionuclide concentrations were generally higher in the tissues of animals residing in Area 15 than in similar animals collected from other Nevada Test Site areas. Surface soil samples from the Area 15 farm contained 238 Pu and 239 Pu in nanocurie per kilogram concentrations. Hypothetical annual dose estimates to man were calculated on the basis of the daily consumption of 0.5 kilogram of liver or muscle from animals that contained peak radionuclide levels. The highest postulated dose was 0.4 millirems to whole body for 137 Cs in muscle obtained from cattle. This dose is about 0.1 percent of the 500 millirems per year radiation protection guide for individuals in the general population. All other postulated doses for consumption of tissues containing other radionuclides were less than 0.1 percent of the standard

  3. The predictive value of childhood animal cruelty methods on later adult violence: examining demographic and situational correlates.

    Science.gov (United States)

    Hensley, Christopher; Tallichet, Suzanne E; Dutkiewicz, Erik L

    2012-04-01

    The present study seeks to replicate Tallichet, Hensley, and Singer's research on childhood animal cruelty methods by using a sample of 180 male inmates surveyed at both medium- and maximum-security prisons in a southern state. The purpose of the current study was to first reexamine the relationship between demographic and situational factors and specific methods of childhood animal cruelty. Second, the correlation between an abuser's chosen method(s) of childhood animal cruelty on later recurrent acts of adult violent crimes was reinvestigated. Regression analyses revealed that respondents who engaged in frequent animal cruelty were more likely to have drowned, shot, kicked, or had sex with animals. Those who had grown up in urban areas and those who did not become upset after abusing animals were more likely to have kicked animals. Respondents who covered up their abuse were more likely to have had sex with animals. Sex with animals was the only method of childhood animal cruelty that predicted the later commission of adult violent crimes.

  4. Incidence of high-level evernimicin resistance in Enterococcus faecium among food animals and humans

    DEFF Research Database (Denmark)

    Aarestrup, Frank Møller; McNicholas, P. M.

    2002-01-01

    Six high-level evernimicin-resistant Enterococcus faecium isolates were identified among 304 avilarnycin-resistant E. faecium isolates from animals and 404 stool samples from humans with diarrhea. All four animal isolates, and one of the human isolates, were able to transfer resistance...... to a susceptible E. faecium strain. The resulting transconjugants all tested positive for the presence of emtA, a gene encoding a methyltransferase previously linked with high-level evernimicin resistance. The four transconjugants derived from animal isolates all carried the same plasmid, while a differently sized...... plasmid was found in the isolate from humans. This study demonstrated a low incidence of high-level evernimicin resistance mediated by the emtA gene in different E. faecium isolates of animal and human origin....

  5. Animal behavior and well-being symposium: Farm animal welfare assurance: science and application.

    Science.gov (United States)

    Rushen, J; Butterworth, A; Swanson, J C

    2011-04-01

    Public and consumer pressure for assurances that farm animals are raised humanely has led to a range of private and public animal welfare standards, and for methods to assess compliance with these standards. The standards usually claim to be science based, but even though researchers have developed measures of animal welfare and have tested the effects of housing and management variables on welfare within controlled laboratory settings, there are challenges in extending this research to develop on-site animal welfare standards. The standards need to be validated against a definition of welfare that has broad support and which is amenable to scientific investigation. Ensuring that such standards acknowledge scientific uncertainty is also challenging, and balanced input from all scientific disciplines dealing with animal welfare is needed. Agencies providing animal welfare audit services need to integrate these scientific standards and legal requirements into successful programs that effectively measure and objectively report compliance. On-farm assessment of animal welfare requires a combination of animal-based measures to assess the actual state of welfare and resource-based measures to identify risk factors. We illustrate this by referring to a method of assessing welfare in broiler flocks. Compliance with animal welfare standards requires buy-in from all stakeholders, and this will be best achieved by a process of inclusion in the development of pragmatic assessment methods and the development of audit programs verifying the conditions and continuous improvement of farm animal welfare.

  6. 9 CFR 95.20 - Animal manure.

    Science.gov (United States)

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Animal manure. 95.20 Section 95.20 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE EXPORTATION AND IMPORTATION OF ANIMALS (INCLUDING POULTRY) AND ANIMAL PRODUCTS SANITARY CONTROL OF ANIMAL...

  7. Road transport of farm animals: effects of journey duration on animal welfare

    DEFF Research Database (Denmark)

    Nielsen, Birte Lindstrøm; Dybkjær, Lise; Herskin, Mette S

    2011-01-01

    Transport of farm animals gives rise to concern about their welfare. Specific attention has been given to the duration of animal transport, and maximum journey durations are used in legislation that seek to minimise any negative impact of transport on animal welfare. This paper reviews the relati...

  8. A retrospective longitudinal study of animal and human rabies in Botswana 1989-2006

    OpenAIRE

    K.T. Moagabo; K.B. Monyame; E.K. Baipoledi; M. Letshwenyo; N. Mapitse; J.M.K. Hyera

    2009-01-01

    A longitudinal study of animal and human rabies covering 18 years from 1989 to 2006 was retrospectively conducted in order to highlight the epidemiological features and trends of the disease in Botswana. Over the 18-year period, a total of 4 306 brain specimens collected from various species of animals including human beings with clinical signs consistent with rabies were submitted to the National Veterinary Laboratory in Gaborone for confirmatory diagnosis. Of the samples submitted, 2 ...

  9. Notes on sample preparation of food: food of plant and animal origins, and daily meals

    International Nuclear Information System (INIS)

    Heilgeist, M.

    1992-01-01

    The procedure of food sample preparation to determine their specific radioactivity, analogous to chemical residue analysis, is laid down in the relevant sets of regulations. Several procedural steps of sample preparation of single food and composite food are dealt with. The sample size necessary for gamma spectroscopy and Sr-89/Sr-90 analysis, and the incineration step to enrich radionuclides are explained. Finally, enrichment by freeze drying of the high-volatile radionuclide I-131 is considered. (orig.) [de

  10. Animal models of gastrointestinal and liver diseases. Animal models of acute and chronic pancreatitis

    Science.gov (United States)

    Zhan, Xianbao; Wang, Fan; Bi, Yan

    2016-01-01

    Animal models of pancreatitis are useful for elucidating the pathogenesis of pancreatitis and developing and testing novel interventions. In this review, we aim to summarize the most commonly used animal models, overview their pathophysiology, and discuss their strengths and limitations. We will also briefly describe common animal study procedures and refer readers to more detailed protocols in the literature. Although animal models include pigs, dogs, opossums, and other animals, we will mainly focus on rodent models because of their popularity. Autoimmune pancreatitis and genetically engineered animal models will be reviewed elsewhere. PMID:27418683

  11. ANIMALS IN RESOCIALIZATION

    OpenAIRE

    Czerw, Monika

    2017-01-01

    The benefits of relations between humans and animals have encouraged both scientists and members of other communities to popularize the knowledge in the field of animal-assisted therapy. Currently, animal-assisted therapy has been used not only in therapy, but also in resocialization. The increasing popularity of this form of supporting maladjusted people who are isolated from society or people with disabilities encouraged both practitioners and researchers to organize knowledge, thus reducin...

  12. Determination of activation energy for animal fat and crude glycerol using thermogravimetric analysis

    Energy Technology Data Exchange (ETDEWEB)

    Koch, Crhristoph [University of Hannover, Hannover (Germany); Mortari, Daniela; Avila, Ivonete; Santos, Antonio Moreira dos; Silva, Mario Lucio Cristovam; Crnkovic, Paula Manoel [University of Sao Paulo, Sao Carlos, SP (Brazil)], e-mails: iavila@sc.usp.br, asantos@sc.usp.br, paulam@sc.usp.br

    2010-07-01

    The present study deals with the determination of the activation energy of animal fat and crude glycerol from a biodiesel production plant. The activation energies were investigated by thermogravimetric analysis in the temperature range of {delta}T = 25-600 deg C. The transient experiments were run for every sample (10 mg) at five different heating rates (2.5, 5.0, 10.0, 20.0 and 30.0 deg C/min) in atmosphere of synthetic air. It is possible to establish a direct relation between the activation energy and the ignition delay, which characterizes the combustion quality of a fuel. The activation energy could be determined as a function of the conversion degree and the temperature by the isoconversional model free kinetics. Four distinct phases were found for each sample and one of these phases was identified as low-temperature oxidation (LTO). As this region is responsible for the first vaporization of the fuel, the activation energies were determined for this special region along the whole conversion range (0 - 100 %). The following mean values could be determined: animal fat = 108.87 +- 52.28 kJ/mol, and crude glycerol = 65.37+- 13.17 kJ/mol. From these data, it was possible to conclude that animal fat is the most complex sample between the ones studied in this work (author)

  13. Occurrence of gastrointestinal parasites in wild animals in State of Paraná, Brazil

    Directory of Open Access Journals (Sweden)

    LEW K. SPRENGER

    2018-01-01

    Full Text Available ABSTRACT The objective of this study was to determine the prevalence and diversity of gastrointestinal parasites in fecal samples from wild birds and mammals from the State of Paraná. In total, 220 stool samples were sent to Parasitic Diseases Laboratory of the Federal University of Paraná during 13 months (Jan/2013-Jan/2014. A total of 52.7% (116/220 of the animals were positive for cysts, oocysts, eggs and/or trophozoites. In birds, the positivity rate was 37.9% (25/66 and mammals was 59.1% (91/154. Strongyloidea superfamily eggs were observed in 37.3% (82/220 of the samples, Eimeria spp. in 10% (22/220, and Trichuris spp. in 4.5% (10/220. The most frequent mammal species were llamas (Lama glama, and dromedaries (Camelus bactrianus with infection rate of 70.1% (54/77 and 60.8% (14/23, respectively. In other hand, cockatiels (Nymphicus hollandicus and ring necks (Psittacula krameri, were the most researched birds, with infection rate of 20% (40/50 and 100% (6/6, respectively. A high prevalence of gastrointestinal parasites was observed in most of wildlife animals. Further investigations should be conducted focusing on parasite control strategies and the conservation measurements for harmonizing the human-animal interaction on the long-term, reducing associated health risks.

  14. Radiation Sensitivity of some Food Borne Bacterial Pathogens in Animal Foods and Minced Meat

    International Nuclear Information System (INIS)

    Mohammed, W.S.; Ali, A.R.; Alexan, A.F.

    2010-01-01

    Bacteriological examination of 100 samples of animal food stuffs (fish meal and bone and meat meal; as models of dry food materials) and 50 samples of minced meat (as a model of moist food materials) revealed the isolation of different bacterial pathogens; Escherichia coli, Klebsiella spp., Pseudomonas aeruginosa, Proteus spp., Staph. aureus and Salmonella species, in a decreasing order of occurrence. In the experiment; the dry food stuffs were sterilized in autoclave and the minced meat was sterilized by gamma irradiation at 10 kGy. The efficacy of gamma irradiation against the inoculated bacterial isolates (E coli 0157: H7, Salmonella enteritidis and Staph. aureus) in animal food stuffs and minced meat was investigated. Irradiated samples were stored at room temperature (25 degree C) for 2 weeks. The food borne pathogens used in this study showed a difference in radiation sensitivity. E. coli 0157: H7, Staphylococcus aureus and Salmonella enteritidis were eradicated at 1, 2 and 3 kGy, respectively. Also, inoculated pathogens in minced meat were more sensitive to ionizing radiation than dry animal food stuffs. It could be concluded that low doses of gamma irradiation are effective means of inactivating pathogenic bacteria. This radiation sensitivity is related to the bacterial isolates and the evaluated growth

  15. Isolation, identification, and characterization of Listeria spp. from various animal origin foods

    Science.gov (United States)

    Nayak, Deepti N.; Savalia, C. V.; Kalyani, I. H.; Kumar, Rajeev; Kshirsagar, D. P.

    2015-01-01

    Aim: The present study was undertaken with the prime objective of isolating and identifying Listeria spp. from various foods of animal origin sold at retail market outlets in the city of Navsari, Gujarat. Materials and Methods: Total 200 samples comprising of milk, milk products, meat, and fish (50 each) collected aseptically from local market which were subjected first to pre-enrichment in half strength Fraser broth followed by enrichment in full strength Fraser broth and subsequent plating on PALCAM agar. The growth with the typical colony characteristics were further identified up to species level on the basis of their morphological and biochemical characteristics. Cultures identified as Listeria monocytogenes were further subjected to in vitro pathogenicity tests and detection of different virulence-associated genes viz. actA, hlyA, and iap using polymerase chain reaction. Results: Of the total 200 food samples of animal origin; 18 (9%) were found positive for Listeria spp. which were identified as Listeria seeligeri (6, 33.3%), Listeria innocua (5, 27.7%), Listeria welshimeri (4, 22.2%), and L. monocytogenes (3, 16.6%). The highest prevalence was observed in milk samples (8). Species wise, 6 isolates of L. seeligeri which included two each from cow milk, buffalo milk, and meat samples; 5 L. innocua isolates included four recovered from fish and one from meat sample; 4 L. welshimeri comprised of two isolates from ice cream and one each from buffalo milk and meat sample; and 3 isolates of L. monocytogenes recovered from milk (1 cow and 2 buffalo milk). All 3 L. monocytogenes isolates screened for the presence of virulence genes viz. actA, hlyA, and iap using the specific primers revealed the presence of all the genes suggesting the possibility of danger of foodborne listeriosis among raw milk consumers. Conclusion: Listeria spp. was isolated from 9% (18/200) of the animal origin food samples viz.; milk, milk products, meat, and fish with the highest prevalence

  16. Isolation, identification, and characterization of Listeria spp. from various animal origin foods

    Directory of Open Access Journals (Sweden)

    Deepti N. Nayak

    2015-06-01

    Full Text Available Aim: The present study was undertaken with the prime objective of isolating and identifying Listeria spp. from various foods of animal origin sold at retail market outlets in the city of Navsari, Gujarat. Materials and Methods: Total 200 samples comprising of milk, milk products, meat, and fish (50 each collected aseptically from local market which were subjected first to pre-enrichment in half strength Fraser broth followed by enrichment in full strength Fraser broth and subsequent plating on PALCAM agar. The growth with the typical colony characteristics were further identified up to species level on the basis of their morphological and biochemical characteristics. Cultures identified as Listeria monocytogenes were further subjected to in vitro pathogenicity tests and detection of different virulence associated genes viz. actA, hlyA, and iap using polymerase chain reaction. Results: Of the total 200 food samples of animal origin; 18 (9% were found positive for Listeria spp. which were identified as Listeria seeligeri (6, 33.3%, Listeria innocua (5, 27.7%, Listeria welshimeri (4, 22.2%, and L. monocytogenes (3, 16.6%. The highest prevalence was observed in milk samples (8. Species wise, 6 isolates of L. seeligeri which included two each from cow milk, buffalo milk, and meat samples; 5 L. innocua isolates included four recovered from fish and one from meat sample; 4 L. welshimeri comprised of two isolates from ice cream and one each from buffalo milk and meat sample; and 3 isolates of L. monocytogenes recovered from milk (1 cow and 2 buffalo milk. All 3 L. monocytogenes isolates screened for the presence of virulence genes viz. actA, hlyA, and iap using the specific primers revealed the presence of all the genes suggesting the possibility of danger of foodborne listeriosis among raw milk consumers. Conclusion: Listeria spp. was isolated from 9% (18/200 of the animal origin food samples viz.; milk, milk products, meat, and fish with the highest

  17. Two models of the sound-signal frequency dependence on the animal body size as exemplified by the ground squirrels of Eurasia (mammalia, rodentia).

    Science.gov (United States)

    Nikol'skii, A A

    2017-11-01

    Dependence of the sound-signal frequency on the animal body length was studied in 14 ground squirrel species (genus Spermophilus) of Eurasia. Regression analysis of the total sample yielded a low determination coefficient (R 2 = 26%), because the total sample proved to be heterogeneous in terms of signal frequency within the dimension classes of animals. When the total sample was divided into two groups according to signal frequency, two statistically significant models (regression equations) were obtained in which signal frequency depended on the body size at high determination coefficients (R 2 = 73 and 94% versus 26% for the total sample). Thus, the problem of correlation between animal body size and the frequency of their vocal signals does not have a unique solution.

  18. Animation of Antimicrobial Resistance

    Medline Plus

    Full Text Available ... Home Food Drugs Medical Devices Radiation-Emitting Products Vaccines, Blood & Biologics Animal & Veterinary Cosmetics Tobacco Products Animal & ... back Food Drugs Medical Devices Radiation-Emitting Products Vaccines, Blood & Biologics Animal & Veterinary Cosmetics Tobacco Products

  19. Animal Investigation Program: Nevada Test Site and Vicinity. Annual report, 1979

    International Nuclear Information System (INIS)

    Smith, D.D.; Giles, Jr.; Bernhardt, D.E.

    1981-05-01

    Data are presented from the radioanalyses of tissues collected from cattle, mule deer, desert bighorn sheep, rabbits, chukar, golden eagles, and other wildlife that resided on or near the Nevada Test Site during 1979. Routine and special activities of the Animal Investigation Program are also discussed. Other than the naturally occurring potassium-40, gamma-emitting radionuclides were detected infrequently. Strontium-90 concentrations in bones from deer, cattle, and desert bighorn sheep were lower than those of recent years. Tritium concentrations were generally within expected environmental limits with the exception of animals exposed to known sources of contamination; e.g., drainage ponds from Area 12 tunnels or the Sedan Crater. Plutonium levels in all tissues from all species showed little variation to those levels in samples collected in recent years. Radionuclide tissue concentrations were generally higher in the tissues of animals residing in Area 15 than in similar animals collected from other Nevada Test Site areas. Hypothetical annual dose estimates to man were calculated on the basis of the daily consumption of 0.5 kilogra of liver or muscle from animals that contained peak radionuclide levels. The movements of 25 mule deer outfitted with collars containing a radio transmitter unit were monitored on a weekly basis. No gross or microscopic lesions were found in necropsied animals that could be directly attributed to the effects of ionizing radiation

  20. Are animal models predictive for human postmortem muscle protein degradation?

    Science.gov (United States)

    Ehrenfellner, Bianca; Zissler, Angela; Steinbacher, Peter; Monticelli, Fabio C; Pittner, Stefan

    2017-11-01

    A most precise determination of the postmortem interval (PMI) is a crucial aspect in forensic casework. Although there are diverse approaches available to date, the high heterogeneity of cases together with the respective postmortal changes often limit the validity and sufficiency of many methods. Recently, a novel approach for time since death estimation by the analysis of postmortal changes of muscle proteins was proposed. It is however necessary to improve the reliability and accuracy, especially by analysis of possible influencing factors on protein degradation. This is ideally investigated on standardized animal models that, however, require legitimization by a comparison of human and animal tissue, and in this specific case of protein degradation profiles. Only if protein degradation events occur in comparable fashion within different species, respective findings can sufficiently be transferred from the animal model to application in humans. Therefor samples from two frequently used animal models (mouse and pig), as well as forensic cases with representative protein profiles of highly differing PMIs were analyzed. Despite physical and physiological differences between species, western blot analysis revealed similar patterns in most of the investigated proteins. Even most degradation events occurred in comparable fashion. In some other aspects, however, human and animal profiles depicted distinct differences. The results of this experimental series clearly indicate the huge importance of comparative studies, whenever animal models are considered. Although animal models could be shown to reflect the basic principles of protein degradation processes in humans, we also gained insight in the difficulties and limitations of the applicability of the developed methodology in different mammalian species regarding protein specificity and methodic functionality.