WorldWideScience

Sample records for network programming gnp

  1. Genetic Network Programming with Reconstructed Individuals

    Science.gov (United States)

    Ye, Fengming; Mabu, Shingo; Wang, Lutao; Eto, Shinji; Hirasawa, Kotaro

    A lot of research on evolutionary computation has been done and some significant classical methods such as Genetic Algorithm (GA), Genetic Programming (GP), Evolutionary Programming (EP), and Evolution Strategies (ES) have been studied. Recently, a new approach named Genetic Network Programming (GNP) has been proposed. GNP can evolve itself and find the optimal solution. It is based on the idea of Genetic Algorithm and uses the data structure of directed graphs. Many papers have demonstrated that GNP can deal with complex problems in the dynamic environments very efficiently and effectively. As a result, recently, GNP is getting more and more attentions and is used in many different areas such as data mining, extracting trading rules of stock markets, elevator supervised control systems, etc., and GNP has obtained some outstanding results. Focusing on the GNP's distinguished expression ability of the graph structure, this paper proposes a method named Genetic Network Programming with Reconstructed Individuals (GNP-RI). The aim of GNP-RI is to balance the exploitation and exploration of GNP, that is, to strengthen the exploitation ability by using the exploited information extensively during the evolution process of GNP and finally obtain better performances than that of GNP. In the proposed method, the worse individuals are reconstructed and enhanced by the elite information before undergoing genetic operations (mutation and crossover). The enhancement of worse individuals mimics the maturing phenomenon in nature, where bad individuals can become smarter after receiving a good education. In this paper, GNP-RI is applied to the tile-world problem which is an excellent bench mark for evaluating the proposed architecture. The performance of GNP-RI is compared with that of the conventional GNP. The simulation results show some advantages of GNP-RI demonstrating its superiority over the conventional GNPs.

  2. The GNP testbed for operator support evaluation

    International Nuclear Information System (INIS)

    Goodstein, L.P.; Hedegaard, J.; Hoejberg, K.S.; Lind, M.

    1984-11-01

    The GNP project is an outgrowth of our work over the past few years in the area of man-machine system representation and modelling - particularly with an eye towards studying the activities of diagnosis and decision making in connection with complex technical systems. Previous publications have dealt with the conceptual basis for this work. However, there was felt to be a need for a realistic test bed of a reasonable (and variable) complexity for evaluating the concepts by means of a suitably designed experimental program. This paper will thus describe the socalled GNP project and the associated activity to date. The following points will be covered: - GNP as a prototypical process - GNP as a simulation - The current GNP experimental setup at Risoe - Initial GNP - Experiments at Risoe - Planning - Experience to date. (author)

  3. Online Learning of Genetic Network Programming and its Application to Prisoner’s Dilemma Game

    Science.gov (United States)

    Mabu, Shingo; Hirasawa, Kotaro; Hu, Jinglu; Murata, Junichi

    A new evolutionary model with the network structure named Genetic Network Programming (GNP) has been proposed recently. GNP, that is, an expansion of GA and GP, represents solutions as a network structure and evolves it by using “offline learning (selection, mutation, crossover)”. GNP can memorize the past action sequences in the network flow, so it can deal with Partially Observable Markov Decision Process (POMDP) well. In this paper, in order to improve the ability of GNP, Q learning (an off-policy TD control algorithm) that is one of the famous online methods is introduced for online learning of GNP. Q learning is suitable for GNP because (1) in reinforcement learning, the rewards an agent will get in the future can be estimated, (2) TD control doesn’t need much memory and can learn quickly, and (3) off-policy is suitable in order to search for an optimal solution independently of the policy. Finally, in the simulations, online learning of GNP is applied to a player for “Prisoner’s dilemma game” and its ability for online adaptation is confirmed.

  4. Trading Rules on Stock Markets Using Genetic Network Programming with Reinforcement Learning and Importance Index

    Science.gov (United States)

    Mabu, Shingo; Hirasawa, Kotaro; Furuzuki, Takayuki

    Genetic Network Programming (GNP) is an evolutionary computation which represents its solutions using graph structures. Since GNP can create quite compact programs and has an implicit memory function, it has been clarified that GNP works well especially in dynamic environments. In addition, a study on creating trading rules on stock markets using GNP with Importance Index (GNP-IMX) has been done. IMX is a new element which is a criterion for decision making. In this paper, we combined GNP-IMX with Actor-Critic (GNP-IMX&AC) and create trading rules on stock markets. Evolution-based methods evolve their programs after enough period of time because they must calculate fitness values, however reinforcement learning can change programs during the period, therefore the trading rules can be created efficiently. In the simulation, the proposed method is trained using the stock prices of 10 brands in 2002 and 2003. Then the generalization ability is tested using the stock prices in 2004. The simulation results show that the proposed method can obtain larger profits than GNP-IMX without AC and Buy&Hold.

  5. Real Time Updating Genetic Network Programming for Adapting to the Change of Stock Prices

    Science.gov (United States)

    Chen, Yan; Mabu, Shingo; Shimada, Kaoru; Hirasawa, Kotaro

    The key in stock trading model is to take the right actions for trading at the right time, primarily based on the accurate forecast of future stock trends. Since an effective trading with given information of stock prices needs an intelligent strategy for the decision making, we applied Genetic Network Programming (GNP) to creating a stock trading model. In this paper, we propose a new method called Real Time Updating Genetic Network Programming (RTU-GNP) for adapting to the change of stock prices. There are three important points in this paper: First, the RTU-GNP method makes a stock trading decision considering both the recommendable information of technical indices and the candlestick charts according to the real time stock prices. Second, we combine RTU-GNP with a Sarsa learning algorithm to create the programs efficiently. Also, sub-nodes are introduced in each judgment and processing node to determine appropriate actions (buying/selling) and to select appropriate stock price information depending on the situation. Third, a Real Time Updating system has been firstly introduced in our paper considering the change of the trend of stock prices. The experimental results on the Japanese stock market show that the trading model with the proposed RTU-GNP method outperforms other models without real time updating. We also compared the experimental results using the proposed method with Buy&Hold method to confirm its effectiveness, and it is clarified that the proposed trading model can obtain much higher profits than Buy&Hold method.

  6. GNP - an ecological catastrophe?

    International Nuclear Information System (INIS)

    Lejon, E.

    1996-01-01

    In this chapter of the book author deals with the ecological aspects of the Gabcikovo-Nagymaros Project (GNP) as well as other projects on the European rivers. Ground water levels profiles are presented. Effects of the GNP on the forests, flora, and fauna are discussed. The conditions for delta region protection are presented. Chemical and radioactive contamination, as well as their synergistic effects are discussed

  7. Elevator Group Supervisory Control System Using Genetic Network Programming with Macro Nodes and Reinforcement Learning

    Science.gov (United States)

    Zhou, Jin; Yu, Lu; Mabu, Shingo; Hirasawa, Kotaro; Hu, Jinglu; Markon, Sandor

    Elevator Group Supervisory Control System (EGSCS) is a very large scale stochastic dynamic optimization problem. Due to its vast state space, significant uncertainty and numerous resource constraints such as finite car capacities and registered hall/car calls, it is hard to manage EGSCS using conventional control methods. Recently, many solutions for EGSCS using Artificial Intelligence (AI) technologies have been reported. Genetic Network Programming (GNP), which is proposed as a new evolutionary computation method several years ago, is also proved to be efficient when applied to EGSCS problem. In this paper, we propose an extended algorithm for EGSCS by introducing Reinforcement Learning (RL) into GNP framework, and an improvement of the EGSCS' performances is expected since the efficiency of GNP with RL has been clarified in some other studies like tile-world problem. Simulation tests using traffic flows in a typical office building have been made, and the results show an actual improvement of the EGSCS' performances comparing to the algorithms using original GNP and conventional control methods. Furthermore, as a further study, an importance weight optimization algorithm is employed based on GNP with RL and its efficiency is also verified with the better performances.

  8. Prediction of net energy consumption based on economic indicators (GNP and GDP) in Turkey

    International Nuclear Information System (INIS)

    Soezen, Adnan; Arcaklioglu, Erol

    2007-01-01

    The most important theme in this study is to obtain equations based on economic indicators (gross national product-GNP and gross domestic product-GDP) and population increase to predict the net energy consumption of Turkey using artificial neural networks (ANNs) in order to determine future level of the energy consumption and make correct investments in Turkey. In this study, three different models were used in order to train the ANN. In one of them (Model 1), energy indicators such as installed capacity, generation, energy import and energy export, in second (Model 2), GNP was used and in the third (Model 3), GDP was used as the input layer of the network. The net energy consumption (NEC) is in the output layer for all models. In order to train the neural network, economic and energy data for last 37 years (1968-2005) are used in network for all models. The aim of used different models is to demonstrate the effect of economic indicators on the estimation of NEC. The maximum mean absolute percentage error (MAPE) was found to be 2.322732, 1.110525 and 1.122048 for Models 1, 2 and 3, respectively. R 2 values were obtained as 0.999444, 0.999903 and 0.999903 for training data of Models 1, 2 and 3, respectively. The ANN approach shows greater accuracy for evaluating NEC based on economic indicators. Based on the outputs of the study, the ANN model can be used to estimate the NEC from the country's population and economic indicators with high confidence for planing future projections

  9. Binding of a cyclic organoselenium compound with gold nanoparticles (GNP) and its effect on electron transfer properties.

    Science.gov (United States)

    Kumar, Pavitra V; Singh, Beena G; Maiti, Nandita; Iwaoka, Michio; Priyadarsini, K Indira

    2014-12-15

    Binding of a cyclic organoselenium compound, DL-trans-3,4-dihydroxy-1-selenolane (DHSred) with gold nanoparticles (GNP) of different sizes was studied by absorption spectroscopy, dynamic light scattering (DLS), transmission electron microscope (TEM), surface enhanced Raman spectroscopy (SERS) and zeta-potential (ζ) measurements. GNP of different size were synthesized by varying the reaction conditions and their size was determined by DLS and TEM techniques. The absorption spectral data showed red shift in the surface plasmon resonance (SPR) band indicating increase in the size of GNP on binding to DHSred. SERS studies confirmed that the binding of DHSred with GNP is through selenium center with planar orientation of DHSred on the GNP surface. The product of the number of binding sites (n) in GNP and the binding constant (K) was estimated for GNP of different particle size. The zeta potential (ζ) value of GNP decreased marginally in the presence of DHSred. Further, the binding of DHSred with GNP was found to enhance its reactivity with 2,2'-azino-bis(3-ethylbenzthiazoline-6-sulfonic acid) radicals (ABTS(·-)) and the reactivity increased with decrease in the GNP size. Such enhancement in the reducing ability may have a greater impact on the antioxidant activity of DHSred. Copyright © 2014 Elsevier Inc. All rights reserved.

  10. In vivo and in vitro toxicity of nanogold conjugated snake venom protein toxin GNP-NKCT1

    Directory of Open Access Journals (Sweden)

    Partha Pratim Saha

    2014-01-01

    Full Text Available Research on nanoparticles has created interest among the biomedical scientists. Nanoparticle conjugation aims to target drug delivery, increase drug efficacy and imaging for better diagnosis. Toxicity profile of the nanoconjugated molecules has not been studied well. In this communication, the toxicity profile of snake venom cytotoxin (NKCT1, an antileukemic protein toxin, was evaluated after its conjugation with gold nanoparticle (GNP-NKCT1. Gold nanoparticle conjugation with NKCT1 was done with NaBH4 reduction method. The conjugated product GNP-NKCT1 was found less toxic than NKCT1 on isolated rat lymphocyte, mice peritoneal macrophage, in culture, which was evident from the MTT/Trypan blue assay. Peritoneal mast cell degranulation was in the order of NKCT1 > GNP-NKCT1. The in vitro cardiotoxicity and neurotoxicity were increased in case of NKCT1 than GNP-NKCT1. On isolated kidney tissue, NKCT1 released significant amount of ALP and γ-GT than GNP-NKCT1. Gold nanoconjugation with NKCT1 also reduced the lethal activity in mice. In vivo acute/sub-chronic toxicity studies in mice showed significant increase in molecular markers due to NKCT1 treatment, which was reduced by gold nanoconjugation. Histopathology study showed decreased toxic effect of NKCT1 in kidney tissue after GNP conjugation. The present study confirmed that GNP conjugation significantly decreased the toxicity profile of NKCT1. Further studies are in progress to establish the molecular mechanism of GNP induced toxicity reduction.

  11. A Double-Deck Elevator Group Supervisory Control System with Destination Floor Guidance System Using Genetic Network Programming

    Science.gov (United States)

    Yu, Lu; Zhou, Jin; Mabu, Shingo; Hirasawa, Kotaro; Hu, Jinglu; Markon, Sandor

    The Elevator Group Supervisory Control Systems (EGSCS) are the control systems that systematically manage three or more elevators in order to efficiently transport the passengers in buildings. Double-deck elevators, where two elevators are connected with each other, serve passengers at two consecutive floors simultaneously. Double-deck Elevator systems (DDES) become more complex in their behavior than conventional single-deck elevator systems (SDES). Recently, Artificial Intelligence (AI) technology has been used in such complex systems. Genetic Network Programming (GNP), a graph-based evolutionary method, has been applied to EGSCS and its advantages are shown in some papers. GNP can obtain the strategy of a new hall call assignment to the optimal elevator when it performs crossover and mutation operations to judgment nodes and processing nodes. Meanwhile, Destination Floor Guidance System (DFGS) is installed in DDES, so that passengers can also input their destinations at elevator halls. In this paper, we have applied GNP to DDES and compared DFGS with normal systems. The waiting time and traveling time of DFGS are all improved because of getting more information from DFGS. The simulations showed the effectiveness of the double-deck elevators with DFGS in different building traffics.

  12. Investigation of the mechanical properties of GNP/MWCNT reinforced PA66 hybrid nanocomposites

    DEFF Research Database (Denmark)

    Doagou Rad, Saeed; Islam, Aminul; Søndergaard Jensen, Jacob

    nanocomposites reinforced with two prominent nanofillers namely Multi Walled Carbon Nanotubes (MWCNT) and Graphene NanoPlatelets (GNP) manufactured through industrially viable methods. Three main groups of Polyamide (PA 66) based nano- and hybrid composite specimens namely PA 66/MWCNT, PA 66/GNP, and PA 66/MWCNT...

  13. Non-monotonic piezoresistive behaviour of graphene nanoplatelet (GNP-polymer composite flexible films prepared by solvent casting

    Directory of Open Access Journals (Sweden)

    S. Makireddi

    2017-07-01

    Full Text Available Graphene-polymer nanocomposite films show good piezoresistive behaviour and it is reported that the sensitivity increases either with the increased sheet resistance or decreased number density of the graphene fillers. A little is known about this behaviour near the percolation region. In this study, graphene nanoplatelet (GNP/poly (methyl methacrylate (PMMA flexible films are fabricated via solution casting process at varying weight percent of GNP. Electrical and piezoresistive behaviour of these films is studied as a function of GNP concentration. Piezoresistive strain sensitivity of the films is measured by affixing the film to an aluminium specimen which is subjected to monotonic uniaxial tensile load. The change in resistance of the film with strain is monitored using a four probe. An electrical percolation threshold at 3 weight percent of GNP is observed. We report non-monotonic piezoresistive behaviour of these films as a function GNP concentration. We observe an increase in gauge factor (GF with unstrained resistance of the films up to a critical resistance corresponding to percolation threshold. Beyond this limit the GF decreases with unstrained resistance.

  14. 77 FR 70206 - Eastside Community Rail, LLC; Acquisition and Operation Exemption; GNP RLY, Inc.

    Science.gov (United States)

    2012-11-23

    ... and Snohomish Counties, Wash.\\2\\ \\1\\ Those rights encompass all of GNP's assets and operating..., 20091218001539, 20091218001540 and King County AF 200912201438 and 20091220439; and all car hire agreements and...

  15. Optimization and Prediction of Mechanical and Thermal Properties of Graphene/LLDPE Nanocomposites by Using Artificial Neural Networks

    Directory of Open Access Journals (Sweden)

    P. Noorunnisa Khanam

    2016-01-01

    Full Text Available The focus of this work is to develop the knowledge of prediction of the physical and chemical properties of processed linear low density polyethylene (LLDPE/graphene nanoplatelets composites. Composites made from LLDPE reinforced with 1, 2, 4, 6, 8, and 10 wt% grade C graphene nanoplatelets (C-GNP were processed in a twin screw extruder with three different screw speeds and feeder speeds (50, 100, and 150 rpm. These applied conditions are used to optimize the following properties: thermal conductivity, crystallization temperature, degradation temperature, and tensile strength while prediction of these properties was done through artificial neural network (ANN. The three first properties increased with increase in both screw speed and C-GNP content. The tensile strength reached a maximum value at 4 wt% C-GNP and a speed of 150 rpm as this represented the optimum condition for the stress transfer through the amorphous chains of the matrix to the C-GNP. ANN can be confidently used as a tool to predict the above material properties before investing in development programs and actual manufacturing, thus significantly saving money, time, and effort.

  16. The QTL GNP1 Encodes GA20ox1, Which Increases Grain Number and Yield by Increasing Cytokinin Activity in Rice Panicle Meristems.

    Science.gov (United States)

    Wu, Yuan; Wang, Yun; Mi, Xue-Fei; Shan, Jun-Xiang; Li, Xin-Min; Xu, Jian-Long; Lin, Hong-Xuan

    2016-10-01

    Cytokinins and gibberellins (GAs) play antagonistic roles in regulating reproductive meristem activity. Cytokinins have positive effects on meristem activity and maintenance. During inflorescence meristem development, cytokinin biosynthesis is activated via a KNOX-mediated pathway. Increased cytokinin activity leads to higher grain number, whereas GAs negatively affect meristem activity. The GA biosynthesis genes GA20oxs are negatively regulated by KNOX proteins. KNOX proteins function as modulators, balancing cytokinin and GA activity in the meristem. However, little is known about the crosstalk among cytokinin and GA regulators together with KNOX proteins and how KNOX-mediated dynamic balancing of hormonal activity functions. Through map-based cloning of QTLs, we cloned a GA biosynthesis gene, Grain Number per Panicle1 (GNP1), which encodes rice GA20ox1. The grain number and yield of NIL-GNP1TQ were significantly higher than those of isogenic control (Lemont). Sequence variations in its promoter region increased the levels of GNP1 transcripts, which were enriched in the apical regions of inflorescence meristems in NIL-GNP1TQ. We propose that cytokinin activity increased due to a KNOX-mediated transcriptional feedback loop resulting from the higher GNP1 transcript levels, in turn leading to increased expression of the GA catabolism genes GA2oxs and reduced GA1 and GA3 accumulation. This rebalancing process increased cytokinin activity, thereby increasing grain number and grain yield in rice. These findings uncover important, novel roles of GAs in rice florescence meristem development and provide new insights into the crosstalk between cytokinin and GA underlying development process.

  17. Advanced network programming principles and techniques : network application programming with Java

    CERN Document Server

    Ciubotaru, Bogdan

    2013-01-01

    Answering the need for an accessible overview of the field, this text/reference presents a manageable introduction to both the theoretical and practical aspects of computer networks and network programming. Clearly structured and easy to follow, the book describes cutting-edge developments in network architectures, communication protocols, and programming techniques and models, supported by code examples for hands-on practice with creating network-based applications. Features: presents detailed coverage of network architectures; gently introduces the reader to the basic ideas underpinning comp

  18. Optimal Quantum Spatial Search on Random Temporal Networks.

    Science.gov (United States)

    Chakraborty, Shantanav; Novo, Leonardo; Di Giorgio, Serena; Omar, Yasser

    2017-12-01

    To investigate the performance of quantum information tasks on networks whose topology changes in time, we study the spatial search algorithm by continuous time quantum walk to find a marked node on a random temporal network. We consider a network of n nodes constituted by a time-ordered sequence of Erdös-Rényi random graphs G(n,p), where p is the probability that any two given nodes are connected: After every time interval τ, a new graph G(n,p) replaces the previous one. We prove analytically that, for any given p, there is always a range of values of τ for which the running time of the algorithm is optimal, i.e., O(sqrt[n]), even when search on the individual static graphs constituting the temporal network is suboptimal. On the other hand, there are regimes of τ where the algorithm is suboptimal even when each of the underlying static graphs are sufficiently connected to perform optimal search on them. From this first study of quantum spatial search on a time-dependent network, it emerges that the nontrivial interplay between temporality and connectivity is key to the algorithmic performance. Moreover, our work can be extended to establish high-fidelity qubit transfer between any two nodes of the network. Overall, our findings show that one can exploit temporality to achieve optimal quantum information tasks on dynamical random networks.

  19. The relationship between attendance at birth and maternal mortality rates: an exploration of United Nations' data sets including the ratios of physicians and nurses to population, GNP per capita and female literacy.

    Science.gov (United States)

    Robinson, J J; Wharrad, H

    2001-05-01

    The relationship between attendance at birth and maternal mortality rates: an exploration of United Nations' data sets including the ratios of physicians and nurses to population, GNP per capita and female literacy. This is the third and final paper drawing on data taken from United Nations (UN) data sets. The first paper examined the global distribution of health professionals (as measured by ratios of physicians and nurses to population), and its relationship to gross national product per capita (GNP) (Wharrad & Robinson 1999). The second paper explored the relationships between the global distribution of physicians and nurses, GNP, female literacy and the health outcome indicators of infant and under five mortality rates (IMR and u5MR) (Robinson & Wharrad 2000). In the present paper, the global distribution of health professionals is explored in relation to maternal mortality rates (MMRs). The proportion of births attended by medical and nonmedical staff defined as "attendance at birth by trained personnel" (physicians, nurses, midwives or primary health care workers trained in midwifery skills), is included as an additional independent variable in the regression analyses, together with the ratio of physicians and nurses to population, female literacy and GNP. To extend our earlier analyses by considering the relationships between the global distribution of health professionals (ratios of physicians and nurses to population, and the proportion of births attended by trained health personnel), GNP, female literacy and MMR. countries, regression analyses were performed using numbers of physicians, and numbers of nurses, per 1000 population, the proportion of births attended by trained health personnel, GNP per capita and female literacy as independent variables and MMRs as the dependent variable. Linear regression analyses show positive associations for MMRs and the ratios of physicians to population (73%, n=136), ratios of nurses to population (56%, n=137), and

  20. Tuning of wettability of PANI-GNP composites using keV energy ions

    Energy Technology Data Exchange (ETDEWEB)

    Lakshmi, G.B.V.S., E-mail: lakshmigbvs@gmail.com [Inter University Accelerator Centre, New Delhi 67 (India); Avasthi, D.K. [Amity University, Noida 201313, Uttar Pradesh (India)

    2016-07-15

    Polyaniline nanofiber composites with various nanomaterials have several applications in electrochemical biosensors. The surface properties of these composites coated electrodes play crucial role in enzyme absorption and analyte detection process. In the present study, Polyaniline-Graphene nanopowder (PANI-GNP) composites were prepared by rapid-mixing polymerization method. The films were prepared on ITO coated glass substrates and irradiated with 42 keV He{sup +} ions produced by indigenously fabricated accelerator at IUAC, New Delhi. The films were characterized before and after irradiation by SEM, Raman spectroscopy and contact angle measurements. The as-prepared films show superhydrophilic nature and after irradiation the films show highly hydrophobic nature with water contact angle (135°). The surface morphology was studied by SEM and structural changes were studied by Raman spectra. The surface morphological modifications induced by keV energy ions helps in tuning the wettability at different ion fluences.

  1. Exploring the in vitro and in vivo compatibility of PLA, PLA/GNP and PLA/CNT-COOH biodegradable nanocomposites: Prospects for tendon and ligament applications.

    Science.gov (United States)

    Correia Pinto, Viviana; Costa-Almeida, Raquel; Rodrigues, Ilda; Guardão, Luísa; Soares, Raquel; Miranda Guedes, Rui

    2017-08-01

    Anterior cruciate ligament (ACL) reconstructive surgeries are the most frequent orthopedic procedures in the knee. Currently, existing strategies fail in completely restoring tissue functionality and have a high failure rate associated, presenting a compelling argument towards the development of novel materials envisioning ACL reinforcement. Tendons and ligaments, in general, have a strong demand in terms of biomechanical features of developed constructs. We have previously developed polylactic acid (PLA)-based biodegradable films reinforced either with graphene nanoplatelets (PLA/GNP) or with carboxyl-functionalized carbon nanotubes (PLA/CNT-COOH). In the present study, we comparatively assessed the biological performance of PLA, PLA/GNP, and PLA/CNT-COOH by seeding human dermal fibroblasts (HFF-1) and studying cell viability and proliferation. In vivo tests were also performed by subcutaneous implantation in 6-week-old C57Bl/6 mice. Results showed that all formulations studied herein did not elicit cytotoxic responses in seeded HFF-1, supporting cell proliferation up to 3 days in culture. Moreover, animal studies indicated no physiological signs of severe inflammatory response after 1 and 2 weeks after implantation. Taken together, our results present a preliminary assessment on the compatibility of PLA reinforced with GNP and CNT-COOH nanofillers, highlighting the potential use of these carbon-based nanofillers for the fabrication of reinforced synthetic polymer-based structures for ACL reinforcement. © 2017 Wiley Periodicals, Inc. J Biomed Mater Res Part A: 105A: 2182-2190, 2017. © 2017 Wiley Periodicals, Inc.

  2. What fraction of the US GNP makes use of devices invented as a result of the success of the quantum theory of the atom?

    International Nuclear Information System (INIS)

    Lederman, L.M.; Carrigan, R.A. Jr.

    1987-01-01

    This paper estimates the fraction of the economic activity that makes use of quantum mechanical devices. The questionable methodology estimates the fraction of a given economic activity which uses post-atomic technology. The scheme arrives at 23% over a given set of direct activities. Scientist in a curiosity-driven quest for an understanding of what, in 1900, was a dimly conceived exotic concept, stimulated, by their discoveries, economic acitivity amounting to about $1000 billion (in 1987 dollars) of our annual GNP, which is about $4 trillion. One quarter of this part of the GNP, or $280 billion, is paid back to the federal government in taxes annually. This number can be very wrong, but still be an impressive return from science, compared to the $10 billions of federal funding which OMB defines as basic research. 1 figure

  3. Linear Programming and Network Flows

    CERN Document Server

    Bazaraa, Mokhtar S; Sherali, Hanif D

    2011-01-01

    The authoritative guide to modeling and solving complex problems with linear programming-extensively revised, expanded, and updated The only book to treat both linear programming techniques and network flows under one cover, Linear Programming and Network Flows, Fourth Edition has been completely updated with the latest developments on the topic. This new edition continues to successfully emphasize modeling concepts, the design and analysis of algorithms, and implementation strategies for problems in a variety of fields, including industrial engineering, management science, operations research

  4. Enhanced detection sensitivity of prostate-specific antigen via PSA-conjugated gold nanoparticles based on localized surface plasmon resonance: GNP-coated anti-PSA/LSPR as a novel approach for the identification of prostate anomalies.

    Science.gov (United States)

    Jazayeri, M H; Amani, H; Pourfatollah, A A; Avan, A; Ferns, G A; Pazoki-Toroudi, H

    2016-10-01

    Prostate-specific antigen (PSA) is used to screen for prostate disease, although it has several limitations in its application as an organ-specific or cancer-specific marker. Furthermore, a highly specific/sensitive and/or label-free identification of PSA still remains a challenge in the diagnosis of prostate anomalies. We aimed to develop a gold nanoparticle (GNP)-conjugated anti-PSA antibody-based localized surface plasmon resonance (LSPR) as a novel approach to detect prostatic disease. A total of 25 nm colloidal gold particles were prepared followed by conjugation with anti-PSA pAb (GNPs-PSA pAb). LSPR was used to monitor the absorption changes of the aggregation of the particles. The size, shape and stability of the GNP-anti-PSA were evaluated by dynamic light scattering transmission electron microscopy (TEM) and zetasizer. The GNPs-conjugated PSA-pAb was successfully synthesized and subsequently characterized using ultraviolet absorption spectroscopy and TEM to determine the size distribution, crystallinity and stability of the particles (for example, stability of GNP: 443 mV). To increase the stability of the particles, we pegylated GNPs using an N-(3-dimethylaminopropyl)-N*-ethylcarbodiimide hydrochloride (EDC)/N-hydroxylsuccinimide (NHS) linker (for example, stability of GNP after pegylation: 272 mV). We found a significant increase in the absorbance and intensity of the particles with extinction peak at 545/2 nm, which was shifted by ~1 nm after conjugation. To illustrate the potential of the GNPs-PSA pAb to bind specifically to PSA, LSPR was used. We found that the extinction peak shifted 3 nm for a solution of 100 nM unlabeled antigen. In summary, we have established a novel approach for improving the efficacy/sensitivity of PSA in the assessment of prostate disease, supporting further investigation on the diagnostic value of GNP-conjugated anti-PSA/LSPR for the detection of prostate cancer.

  5. NET-2 Network Analysis Program

    International Nuclear Information System (INIS)

    Malmberg, A.F.

    1974-01-01

    The NET-2 Network Analysis Program is a general purpose digital computer program which solves the nonlinear time domain response and the linearized small signal frequency domain response of an arbitrary network of interconnected components. NET-2 is capable of handling a variety of components and has been applied to problems in several engineering fields, including electronic circuit design and analysis, missile flight simulation, control systems, heat flow, fluid flow, mechanical systems, structural dynamics, digital logic, communications network design, solid state device physics, fluidic systems, and nuclear vulnerability due to blast, thermal, gamma radiation, neutron damage, and EMP effects. Network components may be selected from a repertoire of built-in models or they may be constructed by the user through appropriate combinations of mathematical, empirical, and topological functions. Higher-level components may be defined by subnetworks composed of any combination of user-defined components and built-in models. The program provides a modeling capability to represent and intermix system components on many levels, e.g., from hole and electron spatial charge distributions in solid state devices through discrete and integrated electronic components to functional system blocks. NET-2 is capable of simultaneous computation in both the time and frequency domain, and has statistical and optimization capability. Network topology may be controlled as a function of the network solution. (U.S.)

  6. Neural-Network Object-Recognition Program

    Science.gov (United States)

    Spirkovska, L.; Reid, M. B.

    1993-01-01

    HONTIOR computer program implements third-order neural network exhibiting invariance under translation, change of scale, and in-plane rotation. Invariance incorporated directly into architecture of network. Only one view of each object needed to train network for two-dimensional-translation-invariant recognition of object. Also used for three-dimensional-transformation-invariant recognition by training network on only set of out-of-plane rotated views. Written in C language.

  7. Program Helps Simulate Neural Networks

    Science.gov (United States)

    Villarreal, James; Mcintire, Gary

    1993-01-01

    Neural Network Environment on Transputer System (NNETS) computer program provides users high degree of flexibility in creating and manipulating wide variety of neural-network topologies at processing speeds not found in conventional computing environments. Supports back-propagation and back-propagation-related algorithms. Back-propagation algorithm used is implementation of Rumelhart's generalized delta rule. NNETS developed on INMOS Transputer(R). Predefines back-propagation network, Jordan network, and reinforcement network to assist users in learning and defining own networks. Also enables users to configure other neural-network paradigms from NNETS basic architecture. Small portion of software written in OCCAM(R) language.

  8. Software-Programmed Optical Networking with Integrated NFV Service Provisioning

    DEFF Research Database (Denmark)

    Mehmeri, Victor; Wang, Xi; Basu, Shrutarshi

    2017-01-01

    We showcase demonstrations of “program & compile” styled optical networking as well as open platforms & standards based NFV service provisioning using a proof-of-concept implementation of the Software-Programmed Networking Operating System (SPN OS).......We showcase demonstrations of “program & compile” styled optical networking as well as open platforms & standards based NFV service provisioning using a proof-of-concept implementation of the Software-Programmed Networking Operating System (SPN OS)....

  9. Report on Networking and Programming Languages 2017

    KAUST Repository

    Bjorner, Nikolaj

    2017-10-26

    The third workshop on Networking and Programming Lan-guages, NetPL 2017, was held in conjunction with SIG-COMM 2017. The workshop series attracts invited speakers from academia and industry and a selection of contributed abstracts for short presentations. NetPL brings together re-searchers from the networking community and researchers from the programming languages and verification communities. The workshop series is a timely forum for exciting trends, technological and scientific advances in the intersection of these communities. We describe some of the high-lights from the invited talks through the lens of three trends: Advances in network machine architectures, network programming abstractions, and network verification. NetPL included five invited speakers, four from academia, and one from industry. The program contained six contributed talks out of eight submitted for presentation. The workshop organizers reviewed the abstracts for quality and scope. A total of 42 registrations were received and the attendance occupied the lecture room to the brink. Slides and abstracts from all talks are available from the workshop home page.1 Videos of the presentations are available in the NetPL YouTube channel.2.

  10. Report on Networking and Programming Languages 2017

    KAUST Repository

    Bjorner, Nikolaj; Canini, Marco; Sultana, Nik

    2017-01-01

    The third workshop on Networking and Programming Lan-guages, NetPL 2017, was held in conjunction with SIG-COMM 2017. The workshop series attracts invited speakers from academia and industry and a selection of contributed abstracts for short presentations. NetPL brings together re-searchers from the networking community and researchers from the programming languages and verification communities. The workshop series is a timely forum for exciting trends, technological and scientific advances in the intersection of these communities. We describe some of the high-lights from the invited talks through the lens of three trends: Advances in network machine architectures, network programming abstractions, and network verification. NetPL included five invited speakers, four from academia, and one from industry. The program contained six contributed talks out of eight submitted for presentation. The workshop organizers reviewed the abstracts for quality and scope. A total of 42 registrations were received and the attendance occupied the lecture room to the brink. Slides and abstracts from all talks are available from the workshop home page.1 Videos of the presentations are available in the NetPL YouTube channel.2.

  11. Network speech systems technology program

    Science.gov (United States)

    Weinstein, C. J.

    1981-09-01

    This report documents work performed during FY 1981 on the DCA-sponsored Network Speech Systems Technology Program. The two areas of work reported are: (1) communication system studies in support of the evolving Defense Switched Network (DSN) and (2) design and implementation of satellite/terrestrial interfaces for the Experimental Integrated Switched Network (EISN). The system studies focus on the development and evaluation of economical and endurable network routing procedures. Satellite/terrestrial interface development includes circuit-switched and packet-switched connections to the experimental wideband satellite network. Efforts in planning and coordination of EISN experiments are reported in detail in a separate EISN Experiment Plan.

  12. Learning Python network programming

    CERN Document Server

    Sarker, M O Faruque

    2015-01-01

    If you're a Python developer or a system administrator with Python experience and you're looking to take your first steps in network programming, then this book is for you. Basic knowledge of Python is assumed.

  13. MAILROOM- A LOCAL AREA NETWORK ELECTRONIC MAIL PROGRAM

    Science.gov (United States)

    Weiner, M. J.

    1994-01-01

    The Mailroom program is a Local Area Network (LAN) electronic mail program. It allows LAN users to electronically exchange notes, letters, reminders, or any sort of communication via their computer. The Mailroom program links all LAN users into a communication circle where messages can be created, sent, copied, printed, downloaded, uploaded, and deleted through a series of menu-driven screens. Mailroom includes a feature which allows users to determine if a message they have sent has been read by the receiver. Each user must be separately installed and removed from Mailroom as they join or leave the network. Mailroom comes with a program that accomplishes this with minimum of effort on the part of the Network Administrator/Manager. There is also a program that allows the Network Administrator/Manager to install Mailroom on each user's workstation so that on execution of Mailroom the user's station may be identified and the configurations settings activated. It will create its own configuration and data/supporting files during the setup and installation process. The Mailroom program is written in Microsoft QuickBasic. It was developed to run on networked IBM XT/ATs or compatibles and requires that all participating workstations share a common drive. It has been implemented under DOS 3.2 and has a memory requirement of 71K. Mailroom was developed in 1988.

  14. Management and Fragmentation of a Network Program

    DEFF Research Database (Denmark)

    Jørgensen, Kenneth Mølbjerg

    This paper contains an analysis of the role of identity in interorganizational collaboration. The case is a network program that involved three parties: eight companies, one consulting institution and a research institution. The purpose of the network program was to develop and test concepts...... and methods within organizational learning and it was supported by the Danish government. The three parties had different roles in the program. The eight companies all participated as experiments for organizational learning. Consultants from the consulting institution acted as consultants on the eight...

  15. Social network analysis of public health programs to measure partnership.

    Science.gov (United States)

    Schoen, Martin W; Moreland-Russell, Sarah; Prewitt, Kim; Carothers, Bobbi J

    2014-12-01

    In order to prevent chronic diseases, community-based programs are encouraged to take an ecological approach to public health promotion and involve many diverse partners. Little is known about measuring partnership in implementing public health strategies. We collected data from 23 Missouri communities in early 2012 that received funding from three separate programs to prevent obesity and/or reduce tobacco use. While all of these funding programs encourage partnership, only the Social Innovation for Missouri (SIM) program included a focus on building community capacity and enhancing collaboration. Social network analysis techniques were used to understand contact and collaboration networks in community organizations. Measurements of average degree, density, degree centralization, and betweenness centralization were calculated for each network. Because of the various sizes of the networks, we conducted comparative analyses with and without adjustment for network size. SIM programs had increased measurements of average degree for partner collaboration and larger networks. When controlling for network size, SIM groups had higher measures of network density and lower measures of degree centralization and betweenness centralization. SIM collaboration networks were more dense and less centralized, indicating increased partnership. The methods described in this paper can be used to compare partnership in community networks of various sizes. Further research is necessary to define causal mechanisms of partnership development and their relationship to public health outcomes. Copyright © 2014 Elsevier Ltd. All rights reserved.

  16. Twisted network programming essentials

    CERN Document Server

    Fettig, Abe

    2005-01-01

    Twisted Network Programming Essentials from O'Reilly is a task-oriented look at this new open source, Python-based technology. The book begins with recommendations for various plug-ins and add-ons to enhance the basic package as installed. It then details Twisted's collection simple network protocols, and helper utilities. The book also includes projects that let you try out the Twisted framework for yourself. For example, you'll find examples of using Twisted to build web services applications using the REST architecture, using XML-RPC, and using SOAP. Written for developers who want to s

  17. Nonlinear programming with feedforward neural networks.

    Energy Technology Data Exchange (ETDEWEB)

    Reifman, J.

    1999-06-02

    We provide a practical and effective method for solving constrained optimization problems by successively training a multilayer feedforward neural network in a coupled neural-network/objective-function representation. Nonlinear programming problems are easily mapped into this representation which has a simpler and more transparent method of solution than optimization performed with Hopfield-like networks and poses very mild requirements on the functions appearing in the problem. Simulation results are illustrated and compared with an off-the-shelf optimization tool.

  18. Self-Assembled Core-Satellite Gold Nanoparticle Networks for Ultrasensitive Detection of Chiral Molecules by Recognition Tunneling Current.

    Science.gov (United States)

    Zhang, Yuanchao; Liu, Jingquan; Li, Da; Dai, Xing; Yan, Fuhua; Conlan, Xavier A; Zhou, Ruhong; Barrow, Colin J; He, Jin; Wang, Xin; Yang, Wenrong

    2016-05-24

    Chirality sensing is a very challenging task. Here, we report a method for ultrasensitive detection of chiral molecule l/d-carnitine based on changes in the recognition tunneling current across self-assembled core-satellite gold nanoparticle (GNP) networks. The recognition tunneling technique has been demonstrated to work at the single molecule level where the binding between the reader molecules and the analytes in a nanojunction. This process was observed to generate a unique and sensitive change in tunneling current, which can be used to identify the analytes of interest. The molecular recognition mechanism between amino acid l-cysteine and l/d-carnitine has been studied with the aid of SERS. The different binding strength between homo- or heterochiral pairs can be effectively probed by the copper ion replacement fracture. The device resistance was measured before and after the sequential exposures to l/d-carnitine and copper ions. The normalized resistance change was found to be extremely sensitive to the chirality of carnitine molecule. The results suggested that a GNP networks device optimized for recognition tunneling was successfully built and that such a device can be used for ultrasensitive detection of chiral molecules.

  19. Research on Propagation Model of Malicious Programs in Ad Hoc Wireless Network

    Directory of Open Access Journals (Sweden)

    Weimin GAO

    2014-01-01

    Full Text Available Ad Hoc wireless network faces more security threats than traditional network due to its P2P system structure and the limited node resources. In recent years, malicious program has become one of the most important researches on international network security and information security. The research of malicious programs on wireless network has become a new research hotspot in the field of malicious programs. This paper first analyzed the Ad Hoc network system structure, security threats, the common classification of malicious programs and the bionic propagation model. Then starting from the differential equations of the SEIR virus propagation model, the question caused by introducing the SEIR virus propagation model in Ad Hoc wireless network was analyzed. This paper improved the malicious program propagation model through introducing the network topology features and concepts such as immunization delay, and designed an improved algorithm combined with the dynamic evolution of malware propagation process. Considering of the network virus propagation characteristics, network characteristics and immunization strategy to improve simulation model experiment analysis, the experimental results show that both the immunization strategy and the degrees of node can affect the propagation of malicious program.

  20. Program Spotlight: National Outreach Network's Community Health Educators

    Science.gov (United States)

    National Outreach Network of Community Health Educators located at Community Network Program Centers, Partnerships to Advance Cancer Health Equity, and NCI-designated cancer centers help patients and their families receive survivorship support.

  1. Nuclear industry in France: 125000 direct staff and a contribution of 0.71% to the GNP in 2009

    International Nuclear Information System (INIS)

    Anon.

    2011-01-01

    In France the nuclear industry employs 125000 people directly which represents 4% of the employment in the industrial sector. The cumulated added value of the enterprises working in the nuclear sector reached 12.3 billions euros in 2009 which represented 0.71% of the gross national product (GNP). During the construction phase of an EPR, 2700 jobs are created and during its service life 500 jobs. In fact if we cumulate direct jobs and indirect jobs (the jobs generated by the purchases realised outside the nuclear sector) and induced jobs (the jobs generated by all the expenses of the staff) we get 1650 jobs during its 80 year long service life. A similar assessment shows that the total number of people in France whose job depends on the nuclear industry was 410.000 in 2009. (A.C.)

  2. Network interdiction and stochastic integer programming

    CERN Document Server

    2003-01-01

    On March 15, 2002 we held a workshop on network interdiction and the more general problem of stochastic mixed integer programming at the University of California, Davis. Jesús De Loera and I co-chaired the event, which included presentations of on-going research and discussion. At the workshop, we decided to produce a volume of timely work on the topics. This volume is the result. Each chapter represents state-of-the-art research and all of them were refereed by leading investigators in the respective fields. Problems - sociated with protecting and attacking computer, transportation, and social networks gain importance as the world becomes more dep- dent on interconnected systems. Optimization models that address the stochastic nature of these problems are an important part of the research agenda. This work relies on recent efforts to provide methods for - dressing stochastic mixed integer programs. The book is organized with interdiction papers first and the stochastic programming papers in the second part....

  3. A Novel Approach to Enhance the Mechanical Strength and Electrical and Thermal Conductivity of Cu-GNP Nanocomposites

    Science.gov (United States)

    Saboori, Abdollah; Pavese, Matteo; Badini, Claudio; Fino, Paolo

    2018-01-01

    Copper/graphene nanoplatelet (GNP) nanocomposites were produced by a wet mixing method followed by a classical powder metallurgy technique. A qualitative evaluation of the structure of graphene after mixing indicated that wet mixing is an appropriate dispersion method. Thereafter, the effects of two post-processing techniques such as repressing-annealing and hot isostatic pressing (HIP) on density, interfacial bonding, hardness, and thermal and electrical conductivity of the nanocomposites were analyzed. Density evaluations showed that the relative density of specimens increased after the post-processing steps so that after HIPing almost full densification was achieved. The Vickers hardness of specimens increased considerably after the post-processing techniques. The thermal conductivity of pure copper was very low in the case of the as-sintered samples containing 2 to 3 pct porosity and increased considerably to a maximum value in the case of HIPed samples which contained only 0.1 to 0.2 pct porosity. Electrical conductivity measurements showed that by increasing the graphene content electrical conductivity decreased.

  4. Boost.Asio C++ network programming

    CERN Document Server

    Torjo, John

    2013-01-01

    What you want is an easy level of abstraction, which is just what this book provides in conjunction with Boost.Asio. Switching to Boost.Asio is just a few extra #include directives away, with the help of this practical and engaging guide.This book is great for developers that need to do network programming, who don't want to delve into the complicated issues of a raw networking API. You should be familiar with core Boost concepts, such as smart pointers and shared_from_this, resource classes (noncopyable), functors and boost::bind, boost mutexes, and the boost date/time library. Readers should

  5. Network-based social capital and capacity-building programs: an example from Ethiopia

    Directory of Open Access Journals (Sweden)

    Mantopoulos Jeannie

    2010-07-01

    Full Text Available Abstract Introduction Capacity-building programs are vital for healthcare workforce development in low- and middle-income countries. In addition to increasing human capital, participation in such programs may lead to new professional networks and access to social capital. Although network development and social capital generation were not explicit program goals, we took advantage of a natural experiment and studied the social networks that developed in the first year of an executive-education Master of Hospital and Healthcare Administration (MHA program in Jimma, Ethiopia. Case description We conducted a sociometric network analysis, which included all program participants and supporters (formally affiliated educators and mentors. We studied two networks: the Trainee Network (all 25 trainees and the Trainee-Supporter Network (25 trainees and 38 supporters. The independent variable of interest was out-degree, the number of program-related connections reported by each respondent. We assessed social capital exchange in terms of resource exchange, both informational and functional. Contingency table analysis for relational data was used to evaluate the relationship between out-degree and informational and functional exchange. Discussion and evaluation Both networks demonstrated growth and inclusion of most or all network members. In the Trainee Network, those with the highest level of out-degree had the highest reports of informational exchange, χ2 (1, N = 23 = 123.61, p 2(1, N = 23 = 26.11, p > 0.05. In the Trainee-Supporter Network, trainees with the highest level of out-degree had the highest reports of informational exchange, χ2 (1, N = 23 = 74.93, p 2 (1, N = 23 = 81.31, p Conclusions We found substantial and productive development of social networks in the first year of a healthcare management capacity-building program. Environmental constraints, such as limited access to information and communication technologies, or challenges with

  6. Workshop: Western hemisphere network of bird banding programs

    Science.gov (United States)

    Celis-Murillo, A.

    2007-01-01

    Purpose: To promote collaboration among banding programs in the Americas. Introduction: Bird banding and marking provide indispensable tools for ornithological research, management, and conservation of migratory birds on migratory routes, breeding and non-breeding grounds. Many countries and organizations in Latin America and the Caribbean are in the process of developing or have expressed interest in developing national banding schemes and databases to support their research and management programs. Coordination of developing and existing banding programs is essential for effective data management, reporting, archiving and security, and most importantly, for gaining a fuller understanding of migratory bird conservation issues and how the banding data can help. Currently, there is a well established bird-banding program in the U.S.A. and Canada, and programs in other countries are being developed as well. Ornithologists in many Latin American countries and the Caribbean are interested in using banding and marking in their research programs. Many in the ornithological community are interested in establishing banding schemes and some countries have recently initiated independent banding programs. With the number of long term collaborative and international initiatives increasing, the time is ripe to discuss and explore opportunities for international collaboration, coordination, and administration of bird banding programs in the Western Hemisphere. We propose the second ?Western Hemisphere Network of Bird Banding Programs? workshop, in association with the SCSCB, to be an essential step in the progress to strengthen international partnerships and support migratory bird conservation in the Americas and beyond. This will be the second multi-national meeting to promote collaboration among banding programs in the Americas (the first meeting was held in October 8-9, 2006 in La Mancha, Veracruz, Mexico). The Second ?Western Hemisphere Network of Bird Banding Programs

  7. Circumpolar Active Layer Monitoring (CALM) Program Network, Version 1

    Data.gov (United States)

    National Aeronautics and Space Administration — The CALM network includes 168 active sites in both hemispheres with 15 participating countries. This network represents the only coordinated and standardized program...

  8. Computer program for compressible flow network analysis

    Science.gov (United States)

    Wilton, M. E.; Murtaugh, J. P.

    1973-01-01

    Program solves problem of an arbitrarily connected one dimensional compressible flow network with pumping in the channels and momentum balancing at flow junctions. Program includes pressure drop calculations for impingement flow and flow through pin fin arrangements, as currently found in many air cooled turbine bucket and vane cooling configurations.

  9. Sensitivity analysis of linear programming problem through a recurrent neural network

    Science.gov (United States)

    Das, Raja

    2017-11-01

    In this paper we study the recurrent neural network for solving linear programming problems. To achieve optimality in accuracy and also in computational effort, an algorithm is presented. We investigate the sensitivity analysis of linear programming problem through the neural network. A detailed example is also presented to demonstrate the performance of the recurrent neural network.

  10. Program for Analyzing Flows in a Complex Network

    Science.gov (United States)

    Majumdar, Alok Kumar

    2006-01-01

    Generalized Fluid System Simulation Program (GFSSP) version 4 is a general-purpose computer program for analyzing steady-state and transient flows in a complex fluid network. The program is capable of modeling compressibility, fluid transients (e.g., water hammers), phase changes, mixtures of chemical species, and such externally applied body forces as gravitational and centrifugal ones. A graphical user interface enables the user to interactively develop a simulation of a fluid network consisting of nodes and branches. The user can also run the simulation and view the results in the interface. The system of equations for conservation of mass, energy, chemical species, and momentum is solved numerically by a combination of the Newton-Raphson and successive-substitution methods.

  11. Use of artificial neural networks for transport energy demand modeling

    International Nuclear Information System (INIS)

    Murat, Yetis Sazi; Ceylan, Halim

    2006-01-01

    The paper illustrates an artificial neural network (ANN) approach based on supervised neural networks for the transport energy demand forecasting using socio-economic and transport related indicators. The ANN transport energy demand model is developed. The actual forecast is obtained using a feed forward neural network, trained with back propagation algorithm. In order to investigate the influence of socio-economic indicators on the transport energy demand, the ANN is analyzed based on gross national product (GNP), population and the total annual average veh-km along with historical energy data available from 1970 to 2001. Comparing model predictions with energy data in testing period performs the model validation. The projections are made with two scenarios. It is obtained that the ANN reflects the fluctuation in historical data for both dependent and independent variables. The results obtained bear out the suitability of the adopted methodology for the transport energy-forecasting problem

  12. Computing single step operators of logic programming in radial basis function neural networks

    Science.gov (United States)

    Hamadneh, Nawaf; Sathasivam, Saratha; Choon, Ong Hong

    2014-07-01

    Logic programming is the process that leads from an original formulation of a computing problem to executable programs. A normal logic program consists of a finite set of clauses. A valuation I of logic programming is a mapping from ground atoms to false or true. The single step operator of any logic programming is defined as a function (Tp:I→I). Logic programming is well-suited to building the artificial intelligence systems. In this study, we established a new technique to compute the single step operators of logic programming in the radial basis function neural networks. To do that, we proposed a new technique to generate the training data sets of single step operators. The training data sets are used to build the neural networks. We used the recurrent radial basis function neural networks to get to the steady state (the fixed point of the operators). To improve the performance of the neural networks, we used the particle swarm optimization algorithm to train the networks.

  13. Computing single step operators of logic programming in radial basis function neural networks

    Energy Technology Data Exchange (ETDEWEB)

    Hamadneh, Nawaf; Sathasivam, Saratha; Choon, Ong Hong [School of Mathematical Sciences, Universiti Sains Malaysia, 11800 USM, Penang (Malaysia)

    2014-07-10

    Logic programming is the process that leads from an original formulation of a computing problem to executable programs. A normal logic program consists of a finite set of clauses. A valuation I of logic programming is a mapping from ground atoms to false or true. The single step operator of any logic programming is defined as a function (T{sub p}:I→I). Logic programming is well-suited to building the artificial intelligence systems. In this study, we established a new technique to compute the single step operators of logic programming in the radial basis function neural networks. To do that, we proposed a new technique to generate the training data sets of single step operators. The training data sets are used to build the neural networks. We used the recurrent radial basis function neural networks to get to the steady state (the fixed point of the operators). To improve the performance of the neural networks, we used the particle swarm optimization algorithm to train the networks.

  14. Computing single step operators of logic programming in radial basis function neural networks

    International Nuclear Information System (INIS)

    Hamadneh, Nawaf; Sathasivam, Saratha; Choon, Ong Hong

    2014-01-01

    Logic programming is the process that leads from an original formulation of a computing problem to executable programs. A normal logic program consists of a finite set of clauses. A valuation I of logic programming is a mapping from ground atoms to false or true. The single step operator of any logic programming is defined as a function (T p :I→I). Logic programming is well-suited to building the artificial intelligence systems. In this study, we established a new technique to compute the single step operators of logic programming in the radial basis function neural networks. To do that, we proposed a new technique to generate the training data sets of single step operators. The training data sets are used to build the neural networks. We used the recurrent radial basis function neural networks to get to the steady state (the fixed point of the operators). To improve the performance of the neural networks, we used the particle swarm optimization algorithm to train the networks

  15. A novel recurrent neural network with finite-time convergence for linear programming.

    Science.gov (United States)

    Liu, Qingshan; Cao, Jinde; Chen, Guanrong

    2010-11-01

    In this letter, a novel recurrent neural network based on the gradient method is proposed for solving linear programming problems. Finite-time convergence of the proposed neural network is proved by using the Lyapunov method. Compared with the existing neural networks for linear programming, the proposed neural network is globally convergent to exact optimal solutions in finite time, which is remarkable and rare in the literature of neural networks for optimization. Some numerical examples are given to show the effectiveness and excellent performance of the new recurrent neural network.

  16. A program to compute the soft Robinson-Foulds distance between phylogenetic networks.

    Science.gov (United States)

    Lu, Bingxin; Zhang, Louxin; Leong, Hon Wai

    2017-03-14

    Over the past two decades, phylogenetic networks have been studied to model reticulate evolutionary events. The relationships among phylogenetic networks, phylogenetic trees and clusters serve as the basis for reconstruction and comparison of phylogenetic networks. To understand these relationships, two problems are raised: the tree containment problem, which asks whether a phylogenetic tree is displayed in a phylogenetic network, and the cluster containment problem, which asks whether a cluster is represented at a node in a phylogenetic network. Both the problems are NP-complete. A fast exponential-time algorithm for the cluster containment problem on arbitrary networks is developed and implemented in C. The resulting program is further extended into a computer program for fast computation of the Soft Robinson-Foulds distance between phylogenetic networks. Two computer programs are developed for facilitating reconstruction and validation of phylogenetic network models in evolutionary and comparative genomics. Our simulation tests indicated that they are fast enough for use in practice. Additionally, the distribution of the Soft Robinson-Foulds distance between phylogenetic networks is demonstrated to be unlikely normal by our simulation data.

  17. Linear Programming Approaches for Power Savings in Software-defined Networks

    NARCIS (Netherlands)

    Moghaddam, F.A.; Grosso, P.

    2016-01-01

    Software-defined networks have been proposed as a viable solution to decrease the power consumption of the networking component in data center networks. Still the question remains on which scheduling algorithms are most suited to achieve this goal. We propose 4 different linear programming

  18. Smart-Grid Backbone Network Real-Time Delay Reduction via Integer Programming.

    Science.gov (United States)

    Pagadrai, Sasikanth; Yilmaz, Muhittin; Valluri, Pratyush

    2016-08-01

    This research investigates an optimal delay-based virtual topology design using integer linear programming (ILP), which is applied to the current backbone networks such as smart-grid real-time communication systems. A network traffic matrix is applied and the corresponding virtual topology problem is solved using the ILP formulations that include a network delay-dependent objective function and lightpath routing, wavelength assignment, wavelength continuity, flow routing, and traffic loss constraints. The proposed optimization approach provides an efficient deterministic integration of intelligent sensing and decision making, and network learning features for superior smart grid operations by adaptively responding the time-varying network traffic data as well as operational constraints to maintain optimal virtual topologies. A representative optical backbone network has been utilized to demonstrate the proposed optimization framework whose simulation results indicate that superior smart-grid network performance can be achieved using commercial networks and integer programming.

  19. Trend time-series modeling and forecasting with neural networks.

    Science.gov (United States)

    Qi, Min; Zhang, G Peter

    2008-05-01

    Despite its great importance, there has been no general consensus on how to model the trends in time-series data. Compared to traditional approaches, neural networks (NNs) have shown some promise in time-series forecasting. This paper investigates how to best model trend time series using NNs. Four different strategies (raw data, raw data with time index, detrending, and differencing) are used to model various trend patterns (linear, nonlinear, deterministic, stochastic, and breaking trend). We find that with NNs differencing often gives meritorious results regardless of the underlying data generating processes (DGPs). This finding is also confirmed by the real gross national product (GNP) series.

  20. FLOWNET: A Computer Program for Calculating Secondary Flow Conditions in a Network of Turbomachinery

    Science.gov (United States)

    Rose, J. R.

    1978-01-01

    The program requires the network parameters, the flow component parameters, the reservoir conditions, and the gas properties as input. It will then calculate all unknown pressures and the mass flow rate in each flow component in the network. The program can treat networks containing up to fifty flow components and twenty-five unknown network pressures. The types of flow components that can be treated are face seals, narrow slots, and pipes. The program is written in both structured FORTRAN (SFTRAN) and FORTRAN 4. The program must be run in an interactive (conversational) mode.

  1. Mississippi Curriculum Framework for Computer Information Systems Technology. Computer Information Systems Technology (Program CIP: 52.1201--Management Information Systems & Business Data). Computer Programming (Program CIP: 52.1201). Network Support (Program CIP: 52.1290--Computer Network Support Technology). Postsecondary Programs.

    Science.gov (United States)

    Mississippi Research and Curriculum Unit for Vocational and Technical Education, State College.

    This document, which is intended for use by community and junior colleges throughout Mississippi, contains curriculum frameworks for two programs in the state's postsecondary-level computer information systems technology cluster: computer programming and network support. Presented in the introduction are program descriptions and suggested course…

  2. Comparison of parameters affecting GNP-loaded choroidal melanoma dosimetry; Monte Carlo study

    Science.gov (United States)

    Sharabiani, Marjan; Asadi, Somayeh; Barghi, Amir Rahnamai; Vaezzadeh, Mehdi

    2018-04-01

    The current study reports the results of tumor dosimetry in the presence of gold nanoparticles (GNPs) with different sizes and concentrations. Due to limited number of works carried out on the brachytherapy of choroidal melanoma in combination with GNPs, this study was performed to determine the optimum size and concentration for GNPs which contributes the highest dose deposition in tumor region, using two phantom test cases namely water phantom and a full Monte Carlo model of human eye. Both water and human eye phantoms were simulated with MCNP5 code. Tumor dosimetry was performed for a typical point photon source with an energy of 0.38 MeV as a high energy source and 103Pd brachytherapy source with an average energy of 0.021 MeV as a low energy source in water phantom and eye phantom respectively. Such a dosimetry was done for different sizes and concentrations of GNPs. For all of the diameters, increase in concentration of GNPs resulted in an increase in dose deposited in the region of interest. In a certain concentration, GNPs with larger diameters contributed more dose to the tumor region, which was more pronounced using eye phantom. 100 nm was reported as the optimum size in order to achieve the highest energy deposition within the target. This work investigated the optimum parameters affecting macroscopic dose enhancement in GNP-aided brachytherapy of choroidal melanoma. The current work also had implications on using low energy photon sources in the presence of GNPs to acquire the highest dose enhancement. This study is conducted through four different sizes and concentrations of GNPs. Considering the sensitivity of human eye tissue, in order to report the precise optimum parameters affecting radiosensitivity, a comprehensive study on a wide range of sizes and concentrations are required.

  3. Cisco Networking Academy Program for high school students: Formative & summative evaluation

    Science.gov (United States)

    Cranford-Wesley, Deanne

    This study examined the effectiveness of the Cisco Network Technology Program in enhancing students' technology skills as measured by classroom strategies, student motivation, student attitude, and student learning. Qualitative and quantitative methods were utilized to determine the effectiveness of this program. The study focused on two 11th grade classrooms at Hamtramck High School. Hamtramck, an inner-city community located in Detroit, is racially and ethnically diverse. The majority of students speak English as a second language; more than 20 languages are represented in the school district. More than 70% of the students are considered to be economically at risk. Few students have computers at home, and their access to the few computers at school is limited. Purposive sampling was conducted for this study. The sample consisted of 40 students, all of whom were trained in Cisco Networking Technologies. The researcher examined viable learning strategies in teaching a Cisco Networking class that focused on a web-based approach. Findings revealed that the Cisco Networking Academy Program was an excellent vehicle for teaching networking skills and, therefore, helping to enhance computer skills for the participating students. However, only a limited number of students were able to participate in the program, due to limited computer labs and lack of qualified teaching personnel. In addition, the cumbersome technical language posed an obstacle to students' success in networking. Laboratory assignments were preferred by 90% of the students over lecture and PowerPoint presentations. Practical applications, lab projects, interactive assignments, PowerPoint presentations, lectures, discussions, readings, research, and assessment all helped to increase student learning and proficiency and to enrich the classroom experience. Classroom strategies are crucial to student success in the networking program. Equipment must be updated and utilized to ensure that students are

  4. AN APPLICATION FOR EFFICIENT TELECOMMUNICATION NETWORKS PROVISIONING USING LINEAR PROGRAMMING

    Directory of Open Access Journals (Sweden)

    Maria Augusta Soares Machado

    2015-03-01

    Full Text Available This paper presents a practical proposition for the application of the Linear Programming quantitative method in order to assist planning and control of customer circuit delivery activities in telecommunications companies working with the corporative market. Based upon data provided for by a telecom company operating in Brazil, the Linear Programming method was employed for one of the classical problems of determining the optimum mix of production quantities for a set of five products of that company: Private Telephone Network, Internet Network, Intranet Network, Low Speed Data Network, and High Speed Data Network, in face of several limitations of the productive resources, seeking to maximize the company’s monthly revenue. By fitting the production data available into a primary model, observation was made as to what number of monthly activations for each product would be mostly optimized in order to achieve maximum revenues in the company. The final delivery of a complete network was not observed but the delivery of the circuits that make it up, and this was a limiting factor for the study herein, which, however, brings an innovative proposition for the planning of private telecommunications network provisioning.

  5. A Recurrent Neural Network for Nonlinear Fractional Programming

    Directory of Open Access Journals (Sweden)

    Quan-Ju Zhang

    2012-01-01

    Full Text Available This paper presents a novel recurrent time continuous neural network model which performs nonlinear fractional optimization subject to interval constraints on each of the optimization variables. The network is proved to be complete in the sense that the set of optima of the objective function to be minimized with interval constraints coincides with the set of equilibria of the neural network. It is also shown that the network is primal and globally convergent in the sense that its trajectory cannot escape from the feasible region and will converge to an exact optimal solution for any initial point being chosen in the feasible interval region. Simulation results are given to demonstrate further the global convergence and good performance of the proposing neural network for nonlinear fractional programming problems with interval constraints.

  6. Interorganizational networks: fundamental to the Accreditation Canada program.

    Science.gov (United States)

    Mitchell, Jonathan I; Nicklin, Wendy; MacDonald, Bernadette

    2014-01-01

    Within the Canadian healthcare system, the term population-accountable health network defines the use of collective resources to optimize the health of a population through integrated interventions. The leadership of these networks has also been identified as a critical factor, highlighting the need for creative management of resources in determining effective, balanced sets of interventions. In this article, using specific principles embedded in the Accreditation Canada program, the benefits of a network approach are highlighted, including knowledge sharing, improving the consistency of practice through standards, and a broader systems-and-population view of healthcare delivery across the continuum of care. The implications for Canadian health leaders to leverage the benefits of interorganizational networks are discussed.

  7. DCS-Neural-Network Program for Aircraft Control and Testing

    Science.gov (United States)

    Jorgensen, Charles C.

    2006-01-01

    A computer program implements a dynamic-cell-structure (DCS) artificial neural network that can perform such tasks as learning selected aerodynamic characteristics of an airplane from wind-tunnel test data and computing real-time stability and control derivatives of the airplane for use in feedback linearized control. A DCS neural network is one of several types of neural networks that can incorporate additional nodes in order to rapidly learn increasingly complex relationships between inputs and outputs. In the DCS neural network implemented by the present program, the insertion of nodes is based on accumulated error. A competitive Hebbian learning rule (a supervised-learning rule in which connection weights are adjusted to minimize differences between actual and desired outputs for training examples) is used. A Kohonen-style learning rule (derived from a relatively simple training algorithm, implements a Delaunay triangulation layout of neurons) is used to adjust node positions during training. Neighborhood topology determines which nodes are used to estimate new values. The network learns, starting with two nodes, and adds new nodes sequentially in locations chosen to maximize reductions in global error. At any given time during learning, the error becomes homogeneously distributed over all nodes.

  8. Computer Networking Laboratory for Undergraduate Computer Technology Program

    National Research Council Canada - National Science Library

    Naghedolfeizi, Masoud

    2000-01-01

    ...) To improve the quality of education in the existing courses related to computer networks and data communications as well as other computer science courses such programming languages and computer...

  9. SEWER NETWORK DISCHARGE OPTIMIZATION USING THE DYNAMIC PROGRAMMING

    Directory of Open Access Journals (Sweden)

    Viorel MINZU

    2015-12-01

    Full Text Available It is necessary to adopt an optimal control that allows an efficient usage of the existing sewer networks, in order to avoid the building of new retention facilities. The main objective of the control action is to minimize the overflow volume of a sewer network. This paper proposes a method to apply a solution obtained by discrete dynamic programming through a realistic closed loop system.

  10. Evaluation of thermal network correction program using test temperature data

    Science.gov (United States)

    Ishimoto, T.; Fink, L. C.

    1972-01-01

    An evaluation process to determine the accuracy of a computer program for thermal network correction is discussed. The evaluation is required since factors such as inaccuracies of temperatures, insufficient number of temperature points over a specified time period, lack of one-to-one correlation between temperature sensor and nodal locations, and incomplete temperature measurements are not present in the computer-generated information. The mathematical models used in the evaluation are those that describe a physical system composed of both a conventional and a heat pipe platform. A description of the models used, the results of the evaluation of the thermal network correction, and input instructions for the thermal network correction program are presented.

  11. Networked Timetable Stability Improvement Based on a Bilevel Optimization Programming Model

    Directory of Open Access Journals (Sweden)

    Xuelei Meng

    2014-01-01

    Full Text Available Train timetable stability is the possibility to recover the status of the trains to serve as arranged according to the original timetable when the trains are disturbed. To improve the train timetable stability from the network perspective, the bilevel programming model is constructed, in which the upper level programming is to optimize the timetable stability on the network level and the lower is to improve the timetable stability on the dispatching railway segments. Timetable stability on the network level is defined with the variances of the utilization coefficients of the section capacity and station capacity. Weights of stations and sections are decided by the capacity index number and the degrees. The lower level programming focuses on the buffer time distribution plan of the trains operating on the sections and stations, taking the operating rules of the trains as constraints. A novel particle swarm algorithm is proposed and designed for the bilevel programming model. The computing case proves the feasibility of the model and the efficiency of the algorithm. The method outlined in this paper can be embedded in the networked train operation dispatching system.

  12. Uncovering changes in university teachers' professional networks during an instructional development program

    NARCIS (Netherlands)

    Van Waes, Sara; Van den Bossche, Piet; Moolenaar, Nienke M.|info:eu-repo/dai/nl/304352802; Stes, Ann; Van Petegem, Peter

    2015-01-01

    This study examined (1) the extent to which university teachers' networks changed while they participated in an instructional development program, (2) which mechanisms supported or constrained network change, and (3) the extent to which value was created through networks. Longitudinal social network

  13. The Portals 4.0 network programming interface.

    Energy Technology Data Exchange (ETDEWEB)

    Barrett, Brian W.; Brightwell, Ronald Brian; Pedretti, Kevin; Wheeler, Kyle Bruce; Hemmert, Karl Scott; Riesen, Rolf E.; Underwood, Keith Douglas; Maccabe, Arthur Bernard; Hudson, Trammell B.

    2012-11-01

    This report presents a specification for the Portals 4.0 network programming interface. Portals 4.0 is intended to allow scalable, high-performance network communication between nodes of a parallel computing system. Portals 4.0 is well suited to massively parallel processing and embedded systems. Portals 4.0 represents an adaption of the data movement layer developed for massively parallel processing platforms, such as the 4500-node Intel TeraFLOPS machine. Sandias Cplant cluster project motivated the development of Version 3.0, which was later extended to Version 3.3 as part of the Cray Red Storm machine and XT line. Version 4.0 is targeted to the next generation of machines employing advanced network interface architectures that support enhanced offload capabilities.

  14. Social Network Analysis of the Farabi Exchange Program: Student Mobility

    Science.gov (United States)

    Ugurlu, Zeynep

    2016-01-01

    Problem Statement: Exchange programs offer communication channels created through student and instructor exchanges; a flow of information takes place through these channels. The Farabi Exchange Program (FEP) is a student and instructor exchange program between institutions of higher education. Through the use of social network analysis and…

  15. Flame Retardancy Effects of Graphene Nanoplatelet/Carbon Nanotube Hybrid Membranes on Carbon Fiber Reinforced Epoxy Composites

    Directory of Open Access Journals (Sweden)

    Dongxian Zhuo

    2013-01-01

    Full Text Available Carbon nanotube/graphene nanoplatelet (MWCNT/GNP hybrid membranes with lower liquid permeability and better barrier effect compared to MWCNT membranes were successfully synthesized by vacuum filtering. Their morphologies, water permeability, and pore structures were characterized by a scanning electron microscope (SEM and nitrogen adsorption isotherms. Furthermore, MWCNT/GNP membranes were used to improve the flame retardancy of carbon fiber reinforced polymer (CFRP composites, and the influence of weight percentage of GNPs on the permeability and flame retardancy of MWCNT/GNP membranes was systematically investigated. Results show that incorporation of MWCNT/GNP membranes on CFRP composite plates can remarkably improve the flame retardancy of CFRP composites. Specifically, the incorporation of hierarchical MWCNT/GNP membrane with 7.5 wt% of GNP displays a 35% reduction in the peak heat release rate (PHRR for a CFRP composite plate with the epoxy as matrix and a 11% reduction in PHRR compared with the incorporation of MWCNT membrane only. A synergistic flame retarding mechanism is suggested to be attributed to these results, which includes controlling the pore size and penetrative network structure.

  16. 47 CFR 73.658 - Affiliation agreements and network program practices; territorial exclusivity in non-network...

    Science.gov (United States)

    2010-10-01

    ... Telecommunication FEDERAL COMMUNICATIONS COMMISSION (CONTINUED) BROADCAST RADIO SERVICES RADIO BROADCAST SERVICES... reference points for a community are not listed in § 76.53, the location of the main post office will be used) from broadcasting any program purchased by the former station from such non-network program...

  17. Linear programming based on neural networks for radiotherapy treatment planning

    International Nuclear Information System (INIS)

    Xingen Wu; Limin Luo

    2000-01-01

    In this paper, we propose a neural network model for linear programming that is designed to optimize radiotherapy treatment planning (RTP). This kind of neural network can be easily implemented by using a kind of 'neural' electronic system in order to obtain an optimization solution in real time. We first give an introduction to the RTP problem and construct a non-constraint objective function for the neural network model. We adopt a gradient algorithm to minimize the objective function and design the structure of the neural network for RTP. Compared to traditional linear programming methods, this neural network model can reduce the time needed for convergence, the size of problems (i.e., the number of variables to be searched) and the number of extra slack and surplus variables needed. We obtained a set of optimized beam weights that result in a better dose distribution as compared to that obtained using the simplex algorithm under the same initial condition. The example presented in this paper shows that this model is feasible in three-dimensional RTP. (author)

  18. Variación de la composición de ácidos grasos de membrana celular de Rhodococcus rodochrous GNP-OHP-38r en respuesta a la temperatura y salinidad Variation in the composition of Rhodococcus rodochrous GNP-OHP-38r cell membrane fatty acids in response to temperature and salinity

    Directory of Open Access Journals (Sweden)

    G.N. Pucci

    2004-06-01

    Full Text Available Los integrantes del género Rhodococcus son habitantes frecuentes y abundantes de áreas contaminadas con hidrocarburos y resisten la creciente salinidad que se presenta en la Patagonia central. Este género tiene buena capacidad de eliminar contaminantes hidrocarburos que constituyen el mayor contaminante de la región. En el presente trabajo se estudió la respuesta en la composición de sus ácidos grasos de una cepa aislada de un sistema de landfarming, ante la acción combinada de diferentes temperaturas y concentraciones salinas. La estrategia de la cepa Rhodococcus rodochrous GNP-OHP-38r frente al incremento de temperatura, es el aumento del porcentaje de los ácidos grasos saturados totales (n:0; ácidos grasos ramificados en el carbono terminal con grupos oxidrilo en posición 2 (n:0 iso 2 OH y saturados con grupo metilo en carbono 10 (n:0 10 metil, a expensas de la disminución del porcentaje de los n:1 cis.The members of the genus Rhodococcus are frequent and abundant inhabitants of polluted areas with hydrocarbons and they resist the salinity present in the central Patagonia. This genus has good capacity to eliminate pollution produced by hydrocarbons that constitutes the biggest pollutant agent in the region. The present work studies the answer in the composition of its fatty acids under the combined action of the temperature and saline concentration of an isolated stump of a landfarming system. The strategy of Rhodococcus rodochrous strain GNP-OHP-38r in front of the thermal-osmotic stress is the increase of the percentage of the total saturated fatty acids (n:0; fatty acids branched in the terminal carbon with hidroxyl group in position 2 (n:0 iso 2 OH and saturated with group methyl in carbon 10 (n:0 10 metil when the temperature is increased. These acids increase while the percentage of n:1 cis decrease.

  19. Optimal traffic control in highway transportation networks using linear programming

    KAUST Repository

    Li, Yanning; Canepa, Edward S.; Claudel, Christian G.

    2014-01-01

    of the Hamilton-Jacobi PDE, the problem of controlling the state of the system on a network link in a finite horizon can be posed as a Linear Program. Assuming all intersections in the network are controllable, we show that the optimization approach can

  20. Spectroelectrochemical detection of microRNA-155 based on functional RNA immobilization onto ITO/GNP nanopattern.

    Science.gov (United States)

    Mohammadniaei, Mohsen; Yoon, Jinho; Lee, Taek; Choi, Jeong-Woo

    2018-05-20

    We fabricated a microRNA biosensor using the combination of surface enhanced Raman spectroscopy (SERS) and electrochemical (EC) techniques. For the first time, the weaknesses of each techniques for microRNA detection was compensated by the other ones to give rise to the specific and wide-range detection of miR-155. A single stranded 3' methylene blue (MB) and 5' thiol-modified RNA (MB-ssRNA-SH) was designed to detect the target miR-155 and immobilized onto the gold nanoparticle-modified ITO (ITO/GNP). Upon the invasion of target strand, the double-stranded RNA transformed rapidly to an upright structure resulting in a notable decrease in SERS and redox signals of the MB. For the first time, by combination of SERS and EC techniques in a single platform we extended the dynamic range of both techniques from 10 pM to 450 nM (SERS: 10 pM-5 nM and EC: 5 nM-450 nM). As well, the SERS technique improved the detection limit of the EC method from 100 pM to 100 fM, while the EC method covered single-mismatch detection which was the SERS deficiency. The fabricated single-step biosensor possessing a good capability of miRNA detection in human serum, could be employed throughout the broad ranges of biomedical and bioelectronics applications. Copyright © 2018 Elsevier B.V. All rights reserved.

  1. A mathematical programming approach for sequential clustering of dynamic networks

    Science.gov (United States)

    Silva, Jonathan C.; Bennett, Laura; Papageorgiou, Lazaros G.; Tsoka, Sophia

    2016-02-01

    A common analysis performed on dynamic networks is community structure detection, a challenging problem that aims to track the temporal evolution of network modules. An emerging area in this field is evolutionary clustering, where the community structure of a network snapshot is identified by taking into account both its current state as well as previous time points. Based on this concept, we have developed a mixed integer non-linear programming (MINLP) model, SeqMod, that sequentially clusters each snapshot of a dynamic network. The modularity metric is used to determine the quality of community structure of the current snapshot and the historical cost is accounted for by optimising the number of node pairs co-clustered at the previous time point that remain so in the current snapshot partition. Our method is tested on social networks of interactions among high school students, college students and members of the Brazilian Congress. We show that, for an adequate parameter setting, our algorithm detects the classes that these students belong more accurately than partitioning each time step individually or by partitioning the aggregated snapshots. Our method also detects drastic discontinuities in interaction patterns across network snapshots. Finally, we present comparative results with similar community detection methods for time-dependent networks from the literature. Overall, we illustrate the applicability of mathematical programming as a flexible, adaptable and systematic approach for these community detection problems. Contribution to the Topical Issue "Temporal Network Theory and Applications", edited by Petter Holme.

  2. A Novel Linear Programming Formulation of Maximum Lifetime Routing Problem in Wireless Sensor Networks

    DEFF Research Database (Denmark)

    Cetin, Bilge Kartal; Prasad, Neeli R.; Prasad, Ramjee

    2011-01-01

    In wireless sensor networks, one of the key challenge is to achieve minimum energy consumption in order to maximize network lifetime. In fact, lifetime depends on many parameters: the topology of the sensor network, the data aggregation regime in the network, the channel access schemes, the routing...... protocols, and the energy model for transmission. In this paper, we tackle the routing challenge for maximum lifetime of the sensor network. We introduce a novel linear programming approach to the maximum lifetime routing problem. To the best of our knowledge, this is the first mathematical programming...

  3. Neural network for solving convex quadratic bilevel programming problems.

    Science.gov (United States)

    He, Xing; Li, Chuandong; Huang, Tingwen; Li, Chaojie

    2014-03-01

    In this paper, using the idea of successive approximation, we propose a neural network to solve convex quadratic bilevel programming problems (CQBPPs), which is modeled by a nonautonomous differential inclusion. Different from the existing neural network for CQBPP, the model has the least number of state variables and simple structure. Based on the theory of nonsmooth analysis, differential inclusions and Lyapunov-like method, the limit equilibrium points sequence of the proposed neural networks can approximately converge to an optimal solution of CQBPP under certain conditions. Finally, simulation results on two numerical examples and the portfolio selection problem show the effectiveness and performance of the proposed neural network. Copyright © 2013 Elsevier Ltd. All rights reserved.

  4. Support for Programming Models in Network-on-Chip-based Many-core Systems

    DEFF Research Database (Denmark)

    Rasmussen, Morten Sleth

    This thesis addresses aspects of support for programming models in Network-on- Chip-based many-core architectures. The main focus is to consider architectural support for a plethora of programming models in a single system. The thesis has three main parts. The first part considers parallelization...... models to be supported by a single architecture. The architecture features a specialized network interface processor which allows extensive configurability of the memory system. Based on this architecture, a detailed implementation of the cache coherent shared memory programming model is presented...

  5. The interaction of social networks and child obesity prevention program effects: the pathways trial.

    Science.gov (United States)

    Shin, Hee-Sung; Valente, Thomas W; Riggs, Nathaniel R; Huh, Jimi; Spruijt-Metz, Donna; Chou, Chih-Ping; Ann Pentz, Mary

    2014-06-01

    Social network analysis was used to examine whether peer influence from one's social networks moderates obesity prevention program effects on obesity-related behaviors: healthful and unhealthful. Participants included 557 children residing in Southern California. The survey assessed health-promoting behaviors (i.e., physical activity at school, physical activity outside of school, and fruit and vegetable intake), as well as unhealthful behaviors (high-calorie, low-nutrient intake and sedentary activity), and peer exposure calculated from social network nominations as indicators of peer influence. Multilevel models were conducted separately on outcomes predicted by program participation, peer exposure, and program participation by peer exposure. Results indicated that peer exposure was positively associated with one's own healthful and unhealthful behaviors. Program participation effects were moderated by peer influence, but only when unhealthful peer influence was present. Results suggest that peer influence can diminish or amplify prevention programs Future interventions should consider peer-led components to promote healthful influence of peers on healthful and unhealthful behaviors, and programs should be mindful that their effects are moderated by social networks. Copyright © 2014 The Obesity Society.

  6. A new neural network model for solving random interval linear programming problems.

    Science.gov (United States)

    Arjmandzadeh, Ziba; Safi, Mohammadreza; Nazemi, Alireza

    2017-05-01

    This paper presents a neural network model for solving random interval linear programming problems. The original problem involving random interval variable coefficients is first transformed into an equivalent convex second order cone programming problem. A neural network model is then constructed for solving the obtained convex second order cone problem. Employing Lyapunov function approach, it is also shown that the proposed neural network model is stable in the sense of Lyapunov and it is globally convergent to an exact satisfactory solution of the original problem. Several illustrative examples are solved in support of this technique. Copyright © 2017 Elsevier Ltd. All rights reserved.

  7. The portals 4.0.1 network programming interface.

    Energy Technology Data Exchange (ETDEWEB)

    Barrett, Brian W.; Brightwell, Ronald Brian; Pedretti, Kevin; Wheeler, Kyle Bruce; Hemmert, Karl Scott; Riesen, Rolf E.; Underwood, Keith Douglas; Maccabe, Arthur Bernard; Hudson, Trammell B.

    2013-04-01

    This report presents a specification for the Portals 4.0 network programming interface. Portals 4.0 is intended to allow scalable, high-performance network communication between nodes of a parallel computing system. Portals 4.0 is well suited to massively parallel processing and embedded systems. Portals 4.0 represents an adaption of the data movement layer developed for massively parallel processing platforms, such as the 4500-node Intel TeraFLOPS machine. Sandias Cplant cluster project motivated the development of Version 3.0, which was later extended to Version 3.3 as part of the Cray Red Storm machine and XT line. Version 4.0 is targeted to the next generation of machines employing advanced network interface architectures that support enhanced offload capabilities. 3

  8. A program for verification of phylogenetic network models.

    Science.gov (United States)

    Gunawan, Andreas D M; Lu, Bingxin; Zhang, Louxin

    2016-09-01

    Genetic material is transferred in a non-reproductive manner across species more frequently than commonly thought, particularly in the bacteria kingdom. On one hand, extant genomes are thus more properly considered as a fusion product of both reproductive and non-reproductive genetic transfers. This has motivated researchers to adopt phylogenetic networks to study genome evolution. On the other hand, a gene's evolution is usually tree-like and has been studied for over half a century. Accordingly, the relationships between phylogenetic trees and networks are the basis for the reconstruction and verification of phylogenetic networks. One important problem in verifying a network model is determining whether or not certain existing phylogenetic trees are displayed in a phylogenetic network. This problem is formally called the tree containment problem. It is NP-complete even for binary phylogenetic networks. We design an exponential time but efficient method for determining whether or not a phylogenetic tree is displayed in an arbitrary phylogenetic network. It is developed on the basis of the so-called reticulation-visible property of phylogenetic networks. A C-program is available for download on http://www.math.nus.edu.sg/∼matzlx/tcp_package matzlx@nus.edu.sg Supplementary data are available at Bioinformatics online. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  9. Amino acid residues important for substrate specificity of the amino acid permeases Can I p and Gnp I p in Saccharomyces cerevisiae

    DEFF Research Database (Denmark)

    Regenberg, Birgitte; Kielland-Brandt, M.C.

    2001-01-01

    Deletion of the general amino acid permease gene GAP1 abolishes uptake of L-citrulline in Saccharomyces cerevisiae, resulting in the inability to grow on L-citrulline as sole nitrogen source. Selection for suppressor mutants that restored growth on L-citrulline led to isolation of 21 mutations...... in the arginine permease gene CAN1. One similar mutation was found in the glutamine-asparagine permease gene GNP1. L-[C-14]citrulline uptake measurements confirmed that suppressor mutations in CAN1 conferred uptake of this amino acid, while none of the mutant permeases had lost the ability to transport L-[C-14......]arginine. Substrate specificity seemed to remain narrow in most cases, and broad substrate specificity was only observed in the cases where mutations affect two proline residues (P148 and P313) that are both conserved in the amino acid-polyamine-choline (APC) transporter superfamily. We found mutations...

  10. External quality-assurance project report for the National Atmospheric Deposition Program/National Trends Network and Mercury Deposition Network, 2009-2010

    Science.gov (United States)

    Wetherbee, Gregory A.; Martin, RoseAnn; Rhodes, Mark F.; Chesney, Tanya A.

    2014-01-01

    The U.S. Geological Survey operated six distinct programs to provide external quality-assurance monitoring for the National Atmospheric Deposition Program/National Trends Network (NTN) and Mercury Deposition Network (MDN) during 2009–2010. The field-audit program assessed the effects of onsite exposure, sample handling, and shipping on the chemistry of NTN samples; a system-blank program assessed the same effects for MDN. Two interlaboratory-comparison programs assessed the bias and variability of the chemical analysis data from the Central Analytical Laboratory (CAL) and Mercury (Hg) Analytical Laboratory (HAL). The blind-audit program was also implemented for the MDN to evaluate analytical bias in total Hg concentration data produced by the HAL. The co-located-sampler program was used to identify and quantify potential shifts in NADP data resulting from replacement of original network instrumentation with new electronic recording rain gages (E-gages) and precipitation collectors that use optical sensors. The results indicate that NADP data continue to be of sufficient quality for the analysis of spatial distributions and time trends of chemical constituents in wet deposition across the United States. Results also suggest that retrofit of the NADP networks with the new precipitation collectors could cause –8 to +14 percent shifts in NADP annual precipitation-weighted mean concentrations and total deposition values for ammonium, nitrate, sulfate, and hydrogen ion, and larger shifts (+13 to +74 percent) for calcium, magnesium, sodium, potassium, and chloride. The prototype N-CON Systems bucket collector is more efficient in the catch of precipitation in winter than Aerochem Metrics Model 301 collector, especially for light snowfall.

  11. The commercial vehicle information systems and networks program, 2013.

    Science.gov (United States)

    2015-04-01

    The Commercial Vehicle Information Systems and Networks (CVISN) grant program supports the Federal Motor Carrier Safety Administrations (FMCSAs) safety mission by providing grant funds to States to: : Improve safety and productivity of moto...

  12. The Commercial Vehicle Information Systems and Network program, 2012.

    Science.gov (United States)

    2014-03-01

    The Commercial Vehicle Information Systems and : Networks (CVISN) program supports that safety : mission by providing grant funds to States for: : Improving safety and productivity of motor : carriers, commercial motor vehicles : (CMVs), and thei...

  13. Social Networking Tools to Facilitate Cross-Program Collaboration

    Science.gov (United States)

    Wallace, Paul; Howard, Barbara

    2010-01-01

    Students working on a highly collaborative project used social networking technology for community building activities as well as basic project-related communication. Requiring students to work on cross-program projects gives them real-world experience working in diverse, geographically dispersed groups. An application used at Appalachian State…

  14. Criteria for Evaluating Alternative Network and Link Layer Protocols for the NASA Constellation Program Communication Architecture

    Science.gov (United States)

    Benbenek, Daniel; Soloff, Jason; Lieb, Erica

    2010-01-01

    Selecting a communications and network architecture for future manned space flight requires an evaluation of the varying goals and objectives of the program, development of communications and network architecture evaluation criteria, and assessment of critical architecture trades. This paper uses Cx Program proposed exploration activities as a guideline; lunar sortie, outpost, Mars, and flexible path options are described. A set of proposed communications network architecture criteria are proposed and described. They include: interoperability, security, reliability, and ease of automating topology changes. Finally a key set of architecture options are traded including (1) multiplexing data at a common network layer vs. at the data link layer, (2) implementing multiple network layers vs. a single network layer, and (3) the use of a particular network layer protocol, primarily IPv6 vs. Delay Tolerant Networking (DTN). In summary, the protocol options are evaluated against the proposed exploration activities and their relative performance with respect to the criteria are assessed. An architectural approach which includes (a) the capability of multiplexing at both the network layer and the data link layer and (b) a single network layer for operations at each program phase, as these solutions are best suited to respond to the widest array of program needs and meet each of the evaluation criteria.

  15. Optimizing the physical-chemical properties of carbon nanotubes (CNT) and graphene nanoplatelets (GNP) on Cu(II) adsorption.

    Science.gov (United States)

    Rosenzweig, Shirley; Sorial, George A; Sahle-Demessie, Endalkachew; McAvoy, Drew C

    2014-08-30

    Systematic experiments of copper adsorption on 10 different commercially available nanomaterials were studied for the influence of physical-chemical properties and their interactions. Design of experiment and response surface methodology was used to develop a polynomial model to predict maximum copper adsorption (initial concentration, Co=10mg/L) per mass of nanomaterial, qe, using multivariable regression and maximum R-square criterion. The best subsets of properties to predict qe in order of significant contribution to the model were: bulk density, ID, mesopore volume, tube length, pore size, zeta-charge, specific surface area and OD. The highest experimental qe observed was for an alcohol-functionalized MWCNT (16.7mg/g) with relative high bulk density (0.48g/cm(3)), ID (2-5nm), 10-30μm long and ODGraphene nanoplatelets (GNP) showed poor adsorptive capacity associated to stacked-nanoplatelets, but good colloidal stability due to high functionalized surface. Good adsorption results for pristine SWCNT indicated that tubes with small diameter were more associated with good adsorption than functionalized surface. XPS and ICP analysis explored surface chemistry and purity, but pHpzc and zeta-charge were ultimately applied to indicate the degree of functionalization. Optimum CNT were identified in the scatter plot, but actual manufacturing processes introduced size and shape variations which interfered with final property results. Copyright © 2014 Elsevier B.V. All rights reserved.

  16. A Critical Agency Network Model for Building an Integrated Outreach Program

    Science.gov (United States)

    Kiyama, Judy Marquez; Lee, Jenny J.; Rhoades, Gary

    2012-01-01

    This study considers a distinct case of a college outreach program that integrates student affairs staff, academic administrators, and faculty across campus. The authors find that social networks and critical agency help to understand the integration of these various professionals and offer a critical agency network model of enacting change.…

  17. Mathematical programs with complementarity constraints in traffic and telecommunications networks.

    Science.gov (United States)

    Ralph, Daniel

    2008-06-13

    Given a suitably parametrized family of equilibrium models and a higher level criterion by which to measure an equilibrium state, mathematical programs with equilibrium constraints (MPECs) provide a framework for improving or optimizing the equilibrium state. An example is toll design in traffic networks, which attempts to reduce total travel time by choosing which arcs to toll and what toll levels to impose. Here, a Wardrop equilibrium describes the traffic response to each toll design. Communication networks also have a deep literature on equilibrium flows that suggest some MPECs. We focus on mathematical programs with complementarity constraints (MPCCs), a subclass of MPECs for which the lower level equilibrium system can be formulated as a complementarity problem and therefore, importantly, as a nonlinear program (NLP). Although MPECs and MPCCs are typically non-convex, which is a consequence of the upper level objective clashing with the users' objectives in the lower level equilibrium program, the last decade of research has paved the way for finding local solutions of MPCCs via standard NLP techniques.

  18. Functional model of the system promotion affiliate program in partner networks

    OpenAIRE

    Дмитро Сергійович Міроненко

    2017-01-01

    Structural analysis of business processes in promoting affiliate programs in the advertisement network has been done. Processes are considered according to the IDEF0 methodology. The viewpoints of advertisers, webmasters and marketers greatly experienced in affiliate marketing have been taken into account. A virtual company and the business process in it (affiliate program publication and selection, comparative analysis of the affiliate program, advertisement program start, summing up and eff...

  19. The Portals 4.1 Network Programming Interface

    Energy Technology Data Exchange (ETDEWEB)

    Barrett, Brian; Brightwell, Ronald B.; Grant, Ryan; Hemmert, Karl Scott; Pedretti, Kevin; Wheeler, Kyle; Underwood, Keith D; Riesen, Rolf; Maccabe, Arthur B.; Hudson, Trammel

    2017-04-01

    This report presents a specification for the Portals 4 networ k programming interface. Portals 4 is intended to allow scalable, high-performance network communication betwee n nodes of a parallel computing system. Portals 4 is well suited to massively parallel processing and embedded syste ms. Portals 4 represents an adaption of the data movement layer developed for massively parallel processing platfor ms, such as the 4500-node Intel TeraFLOPS machine. Sandia's Cplant cluster project motivated the development of Version 3.0, which was later extended to Version 3.3 as part of the Cray Red Storm machine and XT line. Version 4 is tar geted to the next generation of machines employing advanced network interface architectures that support enh anced offload capabilities.

  20. Learning oncogenetic networks by reducing to mixed integer linear programming.

    Science.gov (United States)

    Shahrabi Farahani, Hossein; Lagergren, Jens

    2013-01-01

    Cancer can be a result of accumulation of different types of genetic mutations such as copy number aberrations. The data from tumors are cross-sectional and do not contain the temporal order of the genetic events. Finding the order in which the genetic events have occurred and progression pathways are of vital importance in understanding the disease. In order to model cancer progression, we propose Progression Networks, a special case of Bayesian networks, that are tailored to model disease progression. Progression networks have similarities with Conjunctive Bayesian Networks (CBNs) [1],a variation of Bayesian networks also proposed for modeling disease progression. We also describe a learning algorithm for learning Bayesian networks in general and progression networks in particular. We reduce the hard problem of learning the Bayesian and progression networks to Mixed Integer Linear Programming (MILP). MILP is a Non-deterministic Polynomial-time complete (NP-complete) problem for which very good heuristics exists. We tested our algorithm on synthetic and real cytogenetic data from renal cell carcinoma. We also compared our learned progression networks with the networks proposed in earlier publications. The software is available on the website https://bitbucket.org/farahani/diprog.

  1. NWTS waste package program plan. Volume II. Program logic networks

    International Nuclear Information System (INIS)

    1981-10-01

    This document describes the work planned for developing the technology to design, test and produce packages used for the long-term isolation of nuclear waste in deep geologic repositories. Waste forms considered include spent fuel and high-level waste. The testing and selection effort for barrier materials for radionuclide containment is described. The NWTS waste package program is a design-driven effort; waste package conceptual designs are used as input for preliminary designs, which are upgraded to a final design as materials and testing data become available. Performance assessment models are developed and validated. Milestones and a detailed schedule are given for the waste package development effort. Program logic networks defining work flow, interfaces among the NWTS Projects, and interrelationships of specific activities are presented. Detailed work elements are provided for the Waste Package Program Plan subtasks - design and development, waste form, barrier materials, and performance evaluation - for salt and basalt, host rocks for which the state of waste package knowledge and the corresponding data base are advanced

  2. Growing Brazilian demand to spur gas network in South America

    International Nuclear Information System (INIS)

    Deffarges, E.H.; Maurer, L.I.A.

    1993-01-01

    A recent combination in South America of economic and geopolitical factors is prompting development of a new integrated gas-pipeline network in the continent's Southern Cone. The crucial factors include privatization, regional integration, economic growth, and environmental concerns. The area, Latin America's largest regional entity, includes Brazil (population 150 million and a 1990 GNP of about $375 billion, 9th largest in the world), Argentina (population 32 million and the third largest Latin American economy after Brazil and Mexico), Bolivia, Chile, Paraguay, and Uruguay. Argentina, Brazil, Paraguay, and Uruguay are members of the MercoSur economic bloc whose objective is to develop free trade in the region. There are very few integrated pipeline networks in the world. Besides the giant North American system, with hundreds of producers and pipelines, there is only one other large integrated network. It connects continental European countries to their outside suppliers such as Norway, the C.I.S., and Algeria. The emergence of a new pipeline system is therefore important for the natural-gas industry worldwide and even more so if it occurs in a region now growing rapidly after a decade of economic difficulties

  3. Fox Chase Network: Fox Chase Cancer Center's community hospital affiliation program.

    Science.gov (United States)

    Higman, S A; McKay, F J; Engstrom, P F; O'Grady, M A; Young, R C

    2000-01-01

    Fox Chase Cancer Center developed a format for affiliation with community providers in 1986. Fox Chase Network was formed to establish hospital-based community cancer centers to increase access to patients involved in clinical research. Under this program, the Fox Chase Network now contributes 500 patients per year to prevention and clinical research studies. As relationships with community providers form, patient referrals have increased at Fox Chase Cancer Center and for each Fox Chase Network member. A dedicated staff is required to operate the central office on a day-to-day basis as well as at each affiliate. We have found this to be a critical element in each program's success. New challenges in the cancer business-increasing volumes with declining revenue-have caused us to reconfigure the services offered to affiliates, while maintaining true to our mission: to reduce the burden of human cancer.

  4. Program For Local-Area-Network Electronic Mail

    Science.gov (United States)

    Weiner, Michael J.

    1989-01-01

    MailRoom is computer program for local-area network (LAN) electronic mail. Enables users of LAN to exchange electronically notes, letters, reminders, or any sort of communication via their computers. Links all users of LAN into communication circle in which messages created, sent, copied, printed, downloaded, uploaded, and deleted through series of menu-driven screens. Includes feature that enables users to determine whether messages sent have been read by receivers. Written in Microsoft QuickBasic.

  5. Data for decision making in networked health

    Directory of Open Access Journals (Sweden)

    Christian Bourret

    2006-06-01

    Full Text Available In developed countries, nowadays we live in a networked society: a society of information, knowledge and services (Castells, 1996, with strong specificities in the Health field (Bourret, 2003, Silber, 2003. The World Health Organization (WHO has outlined the importance of information for improving health for all. However, financial resources remain limited. Health costs represent 11% of GNP in France, Germany, Switzerland and Canada, 14% in the USA, and 7.5% in Spain and the United Kingdom. Governments, local powers, health or insurance organizations therefore face difficult choices in terms of opportunities and priorities, and for that they need specific and valuable data. Firstly, this paper provide a comprehensive overview of our networked society and the appointment of ICT (Information and Communication Technologies and Health (in other words e-Health in a perspective of needs and uses at the micro, meso, and macro levels. We point out the main challenges of development of Nationwide Health Information Network both in the US, UK and France. Then we analyze the main issues about data for Decision Making in Networked Health: coordination and evaluation. In the last sections, we use an Information System perspective to investigate the three interoperability layers (micro, meso and macro. We analyze the requirements and challenges to design an interoperability global architecture which supports different kinds of interactions; then we focus on the harmonization efforts provided at several levels. Finally, we identify common methodological and engineering issues.

  6. Optimal traffic control in highway transportation networks using linear programming

    KAUST Repository

    Li, Yanning

    2014-06-01

    This article presents a framework for the optimal control of boundary flows on transportation networks. The state of the system is modeled by a first order scalar conservation law (Lighthill-Whitham-Richards PDE). Based on an equivalent formulation of the Hamilton-Jacobi PDE, the problem of controlling the state of the system on a network link in a finite horizon can be posed as a Linear Program. Assuming all intersections in the network are controllable, we show that the optimization approach can be extended to an arbitrary transportation network, preserving linear constraints. Unlike previously investigated transportation network control schemes, this framework leverages the intrinsic properties of the Halmilton-Jacobi equation, and does not require any discretization or boolean variables on the link. Hence this framework is very computational efficient and provides the globally optimal solution. The feasibility of this framework is illustrated by an on-ramp metering control example.

  7. Network model and short circuit program for the Kennedy Space Center electric power distribution system

    Science.gov (United States)

    1976-01-01

    Assumptions made and techniques used in modeling the power network to the 480 volt level are discussed. Basic computational techniques used in the short circuit program are described along with a flow diagram of the program and operational procedures. Procedures for incorporating network changes are included in this user's manual.

  8. Synthesis of ethylene glycol-treated Graphene Nanoplatelets with one-pot, microwave-assisted functionalization for use as a high performance engine coolant

    International Nuclear Information System (INIS)

    Amiri, Ahmad; Sadri, Rad; Shanbedi, Mehdi; Ahmadi, Goodarz; Kazi, S.N.; Chew, B.T.; Zubir, Mohd Nashrul Mohd

    2015-01-01

    Highlights: • A potentially mass production method is introduced for preparing EG-treated GNP. • A promising car radiator coolant in the presence of neutral media synthesized. • Car engine can work in lower temperature via high-performance coolant. • The ratio of convective to conductive heat transfer is unique. • New economical product with high performance index is introduced. - Abstract: An electrophilic addition reaction under microwave irradiation was developed as a promising, quick and cost-effective approach to functionalize Graphene Nanoplatelets (GNP) with ethylene glycol (EG). EG-treated GNP was synthesized to reach a promising dispersibility in the water–EG media without negative effects of acid-treatment. Surface functionality groups and the morphology of chemically-functionalized GNP were characterized by the vibration spectroscopies, temperature-programmed study, and microscopic method. Despite the fact that the main structures of GNP were remained reasonably intact, characterization results consistently verified the functionalization of GNP with EG functionalities. As new kinds of high-performance engine coolant, the EG-treated GNP based water–EG coolant (GNP-WEG) was prepared and its thermo-physical and rheological properties are evaluated. In particular, the thermal conductivity, viscosity, specific heat capacity, and density of all samples were experimentally measured to evaluate the thermal performance of the GNP-WEG coolant. The data showed insignificant increases in the pressure drop at different temperatures and concentrations, low friction factor, lack of corrosive condition, and the performance index larger than 1. In addition, no momentous change in the pumping power in the presence of GNP-WEG confirmed that it can be an appropriate alternative coolant for different thermal equipment in terms of economy and performance

  9. A novel neural network for multi project programming with limited resources

    International Nuclear Information System (INIS)

    Liping, Z.; Jianhua, W.; Fenfang, Z.; Guojian, H.

    1996-01-01

    This paper discusses the theory of multi project programming and how to use Artificial Neural Network model to solve this problem. To obtain global optimum solution, the simulated annealing technology is used in our scheme. To improve the convergence property of argument matrix in the process of optimization for target function. Lagrange operator is replaced with the inverse of temperature in simulated annealing. Combining the Hopfield networks algorithm, this problem is solved speedily and satisfactorily. Experimental results show it is very effective to use Artificial Neural Network to solve the problem

  10. Resource Allocation Optimization Model of Collaborative Logistics Network Based on Bilevel Programming

    Directory of Open Access Journals (Sweden)

    Xiao-feng Xu

    2017-01-01

    Full Text Available Collaborative logistics network resource allocation can effectively meet the needs of customers. It can realize the overall benefit maximization of the logistics network and ensure that collaborative logistics network runs orderly at the time of creating value. Therefore, this article is based on the relationship of collaborative logistics network supplier, the transit warehouse, and sellers, and we consider the uncertainty of time to establish a bilevel programming model with random constraints and propose a genetic simulated annealing hybrid intelligent algorithm to solve it. Numerical example shows that the method has stronger robustness and convergence; it can achieve collaborative logistics network resource allocation rationalization and optimization.

  11. Logic integer programming models for signaling networks.

    Science.gov (United States)

    Haus, Utz-Uwe; Niermann, Kathrin; Truemper, Klaus; Weismantel, Robert

    2009-05-01

    We propose a static and a dynamic approach to model biological signaling networks, and show how each can be used to answer relevant biological questions. For this, we use the two different mathematical tools of Propositional Logic and Integer Programming. The power of discrete mathematics for handling qualitative as well as quantitative data has so far not been exploited in molecular biology, which is mostly driven by experimental research, relying on first-order or statistical models. The arising logic statements and integer programs are analyzed and can be solved with standard software. For a restricted class of problems the logic models reduce to a polynomial-time solvable satisfiability algorithm. Additionally, a more dynamic model enables enumeration of possible time resolutions in poly-logarithmic time. Computational experiments are included.

  12. An Improved Dynamic Programming Decomposition Approach for Network Revenue Management

    OpenAIRE

    Dan Zhang

    2011-01-01

    We consider a nonlinear nonseparable functional approximation to the value function of a dynamic programming formulation for the network revenue management (RM) problem with customer choice. We propose a simultaneous dynamic programming approach to solve the resulting problem, which is a nonlinear optimization problem with nonlinear constraints. We show that our approximation leads to a tighter upper bound on optimal expected revenue than some known bounds in the literature. Our approach can ...

  13. Highly sensitive piezo-resistive graphite nanoplatelet-carbon nanotube hybrids/polydimethylsilicone composites with improved conductive network construction.

    Science.gov (United States)

    Zhao, Hang; Bai, Jinbo

    2015-05-13

    The constructions of internal conductive network are dependent on microstructures of conductive fillers, determining various electrical performances of composites. Here, we present the advanced graphite nanoplatelet-carbon nanotube hybrids/polydimethylsilicone (GCHs/PDMS) composites with high piezo-resistive performance. GCH particles were synthesized by the catalyst chemical vapor deposition approach. The synthesized GCHs can be well dispersed in the matrix through the mechanical blending process. Due to the exfoliated GNP and aligned CNTs coupling structure, the flexible composite shows an ultralow percolation threshold (0.64 vol %) and high piezo-resistive sensitivity (gauge factor ∼ 10(3) and pressure sensitivity ∼ 0.6 kPa(-1)). Slight motions of finger can be detected and distinguished accurately using the composite film as a typical wearable sensor. These results indicate that designing the internal conductive network could be a reasonable strategy to improve the piezo-resistive performance of composites.

  14. Mercury Deposition Network Site Operator Training for the System Blank and Blind Audit Programs

    Science.gov (United States)

    Wetherbee, Gregory A.; Lehmann, Christopher M.B.

    2008-01-01

    The U.S. Geological Survey operates the external quality assurance project for the National Atmospheric Deposition Program/Mercury Deposition Network. The project includes the system blank and blind audit programs for assessment of total mercury concentration data quality for wet-deposition samples. This presentation was prepared to train new site operators and to refresh experienced site operators to successfully process and submit system blank and blind audit samples for chemical analysis. Analytical results are used to estimate chemical stability and contamination levels of National Atmospheric Deposition Program/Mercury Deposition Network samples and to evaluate laboratory variability and bias.

  15. Optimization of hot water transport and distribution networks by analytical method: OPTAL program

    International Nuclear Information System (INIS)

    Barreau, Alain; Caizergues, Robert; Moret-Bailly, Jean

    1977-06-01

    This report presents optimization studies of hot water transport and distribution network by minimizing operating cost. Analytical optimization is used: Lagrange's method of undetermined multipliers. Optimum diameter of each pipe is calculated for minimum network operating cost. The characteristics of the computer program used for calculations, OPTAL, are given in this report. An example of network is calculated and described: 52 branches and 27 customers. Results are discussed [fr

  16. A network-based Macintosh serial host interface program

    International Nuclear Information System (INIS)

    Wight, J.

    1991-03-01

    A program has been written for the Apple Macintosh to replace conventional host RS232 terminals with customizable user interfaces. Serial port NuBus cards in the Macintosh allow many simultaneous sessions to be maintained. A powerful system is attained by connecting multiple Macintoshes on a network, each running this program. Each is then able to share incoming data from any of its serial ports with any other Macintosh, as well as accept data from any other Macintosh for output to any of its serial ports. The program has been used to eliminate multiple host terminals, modernize the user interface, and to centralize operation of a complex control system. Minimal changes to host software have been required. By making extensive use of Macintosh resources, the same executable code serves in a variety of roles. An object oriented C language with a class library made the development straightforward and easy to modify. This program is used to control a 2 MW neutral beam system on the DIII-D magnetic fusion tokamak. 7 figs

  17. The Network Form of Implementing Educational Programs: Differences and Typology

    Science.gov (United States)

    Sobolev, Alexandr Borisovich

    2016-01-01

    The article describes peculiarities of implementation and major differences in network educational programs, currently introduced in Russia. It presents a general typology of models and forms for implementing interaction between educational institutions of Russia, including teacher institutes and federal universities, as well as a typology of…

  18. Social influence and bullying behavior: intervention-based network dynamics of the fairplayer.manual bullying prevention program.

    Science.gov (United States)

    Wölfer, Ralf; Scheithauer, Herbert

    2014-01-01

    Bullying is a social phenomenon and although preventive interventions consequently address social mechanisms, evaluations hardly consider the complexity of peer processes. Therefore, the present study analyzes the efficacy of the fairplayer.manual bullying prevention program from a social network perspective. Within a pretest-posttest control group design, longitudinal data were available from 328 middle-school students (MAge  = 13.7 years; 51% girls), who provided information on bullying behavior and interaction patterns. The revealed network parameters were utilized to examine the network change (MANCOVA) and the network dynamics (SIENA). Across both forms of analyses, findings revealed the hypothesized intervention-based decrease of bullies' social influence. Hence the present bullying prevention program, as one example of programs that successfully addresses both individual skills and social mechanisms, demonstrates the desired effect of reducing contextual opportunities for the exhibition of bullying behavior. © 2014 Wiley Periodicals, Inc.

  19. Property Analysis of Exfoliated Graphite Nanoplatelets Modified Asphalt Model Using Molecular Dynamics (MD Method

    Directory of Open Access Journals (Sweden)

    Hui Yao

    2017-01-01

    Full Text Available This Molecular Dynamics (MD simulation paper presents a physical property comparison study between exfoliated graphite nanoplatelets (xGNP modified and control asphalt models, including density, glass transition temperature, viscosity and thermal conductivity. The three-component control asphalt model consists of asphaltenes, aromatics, and saturates based on previous references. The xGNP asphalt model was built by incorporating an xGNP and control asphalt model and controlling mass ratios to represent the laboratory prepared samples. The Amber Cornell Extension Force Field (ACEFF was used with assigned molecular electro-static potential (ESP charge from NWChem analysis. After optimization and ensemble relaxation, the properties of the control and xGNP modified asphalt models were computed and analyzed using the MD method. The MD simulated results have a similar trend as the test results. The property analysis showed that: (1 the density of the xGNP modified model is higher than that of the control model; (2 the glass transition temperature of the xGNP modified model is closer to the laboratory data of the Strategic Highway Research Program (SHRP asphalt binders than that of the control model; (3 the viscosities of the xGNP modified model at different temperatures are higher than those of the control model, and it coincides with the trend in the laboratory data; (4 the thermal conductivities of the xGNP modified asphalt model are higher than those of the control asphalt model at different temperatures, and it is consistent with the trend in the laboratory data.

  20. Optimal Control of Scalar Conservation Laws Using Linear/Quadratic Programming: Application to Transportation Networks

    KAUST Repository

    Li, Yanning

    2014-03-01

    This article presents a new optimal control framework for transportation networks in which the state is modeled by a first order scalar conservation law. Using an equivalent formulation based on a Hamilton-Jacobi (H-J) equation and the commonly used triangular fundamental diagram, we pose the problem of controlling the state of the system on a network link, in a finite horizon, as a Linear Program (LP). We then show that this framework can be extended to an arbitrary transportation network, resulting in an LP or a Quadratic Program. Unlike many previously investigated transportation network control schemes, this method yields a globally optimal solution and is capable of handling shocks (i.e., discontinuities in the state of the system). As it leverages the intrinsic properties of the H-J equation used to model the state of the system, it does not require any approximation, unlike classical methods that are based on discretizations of the model. The computational efficiency of the method is illustrated on a transportation network. © 2014 IEEE.

  1. Optimal Control of Scalar Conservation Laws Using Linear/Quadratic Programming: Application to Transportation Networks

    KAUST Repository

    Li, Yanning; Canepa, Edward S.; Claudel, Christian

    2014-01-01

    This article presents a new optimal control framework for transportation networks in which the state is modeled by a first order scalar conservation law. Using an equivalent formulation based on a Hamilton-Jacobi (H-J) equation and the commonly used triangular fundamental diagram, we pose the problem of controlling the state of the system on a network link, in a finite horizon, as a Linear Program (LP). We then show that this framework can be extended to an arbitrary transportation network, resulting in an LP or a Quadratic Program. Unlike many previously investigated transportation network control schemes, this method yields a globally optimal solution and is capable of handling shocks (i.e., discontinuities in the state of the system). As it leverages the intrinsic properties of the H-J equation used to model the state of the system, it does not require any approximation, unlike classical methods that are based on discretizations of the model. The computational efficiency of the method is illustrated on a transportation network. © 2014 IEEE.

  2. Satisfiability of logic programming based on radial basis function neural networks

    International Nuclear Information System (INIS)

    Hamadneh, Nawaf; Sathasivam, Saratha; Tilahun, Surafel Luleseged; Choon, Ong Hong

    2014-01-01

    In this paper, we propose a new technique to test the Satisfiability of propositional logic programming and quantified Boolean formula problem in radial basis function neural networks. For this purpose, we built radial basis function neural networks to represent the proportional logic which has exactly three variables in each clause. We used the Prey-predator algorithm to calculate the output weights of the neural networks, while the K-means clustering algorithm is used to determine the hidden parameters (the centers and the widths). Mean of the sum squared error function is used to measure the activity of the two algorithms. We applied the developed technique with the recurrent radial basis function neural networks to represent the quantified Boolean formulas. The new technique can be applied to solve many applications such as electronic circuits and NP-complete problems

  3. Satisfiability of logic programming based on radial basis function neural networks

    Energy Technology Data Exchange (ETDEWEB)

    Hamadneh, Nawaf; Sathasivam, Saratha; Tilahun, Surafel Luleseged; Choon, Ong Hong [School of Mathematical Sciences, Universiti Sains Malaysia, 11800 USM, Penang (Malaysia)

    2014-07-10

    In this paper, we propose a new technique to test the Satisfiability of propositional logic programming and quantified Boolean formula problem in radial basis function neural networks. For this purpose, we built radial basis function neural networks to represent the proportional logic which has exactly three variables in each clause. We used the Prey-predator algorithm to calculate the output weights of the neural networks, while the K-means clustering algorithm is used to determine the hidden parameters (the centers and the widths). Mean of the sum squared error function is used to measure the activity of the two algorithms. We applied the developed technique with the recurrent radial basis function neural networks to represent the quantified Boolean formulas. The new technique can be applied to solve many applications such as electronic circuits and NP-complete problems.

  4. Programs for control of an analog-signal switching network

    International Nuclear Information System (INIS)

    D'Ottavio, T.; Enriquez, R.; Katz, R.; Skelly, J.

    1989-01-01

    A suite of programs has been developed to control the network of analog-signal switching multiplexers in the AGS complex. The software is driven by a relational database which describes the architecture of the multiplexer tree and the set of available analog signals. Signals are routed through a three-layer multiplexer tree, to be made available at four consoles each with three 4-trace oscilloscopes. A menu-structured operator interface program is available at each console, to accept requests to route any available analog signal to any of that console's 12 oscilloscope traces. A common routing-server program provides automatic routing-server program provides automatic routing of requested signals through the layers of multiplexers, maintaining a reservation database to denote free and in-use trunks. Expansion of the analog signal system is easily accommodated in software by adding new signals, trunks, multiplexers, or consoles to the database. Programmatic control of the triggering signals for each of the oscilloscopes is also provided. 3 refs., 4 figs., 3 tabs

  5. Functional model of the system promotion affiliate program in partner networks

    Directory of Open Access Journals (Sweden)

    Дмитро Сергійович Міроненко

    2017-07-01

    Full Text Available Structural analysis of business processes in promoting affiliate programs in the advertisement network has been done. Processes are considered according to the IDEF0 methodology. The viewpoints of advertisers, webmasters and marketers greatly experienced in affiliate marketing have been taken into account. A virtual company and the business process in it (affiliate program publication and selection, comparative analysis of the affiliate program, advertisement program start, summing up and effectiveness analysis of the affiliate programis the subject of the research. The basic and additional characteristics of the affiliate program must be considered for its effective promotion. The basic characteristics are: description, the main goal, advertiser’s commission for successful operations, test period duration, type of traffic, advertisement materials, targeting. The additional characteristics are: rated online resource, which provides goods or services as compared to the analogues, ranking by country, ranking by category, time spent on making up the internet website, number of the online resource pages, the percentage of visitors who leave the website directly at the entrance page or look through not more than one site, the visitors country of residence, the source of the traffic used by the visitors, the keywords, from which the social networking resources visitors come, interests of the visitors, Internet resources analogues, relating to Internet resource Mobile Apps. The criteria of evaluation the effectiveness of affiliate programs and advertising in general have been introduced: effective number of visitors (visitor becomes effective after the goal, an action, target number of the visitors, costs of advertising, conversion, profit and return on investment

  6. Cambios en los ácidos grasos de membrana de Microbacterium esteraromatlcum GNP-5 con diferentes temperaturas y osmolaridades

    Directory of Open Access Journals (Sweden)

    Graciela Natalia Pucci

    2006-07-01

    Full Text Available Microbacterium esteraromaticum es un microorganismo que se aísla con frecuencia de Jandfarming o procesos de biorremediación de hidrocarburos en la meseta de la Patagonia central (Argentina y se halla sometido a variaciones de temperatura y a cambios de salinidad que se producen naturalmente. Su adaptabilidad a esos cambios climáticos indujo al estudio de las modificaciones que se producen en su membrana celular para resistirlos. En este trabajo se estudió el efecto conjunto de la temperatura y la concentración de cloruro de sodio sobre la composición de los ácidos grasos de membrana en la cepa de Microbacterium esteraromaticum GNP-5b. M. esteraromaticum utiliza, frente al incremento de la temperatura, la estrategia es aumentar la longitud de sus ácidos grasos de cadenas ramificada impar (17 átomos de carbono con disminución de 15:0 anteiso, así como el porcentaje de ácidos grasos 15:0 iso (de mayor punto de fusión a partir del respectivo anteiso. El aumento de la salinidad modifica la composición de ácidos grasos siguiendo patrones diferentes según sea la temperatura de incubación. A 14 Y28 oc incrementa los 15:0 iso y 17:0 iso en detrimento de sus homólogos anteiso. A 37 "C este grupo de ácidos grasos no sigue los mismos patrones anteriores. La longitud de cadena, expresada como el índice C15jC17, es errática con el aumento de la salinidad.

  7. Research on e-commerce transaction networks using multi-agent modelling and open application programming interface

    Science.gov (United States)

    Piao, Chunhui; Han, Xufang; Wu, Harris

    2010-08-01

    We provide a formal definition of an e-commerce transaction network. Agent-based modelling is used to simulate e-commerce transaction networks. For real-world analysis, we studied the open application programming interfaces (APIs) from eBay and Taobao e-commerce websites and captured real transaction data. Pajek is used to visualise the agent relationships in the transaction network. We derived one-mode networks from the transaction network and analysed them using degree and betweenness centrality. Integrating multi-agent modelling, open APIs and social network analysis, we propose a new way to study large-scale e-commerce systems.

  8. Electrically conductive gold nanoparticle-chitosan thermosensitive hydrogels for cardiac tissue engineering

    Energy Technology Data Exchange (ETDEWEB)

    Baei, Payam [Department of Stem Cells and Developmental Biology, Cell Science Research Center, Royan Institute for Stem Cell Biology and Technology, ACECR, Tehran (Iran, Islamic Republic of); Cardiovascular Engineering Laboratory, Faculty of Biomedical Engineering, Amirkabir University of Technology (Tehran Polytechnic), Tehran (Iran, Islamic Republic of); Jalili-Firoozinezhad, Sasan [Department of Biomedicine and Surgery, University Hospital Basel, University of Basel, Hebelstrasse 20, CH-4031 Basel (Switzerland); Department of Bioengineeringand IBB - Institute for Bioengineering and Biosciences, Instituto Superior Técnico, Universidade de Lisboa, Lisboa (Portugal); Rajabi-Zeleti, Sareh [Department of Stem Cells and Developmental Biology, Cell Science Research Center, Royan Institute for Stem Cell Biology and Technology, ACECR, Tehran (Iran, Islamic Republic of); Tafazzoli-Shadpour, Mohammad [Cardiovascular Engineering Laboratory, Faculty of Biomedical Engineering, Amirkabir University of Technology (Tehran Polytechnic), Tehran (Iran, Islamic Republic of); Baharvand, Hossein, E-mail: Baharvand@royaninstitute.org [Department of Stem Cells and Developmental Biology, Cell Science Research Center, Royan Institute for Stem Cell Biology and Technology, ACECR, Tehran (Iran, Islamic Republic of); Department of Developmental Biology, University of Science and Culture, ACECR, Tehran (Iran, Islamic Republic of); Aghdami, Nasser, E-mail: Nasser.Aghdami@royaninstitute.org [Department of Stem Cells and Developmental Biology, Cell Science Research Center, Royan Institute for Stem Cell Biology and Technology, ACECR, Tehran (Iran, Islamic Republic of)

    2016-06-01

    Injectable hydrogels that resemble electromechanical properties of the myocardium are crucial for cardiac tissue engineering prospects. We have developed a facile approach that uses chitosan (CS) to generate a thermosensitive conductive hydrogel with a highly porous network of interconnected pores. Gold nanoparticles (GNPs) were evenly dispersed throughout the CS matrix in order to provide electrical cues. The gelation response and electrical conductivity of the hydrogel were controlled by different concentrations of GNPs. The CS-GNP hydrogels were seeded with mesenchymal stem cells (MSCs) and cultivated for up to 14 days in the absence of electrical stimulations. CS-GNP scaffolds supported viability, metabolism, migration and proliferation of MSCs along with the development of uniform cellular constructs. Immunohistochemistry for early and mature cardiac markers showed enhanced cardiomyogenic differentiation of MSCs within the CS-GNP compared to the CS matrix alone. The results of this study demonstrate that incorporation of nanoscale electro-conductive GNPs into CS hydrogels enhances the properties of myocardial constructs. These constructs could find utilization for regeneration of other electroactive tissues. - Highlights: • Thermosensitive electro-conductive hydrogels were prepared from CS and GNPs. • Gelation time and conductivity were tuned by varying concentration of GNPs. • CS-2GNP with gelation time of 25.7 min and conductivity of 0.13 S·m{sup −1} was selected for in vitro studies. • CS-2GNP supported active metabolism, migration and proliferation of MSCs. • Expression of cardiac markers increased about two-fold in CS-2GNP compared to CS.

  9. Electrically conductive gold nanoparticle-chitosan thermosensitive hydrogels for cardiac tissue engineering

    International Nuclear Information System (INIS)

    Baei, Payam; Jalili-Firoozinezhad, Sasan; Rajabi-Zeleti, Sareh; Tafazzoli-Shadpour, Mohammad; Baharvand, Hossein; Aghdami, Nasser

    2016-01-01

    Injectable hydrogels that resemble electromechanical properties of the myocardium are crucial for cardiac tissue engineering prospects. We have developed a facile approach that uses chitosan (CS) to generate a thermosensitive conductive hydrogel with a highly porous network of interconnected pores. Gold nanoparticles (GNPs) were evenly dispersed throughout the CS matrix in order to provide electrical cues. The gelation response and electrical conductivity of the hydrogel were controlled by different concentrations of GNPs. The CS-GNP hydrogels were seeded with mesenchymal stem cells (MSCs) and cultivated for up to 14 days in the absence of electrical stimulations. CS-GNP scaffolds supported viability, metabolism, migration and proliferation of MSCs along with the development of uniform cellular constructs. Immunohistochemistry for early and mature cardiac markers showed enhanced cardiomyogenic differentiation of MSCs within the CS-GNP compared to the CS matrix alone. The results of this study demonstrate that incorporation of nanoscale electro-conductive GNPs into CS hydrogels enhances the properties of myocardial constructs. These constructs could find utilization for regeneration of other electroactive tissues. - Highlights: • Thermosensitive electro-conductive hydrogels were prepared from CS and GNPs. • Gelation time and conductivity were tuned by varying concentration of GNPs. • CS-2GNP with gelation time of 25.7 min and conductivity of 0.13 S·m"−"1 was selected for in vitro studies. • CS-2GNP supported active metabolism, migration and proliferation of MSCs. • Expression of cardiac markers increased about two-fold in CS-2GNP compared to CS.

  10. Deep Space Network Radiometric Remote Sensing Program

    Science.gov (United States)

    Walter, Steven J.

    1994-01-01

    Planetary spacecraft are viewed through a troposphere that absorbs and delays radio signals propagating through it. Tropospheric water, in the form of vapor, cloud liquid, and precipitation, emits radio noise which limits satellite telemetry communication link performance. Even at X-band, rain storms have severely affected several satellite experiments including a planetary encounter. The problem will worsen with DSN implementation of Ka-band because communication link budgets will be dominated by tropospheric conditions. Troposphere-induced propagation delays currently limit VLBI accuracy and are significant sources of error for Doppler tracking. Additionally, the success of radio science programs such as satellite gravity wave experiments and atmospheric occultation experiments depends on minimizing the effect of water vapor-induced propagation delays. In order to overcome limitations imposed by the troposphere, the Deep Space Network has supported a program of radiometric remote sensing. Currently, water vapor radiometers (WVRs) and microwave temperature profilers (MTPs) support many aspects of the Deep Space Network operations and research and development programs. Their capability to sense atmospheric water, microwave sky brightness, and atmospheric temperature is critical to development of Ka-band telemetry systems, communication link models, VLBI, satellite gravity wave experiments, and radio science missions. During 1993, WVRs provided data for propagation model development, supported planetary missions, and demonstrated advanced tracking capability. Collection of atmospheric statistics is necessary to model and predict performance of Ka-band telemetry links, antenna arrays, and radio science experiments. Since the spectrum of weather variations has power at very long time scales, atmospheric measurements have been requested for periods ranging from one year to a decade at each DSN site. The resulting database would provide reliable statistics on daily

  11. Globalizing Social Justice Education: The Case of The Global Solidarity Network Study e-Broad Program

    Science.gov (United States)

    Harrison, Yvonne D.; Kostic, Kevin; Toton, Suzanne C.; Zurek, Jerome

    2010-01-01

    This paper documents the development, implementation, and evaluation of "The Global Solidarity Network Study e-Broad Program (GSNSeBP)", an online social justice educational program that is blended into an onsite academic course. This global electronic program, which was developed through a partnership between Catholic Relief Services (CRS) and…

  12. Modeling, Simulation and Analysis of Complex Networked Systems: A Program Plan for DOE Office of Advanced Scientific Computing Research

    Energy Technology Data Exchange (ETDEWEB)

    Brown, D L

    2009-05-01

    Many complex systems of importance to the U.S. Department of Energy consist of networks of discrete components. Examples are cyber networks, such as the internet and local area networks over which nearly all DOE scientific, technical and administrative data must travel, the electric power grid, social networks whose behavior can drive energy demand, and biological networks such as genetic regulatory networks and metabolic networks. In spite of the importance of these complex networked systems to all aspects of DOE's operations, the scientific basis for understanding these systems lags seriously behind the strong foundations that exist for the 'physically-based' systems usually associated with DOE research programs that focus on such areas as climate modeling, fusion energy, high-energy and nuclear physics, nano-science, combustion, and astrophysics. DOE has a clear opportunity to develop a similarly strong scientific basis for understanding the structure and dynamics of networked systems by supporting a strong basic research program in this area. Such knowledge will provide a broad basis for, e.g., understanding and quantifying the efficacy of new security approaches for computer networks, improving the design of computer or communication networks to be more robust against failures or attacks, detecting potential catastrophic failure on the power grid and preventing or mitigating its effects, understanding how populations will respond to the availability of new energy sources or changes in energy policy, and detecting subtle vulnerabilities in large software systems to intentional attack. This white paper outlines plans for an aggressive new research program designed to accelerate the advancement of the scientific basis for complex networked systems of importance to the DOE. It will focus principally on four research areas: (1) understanding network structure, (2) understanding network dynamics, (3) predictive modeling and simulation for complex

  13. Modeling, Simulation and Analysis of Complex Networked Systems: A Program Plan for DOE Office of Advanced Scientific Computing Research

    International Nuclear Information System (INIS)

    Brown, D.L.

    2009-01-01

    Many complex systems of importance to the U.S. Department of Energy consist of networks of discrete components. Examples are cyber networks, such as the internet and local area networks over which nearly all DOE scientific, technical and administrative data must travel, the electric power grid, social networks whose behavior can drive energy demand, and biological networks such as genetic regulatory networks and metabolic networks. In spite of the importance of these complex networked systems to all aspects of DOE's operations, the scientific basis for understanding these systems lags seriously behind the strong foundations that exist for the 'physically-based' systems usually associated with DOE research programs that focus on such areas as climate modeling, fusion energy, high-energy and nuclear physics, nano-science, combustion, and astrophysics. DOE has a clear opportunity to develop a similarly strong scientific basis for understanding the structure and dynamics of networked systems by supporting a strong basic research program in this area. Such knowledge will provide a broad basis for, e.g., understanding and quantifying the efficacy of new security approaches for computer networks, improving the design of computer or communication networks to be more robust against failures or attacks, detecting potential catastrophic failure on the power grid and preventing or mitigating its effects, understanding how populations will respond to the availability of new energy sources or changes in energy policy, and detecting subtle vulnerabilities in large software systems to intentional attack. This white paper outlines plans for an aggressive new research program designed to accelerate the advancement of the scientific basis for complex networked systems of importance to the DOE. It will focus principally on four research areas: (1) understanding network structure, (2) understanding network dynamics, (3) predictive modeling and simulation for complex networked systems

  14. Weaving the native web: using social network analysis to demonstrate the value of a minority career development program.

    Science.gov (United States)

    Buchwald, Dedra; Dick, Rhonda Wiegman

    2011-06-01

    American Indian and Alaska Native scientists are consistently among the most underrepresented minority groups in health research. The authors used social network analysis (SNA) to evaluate the Native Investigator Development Program (NIDP), a career development program for junior Native researchers established as a collaboration between the University of Washington and the University of Colorado Denver. The study focused on 29 trainees and mentors who participated in the NIDP. Data were collected on manuscripts and grant proposals produced by participants from 1998 to 2007. Information on authorship of manuscripts and collaborations on grant applications was used to conduct social network analyses with three measures of centrality and one measure of network reach. Both visual and quantitative analyses were performed. Participants in the NIDP collaborated on 106 manuscripts and 83 grant applications. Although three highly connected individuals, with critical and central roles in the program, accounted for much of the richness of the network, both current core faculty and "graduates" of the program were heavily involved in collaborations on manuscripts and grants. This study's innovative application of SNA demonstrates that collaborative relationships can be an important outcome of career development programs for minority investigators and that an analysis of these relationships can provide a more complete assessment of the value of such programs.

  15. Social Networking in School Psychology Training Programs: A Survey of Faculty and Graduate Students

    Science.gov (United States)

    Pham, Andy V.; Goforth, Anisa N.; Segool, Natasha; Burt, Isaac

    2014-01-01

    The increasing use of social networking sites has become an emerging focus in school psychology training, policy, and research. The purpose of the current study is to present data from a survey on social networking among faculty and graduate students in school psychology training programs. A total of 110 faculty and 112 graduate students in school…

  16. GreenCommute: the Nortel Networks Transportation Demand Management (TDM) Program

    Energy Technology Data Exchange (ETDEWEB)

    Lewinson, S [Transport Canada, Ottawa, ON (Canada)

    2001-07-01

    The structural elements and the environmental benefits to the employer, the employees and the community of the 'GreenCommute' program, designed by Nortel Networks and negotiated with the City of Ottawa, the National Capital Commission, and OC Transpo (the regional transportation authority), are described. The program is designed to mitigate congestion, minimize infrastructure requirements, minimize parking area requirements and to act as a pilot program for the region. The Program was designed after extensive consultation with employees. Some 87 per cent of those who responded (40 per cent response rate) expressed willingness to try a commuting alternative, including walking, cycling and car-pooling. A program is complete with a comprehensive 'GreenCoummute' website for up-to-date information, an efficient ride-matching system based on postal code, highly visible support for alternative commuting including lighted signage for all walking, cycling, transit and car-pooling information at the main entrance to the Nortel Campus, and a one-month free pass for transit riders from OC Transpo. Mid-year 2000 results indicated that the GreenCommute program was well on its way to achieve targeted objectives for 2000. Experience to-date indicate that the program is well appreciated by employees, but there is an ongoing need to market the program by varied promotion and positive messaging.

  17. Fracture network evaluation program (FraNEP): A software for analyzing 2D fracture trace-line maps

    Science.gov (United States)

    Zeeb, Conny; Gomez-Rivas, Enrique; Bons, Paul D.; Virgo, Simon; Blum, Philipp

    2013-10-01

    Fractures, such as joints, faults and veins, strongly influence the transport of fluids through rocks by either enhancing or inhibiting flow. Techniques used for the automatic detection of lineaments from satellite images and aerial photographs, LIDAR technologies and borehole televiewers significantly enhanced data acquisition. The analysis of such data is often performed manually or with different analysis software. Here we present a novel program for the analysis of 2D fracture networks called FraNEP (Fracture Network Evaluation Program). The program was developed using Visual Basic for Applications in Microsoft Excel™ and combines features from different existing software and characterization techniques. The main novelty of FraNEP is the possibility to analyse trace-line maps of fracture networks applying the (1) scanline sampling, (2) window sampling or (3) circular scanline and window method, without the need of switching programs. Additionally, binning problems are avoided by using cumulative distributions, rather than probability density functions. FraNEP is a time-efficient tool for the characterisation of fracture network parameters, such as density, intensity and mean length. Furthermore, fracture strikes can be visualized using rose diagrams and a fitting routine evaluates the distribution of fracture lengths. As an example of its application, we use FraNEP to analyse a case study of lineament data from a satellite image of the Oman Mountains.

  18. THE INTERIM RESULTS AND THE WAYS TO IMPLEMENT THE PROGRAMS TEACHER TRAINING IN NETWORK FORM

    Directory of Open Access Journals (Sweden)

    A. A. Tolsteneva

    2016-01-01

    Full Text Available The paper presents the results of approbation of new modules primary educational undergraduate specialties Group expanded education and pedagogy (training areas-economics, involving academic mobility of students of universities in terms of networking of Novosibirsk and Nizhny Novgorod pedagogical universities. The article describes the structure of established affiliate networks, conducted pedagogical and methodical analysis modules have passed testing, recommendations for improvement and suggested ways for the development of a modular approach to building educational programs in teacher education system. The implementation of educational modules require their integration into the curricula of the Nizhny Novgorod State Pedagogical University, with no loss of content, giving the existing curriculum structure saturation. Thus, it was achieved 100% consistency of curriculum, opening further opportunities for the implementation of educational programs in terms of networking.

  19. A Programming Language Approach to Safety in Home Networks

    DEFF Research Database (Denmark)

    Mortensen, Kjeld Høyer; Schougaard, Kari Rye; Schultz, Ulrik Pagh

    , even in a worst-case scenario where an unauthorized user gains remote control of the facilities. We address this safety issue at the programming language level by restricting the operations that can be performed on devices according to the physical location of the user initiating the request......-based restrictions on operations. This model has been implemented in a middleware for home AV devices written in Java, using infrared communication and a FireWire network to implement location awareness....

  20. A Programming Language Approach to Safety in Home Networks

    DEFF Research Database (Denmark)

    Mortensen, Kjeld Høyer; Schougaard, Kari Sofie Fogh; Schultz, Ulrik Pagh

    2003-01-01

    , even in a worst-case scenario where an unauthorized user gains remote control of the facilities. We address this safety issue at the programming language level by restricting the operations that can be performed on devices according to the physical location of the user initiating the request......-based restrictions on operations. This model has been implemented in a middleware for home AV devices written in Java, using infrared communication and a FireWire network to implement location awareness....

  1. Production and Evaluation of 236gNp and Reference Materials for Naturally Occurring Radioactive Materials

    Science.gov (United States)

    Larijani, Cyrus Kouroush

    This thesis is based on the development of a radiochemical separation scheme capable of separating both 236gNp and 236Pu from a uranium target of natural isotopic composition ( 1 g uranium) and 200 MBq of fission decay products. The isobaric distribution of fission residues produced following the bombardment of a natural uranium target with a beam of 25 MeV protons has been evaluated. Decay analysis of thirteen isobarically distinct fission residues were carried out using high-resolution gamma-ray spectrometry at the UK National Physical Laboratory. Stoichiometric abundances were calculated via the determination of absolute activity concentrations associated with the longest-lived members of each isobaric chain. This technique was validated by computational modelling of likely sequential decay processes through an isobaric decay chain. The results were largely in agreement with previously published values for neutron bombardments on natural uranium at energies of 14 MeV. Higher relative yields of products with mass numbers A 110-130 were found, consistent with the increasing yield of these radionuclides as the bombarding energy is increased. Using literature values for the production cross-section for fusion of protons with uranium targets, it is estimated that an upper limit of approximately 250 Bq of activity from the 236Np ground state was produced in this experiment. Using a radiochemical separation scheme, Np and Pu fractions were separated from the produced fission decay products, with analyses of the target-based final reaction products made using Inductively Couple Plasma Mass Spectrometry (ICP-MS) and high-resolution alpha and gamma-ray spectrometry. In a separate research theme, reliable measurement of Naturally Occurring Radioactive Materials is of significance in order to comply with environmental regulations and for radiological protection purposes. The thesis describes the standardisation of three reference materials, namely Sand, Tuff and TiO2 which

  2. Path selection and bandwidth allocation in MPLS networks: a nonlinear programming approach

    Science.gov (United States)

    Burns, J. E.; Ott, Teunis J.; de Kock, Johan M.; Krzesinski, Anthony E.

    2001-07-01

    Multi-protocol Label Switching extends the IPv4 destination-based routing protocols to provide new and scalable routing capabilities in connectionless networks using relatively simple packet forwarding mechanisms. MPLS networks carry traffic on virtual connections called label switched paths. This paper considers path selection and bandwidth allocation in MPLS networks in order to optimize the network quality of service. The optimization is based upon the minimization of a non-linear objective function which under light load simplifies to OSPF routing with link metrics equal to the link propagation delays. The behavior under heavy load depends on the choice of certain parameters: It can essentially be made to minimize maximal expected utilization, or to maximize minimal expected weighted slacks (both over all links). Under certain circumstances it can be made to minimize the probability that a link has an instantaneous offered load larger than its transmission capacity. We present a model of an MPLS network and an algorithm to find and capacitate optimal LSPs. The algorithm is an improvement of the well-known flow deviation non-linear programming method. The algorithm is applied to compute optimal LSPs for several test networks carrying a single traffic class.

  3. Optimization Models for Reaction Networks: Information Divergence, Quadratic Programming and Kirchhoff’s Laws

    Directory of Open Access Journals (Sweden)

    Julio Michael Stern

    2014-03-01

    Full Text Available This article presents a simple derivation of optimization models for reaction networks leading to a generalized form of the mass-action law, and compares the formal structure of Minimum Information Divergence, Quadratic Programming and Kirchhoff type network models. These optimization models are used in related articles to develop and illustrate the operation of ontology alignment algorithms and to discuss closely connected issues concerning the epistemological and statistical significance of sharp or precise hypotheses in empirical science.

  4. A Base Integer Programming Model and Benchmark Suite for Liner-Shipping Network Design

    DEFF Research Database (Denmark)

    Brouer, Berit Dangaard; Alvarez, Fernando; Plum, Christian Edinger Munk

    2014-01-01

    . The potential for making cost-effective and energy-efficient liner-shipping networks using operations research (OR) is huge and neglected. The implementation of logistic planning tools based upon OR has enhanced performance of airlines, railways, and general transportation companies, but within the field......The liner-shipping network design problem is to create a set of nonsimple cyclic sailing routes for a designated fleet of container vessels that jointly transports multiple commodities. The objective is to maximize the revenue of cargo transport while minimizing the costs of operation...... sources of liner shipping for OR researchers in general. We describe and analyze the liner-shipping domain applied to network design and present a rich integer programming model based on services that constitute the fixed schedule of a liner shipping company. We prove the liner-shipping network design...

  5. Outcomes from the GLEON fellowship program. Training graduate students in data driven network science.

    Science.gov (United States)

    Dugan, H.; Hanson, P. C.; Weathers, K. C.

    2016-12-01

    In the water sciences there is a massive need for graduate students who possess the analytical and technical skills to deal with large datasets and function in the new paradigm of open, collaborative -science. The Global Lake Ecological Observatory Network (GLEON) graduate fellowship program (GFP) was developed as an interdisciplinary training program to supplement the intensive disciplinary training of traditional graduate education. The primary goal of the GFP was to train a diverse cohort of graduate students in network science, open-web technologies, collaboration, and data analytics, and importantly to provide the opportunity to use these skills to conduct collaborative research resulting in publishable scientific products. The GFP is run as a series of three week-long workshops over two years that brings together a cohort of twelve students. In addition, fellows are expected to attend and contribute to at least one international GLEON all-hands' meeting. Here, we provide examples of training modules in the GFP (model building, data QA/QC, information management, bayesian modeling, open coding/version control, national data programs), as well as scientific outputs (manuscripts, software products, and new global datasets) produced by the fellows, as well as the process by which this team science was catalyzed. Data driven education that lets students apply learned skills to real research projects reinforces concepts, provides motivation, and can benefit their publication record. This program design is extendable to other institutions and networks.

  6. Navigating Social Networking and Social Media in School Psychology: Ethical and Professional Considerations in Training Programs

    Science.gov (United States)

    Pham, Andy V.

    2014-01-01

    Social networking and social media have undoubtedly proliferated within the past decade, allowing widespread communication and dissemination of user-generated content and information. Some psychology graduate programs, including school psychology, have started to embrace social networking and media for instructional and training purposes; however,…

  7. Interfacing a General Purpose Fluid Network Flow Program with the SINDA/G Thermal Analysis Program

    Science.gov (United States)

    Schallhorn, Paul; Popok, Daniel

    1999-01-01

    A general purpose, one dimensional fluid flow code is currently being interfaced with the thermal analysis program Systems Improved Numerical Differencing Analyzer/Gaski (SINDA/G). The flow code, Generalized Fluid System Simulation Program (GFSSP), is capable of analyzing steady state and transient flow in a complex network. The flow code is capable of modeling several physical phenomena including compressibility effects, phase changes, body forces (such as gravity and centrifugal) and mixture thermodynamics for multiple species. The addition of GFSSP to SINDA/G provides a significant improvement in convective heat transfer modeling for SINDA/G. The interface development is conducted in multiple phases. This paper describes the first phase of the interface which allows for steady and quasi-steady (unsteady solid, steady fluid) conjugate heat transfer modeling.

  8. A Korean Space Situational Awareness Program : OWL Network

    Science.gov (United States)

    Park, J.; Choi, Y.; Jo, J.; Moon, H.; Im, H.; Park, J.

    2012-09-01

    We are going to present a brief introduction to the OWL (Optical Wide-field patroL) network, one of Korean space situational awareness facilities. Primary objectives of the OWL network are 1) to obtain orbital information of Korean domestic LEOs using optical method, 2) to monitor GEO-belt over territory of Korea, and 3) to alleviate collisional risks posed to Korean satellites from space debris. For these purposes, we are planning to build a global network of telescopes which consists of five small wide-field telescopes and one 2m class telescope. The network of small telescopes will be dedicated mainly to the observation of domestic LEOs, but many slots will be open to other scientific programs such as GRB follow-up observations. Main targets of 2m telescope not only include artificial objects such as GEO debris and LEO debris with low inclination and high eccentricity, but also natural objects such as near Earth asteroids. We expect to monitor space objects down to 10cm in size in GEO using the 2m telescope system. Main research topics include size distribution and evolution of space debris. We also expect to utilize this facility for physical characterization and population study of near Earth asteroids. The aperture size of the small telescope system is 0.5m with Rechey-Cretian configuration and its field of view is 1.75 deg x 1.75 deg. It is equipped with 4K CCD with 9um pixel size, and its plate scale is 1.3 arcsec/pixel. A chopper wheel is employed to maximize astrometric solutions in a single CCD frame, and a de-rotator is used to compensate field rotation of the alt-az type mount. We have designed a compact end unit in which three rotating parts (chopper wheel, filter wheel, de-rotator) and a CCD camera are integrated, and dedicated telescope/site control boards for the OWL network. The design of 2m class telescope is still under discussion yet is expected to be fixed in the first half of 2013 at the latest. The OWL network will be operated in a fully

  9. Reverse engineering GTPase programming languages with reconstituted signaling networks.

    Science.gov (United States)

    Coyle, Scott M

    2016-07-02

    The Ras superfamily GTPases represent one of the most prolific signaling currencies used in Eukaryotes. With these remarkable molecules, evolution has built GTPase networks that control diverse cellular processes such as growth, morphology, motility and trafficking. (1-4) Our knowledge of the individual players that underlie the function of these networks is deep; decades of biochemical and structural data has provided a mechanistic understanding of the molecules that turn GTPases ON and OFF, as well as how those GTPase states signal by controlling the assembly of downstream effectors. However, we know less about how these different activities work together as a system to specify complex dynamic signaling outcomes. Decoding this molecular "programming language" would help us understand how different species and cell types have used the same GTPase machinery in different ways to accomplish different tasks, and would also provide new insights as to how mutations to these networks can cause disease. We recently developed a bead-based microscopy assay to watch reconstituted H-Ras signaling systems at work under arbitrary configurations of regulators and effectors. (5) Here we highlight key observations and insights from this study and propose extensions to our method to further study this and other GTPase signaling systems.

  10. (abstract) Deep Space Network Radiometric Remote Sensing Program

    Science.gov (United States)

    Walter, Steven J.

    1994-01-01

    Planetary spacecraft are viewed through a troposphere that absorbs and delays radio signals propagating through it. Tropospheric water, in the form of vapor, cloud liquid,and precipitation , emits radio noise which limits satellite telemetry communication link performance. Even at X-band, rain storms have severely affected several satellite experiments including a planetary encounter. The problem will worsen with DSN implementation of Ka-band becausecommunication link budgets will be dominated by tropospheric conditions. Troposphere-induced propagation delays currently limit VLBI accuracy and are significant sources of error for Doppler tracking. Additionally, the success of radio science programs such as satellite gravity wave experiments and atmospheric occultation experiments depends on minimizing the effect of watervapor-induced prop agation delays. In order to overcome limitations imposed by the troposphere, the Deep Space Network has supported a program of radiometric remote sensing. Currently, water vapor radiometers (WVRs) and microwave temperature profilers (MTPs) support many aspects of the Deep Space Network operations and research and development programs. Their capability to sense atmospheric water, microwave sky brightness, and atmospheric temperature is critical to development of Ka-band telemetry systems, communication link models, VLBI, satellite gravity waveexperiments, and r adio science missions. During 1993, WVRs provided data for propagation mode development, supp orted planetary missions, and demonstrated advanced tracking capability. Collection of atmospheric statistics is necessary to model and predict performance of Ka-band telemetry links, antenna arrays, and radio science experiments. Since the spectrum of weather variations has power at very long time scales, atmospheric measurements have been requested for periods ranging from one year to a decade at each DSN site. The resulting database would provide reliable statistics on daily

  11. Can social networking be used to promote engagement in child maltreatment prevention programs? Two pilot studies.

    Science.gov (United States)

    Edwards-Gaura, Anna; Whitaker, Daniel; Self-Brown, Shannon

    2014-08-01

    Child maltreatment is one of the United States' most significant public health problems. In efforts to prevent maltreatment experts recommend use of Behavioral Parent Training Programs (BPTs), which focus on teaching skills that will replace and prevent maltreating behavior. While there is research to support the effectiveness of BPTs in maltreatment prevention, the reach of such programs is still limited by several barriers, including poor retention of families in services. Recently, new technologies have emerged that offer innovative opportunities to improve family engagement. These technologies include smartphones and social networking; however, very little is known about the potential of these to aid in maltreatment prevention. The primary goal of this study was to conduct 2 pilot exploratory projects. The first project administered a survey to parents and providers to gather data about at-risk parents' use of smartphones and online social networking technologies. The second project tested a social networking-enhanced brief parenting program with 3 intervention participants and evaluated parental responses. Seventy-five percent of parents surveyed reported owning a computer that worked. Eighty-nine percent of parents reported that they had reliable Internet access at home, and 67% said they used the Internet daily. Three parents participated in the intervention with all reporting improvement in parent-child interaction skills and a positive experience participating in the social networking-enhanced SafeCare components. In general, findings suggest that smartphones, social networking, and Facebook, in particular, are now being used by individuals who show risk factors for maltreatment. Further, the majority of parents surveyed in this study said that they like Facebook, and all parents surveyed said that they use Facebook and have a Facebook account. As well, all saw it as a potentially beneficial supplement for future parents enrolling in parenting programs.

  12. Can Social Networking Be Used to Promote Engagement in Child Maltreatment Prevention Programs? Two Pilot Studies

    Directory of Open Access Journals (Sweden)

    Anna Edwards-Gaura

    2014-08-01

    Full Text Available Introduction: Child maltreatment is one of the United States’ most significant public health problems. In efforts to prevent maltreatment experts recommend use of Behavioral Parent Training Programs (BPTs, which focus on teaching skills that will replace and prevent maltreating behavior. While there is research to support the effectiveness of BPTs in maltreatment prevention, the reach of such programs is still limited by several barriers, including poor retention of families in services. Recently, new technologies have emerged that offer innovative opportunities to improve family engagement. These technologies include smartphones and social networking; however, very little is known about the potential of these to aid in maltreatment prevention. The primary goal of this study was to conduct 2 pilot exploratory projects. Methods: The first project administered a survey to parents and providers to gather data about at-risk parents’ use of smartphones and online social networking technologies. The second project tested a social networking-enhanced brief parenting program with 3 intervention participants and evaluated parental responses. Results: Seventy-five percent of parents surveyed reported owning a computer that worked. Eighty-nine percent of parents reported that they had reliable Internet access at home, and 67% said they used the Internet daily. Three parents participated in the intervention with all reporting improvement in parent-child interaction skills and a positive experience participating in the social networking-enhanced SafeCare components. Conclusion: In general, findings suggest that smartphones, social networking, and Facebook, in particular, are now being used by individuals who show risk factors formal treatment. Further, the majority of parents surveyed in this study said that they like Facebook, and all parents surveyed said that they use Facebook and have a Facebook account. As well, all saw it as a potentially

  13. The Important Bird Areas Program in the United States: building a network of sites for conservation, state by state

    Science.gov (United States)

    Jeffrey V. Wells; Daniel K. Niven; John Cecil

    2005-01-01

    The Important Bird Area (IBA) program is an international effort to identify, conserve, and monitor a network of sites that provide essential habitat for bird populations. BirdLife International began the IBA program in Europe in 1985. Since that time, BirdLife partners in more than 100 countries have joined together to build the global IBA network. Audubon (BirdLife...

  14. The "Quasar" Network Observations in e-VLBI Mode Within the Russian Domestic VLBI Programs

    Science.gov (United States)

    Finkelstein, Andrey; Ipatov, Alexander; Kaidanovsky, Michael; Bezrukov, Ilia; Mikhailov, Andrey; Salnikov, Alexander; Surkis, Igor; Skurikhina, Elena

    2010-01-01

    The purpose of the Russian VLBI "Quasar" Network is to carry out astrometrical and geodynamical investigations. Since 2006 purely domestic observational programs with data processing at the IAA correlator have been carried out. To maintain these geodynamical programs e-VLBI technology is being developed and tested. This paper describes the IAA activity of developing a real-time VLBI system using high-speed digital communication links.

  15. Computational modeling of electrically conductive networks formed by graphene nanoplatelet-carbon nanotube hybrid particles

    KAUST Repository

    Mora Cordova, Angel

    2018-01-30

    One strategy to ensure that nanofiller networks in a polymer composite percolate at low volume fractions is to promote segregation. In a segregated structure, the concentration of nanofillers is kept low in some regions of the sample. In turn, the concentration in remaining regions is much higher than the average concentration of the sample. This selective placement of the nanofillers ensures percolation at low average concentration. One original strategy to promote segregation is by tuning the shape of the nanofillers. We use a computational approach to study the conductive networks formed by hybrid particles obtained by growing carbon nanotubes (CNTs) on graphene nanoplatelets (GNPs). The objective of this study is (1) to show that the higher electrical conductivity of these composites is due to the hybrid particles forming a segregated structure and (2) to understand which parameters defining the hybrid particles determine the efficiency of the segregation. We construct a microstructure to observe the conducting paths and determine whether a segregated structure has indeed been formed inside the composite. A measure of efficiency is presented based on the fraction of nanofillers that contribute to the conductive network. Then, the efficiency of the hybrid-particle networks is compared to those of three other networks of carbon-based nanofillers in which no hybrid particles are used: only CNTs, only GNPs, and a mix of CNTs and GNPs. Finally, some parameters of the hybrid particle are studied: the CNT density on the GNPs, and the CNT and GNP geometries. We also present recommendations for the further improvement of a composite\\'s conductivity based on these parameters.

  16. Computational modeling of electrically conductive networks formed by graphene nanoplatelet-carbon nanotube hybrid particles

    KAUST Repository

    Mora Cordova, Angel; Han, Fei; Lubineau, Gilles

    2018-01-01

    One strategy to ensure that nanofiller networks in a polymer composite percolate at low volume fractions is to promote segregation. In a segregated structure, the concentration of nanofillers is kept low in some regions of the sample. In turn, the concentration in remaining regions is much higher than the average concentration of the sample. This selective placement of the nanofillers ensures percolation at low average concentration. One original strategy to promote segregation is by tuning the shape of the nanofillers. We use a computational approach to study the conductive networks formed by hybrid particles obtained by growing carbon nanotubes (CNTs) on graphene nanoplatelets (GNPs). The objective of this study is (1) to show that the higher electrical conductivity of these composites is due to the hybrid particles forming a segregated structure and (2) to understand which parameters defining the hybrid particles determine the efficiency of the segregation. We construct a microstructure to observe the conducting paths and determine whether a segregated structure has indeed been formed inside the composite. A measure of efficiency is presented based on the fraction of nanofillers that contribute to the conductive network. Then, the efficiency of the hybrid-particle networks is compared to those of three other networks of carbon-based nanofillers in which no hybrid particles are used: only CNTs, only GNPs, and a mix of CNTs and GNPs. Finally, some parameters of the hybrid particle are studied: the CNT density on the GNPs, and the CNT and GNP geometries. We also present recommendations for the further improvement of a composite's conductivity based on these parameters.

  17. Discovery of Boolean metabolic networks: integer linear programming based approach.

    Science.gov (United States)

    Qiu, Yushan; Jiang, Hao; Ching, Wai-Ki; Cheng, Xiaoqing

    2018-04-11

    Traditional drug discovery methods focused on the efficacy of drugs rather than their toxicity. However, toxicity and/or lack of efficacy are produced when unintended targets are affected in metabolic networks. Thus, identification of biological targets which can be manipulated to produce the desired effect with minimum side-effects has become an important and challenging topic. Efficient computational methods are required to identify the drug targets while incurring minimal side-effects. In this paper, we propose a graph-based computational damage model that summarizes the impact of enzymes on compounds in metabolic networks. An efficient method based on Integer Linear Programming formalism is then developed to identify the optimal enzyme-combination so as to minimize the side-effects. The identified target enzymes for known successful drugs are then verified by comparing the results with those in the existing literature. Side-effects reduction plays a crucial role in the study of drug development. A graph-based computational damage model is proposed and the theoretical analysis states the captured problem is NP-completeness. The proposed approaches can therefore contribute to the discovery of drug targets. Our developed software is available at " http://hkumath.hku.hk/~wkc/APBC2018-metabolic-network.zip ".

  18. Second Order Cone Programming (SOCP) Relaxation Based Optimal Power Flow with Hybrid VSC-HVDC Transmission and Active Distribution Networks

    DEFF Research Database (Denmark)

    Ding, Tao; Li, Cheng; Yang, Yongheng

    2017-01-01

    The detailed topology of renewable resource bases may have the impact on the optimal power flow of the VSC-HVDC transmission network. To address this issue, this paper develops an optimal power flow with the hybrid VSC-HVDC transmission and active distribution networks to optimally schedule...... the generation output and voltage regulation of both networks, which leads to a non-convex programming model. Furthermore, the non-convex power flow equations are based on the Second Order Cone Programming (SOCP) relaxation approach. Thus, the proposed model can be relaxed to a SOCP that can be tractably solved...

  19. Artificial intelligence. Application of the Statistical Neural Networks computer program in nuclear medicine

    International Nuclear Information System (INIS)

    Stefaniak, B.; Cholewinski, W.; Tarkowska, A.

    2005-01-01

    Artificial Neural Networks (ANN) may be a tool alternative and complementary to typical statistical analysis. However, in spite of many computer application of various ANN algorithms ready for use, artificial intelligence is relatively rarely applied to data processing. In this paper practical aspects of scientific application of ANN in medicine using the Statistical Neural Networks Computer program, were presented. Several steps of data analysis with the above ANN software package were discussed shortly, from material selection and its dividing into groups to the types of obtained results. The typical problems connected with assessing scintigrams by ANN were also described. (author)

  20. Distribution Locational Marginal Pricing through Quadratic Programming for Congestion Management in Distribution Networks

    DEFF Research Database (Denmark)

    Huang, Shaojun; Wu, Qiuwei; Oren, Shmuel S.

    2015-01-01

    ) calculates dynamic tariffs and publishes them to the aggregators, who make the optimal energy plans for the flexible demands. The DLMP through QP instead of linear programing as studied in previous literatures solves the multiple solution issue of the ag- gregator optimization which may cause......This paper presents the distribution locational mar- ginal pricing (DLMP) method through quadratic programming (QP) designed to alleviate the congestion that might occur in a distribution network with high penetration of flexible demands. In the DLMP method, the distribution system operator (DSO...

  1. Zhang neural network for online solution of time-varying convex quadratic program subject to time-varying linear-equality constraints

    International Nuclear Information System (INIS)

    Zhang Yunong; Li Zhan

    2009-01-01

    In this Letter, by following Zhang et al.'s method, a recurrent neural network (termed as Zhang neural network, ZNN) is developed and analyzed for solving online the time-varying convex quadratic-programming problem subject to time-varying linear-equality constraints. Different from conventional gradient-based neural networks (GNN), such a ZNN model makes full use of the time-derivative information of time-varying coefficient. The resultant ZNN model is theoretically proved to have global exponential convergence to the time-varying theoretical optimal solution of the investigated time-varying convex quadratic program. Computer-simulation results further substantiate the effectiveness, efficiency and novelty of such ZNN model and method.

  2. Intelligent and robust prediction of short term wind power using genetic programming based ensemble of neural networks

    International Nuclear Information System (INIS)

    Zameer, Aneela; Arshad, Junaid; Khan, Asifullah; Raja, Muhammad Asif Zahoor

    2017-01-01

    Highlights: • Genetic programming based ensemble of neural networks is employed for short term wind power prediction. • Proposed predictor shows resilience against abrupt changes in weather. • Genetic programming evolves nonlinear mapping between meteorological measures and wind-power. • Proposed approach gives mathematical expressions of wind power to its independent variables. • Proposed model shows relatively accurate and steady wind-power prediction performance. - Abstract: The inherent instability of wind power production leads to critical problems for smooth power generation from wind turbines, which then requires an accurate forecast of wind power. In this study, an effective short term wind power prediction methodology is presented, which uses an intelligent ensemble regressor that comprises Artificial Neural Networks and Genetic Programming. In contrast to existing series based combination of wind power predictors, whereby the error or variation in the leading predictor is propagated down the stream to the next predictors, the proposed intelligent ensemble predictor avoids this shortcoming by introducing Genetical Programming based semi-stochastic combination of neural networks. It is observed that the decision of the individual base regressors may vary due to the frequent and inherent fluctuations in the atmospheric conditions and thus meteorological properties. The novelty of the reported work lies in creating ensemble to generate an intelligent, collective and robust decision space and thereby avoiding large errors due to the sensitivity of the individual wind predictors. The proposed ensemble based regressor, Genetic Programming based ensemble of Artificial Neural Networks, has been implemented and tested on data taken from five different wind farms located in Europe. Obtained numerical results of the proposed model in terms of various error measures are compared with the recent artificial intelligence based strategies to demonstrate the

  3. A mixed-integer nonlinear programming approach to the optimal design of heat network in a polygeneration energy system

    International Nuclear Information System (INIS)

    Zhang, Jianyun; Liu, Pei; Zhou, Zhe; Ma, Linwei; Li, Zheng; Ni, Weidou

    2014-01-01

    Highlights: • Integration of heat streams with HRSG in a polygeneration system is studied. • A mixed-integer nonlinear programming model is proposed to optimize heat network. • Operating parameters and heat network configuration are optimized simultaneously. • The optimized heat network highly depends on the HRSG type and model specification. - Abstract: A large number of heat flows at various temperature and pressure levels exist in a polygeneration plant which co-produces electricity and chemical products. Integration of these external heat flows in a heat recovery steam generator (HRSG) has great potential to further enhance energy efficiency of such a plant; however, it is a challenging problem arising from the large design space of heat exchanger network. In this paper, a mixed-integer nonlinear programming model is developed for the design optimization of a HRSG with consideration of all alternative matches between the HRSG and external heat flows. This model is applied to four polygeneration cases with different HRSG types, and results indicate that the optimized heat network mainly depends on the HRSG type and the model specification

  4. Exploring Knowledge Processes Based on Teacher Research in a School-University Research Network of a Master's Program

    Science.gov (United States)

    Cornelissen, Frank; van Swet, Jacqueline; Beijaard, Douwe; Bergen, Theo

    2013-01-01

    School-university research networks aim at closer integration of research and practice by means of teacher research. Such practice-oriented research can benefit both schools and universities. This paper reports on a multiple-case study of five participants in a school-university research network in a Dutch master's program. The research question…

  5. The transportation management division institutional program: Networking and problem solving

    International Nuclear Information System (INIS)

    McGinnis, K.A.; Peterson, J.M.

    1989-06-01

    The US Department of Energy (DOE) has several programs related to transportation. While these programs may have differing missions and legislative authority, the required activities are frequently similar. To ensure a DOE-wide perspective in developing transportation policies and procedures, a DOE Transportation Institutional Task Force (Task Force) has been formed, which is the primary focus of this paper. The Task Force, composed of representatives from each of the major DOE transportation programs, meets periodically to exchange experiences and insights on institutional issues related to Departmental shipping. The primary purpose of the group is to identify opportunities for productive interactions with the transportation community, including interested and affected members of the public. This paper will also focus sharply on the networking of DOE with the State, Tribal, and local officials in fostering better understanding and in solving problems. An example of such activity is the DOE's cooperative agreement with the Energy Task Force of the Urban Consortium. A major effort is to encourage cooperative action in identifying, addressing, and resolving issues that could impede the transportation of radioactive materials

  6. D0 HVAC System Heat Pump Controller Programming, Networking, and Operating Information

    International Nuclear Information System (INIS)

    Anderson, B.

    1999-01-01

    The purpose of this engineering note is to provide the necessary information to setup, program, and network the Electronic Systems USA Heat Pump Controller with the LON network card and Intellution Fix32 to operate properly within the HVAC system at D-Zero. The heat pump controllers are used for local temperature control of the office environments on the fifth and six floors of D-Zero. Heat pump units 1-6 are located in the ceiling of the sixth floor. Heat pump units 7-12 are found in the fifth floor ceiling. Heat pump unit 13 is in the Southeast corner of the fifth floor. Prior to installation the heat pump controller must be properly prepared to operate correctly in the HVAC system. Each heat pump unit must contain firmware (software) version 1.31 to operate properly on the network. Controllers with version 1.30 will not be able to communicate over the LON network. The manufacturer can only update the firmware version. Before installation a series of heat pump setpoints must be manually set using the Intelligent Stat. Connect the Intelligent Stat via the serial cable or wired connection.

  7. Effects of Functionalized Graphene Nanoplatelets on the Morphology and Properties of Phenolic Resins

    Directory of Open Access Journals (Sweden)

    Jing Dai

    2016-01-01

    Full Text Available Graphene nanoplatelets (Gnps were covalently functionalized by 3-aminopropyltriethoxysilane (KH550 and noncovalently functionalized by Triton X-100, respectively. The morphology and structure of KH550 modified graphene (K-Gnp and Triton X-100 modified graphene (T-Gnp were characterized by Fourier transform infrared spectroscopy, scanning electron micrograph, and Raman spectrometer. The influences of K-Gnp and T-Gnp on thermal conductivity, fracture toughness, and thermal stability of the boron phenolic resin (BPR were investigated. Both covalently functionalized K-Gnp and noncovalently functionalized T-Gnp not only improve the dispersion of Gnp in the polymer matrix but also increase interfacial bonding strength between the BPR matrix and Gnp, thus leading to the enhanced mechanical property and thermal stability of nanocomposites. Besides this, mechanical property and thermal stability of the BPR containing K-Gnp are superior to those of BPR containing T-Gnp.

  8. Assembling networks of microbial genomes using linear programming.

    Science.gov (United States)

    Holloway, Catherine; Beiko, Robert G

    2010-11-20

    Microbial genomes exhibit complex sets of genetic affinities due to lateral genetic transfer. Assessing the relative contributions of parent-to-offspring inheritance and gene sharing is a vital step in understanding the evolutionary origins and modern-day function of an organism, but recovering and showing these relationships is a challenging problem. We have developed a new approach that uses linear programming to find between-genome relationships, by treating tables of genetic affinities (here, represented by transformed BLAST e-values) as an optimization problem. Validation trials on simulated data demonstrate the effectiveness of the approach in recovering and representing vertical and lateral relationships among genomes. Application of the technique to a set comprising Aquifex aeolicus and 75 other thermophiles showed an important role for large genomes as 'hubs' in the gene sharing network, and suggested that genes are preferentially shared between organisms with similar optimal growth temperatures. We were also able to discover distinct and common genetic contributors to each sequenced representative of genus Pseudomonas. The linear programming approach we have developed can serve as an effective inference tool in its own right, and can be an efficient first step in a more-intensive phylogenomic analysis.

  9. Co-authorship Network Analysis: A Powerful Tool for Strategic Planning of Research, Development and Capacity Building Programs on Neglected Diseases

    Science.gov (United States)

    Morel, Carlos Medicis; Serruya, Suzanne Jacob; Penna, Gerson Oliveira; Guimarães, Reinaldo

    2009-01-01

    Background New approaches and tools were needed to support the strategic planning, implementation and management of a Program launched by the Brazilian Government to fund research, development and capacity building on neglected tropical diseases with strong focus on the North, Northeast and Center-West regions of the country where these diseases are prevalent. Methodology/Principal Findings Based on demographic, epidemiological and burden of disease data, seven diseases were selected by the Ministry of Health as targets of the initiative. Publications on these diseases by Brazilian researchers were retrieved from international databases, analyzed and processed with text-mining tools in order to standardize author- and institution's names and addresses. Co-authorship networks based on these publications were assembled, visualized and analyzed with social network analysis software packages. Network visualization and analysis generated new information, allowing better design and strategic planning of the Program, enabling decision makers to characterize network components by area of work, identify institutions as well as authors playing major roles as central hubs or located at critical network cut-points and readily detect authors or institutions participating in large international scientific collaborating networks. Conclusions/Significance Traditional criteria used to monitor and evaluate research proposals or R&D Programs, such as researchers' productivity and impact factor of scientific publications, are of limited value when addressing research areas of low productivity or involving institutions from endemic regions where human resources are limited. Network analysis was found to generate new and valuable information relevant to the strategic planning, implementation and monitoring of the Program. It afforded a more proactive role of the funding agencies in relation to public health and equity goals, to scientific capacity building objectives and a more

  10. Co-authorship network analysis: a powerful tool for strategic planning of research, development and capacity building programs on neglected diseases.

    Directory of Open Access Journals (Sweden)

    Carlos Medicis Morel

    Full Text Available BACKGROUND: New approaches and tools were needed to support the strategic planning, implementation and management of a Program launched by the Brazilian Government to fund research, development and capacity building on neglected tropical diseases with strong focus on the North, Northeast and Center-West regions of the country where these diseases are prevalent. METHODOLOGY/PRINCIPAL FINDINGS: Based on demographic, epidemiological and burden of disease data, seven diseases were selected by the Ministry of Health as targets of the initiative. Publications on these diseases by Brazilian researchers were retrieved from international databases, analyzed and processed with text-mining tools in order to standardize author- and institution's names and addresses. Co-authorship networks based on these publications were assembled, visualized and analyzed with social network analysis software packages. Network visualization and analysis generated new information, allowing better design and strategic planning of the Program, enabling decision makers to characterize network components by area of work, identify institutions as well as authors playing major roles as central hubs or located at critical network cut-points and readily detect authors or institutions participating in large international scientific collaborating networks. CONCLUSIONS/SIGNIFICANCE: Traditional criteria used to monitor and evaluate research proposals or R&D Programs, such as researchers' productivity and impact factor of scientific publications, are of limited value when addressing research areas of low productivity or involving institutions from endemic regions where human resources are limited. Network analysis was found to generate new and valuable information relevant to the strategic planning, implementation and monitoring of the Program. It afforded a more proactive role of the funding agencies in relation to public health and equity goals, to scientific capacity building

  11. Computational modeling of electrically conductive networks formed by graphene nanoplatelet-carbon nanotube hybrid particles

    Science.gov (United States)

    Mora, A.; Han, F.; Lubineau, G.

    2018-04-01

    One strategy to ensure that nanofiller networks in a polymer composite percolate at low volume fractions is to promote segregation. In a segregated structure, the concentration of nanofillers is kept low in some regions of the sample. In turn, the concentration in the remaining regions is much higher than the average concentration of the sample. This selective placement of the nanofillers ensures percolation at low average concentration. One original strategy to promote segregation is by tuning the shape of the nanofillers. We use a computational approach to study the conductive networks formed by hybrid particles obtained by growing carbon nanotubes (CNTs) on graphene nanoplatelets (GNPs). The objective of this study is (1) to show that the higher electrical conductivity of these composites is due to the hybrid particles forming a segregated structure and (2) to understand which parameters defining the hybrid particles determine the efficiency of the segregation. We construct a microstructure to observe the conducting paths and determine whether a segregated structure has indeed been formed inside the composite. A measure of efficiency is presented based on the fraction of nanofillers that contribute to the conductive network. Then, the efficiency of the hybrid-particle networks is compared to those of three other networks of carbon-based nanofillers in which no hybrid particles are used: only CNTs, only GNPs, and a mix of CNTs and GNPs. Finally, some parameters of the hybrid particle are studied: the CNT density on the GNPs, and the CNT and GNP geometries. We also present recommendations for the further improvement of a composite’s conductivity based on these parameters.

  12. Network protocols and sockets

    OpenAIRE

    BALEJ, Marek

    2010-01-01

    My work will deal with network protocols and sockets and their use in programming language C#. It will therefore deal programming network applications on the platform .NET from Microsoft and instruments, which C# provides to us. There will describe the tools and methods for programming network applications, and shows a description and sample applications that work with sockets and application protocols.

  13. Optimal Network-Topology Design

    Science.gov (United States)

    Li, Victor O. K.; Yuen, Joseph H.; Hou, Ting-Chao; Lam, Yuen Fung

    1987-01-01

    Candidate network designs tested for acceptability and cost. Optimal Network Topology Design computer program developed as part of study on topology design and analysis of performance of Space Station Information System (SSIS) network. Uses efficient algorithm to generate candidate network designs consisting of subsets of set of all network components, in increasing order of total costs and checks each design to see whether it forms acceptable network. Technique gives true cost-optimal network and particularly useful when network has many constraints and not too many components. Program written in PASCAL.

  14. Reentry Orientation and Alumni Networking in U.S. Colleges and Universities with Agriculture and Natural Resources Programs. Survey Report.

    Science.gov (United States)

    Huntsberger, Paul E.

    This report presents results of a survey of U.S. postsecondary institutions with agriculture and natural resources programs, concerning institutional support for reentry orientation and alumni networking programs. Reentry orientation" involves programs that help international students become aware of the adjustment aspects of returning home,…

  15. Telecommunications Network Plan

    International Nuclear Information System (INIS)

    1989-05-01

    The Office of Civilian Radioactive Waste Management (OCRWM) must, among other things, be equipped to readily produce, file, store, access, retrieve, and transfer a wide variety of technical and institutional data and information. The data and information regularly produced by members of the OCRWM Program supports, and will continue to support, a wide range of program activities. Some of the more important of these information communication-related activities include: supporting the preparation, submittal, and review of a license application to the Nuclear Regulatory Commission (NRC) to authorize the construction of a geologic repository; responding to requests for information from parties affected by and/or interested in the program; and providing evidence of compliance with all relevant Federal, State, local, and Indian Tribe regulations, statutes, and/or treaties. The OCRWM Telecommunications Network Plan (TNP) is intended to identify, as well as to present the current strategy for satisfying, the telecommunications requirements of the civilian radioactive waste management program. The TNP will set forth the plan for integrating OCRWM's information resources among major program sites. Specifically, this plan will introduce a telecommunications network designed to establish communication linkages across the program's Washington, DC; Chicago, Illinois; and Las Vegas, Nevada, sites. The linkages across these and associated sites will comprise Phase I of the proposed OCRWM telecommunications network. The second phase will focus on the modification and expansion of the Phase I network to fully accommodate access to the OCRWM Licensing Support System (LSS). The primary components of the proposed OCRWM telecommunications network include local area networks; extended local area networks; and remote extended (wide) area networks. 10 refs., 6 figs

  16. Highly Electrically Conducting Glass-Graphene Nanoplatelets Hybrid Coatings.

    Science.gov (United States)

    Garcia, E; Nistal, A; Khalifa, A; Essa, Y; Martín de la Escalera, F; Osendi, M I; Miranzo, P

    2015-08-19

    Hybrid coatings consisting of a heat resistant Y2O3-Al2O3-SiO2 (YAS) glass containing 2.3 wt % of graphene nanoplatelets (GNPs) were developed by flame spraying homogeneous ceramic powders-GNP granules. Around 40% of the GNPs survived the high spraying temperatures and were distributed along the splat-interfaces, forming a percolated network. These YAS-GNP coatings are potentially interesting in thermal protection systems and electromagnetic interference shields for aerospace applications; therefore silicon carbide (SiC) materials at the forefront of those applications were employed as substrates. Whereas the YAS coatings are nonconductive, the YAS-GNP coatings showed in-plane electrical conductivity (∼10(2) S·m(-1)) for which a low percolation limit (below 3.6 vol %) is inferred. Indentation tests revealed the formation of a highly damaged indentation zone showing multiple shear displacements between adjacent splats probably favored by the graphene sheets location. The indentation radial cracks typically found in brittle glass coatings are not detected in the hybrid coatings that are also more compliant.

  17. Community voices: barriers and opportunities for programmes to successfully prevent vertical transmission of HIV identified through consultations among people living with HIV.

    Science.gov (United States)

    Anderson, Ginna; Caswell, Georgina; Edwards, Olive; Hsieh, Amy; Hull, Beri; Mallouris, Christoforos; Mason, Naisiadet; Nöstlinger, Christiana

    2012-07-11

    In 2010, two global networks of people living with HIV, the International Community of Women Living with HIV (ICW Global) and the Global Network of People living with HIV (GNP+) were invited to review a draft strategic framework for the global scale up of prevention of vertical transmission (PVT) through the primary prevention of HIV and the prevention of unintended pregnancies among women living with HIV. In order to ensure recommendations were based on expressed needs of people living with HIV, GNP+ and ICW Global undertook a consultation amongst people living with HIV which highlighted both facilitators and barriers to prevention services. This commentary summarizes the results of that consultation. The consultation was comprised of an online consultation (moderated chat-forum with 36 participants from 16 countries), an anonymous online e-survey (601 respondents from 58 countries), and focus-group discussions with people living with HIV in Jamaica (27 participants). The consultation highlighted the discrepancies across regions with respect to access to essential packages of PVT services. However, the consultation participants also identified common barriers to access, including a lack of trustworthy sources of information, service providers' attitudes, and gender-based violence. In addition, participant responses revealed common facilitators of access, including quality counselling on reproductive choices, male involvement, and decentralized services. The consultation provided some understanding and insight into the participants' experiences with and recommendations for PVT strategies. Participants agreed that successful, comprehensive PVT programming require greater efforts to both prevent primary HIV infection among young women and girls and, in particular, targeted efforts to ensure that women living with HIV and their partners are supported to avoid unintended pregnancies and to have safe, healthy pregnancies instead. In addition to providing the insights

  18. Long-term program up to fiscal 1993 of electric power source development

    International Nuclear Information System (INIS)

    Kawakami, Shin-ichi

    1984-01-01

    The long-term, ten years, program up to fiscal 1993 of electric power source development, determined by the Government aims at stable power supply and the expansion of utilization of petroleum-substitute energy. The annual growth in the gross national product (GNP) during the ten years was taken as about 4 %. So, the total electric power demand in fiscal 1993 is scheduled to be 731,000 million kwh, about 34 % up from 547,000 million kwh in fiscal 1983. The structure of electric power sources at the end of fiscal 1993 will be hydraulic 19.7 %, thermal 58.3 %, and nuclear 21.9 %. The development of electric power sources to be initiated in fiscal 1984 is hydraulic 500 MW, thermal 2,000 MW, and nuclear 6,000 MW. (Mori, K.)

  19. The Hydroxyl at Position C1 of Genipin Is the Active Inhibitory Group that Affects Mitochondrial Uncoupling Protein 2 in Panc-1 Cells.

    Directory of Open Access Journals (Sweden)

    Yang Yang

    Full Text Available Genipin (GNP effectively inhibits uncoupling protein 2 (UCP2, which regulates the leakage of protons across the inner mitochondrial membrane. UCP2 inhibition may induce pancreatic adenocarcinoma cell death by increasing reactive oxygen species (ROS levels. In this study, the hydroxyls at positions C10 (10-OH and C1 (1-OH of GNP were hypothesized to be the active groups that cause these inhibitory effects. Four GNP derivatives in which the hydroxyl at position C10 or C1 was replaced with other chemical groups were synthesized and isolated. Differences in the inhibitory effects of GNP and its four derivatives on pancreatic carcinoma cell (Panc-1 proliferation were assessed. The effects of GNP and its derivatives on apoptosis, UCP2 inhibition and ROS production were also studied to explore the relationship between GNP's activity and its structure. The derivatives with 1-OH substitutions, geniposide (1-GNP1 and 1-ethyl-genipin (1-GNP2 lacked cytotoxic effects, while the other derivatives that retained 1-OH, 10-piv-genipin (10-GNP1 and 10-acetic acid-genipin (10-GNP2 exerted biological effects similar to those of GNP, even in the absence of 10-OH. Thus, 1-OH is the key functional group in the structure of GNP that is responsible for GNP's apoptotic effects. These cytotoxic effects involve the induction of Panc-1 cell apoptosis through UCP2 inhibition and subsequent ROS production.

  20. The Hydroxyl at Position C1 of Genipin Is the Active Inhibitory Group that Affects Mitochondrial Uncoupling Protein 2 in Panc-1 Cells.

    Science.gov (United States)

    Yang, Yang; Yang, Yifu; Hou, Jianwei; Ding, Yue; Zhang, Tong; Zhang, Yong; Wang, Jianying; Shi, Chenchen; Fu, Wenwei; Cai, Zhenzhen

    2016-01-01

    Genipin (GNP) effectively inhibits uncoupling protein 2 (UCP2), which regulates the leakage of protons across the inner mitochondrial membrane. UCP2 inhibition may induce pancreatic adenocarcinoma cell death by increasing reactive oxygen species (ROS) levels. In this study, the hydroxyls at positions C10 (10-OH) and C1 (1-OH) of GNP were hypothesized to be the active groups that cause these inhibitory effects. Four GNP derivatives in which the hydroxyl at position C10 or C1 was replaced with other chemical groups were synthesized and isolated. Differences in the inhibitory effects of GNP and its four derivatives on pancreatic carcinoma cell (Panc-1) proliferation were assessed. The effects of GNP and its derivatives on apoptosis, UCP2 inhibition and ROS production were also studied to explore the relationship between GNP's activity and its structure. The derivatives with 1-OH substitutions, geniposide (1-GNP1) and 1-ethyl-genipin (1-GNP2) lacked cytotoxic effects, while the other derivatives that retained 1-OH, 10-piv-genipin (10-GNP1) and 10-acetic acid-genipin (10-GNP2) exerted biological effects similar to those of GNP, even in the absence of 10-OH. Thus, 1-OH is the key functional group in the structure of GNP that is responsible for GNP's apoptotic effects. These cytotoxic effects involve the induction of Panc-1 cell apoptosis through UCP2 inhibition and subsequent ROS production.

  1. A mixed-integer linear programming approach to the reduction of genome-scale metabolic networks.

    Science.gov (United States)

    Röhl, Annika; Bockmayr, Alexander

    2017-01-03

    Constraint-based analysis has become a widely used method to study metabolic networks. While some of the associated algorithms can be applied to genome-scale network reconstructions with several thousands of reactions, others are limited to small or medium-sized models. In 2015, Erdrich et al. introduced a method called NetworkReducer, which reduces large metabolic networks to smaller subnetworks, while preserving a set of biological requirements that can be specified by the user. Already in 2001, Burgard et al. developed a mixed-integer linear programming (MILP) approach for computing minimal reaction sets under a given growth requirement. Here we present an MILP approach for computing minimum subnetworks with the given properties. The minimality (with respect to the number of active reactions) is not guaranteed by NetworkReducer, while the method by Burgard et al. does not allow specifying the different biological requirements. Our procedure is about 5-10 times faster than NetworkReducer and can enumerate all minimum subnetworks in case there exist several ones. This allows identifying common reactions that are present in all subnetworks, and reactions appearing in alternative pathways. Applying complex analysis methods to genome-scale metabolic networks is often not possible in practice. Thus it may become necessary to reduce the size of the network while keeping important functionalities. We propose a MILP solution to this problem. Compared to previous work, our approach is more efficient and allows computing not only one, but even all minimum subnetworks satisfying the required properties.

  2. Several problems of algorithmization in integrated computation programs on third generation computers for short circuit currents in complex power networks

    Energy Technology Data Exchange (ETDEWEB)

    Krylov, V.A.; Pisarenko, V.P.

    1982-01-01

    Methods of modeling complex power networks with short circuits in the networks are described. The methods are implemented in integrated computation programs for short circuit currents and equivalents in electrical networks with a large number of branch points (up to 1000) on a computer with a limited on line memory capacity (M equals 4030 for the computer).

  3. Establishment of Oversea HRD Network and Operation of International Nuclear Education/Training Program

    International Nuclear Information System (INIS)

    Lee, E. J.; Min, B. J.; Han, K. W.

    2008-02-01

    The project deals with establishment of international network for human resources and the development of international nuclear education and training programs. The primary result is the establishment of KAERI International Nuclear R and D Academy as a new activity on cooperation for human resource development and building network. For this purpose, KAERI concluded the MOU with Vietnamese Universities and selected 3 students to provide Master and Ph. D. Courses in 2008. KAERI also held the 3rd World Nuclear University Summer Institute, in which some 150 international nuclear professionals attended for 6 weeks. Also, as part of regional networking, the Asian Network for Education in Nuclear Technology (ANENT) was promoted through development of a cyber platform and accomplishment the first IAEA e-training course. There were 3 kind of development activities for the international cooperation of human resources development. Firstly, the project provided training courses on nuclear energy development for the Egyptian Nuclear personnel under the bilateral cooperation. Secondly, the project published the English textbook and its lecture materials on introduction to nuclear engineering and fundamentals on OPR 1000 system technology. Lastly, the project developed a new KOICA training course on research reactor and radioisotope application technology to expand the KOICA sponsorship from 2008. The international nuclear education/training program had offered 15 courses to 314 people from 52 countries. In parallel, the project developed 11 kinds of lecturer materials and also developed 29 kinds of cyber lecturer materials. The operation of the International Nuclear Training and Education Center (INTEC) has contributed remarkably not only to the effective implementation of education/training activities of this project, but also to the promotion of other domestic and international activities of KAERI and other organizations

  4. Establishment of Oversea HRD Network and Operation of International Nuclear Education/Training Program

    Energy Technology Data Exchange (ETDEWEB)

    Lee, E. J.; Min, B. J.; Han, K. W. (and others)

    2008-02-15

    The project deals with establishment of international network for human resources and the development of international nuclear education and training programs. The primary result is the establishment of KAERI International Nuclear R and D Academy as a new activity on cooperation for human resource development and building network. For this purpose, KAERI concluded the MOU with Vietnamese Universities and selected 3 students to provide Master and Ph. D. Courses in 2008. KAERI also held the 3rd World Nuclear University Summer Institute, in which some 150 international nuclear professionals attended for 6 weeks. Also, as part of regional networking, the Asian Network for Education in Nuclear Technology (ANENT) was promoted through development of a cyber platform and accomplishment the first IAEA e-training course. There were 3 kind of development activities for the international cooperation of human resources development. Firstly, the project provided training courses on nuclear energy development for the Egyptian Nuclear personnel under the bilateral cooperation. Secondly, the project published the English textbook and its lecture materials on introduction to nuclear engineering and fundamentals on OPR 1000 system technology. Lastly, the project developed a new KOICA training course on research reactor and radioisotope application technology to expand the KOICA sponsorship from 2008. The international nuclear education/training program had offered 15 courses to 314 people from 52 countries. In parallel, the project developed 11 kinds of lecturer materials and also developed 29 kinds of cyber lecturer materials. The operation of the International Nuclear Training and Education Center (INTEC) has contributed remarkably not only to the effective implementation of education/training activities of this project, but also to the promotion of other domestic and international activities of KAERI and other organizations.

  5. OPTIMAL NETWORK TOPOLOGY DESIGN

    Science.gov (United States)

    Yuen, J. H.

    1994-01-01

    This program was developed as part of a research study on the topology design and performance analysis for the Space Station Information System (SSIS) network. It uses an efficient algorithm to generate candidate network designs (consisting of subsets of the set of all network components) in increasing order of their total costs, and checks each design to see if it forms an acceptable network. This technique gives the true cost-optimal network, and is particularly useful when the network has many constraints and not too many components. It is intended that this new design technique consider all important performance measures explicitly and take into account the constraints due to various technical feasibilities. In the current program, technical constraints are taken care of by the user properly forming the starting set of candidate components (e.g. nonfeasible links are not included). As subsets are generated, they are tested to see if they form an acceptable network by checking that all requirements are satisfied. Thus the first acceptable subset encountered gives the cost-optimal topology satisfying all given constraints. The user must sort the set of "feasible" link elements in increasing order of their costs. The program prompts the user for the following information for each link: 1) cost, 2) connectivity (number of stations connected by the link), and 3) the stations connected by that link. Unless instructed to stop, the program generates all possible acceptable networks in increasing order of their total costs. The program is written only to generate topologies that are simply connected. Tests on reliability, delay, and other performance measures are discussed in the documentation, but have not been incorporated into the program. This program is written in PASCAL for interactive execution and has been implemented on an IBM PC series computer operating under PC DOS. The disk contains source code only. This program was developed in 1985.

  6. A recurrent neural network for solving bilevel linear programming problem.

    Science.gov (United States)

    He, Xing; Li, Chuandong; Huang, Tingwen; Li, Chaojie; Huang, Junjian

    2014-04-01

    In this brief, based on the method of penalty functions, a recurrent neural network (NN) modeled by means of a differential inclusion is proposed for solving the bilevel linear programming problem (BLPP). Compared with the existing NNs for BLPP, the model has the least number of state variables and simple structure. Using nonsmooth analysis, the theory of differential inclusions, and Lyapunov-like method, the equilibrium point sequence of the proposed NNs can approximately converge to an optimal solution of BLPP under certain conditions. Finally, the numerical simulations of a supply chain distribution model have shown excellent performance of the proposed recurrent NNs.

  7. The USA National Phenology Network: A national science and monitoring program for understanding climate change

    Science.gov (United States)

    Weltzin, J.

    2009-04-01

    Patterns of phenology for plants and animals control ecosystem processes, determine land surface properties, control biosphere-atmosphere interactions, and affect food production, health, conservation, and recreation. Although phenological data and models have applications related to scientific research, education and outreach, agriculture, tourism and recreation, human health, and natural resource conservation and management, until recently there was no coordinated effort to understand phenology at the national scale in the United States. The USA National Phenology Network (USA-NPN; www.usanpn.org), established in 2007, is an emerging and exciting partnership between federal agencies, the academic community, and the general public to establish a national science and monitoring initiative focused on phenology. The first year of operation of USA-NPN produced many new phenology products and venues for phenology research and citizen involvement. Products include a new web-site (www.usanpn.org) that went live in June 2008; the web-site includes a tool for on-line data entry, and serves as a clearinghouse for products and information to facilitate research and communication related to phenology. The new core Plant Phenology Program includes profiles for 200 vetted local, regional, and national plant species with descriptions and (BBCH-consistent) monitoring protocols, as well as templates for addition of new species. A partnership program describes how other monitoring networks can engage with USA-NPN to collect, manage or disseminate phenological information for science, health, education, management or predictive service applications. Project BudBurst, a USA-NPN field campaign for citizen scientists, went live in February 2008, and now includes over 3000 registered observers monitoring 4000 plants across the nation. For 2009 and beyond, we will initiate a new Wildlife Phenology Program, create an on-line clearing-house for phenology education and outreach, strengthen

  8. FMG, RENUM, LINEL, ELLFMG, ELLP, and DIMES: Chain of programs for calculating and analyzing fluid flow through two-dimensional fracture networks -- theory and design

    International Nuclear Information System (INIS)

    Billaux, D.; Bodea, S.; Long, J.

    1988-02-01

    This report describes some of the programs developed at Lawrence Berkeley Laboratory for network modelling. By themselves, these programs form a complete chain for the study of the equivalent permeability of two-dimensional fracture networks. FMG generates the fractures considered as line discontinuities, with any desired distribution of aperture, length, and orientation. The locations of these fractures on a plane can be either specified or generated randomly. The intersections of these fractures with each other, and with the boundaries of a specified flow region, are determined, and a finite element line network is output. RENUM is a line network optimizer. Nodes very close to each other are merged, dead-ends are removed, and the nodes are then renumbered in order to minimize the bandwidth of the corresponding linear system of equations. LINEL computes the steady state flux through a mesh of line elements previously processed by program RENUM. Equivalent directional permeabilities are output. ELLFMG determines the three components of the permeability tensor which best fits the directional permeabilities output by LINEL. A measure of the goodness fit is also computed. Two plotting programs, DIMES and ELLP, help visualize the outputs of these programs. DIMES plots the line network at various stages of the process. ELLP plots the equivalent permeability results. 14 refs., 25 figs

  9. 78 FR 57845 - Notice of Availability (NOA) for Strategic Network Optimization (SNO) Program Environmental...

    Science.gov (United States)

    2013-09-20

    ... Logistics Agency, DoD. ACTION: Notice of Availability (NOA) for Strategic Network Optimization (SNO) Program Environmental Assessment. SUMMARY: The Defense Logistics Agency (DLA) announces the availability of an...-0705 during normal business hours Monday through Friday, from 8:00 a.m. to 4:30 p.m. (EST) or by email...

  10. Learning Bayesian network structure: towards the essential graph by integer linear programming tools

    Czech Academy of Sciences Publication Activity Database

    Studený, Milan; Haws, D.

    2014-01-01

    Roč. 55, č. 4 (2014), s. 1043-1071 ISSN 0888-613X R&D Projects: GA ČR GA13-20012S Institutional support: RVO:67985556 Keywords : learning Bayesian network structure * integer linear programming * characteristic imset * essential graph Subject RIV: BA - General Mathematics Impact factor: 2.451, year: 2014 http://library.utia.cas.cz/separaty/2014/MTR/studeny-0427002.pdf

  11. Security-Enhanced Autonomous Network Management for Space Networking, Phase II

    Data.gov (United States)

    National Aeronautics and Space Administration — NASA's Space Communications and Navigation (SCaN) program is integrating its three current agency networks: Space Network (SN), Deep Space Network (DSN), and Near...

  12. STICAP: A linear circuit analysis program with stiff systems capability. Volume 1: Theory manual. [network analysis

    Science.gov (United States)

    Cooke, C. H.

    1975-01-01

    STICAP (Stiff Circuit Analysis Program) is a FORTRAN 4 computer program written for the CDC-6400-6600 computer series and SCOPE 3.0 operating system. It provides the circuit analyst a tool for automatically computing the transient responses and frequency responses of large linear time invariant networks, both stiff and nonstiff (algorithms and numerical integration techniques are described). The circuit description and user's program input language is engineer-oriented, making simple the task of using the program. Engineering theories underlying STICAP are examined. A user's manual is included which explains user interaction with the program and gives results of typical circuit design applications. Also, the program structure from a systems programmer's viewpoint is depicted and flow charts and other software documentation are given.

  13. Cost-Effectiveness Analysis of Systemic Therapies in Advanced Pancreatic Cancer in the Canadian Health Care System.

    Science.gov (United States)

    Coyle, Doug; Ko, Yoo-Joung; Coyle, Kathryn; Saluja, Ronak; Shah, Keya; Lien, Kelly; Lam, Henry; Chan, Kelvin K W

    2017-04-01

    To assess the cost-effectiveness of gemcitabine (G), G + 5-fluorouracil, G + capecitabine, G + cisplatin, G + oxaliplatin, G + erlotinib, G + nab-paclitaxel (GnP), and FOLFIRINOX in the treatment of advanced pancreatic cancer from a Canadian public health payer's perspective, using data from a recently published Bayesian network meta-analysis. Analysis was conducted through a three-state Markov model and used data on the progression of disease with treatment from the gemcitabine arms of randomized controlled trials combined with estimates from the network meta-analysis for the newer regimens. Estimates of health care costs were obtained from local providers, and utilities were derived from the literature. The model estimates the effect of treatment regimens on costs and quality-adjusted life-years (QALYs) discounted at 5% per annum. At a willingness-to-pay (WTP) threshold of greater than $30,666 per QALY, FOLFIRINOX would be the most optimal regimen. For a WTP threshold of $50,000 per QALY, the probability that FOLFIRINOX would be optimal was 57.8%. There was no price reduction for nab-paclitaxel when GnP was optimal. From a Canadian public health payer's perspective at the present time and drug prices, FOLFIRINOX is the optimal regimen on the basis of the cost-effectiveness criterion. GnP is not cost-effective regardless of the WTP threshold. Copyright © 2017 International Society for Pharmacoeconomics and Outcomes Research (ISPOR). Published by Elsevier Inc. All rights reserved.

  14. Building an Online Community: Student Teachers’ Perceptions on the Advantages of Using Social Networking Services in A Teacher Education Program

    Directory of Open Access Journals (Sweden)

    Akhmad HABIBI

    2018-01-01

    Full Text Available This inquiry examined student teachers' perceptions on the advantages of using Social Networking Services (SNS in an English teacher education program at a public university in Jambi, Indonesia to ease the communication, supervision, discussion, and report submissions between supervisors and student teachers. The networking types included in the program are Whatsapp, Telegram, Email, and Google Form. The method of the research was qualitative through using focus group discussions as the technique of collecting data involving forty-two student teachers. We organized our analysis and discussion around their perceptions and the contexts in which the advantages they perceived emerge. The analyses of the texts revealed that two salient themes with their sub-themes related to the advantages of using Social Networking Services (SNS in a teacher education program were social interaction (peer discussion and platform to interact with supervisors or lecturers and learning motivation and experience supports (self-directed learning, promotes critical thinking, content engagement. Some pedagogical and social implications are also discussed.

  15. Nuclear Physics computer networking: Report of the Nuclear Physics Panel on Computer Networking

    International Nuclear Information System (INIS)

    Bemis, C.; Erskine, J.; Franey, M.; Greiner, D.; Hoehn, M.; Kaletka, M.; LeVine, M.; Roberson, R.; Welch, L.

    1990-05-01

    This paper discusses: the state of computer networking within nuclear physics program; network requirements for nuclear physics; management structure; and issues of special interest to the nuclear physics program office

  16. Sequential computation of elementary modes and minimal cut sets in genome-scale metabolic networks using alternate integer linear programming

    Energy Technology Data Exchange (ETDEWEB)

    Song, Hyun-Seob; Goldberg, Noam; Mahajan, Ashutosh; Ramkrishna, Doraiswami

    2017-03-27

    Elementary (flux) modes (EMs) have served as a valuable tool for investigating structural and functional properties of metabolic networks. Identification of the full set of EMs in genome-scale networks remains challenging due to combinatorial explosion of EMs in complex networks. It is often, however, that only a small subset of relevant EMs needs to be known, for which optimization-based sequential computation is a useful alternative. Most of the currently available methods along this line are based on the iterative use of mixed integer linear programming (MILP), the effectiveness of which significantly deteriorates as the number of iterations builds up. To alleviate the computational burden associated with the MILP implementation, we here present a novel optimization algorithm termed alternate integer linear programming (AILP). Results: Our algorithm was designed to iteratively solve a pair of integer programming (IP) and linear programming (LP) to compute EMs in a sequential manner. In each step, the IP identifies a minimal subset of reactions, the deletion of which disables all previously identified EMs. Thus, a subsequent LP solution subject to this reaction deletion constraint becomes a distinct EM. In cases where no feasible LP solution is available, IP-derived reaction deletion sets represent minimal cut sets (MCSs). Despite the additional computation of MCSs, AILP achieved significant time reduction in computing EMs by orders of magnitude. The proposed AILP algorithm not only offers a computational advantage in the EM analysis of genome-scale networks, but also improves the understanding of the linkage between EMs and MCSs.

  17. Weaving networks of responsibility: community work in development programs in rural Malawi.

    Science.gov (United States)

    Rosenthal, Anat

    2012-01-01

    The need to cope with the impact of the AIDS epidemic on communities in Africa has resulted in the emergence of numerous community health and development programs. Initiated by governments, international nongovernmental organizations (NGOs), and local organizations, such programs target local communities with the goal of building care and support mechanisms in the local level. Based on ethnographic field research in rural Malawi, and drawing from the cross-disciplinary debate on development work, the article explores the work of an NGO offering health and care programs to orphans and vulnerable children. Through analyzing the organization's scope of work, the article demonstrates how the NGO acts to structure local social networks as instruments of care and offers a new reading of the role of NGOs in which the limitations of development work and the work of NGOs are understood within their local context and not only in the context of broad cultural critique.

  18. Networking for Successful Diversity Recruiting: Creating a Highly Diverse Research Experiences for Undergraduates Program by Networking with Mentors, Faculty, and Students.

    Science.gov (United States)

    Dalbotten, D. M.; Berthelote, A.; Watts, N. B.

    2017-12-01

    Successfully recruiting for diversity begins as you plan your program and make sure that all elements of the program support diverse participation. The REU on Sustainable Land and Water Resources continues to be one of the most diverse NSF-funded Research Experience for Undergraduate Programs in the geosciences. Every aspect of the program, from recruiting, the application process, selecting participants, and the methods developed to support participant success have been scrutinized and tailored towards broadening participation. While the focus of the research has been on collaboration with Native American reservations to create community-based participatory research projects and improving access for Native American students, the PIs strive for ethnic and cultural diversity of the participants. Emphasis on networking and building relationships with minority-serving institutions has led to increasing numbers of underrepresented students applying to the REU. In 2017, a full 30% of our applications were from underrepresented groups. The authors will discuss methods for improved diversity recruiting, as well as ways to make every aspect of your program support diversity in the geosciences.

  19. An integer programming model and benchmark suite for liner shipping network design

    DEFF Research Database (Denmark)

    Løfstedt, Berit; Alvarez, Jose Fernando; Plum, Christian Edinger Munk

    effective and energy efficient liner shipping networks using operations research is huge and neglected. The implementation of logistic planning tools based upon operations research has enhanced performance of both airlines, railways and general transportation companies, but within the field of liner......Maritime transportation is accountable for 2.7% of the worlds CO2 emissions and the liner shipping industry is committed to a slow steaming policy to provide low cost and environmentally conscious global transport of goods without compromising the level of service. The potential for making cost...... along with a rich integer programming model based on the services, that constitute the fixed schedule of a liner shipping company. The model may be relaxed as well as decomposed. The design of a benchmark suite of data instances to reflect the business structure of a global liner shipping network...

  20. Generalized Fluid System Simulation Program (GFSSP) Version 6 - General Purpose Thermo-Fluid Network Analysis Software

    Science.gov (United States)

    Majumdar, Alok; Leclair, Andre; Moore, Ric; Schallhorn, Paul

    2011-01-01

    GFSSP stands for Generalized Fluid System Simulation Program. It is a general-purpose computer program to compute pressure, temperature and flow distribution in a flow network. GFSSP calculates pressure, temperature, and concentrations at nodes and calculates flow rates through branches. It was primarily developed to analyze Internal Flow Analysis of a Turbopump Transient Flow Analysis of a Propulsion System. GFSSP development started in 1994 with an objective to provide a generalized and easy to use flow analysis tool for thermo-fluid systems.

  1. Automatic compilation from high-level biologically-oriented programming language to genetic regulatory networks.

    Science.gov (United States)

    Beal, Jacob; Lu, Ting; Weiss, Ron

    2011-01-01

    The field of synthetic biology promises to revolutionize our ability to engineer biological systems, providing important benefits for a variety of applications. Recent advances in DNA synthesis and automated DNA assembly technologies suggest that it is now possible to construct synthetic systems of significant complexity. However, while a variety of novel genetic devices and small engineered gene networks have been successfully demonstrated, the regulatory complexity of synthetic systems that have been reported recently has somewhat plateaued due to a variety of factors, including the complexity of biology itself and the lag in our ability to design and optimize sophisticated biological circuitry. To address the gap between DNA synthesis and circuit design capabilities, we present a platform that enables synthetic biologists to express desired behavior using a convenient high-level biologically-oriented programming language, Proto. The high level specification is compiled, using a regulatory motif based mechanism, to a gene network, optimized, and then converted to a computational simulation for numerical verification. Through several example programs we illustrate the automated process of biological system design with our platform, and show that our compiler optimizations can yield significant reductions in the number of genes (~ 50%) and latency of the optimized engineered gene networks. Our platform provides a convenient and accessible tool for the automated design of sophisticated synthetic biological systems, bridging an important gap between DNA synthesis and circuit design capabilities. Our platform is user-friendly and features biologically relevant compiler optimizations, providing an important foundation for the development of sophisticated biological systems.

  2. Drainage network extraction from a high-resolution DEM using parallel programming in the .NET Framework

    Science.gov (United States)

    Du, Chao; Ye, Aizhong; Gan, Yanjun; You, Jinjun; Duan, Qinyun; Ma, Feng; Hou, Jingwen

    2017-12-01

    High-resolution Digital Elevation Models (DEMs) can be used to extract high-accuracy prerequisite drainage networks. A higher resolution represents a larger number of grids. With an increase in the number of grids, the flow direction determination will require substantial computer resources and computing time. Parallel computing is a feasible method with which to resolve this problem. In this paper, we proposed a parallel programming method within the .NET Framework with a C# Compiler in a Windows environment. The basin is divided into sub-basins, and subsequently the different sub-basins operate on multiple threads concurrently to calculate flow directions. The method was applied to calculate the flow direction of the Yellow River basin from 3 arc-second resolution SRTM DEM. Drainage networks were extracted and compared with HydroSHEDS river network to assess their accuracy. The results demonstrate that this method can calculate the flow direction from high-resolution DEMs efficiently and extract high-precision continuous drainage networks.

  3. Model Servqual Rule Base Asean University Network untuk Penilaian Kualitas Program Studi

    Directory of Open Access Journals (Sweden)

    Esti Wijayanti

    2016-05-01

    Full Text Available As well known that AUN (Asean University Network.AUN and ABET (Accreditation Boardb for Enginnering and Technology are non-profit organitatinon which have. AUN (Asean University Network were using variable with refer to AUN’s criteria’s there consist of fifteen which are: Expected Learning Outcomes, Programme Specification, Programme Structure and Content, Teaching and Learning Strategy, Student Assessment, Academic Staff Quality, Support Staff Quality, Student Quality, Student Advice and Support, Facilities and Infrastructure, Quality Assurance of Teaching/Learning Process, Staff Development Activities, Stakeholders Feedback, Output, Stakeholders Satisfaction,and adopted score's scale 7. In there here, we discuss the fifteen AUN’s of AUN in the criterias. There servqual of as can be into five dimensions, assurance, empathy, responsive, reliability and facilty in order to make the assessment's process easier. This research outcome indicated that this proposed method can be used to evaluate an education program. The validation result by using AUN's data and the analysis of servqual rule base Asean University Network almost have the same pattern with correlation value is 0,985 and this is can be accepted because its validity have reach 97%.

  4. Advanced Scientific Computing Research Network Requirements: ASCR Network Requirements Review Final Report

    Energy Technology Data Exchange (ETDEWEB)

    Bacon, Charles [Argonne National Lab. (ANL), Argonne, IL (United States); Bell, Greg [ESnet, Berkeley, CA (United States); Canon, Shane [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Dart, Eli [ESnet, Berkeley, CA (United States); Dattoria, Vince [Dept. of Energy (DOE), Washington DC (United States). Office of Science. Advanced Scientific Computing Research (ASCR); Goodwin, Dave [Dept. of Energy (DOE), Washington DC (United States). Office of Science. Advanced Scientific Computing Research (ASCR); Lee, Jason [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Hicks, Susan [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Holohan, Ed [Argonne National Lab. (ANL), Argonne, IL (United States); Klasky, Scott [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Lauzon, Carolyn [Dept. of Energy (DOE), Washington DC (United States). Office of Science. Advanced Scientific Computing Research (ASCR); Rogers, Jim [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Shipman, Galen [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Skinner, David [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Tierney, Brian [ESnet, Berkeley, CA (United States)

    2013-03-08

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the U.S. Department of Energy (DOE) Office of Science (SC), the single largest supporter of basic research in the physical sciences in the United States. In support of SC programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 25 years. In October 2012, ESnet and the Office of Advanced Scientific Computing Research (ASCR) of the DOE SC organized a review to characterize the networking requirements of the programs funded by the ASCR program office. The requirements identified at the review are summarized in the Findings section, and are described in more detail in the body of the report.

  5. Accurate Natural Trail Detection Using a Combination of a Deep Neural Network and Dynamic Programming.

    Science.gov (United States)

    Adhikari, Shyam Prasad; Yang, Changju; Slot, Krzysztof; Kim, Hyongsuk

    2018-01-10

    This paper presents a vision sensor-based solution to the challenging problem of detecting and following trails in highly unstructured natural environments like forests, rural areas and mountains, using a combination of a deep neural network and dynamic programming. The deep neural network (DNN) concept has recently emerged as a very effective tool for processing vision sensor signals. A patch-based DNN is trained with supervised data to classify fixed-size image patches into "trail" and "non-trail" categories, and reshaped to a fully convolutional architecture to produce trail segmentation map for arbitrary-sized input images. As trail and non-trail patches do not exhibit clearly defined shapes or forms, the patch-based classifier is prone to misclassification, and produces sub-optimal trail segmentation maps. Dynamic programming is introduced to find an optimal trail on the sub-optimal DNN output map. Experimental results showing accurate trail detection for real-world trail datasets captured with a head mounted vision system are presented.

  6. Declarative Networking

    CERN Document Server

    Loo, Boon Thau

    2012-01-01

    Declarative Networking is a programming methodology that enables developers to concisely specify network protocols and services, which are directly compiled to a dataflow framework that executes the specifications. Declarative networking proposes the use of a declarative query language for specifying and implementing network protocols, and employs a dataflow framework at runtime for communication and maintenance of network state. The primary goal of declarative networking is to greatly simplify the process of specifying, implementing, deploying and evolving a network design. In addition, decla

  7. Changes in Social Capital and Networks: A Study of Community-Based Environmental Management through a School-Centered Research Program

    Science.gov (United States)

    Thornton, Teresa; Leahy, Jessica

    2012-01-01

    Social network analysis (SNA) is a social science research tool that has not been applied to educational programs. This analysis is critical to documenting the changes in social capital and networks that result from community based K-12 educational collaborations. We review SNA and show an application of this technique in a school-centered,…

  8. Graphite nanoplatelets-modified PLA/PCL: Effect of blend ratio and nanofiller localization on structure and properties.

    Science.gov (United States)

    Kelnar, Ivan; Kratochvíl, Jaroslav; Kaprálková, Ludmila; Zhigunov, Alexander; Nevoralová, Martina

    2017-07-01

    Structure and properties of poly(lactic acid) (PLA)/poly (ɛ-caprolactone) (PCL) influenced by graphite nanoplatelets (GNP) were studied in dependence on blend composition. Electron microscopy indicates predominant localization of GNP in PCL. GNP-induced changes in viscosity hinder refinement of PCL inclusions, support PCL continuity in the co-continuous system, and lead to reduction of PLA inclusions size without GNP being present at the interface in the PCL-matrix blend. Negligible differences in crystallinity of both phases indicate that mechanical behaviour is mainly influenced by reinforcement and GNP-induced changes in morphology. Addition of 5 parts of GNP leads to ~40% and ~25% increase of stiffness in the PCL- and PLA-matrix systems, respectively, whereas the reinforcing effect is practically eliminated in the co-continuous systems due to GNP-induced lower continuity of PLA which enhances toughness. Impact resistance of the 80/20 blend shows increase with 5 parts content due to synergistic effect of PCL/GNP stacks, whereas minor increase in the blend of the ductile PCL matrix with brittle PLA inclusions is caused by GNP-modification of the component parameters. Results indicate high potential of GNP in preparing biocompatible systems with wide range of structure and properties. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. Exposure of the blue mussel, Mytilus edulis, to gold nanoparticles and the pro-oxidant menadione.

    Science.gov (United States)

    Tedesco, Sara; Doyle, Hugh; Blasco, Julian; Redmond, Gareth; Sheehan, David

    2010-03-01

    Relatively little is known about how gold nanoparticles (GNP) might interact in vivo with marine organisms. Mytilus edulis was exposed (24h) to approximately 15 nm GNP, menadione and both compounds simultaneously (GNP/menadione). GNP was detected by inductively coupled plasma-optical emission spectroscopy mainly in digestive gland of samples exposed to GNP though not GNP/menadione, perhaps due to impaired feeding. Thioredoxin reductase activity and malondialdehyde levels were determined in all tissues. Thioredoxin reductase inhibition was detected only in digestive gland exposed to menadione whilst malondialdehyde levels did not vary in response to treatment in all tissues. GNP caused a decrease in the reduced/oxidized glutathione ratio in digestive gland, but no difference was found in other tissues or for other treatments. One dimensional electrophoresis of proteins containing thiol groups was performed in all tissues and revealed a reduction in protein thiols for all treatments in digestive gland. Two dimensional electrophoresis of digestive gland extracts, from GNP and control groups, showed decreased levels of thiol proteins in response to GNP which we attribute to oxidation. Our results suggest that GNP causes a modest level of oxidative stress sufficient to oxidize thiols in glutathione and proteins but without causing lipid peroxidation or induction of thioredoxin reductase activity.

  10. Improving Dispersion and Barrier Properties of Polyketone/Graphene Nanoplatelet Composites via Noncovalent Functionalization Using Aminopyrene.

    Science.gov (United States)

    Cho, Jaehyun; Jeon, Ikseong; Kim, Seong Yun; Lim, Soonho; Jho, Jae Young

    2017-08-23

    A series of polyketone (PK) nanocomposite films with varying content of noncovalently functionalized graphene nanoplatelet with 1-aminopyrene (GNP/APy) is prepared by solution blending with a solvent of hexafluoro-2-propanol. GNP/APy, prepared by a facile method, can effectively induce specific interaction such as hydrogen bonding between the amine functional group of GNP/APy and the carbonyl functional group of the PK matrix. With comparison of GNP and GNP/Py as reference materials, intensive investigation on filler-matrix interaction is achieved. In addition, the dispersion state of the functionalized GNP (f-GNPs; GNP/Py and GNP/APy) in the PK matrix is analyzed by three-dimensional nondestructive X-ray microcomputed tomography, and the increased dispersion state of those fillers results in significant improvement in the water vapor transmission rate (WVTR). The enhancement in WVTR of the PK/GNP/APy nanocomposite film at 1 wt % loading of filler leads to a barrier performance approximately 2 times larger compared to that of PK/GNP nanocomposite film and an approximately 92% reduction in WVTR compared to the case of pristine PK film. We expect that this facile method of graphene functionalization to enhance graphene dispersibility as well as interfacial interaction with the polymer matrix will be widely utilized to expand the potential of graphene materials to barrier film applications.

  11. Synthesis of CaCrO{sub 4} powders for the cathode material of the thermal battery by GNP and electrochemical characteristics of Ca/LiCl-KCl/CaCrO{sub 4} thermal battery system

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Whung Whoe

    2000-04-01

    Thermal batteries are one of the devices employing solid electrolyte that are not nonconductive at ambient temperature, and activated by electrochemical reaction when the sufficient heat is supplied to electrolyte to melt. The demand of thermal batteries would be increased because it is cost effective and highly reliable in that no maintenance is necessary, electric power can be generated as necessary and no self discharge unlike the other primary batteries. These thermal batteries are used to the military purposes and satellite communication systems and as an emergency power sources, applied to the important places where power supply should not be interrupted, such as hospital, powder plants, ships and portable communication devices. Therefore, the purpose of this study was focused to obtain the manufacturing technologies of thermal battery on our own, after manufacturing the CaCrO{sub 4} produced by GNP and investigating the electrochemical characteristics of Ca/LiCl-KCl+CaCrO{sub 4}/Ni.

  12. A Linear Programming Approach to Routing Control in Networks of Constrained Nonlinear Positive Systems with Concave Flow Rates

    Science.gov (United States)

    Arneson, Heather M.; Dousse, Nicholas; Langbort, Cedric

    2014-01-01

    We consider control design for positive compartmental systems in which each compartment's outflow rate is described by a concave function of the amount of material in the compartment.We address the problem of determining the routing of material between compartments to satisfy time-varying state constraints while ensuring that material reaches its intended destination over a finite time horizon. We give sufficient conditions for the existence of a time-varying state-dependent routing strategy which ensures that the closed-loop system satisfies basic network properties of positivity, conservation and interconnection while ensuring that capacity constraints are satisfied, when possible, or adjusted if a solution cannot be found. These conditions are formulated as a linear programming problem. Instances of this linear programming problem can be solved iteratively to generate a solution to the finite horizon routing problem. Results are given for the application of this control design method to an example problem. Key words: linear programming; control of networks; positive systems; controller constraints and structure.

  13. Networking between community health programs: a case study outlining the effectiveness, barriers and enablers.

    Science.gov (United States)

    Grills, Nathan J; Robinson, Priscilla; Phillip, Maneesh

    2012-07-19

    In India, since the 1990s, there has been a burgeoning of NGOs involved in providing primary health care. This has resulted in a complex NGO-Government interface which is difficult for lone NGOs to navigate. The Uttarakhand Cluster, India, links such small community health programs together to build NGO capacity, increase visibility and better link to the government schemes and the formal healthcare system. This research, undertaken between 1998 and 2011, aims to examine barriers and facilitators to such linking, or clustering, and the effectiveness of this clustering approach. Interviews, indicator surveys and participant observation were used to document the process and explore the enablers, the barriers and the effectiveness of networks improving community health. The analysis revealed that when activating, framing, mobilising and synthesizing the Uttarakhand Cluster, key brokers and network players were important in bridging between organisations. The ties (or relationships) that held the cluster together included homophily around common faith, common friendships and geographical location and common mission. Self interest whereby members sought funds, visibility, credibility, increased capacity and access to trainings was also a commonly identified motivating factor for networking. Barriers to network synthesizing included lack of funding, poor communication, limited time and lack of human resources. Risk aversion and mistrust remained significant barriers to overcome for such a network. In conclusion, specific enabling factors allowed the clustering approach to be effective at increasing access to resources, creating collaborative opportunities and increasing visibility, credibility and confidence of the cluster members. These findings add to knowledge regarding social network formation and collaboration, and such knowledge will assist in the conceptualisation, formation and success of potential health networks in India and other developing world countries.

  14. ESnet Program Plan 1994

    Energy Technology Data Exchange (ETDEWEB)

    Merola, S.

    1994-11-01

    This Program Plan characterizes ESnet with respect to the current and future needs of Energy Research programs for network infrastructure, services, and development. In doing so, this document articulates the vision and recommendations of the ESnet Steering Committee regarding ESnet`s development and its support of computer networking facilities and associated user services. To afford the reader a perspective from which to evaluate the ever-increasing utility of networking to the Energy Research community, we have also provided a historical overview of Energy Research networking. Networking has become an integral part of the work of DOE principal investigators, and this document is intended to assist the Office of Scientific Computing in ESnet program planning and management, including prioritization and funding. In particular, we identify the new directions that ESnet`s development and implementation will take over the course of the next several years. Our basic goal is to ensure that the networking requirements of the respective scientific programs within Energy Research are addressed fairly. The proliferation of regional networks and additional network-related initiatives by other Federal agencies is changing the process by which we plan our own efforts to serve the DOE community. ESnet provides the Energy Research community with access to many other peer-level networks and to a multitude of other interconnected network facilities. ESnet`s connectivity and relationship to these other networks and facilities are also described in this document. Major Office of Energy Research programs are managed and coordinated by the Office of Basic Energy Sciences, the Office of High Energy and Nuclear Physics, the Office of Magnetic Fusion Energy, the Office of Scientific Computing, and the Office of Health and Environmental Research. Summaries of these programs are presented, along with their functional and technical requirements for wide-area networking.

  15. ESnet Program Plan 1994

    International Nuclear Information System (INIS)

    Merola, S.

    1994-01-01

    This Program Plan characterizes ESnet with respect to the current and future needs of Energy Research programs for network infrastructure, services, and development. In doing so, this document articulates the vision and recommendations of the ESnet Steering Committee regarding ESnet's development and its support of computer networking facilities and associated user services. To afford the reader a perspective from which to evaluate the ever-increasing utility of networking to the Energy Research community, we have also provided a historical overview of Energy Research networking. Networking has become an integral part of the work of DOE principal investigators, and this document is intended to assist the Office of Scientific Computing in ESnet program planning and management, including prioritization and funding. In particular, we identify the new directions that ESnet's development and implementation will take over the course of the next several years. Our basic goal is to ensure that the networking requirements of the respective scientific programs within Energy Research are addressed fairly. The proliferation of regional networks and additional network-related initiatives by other Federal agencies is changing the process by which we plan our own efforts to serve the DOE community. ESnet provides the Energy Research community with access to many other peer-level networks and to a multitude of other interconnected network facilities. ESnet's connectivity and relationship to these other networks and facilities are also described in this document. Major Office of Energy Research programs are managed and coordinated by the Office of Basic Energy Sciences, the Office of High Energy and Nuclear Physics, the Office of Magnetic Fusion Energy, the Office of Scientific Computing, and the Office of Health and Environmental Research. Summaries of these programs are presented, along with their functional and technical requirements for wide-area networking

  16. Linear programming model to construct phylogenetic network for 16S rRNA sequences of photosynthetic organisms and influenza viruses.

    Science.gov (United States)

    Mathur, Rinku; Adlakha, Neeru

    2014-06-01

    Phylogenetic trees give the information about the vertical relationships of ancestors and descendants but phylogenetic networks are used to visualize the horizontal relationships among the different organisms. In order to predict reticulate events there is a need to construct phylogenetic networks. Here, a Linear Programming (LP) model has been developed for the construction of phylogenetic network. The model is validated by using data sets of chloroplast of 16S rRNA sequences of photosynthetic organisms and Influenza A/H5N1 viruses. Results obtained are in agreement with those obtained by earlier researchers.

  17. Sequential computation of elementary modes and minimal cut sets in genome-scale metabolic networks using alternate integer linear programming.

    Science.gov (United States)

    Song, Hyun-Seob; Goldberg, Noam; Mahajan, Ashutosh; Ramkrishna, Doraiswami

    2017-08-01

    Elementary (flux) modes (EMs) have served as a valuable tool for investigating structural and functional properties of metabolic networks. Identification of the full set of EMs in genome-scale networks remains challenging due to combinatorial explosion of EMs in complex networks. It is often, however, that only a small subset of relevant EMs needs to be known, for which optimization-based sequential computation is a useful alternative. Most of the currently available methods along this line are based on the iterative use of mixed integer linear programming (MILP), the effectiveness of which significantly deteriorates as the number of iterations builds up. To alleviate the computational burden associated with the MILP implementation, we here present a novel optimization algorithm termed alternate integer linear programming (AILP). Our algorithm was designed to iteratively solve a pair of integer programming (IP) and linear programming (LP) to compute EMs in a sequential manner. In each step, the IP identifies a minimal subset of reactions, the deletion of which disables all previously identified EMs. Thus, a subsequent LP solution subject to this reaction deletion constraint becomes a distinct EM. In cases where no feasible LP solution is available, IP-derived reaction deletion sets represent minimal cut sets (MCSs). Despite the additional computation of MCSs, AILP achieved significant time reduction in computing EMs by orders of magnitude. The proposed AILP algorithm not only offers a computational advantage in the EM analysis of genome-scale networks, but also improves the understanding of the linkage between EMs and MCSs. The software is implemented in Matlab, and is provided as supplementary information . hyunseob.song@pnnl.gov. Supplementary data are available at Bioinformatics online. Published by Oxford University Press 2017. This work is written by US Government employees and are in the public domain in the US.

  18. Optimum topology for radial networks by using evolutionary computer programming; Topologia optima de redes radiais utilizando programacao evolucionaria

    Energy Technology Data Exchange (ETDEWEB)

    Pinto, Joao Luis [Instituto de Engenhariade Sistemas e Computadores (INESC), Porto (Portugal). E-mail: jpinto@duque.inescn.pt; Proenca, Luis Miguel [Instituto Superior de Linguas e Administracao (ISLA), Gaia (Portugal). E-mail: lproenca@inescn.pt

    1999-07-01

    This paper describes the using of Evolutionary Programming techniques for determination of the radial electric network topology, considering investment costs and losses. The work aims to demonstrate the particular easiness of coding and implementation and the parallelism implicit to the method as well, giving outstanding performance levels. As test example, a 43 bars and 75 alternative lines network has been used by describing an implementation of the algorithm in an Object Oriented platform.

  19. Boolean network identification from perturbation time series data combining dynamics abstraction and logic programming.

    Science.gov (United States)

    Ostrowski, M; Paulevé, L; Schaub, T; Siegel, A; Guziolowski, C

    2016-11-01

    Boolean networks (and more general logic models) are useful frameworks to study signal transduction across multiple pathways. Logic models can be learned from a prior knowledge network structure and multiplex phosphoproteomics data. However, most efficient and scalable training methods focus on the comparison of two time-points and assume that the system has reached an early steady state. In this paper, we generalize such a learning procedure to take into account the time series traces of phosphoproteomics data in order to discriminate Boolean networks according to their transient dynamics. To that end, we identify a necessary condition that must be satisfied by the dynamics of a Boolean network to be consistent with a discretized time series trace. Based on this condition, we use Answer Set Programming to compute an over-approximation of the set of Boolean networks which fit best with experimental data and provide the corresponding encodings. Combined with model-checking approaches, we end up with a global learning algorithm. Our approach is able to learn logic models with a true positive rate higher than 78% in two case studies of mammalian signaling networks; for a larger case study, our method provides optimal answers after 7min of computation. We quantified the gain in our method predictions precision compared to learning approaches based on static data. Finally, as an application, our method proposes erroneous time-points in the time series data with respect to the optimal learned logic models. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  20. Building an Online Community: Student Teachers' Perceptions on the Advantages of Using Social Networking Services in a Teacher Education Program

    Science.gov (United States)

    Habibi, Akhmad; Mukinin, Amirul; Riyanto, Yatim; Prasohjo, Lantip Diat; Sulistiyo, Urip; Sofwan, Muhammad; Saudagar, Ferdiaz

    2018-01-01

    This inquiry examined student teachers' perceptions on the advantages of using Social Networking Services (SNS) in an English teacher education program at a public university in Jambi, Indonesia to ease the communication, supervision, discussion, and report submissions between supervisors and student teachers. The networking types included in the…

  1. Extinction, emission, and scattering spectroscopy of 5-50 nm citrate-coated gold nanoparticles: An argument for curvature effects on aggregation

    Science.gov (United States)

    Esfahani, Milad Rabbani; Pallem, Vasanta L.; Stretz, Holly A.; Wells, Martha J. M.

    2017-03-01

    The interaction of macromolecules with gold nanoparticles (GNPs) is of interest in the emerging field of biomedical and environmental detection devices. However, the physicochemical properties, including spectra, of GNPs in aqueous solution in the absence of metal-macromolecular interactions must first be considered before their activity in biological and environmental systems can be understood. The specific objective of this research was to experimentally illuminate the role of nanoparticle core size on the spectral (simultaneous consideration of extinction, emission, and scattering) versus aggregation behaviors of citrate-coated GNPs (CT-GNPs). It is difficult to find in the literature systematic simultaneous presentation of scattering, emission, and extinction spectra, including the UV range, and thus the present work will aid those who would use such particles for spectroscopic related separations or sensors. The spectroscopic behavior of CT-GNPs with different core sizes (5, 10, 30, and 50 nm) was studied in ultra-pure water at pH 6.0-6.5 employing UV-visible extinction, excitation-emission matrix (EEM), resonance Rayleigh scattering, and dynamic light scattering (DLS) spectroscopies. The CT-GNP-5 and CT-GNP-10 samples aggregated, absorbed light, and emitted light. In contrast, the CT-GNP-30 and CT-GNP-50 samples did not aggregate and did not emit light, but scattered light intensely. Multimodal peaks were observed in the intensity-based DLS spectra of CT-GNP-5 and CT-GNP-10 samples. Monomodal peaks in the volume-based DLS spectra overestimated particle diameters by 60% and 30% for the CT-GNP-5 and CT-GNP-10 samples, respectively, but underestimated diameters by 10% and 4% for the CT-GNP-30 and CT-GNP-50 samples. The volume-based DLS spectra indicated that dimer and trimer aggregates contributed most to the overall volume of particles in the 5- and 10-nm CT-GNPs, whereas the CT-GNP-30 and CT-GNP-50 samples did not aggregate. Here, we discuss the potential

  2. The Pharmacogenomics Research Network Translational Pharmacogenetics Program: Overcoming Challenges of Real-World Implementation

    Science.gov (United States)

    Shuldiner, AR; Relling, MV; Peterson, JF; Hicks, JK; Freimuth, RR; Sadee, W; Pereira, NL; Roden, DM; Johnson, JA; Klein, TE

    2013-01-01

    The pace of discovery of potentially actionable pharmacogenetic variants has increased dramatically in recent years. However, the implementation of this new knowledge for individualized patient care has been slow. The Pharmacogenomics Research Network (PGRN) Translational Pharmacogenetics Program seeks to identify barriers and develop real-world solutions to implementation of evidence-based pharmacogenetic tests in diverse health-care settings. Dissemination of the resulting toolbox of “implementation best practices” will prove useful to a broad audience. PMID:23588301

  3. Biofabrication of broad range antibacterial and antibiofilm silver nanoparticles.

    Science.gov (United States)

    Qayyum, Shariq; Khan, Asad Ullah

    2016-10-01

    Silver nanoparticles (AgNPs) were biosynthesized via a green route using ten different plants extracts (GNP1- Caryota urens , GNP2- Pongamia glabra , GNP3- Hamelia patens , GNP4- Thevetia peruviana , GNP5- Calendula officinalis , GNP6- Tectona grandis , GNP7- Ficus petiolaris , GNP8- Ficus busking , GNP9- Juniper communis, GNP10- Bauhinia purpurea ). AgNPs were tested against drug resistant microbes and their biofilms. These nanoparticles (NPs) were characterised using UV-vis spectroscopy, transmission electron microscope, Fourier transform infrared spectroscopy, X-ray diffraction and Image J software. Most of the AgNPs were distributed over a range of 1 of 60 nm size. The results indicated that AgNPs were antibacterial in nature without differentiating between resistant or susceptible strains. Moreover, the effect was more prominent on Gram negative bacteria then Gram positive bacteria and fungus. AgNPs inhibited various classes of microbes with different concentration. It was also evident from the results that the origin or nature of extract did not affect the activity of the NPs. Protein and carbohydrate leakage assays confirmed that the cells lysis is one of the main mechanisms for the killing of microbes by green AgNPs. This study suggests that the action of AgNPs on microbial cells resulted into cell lysis and DNA damage. Excellent microbial biofilm inhibition was also seen by these green AgNPs. AgNPs have proved their candidature as a potential antibacterial and antibiofilm agent against MDR microbes.

  4. Tuning TiO2 nanoparticle morphology in graphene-TiO2 hybrids by graphene surface modification

    Science.gov (United States)

    Sordello, Fabrizio; Zeb, Gul; Hu, Kaiwen; Calza, Paola; Minero, Claudio; Szkopek, Thomas; Cerruti, Marta

    2014-05-01

    We report the hydrothermal synthesis of graphene (GNP)-TiO2 nanoparticle (NP) hybrids using COOH and NH2 functionalized GNP as a shape controller. Anatase was the only TiO2 crystalline phase nucleated on the functionalized GNP, whereas traces of rutile were detected on unfunctionalized GNP. X-Ray Photoelectron spectroscopy (XPS) showed C-Ti bonds on all hybrids, thus confirming heterogeneous nucleation. GNP functionalization induced the nucleation of TiO2 NPs with specific shapes and crystalline facets exposed. COOH functionalization directed the synthesis of anatase truncated bipyramids, bonded to graphene sheets via the {101} facets, while NH2 functionalization induced the formation of belted truncated bipyramids, bonded to graphene via the {100} facets. Belted truncated bipyramids formed on unfunctionalized GNP too, however the NPs were more irregular and rounded. These effects were ascribed to pH variations in the proximity of the functionalized GNP sheets, due to the high density of COOH or NH2 groups. Because of the different reactivity of anatase {100} and {101} crystalline facets, we hypothesize that the hybrid materials will behave differently as photocatalysts, and that the COOH-GNP-TiO2 hybrids will be better photocatalysts for water splitting and H2 production.We report the hydrothermal synthesis of graphene (GNP)-TiO2 nanoparticle (NP) hybrids using COOH and NH2 functionalized GNP as a shape controller. Anatase was the only TiO2 crystalline phase nucleated on the functionalized GNP, whereas traces of rutile were detected on unfunctionalized GNP. X-Ray Photoelectron spectroscopy (XPS) showed C-Ti bonds on all hybrids, thus confirming heterogeneous nucleation. GNP functionalization induced the nucleation of TiO2 NPs with specific shapes and crystalline facets exposed. COOH functionalization directed the synthesis of anatase truncated bipyramids, bonded to graphene sheets via the {101} facets, while NH2 functionalization induced the formation of belted

  5. Effect of the Network Structure and Programming Temperature on the Shape-Memory Response of Thiol-Epoxy “Click” Systems

    Directory of Open Access Journals (Sweden)

    Alberto Belmonte

    2015-10-01

    Full Text Available This paper presents a new methodology to develop “thiol-epoxy” shape-memory polymers (SMPs with enhanced mechanical properties in a simple and efficient manner via “click” chemistry by using thermal latent initiators. The shape-memory response (SMR, defined by the mechanical capabilities of the SMP (high ultimate strength and strain, the shape-fixation and the recovery of the original shape (shape-recovery, was analyzed on thiol-epoxy systems by varying the network structure and programming temperature. The glass transition temperature (Tg and crosslinking density were modified using 3- or 4- functional thiol curing agents and different amounts of a rigid triglycidyl isocyanurate compound. The relationship between the thermo-mechanical properties, network structure and the SMR was evidenced by means of qualitative and quantitative analysis. The influence of the programming temperature (Tprog on the SMR was also analyzed in detail. The results demonstrate the possibility of tailoring SMPs with enhanced mechanical capabilities and excellent SMR, and intend to provide a better insight into the relationship between the network structure properties, programming temperature and the SMR of unconstrained (stress-free systems; thus, making it easier to decide between different SMP and to define the operative parameters in the useful life.

  6. Curriculum Framework (CF) Implementation Conference. Report of the Regional Educational Laboratory Network Program and the National Network of Eisenhower Mathematics and Science Regional Consortia (Hilton Head Island, South Carolina, January 26-27, 1995).

    Science.gov (United States)

    Palmer, Jackie; Powell, Mary Jo

    The Laboratory Network Program and the National Network of Eisenhower Mathematics and Science Regional Consortia, operating as the Curriculum Frameworks Task Force, jointly convened a group of educators involved in implementing state-level mathematics or science curriculum frameworks (CF). The Hilton Head (South Carolina) conference had a dual…

  7. NP Science Network Requirements

    Energy Technology Data Exchange (ETDEWEB)

    Dart, Eli [Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA (United States); Rotman, Lauren [Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA (United States); Tierney, Brian [Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA (United States)

    2011-08-26

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the U.S. Department of Energy (DOE) Office of Science (SC), the single largest supporter of basic research in the physical sciences in the United States. To support SC programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years. In August 2011, ESnet and the Office of Nuclear Physics (NP), of the DOE SC, organized a workshop to characterize the networking requirements of the programs funded by NP. The requirements identified at the workshop are summarized in the Findings section, and are described in more detail in the body of the report.

  8. Networking between community health programs: a case study outlining the effectiveness, barriers and enablers

    Directory of Open Access Journals (Sweden)

    Grills Nathan J

    2012-07-01

    Full Text Available Abstract Background In India, since the 1990s, there has been a burgeoning of NGOs involved in providing primary health care. This has resulted in a complex NGO-Government interface which is difficult for lone NGOs to navigate. The Uttarakhand Cluster, India, links such small community health programs together to build NGO capacity, increase visibility and better link to the government schemes and the formal healthcare system. This research, undertaken between 1998 and 2011, aims to examine barriers and facilitators to such linking, or clustering, and the effectiveness of this clustering approach. Methods Interviews, indicator surveys and participant observation were used to document the process and explore the enablers, the barriers and the effectiveness of networks improving community health. Results The analysis revealed that when activating, framing, mobilising and synthesizing the Uttarakhand Cluster, key brokers and network players were important in bridging between organisations. The ties (or relationships that held the cluster together included homophily around common faith, common friendships and geographical location and common mission. Self interest whereby members sought funds, visibility, credibility, increased capacity and access to trainings was also a commonly identified motivating factor for networking. Barriers to network synthesizing included lack of funding, poor communication, limited time and lack of human resources. Risk aversion and mistrust remained significant barriers to overcome for such a network. Conclusions In conclusion, specific enabling factors allowed the clustering approach to be effective at increasing access to resources, creating collaborative opportunities and increasing visibility, credibility and confidence of the cluster members. These findings add to knowledge regarding social network formation and collaboration, and such knowledge will assist in the conceptualisation, formation and success of

  9. Effects of equipment performance on data quality from the National Atmospheric Deposition Program/National Trends Network and the Mercury Deposition Network

    Science.gov (United States)

    Wetherbee, Gregory A.; Rhodes, Mark F.

    2013-01-01

    The U.S. Geological Survey Branch of Quality Systems operates the Precipitation Chemistry Quality Assurance project (PCQA) to provide independent, external quality-assurance for the National Atmospheric Deposition Program (NADP). NADP is composed of five monitoring networks that measure the chemical composition of precipitation and ambient air. PCQA and the NADP Program Office completed five short-term studies to investigate the effects of equipment performance with respect to the National Trends Network (NTN) and Mercury Deposition Network (MDN) data quality: sample evaporation from NTN collectors; sample volume and mercury loss from MDN collectors; mercury adsorption to MDN collector glassware, grid-type precipitation sensors for precipitation collectors, and the effects of an NTN collector wind shield on sample catch efficiency. Sample-volume evaporation from an NTN Aerochem Metrics (ACM) collector ranged between 1.1–33 percent with a median of 4.7 percent. The results suggest that weekly NTN sample evaporation is small relative to sample volume. MDN sample evaporation occurs predominantly in western and southern regions of the United States (U.S.) and more frequently with modified ACM collectors than with N-CON Systems Inc. collectors due to differences in airflow through the collectors. Variations in mercury concentrations, measured to be as high as 47.5 percent per week with a median of 5 percent, are associated with MDN sample-volume loss. Small amounts of mercury are also lost from MDN samples by adsorption to collector glassware irrespective of collector type. MDN 11-grid sensors were found to open collectors sooner, keep them open longer, and cause fewer lid cycles than NTN 7-grid sensors. Wind shielding an NTN ACM collector resulted in collection of larger quantities of precipitation while also preserving sample integrity.

  10. Programming of the appetite-regulating neural network: a link between maternal overnutrition and the programming of obesity?

    Science.gov (United States)

    Mühlhäusler, B S

    2007-01-01

    The concept of a functional foetal "appetite regulatory neural network" is a new and potentially critical one. There is a growing body of evidence showing that the nutritional environment to which the foetus is exposed during prenatal and perinatal development has long-term consequences for the function of the appetite-regulating neural network and therefore the way in which an individual regulates energy balance throughout later life. This is of particular importance in the context of evidence obtained from a wide range of epidemiological studies, which have shown that individuals exposed to an elevated nutrient supply before birth have an increased risk of becoming obese as children and adults. This review summarises the key pieces of experimental evidence, by our group and others, that have contributed to our current understanding of the programming of appetite, and highlights the important questions that are yet to be answered. It is clear that this area of research has the potential to generate, within the next few years, interventions that could begin to alleviate the adverse long-term consequences of being exposed to an elevated nutrient supply before birth.

  11. A Bi-Level Programming Model for the Railway Express Cargo Service Network Design Problem

    Directory of Open Access Journals (Sweden)

    Boliang Lin

    2018-06-01

    Full Text Available Service network design is fundamentally crucial for railway express cargo transportation. The main challenge is to strike a balance between two conflicting objectives: low network setup costs and high expected operational incomes. Different configurations of these objectives will have different impacts on the quality of freight transportation services. In this paper, a bi-level programming model for the railway express cargo service network design problem is proposed. The upper-level model forms the optimal decisions in terms of the service characteristics, and the low-level model selects the service arcs for each commodity. The rail express cargo is strictly subject to the service commitment, the capacity restriction, flow balance constraints, and logical relationship constraints among the decisions variables. Moreover, linearization techniques are used to convert the lower-level model to a linear one so that it can be directly solved by a standard optimization solver. Finally, a real-world case study based on the Beijing–Guangzhou Railway Line is carried out to demonstrate the effectiveness and efficiency of the proposed solution approach.

  12. A Highly Active and Alcohol-Tolerant Cathode Electrocatalyst Containing Ag Nanoparticles Supported on Graphene

    International Nuclear Information System (INIS)

    Jiang, Rongzhong; Moton, Elizabeth; McClure, Joshua P.; Bowers, Zachary

    2014-01-01

    A highly active oxygen reduction reaction (ORR) catalyst was synthesized by supporting Ag nano-particles on graphene nano platelets (Ag/GNP) via ultrasound treatment. The Ag/GNP catalyzes the O 2 molecule through a 4-electron reduction to water in 0.1 M KOH electrolyte. The half-wave potential for the ORR on Ag/GNP is similar to a Pt black coated electrode (i.e -0.27 V at Ag/GNP, and -0.18 V at 40% Pt/C vs.SCE). The kinetic rate for the ORR on Ag/GNP is 3.16 × 10 −2 cm · s −1 at -0.4 V vs. SCE. The effect of alcohols and other impurities on the ORR catalytic activity for Ag/GNP was examined and found to be highly tolerant to methanol, ethanol and ethylene glycol. The Ag/GNP catalyst is also tolerant to tetraalkyl ammonium hydroxides; i.e. functional groups related to the chemical structure of common alkaline electrolyte membranes

  13. Reactor Network Synthesis Using Coupled Genetic Algorithm with the Quasi-linear Programming Method

    OpenAIRE

    Soltani, H.; Shafiei, S.; Edraki, J.

    2016-01-01

    This research is an attempt to develop a new procedure for the synthesis of reactor networks (RNs) using a genetic algorithm (GA) coupled with the quasi-linear programming (LP) method. The GA is used to produce structural configuration, whereas continuous variables are handled using a quasi-LP formulation for finding the best objective function. Quasi-LP consists of LP together with a search loop to find the best reactor conversions (xi), as well as split and recycle ratios (yi). Quasi-LP rep...

  14. Identifying diabetes knowledge network nodes as sites for a diabetes prevention program.

    Science.gov (United States)

    Gesler, Wilbert M; Arcury, Thomas A; Skelly, Anne H; Nash, Sally; Soward, April; Dougherty, Molly

    2006-12-01

    This paper reports on the methods used and results of a study that identified specific places within a community that have the potential to be sites for a diabetes prevention program. These sites, termed diabetes knowledge network nodes (DKNNs), are based on the concept of socio-spatial knowledge networks (SSKNs), the web of social relationships within which people obtain knowledge about type 2 diabetes. The target population for the study was working poor African Americans, Latinos, and European Americans of both sexes in a small rural southern town who had not been diagnosed with diabetes. Information was collected from a sample of 121 respondents on the places they visited in carrying out their daily activities. Data on number of visits to specific sites, degree of familiarity with these sites, and ratings of sites as places to receive diabetes information were used to develop three categories of DKNNs for six subgroups based on ethnicity and sex. Primary potential sites of importance to one or more subgroups included churches, grocery stores, drugstores, the local library, a beauty salon, laundromats, a community service agency, and a branch of the County Health Department. Secondary potential sites included gas stations, restaurants, banks, and post offices. Latent potential sites included three medical facilities. Most of the DKNNs were located either in the downtown area or in one of two shopping areas along the most used highway that passed through the town. The procedures used in this study can be generalized to other communities and prevention programs for other chronic diseases.

  15. Computer Program Newsletter No. 7

    International Nuclear Information System (INIS)

    Magnuson, W.G. Jr.

    1982-09-01

    This issue of the Computer Program Newsletter updates an earlier newsletter (Number 2, September 1979) and focuses on electrical network analysis computer programs. In particular, five network analysis programs (SCEPTRE, SPICE2, NET2, CALAHAN, and EMTP) will be described. The objective of this newsletter will be to provide a very brief description of the input syntax and semantics for each program, highlight their strong and weak points, illustrate how the programs are run at Lawrence Livermore National Laboratory using the Octopus computer network, and present examples of input for each of the programs to illustrate some of the features of each program. In a sense, this newsletter can be used as a quick reference guide to the programs

  16. The spectral positioning algorithm of new spectrum vehicle based on convex programming in wireless sensor network

    Science.gov (United States)

    Zhang, Yongjun; Lu, Zhixin

    2017-10-01

    Spectrum resources are very precious, so it is increasingly important to locate interference signals rapidly. Convex programming algorithms in wireless sensor networks are often used as localization algorithms. But in view of the traditional convex programming algorithm is too much overlap of wireless sensor nodes that bring low positioning accuracy, the paper proposed a new algorithm. Which is mainly based on the traditional convex programming algorithm, the spectrum car sends unmanned aerial vehicles (uses) that can be used to record data periodically along different trajectories. According to the probability density distribution, the positioning area is segmented to further reduce the location area. Because the algorithm only increases the communication process of the power value of the unknown node and the sensor node, the advantages of the convex programming algorithm are basically preserved to realize the simple and real-time performance. The experimental results show that the improved algorithm has a better positioning accuracy than the original convex programming algorithm.

  17. BES Science Network Requirements

    Energy Technology Data Exchange (ETDEWEB)

    Biocca, Alan; Carlson, Rich; Chen, Jackie; Cotter, Steve; Tierney, Brian; Dattoria, Vince; Davenport, Jim; Gaenko, Alexander; Kent, Paul; Lamm, Monica; Miller, Stephen; Mundy, Chris; Ndousse, Thomas; Pederson, Mark; Perazzo, Amedeo; Popescu, Razvan; Rouson, Damian; Sekine, Yukiko; Sumpter, Bobby; Dart, Eli; Wang, Cai-Zhuang -Z; Whitelam, Steve; Zurawski, Jason

    2011-02-01

    The Energy Sciences Network (ESnet) is the primary provider of network connectivityfor the US Department of Energy Office of Science (SC), the single largest supporter of basic research in the physical sciences in the United States. In support of the Office ofScience programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years.

  18. BES Science Network Requirements

    International Nuclear Information System (INIS)

    Dart, Eli; Tierney, Brian; Biocca, A.; Carlson, R.; Chen, J.; Cotter, S.; Dattoria, V.; Davenport, J.; Gaenko, A.; Kent, P.; Lamm, M.; Miller, S.; Mundy, C.; Ndousse, T.; Pederson, M.; Perazzo, A.; Popescu, R.; Rouson, D.; Sekine, Y.; Sumpter, B.; Wang, C.-Z.; Whitelam, S.; Zurawski, J.

    2011-01-01

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the US Department of Energy Office of Science (SC), the single largest supporter of basic research in the physical sciences in the United States. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years.

  19. Practical neural network recipies in C++

    CERN Document Server

    Masters

    2014-01-01

    This text serves as a cookbook for neural network solutions to practical problems using C++. It will enable those with moderate programming experience to select a neural network model appropriate to solving a particular problem, and to produce a working program implementing that network. The book provides guidance along the entire problem-solving path, including designing the training set, preprocessing variables, training and validating the network, and evaluating its performance. Though the book is not intended as a general course in neural networks, no background in neural works is assum

  20. Harvesting and wood transport planning with SNAP III program (Scheduling and Network Analysis Program in a pine plantation in Southeast Brazil

    Directory of Open Access Journals (Sweden)

    Lopes Eduardo da Silva

    2003-01-01

    Full Text Available The objective of this study was to verify the potential of SNAP III (Scheduling and Network Analysis Program as a support tool for harvesting and wood transport planning in Brazil harvesting subsystem definition and establishment of a compatible route were assessed. Initially, machine operational and production costs were determined in seven subsystems for the study area, and quality indexes, construction and maintenance costs of forest roads were obtained and used as SNAP III program input data. The results showed, that three categories of forest road occurrence were observed in the study area: main, secondary and tertiary which, based on quality index, allowed a medium vehicle speed of about 41, 30 and 24 km/hours and a construction cost of about US$ 5,084.30, US$ 2,275.28 and US$ 1,650.00/km, respectively. The SNAP III program used as a support tool for the planning, was found to have a high potential tool in the harvesting and wood transport planning. The program was capable of defining efficiently, the harvesting subsystem on technical and economical basis, the best wood transport route and the forest road to be used in each period of the horizon planning.

  1. QoS Differential Scheduling in Cognitive-Radio-Based Smart Grid Networks: An Adaptive Dynamic Programming Approach.

    Science.gov (United States)

    Yu, Rong; Zhong, Weifeng; Xie, Shengli; Zhang, Yan; Zhang, Yun

    2016-02-01

    As the next-generation power grid, smart grid will be integrated with a variety of novel communication technologies to support the explosive data traffic and the diverse requirements of quality of service (QoS). Cognitive radio (CR), which has the favorable ability to improve the spectrum utilization, provides an efficient and reliable solution for smart grid communications networks. In this paper, we study the QoS differential scheduling problem in the CR-based smart grid communications networks. The scheduler is responsible for managing the spectrum resources and arranging the data transmissions of smart grid users (SGUs). To guarantee the differential QoS, the SGUs are assigned to have different priorities according to their roles and their current situations in the smart grid. Based on the QoS-aware priority policy, the scheduler adjusts the channels allocation to minimize the transmission delay of SGUs. The entire transmission scheduling problem is formulated as a semi-Markov decision process and solved by the methodology of adaptive dynamic programming. A heuristic dynamic programming (HDP) architecture is established for the scheduling problem. By the online network training, the HDP can learn from the activities of primary users and SGUs, and adjust the scheduling decision to achieve the purpose of transmission delay minimization. Simulation results illustrate that the proposed priority policy ensures the low transmission delay of high priority SGUs. In addition, the emergency data transmission delay is also reduced to a significantly low level, guaranteeing the differential QoS in smart grid.

  2. Design and Evaluation of the User-Adapted Program Scheduling system based on Bayesian Network and Constraint Satisfaction

    Science.gov (United States)

    Iwasaki, Hirotoshi; Sega, Shinichiro; Hiraishi, Hironori; Mizoguchi, Fumio

    In recent years, lots of music content can be stored in mobile computing devices, such as a portable digital music player and a car navigation system. Moreover, various information content like news or traffic information can be acquired always anywhere by a cellular communication and a wireless LAN. However, usability issues arise from the simple interfaces of mobile computing devices. Moreover, retrieving and selecting such content poses safety issues, especially while driving. Thus, it is important for the mobile system to recommend content automatically adapted to user's preference and situation. In this paper, we present the user-adapted program scheduling that generates sequences of content (Program) suiting user's preference and situation based on the Bayesian network and the Constraint Satisfaction Problem (CSP) technique. We also describe the design and evaluation of its realization system, the Personal Program Producer (P3). First, preference such as a genre ratio of content in a program is learned as a Bayesian network model using simple operations such as a skip behavior. A model including each content tends to become large-scale. In order to make it small, we present the model separation method that carries out losslessly compression of the model. Using the model, probabilistic distributions of preference to generate constraints are inferred. Finally satisfying the constraints, a program is produced. This kind of CSP has an issue of which the number of variables is not fixedness. In order to make it variable, we propose a method using metavariables. To evaluate the above methods, we applied them to P3 on a car navigation system. User evaluations helped us clarify that the P3 can produce the program that a user prefers and adapt it to the user.

  3. Use of social networking for dental hygiene program recruitment.

    Science.gov (United States)

    Ennis, Rachel S

    2011-01-01

    Social networking has become a popular and effective means of communication used by students in the millennial generation. Academic admissions officers are beginning to utilize social networking methods for recruitment of students. However, the dental hygiene literature has reported little information about the use of social networking for recruitment strategies. This paper describes one institutions' process of creating and implementing a social network site for prospective and current students.

  4. lpNet: a linear programming approach to reconstruct signal transduction networks.

    Science.gov (United States)

    Matos, Marta R A; Knapp, Bettina; Kaderali, Lars

    2015-10-01

    With the widespread availability of high-throughput experimental technologies it has become possible to study hundreds to thousands of cellular factors simultaneously, such as coding- or non-coding mRNA or protein concentrations. Still, extracting information about the underlying regulatory or signaling interactions from these data remains a difficult challenge. We present a flexible approach towards network inference based on linear programming. Our method reconstructs the interactions of factors from a combination of perturbation/non-perturbation and steady-state/time-series data. We show both on simulated and real data that our methods are able to reconstruct the underlying networks fast and efficiently, thus shedding new light on biological processes and, in particular, into disease's mechanisms of action. We have implemented the approach as an R package available through bioconductor. This R package is freely available under the Gnu Public License (GPL-3) from bioconductor.org (http://bioconductor.org/packages/release/bioc/html/lpNet.html) and is compatible with most operating systems (Windows, Linux, Mac OS) and hardware architectures. bettina.knapp@helmholtz-muenchen.de Supplementary data are available at Bioinformatics online. © The Author 2015. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  5. Advancing Health Professions Education Research by Creating a Network of Networks.

    Science.gov (United States)

    Carney, Patricia A; Brandt, Barbara; Dekhtyar, Michael; Holmboe, Eric S

    2018-02-27

    Producing the best evidence to show educational outcomes, such as competency achievement and credentialing effectiveness, across the health professions education continuum will require large multisite research projects and longitudinal studies. Current limitations that must be overcome to reach this goal include the prevalence of single-institution study designs, assessments of a single curricular component, and cross-sectional study designs that provide only a snapshot in time of a program or initiative rather than a longitudinal perspective.One solution to overcoming these limitations is to develop a network of networks that collaborates, using longitudinal approaches, across health professions and regions of the United States. Currently, individual networks are advancing educational innovation toward understanding the effectiveness of educational and credentialing programs. Examples of such networks include: (1) the American Medical Association's Accelerating Change in Medical Education initiative, (2) the National Center for Interprofessional Practice and Education, and (3) the Accreditation Council for Graduate Medical Education's Accreditation System. In this Invited Commentary, the authors briefly profile these existing networks, identify their progress and the challenges they have encountered, and propose a vigorous way forward toward creating a national network of networks designed to determine the effectiveness of health professions education and credentialing.

  6. The Afya Bora Fellowship: An Innovative Program Focused on Creating an Interprofessional Network of Leaders in Global Health.

    Science.gov (United States)

    Green, Wendy M; Farquhar, Carey; Mashalla, Yohana

    2017-09-01

    Most current health professions education programs are focused on the development of clinical skills. As a result, they may not address the complex and interconnected nature of global health. Trainees require relevant clinical, programmatic, and leadership skills to meet the challenges of practicing in an increasingly globalized environment. To develop health care leaders within sub-Saharan Africa, the Afya Bora Consortium developed a one-year fellowship for medical doctors and nurses. Fellows from nine institutions in the United States and sub-Saharan Africa participate in 12 learning modules focused on leadership development and program management. Classroom-based training is augmented with an experiential apprenticeship component. Since 2011, 100 fellows have graduated from the program. During their apprenticeships, fellows developed projects beneficial to their development and to host organizations. The program has developed fellows' skills in leadership, lent expertise to local organizations, and built knowledge in local contexts. Most fellows have returned to their countries of origin, thus building local capacity. U.S.-based fellows examine global health challenges from regional perspectives and learn from sub-Saharan African experts and peers. The Consortium provides ongoing support to alumni through career development awards and alumni network engagement with current and past fellow cohorts. The Consortium expanded from its initial network of five countries to six and continues to seek opportunities for geographical and institutional expansion.

  7. An assessment of African lion Panthera leo sociality via social network analysis: prerelease monitoring for an ex situ reintroduction program.

    Science.gov (United States)

    Dunston, Emma J; Abell, Jackie; Doyle, Rebecca E; Kirk, Jacqui; Hilley, Victoria B; Forsyth, Andrew; Jenkins, Emma; Freire, Rafael

    2017-06-01

    The wild population of the African lion Panthera leo continues to decline, requiring alternate conservation programs to be considered. One such program is ex situ reintroduction. Prior to release, long-term monitoring and assessment of behavior is required to determine whether prides and coalitions behave naturally and are sufficiently adapted to a wild environment. Social network analysis (SNA) can be used to provide insight into how the pride as a whole and individuals within it, function. Our study was conducted upon 2 captive-origin prides who are part of an ex situ reintroduction program, and 1 wild pride of African lion. Social interactions were collected at all occurrence for each pride and categorized into greet, social grooming, play, and aggression. Betweenness centrality showed that offspring in each pride were central to the play network, whereas degree indicated that adults received (indegree) the greatest number of overall social interactions, and the adult males of each pride were least likely to initiate (outdegree) any interactions. Through the assessment of individual centrality and degree values, a social keystone adult female was identified for each pride. Social network results indicated that the 2 captive-origin prides had formed cohesive social units and possessed relationships and behaviors comparable with the wild pride for the studied behaviors. This study provided the first SNA comparison between captive-bred origin and a wild pride of lions, providing valuable information on individual and pride sociality, critical for determining the success of prides within an ex situ reintroduction program.

  8. An assessment of African lion Panthera leo sociality via social network analysis: prerelease monitoring for an ex situ reintroduction program

    Science.gov (United States)

    Abell, Jackie; Doyle, Rebecca E.; Kirk, Jacqui; Hilley, Victoria B.; Forsyth, Andrew; Jenkins, Emma; Freire, Rafael

    2017-01-01

    Abstract The wild population of the African lion Panthera leo continues to decline, requiring alternate conservation programs to be considered. One such program is ex situ reintroduction. Prior to release, long-term monitoring and assessment of behavior is required to determine whether prides and coalitions behave naturally and are sufficiently adapted to a wild environment. Social network analysis (SNA) can be used to provide insight into how the pride as a whole and individuals within it, function. Our study was conducted upon 2 captive-origin prides who are part of an ex situ reintroduction program, and 1 wild pride of African lion. Social interactions were collected at all occurrence for each pride and categorized into greet, social grooming, play, and aggression. Betweenness centrality showed that offspring in each pride were central to the play network, whereas degree indicated that adults received (indegree) the greatest number of overall social interactions, and the adult males of each pride were least likely to initiate (outdegree) any interactions. Through the assessment of individual centrality and degree values, a social keystone adult female was identified for each pride. Social network results indicated that the 2 captive-origin prides had formed cohesive social units and possessed relationships and behaviors comparable with the wild pride for the studied behaviors. This study provided the first SNA comparison between captive-bred origin and a wild pride of lions, providing valuable information on individual and pride sociality, critical for determining the success of prides within an ex situ reintroduction program. PMID:29491989

  9. The Community Environmental Monitoring Program in the 21st Century: The Evolution of a Monitoring Network

    International Nuclear Information System (INIS)

    Hartwell, W.T.; Tappen, J.; Karr, L.

    2007-01-01

    This paper focuses on the evolution of the various operational aspects of the Community Environmental Monitoring Program (CEMP) network following the transfer of program administration from the U.S. Environmental Protection Agency (EPA) to the Desert Research Institute (DRI) of the Nevada System of Higher Education in 1999-2000. The CEMP consists of a network of 29 fixed radiation and weather monitoring stations located in Nevada, Utah, and California. Its mission is to involve stakeholders directly in monitoring for airborne radiological releases to the off site environment as a result of past or ongoing activities on the Nevada Test Site (NTS) and to make data as transparent and accessible to the general public as feasible. At its inception in 1981, the CEMP was a cooperative project of the U.S. Department of Energy (DOE), DRI, and EPA. In 1999-2000, technical administration of the CEMP transitioned from EPA to DRI. Concurrent with and subsequent to this transition, station and program operations underwent significant enhancements that furthered the mission of the program. These enhancements included the addition of a full suite of meteorological instrumentation, state-of-the-art electronic data collectors, on-site displays, and communications hardware. A public website was developed. Finally, the DRI developed a mobile monitoring station that can be operated entirely on solar power in conjunction with a deep-cell battery, and includes all meteorological sensors and a pressurized ion chamber for detecting background gamma radiation. Final station configurations have resulted in the creation of a platform that is well suited for use as an in-field multi-environment test-bed for prototype environmental sensors and in interfacing with other scientific and educational programs. Recent and near-future collaborators have included federal, state, and local agencies in both the government and private sectors. The CEMP also serves as a model for other programs wishing to

  10. SU-E-T-63: A Preliminary Study of Gold Nanoparticles Enhanced Cone Beam Computed Tomography

    International Nuclear Information System (INIS)

    Chen, K; Sha, H; Yang, Y

    2015-01-01

    Purpose: Gold nanoparticles (GNPs) have potential of being used as a new-generation contrast agent to enhance CT imaging of cancer. This feasibility study is to determine the GNP concentration required to provide sufficient image contrast in small animal cone beam CT (CBCT) imaging. Methods: The GNPs used are nanorods with 10nm diameter and 44nm length. A 50µl GNP colloid with an original GNP concentration of 3.6mg/ml was diluted to five different concentrations at 2.4, 2.1, 2.0, 1.9 and 1.8mg/ml, respectively. The GNP colloid was enclosed in a 150µl vial, and the GNP colloid vial was submerged in a water bottle for CBCT. CBCTs were acquired with x-ray energy of 65kVp and tube current of 1.5mA. In addition, to evaluate the optimal x-ray energy for GNP detection in CBCT, the GNP colloid of 1.8mg/ml was also imaged at x-ray energy of 45kVp and 85kVp. Regions of interest were placed in axial CBCT slices contouring the GNP colloid volume and a same volume in the surrounding water to calculate the signal and contrast. Results: For the GNP colloid at concentrations of 3.6, 2.4, 2.1, 2.0, 1.9 and 1.8mg/ml, the image contrasts between GNP colloid and water were 68±4, 33±4, 23±3, 20±3, 13±4, and 10±3 HU, respectively. At 1.8mg/ml concentration level, the image contrasts were 16±3 and 7±4 HU, respectively, when the x-ray energy was set at 45kVp and 85kVp. Conclusion: The minimal GNP concentration required on our small animal CBCT was estimated to be around 1.8mg/ml due to the fact that the minimum image contrast for adequate differentiation in CT is about 8 HU. CBCT at lower x-ray energy, i.e. 45kVp, can provide better image contrast than at higher energies, i.e., 65kVp and 85kVp. A study of GNP enhanced CBCT for in vivo small animal imaging is ongoing efforts in our group

  11. The African Field Epidemiology Network-Networking for effective field epidemiology capacity building and service delivery

    Science.gov (United States)

    Gitta, Sheba Nakacubo; Mukanga, David; Babirye, Rebecca; Dahlke, Melissa; Tshimanga, Mufuta; Nsubuga, Peter

    2011-01-01

    Networks are a catalyst for promoting common goals and objectives of their membership. Public Health networks in Africa are crucial, because of the severe resource limitations that nations face in dealing with priority public health problems. For a long time, networks have existed on the continent and globally, but many of these are disease-specific with a narrow scope. The African Field Epidemiology Network (AFENET) is a public health network established in 2005 as a non-profit networking alliance of Field Epidemiology and Laboratory Training Programs (FELTPs) and Field Epidemiology Training Programs (FETPs) in Africa. AFENET is dedicated to helping ministries of health in Africa build strong, effective and sustainable programs and capacity to improve public health systems by partnering with global public health experts. The Network's goal is to strengthen field epidemiology and public health laboratory capacity to contribute effectively to addressing epidemics and other major public health problems in Africa. AFENET currently networks 12 FELTPs and FETPs in sub-Saharan Africa with operations in 20 countries. AFENET has a unique tripartite working relationship with government technocrats from human health and animal sectors, academicians from partner universities, and development partners, presenting the Network with a distinct vantage point. Through the Network, African nations are making strides in strengthening their health systems. Members are able to: leverage resources to support field epidemiology and public health laboratory training and service delivery notably in the area of outbreak investigation and response as well as disease surveillance; by-pass government bureaucracies that often hinder and frustrate development partners; and consolidate efforts of different partners channelled through the FELTPs by networking graduates through alumni associations and calling on them to offer technical support in various public health capacities as the need arises

  12. An approach for recreation suitability analysis to recreation planning in Gölcük Nature Park.

    Science.gov (United States)

    Gül, Atila; Orücü, M Kamil; Karaca, Oznur

    2006-05-01

    Gölcük Nature Park (GNP) is an area protected by law in Turkey. It is an important nature park with rich flora, fauna, geomorphologic forms, landscape features, and recreational potential in the region. However, GNP does not have a recreation management plan. The purpose of this study was to determine the actual natural, cultural, and visual resources of GNP, determine the most suitable recreational sites with multiple factors, evaluate the demands and tendencies of visitors, and suggest recreational activities and facilities for the most suitable sites of GNP. However, it was also conceived as leading to a recreational plan and design of GNP in the future and identifying the entire appropriate and current data of GNP with the creation of various maps. This study used multifactor analysis to determine the most suitable recreation sites of GNP. Used recreation factors were established including degree of slope, proximity to water resources, accessibility, elevation, vegetation, soil, climate, aspect, current cultural facilities, visual values, and some limiting factors in accordance with the characteristics of GNP. Weighting and suitability values of factors were determined by 30 local expert surveys. All obtained data were evaluated and integrated in the Geographical Information Systems base. Obtained maps were overlapped. Thus, recreational suitability zones map were created manually. However, the demands and behaviours from visitor surveys in GNP were focused on the most suitable recreation sites of the park. Finally, 10% of GNP was identified as the most suitable sites for recreational use. Various recreational facilities and activities (including picnicking, sports facilities and playgrounds, camping sites, walking paths, food and local outlets, etc.) were recommended for nine of the most suitable areas on the proposed recreational map.

  13. Operationalization of Software-Defined Networks (SDN) Program Review

    Data.gov (United States)

    Networking and Information Technology Research and Development, Executive Office of the President — U.S. federal investments in networking research and technologies deployment have fostered and accelerated the development of the Internet from its inception. It is...

  14. The Use of Underground Research Laboratories to Support Repository Development Programs. A Roadmap for the Underground Research Facilities Network.

    Energy Technology Data Exchange (ETDEWEB)

    MacKinnon, Robert J. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2015-10-26

    Under the auspices of the International Atomic Energy Agency (IAEA), nationally developed underground research laboratories (URLs) and associated research institutions are being offered for use by other nations. These facilities form an Underground Research Facilities (URF) Network for training in and demonstration of waste disposal technologies and the sharing of knowledge and experience related to geologic repository development, research, and engineering. In order to achieve its objectives, the URF Network regularly sponsors workshops and training events related to the knowledge base that is transferable between existing URL programs and to nations with an interest in developing a new URL. This report describes the role of URLs in the context of a general timeline for repository development. This description includes identification of key phases and activities that contribute to repository development as a repository program evolves from an early research and development phase to later phases such as construction, operations, and closure. This information is cast in the form of a matrix with the entries in this matrix forming the basis of the URF Network roadmap that will be used to identify and plan future workshops and training events.

  15. Energy-aware virtual network embedding in flexi-grid optical networks

    Science.gov (United States)

    Lin, Rongping; Luo, Shan; Wang, Haoran; Wang, Sheng; Chen, Bin

    2018-01-01

    Virtual network embedding (VNE) problem is to map multiple heterogeneous virtual networks (VN) on a shared substrate network, which mitigate the ossification of the substrate network. Meanwhile, energy efficiency has been widely considered in the network design. In this paper, we aim to solve the energy-aware VNE problem in flexi-grid optical networks. We provide an integer linear programming (ILP) formulation to minimize the power increment of each arriving VN request. We also propose a polynomial-time heuristic algorithm where virtual links are embedded sequentially to keep a reasonable acceptance ratio and maintain a low energy consumption. Numerical results show the functionality of the heuristic algorithm in a 24-node network.

  16. Irradiation of gold nanoparticles by x-rays: Monte Carlo simulation of dose enhancements and the spatial properties of the secondary electrons production.

    Science.gov (United States)

    Leung, Michael K K; Chow, James C L; Chithrani, B Devika; Lee, Martin J G; Oms, Barbara; Jaffray, David A

    2011-02-01

    The aim of this study is to understand the characteristics of secondary electrons generated from the interaction of gold nanoparticles (GNPs) with x-rays as a function of nanoparticle size and beam energy and thereby further the understanding of GNP-enhanced radiotherapy. The effective range, deflection angle, dose deposition, energy, and interaction processes of electrons produced from the interaction of x-rays with a GNP were calculated by Monte Carlo simulations. The GEANT4 code was used to simulate and track electrons generated from a 2, 50, and 100 nm diameter GNP when it is irradiated with a 50 kVp, 250 kVp, cobalt-60, and 6 MV photon beam in water. When a GNP was present, depending on the beam energies used, secondary electron production was increased by 10- to 2000-fold compared to an absence of a GNP. Low-energy photon beams were much more efficient at interacting with the GNP by two to three orders of magnitude compared to MV energies and increased the deflection angle. GNPs with larger diameters also contributed more dose. The majority of the energy deposition was outside the GNP, rather than self-absorbed by the nanoparticle. The mean effective range of electron tracks for the beams tested ranged from approximately 3 microm to 1 mm. These simulated results yield important insights concerning the spatial distributions and elevated dose in GNP-enhanced radiotherapy. The authors conclude that the irradiation of GNP at lower photon energies will be more efficient for cell killing. This conclusion is consistent with published studies.

  17. Fusion Energy Sciences Network Requirements

    Energy Technology Data Exchange (ETDEWEB)

    Dart, Eli [ESNet, Berkeley, CA (United States); Tierney, Brian [ESNet, Berkeley, CA (United States)

    2012-09-26

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the U.S. Department of Energy Office of Science, the single largest supporter of basic research in the physical sciences in the United States. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 25 years. In December 2011, ESnet and the Office of Fusion Energy Sciences (FES), of the DOE Office of Science (SC), organized a workshop to characterize the networking requirements of the programs funded by FES. The requirements identified at the workshop are summarized in the Findings section, and are described in more detail in the body of the report.

  18. Optimal placement of capacitors in a radial network using conic and mixed integer linear programming

    Energy Technology Data Exchange (ETDEWEB)

    Jabr, R.A. [Electrical, Computer and Communication Engineering Department, Notre Dame University, P.O. Box: 72, Zouk Mikhael, Zouk Mosbeh (Lebanon)

    2008-06-15

    This paper considers the problem of optimally placing fixed and switched type capacitors in a radial distribution network. The aim of this problem is to minimize the costs associated with capacitor banks, peak power, and energy losses whilst satisfying a pre-specified set of physical and technical constraints. The proposed solution is obtained using a two-phase approach. In phase-I, the problem is formulated as a conic program in which all nodes are candidates for placement of capacitor banks whose sizes are considered as continuous variables. A global solution of the phase-I problem is obtained using an interior-point based conic programming solver. Phase-II seeks a practical optimal solution by considering capacitor sizes as discrete variables. The problem in this phase is formulated as a mixed integer linear program based on minimizing the L1-norm of deviations from the phase-I state variable values. The solution to the phase-II problem is obtained using a mixed integer linear programming solver. The proposed method is validated via extensive comparisons with previously published results. (author)

  19. Using Active Networking to Detect and Troubleshoot Issues in Tactical Data Networks

    Science.gov (United States)

    2014-06-01

    networking (SDN) paradigm, which has gained popularity in recent years, has its roots in the idea of programmable networks [6]. By extending the...278–289, Aug. 2011. 67 [13] M. Hicks, P. Kakkar, J. T. Moore, C. A. Gunter, and S. Nettles , “Plan: A programming language for active networks,” ACM

  20. Less is More: A Comparison of Antibody-Gold Nanoparticle Conjugates of Different Ratios.

    Science.gov (United States)

    Byzova, Nadezhda A; Safenkova, Irina V; Slutskaya, Elvira S; Zherdev, Anatoly V; Dzantiev, Boris B

    2017-11-15

    This comprehensive study is related to gold nanoparticles (GNPs) conjugated with antibodies. The goal of the study is to determine the minimal concentration of antibodies for conjugate synthesis when the conjugates have high antigen-capturing activity. Two systems were studied: gold nanoparticles conjugated with monoclonal antibodies (mAb-GNP) specific to Helicobacter pylori and gold nanoparticles conjugated with polyclonal antibodies (pAb-GNP) specific to mouse immunoglobulins. Several conjugates were synthesized with different GNP-to-antibody molar ratios (from 1:1 to 1:245) through nondirectional and noncovalent immobilization on a surface of GNPs with a diameter of 25.3 ± 4.6 nm. The maximal antigen-capturing activities and equilibrium constants of the conjugates correlate with the formation of a constant hydrodynamic radius of the conjugates for mAb-GNP (GNP to antibody molar ratio 1:58) and with the stabilizing concentration by flocculation curves for pAb-GNP (GNP to antibody molar ratio 1:116). The application of the conjugates to the lateral flow immunoassay shows that the antibody concentrations used for the conjugation can be reduced (below the stabilizing concentration) without losing activity for the mAb-GNP conjugates. The findings highlight that the optimal concentration of antibodies immobilized on the surface of GNPs is not always equal to the stabilizing concentration determined by the flocculation curve.

  1. Using Gelatin Nanoparticle Mediated Intranasal Delivery of Neuropeptide Substance P to Enhance Neuro-Recovery in Hemiparkinsonian Rats.

    Directory of Open Access Journals (Sweden)

    Ying-Zheng Zhao

    Full Text Available Intranasal administration of phospholipid-based gelatin nanoparticles (GNP was prepared to investigate the neuro-recovery effects of neuropeptide Substance P (SP on hemiparkinsonian rats.The SP-loaded gelatin nanoparticles (SP-GNP were prepared by a water-in-water emulsion method and possessed high stability, encapsulating efficiency and loading capacity. PC-12 cells were used to examine the growth enhancement of SP-GNP in vitro by MTT assays and flow cytometry (FCM. The therapeutic effects of SP-GNP on 6-hydroxydopamine (6-OHDA induced hemiparkinsonian rats were assessed by quantifying rotational behavior and the levels of tyrosine hydroxylase (TH, phosphorylated c-Jun protein (p-c-Jun and Caspase-3 (Cas-3 expressed in substantia nigra (SN region of hemiparkinsonian rats.PC-12 cells under SP-GNP treatment showed better cell viability and lower degree of apoptosis than those under SP solution treatment. Hemiparkinsonian rats under intranasal SP-GNP administration demonstrated better behavioral improvement, higher level of TH in SN along with much lower extent of p-c-Jun and Cas-3 than those under intranasal SP solution administration and intravenous SP-GNP administration.With the advantages of GNP and nose-to-brain pathway, SP can be effectively delivered into the damaged SN region and exhibit its neuro-recovery function through the inhibition on JNK pathway and dopaminergic neuron apoptosis.

  2. Thermophysical Properties of High-Frequency Induction Heat Sintered Graphene Nanoplatelets/Alumina Ceramic Functional Nanocomposites

    Science.gov (United States)

    Ahmad, Iftikhar; Subhani, Tayyab; Wang, Nannan; Zhu, Yanqiu

    2018-05-01

    This paper concerns the thermophysical properties of high-frequency induction heat (HFIH) sintered alumina ceramic nanocomposites containing various graphene nanoplatelets (GNP) concentrations. The GNP/alumina nanocomposites demonstrated high densities, fine-grained microstructures, highest fracture toughness and hardness values of 5.7 MPa m1/2 and 18.4 GPa, which found 72 and 8%, superior to the benchmarked monolithic alumina, respectively. We determine the role of GNP in tuning the microstructure and inducing toughening mechanisms in the nanocomposites. The sintered monolithic alumina exhibited thermal conductivity value of 24.8 W/mK; however, steady drops of 2, 15 and 19% were recorded after adding respective GNP contents of 0.25, 0.5 and 1.0 wt.% in the nanocomposites. In addition, a dwindling trend in thermal conductions with increasing temperatures was recorded for all sintered samples. Simulation of experimental results with proven theoretical thermal models showed the dominant role of GNP dispersions, microstructural porosity, elastic modulus and grain size in controlling the thermal transport properties of the GNP/alumina nanocomposites. Thermogravimetric analysis showed that the nanocomposite with up to 0.5 mass% of GNP is thermally stable at the temperatures greater than 875 °C. The GNP/alumina nanocomposites owning a distinctive combination of mechanical and thermal properties are promising contenders for the specific components of the aerospace engine and electronic devices having contact with elevated temperatures.

  3. Strengthening mechanism in graphene nanoplatelets reinforced aluminum composite fabricated through spark plasma sintering

    Energy Technology Data Exchange (ETDEWEB)

    Bisht, Ankita [Biomaterials and Multiscale Mechanics Laboratory, Department of Metallurgical and Materials Engineering, Indian Institute of Technology Roorkee, Uttarakhand 247667 (India); Srivastava, Mukul [Biomaterials and Multiscale Mechanics Laboratory, Department of Metallurgical and Materials Engineering, Indian Institute of Technology Roorkee, Uttarakhand 247667 (India); Nanomaterials and Applications Laboratory, Department of Metallurgical and Materials Engineering, Indian Institute of Technology Roorkee, Uttarakhand 247667 (India); Kumar, R. Manoj [Biomaterials and Multiscale Mechanics Laboratory, Department of Metallurgical and Materials Engineering, Indian Institute of Technology Roorkee, Uttarakhand 247667 (India); Lahiri, Indranil [Nanomaterials and Applications Laboratory, Department of Metallurgical and Materials Engineering, Indian Institute of Technology Roorkee, Uttarakhand 247667 (India); Lahiri, Debrupa, E-mail: dlahifmt@iitr.ac.in [Biomaterials and Multiscale Mechanics Laboratory, Department of Metallurgical and Materials Engineering, Indian Institute of Technology Roorkee, Uttarakhand 247667 (India)

    2017-05-17

    Graphene nanoplatelets (GNP) reinforced aluminum matrix composites, with ≤5 wt% GNP content, were synthesized by spark plasma sintering (SPS). GNPs were found to withstand severe conditions of high pressure and temperature during processing. Strength of composite was observed to be depending on the content and uniform dispersion of GNP in aluminum matrix, as verified by scanning electron micrographs. X-ray diffraction analysis confirmed that no reaction products exist at Al-GNP interface in significant amount. Instrumented indentation studies revealed improvement in hardness by 21.4% with 1 wt% GNP. This is due to the presence of stronger reinforcement, which provides high resistance to matrix against deformation. Improvement in yield strength and tensile strength was 84.5% and 54.8%, respectively, with 1 wt% GNP reinforcement. Properties deteriorated at higher concentration due to agglomeration of GNP. Reinforcing effect of GNPs, in terms of strengthening of composite, is found to be dominated by Orowan strengthening mechanism. Pinning of grains boundaries by GNPs led to uniform grain size distribution in the composites structure. Overall, graphene reinforcement has offered 86% improvement in specific strength of aluminum matrix.

  4. Biological and Environmental Research Network Requirements

    Energy Technology Data Exchange (ETDEWEB)

    Balaji, V. [Princeton Univ., NJ (United States). Earth Science Grid Federation (ESGF); Boden, Tom [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Cowley, Dave [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Dart, Eli [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States). ESNet; Dattoria, Vince [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States). ESNet; Desai, Narayan [Argonne National Lab. (ANL), Argonne, IL (United States); Egan, Rob [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Foster, Ian [Argonne National Lab. (ANL), Argonne, IL (United States); Goldstone, Robin [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Gregurick, Susan [U.S. Dept. of Energy, Washington, DC (United States). Biological Systems Science Division; Houghton, John [U.S. Dept. of Energy, Washington, DC (United States). Biological and Environmental Research (BER) Program; Izaurralde, Cesar [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Johnston, Bill [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States). ESNet; Joseph, Renu [U.S. Dept. of Energy, Washington, DC (United States). Climate and Environmental Sciences Division; Kleese-van Dam, Kerstin [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Lipton, Mary [Pacific Northwest National Lab. (PNNL), Richland, WA (United States); Monga, Inder [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States). ESNet; Pritchard, Matt [British Atmospheric Data Centre (BADC), Oxon (United Kingdom); Rotman, Lauren [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States). ESNet; Strand, Gary [National Center for Atmospheric Research (NCAR), Boulder, CO (United States); Stuart, Cory [Argonne National Lab. (ANL), Argonne, IL (United States); Tatusova, Tatiana [National Inst. of Health (NIH), Bethesda, MD (United States); Tierney, Brian [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States). ESNet; Thomas, Brian [Univ. of California, Berkeley, CA (United States); Williams, Dean N. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Zurawski, Jason [Internet2, Washington, DC (United States)

    2013-09-01

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the U.S. Department of Energy (DOE) Office of Science (SC), the single largest supporter of basic research in the physical sciences in the United States. In support of SC programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet be a highly successful enabler of scientific discovery for over 25 years. In November 2012, ESnet and the Office of Biological and Environmental Research (BER) of the DOE SC organized a review to characterize the networking requirements of the programs funded by the BER program office. Several key findings resulted from the review. Among them: 1) The scale of data sets available to science collaborations continues to increase exponentially. This has broad impact, both on the network and on the computational and storage systems connected to the network. 2) Many science collaborations require assistance to cope with the systems and network engineering challenges inherent in managing the rapid growth in data scale. 3) Several science domains operate distributed facilities that rely on high-performance networking for success. Key examples illustrated in this report include the Earth System Grid Federation (ESGF) and the Systems Biology Knowledgebase (KBase). This report expands on these points, and addresses others as well. The report contains a findings section as well as the text of the case studies discussed at the review.

  5. CRCHD Integrated Networks

    Science.gov (United States)

    INB supports two network-based programs—the National Outreach Network (NON) and the Geographic Management of Cancer Health Disparities Program (GMaP)—as well as advising on women’s health and sexual and gender minority opportunities within and across the NCI.

  6. Logistical networking: a global storage network

    International Nuclear Information System (INIS)

    Beck, Micah; Moore, Terry

    2005-01-01

    The absence of an adequate distributed storage infrastructure for data buffering has become a significant impediment to the flow of work in the wide area, data intensive collaborations that are increasingly characteristic of leading edge research in several fields. One solution to this problem, pioneered under DOE's SciDAC program, is Logistical Networking, which provides a framework for a globally scalable, maximally interoperable storage network based on the Internet Backplane Protocol (IBP). This paper provides a brief overview of the Logistical Networking (LN) architecture, the middleware developed to exploit its value, and a few of the applications that some of research communities have made of it

  7. Network analysis of Bogotá's Ciclovía Recreativa, a self-organized multisectorial community program to promote physical activity in a middle-income country.

    Science.gov (United States)

    Meisel, Jose D; Sarmiento, Olga L; Montes, Felipe; Martinez, Edwin O; Lemoine, Pablo D; Valdivia, Juan A; Brownson, Ross C; Zarama, Roberto

    2014-01-01

    Conduct a social network analysis of the health and non-health related organizations that participate in Bogotá's Ciclovía Recreativa (Ciclovía). Cross-sectional study. Ciclovía is a multisectoral community-based mass program in which streets are temporarily closed to motorized transport, allowing exclusive access to individuals for leisure activities and physical activity. Twenty-five organizations that participate in the Ciclovía. Seven variables were examined by using network analytic methods: relationship, link attributes (integration, contact, and importance), and node attributes (leadership, years in the program, and the sector of the organization). The network analytic methods were based on a visual descriptive analysis and an exponential random graph model. Analysis shows that the most central organizations in the network were outside of the Health sector and include Sports and Recreation, Government, and Security sectors. The organizations work in clusters formed by organizations of different sectors. Organization importance and structural predictors were positively related to integration, while the number of years working with Ciclovía was negatively associated with integration. Ciclovía is a network whose structure emerged as a self-organized complex system. Ciclovía of Bogotá is an example of a program with public health potential formed by organizations of multiple sectors with Sports and Recreation as the most central.

  8. Introduction into bi-partite networks in python

    OpenAIRE

    Kasberger, Stefan

    2016-01-01

    This essay and the related computation delivers a comprehensive introduction into the concept of bipartite networks, a class of networks whose nodes are divided into two sets and only the connection between two nodes in different sets is allowed (Easley and Kleinberg, 2010). The analysis and visualization is done in the programming language Python and offers easy to understand first steps in both fields, network analyses and python programming. As data a collaboration network of github users ...

  9. Cancer cell-selective promoter recognition accompanies antitumor effect by glucocorticoid receptor-targeted gold nanoparticle

    Science.gov (United States)

    Sau, Samaresh; Agarwalla, Pritha; Mukherjee, Sudip; Bag, Indira; Sreedhar, Bojja; Pal-Bhadra, Manika; Patra, Chitta Ranjan; Banerjee, Rajkumar

    2014-05-01

    Nanoparticles, such as gold nanoparticles (GNP), upon convenient modifications perform multi tasks catering to many biomedical applications. However, GNP or any other type of nanoparticles is yet to achieve the feat of intracellular regulation of endogenous genes of choice such as through manipulation of a gene-promoter in a chromosome. As for gene modulation and delivery, GNP (or other nanoparticles) showed only limited gene therapy potential, which relied on the delivery of `exogenous' genes invoking gene knockdown or replacement. Practically, there are no instances for the nanoparticle-mediated promoter regulation of `endogenous' genes, more so, as a cancer selective phenomenon. In this regard, we report the development of a simple, easily modifiable GNP-formulation, which promoted/up-regulated the expression of a specific category of `endogenous' genes, the glucocorticoid responsive genes. This genetic up-regulation was induced in only cancer cells by modified GNP-mediated transcriptional activation of its cytoplasmic receptor, glucocorticoid receptor (GR). Normal cells and their GR remained primarily unperturbed by this GNP-formulation. The most potent gene up-regulating GNP-formulation down-regulated a cancer-specific proliferative signal, phospho-Akt in cancer cells, which accompanied retardation of tumor growth in the murine melanoma model. We show that GR-targeted GNPs may find potential use in the targeting and modulation of genetic information in cancer towards developing novel anticancer therapeutics.Nanoparticles, such as gold nanoparticles (GNP), upon convenient modifications perform multi tasks catering to many biomedical applications. However, GNP or any other type of nanoparticles is yet to achieve the feat of intracellular regulation of endogenous genes of choice such as through manipulation of a gene-promoter in a chromosome. As for gene modulation and delivery, GNP (or other nanoparticles) showed only limited gene therapy potential, which relied

  10. BWR-plant simulator and its neural network companion with programming under mat lab environment

    International Nuclear Information System (INIS)

    Ghenniwa, Fatma Suleiman

    2008-01-01

    Stand alone nuclear power plant simulators, as well as building blocks based nuclear power simulator are available from different companies throughout the world. In this work, a review of such simulators has been explored for both types. Also a survey of the possible authoring tools for such simulators development has been performed. It is decided, in this research, to develop prototype simulator based on components building blocks. Further more, the authoring tool (Mat lab software) has been selected for programming. It has all the basic tools required for the simulator development similar to that developed by specialized companies for simulator like MMS, APROS and others. Components simulations, as well as integrated components for power plant simulation have been demonstrated. Preliminary neural network reactor model as part of a prepared neural network modules library has been used to demonstrate module order shuffling during simulation. The developed components library can be refined and extended for further development. (author)

  11. Reducing readmissions to detoxification: an interorganizational network perspective.

    Science.gov (United States)

    Spear, Suzanne E

    2014-04-01

    The high cost of detoxification (detox) services and health risks associated with continued substance abuse make readmission to detox an important indicator of poor performance for substance use disorder treatment systems. This study examined the extent to which the structure of local networks available to detox programs affects patients' odds of readmission to detox within 1 year. Administrative data from 32 counties in California in 2008-2009 were used to map network ties between programs based on patient transfers. Social network analysis was employed to measure structural features of detox program networks. Contextual predictors included efficiency (proportion of ties within a network that are non-redundant) and out-degree (number of outgoing ties to other programs). A binary mixed model was used to predict the odds of readmission among detox patients in residential (non-hospital) facilities (N=18,278). After adjusting for patient-level covariates and continuity of service from detox to outpatient or residential treatment, network efficiency was associated with lower odds of readmission. The impact of network structure on detox readmissions suggests that the interorganizational context in which detox programs operate may be important for improving continuity of service within substance use disorder treatment systems. Implications for future research are discussed. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  12. Energy-aware virtual network embedding in flexi-grid networks.

    Science.gov (United States)

    Lin, Rongping; Luo, Shan; Wang, Haoran; Wang, Sheng

    2017-11-27

    Network virtualization technology has been proposed to allow multiple heterogeneous virtual networks (VNs) to coexist on a shared substrate network, which increases the utilization of the substrate network. Efficiently mapping VNs on the substrate network is a major challenge on account of the VN embedding (VNE) problem. Meanwhile, energy efficiency has been widely considered in the network design in terms of operation expenses and the ecological awareness. In this paper, we aim to solve the energy-aware VNE problem in flexi-grid optical networks. We provide an integer linear programming (ILP) formulation to minimize the electricity cost of each arriving VN request. We also propose a polynomial-time heuristic algorithm where virtual links are embedded sequentially to keep a reasonable acceptance ratio and maintain a low electricity cost. Numerical results show that the heuristic algorithm performs closely to the ILP for a small size network, and we also demonstrate its applicability to larger networks.

  13. Structural and functional aspects of trypsin–gold nanoparticle interactions: An experimental investigation

    Energy Technology Data Exchange (ETDEWEB)

    Nidhin, Marimuthu [Department of Chemistry, Amity School of Applied Sciences, Center for Nanoscience and Technology, Amity University Haryana Amity Education Valley, Gurgaon, Haryana 122413 (India); Ghosh, Debasree [Department of Nanotechnology, Amity School of Applied Sciences, Center for Nanoscience and Technology, Amity University Haryana Amity Education Valley, Gurgaon, Haryana 122413 (India); Yadav, Himanshu; Yadav, Nitu [Department of Chemistry, Amity School of Applied Sciences, Center for Nanoscience and Technology, Amity University Haryana Amity Education Valley, Gurgaon, Haryana 122413 (India); Majumder, Sudip, E-mail: sudip22m@gmail.com [Department of Chemistry, Amity School of Applied Sciences, Center for Nanoscience and Technology, Amity University Haryana Amity Education Valley, Gurgaon, Haryana 122413 (India)

    2015-12-15

    Highlights: • Trypsin undergoes activation on incubation with gold nanoparticles. • Enhanced activity depends on the stoichiometry of the mixture. • Higher concentration of nanoparticles damage stability and conformation of trypsin. • Gold nanoparticles undergo morphological change on incubation with trypsin. - Abstract: Trypsin (Trp) is arguably the most important member of the serine proteases. Constructs made up of gold nanoparticles (GNP) with trypsin have been known to exhibit increased efficiency and stability in various experiments. Here we report simple Trp–GNP constructs mixed in different trypsin-to-GNP ratios which exhibit higher efficiencies in biochemical assay, varying resistance to autolysis and higher ability in cell trypsinization. Trp–GNP constructs in different trypsin-to-GNP ratios exhibit prolonged and sustained activity compared to native trypsin in N-α-p-benzoyl-p-nitroanilide (BAPNA) assay as monitored by UV-Visible spectroscopy. The activity was monitored as a function of decreasing rate of linear release of p-nitro aniline (resulting from the cleavage of BAPNA by trypsin) with time during the assay, whose absorbance was measured at 410 nm (λ{sub max} p-nitro aniline). We have done extensive studies to understand structural basis of this trypsin GNP interaction by using atomic force microscopy (AFM), transmission electron microscopy (TEM) and circular dichroism (CD) techniques. Our findings suggest that on interaction, the gold nanoparticles probably form an adherent layer on trypsin that effectively changes the morphology and dimensions of the nanoconstructs. However, trypsin-to-GNP ratio is extremely important, as higher concentration of GNP might damage the conformation of protein. Stability studies related to denaturation show that 1:1 Trp–GNP constructs exhibit maximum stability and high efficiency in all assays performed.

  14. Structural and functional aspects of trypsin–gold nanoparticle interactions: An experimental investigation

    International Nuclear Information System (INIS)

    Nidhin, Marimuthu; Ghosh, Debasree; Yadav, Himanshu; Yadav, Nitu; Majumder, Sudip

    2015-01-01

    Highlights: • Trypsin undergoes activation on incubation with gold nanoparticles. • Enhanced activity depends on the stoichiometry of the mixture. • Higher concentration of nanoparticles damage stability and conformation of trypsin. • Gold nanoparticles undergo morphological change on incubation with trypsin. - Abstract: Trypsin (Trp) is arguably the most important member of the serine proteases. Constructs made up of gold nanoparticles (GNP) with trypsin have been known to exhibit increased efficiency and stability in various experiments. Here we report simple Trp–GNP constructs mixed in different trypsin-to-GNP ratios which exhibit higher efficiencies in biochemical assay, varying resistance to autolysis and higher ability in cell trypsinization. Trp–GNP constructs in different trypsin-to-GNP ratios exhibit prolonged and sustained activity compared to native trypsin in N-α-p-benzoyl-p-nitroanilide (BAPNA) assay as monitored by UV-Visible spectroscopy. The activity was monitored as a function of decreasing rate of linear release of p-nitro aniline (resulting from the cleavage of BAPNA by trypsin) with time during the assay, whose absorbance was measured at 410 nm (λ_m_a_x p-nitro aniline). We have done extensive studies to understand structural basis of this trypsin GNP interaction by using atomic force microscopy (AFM), transmission electron microscopy (TEM) and circular dichroism (CD) techniques. Our findings suggest that on interaction, the gold nanoparticles probably form an adherent layer on trypsin that effectively changes the morphology and dimensions of the nanoconstructs. However, trypsin-to-GNP ratio is extremely important, as higher concentration of GNP might damage the conformation of protein. Stability studies related to denaturation show that 1:1 Trp–GNP constructs exhibit maximum stability and high efficiency in all assays performed.

  15. SAGRAD: A Program for Neural Network Training with Simulated Annealing and the Conjugate Gradient Method.

    Science.gov (United States)

    Bernal, Javier; Torres-Jimenez, Jose

    2015-01-01

    SAGRAD (Simulated Annealing GRADient), a Fortran 77 program for computing neural networks for classification using batch learning, is discussed. Neural network training in SAGRAD is based on a combination of simulated annealing and Møller's scaled conjugate gradient algorithm, the latter a variation of the traditional conjugate gradient method, better suited for the nonquadratic nature of neural networks. Different aspects of the implementation of the training process in SAGRAD are discussed, such as the efficient computation of gradients and multiplication of vectors by Hessian matrices that are required by Møller's algorithm; the (re)initialization of weights with simulated annealing required to (re)start Møller's algorithm the first time and each time thereafter that it shows insufficient progress in reaching a possibly local minimum; and the use of simulated annealing when Møller's algorithm, after possibly making considerable progress, becomes stuck at a local minimum or flat area of weight space. Outlines of the scaled conjugate gradient algorithm, the simulated annealing procedure and the training process used in SAGRAD are presented together with results from running SAGRAD on two examples of training data.

  16. Rapid bioreduction of trivalent aurum using banana stem powder and its cytotoxicity against MCF-7 and HEK-293 cell lines

    Energy Technology Data Exchange (ETDEWEB)

    Arunkumar, Pichaimani [Bharathidasan University, Cancer Genetics and Nanomedicine Laboratory, Department of Biomedical Science, School of Basic Medical Sciences (India); Vedagiri, Hemamalini [Bharathidasan University, Department of Biotechnology (India); Premkumar, Kumpati, E-mail: pkumpati@hotmail.com [Bharathidasan University, Cancer Genetics and Nanomedicine Laboratory, Department of Biomedical Science, School of Basic Medical Sciences (India)

    2013-03-15

    Bioreduction of metal ions for the synthesis of nanoparticles of well-defined shape and size has been a great challenge in the field of nanotechnology. In this study, we explored the reduction potential of banana stem powder (BSP) for the synthesis of gold nanoparticles (GNP). The kinetics of GNP synthesis was monitored using UV-Vis spectroscopy. The synthesized GNP was characterized using dynamic light scattering (DLS), transmission electron microscopy, and fourier transform infrared spectroscopy. In addition, the cytotoxic potential of the synthesized GNP was investigated using human breast cancer (MCF-7) and normal human embryonic kidney (HEK-293) cell lines, as evaluated by changes in cell morphology, cell viability (MTT), and metabolic activity. BSP exhibited a strong reduction of Au(III) to Au (0) at room temperature within 5 min of reaction time. The synthesized GNP was found to be spherical with an average diameter of 30 nm by DLS analysis. The cytotoxicity analysis reveals a direct dose-response relationship, indicating that the cytotoxicity increases with increasing concentrations of the GNP. Significant cytotoxicity was observed in cancer cells (MCF-7) compared to normal cells (HEK-293). Also the cellular uptake of GNP was more pronounced in MCF-7 cells than HEK-293 cells as evidenced by zeta potential, implicating the possible reason for differential cytotoxicity. Thus the present study demonstrates the importance of these unique, less time-consuming, and stable BSP-mediated GNP as potential drug delivery vehicles in the application of anticancer therapy.

  17. Effect of functionalization of graphene nanoplatelets on the mechanical response of graphene/epoxy composites

    International Nuclear Information System (INIS)

    Ahmadi-Moghadam, B.; Sharafimasooleh, M.; Shadlou, S.; Taheri, F.

    2015-01-01

    Highlights: • A new functionalization strategy for GNPs, using trimethoxysilane is introduced. • Bond quality between GNP and silane agent is verified by the Raman spect. and TGA. • The functionaliz’n effects on mechanical properties of GNP/epoxy were investigated. • The functionaliz’n effects on the fracture mechanisms of GNP/epoxy investigated. • GNP dispersion quality is also evaluated using SEM micrographs and XRD. - Abstract: This study introduces a new strategy for functionalizing graphene nanoplatelets (GNPs) by bonding a silane agent to its structure. In order to evaluate the efficacy of the proposed method, epoxy resin specimens reinforced with silane modified GNPs (G-Si) are prepared at different weight contents of nanoparticles along with three other types of GNPs (unmodified GNP, graphene oxide GNP [GO], and amino functionalized GNP [G-NH 2 ]). The nanocomposites’ mechanical properties, such as the elastic modulus, ultimate strength, modulus of toughness and fracture toughness are evaluated and compared for different types of functionalization. Raman spectroscopy, thermo-gravimetric analysis (TGA) and Fourier transform infrared spectroscopy (FTIR) are employed to characterize the chemical and structural changes of the functionalized GNPs. The results show that nanocomposites containing G-Si and G-NH 2 provide the best results for most of the mentioned properties. The functionalization of GNPs gives the most promising results for fracture toughness of epoxy, showing an 82% increase, and scanning electron microscopy (SEM) micrographs and XRD analysis reveal that an improved dispersion status is obtained by GNP functionalization

  18. The Conference of Radiation Control Program Directors (CRCPD): a model for networking, cooperation, information exchange and regulation harmonization

    International Nuclear Information System (INIS)

    Gilley, Debbie Bray

    2008-01-01

    This presentation will be to introduce to the participants the Conference of Radiation Control Program Directors, Inc. (CRCPD) and the proven methods used by this organization for networking, information exchange, regulation development and standardization, and radiation protection guidance on emerging technologies. The presentation will describe how radiation control programs and staff from all 50 states in the US work collaboratively to ensure adequate radiation protection standards are uniformly applied throughout the country through the pooling of resources and networking between all the states and the federal government, as well as with international members and partners. The products of CRCPD, such as the Suggested State Regulations along with other relevant informational documents, will be discussed along with how participants can access these products for use in their respective countries. CRCPD and its members represent a comprehensive radiation regulatory structure, covering radioactive materials, radioactive waste, X-ray, accelerators, emergency response, environmental monitoring, radon, and security. Networks are in place for all radiation issues. After the presentation, participants will better understand how to develop and implement a cooperative partnership with other countries. They will also know how to access our products that can be tailored for their own use. They will also be informed of how to contact CRCPD and request technical assistance from one of our 1000 members through our international outreach initiative. (author)

  19. SCM: A method to improve network service layout efficiency with network evolution

    Science.gov (United States)

    Zhao, Qi; Zhang, Chuanhao

    2017-01-01

    Network services are an important component of the Internet, which are used to expand network functions for third-party developers. Network function virtualization (NFV) can improve the speed and flexibility of network service deployment. However, with the evolution of the network, network service layout may become inefficient. Regarding this problem, this paper proposes a service chain migration (SCM) method with the framework of “software defined network + network function virtualization” (SDN+NFV), which migrates service chains to adapt to network evolution and improves the efficiency of the network service layout. SCM is modeled as an integer linear programming problem and resolved via particle swarm optimization. An SCM prototype system is designed based on an SDN controller. Experiments demonstrate that SCM could reduce the network traffic cost and energy consumption efficiently. PMID:29267299

  20. SCM: A method to improve network service layout efficiency with network evolution.

    Science.gov (United States)

    Zhao, Qi; Zhang, Chuanhao; Zhao, Zheng

    2017-01-01

    Network services are an important component of the Internet, which are used to expand network functions for third-party developers. Network function virtualization (NFV) can improve the speed and flexibility of network service deployment. However, with the evolution of the network, network service layout may become inefficient. Regarding this problem, this paper proposes a service chain migration (SCM) method with the framework of "software defined network + network function virtualization" (SDN+NFV), which migrates service chains to adapt to network evolution and improves the efficiency of the network service layout. SCM is modeled as an integer linear programming problem and resolved via particle swarm optimization. An SCM prototype system is designed based on an SDN controller. Experiments demonstrate that SCM could reduce the network traffic cost and energy consumption efficiently.

  1. Communication devices for network-hopping communications and methods of network-hopping communications

    Science.gov (United States)

    Buttles, John W

    2013-04-23

    Wireless communication devices include a software-defined radio coupled to processing circuitry. The system controller is configured to execute computer programming code. Storage media is coupled to the system controller and includes computer programming code configured to cause the system controller to configure and reconfigure the software-defined radio to operate on each of a plurality of communication networks according to a selected sequence. Methods for communicating with a wireless device and methods of wireless network-hopping are also disclosed.

  2. Thermal Properties, Structure and Morphology of Graphene Reinforced Polyethylene Terephthalate/ Polypropylene Nano composites

    International Nuclear Information System (INIS)

    Inuwa, I.M.; Hassan, A.; Shamsudin, S.A.

    2014-01-01

    In this work the thermal properties, structure and morphology of a blend of polyethylene terephthalate (PET) and polypropylene (PP) reinforced with graphene nano platelets (GNP) were investigated. A blend of PET/ PP (70/ 30 weight percent) compatibilized with styrene-ethylene-butylene-styrene grafted maleic anhydride triblock copolymer (10 phr) were fabricated by melt extrusion process in a twin screw extruder. The effective thermal conductivity of the nano composites increased as a function of the GNP concentration. More than 80 % increase in effective thermal conductivity was observed for the 7 phr reinforced sample compared to the neat blend. This observation was attributed to the development interconnected GNP sheets which formed heat conductive bridges that are suitable for maximum heat transfer. However, in the case of thermal stability which is a function of dispersibility of GNP in polymer matrix, the maximum increase was observed at 3 phr GNP loading which could be attributed to the uniform dispersion of GNPs in the matrix. It is explained that the GNP nano fillers migrated to the surface of matrix forming an effective oxygen barrier due to char formation. Morphological studies revealed uniform dispersion graphene in the polymer matrix at 3 phr GNP loading along with isolated instances of exfoliation of the graphene layers. (author)

  3. Classroom Computer Network.

    Science.gov (United States)

    Lent, John

    1984-01-01

    This article describes a computer network system that connects several microcomputers to a single disk drive and one copy of software. Many schools are switching to networks as a cheaper and more efficient means of computer instruction. Teachers may be faced with copywriting problems when reproducing programs. (DF)

  4. Brachytherapy Application With In Situ Dose Painting Administered by Gold Nanoparticle Eluters

    International Nuclear Information System (INIS)

    Sinha, Neeharika; Cifter, Gizem; Sajo, Erno; Kumar, Rajiv; Sridhar, Srinivas; Nguyen, Paul L.; Cormack, Robert A.; Makrigiorgos, G. Mike; Ngwa, Wilfred

    2015-01-01

    Purpose: Recent studies show promise that administering gold nanoparticles (GNP) to tumor cells during brachytherapy could significantly enhance radiation damage to the tumor. A new strategy proposed for sustained administration of the GNP in prostate tumors is to load them into routinely used brachytherapy spacers for customizable in situ release after implantation. This in silico study investigated the intratumor biodistribution and corresponding dose enhancement over time due to GNP released from such GNP-loaded brachytherapy spacers (GBS). Method and Materials: An experimentally determined intratumoral diffusion coefficient (D) for 10-nm nanoparticles was used to estimate D for other sizes by using the Stokes-Einstein equation. GNP concentration profiles, obtained using D, were then used to calculate the corresponding dose enhancement factor (DEF) for each tumor voxel, using dose painting-by-numbers approach, for times relevant to the considered brachytherapy sources' lifetimes. The investigation was carried out as a function of GNP size for the clinically applicable low-dose-rate brachytherapy sources iodine-125 (I-125), palladium-103 (Pd-103), and cesium-131 (Cs-131). Results: Results showed that dose enhancement to tumor voxels and subvolumes during brachytherapy can be customized by varying the size of GNP released or eluted from the GBS. For example, using a concentration of 7 mg/g GNP, significant DEF (>20%) could be achieved 5 mm from a GBS after 5, 12, 25, 46, 72, 120, and 195 days, respectively, for GNP sizes of 2, 5, 10, 20, 30, and 50 nm and for 80 nm when treating with I-125. Conclusions: Analyses showed that using Cs-131 provides the highest dose enhancement to tumor voxels. However, given its relatively longer half-life, I-125 presents the most flexibility for customizing the dose enhancement as a function of GNP size. These findings provide a useful reference for further work toward development of potential new brachytherapy application

  5. MO-AB-BRA-02: Modeling Nanoparticle-Eluting Spacer Degradation During Brachytherapy Application with in Situ Dose-Painting

    Energy Technology Data Exchange (ETDEWEB)

    Boateng, F [University of Massachusetts Lowell, Lowell, Massachusetts (United States); Ngwa, W [University of Massachusetts Lowell, Lowell, Massachusetts (United States); Harvard Medical School, Boston, MA (United States)

    2016-06-15

    Purpose: Brachytherapy application with in situ dose-painting using gold nanoparticles (GNP) released from GNP-loaded brachytherapy spacers has been proposed as an innovative approach to increase therapeutic efficacy during brachytherapy. This work investigates the dosimetric impact of slow versus burst release of GNP from next generation biodegradable spacers. Methods: Mathematical models were developed based on experimental data to study the release of GNP from a spacer designed with FDA approved poly(lactic-co-glycolic acid) (PLGA) polymer. The diffusion controlled released process and PLGA polymer degradation kinetics was incorporated in the calculations for the first time. An in vivo determined diffusion coefficient was used for determining the concentration profiles and corresponding dose enhancement based on initial GNP-loading concentrations of 7 mg/g. Results: The results showed that there is significant delay before the concentration profile of GNP diffusion in the tumor is similar to that when burst release is assumed as in previous studies. For example, in the case of burst release after spacer administration, it took up to 25 days for all the GNP to be released from the spacer using diffusion controlled release process only. However, it took up to 45 days when a combined model for both diffusion and polymer degradation processes was used. Based on the tumor concentration profiles, a significant dose enhancement factor (DEF >20%), could be attained at a tumor distances of 5 mm from a spacer loaded with 10 nm GNP sizes. Conclusion: The results highlight the need to take the slow release of GNP from spacers and factors such as biodegradation of polymers into account in research development of GNP-eluting spacers for brachytherapy applications with in-situ dose-painting using gold nanoparticles. The findings suggest that I-125 may be the more appropriate for such applications given the relatively longer half-live compared to other radioisotopes like Pd-103

  6. Brachytherapy Application With In Situ Dose Painting Administered by Gold Nanoparticle Eluters

    Energy Technology Data Exchange (ETDEWEB)

    Sinha, Neeharika [Department of Sciences, Wentworth Institute of Technology, Boston, Massachusetts (United States); Cifter, Gizem [Department of Physics and Applied Physics, University of Massachusetts, Lowell, Massachusetts (United States); Department of Radiation Oncology, Dana-Farber Cancer Institute, Brigham and Women' s Hospital and Harvard Medical School, Boston, Massachusetts (United States); Sajo, Erno [Department of Physics and Applied Physics, University of Massachusetts, Lowell, Massachusetts (United States); Kumar, Rajiv; Sridhar, Srinivas [Department of Radiation Oncology, Dana-Farber Cancer Institute, Brigham and Women' s Hospital and Harvard Medical School, Boston, Massachusetts (United States); Electronic Materials Research Institute and Department of Physics, Northeastern University, Boston, Massachusetts (United States); Nguyen, Paul L.; Cormack, Robert A.; Makrigiorgos, G. Mike [Department of Radiation Oncology, Dana-Farber Cancer Institute, Brigham and Women' s Hospital and Harvard Medical School, Boston, Massachusetts (United States); Ngwa, Wilfred, E-mail: wngwa@lroc.harvard.edu [Department of Physics and Applied Physics, University of Massachusetts, Lowell, Massachusetts (United States); Department of Radiation Oncology, Dana-Farber Cancer Institute, Brigham and Women' s Hospital and Harvard Medical School, Boston, Massachusetts (United States)

    2015-02-01

    Purpose: Recent studies show promise that administering gold nanoparticles (GNP) to tumor cells during brachytherapy could significantly enhance radiation damage to the tumor. A new strategy proposed for sustained administration of the GNP in prostate tumors is to load them into routinely used brachytherapy spacers for customizable in situ release after implantation. This in silico study investigated the intratumor biodistribution and corresponding dose enhancement over time due to GNP released from such GNP-loaded brachytherapy spacers (GBS). Method and Materials: An experimentally determined intratumoral diffusion coefficient (D) for 10-nm nanoparticles was used to estimate D for other sizes by using the Stokes-Einstein equation. GNP concentration profiles, obtained using D, were then used to calculate the corresponding dose enhancement factor (DEF) for each tumor voxel, using dose painting-by-numbers approach, for times relevant to the considered brachytherapy sources' lifetimes. The investigation was carried out as a function of GNP size for the clinically applicable low-dose-rate brachytherapy sources iodine-125 (I-125), palladium-103 (Pd-103), and cesium-131 (Cs-131). Results: Results showed that dose enhancement to tumor voxels and subvolumes during brachytherapy can be customized by varying the size of GNP released or eluted from the GBS. For example, using a concentration of 7 mg/g GNP, significant DEF (>20%) could be achieved 5 mm from a GBS after 5, 12, 25, 46, 72, 120, and 195 days, respectively, for GNP sizes of 2, 5, 10, 20, 30, and 50 nm and for 80 nm when treating with I-125. Conclusions: Analyses showed that using Cs-131 provides the highest dose enhancement to tumor voxels. However, given its relatively longer half-life, I-125 presents the most flexibility for customizing the dose enhancement as a function of GNP size. These findings provide a useful reference for further work toward development of potential new brachytherapy application

  7. Network analysis of Bogotá’s Ciclovía Recreativa, a self-organized multisectoral community program to promote physical activity in a middle-income country

    Science.gov (United States)

    Meisel, Jose D; Sarmiento, Olga; Montes, Felipe; Martinez, Edwin O.; Lemoine, Pablo D; Valdivia, Juan A; Brownson, RC; Zarama, Robert

    2016-01-01

    Purpose Conduct a social network analysis of the health and non-health related organizations that participate in the Bogotá’s Ciclovía Recreativa (Ciclovía). Design Cross sectional study. Setting Ciclovía is a multisectoral community-based mass program in which streets are temporarily closed to motorized transport, allowing exclusive access to individuals for leisure activities and PA. Subjects 25 organizations that participate in the Ciclovía. Measures Seven variables were examined using network analytic methods: relationship, link attributes (integration, contact, and importance), and node attributes (leadership, years in the program, and the sector of the organization). Analysis The network analytic methods were based on a visual descriptive analysis and an exponential random graph model. Results Analysis shows that the most central organizations in the network were outside of the health sector and includes Sports and Recreation, Government, and Security sectors. The organizations work in clusters formed by organizations of different sectors. Organization importance and structural predictors were positively related to integration, while the number of years working with Ciclovía was negatively associated with integration. Conclusion Ciclovía is a network whose structure emerged as a self-organized complex system. Ciclovía of Bogotá is an example of a program with public health potential formed by organizations of multiple sectors with Sports and Recreation as the most central. PMID:23971523

  8. Legacy of Polio—Use of India’s Social Mobilization Network for Strengthening of the Universal Immunization Program in India

    Science.gov (United States)

    Deutsch, Nicole; Singh, Vivek; Curtis, Rod; Siddique, Anisur Rahman

    2017-01-01

    Abstract The Social Mobilization Network (SMNet) has been lauded as one of the most successsful community engagement strategies in public health for its role in polio elimination in India. The UNICEF-managed SMNet was created as a strategy to eradicate polio by engaging >7000 frontline social mobilizers to advocate for vaccination in some of the most underserved, marginalized, and at-risk communities in India. This network focused initially on generating demand for polio vaccination but later expanded its messaging to promote routine immunization and other health and sanitation interventions related to maternal and children’s health. As an impact of the network’s interventions, in collaboration with other eradication efforts, these high-risk pockets witnessed an increase in full routine immunization coverage. The experience of the SMNet offers lessons for health-system strengthening for social mobilization and promoting positive health behaviors for other priority health programs like the Universal Immunization Program. PMID:28838190

  9. EXPERIENCE NETWORKING UNIVERSITY OF EDUCATION TRAINING MASTERS SAFETY OF LIFE

    Directory of Open Access Journals (Sweden)

    Elvira Mikhailovna Rebko

    2016-02-01

    Full Text Available The article discloses experience networking of universities (Herzen State Pedagogical University and Sakhalin State University in the development and implementation of joint training programs for master’s education in the field of life safety «Social security in the urban environment». The novelty of the work is to create a schematic design of basic educational training program for master’s education in the mode of networking, and to identify effective instructional techniques and conditions of networking.Purpose – present the results of the joint development of a network of the basic educational program (BEP, to identify the stages of networking, to design a generalized scheme of development and implementation of a network of educational training program for master’s education in the field of life safety.Results generalized model of networking partner institutions to develop and implement the basic educational program master.Practical implications: the education process for Master of Education in the field of health and safety in Herzen State Pedagogical University and Sakhalin State University.

  10. Augmented Lagrange Programming Neural Network for Localization Using Time-Difference-of-Arrival Measurements.

    Science.gov (United States)

    Han, Zifa; Leung, Chi Sing; So, Hing Cheung; Constantinides, Anthony George

    2017-08-15

    A commonly used measurement model for locating a mobile source is time-difference-of-arrival (TDOA). As each TDOA measurement defines a hyperbola, it is not straightforward to compute the mobile source position due to the nonlinear relationship in the measurements. This brief exploits the Lagrange programming neural network (LPNN), which provides a general framework to solve nonlinear constrained optimization problems, for the TDOA-based localization. The local stability of the proposed LPNN solution is also analyzed. Simulation results are included to evaluate the localization accuracy of the LPNN scheme by comparing with the state-of-the-art methods and the optimality benchmark of Cramér-Rao lower bound.

  11. Software defined networks reactive flow programming and load balance switching

    OpenAIRE

    Καλλιανιώτης, Νικόλαος; Kallianiotis, Nikolaos

    2017-01-01

    This project serves as a Master Thesis as the requirements of the master’s programme Master of Digital Communications and Networks. It proposes load balancing algorithms applied to Software-Defined Networks to achieve the best possible resource utilisation of each of the links present in a network. The open-sources Opendaylight project and Floodlight project are used as SDN controllers, and the network is emulated using Mininet software

  12. The ASCI Network for SC 2000: Gigabyte Per Second Networking; TOPICAL

    International Nuclear Information System (INIS)

    PRATT, THOMAS J.; NAEGLE, JOHN H.; MARTINEZ JR., LUIS G.; HU, TAN CHANG; MILLER, MARC M.; BARNABY, MARTY L.; ADAMS, ROGER L.; KLAUS, EDWARD J.

    2001-01-01

    This document highlights the Discom's Distance computing and communication team activities at the 2000 Supercomputing conference in Dallas Texas. This conference is sponsored by the IEEE and ACM. Sandia's participation in the conference has now spanned a decade, for the last five years Sandia National Laboratories, Los Alamos National Lab and Lawrence Livermore National Lab have come together at the conference under the DOE's ASCI, Accelerated Strategic Computing Initiatives, Program rubric to demonstrate ASCI's emerging capabilities in computational science and our combined expertise in high performance computer science and communication networking developments within the program. At SC 2000, DISCOM demonstrated an infrastructure. DISCOM2 uses this forum to demonstrate and focus communication and pre-standard implementation of 10 Gigabit Ethernet, the first gigabyte per second data IP network transfer application, and VPN technology that enabled a remote Distributed Resource Management tools demonstration. Additionally a national OC48 POS network was constructed to support applications running between the show floor and home facilities. This network created the opportunity to test PSE's Parallel File Transfer Protocol (PFTP) across a network that had similar speed and distances as the then proposed DISCOM WAN. The SCINET SC2000 showcased wireless networking and the networking team had the opportunity to explore this emerging technology while on the booth. This paper documents those accomplishments, discusses the details of their convention exhibit floor. We also supported the production networking needs of the implementation, and describes how these demonstrations supports DISCOM overall strategies in high performance computing networking

  13. Gold nanoparticles synthesis and biological activity estimation in vitro and in vivo.

    Science.gov (United States)

    Rieznichenko, L S; Dybkova, S M; Gruzina, T G; Ulberg, Z R; Todor, I N; Lukyanova, N Yu; Shpyleva, S I; Chekhun, V F

    2012-01-01

    The aim of the work was the synthesis of gold nanoparticles (GNP) of different sizes and the estimation of their biological activity in vitro and in vivo. Water dispersions of gold nanoparticles of different sizes have been synthesized by Davis method and characterized by laser-correlation spectroscopy and transmission electron microscopy methods. The GNP interaction with tumor cells has been visualized by confocal microscopy method. The enzyme activity was determined by standard biochemical methods. GNP distribution and content in organs and tissues have been determined via atomic-absorption spectrometry method; genotoxic influence has been estimated by "Comet-assay" method. The GNP size-dependent accumulation in cultured U937 tumor cells and their ability to modulate U937 cell membrane Na(+),K(+)-АТР-ase activity value has been revealed in vitro. Using in vivo model of Guerin carcinoma it has been shown that GNP possess high affinity to tumor cells. Our results indicate the perspectives of use of the synthesized GNP water dispersions for cancer diagnostics and treatment. It's necessary to take into account a size-dependent biosafety level of nanoparticles.

  14. Noninvasive fetal QRS detection using an echo state network and dynamic programming.

    Science.gov (United States)

    Lukoševičius, Mantas; Marozas, Vaidotas

    2014-08-01

    We address a classical fetal QRS detection problem from abdominal ECG recordings with a data-driven statistical machine learning approach. Our goal is to have a powerful, yet conceptually clean, solution. There are two novel key components at the heart of our approach: an echo state recurrent neural network that is trained to indicate fetal QRS complexes, and several increasingly sophisticated versions of statistics-based dynamic programming algorithms, which are derived from and rooted in probability theory. We also employ a standard technique for preprocessing and removing maternal ECG complexes from the signals, but do not take this as the main focus of this work. The proposed approach is quite generic and can be extended to other types of signals and annotations. Open-source code is provided.

  15. Microsoft Windows networking essentials

    CERN Document Server

    Gibson, Darril

    2011-01-01

    The core concepts and technologies of Windows networking Networking can be a complex topic, especially for those new to the field of IT. This focused, full-color book takes a unique approach to teaching Windows networking to beginners by stripping down a network to its bare basics, thereby making each topic clear and easy to understand. Focusing on the new Microsoft Technology Associate (MTA) program, this book pares down to just the essentials, showing beginners how to gain a solid foundation for understanding networking concepts upon which more advanced topics and technologies can be built.

  16. A taxonomy for software-defined networking, man-in-the-middle attacks

    OpenAIRE

    Fischer, Briana D.; Lato, Anita M.

    2016-01-01

    Approved for public release; distribution is unlimited In contrast to traditional networks, Software Defined Networking (SDN) allows the programming of network functions via an Application Programming Interface (API). The ability to implement the APIs in software is advantageous for traffic manipulation in SDN. With automated logic being programmed into a centralized component of the SDN, network operators are presented with new and scalable methods for traffic manipulation. Enterprises an...

  17. Individual- and area-level disparities in access to the road network, subway system and a public bicycle share program on the Island of Montreal, Canada.

    Science.gov (United States)

    Fuller, Daniel; Gauvin, Lise; Kestens, Yan

    2013-02-01

    Few studies have examined potential disparities in access to transportation infrastructures, an important determinant of population health. To examine individual- and area-level disparities in access to the road network, public transportation system, and a public bicycle share program in Montreal, Canada. Examining associations between sociodemographic variables and access to the road network, public transportation system, and a public bicycle share program, 6,495 adult respondents (mean age, 48.7 years; 59.0 % female) nested in 33 areas were included in a multilevel analysis. Individuals with lower incomes lived significantly closer to public transportation and the bicycle share program. At the area level, the interaction between low-education and low-income neighborhoods showed that these areas were significantly closer to public transportation and the bicycle share program controlling for individual and urbanicity variables. More deprived areas of the Island of Montreal have better access to transportation infrastructure than less-deprived areas.

  18. Core-size regulated aggregation/disaggregation of citrate-coated gold nanoparticles (5-50 nm) and dissolved organic matter: Extinction, emission, and scattering evidence

    Science.gov (United States)

    Esfahani, Milad Rabbani; Pallem, Vasanta L.; Stretz, Holly A.; Wells, Martha J. M.

    2018-01-01

    Knowledge of the interactions between gold nanoparticles (GNPs) and dissolved organic matter (DOM) is significant in the development of detection devices for environmental sensing, studies of environmental fate and transport, and advances in antifouling water treatment membranes. The specific objective of this research was to spectroscopically investigate the fundamental interactions between citrate-stabilized gold nanoparticles (CT-GNPs) and DOM. Studies indicated that 30 and 50 nm diameter GNPs promoted disaggregation of the DOM. This result-disaggregation of an environmentally important polyelectrolyte-will be quite useful regarding antifouling properties in water treatment and water-based sensing applications. Furthermore, resonance Rayleigh scattering results showed significant enhancement in the UV range which can be useful to characterize DOM and can be exploited as an analytical tool to better sense and improve our comprehension of nanomaterial interactions with environmental systems. CT-GNPs having core size diameters of 5, 10, 30, and 50 nm were studied in the absence and presence of added DOM at 2 and 8 ppm at low ionic strength and near neutral pH (6.0-6.5) approximating surface water conditions. Interactions were monitored by cross-interpretation among ultraviolet (UV)-visible extinction spectroscopy, excitation-emission matrix (EEM) spectroscopy (emission and Rayleigh scattering), and dynamic light scattering (DLS). This comprehensive combination of spectroscopic analyses lends new insights into the antifouling behavior of GNPs. The CT-GNP-5 and -10 controls emitted light and aggregated. In contrast, the CT-GNP-30 and CT-GNP-50 controls scattered light intensely, but did not aggregate and did not emit light. The presence of any CT-GNP did not affect the extinction spectra of DOM, and the presence of DOM did not affect the extinction spectra of the CT-GNPs. The emission spectra (visible range) differed only slightly between calculated and actual

  19. A Mixed Integer Linear Programming Model for the Design of Remanufacturing Closed–loop Supply Chain Network

    Directory of Open Access Journals (Sweden)

    Mbarek Elbounjimi

    2015-11-01

    Full Text Available Closed-loop supply chain network design is a critical issue due to its impact on both economic and environmental performances of the supply chain. In this paper, we address the problem of designing a multi-echelon, multi-product and capacitated closed-loop supply chain network. First, a mixed-integer linear programming formulation is developed to maximize the total profit. The main contribution of the proposed model is addressing two economic viability issues of closed-loop supply chain. The first issue is the collection of sufficient quantity of end-of-life products are assured by retailers against an acquisition price. The second issue is exploiting the benefits of colocation of forward facilities and reverse facilities. The presented model is solved by LINGO for some test problems. Computational results and sensitivity analysis are conducted to show the performance of the proposed model.

  20. An Electronic Mail List for a Network of Family Practice Residency Programs: A Good Idea?

    Directory of Open Access Journals (Sweden)

    Jodi Summers Holtrop

    2001-08-01

    Full Text Available The use of an electronic mailing list as a means of communication among faculty in a network of university-affiliated family practice residency programs was evaluated. Faculty were automatically subscribed to the list by the list owner. Messages were tracked for one year and a written evaluation survey was sent. Ninety two messages were sent, with 52% of the messages being posted information. While most (65% survey respondents reported reading 61% or more of the messages, with only 33% ever actually posted at least one message to the list. Given that faculty were automatically subscribed and that there were only 84 total members, the list may have failed to reach a critical mass of active participants. It is concluded that an email list for network faculty did not function as an online discussion group, although it was extremely beneficial as a way of posting information to affiliated residency faculty.

  1. Pulsed ultrasound associated with gold nanoparticle gel reduces oxidative stress parameters and expression of pro-inflammatory molecules in an animal model of muscle injury

    Directory of Open Access Journals (Sweden)

    Victor Eduardo G

    2012-03-01

    Full Text Available Abstract Background Nanogold has been investigated in a wide variety of biomedical applications because of the anti-inflammatory properties. The purpose of this study was to evaluate the effects of TPU (Therapeutic Pulsed Ultrasound with gold nanoparticles (GNP on oxidative stress parameters and the expression of pro-inflammatory molecules after traumatic muscle injury. Materials and methods Animals were divided in nine groups: sham (uninjured muscle; muscle injury without treatment; muscle injury + DMSO; muscle injury + GNP; muscle injury + DMSO + GNP; muscle injury + TPU; muscle injury + TPU + DMSO; muscle injury + TPU + GNP; muscle injury + TPU + DMSO + GNP. The ROS production was determined by concentration of superoxide anion, modulation of antioxidant defenses was determined by the activity of superoxide dismutase, catalase and glutathione peroxidase enzymes, oxidative damage determined by formation of thiobarbituric acid-reactive substance and protein carbonyls. The levels of interleukin-1β (IL-1β and tumor necrosis factor-α (TNF-α were measured as inflammatory parameters. Results Compared to muscle injury without treatment group, the muscle injury + TPU + DMSO + GNP gel group promoted a significant decrease in superoxide anion production and lipid peroxidation levels (p Conclusions Our results suggest that TPU + DMSO + GNP gel presents beneficial effects on the muscular healing process, inducing a reduction in the production of ROS and also the expression of pro-inflammatory molecules.

  2. Investigation on the use of graphene oxide as novel surfactant to stabilize weakly charged graphene nanoplatelets.

    Science.gov (United States)

    Kazi, Salim Newaz; Badarudin, Ahmad; Zubir, Mohd Nashrul Mohd; Ming, Huang Nay; Misran, Misni; Sadeghinezhad, Emad; Mehrali, Mohammad; Syuhada, Nur Ily

    2015-01-01

    This paper presents a unique synergistic behavior between a graphene oxide (GO) and graphene nanoplatelet (GnP) composite in an aqueous medium. The results showed that GO stabilized GnP colloid near its isoelectric point and prevented rapid agglomeration and sedimentation. It was considered that a rarely encountered charge-dependent electrostatic interaction between the highly charged GO and weakly charged GnP particles kept GnP suspended at its rapid coagulation and phase separation pH. Sedimentation and transmission electron microscope (TEM) micrograph images revealed the evidence of highly stable colloidal mixtures while zeta potential measurement provided semi-quantitative explanation on the mechanism of stabilization. GnP suspension was confirmed via UV-vis spectral data while contact angle measurement elucidated the close resemblance to an aqueous solution indicating the ability of GO to mediate the flocculation prone GnP colloids. About a tenfold increase in viscosity was recorded at a low shear rate in comparison to an individual GO solution due to a strong interaction manifested between participating colloids. An optimum level of mixing ratio between the two constituents was also obtained. These new findings related to an interaction between charge-based graphitic carbon materials would open new avenues for further exploration on the enhancement of both GO and GnP functionalities particularly in mechanical and electrical domains.

  3. Program History

    Science.gov (United States)

    Learn how the National Cancer Institute transitioned the former Cooperative Groups Program to the National Clinical Trials Network (NCTN) program. The NCTN gives funds and other support to cancer research organizations to conduct cancer clinical trials.

  4. An Optimization Model for Expired Drug Recycling Logistics Networks and Government Subsidy Policy Design Based on Tri-level Programming.

    Science.gov (United States)

    Huang, Hui; Li, Yuyu; Huang, Bo; Pi, Xing

    2015-07-09

    In order to recycle and dispose of all people's expired drugs, the government should design a subsidy policy to stimulate users to return their expired drugs, and drug-stores should take the responsibility of recycling expired drugs, in other words, to be recycling stations. For this purpose it is necessary for the government to select the right recycling stations and treatment stations to optimize the expired drug recycling logistics network and minimize the total costs of recycling and disposal. This paper establishes a tri-level programming model to study how the government can optimize an expired drug recycling logistics network and the appropriate subsidy policies. Furthermore, a Hybrid Genetic Simulated Annealing Algorithm (HGSAA) is proposed to search for the optimal solution of the model. An experiment is discussed to illustrate the good quality of the recycling logistics network and government subsides obtained by the HGSAA. The HGSAA is proven to have the ability to converge on the global optimal solution, and to act as an effective algorithm for solving the optimization problem of expired drug recycling logistics network and government subsidies.

  5. Biased trapping issue on weighted hierarchical networks

    Indian Academy of Sciences (India)

    archical networks which are based on the classic scale-free hierarchical networks. ... Weighted hierarchical networks; weight-dependent walks; mean first passage ..... The weighted networks can mimic some real-world natural and social systems to ... the Priority Academic Program Development of Jiangsu Higher Education ...

  6. Computer-Supported Modelling of Multi modal Transportation Networks Rationalization

    Directory of Open Access Journals (Sweden)

    Ratko Zelenika

    2007-09-01

    Full Text Available This paper deals with issues of shaping and functioning ofcomputer programs in the modelling and solving of multimoda Itransportation network problems. A methodology of an integrateduse of a programming language for mathematical modellingis defined, as well as spreadsheets for the solving of complexmultimodal transportation network problems. The papercontains a comparison of the partial and integral methods ofsolving multimodal transportation networks. The basic hypothesisset forth in this paper is that the integral method results inbetter multimodal transportation network rationalization effects,whereas a multimodal transportation network modelbased on the integral method, once built, can be used as the basisfor all kinds of transportation problems within multimodaltransport. As opposed to linear transport problems, multimodaltransport network can assume very complex shapes. This papercontains a comparison of the partial and integral approach totransp01tation network solving. In the partial approach, astraightforward model of a transp01tation network, which canbe solved through the use of the Solver computer tool within theExcel spreadsheet inteiface, is quite sufficient. In the solving ofa multimodal transportation problem through the integralmethod, it is necessmy to apply sophisticated mathematicalmodelling programming languages which supp01t the use ofcomplex matrix functions and the processing of a vast amountof variables and limitations. The LINGO programming languageis more abstract than the Excel spreadsheet, and it requiresa certain programming knowledge. The definition andpresentation of a problem logic within Excel, in a manner whichis acceptable to computer software, is an ideal basis for modellingin the LINGO programming language, as well as a fasterand more effective implementation of the mathematical model.This paper provides proof for the fact that it is more rational tosolve the problem of multimodal transportation networks by

  7. On Tree-Based Phylogenetic Networks.

    Science.gov (United States)

    Zhang, Louxin

    2016-07-01

    A large class of phylogenetic networks can be obtained from trees by the addition of horizontal edges between the tree edges. These networks are called tree-based networks. We present a simple necessary and sufficient condition for tree-based networks and prove that a universal tree-based network exists for any number of taxa that contains as its base every phylogenetic tree on the same set of taxa. This answers two problems posted by Francis and Steel recently. A byproduct is a computer program for generating random binary phylogenetic networks under the uniform distribution model.

  8. Seluge++: a secure over-the-air programming scheme in wireless sensor networks.

    Science.gov (United States)

    Doroodgar, Farzan; Abdur Razzaque, Mohammad; Isnin, Ismail Fauzi

    2014-03-11

    Over-the-air dissemination of code updates in wireless sensor networks have been researchers' point of interest in the last few years, and, more importantly, security challenges toward the remote propagation of code updating have occupied the majority of efforts in this context. Many security models have been proposed to establish a balance between the energy consumption and security strength, having their concentration on the constrained nature of wireless sensor network (WSN) nodes. For authentication purposes, most of them have used a Merkle hash tree to avoid using multiple public cryptography operations. These models mostly have assumed an environment in which security has to be at a standard level. Therefore, they have not investigated the tree structure for mission-critical situations in which security has to be at the maximum possible level (e.g., military applications, healthcare). Considering this, we investigate existing security models used in over-the-air dissemination of code updates for possible vulnerabilities, and then, we provide a set of countermeasures, correspondingly named Security Model Requirements. Based on the investigation, we concentrate on Seluge, one of the existing over-the-air programming schemes, and we propose an improved version of it, named Seluge++, which complies with the Security Model Requirements and replaces the use of the inefficient Merkle tree with a novel method. Analytical and simulation results show the improvements in Seluge++ compared to Seluge.

  9. Noninvasive fetal QRS detection using an echo state network and dynamic programming

    International Nuclear Information System (INIS)

    Lukoševičius, Mantas; Marozas, Vaidotas

    2014-01-01

    We address a classical fetal QRS detection problem from abdominal ECG recordings with a data-driven statistical machine learning approach. Our goal is to have a powerful, yet conceptually clean, solution. There are two novel key components at the heart of our approach: an echo state recurrent neural network that is trained to indicate fetal QRS complexes, and several increasingly sophisticated versions of statistics-based dynamic programming algorithms, which are derived from and rooted in probability theory. We also employ a standard technique for preprocessing and removing maternal ECG complexes from the signals, but do not take this as the main focus of this work. The proposed approach is quite generic and can be extended to other types of signals and annotations. Open-source code is provided. (paper)

  10. Integrating networks with Mathematica

    NARCIS (Netherlands)

    Strijkers, R.J.; Meijer, R.J.

    2008-01-01

    We have developed a concept that considers network behavior as a collection of software objects, which can be used or modified in computer programs. The interfaces of these software objects are exposed as web services and enable applications to analyze and manipulate networks, e.g. to find

  11. Population genetics analysis using R and the Geneland program

    DEFF Research Database (Denmark)

    Guillot, Gilles; Santos, Filipe; Estoup, Arnaud

    2011-01-01

    Geneland program documentation 2011 Program distributed under GNU license as an R package on the Comprehensive R Archive Network.......Geneland program documentation 2011 Program distributed under GNU license as an R package on the Comprehensive R Archive Network....

  12. The InterCon network: a program for education partnerships at the University of Texas-Houston Health Science Center.

    Science.gov (United States)

    Castro, G A; Bouldin, P A; Farver, D W; Maugans, L A; Sanders, L C; Booker, J

    1999-04-01

    The University of Texas-Houston Health Science Center (UT-Houston) has created programs and activities to address the state's pressing needs in minority education. Through InterCon, a network of universities and K-12 schools, UT-Houston works with its partners to identify competitive candidates in the current pool of minority graduates with bachelor's degrees and to help them--along with their non-minority counterparts--progress in their education. Another objective is to expand the pool of minorities underrepresented in medicine who complete high school and go to college. In 1994 UT-Houston and Prairie View A&M University created a collaborative venture to provide new educational opportunities at UT-Houston for Prairie View's predominantly African American students. A three-track summer internship program--a result of that collaboration--has since been expanded to partnerships with other minority and majority universities throughout Texas. In 1998, for example, 108 undergraduate students from these universities (and 40 other universities nationwide) participated in research, professional, and administrative summer internships at UT-Houston. The InterCon network also has partnerships with K-12 schools. UT-Houston works with inner-city, suburban, and rural school districts to develop education models that can be transferred throughout the state. The partnerships deal with helping to teach basic academic skills and computer literacy, improve science-related instruction, meet demands for health promotion materials and information for school-initiated health and wellness programs, and develop distance-learning paradigms. UT-Houston views InterCon as a program helping Texas institutions to engage and adapt to the socioeconomic factors, demographic changes, and technology explosion that currently challenge public education.

  13. Prostate Cancer Biorepository Network

    Science.gov (United States)

    2017-10-01

    AWARD NUMBER: W81XWH-14-2-0185 TITLE: Prostate Cancer Biorepository Network PRINCIPAL INVESTIGATOR: Jonathan Melamed, MD CONTRACTING ORGANIZATION...AND SUBTITLE 5a. CONTRACT NUMBER Prostate Cancer Biorepository Network 5b. GRANT NUMBER W81XWH-14-2-0185 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S...infrastructure and operations of the Prostate Cancer Biorepository Network (PCBN). The aim of the PCBN is to provide prostate researchers with high-quality

  14. Evaluating Form and Function of Regional Partnerships: Applying Social Network Analysis to the "Network for a Healthy California", 2001-2007

    Science.gov (United States)

    Gregson, Jennifer; Sowa, Marcy; Flynn, Heather Kohler

    2011-01-01

    Objective: To evaluate the partnership structure of the "Network for a Healthy California" ("Network"), a social marketing program, from 2001-2007, to determine if California's program was able to establish and maintain partnerships that (1) provided access to a local audience, (2) facilitated regional collaboration, (3)…

  15. Research Award: Informaon and Networks

    International Development Research Centre (IDRC) Digital Library (Canada)

    Corey Piccioni

    2013-08-07

    Aug 7, 2013 ... IDRC's Informaon and Networks (I&N) program is seeking a Research ... The growth of networked technologies has created new opportunies for ... What role do collaborave technologies (e.g., social media) play in social ...

  16. A reverse engineering algorithm for neural networks, applied to the subthalamopallidal network of basal ganglia.

    Science.gov (United States)

    Floares, Alexandru George

    2008-01-01

    Modeling neural networks with ordinary differential equations systems is a sensible approach, but also very difficult. This paper describes a new algorithm based on linear genetic programming which can be used to reverse engineer neural networks. The RODES algorithm automatically discovers the structure of the network, including neural connections, their signs and strengths, estimates its parameters, and can even be used to identify the biophysical mechanisms involved. The algorithm is tested on simulated time series data, generated using a realistic model of the subthalamopallidal network of basal ganglia. The resulting ODE system is highly accurate, and results are obtained in a matter of minutes. This is because the problem of reverse engineering a system of coupled differential equations is reduced to one of reverse engineering individual algebraic equations. The algorithm allows the incorporation of common domain knowledge to restrict the solution space. To our knowledge, this is the first time a realistic reverse engineering algorithm based on linear genetic programming has been applied to neural networks.

  17. PERIODIC REVIEW SYSTEM FOR INVENTORY REPLENISHMENT CONTROL FOR A TWO-ECHELON LOGISTICS NETWORK UNDER DEMAND UNCERTAINTY: A TWO-STAGE STOCHASTIC PROGRAMING APPROACH

    OpenAIRE

    Cunha, P.S.A.; Oliveira, F.; Raupp, Fernanda M.P.

    2017-01-01

    ABSTRACT Here, we propose a novel methodology for replenishment and control systems for inventories of two-echelon logistics networks using a two-stage stochastic programming, considering periodic review and uncertain demands. In addition, to achieve better customer services, we introduce a variable rationing rule to address quantities of the item in short. The devised models are reformulated into their deterministic equivalent, resulting in nonlinear mixed-integer programming models, which a...

  18. Disentangling the effects of reputation and network position on the evolution of alliance networks

    NARCIS (Netherlands)

    Ebbers, J.J.; Wijnberg, N.M.

    2010-01-01

    This study uses the panel data social network analysis program SIENA to estimate the effect of actor reputation derived from past performance on alliance formation, while controlling for other constant actor attributes and network position. The authors distinguish between individual reputation based

  19. To reveal the nature of interactions of human hemoglobin with gold nanoparticles having two different morphologies (sphere and star-shaped) by using various spectroscopic techniques.

    Science.gov (United States)

    Chakraborty, Madhurima; Paul, Somnath; Mitra, Ishani; Bardhan, Munmun; Bose, Mridul; Saha, Abhijit; Ganguly, Tapan

    2018-01-01

    The nature of interactions between heme protein human hemoglobin (HHb) and gold nanoparticles of two different morphologies that is GNP (spherical) and GNS (star-shaped) have been investigated by using UV-vis absorption, steady state fluorescence, synchronous fluorescence, resonance light scattering (RLS), time resolved fluorescence, FT-IR, and circular dichroism (CD) techniques under physiological condition of pH ~7 at ambient and different temperatures. Analysis of the steady state fluorescence quenching of HHb in aqueous solution in the presence of GNP and GNS suggests that the nature of the quenching is of static type. The static nature of the quenching is also confirmed from time resolved data. The static type of quenching also indicates the possibility of formation of ground state complex for both HHb-GNP and HHb-GNS systems. From the measurements of Stern-Volmer (SV) constants K SV and binding constants, K A and number of binding sites it appears that HHb forms stronger binding with GNP relative to GNS. Analysis of the thermodynamic parameters indicates that the formation of HHb-GNP and HHb-GNS complexes are spontaneous molecular interaction processes (∆G<0). In both cases hydrogen bonding and van der Waals interactions play a dominant role (∆H<0, ∆S<0). Synchronous fluorescence spectroscopy further reveals that the ground state complex formations of HHb-GNP and HHb-GNS preferably occur by binding with the amino acid tyrosine through hydrogen bonding interactions. Moreover the α-helicity contents of the proteins as obtained from the circular dichroism (CD) spectra appears to be marginally reduced by increasing concentrations of GNP and GNS and the α-helical structures of HHb retain its identity as native secondary structure in spite of complex formations with GNP or GNS. These findings demonstrate the efficiency of biomedical applications of GNP and GNS nanoparticles as well as in elucidating their mechanisms of action as drugs or drug delivery

  20. Influence of gold nanoparticles of varying size in improving the lipase activity within cationic reverse micelles.

    Science.gov (United States)

    Maiti, Subhabrata; Das, Dibyendu; Shome, Anshupriya; Das, Prasanta Kumar

    2010-02-08

    Herein, we report the effect of gold nanoparticles (GNPs) in enhancing lipase activity in reverse micelles of cetyltrimethylammonium bromide (CTAB)/water/isooctane/n-hexanol. The size and concentration of the nanoparticles were varied and their specific roles were assessed in detail. An overall enhancement of activity was observed in the GNP-doped CTAB reverse micelles. The improvement in activity becomes more prominent with increasing concentration and size of the GNPs (0-52 microM and ca. 3-30 nm, respectively). The observed highest lipase activity (k(2)=1070+/-12 cm(3) g(-1) s(-1)) in GNP-doped CTAB reverse micelles ([GNP]: 52 microm, ca. 20 nm) is 2.5-fold higher than in CTAB reverse micelles without GNPs. Improvement in the lipase activity is only specific to the GNP-doped reverse micellar media, whereas GNP deactivates and structurally deforms the enzyme in aqueous media. The reason for this activation is probably due to the formation of larger-sized reverse micelles in which the GNP acts as a polar core and the surfactants aggregate around the nanoparticle ('GNP pool') instead of only water. Lipase at the augmented interface of the GNP-doped reverse micelle showed improved activity because of enhancement in both the substrate and enzyme concentrations and increased flexibility in the lipase conformation. The extent of the activation is greater in the case of the larger-sized GNPs. A correlation has been established between the activity of lipase and its secondary structure by using circular dichroism and FTIR spectroscopic analysis. The generalized influence of GNP is verified in the reverse micelles of another surfactant, namely, cetyltripropylammonium bromide (CTPAB). TEM, dynamic light scattering (DLS), and UV/Vis spectroscopic analysis were utilized to characterize the GNPs and the organized aggregates. For the first time, CTAB-based reverse micelles have been found to be an excellent host for lipase simply by doping with appropriately sized GNPs.

  1. Shape-Shifting Droplet Networks.

    Science.gov (United States)

    Zhang, T; Wan, Duanduan; Schwarz, J M; Bowick, M J

    2016-03-11

    We consider a three-dimensional network of aqueous droplets joined by single lipid bilayers to form a cohesive, tissuelike material. The droplets in these networks can be programed to have distinct osmolarities so that osmotic gradients generate internal stresses via local fluid flows to cause the network to change shape. We discover, using molecular dynamics simulations, a reversible folding-unfolding process by adding an osmotic interaction with the surrounding environment which necessarily evolves dynamically as the shape of the network changes. This discovery is the next important step towards osmotic robotics in this system. We also explore analytically and numerically how the networks become faceted via buckling and how quasi-one-dimensional networks become three dimensional.

  2. Simulation and Evaluation of Ethernet Passive Optical Network

    Directory of Open Access Journals (Sweden)

    Salah A. Jaro Alabady

    2013-05-01

    Full Text Available      This paper studies simulation and evaluation of Ethernet Passive Optical Network (EPON system, IEEE802.3ah based OPTISM 3.6 simulation program. The simulation program is used in this paper to build a typical ethernet passive optical network, and to evaluate the network performance when using the (1580, 1625 nm wavelength instead of (1310, 1490 nm that used in Optical Line Terminal (OLT and Optical Network Units (ONU's in system architecture of Ethernet passive optical network at different bit rate and different fiber optic length. The results showed enhancement in network performance by increase the number of nodes (subscribers connected to the network, increase the transmission distance, reduces the received power and reduces the Bit Error Rate (BER.   

  3. Diabetes Prevention Program (DPP)

    Science.gov (United States)

    ... Recruiting Patients & Families Consortia, Networks & Centers Reports & Planning Diabetes Prevention Program (DPP) The NIDDK-sponsored Diabetes Prevention ... Diabetes Prevention Program for those who are eligible. Diabetes Prevention Program (DPP) DPP Goal The DPP looked ...

  4. Selective targeting of brain tumors with gold nanoparticle-induced radiosensitization.

    Directory of Open Access Journals (Sweden)

    Daniel Y Joh

    Full Text Available Successful treatment of brain tumors such as glioblastoma multiforme (GBM is limited in large part by the cumulative dose of Radiation Therapy (RT that can be safely given and the blood-brain barrier (BBB, which limits the delivery of systemic anticancer agents into tumor tissue. Consequently, the overall prognosis remains grim. Herein, we report our pilot studies in cell culture experiments and in an animal model of GBM in which RT is complemented by PEGylated-gold nanoparticles (GNPs. GNPs significantly increased cellular DNA damage inflicted by ionizing radiation in human GBM-derived cell lines and resulted in reduced clonogenic survival (with dose-enhancement ratio of ~1.3. Intriguingly, combined GNP and RT also resulted in markedly increased DNA damage to brain blood vessels. Follow-up in vitro experiments confirmed that the combination of GNP and RT resulted in considerably increased DNA damage in brain-derived endothelial cells. Finally, the combination of GNP and RT increased survival of mice with orthotopic GBM tumors. Prior treatment of mice with brain tumors resulted in increased extravasation and in-tumor deposition of GNP, suggesting that RT-induced BBB disruption can be leveraged to improve the tumor-tissue targeting of GNP and thus further optimize the radiosensitization of brain tumors by GNP. These exciting results together suggest that GNP may be usefully integrated into the RT treatment of brain tumors, with potential benefits resulting from increased tumor cell radiosensitization to preferential targeting of tumor-associated vasculature.

  5. State criminal justice telecommunications (STACOM). Volume 4: Network design software user's guide

    Science.gov (United States)

    Lee, J. J.

    1977-01-01

    A user's guide to the network design program is presented. The program is written in FORTRAN V and implemented on a UNIVAC 1108 computer under the EXEC-8 operating system which enables the user to construct least-cost network topologies for criminal justice digital telecommunications networks. A complete description of program features, inputs, processing logic, and outputs is presented, and a sample run and a program listing are included.

  6. Women in Engineering Program Advocates Network (WEPAN): Evaluation of the seventh annual conference

    Energy Technology Data Exchange (ETDEWEB)

    Brainard, S.G.

    1996-08-01

    The primary goals of the 1996 WEPAN Conference were to: (1) Conduct technical and programmatic seminars for institutions desiring to initiate, replicate, or expand women in engineering programs; (2) Provide assistance in fundraising and grant writing; (3) Profile women in engineering programs of excellence; (4) Sponsor inspiring, knowledgeable and motivational keynote speakers; and, (5) Offer a series of workshops focused on topics such as: establishing partnerships with industry, current research findings, retention strategies, issues affecting special populations, and early intervention techniques. In an effort to provide greater access for women to engineering careers, women in engineering program directors at Purdue University, Stevens Institute of Technology and the University of Washington joined together in 1990 to establish WEPAN, a national network of individuals interested in the recruitment, admission, retention, and graduation of women engineering students. This is the seventh year of operation. Success of this effort has been reflected in numerous ways: increased membership in the organization; increased number of women in engineering programs; increased number of women graduating in engineering; and grants from the U.S. Department of Energy, the National Science Foundation, the Alfred P. Sloan Foundation, the AT&T Foundation, and many other corporations to carry out the goals of WEPAN. The Seventh Annual Women in Engineering Conference entitled, Capitalizing on Today`s Challenges, was held in Denver, Colorado on June 1-4, 1996 at the Hyatt Regency. The conference brought together representatives from academia, government, and industry and examined current issues and initiatives for women in technology, science, and education. Building on the successes of the previous conferences, the seventh conference offered a new variety of speakers and topics.

  7. Computer network time synchronization the network time protocol on earth and in space

    CERN Document Server

    Mills, David L

    2010-01-01

    Carefully coordinated, reliable, and accurate time synchronization is vital to a wide spectrum of fields-from air and ground traffic control, to buying and selling goods and services, to TV network programming. Ill-gotten time could even lead to the unimaginable and cause DNS caches to expire, leaving the entire Internet to implode on the root servers.Written by the original developer of the Network Time Protocol (NTP), Computer Network Time Synchronization: The Network Time Protocol on Earth and in Space, Second Edition addresses the technological infrastructure of time dissemination, distrib

  8. Photonic network R and D activities in Japan

    Science.gov (United States)

    Kitayama, Ken-ichi; Miki, Tetsuya; Morioka, Toshio; Tsushima, Hideaki; Koga, Masafumi; Mori, Kazuyuki; Araki, Soichiro; Sato, Ken-ichi; Onaka, Hiroshi; Namiki, Shu; Aovama, Tomonori

    2005-11-01

    R and D activities on photonic networks in Japan are presented. First, milestones in current, ongoing R and D programs supported by Japanese government agencies are introduced, including long-distance and WDM fiber transmission, wavelength routing, optical burst switching, and control plane technology for IP backbone networks. Their goal was set to evolve a legacy telecommunications network to IP over WDM networks by introducing technologies for WDM and wavelength routing. We then discuss the perspectives of so-called PHASE II R and D programs for photonic networks over the next five years until 2010, by focusing on the report which has been recently issued by the Photonic Internet Forum (PIF), a consortium that has major carriers, telecom vendors, and Japanese academics as members. The PHASE II R and D programs should serve to establish a photonic platform to provide abundant bandwidth on demand, at any time on a real-time basis through the customer's initiative, to promote bandwidth-rich applications, such as grid computing, real-time digital-cinema streaming, medical and educational applications, and network storage in e-commerce.

  9. Conference of Radiation Control Program Directors, Inc. (CRCPD). A model for networking, cooperation, resource sharing, information exchange and regulation harmonization

    International Nuclear Information System (INIS)

    2007-01-01

    The focus of the talk will be to introduce the participants to the Conference of Radiation Control Program Directors, Inc. (CRCPD) and their proven methods for networking, information exchange, regulation development and standardization, and radiation protection guidance on emerging technologies. The presentation will describe how radiation control programs and staff from all 50 states in the US work collaboratively to ensure adequate radiation protection standards are uniformly applied throughout the country by pooling of resources and networking between all the states and the federal government, as well as with international members and partners. The products of CRCPD, such as the Suggested State Regulations along with other relevant informational documents, will be discussed along with how participants can access these products for use in their respective countries. CRCPD and its members represent a comprehensive radiation regulatory structure, covering all radiation sources and activities, (radioactive materials, licensing, registration, radioactive waste, x-ray, accelerators, emergency response, environmental monitoring, radon, and security). Networks are in place for all radiation issues. At the completion of this presentation, the participants will better understand a proven method to develop and implement a cooperative partnership with other countries. They will also gain knowledge on how to access CRCPD products that can be tailored for their own use and how to request technical assistance from membership. (author)

  10. FES Science Network Requirements - Report of the Fusion Energy Sciences Network Requirements Workshop Conducted March 13 and 14, 2008

    International Nuclear Information System (INIS)

    Tierney, Brian; Dart, Eli; Tierney, Brian

    2008-01-01

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the U.S. Department of Energy Office of Science, the single largest supporter of basic research in the physical sciences in the United States of America. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years. In March 2008, ESnet and the Fusion Energy Sciences (FES) Program Office of the DOE Office of Science organized a workshop to characterize the networking requirements of the science programs funded by the FES Program Office. Most sites that conduct data-intensive activities (the Tokamaks at GA and MIT, the supercomputer centers at NERSC and ORNL) show a need for on the order of 10 Gbps of network bandwidth for FES-related work within 5 years. PPPL reported a need for 8 times that (80 Gbps) in that time frame. Estimates for the 5-10 year time period are up to 160 Mbps for large simulations. Bandwidth requirements for ITER range from 10 to 80 Gbps. In terms of science process and collaboration structure, it is clear that the proposed Fusion Simulation Project (FSP) has the potential to significantly impact the data movement patterns and therefore the network requirements for U.S. fusion science. As the FSP is defined over the next two years, these changes will become clearer. Also, there is a clear and present unmet need for better network connectivity between U.S. FES sites and two Asian fusion experiments--the EAST Tokamak in China and the KSTAR Tokamak in South Korea. In addition to achieving its goal of collecting and characterizing the network requirements of the science endeavors funded by the FES Program Office, the workshop emphasized that there is a need for research into better ways of conducting remote

  11. FES Science Network Requirements - Report of the Fusion Energy Sciences Network Requirements Workshop Conducted March 13 and 14, 2008

    Energy Technology Data Exchange (ETDEWEB)

    Tierney, Brian; Dart, Eli; Tierney, Brian

    2008-07-10

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the U.S. Department of Energy Office of Science, the single largest supporter of basic research in the physical sciences in the United States of America. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years. In March 2008, ESnet and the Fusion Energy Sciences (FES) Program Office of the DOE Office of Science organized a workshop to characterize the networking requirements of the science programs funded by the FES Program Office. Most sites that conduct data-intensive activities (the Tokamaks at GA and MIT, the supercomputer centers at NERSC and ORNL) show a need for on the order of 10 Gbps of network bandwidth for FES-related work within 5 years. PPPL reported a need for 8 times that (80 Gbps) in that time frame. Estimates for the 5-10 year time period are up to 160 Mbps for large simulations. Bandwidth requirements for ITER range from 10 to 80 Gbps. In terms of science process and collaboration structure, it is clear that the proposed Fusion Simulation Project (FSP) has the potential to significantly impact the data movement patterns and therefore the network requirements for U.S. fusion science. As the FSP is defined over the next two years, these changes will become clearer. Also, there is a clear and present unmet need for better network connectivity between U.S. FES sites and two Asian fusion experiments--the EAST Tokamak in China and the KSTAR Tokamak in South Korea. In addition to achieving its goal of collecting and characterizing the network requirements of the science endeavors funded by the FES Program Office, the workshop emphasized that there is a need for research into better ways of conducting remote

  12. Violence on canadian television networks.

    Science.gov (United States)

    Paquette, Guy

    2004-02-01

    Over the past twenty years, the question of the effects of violence on television has figured prominently in public opinion and hundreds of studies have been devoted to this subject. Many researchers have determined that violence has a negative impact on behavior. The public, broadcasters and political figures all support the idea of reducing the total amount of violence on television - in particular in shows for children. A thousand programs aired between 1993 and 2001 on major non-specialty television networks in Canada were analyzed: TVA, TQS, as well as CTV and Global, private French and English networks, as well as the English CBC Radio and French Radio-Canada for the public networks. The methodology consists of a classic analysis of content where an act of violence constitutes a unit of analysis. The data collected revealed that the amount of violence has increased regularly since 1993 despite the stated willingness on the part of broadcasters to produce programs with less violence. The total number of violent acts, as well as the number of violent acts per hour, is increasing. Private networks deliver three times more violence than public networks. Researchers have also noted that a high proportion of violence occurs in programs airing before 21:00 hours, thereby exposing a large number of children to this violence. Psychological violence is taking on a more significant role in Canadian Television.

  13. Terahertz absorption in graphite nanoplatelets/polylactic acid composites

    Science.gov (United States)

    Bychanok, D.; Angelova, P.; Paddubskaya, A.; Meisak, D.; Shashkova, L.; Demidenko, M.; Plyushch, A.; Ivanov, E.; Krastev, R.; Kotsilkova, R.; Ogrin, F. Y.; Kuzhir, P.

    2018-04-01

    The electromagnetic properties of composite materials based on poly(lactic) acid (PLA) filled with graphite nanoplatelets (GNP) were investigated in the microwave (26–37 GHz) and terahertz (0.2–1 THz) frequency ranges. The maximum of the imaginary part of the dielectric permittivity was observed close to 0.6 THz for composites with 1.5 and 3 wt.% of GNP. The experimental data of complex dielectric permittivity of GNP/PLA composites was modelled using the Maxwell-Garnett theory. The effects of fine dispersion, agglomeration, and percolation in GNP-based composites on its electromagnetic constitutive parameters, presence, and position of THz absorption peak are discussed on the basis of the modeling results and experimental data. The unique combination of conductive and geometrical parameters of GNP embedded into the PLA matrix below the percolation threshold allow us to obtain the THz-absorptive material, which may be effectively used as a 3D-printing filament.

  14. Focal Segmental Glomerulosclerosis: A Single Center Experience

    Directory of Open Access Journals (Sweden)

    Yavuz Ayar

    2016-09-01

    Full Text Available Aim: Focal segmental glomerulosclerosis (FSGS is one of the most common glomerulonephritis (GNP worldwide. Despite treatment, it may progress to end-stage renal disease. In the present study, we compared clinical and histopathological data on FSGS with primary and secondary GNP retrospectively. Methods: We retrospectively analyzed data on clinical and laboratory findings, treatment response, and risk factors associated with mortality in patients, who had been diagnosed with FSGS and other GNP via renal biopsy between January 2009 and December 2014. The average follow-up time was 22 (8-76 months. Results: FSGS and primary GNP were more frequently seen in males than in females (55.9% vs. 65.3%, p=0.033. Nephrotic syndrome was more common in patients with FSGS (41.2% and primary GNP (57.7%, while chronic renal disease was more frequent in patients with secondary GNP (35%. In FSGS, the complete remission rate was 54.4%. 63.2% of patients had continued to receive treatment. According to the biopsy findings, interstitial inflammation and fibrosis were observed in 100% and 98.5% of patients with FSGS, respectively (p=0.010 and p<0.001, respectively. Serum albumin level was found to be increased and proteinuria, total cholesterol, triglyceride, and LDL levels to be decreased after treatment (p<0.001. Serum creatinine levels and type of GNP (secondary GNP were detected to be 1.48 and 8.14 fold increased in mortality analysis, respectively. Conclusion: Renal biopsy is the gold standard for the diagnosis of glomerular diseases. Renal function at the time of diagnosis, follow-up and appropriate immunosuppressive therapy have effects on mortality and clinical progress in FSGS as is the case in all GNPs.

  15. External quality-assurance results for the national atmospheric deposition program/national trends network, 2000-2001

    Science.gov (United States)

    Wetherbee, Gregory A.; Latysh, Natalie E.; Gordon, John D.

    2004-01-01

    Five external quality-assurance programs were operated by the U.S. Geological Survey for the National Atmospheric Deposition Program/National Trends Network (NADP/NTN) from 2000 through 2001 (study period): the intersite-comparison program, the blind-audit program, the field-audit program, the interlaboratory-comparison program, and the collocated-sampler program. Each program is designed to measure specific components of the total error inherent in NADP/NTN wet-deposition measurements. The intersite-comparison program assesses the variability and bias of pH and specific-conductance determinations made by NADP/NTN site operators with respect to accuracy goals. The accuracy goals are statistically based using the median of all of the measurements obtained for each of four intersite-comparison studies. The percentage of site operators responding on time that met the pH accuracy goals ranged from 84.2 to 90.5 percent. In these same four intersite-comparison studies, 88.9 to 99.0 percent of the site operators met the accuracy goals for specific conductance. The blind-audit program evaluates the effects of routine sample handling, processing, and shipping on the chemistry of weekly precipitation samples. The blind-audit data for the study period indicate that sample handling introduced a small amount of sulfate contamination and slight changes to hydrogen-ion content of the precipitation samples. The magnitudes of the paired differences are not environmentally significant to NADP/NTN data users. The field-audit program (also known as the 'field-blank program') was designed to measure the effects of field exposure, handling, and processing on the chemistry of NADP/NTN precipitation samples. The results indicate potential low-level contamination of NADP/NTN samples with calcium, ammonium, chloride, and nitrate. Less sodium contamination was detected by the field-audit data than in previous years. Statistical analysis of the paired differences shows that contaminant ions

  16. Mathematical algorithm to transform digital biomass distribution maps into linear programming networks in order to optimize bio-energy delivery chains

    NARCIS (Netherlands)

    Velazquez-Marti, B.; Annevelink, E.

    2008-01-01

    Many linear programming models have been developed to model the logistics of bio-energy chains. These models help to determine the best set-up of bio-energy chains. Most of them use network structures built up from nodes with one or more depots, and arcs connecting these depots. Each depot is source

  17. The prevention research centers' managing epilepsy well network.

    Science.gov (United States)

    DiIorio, Colleen K; Bamps, Yvan A; Edwards, Ariele L; Escoffery, Cam; Thompson, Nancy J; Begley, Charles E; Shegog, Ross; Clark, Noreen M; Selwa, Linda; Stoll, Shelley C; Fraser, Robert T; Ciechanowski, Paul; Johnson, Erica K; Kobau, Rosemarie; Price, Patricia H

    2010-11-01

    The Managing Epilepsy Well (MEW) Network was created in 2007 by the Centers for Disease Control and Prevention's (CDC) Prevention Research Centers and Epilepsy Program to promote epilepsy self-management research and to improve the quality of life for people with epilepsy. MEW Network membership comprises four collaborating centers (Emory University, University of Texas Health Science Center at Houston, University of Michigan, and University of Washington), representatives from CDC, affiliate members, and community stakeholders. This article describes the MEW Network's background, mission statement, research agenda, and structure. Exploratory and intervention studies conducted by individual collaborating centers are described, as are Network collaborative projects, including a multisite depression prevention intervention and the development of a standard measure of epilepsy self-management. Communication strategies and examples of research translation programs are discussed. The conclusion outlines the Network's role in the future development and dissemination of evidence-based epilepsy self-management programs. Copyright © 2010 Elsevier Inc. All rights reserved.

  18. Networks in ATLAS

    CERN Document Server

    Mc Kee, Shawn Patrick; The ATLAS collaboration

    2016-01-01

    Networks have played a critical role in high-energy physics (HEP), enabling us to access and effectively utilize globally distributed resources to meet the needs of our physicists. Because of their importance in enabling our grid computing infrastructure many physicists have taken leading roles in research and education (R&E) networking, participating in, and even convening, network related meetings and research programs with the broader networking community worldwide. This has led to HEP benefiting from excellent global networking capabilities for little to no direct cost. However, as other science domains ramp-up their need for similar networking it becomes less clear that this situation will continue unchanged. What this means for ATLAS in particular needs to be understood. ATLAS has evolved its computing model since the LHC started based upon its experience with using globally distributed resources. The most significant theme of those changes has been increased reliance upon, and use of, its networks....

  19. Networks in ATLAS

    CERN Document Server

    AUTHOR|(INSPIRE)INSPIRE-00260714; The ATLAS collaboration

    2017-01-01

    Networks have played a critical role in high-energy physics (HEP), enabling us to access and effectively utilize globally distributed resources to meet the needs of our physicists. Because of their importance in enabling our grid computing infrastructure many physicists have taken leading roles in research and education (R&E) networking, participating in, and even convening, network related meetings and research programs with the broader networking community worldwide. This has led to HEP benefiting from excellent global networking capabilities for little to no direct cost. However, as other science domains ramp-up their need for similar networking it becomes less clear that this situation will continue unchanged. What this means for ATLAS in particular needs to be understood. ATLAS has evolved its computing model since the LHC started based upon its experience with using globally distributed resources. The most significant theme of those changes has been increased reliance upon, and use of, its networks....

  20. An Optimization Model for Expired Drug Recycling Logistics Networks and Government Subsidy Policy Design Based on Tri-level Programming

    Directory of Open Access Journals (Sweden)

    Hui Huang

    2015-07-01

    Full Text Available In order to recycle and dispose of all people’s expired drugs, the government should design a subsidy policy to stimulate users to return their expired drugs, and drug-stores should take the responsibility of recycling expired drugs, in other words, to be recycling stations. For this purpose it is necessary for the government to select the right recycling stations and treatment stations to optimize the expired drug recycling logistics network and minimize the total costs of recycling and disposal. This paper establishes a tri-level programming model to study how the government can optimize an expired drug recycling logistics network and the appropriate subsidy policies. Furthermore, a Hybrid Genetic Simulated Annealing Algorithm (HGSAA is proposed to search for the optimal solution of the model. An experiment is discussed to illustrate the good quality of the recycling logistics network and government subsides obtained by the HGSAA. The HGSAA is proven to have the ability to converge on the global optimal solution, and to act as an effective algorithm for solving the optimization problem of expired drug recycling logistics network and government subsidies.

  1. The role of social networking web sites in influencing residency decisions.

    Science.gov (United States)

    Schweitzer, Justin; Hannan, Alexander; Coren, Joshua

    2012-10-01

    Social networking Web sites such as Facebook have grown rapidly in popularity. It is unknown how such sites affect the ways in which medical trainees investigate and interact with graduate medical education (GME) programs. To evaluate the use of social networking Web sites as a means for osteopathic medical students, interns, residents, and fellows to interact with GME programs and report the degree to which that interaction impacts a medical trainee's choice of GME program. An anonymous, 10-item electronic survey on social networking Web sites was e-mailed to osteopathic medical student, intern, resident, and fellow members of the American College of Osteopathic Family Physicians. The weighted least squares test and the Fisher exact test were used for data analysis. A total of 9606 surveys were distributed, and 992 (10%) were completed. Nine hundred twenty-eight (93%) of the respondents used social networking Web sites, with the most popular services being Facebook (891 [90%]; P=.03), the Student Doctor Network (278 [28%]), and LinkedIn (89 [9%]; P=.03). Three hundred fifty-three respondents (36%; P=.52) were connected with a professional organization and 673 (68%; P=.73) used social networking Web sites for job searching related to GME programs or postresidency employment. Within the population of 497 third-, fourth-, and fifth-year osteopathic medical students, 136 (27%) reported gleaning information about programs through social networking Web sites (P=.01). Within the total population, 100 of 992 (10%) reported that this information influenced their decisions (P=.07). Of note, 144 (14%) of the total 992 respondents reported that the programs they applied to did not have any presence on social networking Web sites (P=.05). Our results indicate that social networking Web sites have a present and growing influence on how osteopathic medical students, interns, residents, and fellows learn about and select a GME program.

  2. Handbook of networking & connectivity

    CERN Document Server

    McClain, Gary R

    1994-01-01

    Handbook of Networking & Connectivity focuses on connectivity standards in use, including hardware and software options. The book serves as a guide for solving specific problems that arise in designing and maintaining organizational networks.The selection first tackles open systems interconnection, guide to digital communications, and implementing TCP/IP in an SNA environment. Discussions focus on elimination of the SNA backbone, routing SNA over internets, connectionless versus connection-oriented networks, internet concepts, application program interfaces, basic principles of layering, proto

  3. BER Science Network Requirements

    Energy Technology Data Exchange (ETDEWEB)

    Alapaty, Kiran; Allen, Ben; Bell, Greg; Benton, David; Brettin, Tom; Canon, Shane; Dart, Eli; Cotter, Steve; Crivelli, Silvia; Carlson, Rich; Dattoria, Vince; Desai, Narayan; Egan, Richard; Tierney, Brian; Goodwin, Ken; Gregurick, Susan; Hicks, Susan; Johnston, Bill; de Jong, Bert; Kleese van Dam, Kerstin; Livny, Miron; Markowitz, Victor; McGraw, Jim; McCord, Raymond; Oehmen, Chris; Regimbal, Kevin; Shipman, Galen; Strand, Gary; Flick, Jeff; Turnbull, Susan; Williams, Dean; Zurawski, Jason

    2010-11-01

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the US Department of Energy Office of Science, the single largest supporter of basic research in the physical sciences in the United States. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years. In April 2010 ESnet and the Office of Biological and Environmental Research, of the DOE Office of Science, organized a workshop to characterize the networking requirements of the science programs funded by BER. The requirements identified at the workshop are summarized and described in more detail in the case studies and the Findings section. A number of common themes emerged from the case studies and workshop discussions. One is that BER science, like many other disciplines, is becoming more and more distributed and collaborative in nature. Another common theme is that data set sizes are exploding. Climate Science in particular is on the verge of needing to manage exabytes of data, and Genomics is on the verge of a huge paradigm shift in the number of sites with sequencers and the amount of sequencer data being generated.

  4. Controlling Voltage Levels of Distribution Network-Radial Feeder after Connecting Wind Turbines to the Network

    Directory of Open Access Journals (Sweden)

    Muhammad Al Badri

    2017-11-01

    Full Text Available Several factors in power generation and supply need to be taken into account such as shortages of energy supply, system stability, and energy quality and system disruption due to network losses, industrial development and population expansion. The addition of wind turbines to the distribution network is of great benefit in providing additional power and solving these problems, but this addition is accompanied by the problem of low voltage network. This research found optimal solutions to the problem of low voltage distribution network after connecting wind turbines. The main idea of this paper is to optimize the low-voltage problem as a result of connecting the wind turbines to the "far end" of the radial feeder for a distribution network and to obtain a voltage level within an acceptable and stable range. The problem of low voltage solved by using the load-drop compensation, capacitor-bank and “doubly-fed” induction generators. The results of this study were based on the operation of the entire design of the simulation system which would be compatible with the reality of the energy flow of all network components by using the PSCAD program. The present analysis program revealed an optimum solution for the low voltage profile of the distribution network after connecting the wind turbine.

  5. Program za vođenje personalne evidencije / Application program for personnel files

    Directory of Open Access Journals (Sweden)

    Miroslav Stojanović

    2002-03-01

    Full Text Available U radu je opisan Program za multikorisnički rad u mrežnom okruženju, koji je namenjen za vođenje personalne evidencije u okviru jedinice. Program je razvijen tako da u mrežnom okruženju radi sa bazom podataka, Microsoft SQL Server, a kada je mreža nefunkcionalna da radi lokalno sa MS Access, i da omogući automatsko ažuriranje podataka iz lokalne u glavnu bazu podataka. Prva verzija programa razvijena je i nalazi se u fazi probnog rada. / The paper presents an application program for personnel files of a unit. The application works in multi-user and network environment. It is developed to work with the Microsoft SQL Server database in network environment and to work with the MS Access database when network is not functional and to allow data synchronization between the local and the main database. The alpha version of the application program is finished and it is on a test drive now.

  6. Optimization of stochastic discrete systems and control on complex networks computational networks

    CERN Document Server

    Lozovanu, Dmitrii

    2014-01-01

    This book presents the latest findings on stochastic dynamic programming models and on solving optimal control problems in networks. It includes the authors' new findings on determining the optimal solution of discrete optimal control problems in networks and on solving game variants of Markov decision problems in the context of computational networks. First, the book studies the finite state space of Markov processes and reviews the existing methods and algorithms for determining the main characteristics in Markov chains, before proposing new approaches based on dynamic programming and combinatorial methods. Chapter two is dedicated to infinite horizon stochastic discrete optimal control models and Markov decision problems with average and expected total discounted optimization criteria, while Chapter three develops a special game-theoretical approach to Markov decision processes and stochastic discrete optimal control problems. In closing, the book's final chapter is devoted to finite horizon stochastic con...

  7. Amide group anchored glucose oxidase based anodic catalysts for high performance enzymatic biofuel cell

    Science.gov (United States)

    Chung, Yongjin; Ahn, Yeonjoo; Kim, Do-Heyoung; Kwon, Yongchai

    2017-01-01

    A new enzyme catalyst is formed by fabricating gold nano particle (GNP)-glucose oxidase (GOx) clusters that are then attached to polyethyleneimine (PEI) and carbon nanotube (CNT) with cross-linkable terephthalaldehyde (TPA) (TPA/[CNT/PEI/GOx-GNP]). Especially, amide bonds belonging to TPA play an anchor role for incorporating rigid bonding among GNP, GOx and CNT/PEI, while middle size GNP is well bonded with thiol group of GOx to form strong GNP-GOx cluster. Those bonds are identified by chemical and electrochemical characterizations like XPS and cyclic voltammogram. The anchording effect of amide bonds induces fast electron transfer and strong chemical bonding, resulting in enhancements in (i) catalytic activity, (ii) amount of immobilized GOx and (ii) performance of enzymatic biofuel cell (EBC) including the catalyst. Regarding the catalytic activity, the TPA/[CNT/PEI/GOx-GNP] produces high electron transfer rate constant (6 s-1), high glucose sensitivity (68 μA mM-1 cm-2), high maximum current density (113 μA cm-2), low charge transfer resistance (17.0 Ω cm2) and long-lasting durability while its chemical structure is characterized by XPS confirming large portion of amide bond. In EBC measurement, it has high maximum power density (0.94 mW cm-2) compatible with catalytic acitivity measurements.

  8. A multi-stage stochastic program for supply chain network redesign problem with price-dependent uncertain demands

    DEFF Research Database (Denmark)

    Fattahi, Mohammad; Govindan, Kannan; Keyvanshokooh, Esmaeil

    2018-01-01

    In this paper, we address a multi-period supply chain network redesign problem in which customer zones have price-dependent stochastic demand for multiple products. A novel multi-stage stochastic program is proposed to simultaneously make tactical decisions including products' prices and strategic...... redesign decisions. Existing uncertainty in potential demands of customer zones is modeled through a finite set of scenarios, described in the form of a scenario tree. The scenarios are generated using a Latin Hypercube Sampling method and then a forward scenario construction technique is employed...

  9. Network Survivability

    DEFF Research Database (Denmark)

    Marzo, José L.; Stidsen, Thomas Riis; Ruepp, Sarah Renée

    2010-01-01

    – are vital to modern services such as mobile telephony, online banking and VoIP. This book examines communication networking from a mathematical viewpoint. The contributing authors took part in the European COST action 293 – a four-year program of multidisciplinary research on this subject. In this book...... they offer introductory overviews and state-of-the-art assessments of current and future research in the fields of broadband, optical, wireless and ad hoc networks. Particular topics of interest are design, optimization, robustness and energy consumption. The book will be of interest to graduate students......, researchers and practitioners in the areas of networking, theoretical computer science, operations research, distributed computing and mathematics....

  10. LANES - LOCAL AREA NETWORK EXTENSIBLE SIMULATOR

    Science.gov (United States)

    Gibson, J.

    1994-01-01

    The Local Area Network Extensible Simulator (LANES) provides a method for simulating the performance of high speed local area network (LAN) technology. LANES was developed as a design and analysis tool for networking on board the Space Station. The load, network, link and physical layers of a layered network architecture are all modeled. LANES models to different lower-layer protocols, the Fiber Distributed Data Interface (FDDI) and the Star*Bus. The load and network layers are included in the model as a means of introducing upper-layer processing delays associated with message transmission; they do not model any particular protocols. FDDI is an American National Standard and an International Organization for Standardization (ISO) draft standard for a 100 megabit-per-second fiber-optic token ring. Specifications for the LANES model of FDDI are taken from the Draft Proposed American National Standard FDDI Token Ring Media Access Control (MAC), document number X3T9.5/83-16 Rev. 10, February 28, 1986. This is a mature document describing the FDDI media-access-control protocol. Star*Bus, also known as the Fiber Optic Demonstration System, is a protocol for a 100 megabit-per-second fiber-optic star-topology LAN. This protocol, along with a hardware prototype, was developed by Sperry Corporation under contract to NASA Goddard Space Flight Center as a candidate LAN protocol for the Space Station. LANES can be used to analyze performance of a networking system based on either FDDI or Star*Bus under a variety of loading conditions. Delays due to upper-layer processing can easily be nullified, allowing analysis of FDDI or Star*Bus as stand-alone protocols. LANES is a parameter-driven simulation; it provides considerable flexibility in specifying both protocol an run-time parameters. Code has been optimized for fast execution and detailed tracing facilities have been included. LANES was written in FORTRAN 77 for implementation on a DEC VAX under VMS 4.6. It consists of two

  11. Developing a high performance superoxide dismutase based electrochemical biosensor for radiation dosimetry of thallium 201

    International Nuclear Information System (INIS)

    Salem, Fatemeh; Tavakoli, Hassan; Sadeghi, Mahdi; Riazi, Abbas

    2014-01-01

    To develop a new biosensor for measurement of superoxide free radical generated in radiolysis reaction, three combinations of SOD-based biosensors including Au/Cys/SOD, Au/GNP/Cys/SOD and Au/GNP/Cys/SOD/Chit were fabricated. In these biosensors Au, GNP, Cys, SOD and Chit represent gold electrode, gold nano-particles, cysteine, superoxide dismutase and chitosan, respectively. For biosensors fabrication, SOD, GNP, Cys and Chit were immobilized at the surface of gold electrode. Cyclic voltametry and chronoamperometry were utilized for evaluation of biosensors performances. The results showed that Au/GNP/Cys/SOD/Chit has significantly better responses compared to Au/Cys/SOD and Au/GNP/Cys/SOD. As a result, this biosensor was selected for dosimetry of ionizing radiation. For this purpose, thallium 201 at different volumes was added to buffer phosphate solution in electrochemical cell. To obtain analytical parameters of Au/GNP/Cys/SOD/Chit, calibration curve was sketched. The results showed that this biosensor has a linear response in the range from 0.5 to 4 Gy, detection limit 0.03 μM. It also has a proper sensitivity (0.6038 nA/Gy), suitable long term stability and cost effective as well as high function for radiation dosimetry. - highlights: • Our biosensor is able to measure produced superoxide radical during water radiolysis. • It has suitable linearity range, good detection limit and long term stability. • It also has proper sensitivity and high performance for low LET ionizing radiation. • The electrochemical method is as good as traditional methods for radiation dosimetry

  12. Inhalation of nanoplatelets - Theoretical deposition simulations.

    Science.gov (United States)

    Sturm, Robert

    2017-12-01

    Primary objective of the contribution was the theoretical prediction of nanoplatelet deposition in the human respiratory tract. Modeling was founded on the hypothetical inhalation of graphene nanoplatelets (GNP) measuring 0.01 and 0.1μm in thickness and adopting a projected area diameter of 1-30μm. Particle uptake was assumed to take place with inhalation flow rates of 250, 500, 750, and 1000cm 3 s -1 , respectively. For an appropriate description of pulmonary particle behavior, transport of GNP in a stochastic lung structure and deposition formulae based on analytical and numerical studies were presupposed. The results obtained from the theoretical approach clearly demonstrate that GNP with a thickness of 0.01μm deposit in the respiratory tract by 20-50%, whereas GNP with a thickness of 0.1μm exhibit a deposition of 20-90%. Larger platelets deposit with higher probability than small ones. Increase of inhalation flow rate is accompanied by decreased deposition in the case of thin GNP, whilst thicker GNP are preferably accumulated in the extrathoracic region. Generation-specific deposition ranges from 0.05 to 7% (0.01μm) and from 0.05 to 9%, with maximum values being obtained in airway generation 20. In proximal airway generations (0-10), deposition is increased with inhalation flow rate, whereas in intermediate to distal generations a reverse effect may be observed. Health consequences of GNP deposition in different lung compartments are subjected to an intense debate. Copyright © 2017. Published by Elsevier GmbH.

  13. A Partnership Training Program in Breast Cancer Diagnosis: Concept Development of the Next Generation Diagnostic Breast Imaging Using Digital Image Library and Networking Techniques

    National Research Council Canada - National Science Library

    Chouikha, Mohamed F

    2004-01-01

    ...); and Georgetown University (Image Science and Information Systems, ISIS). In this partnership training program, we will train faculty and students in breast cancer imaging, digital image database library techniques and network communication strategy...

  14. Programming chemical kinetics: engineering dynamic reaction networks with DNA strand displacement

    Science.gov (United States)

    Srinivas, Niranjan

    Over the last century, the silicon revolution has enabled us to build faster, smaller and more sophisticated computers. Today, these computers control phones, cars, satellites, assembly lines, and other electromechanical devices. Just as electrical wiring controls electromechanical devices, living organisms employ "chemical wiring" to make decisions about their environment and control physical processes. Currently, the big difference between these two substrates is that while we have the abstractions, design principles, verification and fabrication techniques in place for programming with silicon, we have no comparable understanding or expertise for programming chemistry. In this thesis we take a small step towards the goal of learning how to systematically engineer prescribed non-equilibrium dynamical behaviors in chemical systems. We use the formalism of chemical reaction networks (CRNs), combined with mass-action kinetics, as our programming language for specifying dynamical behaviors. Leveraging the tools of nucleic acid nanotechnology (introduced in Chapter 1), we employ synthetic DNA molecules as our molecular architecture and toehold-mediated DNA strand displacement as our reaction primitive. Abstraction, modular design and systematic fabrication can work only with well-understood and quantitatively characterized tools. Therefore, we embark on a detailed study of the "device physics" of DNA strand displacement (Chapter 2). We present a unified view of strand displacement biophysics and kinetics by studying the process at multiple levels of detail, using an intuitive model of a random walk on a 1-dimensional energy landscape, a secondary structure kinetics model with single base-pair steps, and a coarse-grained molecular model that incorporates three-dimensional geometric and steric effects. Further, we experimentally investigate the thermodynamics of three-way branch migration. Our findings are consistent with previously measured or inferred rates for

  15. Virtual Stationary Automata for Mobile Networks

    National Research Council Canada - National Science Library

    Dolev, Shlomi; Gilbert, Seth; Lahiani, Limor; Lynch, Nancy; Nolte, Tina

    2005-01-01

    We define a programming abstraction for mobile networks called the Virtual Stationary Automata programming layer, consisting of real mobile clients, virtual timed I/O automata called virtual stationary automata (VSAs...

  16. BONFIRE: benchmarking computers and computer networks

    OpenAIRE

    Bouckaert, Stefan; Vanhie-Van Gerwen, Jono; Moerman, Ingrid; Phillips, Stephen; Wilander, Jerker

    2011-01-01

    The benchmarking concept is not new in the field of computing or computer networking. With “benchmarking tools”, one usually refers to a program or set of programs, used to evaluate the performance of a solution under certain reference conditions, relative to the performance of another solution. Since the 1970s, benchmarking techniques have been used to measure the performance of computers and computer networks. Benchmarking of applications and virtual machines in an Infrastructure-as-a-Servi...

  17. 3-D diffusion program XYZ-MUGDI with data-analyzing program XYZFF

    Energy Technology Data Exchange (ETDEWEB)

    Siewers, H

    1976-01-01

    The XYZ-MUGDI program solves boudary value and eigenvalue problems for three-dimensional heterogeneous configurations in X, Y, Z-geometry for a maximum of four energy groups. The program XYZFF is a program for analyzing data; with it especially the average and maximum form factors for arbitrary coarse-meshed networks can be evaluated.

  18. Neighborhood Environmental Watch Network

    International Nuclear Information System (INIS)

    Sanders, L.D.

    1993-01-01

    The Neighborhood Environmental Watch Network (NEWNET) is a regional network of environmental monitoring stations and a data archival center that supports collaboration between communities, industry, and government agencies to solve environmental problems. The stations provide local displays of measurements for the public and transmit measurements via satellite to a central site for archival and analysis. Station managers are selected from the local community and trained to support the stations. Archived data and analysis tools are available to researchers, educational institutions, industrial collaborators, and the public across the nation through a communications network. Los Alamos National Laboratory and the Environmental Protection Agency have developed a NEWNET pilot program for the Department of Energy. The pilot program supports monitoring stations in Nevada, Arizona, Utah, Wyoming, and California. Additional stations are being placed in Colorado and New Mexico. Pilot stations take radiological and meteorological measurements. Other measurements are possible by exchanging sensors

  19. Network coding for multi-resolution multicast

    DEFF Research Database (Denmark)

    2013-01-01

    A method, apparatus and computer program product for utilizing network coding for multi-resolution multicast is presented. A network source partitions source content into a base layer and one or more refinement layers. The network source receives a respective one or more push-back messages from one...... or more network destination receivers, the push-back messages identifying the one or more refinement layers suited for each one of the one or more network destination receivers. The network source computes a network code involving the base layer and the one or more refinement layers for at least one...... of the one or more network destination receivers, and transmits the network code to the one or more network destination receivers in accordance with the push-back messages....

  20. Chapitre 14. Networking Project: available S&T resources in the United States for networking with home countries

    OpenAIRE

    Johnson, Jean

    2013-01-01

    Some science and technology (S&T) policies and programs of the United States would facilitate the networking of the foreign-born scientists and engineers (S&Es) with their home countries to contribute to development. These policies and programs would mainly facilitate networking to build up S&T infrastructure. The Director of the National Science Foundation (NSF) has encouraged the U.S. science community to become even further engaged in the world, and has elevated international science withi...

  1. BrainNetVis: analysis and visualization of brain functional networks.

    Science.gov (United States)

    Tsiaras, Vassilis; Andreou, Dimitris; Tollis, Ioannis G

    2009-01-01

    BrainNetVis is an application, written in Java, that displays and analyzes synchronization networks from brain signals. The program implements a number of network indices and visualization techniques. We demonstrate its use through a case study of left hand and foot motor imagery. The data sets were provided by the Berlin BCI group. Using this program we managed to find differences between the average left hand and foot synchronization networks by comparing them with the average idle state synchronization network.

  2. How to Buy Training Programs.

    Science.gov (United States)

    Geber, Beverly

    1989-01-01

    Discusses how to select the best training program for your needs. Includes information on deciding whether to develop your own program or buy one; identifying the kind of program you need; examining what is available; networking; choosing a supplier; and evaluating programs. (JOW)

  3. Networking Japan

    DEFF Research Database (Denmark)

    Hansen, Annette Skovsted

    Human Resource Development was the first and remains an important pillar in Japanese foreign aid. I will argue that Japan has access to a global network of alumni who will co-define Japanese foreign aid in the future, because Japan has encouraged alumni societies and networking since 1965. A total...... of more than a million people in more than 100 countries have attended courses in Japan funded fully or partly by Japanese ODA since the inception of the technical assistance programs in 1954 through the Colombo Plan and since 1959 through the Association of Overseas Technical Scholarships (AOTS from 2009...... HIDA). Many of these alumni have and will in the future exchange ideas and keep contact not only to Japan, but also to fellow alumni around the globe and, thereby, practice south-south exchanges, which are made possible and traceable by their established alumni network and the World Network of Friends...

  4. Using Social Network Analysis to Evaluate Community Capacity Building of a Regional Community Cancer Network

    Science.gov (United States)

    Luque, John; Tyson, Dinorah Martinez; Lee, Ji-Hyun; Gwede, Clement; Vadaparampil, Susan; Noel-Thomas, Shalewa; Meade, Cathy

    2010-01-01

    The Tampa Bay Community Cancer Network (TBCCN) is one of 25 Community Network Programs funded by the National Cancer Institute's (NCI's) Center to Reduce Cancer Health Disparities with the objectives to create a collaborative infrastructure of academic and community based organizations and to develop effective and sustainable interventions to…

  5. Trimaran Resistance Artificial Neural Network

    Science.gov (United States)

    2011-01-01

    11th International Conference on Fast Sea Transportation FAST 2011, Honolulu, Hawaii, USA, September 2011 Trimaran Resistance Artificial Neural Network Richard...Trimaran Resistance Artificial Neural Network 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) 5d. PROJECT NUMBER 5e... Artificial Neural Network and is restricted to the center and side-hull configurations tested. The value in the parametric model is that it is able to

  6. The causality between energy consumption and economic growth in Turkey

    International Nuclear Information System (INIS)

    Erdal, Guelistan; Erdal, Hilmi; Esenguen, Kemal

    2008-01-01

    This paper applies the causality test to examine the causal relationship between primary energy consumption (EC) and real Gross National Product (GNP) for Turkey during 1970-2006. We employ unit root tests, the augmented Dickey-Fuller (ADF) and the Philips-Perron (PP), Johansen cointegration test, and Pair-wise Granger causality test to examine relation between EC and GNP. Our empirical results indicate that the two series are found to be non-stationary. However, first differences of these series lead to stationarity. Further, the results indicate that EC and GNP are cointegrated and there is bidirectional causality running from EC to GNP and vice versa. This means that an increase in EC directly affects economic growth and that economic growth also stimulates further EC. This bidirectional causality relationship between EC and GNP determined for Turkey at 1970-2006 period is in accordance with the ones in literature reported for similar countries. Consequently, we conclude that energy is a limiting factor to economic growth in Turkey and, hence, shocks to energy supply will have a negative impact on economic growth

  7. Effects of Particle Size and Surface Chemistry on the Dispersion of Graphite Nanoplates in Polypropylene Composites

    Directory of Open Access Journals (Sweden)

    Raquel M. Santos

    2018-02-01

    Full Text Available Carbon nanoparticles tend to form agglomerates with considerable cohesive strength, depending on particle morphology and chemistry, thus presenting different dispersion challenges. The present work studies the dispersion of three types of graphite nanoplates (GnP with different flake sizes and bulk densities in a polypropylene melt, using a prototype extensional mixer under comparable hydrodynamic stresses. The nanoparticles were also chemically functionalized by covalent bonding polymer molecules to their surface, and the dispersion of the functionalized GnP was studied. The effects of stress relaxation on dispersion were also analyzed. Samples were removed along the mixer length, and characterized by microscopy and dielectric spectroscopy. A lower dispersion rate was observed for GnP with larger surface area and higher bulk density. Significant re-agglomeration was observed for all materials when the deformation rate was reduced. The polypropylene-functionalized GnP, characterized by increased compatibility with the polymer matrix, showed similar dispersion effects, albeit presenting slightly higher dispersion levels. All the composites exhibit dielectric behavior, however, the alternate current (AC conductivity is systematically higher for the composites with larger flake GnP.

  8. A Dynamic Programming Approach for Base Station Sleeping in Cellular Networks

    Science.gov (United States)

    Gong, Jie; Zhou, Sheng; Niu, Zhisheng

    The energy consumption of the information and communication technology (ICT) industry, which has become a serious problem, is mostly due to the network infrastructure rather than the mobile terminals. In this paper, we focus on reducing the energy consumption of base stations (BSs) by adjusting their working modes (active or sleep). Specifically, the objective is to minimize the energy consumption while satisfying quality of service (QoS, e.g., blocking probability) requirement and, at the same time, avoiding frequent mode switching to reduce signaling and delay overhead. The problem is modeled as a dynamic programming (DP) problem, which is NP-hard in general. Based on cooperation among neighboring BSs, a low-complexity algorithm is proposed to reduce the size of state space as well as that of action space. Simulations demonstrate that, with the proposed algorithm, the active BS pattern well meets the time variation and the non-uniform spatial distribution of system traffic. Moreover, the tradeoff between the energy saving from BS sleeping and the cost of switching is well balanced by the proposed scheme.

  9. Germany, the European Union, and the Euro: The Primacy of Politics in Treasure

    Science.gov (United States)

    2013-09-01

    Spain GNP Gross National Product IMF International Monetary Fund LTROs Long-term Refinancing Operations NAFTA North American Free Trade Agreement...together on foreign policy, as it creates a program that promotes joint foreign policy. The third pillar expands the joint law enforcement capabilities...failure to ratify a European Constitution . The supranational Constitution , which the member states’ leadership approved and signed on 29 October

  10. Nourishing networks: A social-ecological analysis of a network intervention for improving household nutrition in Western Kenya.

    Science.gov (United States)

    DeLorme, Autumn L; Gavenus, Erika R; Salmen, Charles R; Benard, Gor Ouma; Mattah, Brian; Bukusi, Elizabeth; Fiorella, Kathryn J

    2018-01-01

    A growing body of research emphasizes the need to engage social networks in maternal and child nutrition interventions. However, an understanding of how interventions functionally engage not only mothers but fathers, grandparents, friends, and other social network members remains limited. This study uses an adaptation of a social-ecological model to analyze the multiple levels at which the Kanyakla Nutrition Program operates to change behavior. This study analyzes focus group data (four groups; n = 35, 7 men and 28 women) following the implementation of the Kanyakla Nutrition Program, a novel nutrition intervention engaging social networks to increase nutrition knowledge, shift perceptions, and promote positive practices for infant and young child feeding and community nutrition in general. Participant perspectives indicate that the Kanyakla Nutrition Program contributed to nutrition knowledge and confidence, changed perceptions, and supported infant and child feeding practices at the individual, interpersonal, and institutional levels. However, many respondents report challenges in transcending barriers at the broader community and systems levels of influence, where environmental and economic constraints continue to affect food access. Analysis of the Kanyakla Nutrition Program suggests that for interventions addressing household level determinants of nutrition, simultaneously engaging the household's network of interpersonal and community relationships can play a role in building momentum and consensus to address persistent structural barriers to improved nutrition. Copyright © 2017 Elsevier Ltd. All rights reserved.

  11. System network planning expansion using mathematical programming, genetic algorithms and tabu search

    International Nuclear Information System (INIS)

    Sadegheih, A.; Drake, P.R.

    2008-01-01

    In this paper, system network planning expansion is formulated for mixed integer programming, a genetic algorithm (GA) and tabu search (TS). Compared with other optimization methods, GAs are suitable for traversing large search spaces, since they can do this relatively rapidly and because the use of mutation diverts the method away from local minima, which will tend to become more common as the search space increases in size. GA's give an excellent trade off between solution quality and computing time and flexibility for taking into account specific constraints in real situations. TS has emerged as a new, highly efficient, search paradigm for finding quality solutions to combinatorial problems. It is characterized by gathering knowledge during the search and subsequently profiting from this knowledge. The attractiveness of the technique comes from its ability to escape local optimality. The cost function of this problem consists of the capital investment cost in discrete form, the cost of transmission losses and the power generation costs. The DC load flow equations for the network are embedded in the constraints of the mathematical model to avoid sub-optimal solutions that can arise if the enforcement of such constraints is done in an indirect way. The solution of the model gives the best line additions and also provides information regarding the optimal generation at each generation point. This method of solution is demonstrated on the expansion of a 10 bus bar system to 18 bus bars. Finally, a steady-state genetic algorithm is employed rather than generational replacement, also uniform crossover is used

  12. The "All Sky Camera Network"

    Science.gov (United States)

    Caldwell, Andy

    2005-01-01

    In 2001, the "All Sky Camera Network" came to life as an outreach program to connect the Denver Museum of Nature and Science (DMNS) exhibit "Space Odyssey" with Colorado schools. The network is comprised of cameras placed strategically at schools throughout Colorado to capture fireballs--rare events that produce meteorites.…

  13. Network Access Control For Dummies

    CERN Document Server

    Kelley, Jay; Wessels, Denzil

    2009-01-01

    Network access control (NAC) is how you manage network security when your employees, partners, and guests need to access your network using laptops and mobile devices. Network Access Control For Dummies is where you learn how NAC works, how to implement a program, and how to take real-world challenges in stride. You'll learn how to deploy and maintain NAC in your environment, identify and apply NAC standards, and extend NAC for greater network security. Along the way you'll become familiar with what NAC is (and what it isn't) as well as the key business drivers for deploying NAC.Learn the step

  14. Network software of FD-NET local network for the RT-11 operational system

    International Nuclear Information System (INIS)

    Bobyshev, A.N.; Kutsenko, V.A.; Kravtsov, A.I.; Korzhavin, A.I.; Rozhkov, A.B.; Semenov, Yu.A.; Fedotov, O.P.

    1987-01-01

    Description of software of FD-Net ring local network based on the ''Elektronika-60'' and ''MERA-60'' microcomputers as well as on SM-3, SM-4 and ''MERA-125'' minicomputers is given. FD-Net local network is aimed at automatization of complex and labour-consuming physical experiments carried out at the THEP. It permits to carry out simultaneous application of external devices, files and programs as well as data exchange between problems solved by different computers. The architecture of FD-Net network hardware is considered as well as a general structure of software. Certain modules of network software and their interaction with each other are described

  15. Effect of Photon Beam Energy, Gold Nanoparticle Size and Concentration on the Dose Enhancement in Radiation Therapy

    Directory of Open Access Journals (Sweden)

    Nahideh Gharehaghaji

    2013-02-01

    Full Text Available Introduction: Gold nanoparticles have been used as radiation dose enhancing materials in recent investigations. In the current study, dose enhancement effect of gold nanoparticles on tumor cells was evaluated using Monte Carlo (MC simulation. Methods: We used MCNPX code for MC modeling in the current study. A water phantom and a tumor region with a size of 1×1×1 cm3 loaded with gold nanoparticles were simulated. The macroscopic dose enhancement factor was calculated for gold nanoparticles with sizes of 30, 50, and 100 nm. Also, we simulated different photon beams including mono-energetic beams (50-120 keV, a Cobalt-60 beam, 6 & 18 MV photon beams of a conventional linear accelerator. Results: We found a dose enhancement factor (DEF of from 1.4 to 3.7 for monoenergetic kilovoltage beams, while the DEFs for megavoltage beams were negligible and less than 3% for all GNP sizes and concentrations. The optimum energy for higher DEF was found to be the 90 keV monoenergetic beam. The effect of GNP size was not considerable, but the GNP concentration had a substantial impact on achieved DEF in GNP-based radiation therapy. Conclusion: The results were in close agreement with some previous studies considering the effect of photon energy and GNP concentration on observed DEF. Application of GNP-based radiation therapy using kilovoltage beams is recommended.

  16. The Artificial Neural Networks Based on Scalarization Method for a Class of Bilevel Biobjective Programming Problem

    Science.gov (United States)

    Chen, Zhong; Liu, June; Li, Xiong

    2017-01-01

    A two-stage artificial neural network (ANN) based on scalarization method is proposed for bilevel biobjective programming problem (BLBOP). The induced set of the BLBOP is firstly expressed as the set of minimal solutions of a biobjective optimization problem by using scalar approach, and then the whole efficient set of the BLBOP is derived by the proposed two-stage ANN for exploring the induced set. In order to illustrate the proposed method, seven numerical examples are tested and compared with results in the classical literature. Finally, a practical problem is solved by the proposed algorithm. PMID:29312446

  17. Operations Plan for Support Network Development

    Energy Technology Data Exchange (ETDEWEB)

    None

    2008-06-30

    This report describes the operational processes and strategies that are building a support network for the National Security Technology Incubator (NSTI) program. The NSTI program currently is under development as part of the National Security Preparedness Project (NSPP), funded by Department of Energy (DOE)/National Nuclear Security Administration (NNSA) Grant No. DE FG52-07NA28084. Although the NSTI program offers a wide array of in-house business services, there are a certain number of services that will be provided by entities outside of Arrowhead Center. This report identifies the steps needed to develop an appropriate support network. The Arrowhead Center is working with external service providers and key stakeholders to establish feasible referral and implementation mechanics offering NSTI program participants the most comprehensive incubation services possible.

  18. Development of a New Aprepitant Liquisolid Formulation with the Aid of Artificial Neural Networks and Genetic Programming.

    Science.gov (United States)

    Barmpalexis, Panagiotis; Grypioti, Agni; Eleftheriadis, Georgios K; Fatouros, Dimitris G

    2018-02-01

    In the present study, liquisolid formulations were developed for improving dissolution profile of aprepitant (APT) in a solid dosage form. Experimental studies were complemented with artificial neural networks and genetic programming. Specifically, the type and concentration of liquid vehicle was evaluated through saturation-solubility studies, while the effect of the amount of viscosity increasing agent (HPMC), the type of wetting (Soluplus® vs. PVP) and solubilizing (Poloxamer®407 vs. Kolliphor®ELP) agents, and the ratio of solid coating (microcrystalline cellulose) to carrier (colloidal silicon dioxide) were evaluated based on in vitro drug release studies. The optimum liquisolid formulation exhibited improved dissolution characteristics compared to the marketed product Emend®. X-ray diffraction (XRD), scanning electron microscopy (SEM) and a novel method combining particle size analysis by dynamic light scattering (DLS) and HPLC, revealed that the increase in dissolution rate of APT in the optimum liquisolid formulation was due to the formation of stable APT nanocrystals. Differential scanning calorimetry (DSC) and attenuated total reflection FTIR spectroscopy (ATR-FTIR) revealed the presence of intermolecular interactions between APT and liquisolid formulation excipients. Multilinear regression analysis (MLR), artificial neural networks (ANNs), and genetic programming (GP) were used to correlate several formulation variables with dissolution profile parameters (Y 15min and Y 30min ) using a full factorial experimental design. Results showed increased correlation efficacy for ANNs and GP (RMSE of 0.151 and 0.273, respectively) compared to MLR (RMSE = 0.413).

  19. Lessons Learned from the Young Breast Cancer Survivorship Network.

    Science.gov (United States)

    Gisiger-Camata, Silvia; Nolan, Timiya S; Vo, Jacqueline B; Bail, Jennifer R; Lewis, Kayla A; Meneses, Karen

    2017-11-30

    The Young Breast Cancer Survivors Network (Network) is an academic and community-based partnership dedicated to education, support, and networking. The Network used a multi-pronged approach via monthly support and networking, annual education seminars, website networking, and individual survivor consultation. Formative and summative evaluations were conducted using group survey and individual survivor interviews for monthly gatherings, annual education meetings, and individual consultation. Google Analytics was applied to evaluate website use. The Network began with 4 initial partnerships and grew to 38 in the period from 2011 to 2017. During this 5-year period, 5 annual meetings (598 attendees), 23 support and networking meetings (373), and 115 individual survivor consultations were conducted. The Network website had nearly 12,000 individual users and more than 25,000 page views. Lessons learned include active community engagement, survivor empowerment, capacity building, social media outreach, and network sustainability. The 5-year experiences with the Network demonstrated that a regional program dedicated to the education, support, networking, and needs of young breast cancer survivors and their families can become a vital part of cancer survivorship services in a community. Strong community support, engagement, and encouragement were vital components to sustain the program.

  20. Social Network and Content Analysis of the North American Carbon Program as a Scientific Community of Practice

    Science.gov (United States)

    Brown, Molly E.; Ihli, Monica; Hendrick, Oscar; Delgado-Arias, Sabrina; Escobar, Vanessa M.; Griffith, Peter

    2015-01-01

    The North American Carbon Program (NACP) was formed to further the scientific understanding of sources, sinks, and stocks of carbon in Earth's environment. Carbon cycle science integrates multidisciplinary research, providing decision-support information for managing climate and carbon-related change across multiple sectors of society. This investigation uses the conceptual framework of com-munities of practice (CoP) to explore the role that the NACP has played in connecting researchers into a carbon cycle knowledge network, and in enabling them to conduct physical science that includes ideas from social science. A CoP describes the communities formed when people consistently engage in shared communication and activities toward a common passion or learning goal. We apply the CoP model by using keyword analysis of abstracts from scientific publications to analyze the research outputs of the NACP in terms of its knowledge domain. We also construct a co-authorship network from the publications of core NACP members, describe the structure and social pathways within the community. Results of the content analysis indicate that the NACP community of practice has substantially expanded its research on human and social impacts on the carbon cycle, contributing to a better understanding of how human and physical processes interact with one another. Results of the co-authorship social network analysis demonstrate that the NACP has formed a tightly connected community with many social pathways through which knowledge may flow, and that it has also expanded its network of institutions involved in carbon cycle research over the past seven years.

  1. Neural network error correction for solving coupled ordinary differential equations

    Science.gov (United States)

    Shelton, R. O.; Darsey, J. A.; Sumpter, B. G.; Noid, D. W.

    1992-01-01

    A neural network is presented to learn errors generated by a numerical algorithm for solving coupled nonlinear differential equations. The method is based on using a neural network to correctly learn the error generated by, for example, Runge-Kutta on a model molecular dynamics (MD) problem. The neural network programs used in this study were developed by NASA. Comparisons are made for training the neural network using backpropagation and a new method which was found to converge with fewer iterations. The neural net programs, the MD model and the calculations are discussed.

  2. Community intervention to increase neighborhood social network among Japanese older adults.

    Science.gov (United States)

    Harada, Kazuhiro; Masumoto, Kouhei; Katagiri, Keiko; Fukuzawa, Ai; Chogahara, Makoto; Kondo, Narihiko; Okada, Shuichi

    2018-03-01

    Strengthening neighborhood social networks is important for promoting health among older adults. However, effective intervention strategies aimed at increasing older adults' social networks have not yet been established. The present study examined whether a university-led community intervention that provided communication opportunities could increase older Japanese adults' neighborhood social networks. The present study used a quasi-experimental design. Before the intervention, using postal mail, we carried out a baseline questionnaire survey that was sent to all people living in the Tsurukabuto community aged ≥60 years (n = 1769), of whom 1068 responded. For the community intervention, 18 event-based programs were provided over the course of 1 year at Kobe University. Academic staff at Kobe University organized all the programs. During the program, social interactions among participants were promoted. A follow-up survey was distributed to those who responded to the baseline survey, and 710 individuals answered the question about their participation in the intervention programs (138 respondents were participants, 572 were non-participants). The neighborhood social network was measured in both the baseline and follow-up surveys. Analysis of covariance showed that the changes in neighborhood social network among participants in the program was significantly higher than the changes among non-participants (P = 0.046) after adjusting for the baseline score of social network. The present study found that participants of the intervention expanded their neighborhood social network, but non-participants did not. This finding shows that community interventions using university resources could increase older adults' neighborhood social networks. Geriatr Gerontol Int 2018; 18: 462-469. © 2017 Japan Geriatrics Society.

  3. Technological Developments in Networking, Education and Automation

    CERN Document Server

    Elleithy, Khaled; Iskander, Magued; Kapila, Vikram; Karim, Mohammad A; Mahmood, Ausif

    2010-01-01

    "Technological Developments in Networking, Education and Automation" includes a set of rigorously reviewed world-class manuscripts addressing and detailing state-of-the-art research projects in the following areas: Computer Networks: Access Technologies, Medium Access Control, Network architectures and Equipment, Optical Networks and Switching, Telecommunication Technology, and Ultra Wideband Communications. Engineering Education and Online Learning: including development of courses and systems for engineering, technical and liberal studies programs; online laboratories; intelligent

  4. Flux networks in metabolic graphs

    International Nuclear Information System (INIS)

    Warren, P B; Queiros, S M Duarte; Jones, J L

    2009-01-01

    A metabolic model can be represented as a bipartite graph comprising linked reaction and metabolite nodes. Here it is shown how a network of conserved fluxes can be assigned to the edges of such a graph by combining the reaction fluxes with a conserved metabolite property such as molecular weight. A similar flux network can be constructed by combining the primal and dual solutions to the linear programming problem that typically arises in constraint-based modelling. Such constructions may help with the visualization of flux distributions in complex metabolic networks. The analysis also explains the strong correlation observed between metabolite shadow prices (the dual linear programming variables) and conserved metabolite properties. The methods were applied to recent metabolic models for Escherichia coli, Saccharomyces cerevisiae and Methanosarcina barkeri. Detailed results are reported for E. coli; similar results were found for other organisms

  5. Quantized hopfield networks for reliability optimization

    International Nuclear Information System (INIS)

    Nourelfath, Mustapha; Nahas, Nabil

    2003-01-01

    The use of neural networks in the reliability optimization field is rare. This paper presents an application of a recent kind of neural networks in a reliability optimization problem for a series system with multiple-choice constraints incorporated at each subsystem, to maximize the system reliability subject to the system budget. The problem is formulated as a nonlinear binary integer programming problem and characterized as an NP-hard problem. Our design of neural network to solve efficiently this problem is based on a quantized Hopfield network. This network allows us to obtain optimal design solutions very frequently and much more quickly than others Hopfield networks

  6. BER Science Network Requirements Workshop -- July 26-27,2007

    Energy Technology Data Exchange (ETDEWEB)

    Tierney, Brian L.; Dart, Eli

    2008-02-01

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the US Department of Energy Office of Science, the single largest supporter of basic research in the physical sciences in the United States of America. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years. In July 2007, ESnet and the Biological and Environmental Research (BER) Program Office of the DOE Office of Science organized a workshop to characterize the networking requirements of the science programs funded by the BER Program Office. These included several large programs and facilities, including Atmospheric Radiation Measurement (ARM) Program and the ARM Climate Research Facility (ACRF), Bioinformatics and Life Sciences Programs, Climate Sciences Programs, the Environmental Molecular Sciences Laboratory at PNNL, the Joint Genome Institute (JGI). National Center for Atmospheric Research (NCAR) also participated in the workshop and contributed a section to this report due to the fact that a large distributed data repository for climate data will be established at NERSC, ORNL and NCAR, and this will have an effect on ESnet. Workshop participants were asked to codify their requirements in a 'case study' format, which summarizes the instruments and facilities necessary for the science and the process by which the science is done, with emphasis on the network services needed and the way in which the network is used. Participants were asked to consider three time scales in their case studies--the near term (immediately and up to 12 months in the future), the medium term (3-5 years in the future), and the long term (greater than 5 years in the future). In addition to achieving its goal of collecting and

  7. The 3-D diffusion program XYZ-MUGDI with data-analyzing program XYZFF

    International Nuclear Information System (INIS)

    Siewers, H.

    1976-01-01

    The XYZ-MUGDI program solves boudary value and eigenvalue problems for three-dimensional heterogeneous configurations in X, Y, Z-geometry for a maximum of four energy groups. The program XYZFF is a program for analyzing data; with it especially the average and maximum form factors for arbitrary coarse-meshed networks can be evaluated. (orig.) [de

  8. NASA Communications Augmentation network

    Science.gov (United States)

    Omidyar, Guy C.; Butler, Thomas E.; Laios, Straton C.

    1990-01-01

    The NASA Communications (Nascom) Division of the Mission Operations and Data Systems Directorate (MO&DSD) is to undertake a major initiative to develop the Nascom Augmentation (NAUG) network to achieve its long-range service objectives for operational data transport to support the Space Station Freedom Program, the Earth Observing System (EOS), and other projects. The NAUG is the Nascom ground communications network being developed to accommodate the operational traffic of the mid-1990s and beyond. The NAUG network development will be based on the Open Systems Interconnection Reference Model (OSI-RM). This paper describes the NAUG network architecture, subsystems, topology, and services; addresses issues of internetworking the Nascom network with other elements of the Space Station Information System (SSIS); discusses the operations environment. This paper also notes the areas of related research and presents the current conception of how the network will provide broadband services in 1998.

  9. Programming Languages RESONAN

    Indian Academy of Sciences (India)

    Introduction. Programming languages for computers are developed with the ... detailed algorithm to solve a problem is the starting point and it is expressed as ... All modern programming .... which precisely specify the 'words' of the language, and how they may .... network within an organization using protocols and providing.

  10. Network propagation in the cytoscape cyberinfrastructure.

    Science.gov (United States)

    Carlin, Daniel E; Demchak, Barry; Pratt, Dexter; Sage, Eric; Ideker, Trey

    2017-10-01

    Network propagation is an important and widely used algorithm in systems biology, with applications in protein function prediction, disease gene prioritization, and patient stratification. However, up to this point it has required significant expertise to run. Here we extend the popular network analysis program Cytoscape to perform network propagation as an integrated function. Such integration greatly increases the access to network propagation by putting it in the hands of biologists and linking it to the many other types of network analysis and visualization available through Cytoscape. We demonstrate the power and utility of the algorithm by identifying mutations conferring resistance to Vemurafenib.

  11. Networking: the view from HEP

    Science.gov (United States)

    McKee, Shawn

    2017-10-01

    Networks have played a critical role in high-energy physics (HEP), enabling us to access and effectively utilize globally distributed resources to meet the needs of our physicists. National and global-scale collaborations that characterize HEP would not be feasible without ubiquitous capable networks. Because of their importance in enabling our grid computing infrastructure many physicists have taken leading roles in research and education (R&E) networking, participating in, and even convening, network related meetings and research programs with the broader networking community worldwide. This has led to HEP benefiting from excellent global networking capabilities for little to no direct cost. However, as other science domains ramp-up their need for similar networking it becomes less clear that this situation will continue unchanged. This paper will briefly discuss the history of networking in HEP, the current activities and challenges we are facing, and try to provide some understanding of where networking may be going in the next 5 to 10 years.

  12. Open Orchestration Cloud Radio Access Network (OOCRAN) Testbed

    OpenAIRE

    Floriach-Pigem, Marti; Xercavins-Torregrosa, Guillem; Marojevic, Vuk; Gelonch-Bosch, Antoni

    2017-01-01

    The Cloud radio access network (C-RAN) offers a revolutionary approach to cellular network deployment, management and evolution. Advances in software-defined radio (SDR) and networking technology, moreover, enable delivering software-defined everything through the Cloud. Resources will be pooled and dynamically allocated leveraging abstraction, virtualization, and consolidation techniques; processes will be automated using common application programming interfaces; and network functions and s...

  13. Managerial strategies and behavior in networks

    NARCIS (Netherlands)

    O'Toole, Laurence J.; Meier, Kenneth J.

    2001-01-01

    This manuscript provides the first systematic test of a formal theory of managing government programs in a network context (see O’Toole and Meier 1999). Using data from several hundred school districts in Texas, we create a measure of network management that reflects the time school superintendents

  14. Computer interpretation of thallium SPECT studies based on neural network analysis

    Science.gov (United States)

    Wang, David C.; Karvelis, K. C.

    1991-06-01

    A class of artificial intelligence (Al) programs known as neural networks are well suited to pattern recognition. A neural network is trained rather than programmed to recognize patterns. This differs from "expert system" Al programs in that it is not following an extensive set of rules determined by the programmer, but rather bases its decision on a gestalt interpretation of the image. The "bullseye" images from cardiac stress thallium tests performed on 50 male patients, as well as several simulated images were used to train the network. The network was able to accurately classify all patients in the training set. The network was then tested against 50 unknown patients and was able to correctly categorize 77% of the areas of ischemia and 92% of the areas of infarction. While not yet matching the ability of a trained physician, the neural network shows great promise in this area and has potential application in other areas of medical imaging.

  15. Computer interpretation of thallium SPECT studies based on neural network analysis

    International Nuclear Information System (INIS)

    Wang, D.C.; Karvelis, K.C.

    1991-01-01

    This paper reports that a class of artificial intelligence (AI) programs known as neural-networks are well suited to pattern recognition. A neural network is trained rather than programmed to recognize patterns. This differs from expert system AI programs in that it is not following an extensive set of rules determined by the programmer, but rather bases its decision on a gestalt interpretation of the image. The bullseye images from cardiac stress thallium tests performed on 50 male patients, as well as several simulated images were used to train the network. The network was able to accurately classify all patients in the training set. The network was then tested against 50 unknown patients and was able to correctly categorize 77% of the areas of ischemia and 92% of the areas of infarction. While not yet matching the ability of the trained physician, the neural network shows great promise in this area and has potential application in other areas of medical imaging

  16. Biopolymer based nanocomposites reinforced with graphene nanoplatelets

    Energy Technology Data Exchange (ETDEWEB)

    Botta, L.; Scaffaro, R.; Mistretta, M. C.; La Mantia, F. P. [Dipartimento di Ingegneria Civile, Ambientale, Aerospaziale, dei Materiali, Università di Palermo, UdR INSTM di Palermo, Viale delle Scienze, 90128 Palermo (Italy)

    2016-05-18

    In this work, biopolymer based nanocomposites filled with graphene nanoplatelets (GnP) were prepared by melt compounding in a batch mixer. The polymer used as matrix was a commercial biodegradable polymer-blend of PLA and a copolyester (BioFlex®). The prepared materials were characterized by scanning electron microscopy (SEM), rheological and mechanical measurements. Moreover, the effect of the GnP amount on the investigated properties was evaluated. The results indicated that the incorporation of GnP increased the stiffness of the biopolymeric matrix.

  17. Neural Networks for the Beginner.

    Science.gov (United States)

    Snyder, Robin M.

    Motivated by the brain, neural networks are a right-brained approach to artificial intelligence that is used to recognize patterns based on previous training. In practice, one would not program an expert system to recognize a pattern and one would not train a neural network to make decisions from rules; but one could combine the best features of…

  18. Software defined networking with OpenFlow

    CERN Document Server

    Azodolmolky, Siamak

    2013-01-01

    A step-by-step, example-based guide which will help you gain hands-on experience with the platforms and debugging tools on OpenFlow.If you are a network engineer, architect, junior researcher or an application developer, this book is ideal for you. You will need to have some level of network experience, knowledge of broad networking concepts, and some familiarity with day- to- day operation of computer networks. Ideally, you should also be familiar with programing scripting/languages (especially Python and Java), and system virtualization.

  19. Artificial Neural Network Analysis System

    Science.gov (United States)

    2001-02-27

    Contract No. DASG60-00-M-0201 Purchase request no.: Foot in the Door-01 Title Name: Artificial Neural Network Analysis System Company: Atlantic... Artificial Neural Network Analysis System 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) Powell, Bruce C 5d. PROJECT NUMBER 5e. TASK NUMBER...34) 27-02-2001 Report Type N/A Dates Covered (from... to) ("DD MON YYYY") 28-10-2000 27-02-2001 Title and Subtitle Artificial Neural Network Analysis

  20. First Lessons From The Biarritz Trial Network [1

    Science.gov (United States)

    Touyarot, P.; Marc, B.; de Panafieu, A.

    1986-07-01

    Opened for commercial operation in 1984, the trial optical fiber network at Biarritz in south-west France gives 1,500 subscribers access to a whole range of broadband services - videophony, audiovisual databases, TV and stereo sound program distribution, and an on-line TV program library - in addition to conventional narrow-band services like telephony and videotex. The Biarritz network is an outstanding technology and engineering testbed. It is also a sociological testing ground for new services, unique in the world, with results of particular relevance to the interactive cable TV and visual communications networks of the future.

  1. A.Q. Khan Nuclear Smuggling Network

    Directory of Open Access Journals (Sweden)

    Molly MacCalman

    2016-03-01

    Full Text Available Abdul Qadeer Khan, widely viewed as the father of Pakistan’s nuclear weapons program, was arrested on January 31, 2004 for his key role in the black market sale of nuclear technology and equipment to Iran, North Korea, Libya, and possibly others. A.Q. Khan’s nuclear smuggling network prospered throughout the 1980s and 1990s and was linked to middlemen and businesses in over 20 countries. The network offered buyers a menu of both technical expertise and materials with prices ranging from millions to hundreds of millions of dollars. The Khan network was ultimately exposed largely due to years of intelligence gathering by the United States and the United Kingdom. However, very few of the network’s members have been successfully prosecuted and the demand for nuclear material by both state and non-state actors continues. The exposure of Khan’s network confirmed that a non-state actor could procure and sell a turnkey nuclear weapons program to willing buyers.

  2. WE-NET: Japanese hydrogen program

    International Nuclear Information System (INIS)

    Mitsugi, Chiba; Harumi, Arai; Kenzo, Fukuda

    1998-01-01

    The Agency of Industrial Science and Technology (AIST), in the Ministry of International Trade and Industry (MITI), started the New Sunshine Program in 1993 by unifying the Sunshine Program (R and D on new energy technology), the Moonlight Program (R and D on energy conservation technology), and the Research and Development Program for Environmental Technology. The objective of the new program is to develop innovative technologies to allow sustainable growth while solving energy and environmental issues. One of the new projects in this program is the ''International Clean Energy System Technology Utilizing Hydrogen (World Energy Network)'': WE-NET. The goal of WE-NET is to construct a worldwide energy network for effective supply, transportation and utilization of renewable energy using hydrogen. The WE-NET program extends over 28 years from 1993 to 2020. In Phase 1, we started core research in areas such as development of high efficiency technologies including hydrogen production using polymer electrolyte membrane water electrolysis, hydrogen combustion turbines, etc. (author)

  3. Interchange. Program Improvement Products Identified through Networking.

    Science.gov (United States)

    Ohio State Univ., Columbus. National Center for Research in Vocational Education.

    This catalog lists exemplary field-based program improvement products identified by the Dissemination and Utilization Products and Services Program (D&U) at the National Center for Research in Vocational Education. It is designed to increase awareness of these products among vocational educators and to provide information about them that…

  4. Local Observations, Global Connections: An Educational Program Using Ocean Networks Canada's Community-Based Observatories

    Science.gov (United States)

    Pelz, M.; Hoeberechts, M.; Ewing, N.; Davidson, E.; Riddell, D. J.

    2014-12-01

    Schools on Canada's west coast and in the Canadian Arctic are participating in the pilot year of a novel educational program based on analyzing, understanding and sharing ocean data collected by cabled observatories. The core of the program is "local observations, global connections." First, students develop an understanding of ocean conditions at their doorstep through the analysis of community-based observatory data. Then, they connect that knowledge with the health of the global ocean by engaging with students at other schools participating in the educational program and through supplemental educational resources. Ocean Networks Canada (ONC), an initiative of the University of Victoria, operates cabled ocean observatories which supply continuous power and Internet connectivity to a broad suite of subsea instruments from the coast to the deep sea. This Internet connectivity permits researchers, students and members of the public to download freely available data on their computers anywhere around the globe, in near real-time. In addition to the large NEPTUNE and VENUS cabled observatories off the coast of Vancouver Island, British Columbia, ONC has been installing smaller, community-based cabled observatories. Currently two are installed: one in Cambridge Bay, Nunavut and one at Brentwood College School, on Mill Bay in Saanich Inlet, BC. Several more community-based observatories are scheduled for installation within the next year. The observatories support a variety of subsea instruments, such as a video camera, hydrophone and water quality monitor and shore-based equipment including a weather station and a video camera. Schools in communities hosting an observatory are invited to participate in the program, alongside schools located in other coastal and inland communities. Students and teachers access educational material and data through a web portal, and use video conferencing and social media tools to communicate their findings. A series of lesson plans

  5. Designing a CTSA-Based Social Network Intervention to Foster Cross-Disciplinary Team Science.

    Science.gov (United States)

    Vacca, Raffaele; McCarty, Christopher; Conlon, Michael; Nelson, David R

    2015-08-01

    This paper explores the application of network intervention strategies to the problem of assembling cross-disciplinary scientific teams in academic institutions. In a project supported by the University of Florida (UF) Clinical and Translational Science Institute, we used VIVO, a semantic-web research networking system, to extract the social network of scientific collaborations on publications and awarded grants across all UF colleges and departments. Drawing on the notion of network interventions, we designed an alteration program to add specific edges to the collaboration network, that is, to create specific collaborations between previously unconnected investigators. The missing collaborative links were identified by a number of network criteria to enhance desirable structural properties of individual positions or the network as a whole. We subsequently implemented an online survey (N = 103) that introduced the potential collaborators to each other through their VIVO profiles, and investigated their attitudes toward starting a project together. We discuss the design of the intervention program, the network criteria adopted, and preliminary survey results. The results provide insight into the feasibility of intervention programs on scientific collaboration networks, as well as suggestions on the implementation of such programs to assemble cross-disciplinary scientific teams in CTSA institutions. © 2015 Wiley Periodicals, Inc.

  6. Artificial Neural Networks and Gene Expression Programing based age estimation using facial features

    Directory of Open Access Journals (Sweden)

    Baddrud Z. Laskar

    2015-10-01

    Full Text Available This work is about estimating human age automatically through analysis of facial images. It has got a lot of real-world applications. Due to prompt advances in the fields of machine vision, facial image processing, and computer graphics, automatic age estimation via faces in computer is one of the dominant topics these days. This is due to widespread real-world applications, in areas of biometrics, security, surveillance, control, forensic art, entertainment, online customer management and support, along with cosmetology. As it is difficult to estimate the exact age, this system is to estimate a certain range of ages. Four sets of classifications have been used to differentiate a person’s data into one of the different age groups. The uniqueness about this study is the usage of two technologies i.e., Artificial Neural Networks (ANN and Gene Expression Programing (GEP to estimate the age and then compare the results. New methodologies like Gene Expression Programing (GEP have been explored here and significant results were found. The dataset has been developed to provide more efficient results by superior preprocessing methods. This proposed approach has been developed, tested and trained using both the methods. A public data set was used to test the system, FG-NET. The quality of the proposed system for age estimation using facial features is shown by broad experiments on the available database of FG-NET.

  7. Fabrication and characterization of laminated SiC composites reinforced with graphene nanoplatelets

    Energy Technology Data Exchange (ETDEWEB)

    Pereira dos Santos Tonello, Karolina, E-mail: karolina.pereira@polito.it; Padovano, Elisa; Badini, Claudio; Biamino, Sara; Pavese, Matteo; Fino, Paolo

    2016-04-06

    Nanosized allotropes of carbon have been attracting a lot of attention recently, but despite the steady growth of the number of scientific works on materials based on graphene family, there is still much to be explored. These two-dimensional carbon materials, such as graphene nanoplatelets, multilayer graphene or few layer graphene have emerged as a possible second phase for reinforcing ceramics, resulting in remarkable properties of these composites. Typically, graphene ceramic matrix composites are prepared by a colloidal or a powder route followed by pressure assisted sintering. Recently other traditional ceramic processes, such as tape casting, were also successfully studied. The aim of this research is to fabricate α-SiC multi-layer composites containing 2, 4 and 8 vol% of graphene nanoplatelets (GNP) by tape casting and study the effect of these additions on the mechanical behavior of the composites. In order to achieve this purpose, samples were pressureless sintered and tested for density and mechanical properties. The elastic modulus was measured by the impulse excitation of vibration method, the hardness by Vickers indentation and fracture toughness using micro Vickers indentation and by three-point bending applying the pre-cracked beam approach. Results showed that up to 4 vol%, the density and mechanical properties were directly proportional to the amount of GNP added but showed a dramatic decrease for 8 vol% of GNP. Composites with 4 vol% of GNP had a 23% increment elastic modulus, while the fracture toughness had a 34% increment compared to SiC tapes fabricated under the same conditions. Higher amounts of GNP induces porosity in the samples, thus decreasing the mechanical properties. This study, therefore, indicates that 4% is an optimal amount of GNP and suggests that excessive amounts of GNP are rather detrimental to the mechanical properties of silicon carbide ceramic materials prepared by tape casting.

  8. Computational chemistry with transputers: A direct SCF program

    International Nuclear Information System (INIS)

    Wedig, U.; Burkhardt, A.; Schnering, H.G. von

    1989-01-01

    By using transputers it is possible to build up networks of parallel processors with varying topology. Due to the architecture of the processors it is appropriate to use the MIMD (multiple instruction multiple data) concept of parallel computing. The most suitable programming language is OCCAM. We investigate the use of transputer networks in computational chemistry, starting with the direct SCF method. The most time consuming step, the calculation of the two electron integrals is executed parallelly. Each node in the network calculates whole batches of integrals. The main program is written in OCCAM. For some large-scale arithmetic processes running on a single node, however, we used FORTRAN subroutines out of standard ab-initio programs to reduce the programming effort. Test calculations show, that the integral calculation step can be parallelled very efficiently. We observed a speed-up of almost 8 using eight network processors. Even in consideration of the scalar part of the SCF iteration, the speed-up is not less than 7.1. (orig.)

  9. Enhancing the rheological properties and shale inhibition behavior of water-based mud using nanosilica, multi-walled carbon nanotube, and graphene nanoplatelet

    Directory of Open Access Journals (Sweden)

    A. Aftab

    2017-06-01

    Full Text Available Five different drilling mud systems namely potassium chloride (KCl as a basic mud, KCl/partial hydrolytic polyacrylamide (PHPA, KCl/graphene nanoplatelet (GNP, KCl/nanosilica and KCl/multi-walled carbon nano tube (MWCNT were prepared and investigated for enhancement of rheological properties and shale inhibition. Nanoparticles were characterized in drilling mud using transmission electron microscope (TEM analysis. Mineralogical analysis of shale was examined by X-ray diffraction (XRD. Five shale plugs were prepared using compactor cell for the determination of shale swelling. Shale swelling was determined using the linear swell meter (LSM for 20 hours. Results revealed that basic mud and KCl/polymer mud systems shows 30% and 24% change in shale volume. MWCNT, nanosilica and GNP were added separately in the KCl mud system. 0.1 ppb of each MWCNT and nanosilica showed 32% and 33% change in shale volume. However, when the shale was interacted with WBM containing 0.1 ppb of GNP, it was found that only 10% change in shale volume occurred. The results showed that the addition of nanoparticles in the KCl mud system improved the shale inhibition. API, HPHT filtrate loss volume, plastic viscosity (PV and yield point (YP were improved using GNP. It is learned from the experimental work that small concentration of KCl with GNP can mitigate shale swelling compared to the mud contains higher concentration of KCl and PHPA in WBM. Thus, GNP can be a better choice for enhancement of WBM performance.

  10. Spatial distributions of dose enhancement around a gold nanoparticle at several depths of proton Bragg peak

    Energy Technology Data Exchange (ETDEWEB)

    Kwon, Jihun [Department of Radiation Oncology, Hokkaido University Graduate School of Medicine, Hokkaido University (Japan); Sutherland, Kenneth [Department of Medical Physics, Hokkaido University Graduate School of Medicine, Hokkaido University (Japan); Hashimoto, Takayuki [Department of Radiation Medicine, Hokkaido University Graduate School of Medicine (Japan); Shirato, Hiroki [Department of Radiation Medicine, Hokkaido University Graduate School of Medicine and Global Station for Quantum Medical Science and Engineering, Global Institution for Collaborative Research and Education (GI-CoRE), Hokkaido University (Japan); Date, Hiroyuki, E-mail: date@hs.hokudai.ac.jp [Faculty of Health Sciences, Hokkaido University (Japan)

    2016-10-01

    Gold nanoparticles (GNPs) have been recognized as a promising candidate for a radiation sensitizer. A proton beam incident on a GNP can produce secondary electrons, resulting in an enhancement of the dose around the GNP. However, little is known about the spatial distribution of dose enhancement around the GNP, especially in the direction along the incident proton. The purpose of this study is to determine the spatial distribution of dose enhancement by taking the incident direction into account. Two steps of calculation were conducted using the Geant4 Monte Carlo simulation toolkit. First, the energy spectra of 100 and 195 MeV protons colliding with a GNP were calculated at the Bragg peak and three other depths around the peak in liquid water. Second, the GNP was bombarded by protons with the obtained energy spectra. Radial dose distributions were computed along the incident beam direction. The spatial distributions of the dose enhancement factor (DEF) and subtracted dose (D{sub sub}) were then evaluated. The spatial DEF distributions showed hot spots in the distal radial region from the proton beam axis. The spatial D{sub sub} distribution isotropically spread out around the GNP. Low energy protons caused higher and wider dose enhancement. The macroscopic dose enhancement in clinical applications was also evaluated. The results suggest that the consideration of the spatial distribution of GNPs in treatment planning will maximize the potential of GNPs.

  11. The Library of Integrated Network-Based Cellular Signatures NIH Program: System-Level Cataloging of Human Cells Response to Perturbations.

    Science.gov (United States)

    Keenan, Alexandra B; Jenkins, Sherry L; Jagodnik, Kathleen M; Koplev, Simon; He, Edward; Torre, Denis; Wang, Zichen; Dohlman, Anders B; Silverstein, Moshe C; Lachmann, Alexander; Kuleshov, Maxim V; Ma'ayan, Avi; Stathias, Vasileios; Terryn, Raymond; Cooper, Daniel; Forlin, Michele; Koleti, Amar; Vidovic, Dusica; Chung, Caty; Schürer, Stephan C; Vasiliauskas, Jouzas; Pilarczyk, Marcin; Shamsaei, Behrouz; Fazel, Mehdi; Ren, Yan; Niu, Wen; Clark, Nicholas A; White, Shana; Mahi, Naim; Zhang, Lixia; Kouril, Michal; Reichard, John F; Sivaganesan, Siva; Medvedovic, Mario; Meller, Jaroslaw; Koch, Rick J; Birtwistle, Marc R; Iyengar, Ravi; Sobie, Eric A; Azeloglu, Evren U; Kaye, Julia; Osterloh, Jeannette; Haston, Kelly; Kalra, Jaslin; Finkbiener, Steve; Li, Jonathan; Milani, Pamela; Adam, Miriam; Escalante-Chong, Renan; Sachs, Karen; Lenail, Alex; Ramamoorthy, Divya; Fraenkel, Ernest; Daigle, Gavin; Hussain, Uzma; Coye, Alyssa; Rothstein, Jeffrey; Sareen, Dhruv; Ornelas, Loren; Banuelos, Maria; Mandefro, Berhan; Ho, Ritchie; Svendsen, Clive N; Lim, Ryan G; Stocksdale, Jennifer; Casale, Malcolm S; Thompson, Terri G; Wu, Jie; Thompson, Leslie M; Dardov, Victoria; Venkatraman, Vidya; Matlock, Andrea; Van Eyk, Jennifer E; Jaffe, Jacob D; Papanastasiou, Malvina; Subramanian, Aravind; Golub, Todd R; Erickson, Sean D; Fallahi-Sichani, Mohammad; Hafner, Marc; Gray, Nathanael S; Lin, Jia-Ren; Mills, Caitlin E; Muhlich, Jeremy L; Niepel, Mario; Shamu, Caroline E; Williams, Elizabeth H; Wrobel, David; Sorger, Peter K; Heiser, Laura M; Gray, Joe W; Korkola, James E; Mills, Gordon B; LaBarge, Mark; Feiler, Heidi S; Dane, Mark A; Bucher, Elmar; Nederlof, Michel; Sudar, Damir; Gross, Sean; Kilburn, David F; Smith, Rebecca; Devlin, Kaylyn; Margolis, Ron; Derr, Leslie; Lee, Albert; Pillai, Ajay

    2018-01-24

    The Library of Integrated Network-Based Cellular Signatures (LINCS) is an NIH Common Fund program that catalogs how human cells globally respond to chemical, genetic, and disease perturbations. Resources generated by LINCS include experimental and computational methods, visualization tools, molecular and imaging data, and signatures. By assembling an integrated picture of the range of responses of human cells exposed to many perturbations, the LINCS program aims to better understand human disease and to advance the development of new therapies. Perturbations under study include drugs, genetic perturbations, tissue micro-environments, antibodies, and disease-causing mutations. Responses to perturbations are measured by transcript profiling, mass spectrometry, cell imaging, and biochemical methods, among other assays. The LINCS program focuses on cellular physiology shared among tissues and cell types relevant to an array of diseases, including cancer, heart disease, and neurodegenerative disorders. This Perspective describes LINCS technologies, datasets, tools, and approaches to data accessibility and reusability. Copyright © 2017 Elsevier Inc. All rights reserved.

  12. Neural Networks

    International Nuclear Information System (INIS)

    Smith, Patrick I.

    2003-01-01

    Physicists use large detectors to measure particles created in high-energy collisions at particle accelerators. These detectors typically produce signals indicating either where ionization occurs along the path of the particle, or where energy is deposited by the particle. The data produced by these signals is fed into pattern recognition programs to try to identify what particles were produced, and to measure the energy and direction of these particles. Ideally, there are many techniques used in this pattern recognition software. One technique, neural networks, is particularly suitable for identifying what type of particle caused by a set of energy deposits. Neural networks can derive meaning from complicated or imprecise data, extract patterns, and detect trends that are too complex to be noticed by either humans or other computer related processes. To assist in the advancement of this technology, Physicists use a tool kit to experiment with several neural network techniques. The goal of this research is interface a neural network tool kit into Java Analysis Studio (JAS3), an application that allows data to be analyzed from any experiment. As the final result, a physicist will have the ability to train, test, and implement a neural network with the desired output while using JAS3 to analyze the results or output. Before an implementation of a neural network can take place, a firm understanding of what a neural network is and how it works is beneficial. A neural network is an artificial representation of the human brain that tries to simulate the learning process [5]. It is also important to think of the word artificial in that definition as computer programs that use calculations during the learning process. In short, a neural network learns by representative examples. Perhaps the easiest way to describe the way neural networks learn is to explain how the human brain functions. The human brain contains billions of neural cells that are responsible for processing

  13. The Joint Fire Science Program Fire Exchange Network: Facilitating Knowledge Exchange About Wildland Fire Science Across the U.S.

    Science.gov (United States)

    York, A.; Blocksome, C.; Cheng, T.; Creighton, J.; Edwards, G.; Frederick, S.; Giardina, C. P.; Goebel, P. C.; Gucker, C.; Kobziar, L.; Lane, E.; Leis, S.; Long, A.; Maier, C.; Marschall, J.; McGowan-Stinski, J.; Mohr, H.; MontBlanc, E.; Pellant, M.; Pickett, E.; Seesholtz, D.; Skowronski, N.; Stambaugh, M. C.; Stephens, S.; Thode, A.; Trainor, S. F.; Waldrop, T.; Wolfson, B.; Wright, V.; Zedler, P.

    2014-12-01

    The Joint Fire Science Program's (JFSP) Fire Exchange Network is actively working to accelerate the awareness, understanding, and adoption of wildland fire science information by federal, tribal, state, local, and private stakeholders within ecologically similar regions. Our network of 15 regional exchanges provides timely, accurate, and regionally relevant science-based information to assist with fire management challenges. Regional activities, through which we engage fire and resource managers, scientists, and private landowners, include online newsletters and announcements, social media, regionally focused web-based clearinghouses of relevant science, field trips and demonstration sites, workshops and conferences, webinars and online training, and syntheses and fact sheets. Exchanges also help investigators design research that is relevant to regional management needs and assist with technology transfer to management audiences. This poster provides an introduction to and map of the regional exchanges.

  14. A Collaborative Learning Network Approach to Improvement: The CUSP Learning Network.

    Science.gov (United States)

    Weaver, Sallie J; Lofthus, Jennifer; Sawyer, Melinda; Greer, Lee; Opett, Kristin; Reynolds, Catherine; Wyskiel, Rhonda; Peditto, Stephanie; Pronovost, Peter J

    2015-04-01

    Collaborative improvement networks draw on the science of collaborative organizational learning and communities of practice to facilitate peer-to-peer learning, coaching, and local adaption. Although significant improvements in patient safety and quality have been achieved through collaborative methods, insight regarding how collaborative networks are used by members is needed. Improvement Strategy: The Comprehensive Unit-based Safety Program (CUSP) Learning Network is a multi-institutional collaborative network that is designed to facilitate peer-to-peer learning and coaching specifically related to CUSP. Member organizations implement all or part of the CUSP methodology to improve organizational safety culture, patient safety, and care quality. Qualitative case studies developed by participating members examine the impact of network participation across three levels of analysis (unit, hospital, health system). In addition, results of a satisfaction survey designed to evaluate member experiences were collected to inform network development. Common themes across case studies suggest that members found value in collaborative learning and sharing strategies across organizational boundaries related to a specific improvement strategy. The CUSP Learning Network is an example of network-based collaborative learning in action. Although this learning network focuses on a particular improvement methodology-CUSP-there is clear potential for member-driven learning networks to grow around other methods or topic areas. Such collaborative learning networks may offer a way to develop an infrastructure for longer-term support of improvement efforts and to more quickly diffuse creative sustainment strategies.

  15. Investigating the mechanical and barrier properties to oxygen and fuel of high density polyethylene–graphene nanoplatelet composites

    Energy Technology Data Exchange (ETDEWEB)

    Honaker, K., E-mail: honakers@egr.msu.edu; Vautard, F.; Drzal, L.T.

    2017-02-15

    Highlights: • Melt mixing used to investigate high density polyethylene and graphene nanoplatelet composite. • Addition of graphene nanoplatelets resulted in a stiffer polymer matrix. • Presence of graphene nanoplatelets causes a decrease in oxygen and fuel permeation. - Abstract: Graphene nanoplatelets (GnP) of different sizes were investigated for their ability to modify high density polyethylene (HDPE) for potential fuel system applications, focusing on compounding via melt mixing in a twin-screw extruder. Mechanical properties, crystallinity of the polymer, and permeation to oxygen and fuel were assessed as a function of GnP concentration. The surface of GnP acted as a nucleation site for the generation of HDPE crystallites, increasing the crystallinity. The flexural properties were improved, clearly influenced by platelet size and quality of dispersion. A sharp, 46% decrease of the impact resistance was observed, even at low GnP concentration (0.2 wt.%). With a 15 wt.% GnP-M-15 (platelets with a 15 μm diameter), a 73% reduction in oxygen permeation was observed and a 74% reduction in fuel vapor transmission. This correlation was similar throughout the GnP concentration range. The smaller diameter platelets had a lesser effect on the properties.

  16. Heuristic approach to the passive optical network with fibre duct ...

    African Journals Online (AJOL)

    Integer programming, network flow optimisation, passive optical network, ... This paper uses concepts from network flow optimisation to incorporate fibre duct shar ... [4] studied the survivable constrained ConFL problem and solved a number of.

  17. Power-Aware Intrusion Detection in Mobile Ad Hoc Networks

    Science.gov (United States)

    Şen, Sevil; Clark, John A.; Tapiador, Juan E.

    Mobile ad hoc networks (MANETs) are a highly promising new form of networking. However they are more vulnerable to attacks than wired networks. In addition, conventional intrusion detection systems (IDS) are ineffective and inefficient for highly dynamic and resource-constrained environments. Achieving an effective operational MANET requires tradeoffs to be made between functional and non-functional criteria. In this paper we show how Genetic Programming (GP) together with a Multi-Objective Evolutionary Algorithm (MOEA) can be used to synthesise intrusion detection programs that make optimal tradeoffs between security criteria and the power they consume.

  18. NASF transposition network: A computing network for unscrambling p-ordered vectors

    Science.gov (United States)

    Lim, R. S.

    1979-01-01

    The viewpoints of design, programming, and application of the transportation network (TN) is presented. The TN is a programmable combinational logic network that connects 521 memory modules to 512 processors. The unscrambling of p-ordered vectors to 1-ordered vectors in one cycle is described. The TN design is based upon the concept of cyclic groups from abstract algebra and primitive roots and indices from number theory. The programming of the TN is very simple, requiring only 20 bits: 10 bits for offset control and 10 bits for barrel switch shift control. This simple control is executed by the control unit (CU), not the processors. Any memory access by a processor must be coordinated with the CU and wait for all other processors to come to a synchronization point. These wait and synchronization events can be a degradation in performance to a computation. The TN application is for multidimensional data manipulation, matrix processing, and data sorting, and can also perform a perfect shuffle. Unlike other more complicated and powerful permutation networks, the TN cannot, if possible at all, unscramble non-p-ordered vectors in one cycle.

  19. The Teen Science Café Network

    Science.gov (United States)

    Hall, M.; Mayhew, M. A.

    2013-12-01

    The 'Teen Cafè' phenomenon grew out of an NSF-funded experiment to bring the Cafè Scientifique model for engagement of the public with science and scientists to high school teenagers. Cafè Scientifique New Mexico (cafènm.org), now in its seventh year, has proven highly popular with high school teens for much the same reason as for adult Cafè programs: the blend of socializing in an attractive venue and interaction with a scientist on an interesting science topic. Teen Cafés also include exploration of the topic with hands-on activities. The success of the model has led to the creation of the national Teen Science Cafè Network (teensciencecafe.org. This first year of the new program, four 'Founding Members' of the Network-- in Florida, Colorado, North Carolina, and the St. Louis, Missouri region--started up Teen Cafè programs. Each applied the model with a unique flair appropriate to local institutions and demographics. Each Member in the Network runs Cafès in multiple local venues. We are now gearing up for our second year, and the Network is growing. Our Teen Cafè topics have covered a very wide range, from belly-button biodiversity to cyber-security to patterns of mega-earthquakes to a day in the life of a teen dolphin to corals on acid to emergency room medicine to alternative fuel cars. Presenters have come from a great variety of local institutions. Though they are popular with teens because they are fun and interesting, our evaluations have demonstrated that the programs are having a significant impact on participating teens' understanding of the nature of science, the work that scientists do, and the importance of science to their daily lives. We are also having success in training scientists to communicate effectively with this public audience. Presenters report strong satisfaction with their resulting quality of science communication. A surprising number have reported that their experience with the program has led them to think in a new way about

  20. Icobj Programming

    OpenAIRE

    Boussinot , Frédéric

    1996-01-01

    A simple and fully graphical programming method is presented, using a powerful means to combine behaviors. This programming is based on the notion of an «icobj» which has a behavioral aspect («object» part), a graphical aspect («icon» part), with an «animation» aspect. Icobj programming provides parallelism, broadcast event communication and migration through the network. An experimental system based on this approach is described in details. Its implementation with reactive scripts is also pr...

  1. Virtual Lab for Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    PICOVICI, D.

    2008-06-01

    Full Text Available This article details an experimental system developed to enhance the education and research in the area of wireless networks technologies. The system referred, as Virtual Lab (VL is primarily targeting first time users or users with limited experience in programming and using wireless sensor networks. The VL enables a set of predefined sensor networks to be remotely accessible and controlled for constructive and time-efficient experimentation. In order to facilitate the user's wireless sensor applications, the VL is using three main components: a a Virtual Lab Motes (VLM, representing the wireless sensor, b a Virtual Lab Client (VLC, representing the user's tool to interact with the VLM and c a Virtual Lab Server (VLS representing the software link between the VLM and VLC. The concept has been proven using the moteiv produced Tmote Sky modules. Initial experimental use clearly demonstrates that the VL approach reduces dramatically the learning curve involved in programming and using the associated wireless sensor nodes. In addition the VL allows the user's focus to be directed towards the experiment and not towards the software programming challenges.

  2. Conceptual and methodological biases in network models.

    Science.gov (United States)

    Lamm, Ehud

    2009-10-01

    Many natural and biological phenomena can be depicted as networks. Theoretical and empirical analyses of networks have become prevalent. I discuss theoretical biases involved in the delineation of biological networks. The network perspective is shown to dissolve the distinction between regulatory architecture and regulatory state, consistent with the theoretical impossibility of distinguishing a priori between "program" and "data." The evolutionary significance of the dynamics of trans-generational and interorganism regulatory networks is explored and implications are presented for understanding the evolution of the biological categories development-heredity, plasticity-evolvability, and epigenetic-genetic.

  3. Diversity Networking Reception

    Science.gov (United States)

    2014-03-01

    Join us at the APS Diversity Reception to relax, network with colleagues, and learn about programs and initiatives for women, underrepresented minorities, and LGBT physicists. You'll have a great time meeting friends in a supportive environment and making connections.

  4. Programming

    International Nuclear Information System (INIS)

    Jackson, M.A.

    1982-01-01

    The programmer's task is often taken to be the construction of algorithms, expressed in hierarchical structures of procedures: this view underlies the majority of traditional programming languages, such as Fortran. A different view is appropriate to a wide class of problem, perhaps including some problems in High Energy Physics. The programmer's task is regarded as having three main stages: first, an explicit model is constructed of the reality with which the program is concerned; second, this model is elaborated to produce the required program outputs; third, the resulting program is transformed to run efficiently in the execution environment. The first two stages deal in network structures of sequential processes; only the third is concerned with procedure hierarchies. (orig.)

  5. Rheological and electrical properties of hybrid nanocomposites of epoxy resins filled with graphite nanoplatelets and carbon black.

    Science.gov (United States)

    Truong, Quang-Trung; Lee, Seon-Suk; Lee, Dai-Soo

    2011-02-01

    Graphite nanoplatelets (GNP) were prepared by microwave irradiation of natural graphites intercalated with ferric chloride in nitromethane (GIC). Intercalated structure of GIC was confirmed by X-ray diffraction patterns. SEM images of GIC after microwave irradiation showed the exfoliation of GIC, the formation of GNPs. Hybrid nanocomposites of bisphenol-A type epoxy resins filled with GNP and a conductive carbon black (CB) were prepared and rheological and electrical properties of the nanocomposites were investigated. Viscosity and electrical surface resistivity of the nanocomposites showed minima at certain mixtures of GNP and CB in the epoxy resins.

  6. Space-based Networking Technology Developments in the Interplanetary Network Directorate Information Technology Program

    Science.gov (United States)

    Clare, Loren; Clement, B.; Gao, J.; Hutcherson, J.; Jennings, E.

    2006-01-01

    Described recent development of communications protocols, services, and associated tools targeted to reduce risk, reduce cost and increase efficiency of IND infrastructure and supported mission operations. Space-based networking technologies developed were: a) Provide differentiated quality of service (QoS) that will give precedence to traffic that users have selected as having the greatest importance and/or time-criticality; b) Improve the total value of information to users through the use of QoS prioritization techniques; c) Increase operational flexibility and improve command-response turnaround; d) Enable new class of networked and collaborative science missions; e) Simplify applications interfaces to communications services; and f) Reduce risk and cost from a common object model and automated scheduling and communications protocols. Technologies are described in three general areas: communications scheduling, middleware, and protocols. Additionally developed simulation environment, which provides comprehensive, quantitative understanding of the technologies performance within overall, evolving architecture, as well as ability to refine & optimize specific components.

  7. Survey of Network Visualization Tools

    Science.gov (United States)

    2007-12-01

    programming language such as Java, C #, Delphi and Visual basic. AlgoCOMs Network also supports Visual Basic for Applications ( VBA ). Hardware: Users...AlgoCOMs Network also supports Visual Basic for Applications ( VBA ). Hardware: Users: Availability: • Commercially Available Cost $101...Application Monitoring - Constantly watch the health of your mission-critical applications: MS SQL , MS Exchange, MS IIS, Active Directory. Event

  8. Towards Optimal Transport Networks

    Directory of Open Access Journals (Sweden)

    Erik P. Vargo

    2010-08-01

    Full Text Available Our ultimate goal is to design transportation net- works whose dynamic performance metrics (e.g. pas- senger throughput, passenger delay, and insensitivity to weather disturbances are optimized. Here the fo- cus is on optimizing static features of the network that are known to directly affect the network dynamics. First, we present simulation results which support a connection between maximizing the first non-trivial eigenvalue of a network's Laplacian and superior air- port network performance. Then, we explore the ef- fectiveness of a tabu search heuristic for optimizing this metric by comparing experimental results to the- oretical upper bounds. We also consider generating upper bounds on a network's algebraic connectivity via the solution of semidefinite programming (SDP relaxations. A modification of an existing subgraph extraction algorithm is implemented to explore the underlying regional structures in the U.S. airport net- work, with the hope that the resulting localized struc- tures can be optimized independently and reconnected via a "backbone" network to achieve superior network performance.

  9. Network propagation in the cytoscape cyberinfrastructure.

    Directory of Open Access Journals (Sweden)

    Daniel E Carlin

    2017-10-01

    Full Text Available Network propagation is an important and widely used algorithm in systems biology, with applications in protein function prediction, disease gene prioritization, and patient stratification. However, up to this point it has required significant expertise to run. Here we extend the popular network analysis program Cytoscape to perform network propagation as an integrated function. Such integration greatly increases the access to network propagation by putting it in the hands of biologists and linking it to the many other types of network analysis and visualization available through Cytoscape. We demonstrate the power and utility of the algorithm by identifying mutations conferring resistance to Vemurafenib.

  10. HeNCE: A Heterogeneous Network Computing Environment

    Directory of Open Access Journals (Sweden)

    Adam Beguelin

    1994-01-01

    Full Text Available Network computing seeks to utilize the aggregate resources of many networked computers to solve a single problem. In so doing it is often possible to obtain supercomputer performance from an inexpensive local area network. The drawback is that network computing is complicated and error prone when done by hand, especially if the computers have different operating systems and data formats and are thus heterogeneous. The heterogeneous network computing environment (HeNCE is an integrated graphical environment for creating and running parallel programs over a heterogeneous collection of computers. It is built on a lower level package called parallel virtual machine (PVM. The HeNCE philosophy of parallel programming is to have the programmer graphically specify the parallelism of a computation and to automate, as much as possible, the tasks of writing, compiling, executing, debugging, and tracing the network computation. Key to HeNCE is a graphical language based on directed graphs that describe the parallelism and data dependencies of an application. Nodes in the graphs represent conventional Fortran or C subroutines and the arcs represent data and control flow. This article describes the present state of HeNCE, its capabilities, limitations, and areas of future research.

  11. Mobile Agents in Networking and Distributed Computing

    CERN Document Server

    Cao, Jiannong

    2012-01-01

    The book focuses on mobile agents, which are computer programs that can autonomously migrate between network sites. This text introduces the concepts and principles of mobile agents, provides an overview of mobile agent technology, and focuses on applications in networking and distributed computing.

  12. Optical Network as a Service for Service Function Chaining across Datacenters

    DEFF Research Database (Denmark)

    Mehmeri, Victor; Wang, Xi; Zhang, Qiong

    2017-01-01

    We present the SPN OS, a Network-as-a-Service orchestration platform for NFV/SDN integrated service provisioning across multiple datacenters over packet/optical networks. Our prototype showcases template-driven service function chaining and high-level network programming-based optical networking....

  13. Computational network design from functional specifications

    KAUST Repository

    Peng, Chi Han

    2016-07-11

    Connectivity and layout of underlying networks largely determine agent behavior and usage in many environments. For example, transportation networks determine the flow of traffic in a neighborhood, whereas building floorplans determine the flow of people in a workspace. Designing such networks from scratch is challenging as even local network changes can have large global effects. We investigate how to computationally create networks starting from only high-level functional specifications. Such specifications can be in the form of network density, travel time versus network length, traffic type, destination location, etc. We propose an integer programming-based approach that guarantees that the resultant networks are valid by fulfilling all the specified hard constraints and that they score favorably in terms of the objective function. We evaluate our algorithm in two different design settings, street layout and floorplans to demonstrate that diverse networks can emerge purely from high-level functional specifications.

  14. [North] Korea.

    Science.gov (United States)

    1986-05-01

    In 1985, the population of the Democratic People's Republic of Korea (North Korea) stood at 20 million, with an annual growth rate of 2.3%. The infant mortality rate was 30/1000 live births and life expectancy was 66 years. The gross national product (GNP) was US$23 billion in 1984, with a per capita GNP of $1175. Both North Korea's labor force and natural resources have been concentrated in recent years on an effort to achieve rapid economic development. During the early 1970s, a large-scale modernization program involving the importation of Western technology, primarily in the heavy industiral sectors of the economy, was attempted and resulted in a massive foreign debt. North Korea has a strongly centralized government under the control of the communist Korean Workers' Party. Literacy in the country is at the 99% level. Medical treatment is free. There is 1 physician/600 population and 1 hospital bed/350 inhabitants.

  15. DevOps for network function virtualisation: an architectural approach

    OpenAIRE

    Karl, H.; Draexler, S.; Peuster, M.; Galis, A.; Bredel, M.; Ramos, A.; Martrat, J.; Siddiqui, M. S.; Van Rossem, S.; Tavernier, W.; Xilouris, G.

    2016-01-01

    The Service Programming and Orchestration for Virtualised Software Networks (SONATA) project targets both the flexible programmability of software networks and the optimisation of their deployments by means of integrating Development and Operations in order to accelerate industry adoption of software networks and reduce time-to-market for networked services. SONATA supports network function chaining and orchestration, making service platforms modular and easier to customise to the needs of di...

  16. A Dynamic Programming Model for Internal Attack Detection in Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Qiong Shi

    2017-01-01

    Full Text Available Internal attack is a crucial security problem of WSN (wireless sensor network. In this paper, we focus on the internal attack detection which is an important way to locate attacks. We propose a state transition model, based on the continuous time Markov chain (CTMC, to study the behaviors of the sensors in a WSN under internal attack. Then we conduct the internal attack detection model as the epidemiological model. In this model, we explore the detection rate as the rate of a compromised state transition to a response state. By using the Bellman equation, the utility for the state transitions of a sensor can be written in standard forms of dynamic programming. It reveals a natural way to find the optimal detection rate that is by maximizing the total utility of the compromised state of the node (the sum of current utility and future utility. In particular, we encapsulate the current state, survivability, availability, and energy consumption of the WSN into an information set. We conduct extensive experiments and the results show the effectiveness of our solutions.

  17. Network Design for Container Shipping Using Cutting Planes

    DEFF Research Database (Denmark)

    The network design problem in container shipping is of increasing importance in the strongly competitive markets where potential cost reductions are of the utmost importance. We combine the network design and fleet assignment problem into a mixed integer linear programming model minimizing the ov...... the fact that the route of a ship allows for subtours, we introduce the concept of pseudo-simple routes. To solve the problem we use a branch and cut solution method using clover and capacity cuts we defined for the problem.......The network design problem in container shipping is of increasing importance in the strongly competitive markets where potential cost reductions are of the utmost importance. We combine the network design and fleet assignment problem into a mixed integer linear programming model minimizing...... the overall cost. The real-life container shipping network design problem differs in several ways from the standard network design problem. Examples of these differences are the cyclic routes of vessels and the fact that a route is continuously sailed for a given forecast period. To model these real...

  18. The Pharmacogenomics Research Network Translational Pharmacogenetics Program: Outcomes and Metrics of Pharmacogenetic Implementations Across Diverse Healthcare Systems.

    Science.gov (United States)

    Luzum, J A; Pakyz, R E; Elsey, A R; Haidar, C E; Peterson, J F; Whirl-Carrillo, M; Handelman, S K; Palmer, K; Pulley, J M; Beller, M; Schildcrout, J S; Field, J R; Weitzel, K W; Cooper-DeHoff, R M; Cavallari, L H; O'Donnell, P H; Altman, R B; Pereira, N; Ratain, M J; Roden, D M; Embi, P J; Sadee, W; Klein, T E; Johnson, J A; Relling, M V; Wang, L; Weinshilboum, R M; Shuldiner, A R; Freimuth, R R

    2017-09-01

    Numerous pharmacogenetic clinical guidelines and recommendations have been published, but barriers have hindered the clinical implementation of pharmacogenetics. The Translational Pharmacogenetics Program (TPP) of the National Institutes of Health (NIH) Pharmacogenomics Research Network was established in 2011 to catalog and contribute to the development of pharmacogenetic implementations at eight US healthcare systems, with the goal to disseminate real-world solutions for the barriers to clinical pharmacogenetic implementation. The TPP collected and normalized pharmacogenetic implementation metrics through June 2015, including gene-drug pairs implemented, interpretations of alleles and diplotypes, numbers of tests performed and actionable results, and workflow diagrams. TPP participant institutions developed diverse solutions to overcome many barriers, but the use of Clinical Pharmacogenetics Implementation Consortium (CPIC) guidelines provided some consistency among the institutions. The TPP also collected some pharmacogenetic implementation outcomes (scientific, educational, financial, and informatics), which may inform healthcare systems seeking to implement their own pharmacogenetic testing programs. © 2017, The American Society for Clinical Pharmacology and Therapeutics.

  19. Fast and accurate solution for the SCUC problem in large-scale power systems using adapted binary programming and enhanced dual neural network

    International Nuclear Information System (INIS)

    Shafie-khah, M.; Moghaddam, M.P.; Sheikh-El-Eslami, M.K.; Catalão, J.P.S.

    2014-01-01

    Highlights: • A novel hybrid method based on decomposition of SCUC into QP and BP problems is proposed. • An adapted binary programming and an enhanced dual neural network model are applied. • The proposed EDNN is exactly convergent to the global optimal solution of QP. • An AC power flow procedure is developed for including contingency/security issues. • It is suited for large-scale systems, providing both accurate and fast solutions. - Abstract: This paper presents a novel hybrid method for solving the security constrained unit commitment (SCUC) problem. The proposed formulation requires much less computation time in comparison with other methods while assuring the accuracy of the results. Furthermore, the framework provided here allows including an accurate description of warmth-dependent startup costs, valve point effects, multiple fuel costs, forbidden zones of operation, and AC load flow bounds. To solve the nonconvex problem, an adapted binary programming method and enhanced dual neural network model are utilized as optimization tools, and a procedure for AC power flow modeling is developed for including contingency/security issues, as new contributions to earlier studies. Unlike classical SCUC methods, the proposed method allows to simultaneously solve the unit commitment problem and comply with the network limits. In addition to conventional test systems, a real-world large-scale power system with 493 units has been used to fully validate the effectiveness of the novel hybrid method proposed

  20. Network Analysis on Attitudes: A Brief Tutorial.

    Science.gov (United States)

    Dalege, Jonas; Borsboom, Denny; van Harreveld, Frenk; van der Maas, Han L J

    2017-07-01

    In this article, we provide a brief tutorial on the estimation, analysis, and simulation on attitude networks using the programming language R. We first discuss what a network is and subsequently show how one can estimate a regularized network on typical attitude data. For this, we use open-access data on the attitudes toward Barack Obama during the 2012 American presidential election. Second, we show how one can calculate standard network measures such as community structure, centrality, and connectivity on this estimated attitude network. Third, we show how one can simulate from an estimated attitude network to derive predictions from attitude networks. By this, we highlight that network theory provides a framework for both testing and developing formalized hypotheses on attitudes and related core social psychological constructs.

  1. Comparison of the Gen Expression Programming, Nonlinear Time Series and Artificial Neural Network in Estimating the River Daily Flow (Case Study: The Karun River

    Directory of Open Access Journals (Sweden)

    R. Zamani

    2015-06-01

    Full Text Available Today, the daily flow forecasting of rivers is an important issue in hydrology and water resources and thus can be used the results of daily river flow modeling in water resources management, droughts and floods monitoring. In this study, due to the importance of this issue, using nonlinear time series models and artificial intelligence (Artificial Neural Network and Gen Expression Programming, the daily flow modeling has been at the time interval (1981-2012 in the Armand hydrometric station on the Karun River. Armand station upstream basin is one of the most basins in the North Karun basin and includes four sub basins (Vanak, Middle Karun, Beheshtabad and Kohrang.The results of this study shown that artificial intelligence models have superior than nonlinear time series in flow daily simulation in the Karun River. As well as, modeling and comparison of artificial intelligence models showed that the Gen Expression Programming have evaluation criteria better than artificial neural network.

  2. The Medical Library Association Benchmarking Network: development and implementation.

    Science.gov (United States)

    Dudden, Rosalind Farnam; Corcoran, Kate; Kaplan, Janice; Magouirk, Jeff; Rand, Debra C; Smith, Bernie Todd

    2006-04-01

    This article explores the development and implementation of the Medical Library Association (MLA) Benchmarking Network from the initial idea and test survey, to the implementation of a national survey in 2002, to the establishment of a continuing program in 2004. Started as a program for hospital libraries, it has expanded to include other nonacademic health sciences libraries. The activities and timelines of MLA's Benchmarking Network task forces and editorial board from 1998 to 2004 are described. The Benchmarking Network task forces successfully developed an extensive questionnaire with parameters of size and measures of library activity and published a report of the data collected by September 2002. The data were available to all MLA members in the form of aggregate tables. Utilization of Web-based technologies proved feasible for data intake and interactive display. A companion article analyzes and presents some of the data. MLA has continued to develop the Benchmarking Network with the completion of a second survey in 2004. The Benchmarking Network has provided many small libraries with comparative data to present to their administrators. It is a challenge for the future to convince all MLA members to participate in this valuable program.

  3. Social Networks and Health.

    Science.gov (United States)

    Perdiaris, Christos; Chardalias, Konstantinos; Magita, Andrianna; Mechili, Aggelos E; Diomidous, Marianna

    2015-01-01

    Nowadays the social networks have been developed into an advanced communications tool, which is important for all people to contact each other. These specific networks do offer lots of options as well as plenty of advantages and disadvantages. The social websites are many in number and titles, such as the facebook, the twitter, the bandoo etc. One of the most important function-mechanisms for the social network websites, are the marketing tools. The future goal is suggested to be the evolution of these programs. The development of these applications, which is going to lead into a new era for the social digital communication between the internet users, all around the globe.

  4. Safety control of nuclear power operations using self-programming neural networks

    International Nuclear Information System (INIS)

    Jouse, W.C.; Williams, J.G.

    1993-01-01

    In the design and operation of nuclear reactors, safety-related goals must be embedded in complex multivariate control strategies. It is often the case that the goals exist only as mental models in the mind of the designer or the operator. In order to effect control that is risk averse, the goals must be translated into an effective control strategy that can be both verified and validated. The relation that these safety goals have to a particular architecture of artificial neural network, the Barto-Sutton architecture, is examined and the capability of the network to embed safety goals in nontrivial control tasks is demonstrated. To realize these goals, the network was extended to encompass a multiple-input/multiple-output control structure. The network synthesizes a control schedule through the construction of artificial precursors to failure; these serve as an additional, virtual layer in the defenses against fission product release. The synthesized schedule can be visually inspected for anomalies and inconsistencies and is validated during training

  5. Adapting to the reality of climate change at Glacier National Park, Montana, USA

    Science.gov (United States)

    Fagre, Daniel B.

    2007-01-01

    The glaciers of Glacier National Park (GNP) are disappearing rapidly and likely will be gone by 2030. These alpine glaciers have been continuously present for approximately 7,000 years so their loss from GNP in another 25 years underscores the significance of current climate change. There are presently only 27 glaciers remaining of the 150 estimated to have existed when GNP was created in 1910. Mean annual temperature in GNP has increased 1.6 0 C during the past cen- tury, three times the global mean increase. The temperature increase has affected other parts of the mountain ecosystem, too. Snowpacks hold less water equivalent and melt 2+ weeks earlier in the spring. Forest growth rates have increased, alpine treelines have expanded upward and be- come denser, and subalpine meadows have been invaded by high elevation tree species. These latter responses can be mostly attributed to longer growing seasons and warmer temperatures.

  6. Computer networking a top-down approach

    CERN Document Server

    Kurose, James

    2017-01-01

    Unique among computer networking texts, the Seventh Edition of the popular Computer Networking: A Top Down Approach builds on the author’s long tradition of teaching this complex subject through a layered approach in a “top-down manner.” The text works its way from the application layer down toward the physical layer, motivating readers by exposing them to important concepts early in their study of networking. Focusing on the Internet and the fundamentally important issues of networking, this text provides an excellent foundation for readers interested in computer science and electrical engineering, without requiring extensive knowledge of programming or mathematics. The Seventh Edition has been updated to reflect the most important and exciting recent advances in networking.

  7. BAKNET - Communication network for radiation monitoring devices

    International Nuclear Information System (INIS)

    Cohen, Y.; Wengrowicz, U.; Tirosh, D.; Barak, D.

    1997-01-01

    A system, based on a new concept of controlling and monitoring distributed radiation monitors, has been developed and approved at the NRCN. The system, named B AKNET Network , consists of a series of communication adapters connected to a main PC via an RS-485 communication network (see Fig. 1). The network's maximal length is 1200 meters and it enables connection of up to 128 adapters. The BAKNET adapters are designed to interface output signals of different types of stationary radiation monitors to a main PC. The BAKNET adapters' interface type includes: digital, analog, RS-232, and mixed output signals. This allows versatile interfacing of different stationary radiation monitors to the main computer. The connection to the main computer is via an RS-485 network, utilizing an identical communication protocol. The PC software, written in C ++ under MS-Windows, consists of two main programs. The first is the data collection program and the second is the Human Machine Interface (HMI). (authors)

  8. A Comparison of Geographic Information Systems, Complex Networks, and Other Models for Analyzing Transportation Network Topologies

    Science.gov (United States)

    Alexandrov, Natalia (Technical Monitor); Kuby, Michael; Tierney, Sean; Roberts, Tyler; Upchurch, Christopher

    2005-01-01

    This report reviews six classes of models that are used for studying transportation network topologies. The report is motivated by two main questions. First, what can the "new science" of complex networks (scale-free, small-world networks) contribute to our understanding of transport network structure, compared to more traditional methods? Second, how can geographic information systems (GIS) contribute to studying transport networks? The report defines terms that can be used to classify different kinds of models by their function, composition, mechanism, spatial and temporal dimensions, certainty, linearity, and resolution. Six broad classes of models for analyzing transport network topologies are then explored: GIS; static graph theory; complex networks; mathematical programming; simulation; and agent-based modeling. Each class of models is defined and classified according to the attributes introduced earlier. The paper identifies some typical types of research questions about network structure that have been addressed by each class of model in the literature.

  9. A linear programming approach for estimating the structure of a sparse linear genetic network from transcript profiling data

    Directory of Open Access Journals (Sweden)

    Chandra Nagasuma R

    2009-02-01

    Full Text Available Abstract Background A genetic network can be represented as a directed graph in which a node corresponds to a gene and a directed edge specifies the direction of influence of one gene on another. The reconstruction of such networks from transcript profiling data remains an important yet challenging endeavor. A transcript profile specifies the abundances of many genes in a biological sample of interest. Prevailing strategies for learning the structure of a genetic network from high-dimensional transcript profiling data assume sparsity and linearity. Many methods consider relatively small directed graphs, inferring graphs with up to a few hundred nodes. This work examines large undirected graphs representations of genetic networks, graphs with many thousands of nodes where an undirected edge between two nodes does not indicate the direction of influence, and the problem of estimating the structure of such a sparse linear genetic network (SLGN from transcript profiling data. Results The structure learning task is cast as a sparse linear regression problem which is then posed as a LASSO (l1-constrained fitting problem and solved finally by formulating a Linear Program (LP. A bound on the Generalization Error of this approach is given in terms of the Leave-One-Out Error. The accuracy and utility of LP-SLGNs is assessed quantitatively and qualitatively using simulated and real data. The Dialogue for Reverse Engineering Assessments and Methods (DREAM initiative provides gold standard data sets and evaluation metrics that enable and facilitate the comparison of algorithms for deducing the structure of networks. The structures of LP-SLGNs estimated from the INSILICO1, INSILICO2 and INSILICO3 simulated DREAM2 data sets are comparable to those proposed by the first and/or second ranked teams in the DREAM2 competition. The structures of LP-SLGNs estimated from two published Saccharomyces cerevisae cell cycle transcript profiling data sets capture known

  10. AMBON - the Arctic Marine Biodiversity Observing Network

    Science.gov (United States)

    Iken, K.; Danielson, S. L.; Grebmeier, J. M.; Cooper, L. W.; Hopcroft, R. R.; Kuletz, K.; Stafford, K.; Mueter, F. J.; Collins, E.; Bluhm, B.; Moore, S. E.; Bochenek, R. J.

    2016-02-01

    The goal of the Arctic Marine Biodiversity Observing Network (AMBON) is to build an operational and sustainable marine biodiversity observing network for the US Arctic Chukchi Sea continental shelf. The AMBON has four main goals: 1. To close current gaps in taxonomic biodiversity observations from microbes to whales, 2. To integrate results of past and ongoing research programs on the US Arctic shelf into a biodiversity observation network, 3. To demonstrate at a regional level how an observing network could be developed, and 4. To link with programs on the pan-Arctic to global scale. The AMBON fills taxonomic (from microbes to mammals), functional (food web structure), spatial and temporal (continuing time series) gaps, and includes new technologies such as state-of-the-art genomic tools, with biodiversity and environmental observations linked through central data management through the Alaska Ocean Observing System. AMBON is a 5-year partnership between university and federal researchers, funded through the National Ocean Partnership Program (NOPP), with partners in the National Oceanographic and Atmospheric Administration (NOAA), the Bureau of Ocean and Energy Management (BOEM), and Shell industry. AMBON will allow us to better coordinate, sustain, and synthesize biodiversity research efforts, and make data available to a broad audience of users, stakeholders, and resource managers.

  11. Animal Telemetry Network (ATN)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — These data (updated daily) are from the Animal Telemetry Network (ATN) program. Begun as one of the field projects in the international Census of Marine Life, the...

  12. Phytoplankton Monitoring Network (PMN)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — The Phytoplankton Monitoring Network (PMN) is a part of the National Centers for Coastal Ocean Science (NCCOS). The PMN was created as an outreach program to connect...

  13. Genetic algorithm for neural networks optimization

    Science.gov (United States)

    Setyawati, Bina R.; Creese, Robert C.; Sahirman, Sidharta

    2004-11-01

    This paper examines the forecasting performance of multi-layer feed forward neural networks in modeling a particular foreign exchange rates, i.e. Japanese Yen/US Dollar. The effects of two learning methods, Back Propagation and Genetic Algorithm, in which the neural network topology and other parameters fixed, were investigated. The early results indicate that the application of this hybrid system seems to be well suited for the forecasting of foreign exchange rates. The Neural Networks and Genetic Algorithm were programmed using MATLAB«.

  14. A flood-based information flow analysis and network minimization method for gene regulatory networks.

    Science.gov (United States)

    Pavlogiannis, Andreas; Mozhayskiy, Vadim; Tagkopoulos, Ilias

    2013-04-24

    Biological networks tend to have high interconnectivity, complex topologies and multiple types of interactions. This renders difficult the identification of sub-networks that are involved in condition- specific responses. In addition, we generally lack scalable methods that can reveal the information flow in gene regulatory and biochemical pathways. Doing so will help us to identify key participants and paths under specific environmental and cellular context. This paper introduces the theory of network flooding, which aims to address the problem of network minimization and regulatory information flow in gene regulatory networks. Given a regulatory biological network, a set of source (input) nodes and optionally a set of sink (output) nodes, our task is to find (a) the minimal sub-network that encodes the regulatory program involving all input and output nodes and (b) the information flow from the source to the sink nodes of the network. Here, we describe a novel, scalable, network traversal algorithm and we assess its potential to achieve significant network size reduction in both synthetic and E. coli networks. Scalability and sensitivity analysis show that the proposed method scales well with the size of the network, and is robust to noise and missing data. The method of network flooding proves to be a useful, practical approach towards information flow analysis in gene regulatory networks. Further extension of the proposed theory has the potential to lead in a unifying framework for the simultaneous network minimization and information flow analysis across various "omics" levels.

  15. Comparison of TiO2 nanoparticle and graphene-TiO2 nanoparticle composite phototoxicity to Daphnia magna and Oryzias latipes

    Science.gov (United States)

    With a dramatic rise in complexity, needs of nanotoxicology research go beyond simple forms of nanomaterials. This study compared the phototoxicity of nano-TiO2and graphene-TiO2 nanocomposite (GNP). GNP was synthesized based on a hydrothermal method, which simultaneously performe...

  16. Computational exploration of cis-regulatory modules in rhythmic expression data using the "Exploration of Distinctive CREs and CRMs" (EDCC) and "CRM Network Generator" (CNG) programs.

    Science.gov (United States)

    Bekiaris, Pavlos Stephanos; Tekath, Tobias; Staiger, Dorothee; Danisman, Selahattin

    2018-01-01

    Understanding the effect of cis-regulatory elements (CRE) and clusters of CREs, which are called cis-regulatory modules (CRM), in eukaryotic gene expression is a challenge of computational biology. We developed two programs that allow simple, fast and reliable analysis of candidate CREs and CRMs that may affect specific gene expression and that determine positional features between individual CREs within a CRM. The first program, "Exploration of Distinctive CREs and CRMs" (EDCC), correlates candidate CREs and CRMs with specific gene expression patterns. For pairs of CREs, EDCC also determines positional preferences of the single CREs in relation to each other and to the transcriptional start site. The second program, "CRM Network Generator" (CNG), prioritizes these positional preferences using a neural network and thus allows unbiased rating of the positional preferences that were determined by EDCC. We tested these programs with data from a microarray study of circadian gene expression in Arabidopsis thaliana. Analyzing more than 1.5 million pairwise CRE combinations, we found 22 candidate combinations, of which several contained known clock promoter elements together with elements that had not been identified as relevant to circadian gene expression before. CNG analysis further identified positional preferences of these CRE pairs, hinting at positional information that may be relevant for circadian gene expression. Future wet lab experiments will have to determine which of these combinations confer daytime specific circadian gene expression.

  17. U. S. Energy and Economic Growth, 1975--2010

    Science.gov (United States)

    Allen, E. L.; Cooper, C. L.; Edmonds, F. C.; Edmonds, J. A.; Reister, D. B.; Weinberg, A. M.; Whittle, C. E.; Zelby, L. W.

    1976-09-01

    This study projects economic growth (GNP) and energy demand for the U.S. to the year 2010. The main finding is that both GNP and total energy demand are likely to grow significantly more slowly than has been assumed in most analyses of energy policy. Projections of energy, GNP, and electricity (total and per capita) are summarized, with electricity demand expected to grow more rapidly than total energy demand. Two scenarios designated ''high'' and ''low'' were developed in this study. However, even the ''high'' scenario, 126 quads (q; 1 q equals 10/sup 15/ Btu) in 2000, is much lower than most previous estimates. It is felt that this raises serious questions about fundamental energy and energy R and D policies which, generally, have been based on perceptions of more lavish energy futures. Although the aggregate demands and GNP are projected to increase rather modestly, the energy demands per capita and GNP per capita increase at rates comparable to or even higher than historic rates. The authors believe that the projections developed in this study represent a logical culmination of many trends toward lower growth. These trends have not yet been factored into the older energy projections upon which so much energy policy is based.

  18. The University of Michigan's Computer-Aided Engineering Network.

    Science.gov (United States)

    Atkins, D. E.; Olsen, Leslie A.

    1986-01-01

    Presents an overview of the Computer-Aided Engineering Network (CAEN) of the University of Michigan. Describes its arrangement of workstations, communication networks, and servers. Outlines the factors considered in hardware and software decision making. Reviews the program's impact on students. (ML)

  19. Developing a network: the PMM process.

    Science.gov (United States)

    Kamara, A

    1997-11-01

    Since 1988, the Prevention of Maternal Mortality (PMM) Network has developed, implemented and evaluated projects that focus directly on prevention of maternal deaths. The Network, which consists of 11 multidisciplinary teams in West Africa and one at Columbia University, grew from discussions between the Carnegie Corporation of New York and researchers at Columbia School of Public Health. Its goals are: to strengthen capacities in developing countries; to provide program models for preventing maternal deaths; and to inform policymakers about the importance of maternal mortality. This paper describes the development and functioning of the Network. The initial steps included identifying interested partners in Africa and encouraging them to form multidisciplinary teams. Each African team received two grants: one to perform a needs assessment and then another to develop and implement projects based on the results. The Columbia team provided technical assistance in a variety of ways, including site visits, workshops and correspondence. Teams tested program models and reported findings both to local policymakers and in international fora. Collaboration with government and community leaders helped facilitate progress at all stages. At the PMM Network Results Conference in 1996, the teams decided to continue their work by forming the Regional PMM (RPMM) Network, an entirely African entity.

  20. Legislation perspectives about social assistance programs for electricity distribution networks extensions. Considerations from ELETROPAULO case study, Sao Paulo, Brazil

    International Nuclear Information System (INIS)

    Franca, Carlos Roberto Almeida; Bermann, Celio

    1999-01-01

    The central issue of debate was the need to align the energy sector's options and organization with changing global patterns of economic and social development, characterized by the increasing role played by the private sector, greater integration in the world economy, and new economic and social priorities such as efficiency, decentralization, deregulation, and a closer attention to environmental issues. The aim of the work was to present legislation perspectives about social assistance programs for electricity distribution networks extensions considering a Brazilian electric utility case study

  1. Using Social Network Analysis as a Method to Assess and Strengthen Participation in Health Promotion Programs in Vulnerable Areas.

    Science.gov (United States)

    Hindhede, Anette Lykke; Aagaard-Hansen, Jens

    2017-03-01

    This article provides an example of the application of social network analysis method to assess community participation thereby strengthening planning and implementation of health promotion programming. Community health promotion often takes the form of services that reach out to or are located within communities. The concept of community reflects the idea that people's behavior and well-being are influenced by interaction with others, and here, health promotion requires participation and local leadership to facilitate transmission and uptake of interventions for the overall community to achieve social change. However, considerable uncertainty exists over exact levels of participation in these interventions. The article draws on a mixed methods research within a community development project in a vulnerable neighborhood of a town in Denmark. It presents a detailed analysis of the way in which social network analysis can be used as a tool to display participation and nonparticipation in community development and health promotion activities, to help identify capacities and assets, mobilize resources, and finally to evaluate the achievements. The article concludes that identification of interpersonal ties among people who know one another well as well as more tenuous relationships in networks can be used by community development workers to foster greater cohesion and cooperation within an area.

  2. Social/Electronic Media Use of Children and Adolescents Who Attend the Pediatric Weight Management Programs of the COMPASS Network.

    Science.gov (United States)

    Siegel, Robert; Fals, Angela; Mirza, Nazrat; Datto, George; Stratbucker, William; Ievers-Landis, Carolyn E; Christison, Amy; Wang, Yu; Woolford, Susan J

    2015-10-01

    Obesity is a major healthcare problem in youth and their social/electronic media (SEM) use has been described as a risk factor. Though much is known about the newer technologies youth use to communicate, little is known about what is used by those in weight management programs. The aim of this study was to determine what types of SEM, including sedentary and active video games, youth in weight management programs use and which they prefer for communicating with healthcare providers. This was a multisite study using a 24-question online SurveyMonkey® questionnaire. Youth, 12-17 years old, attending pediatric weight management programs at seven participating centers in the Childhood Obesity Multi Program Analysis and Study System network were eligible. There were 292 responders with a mean age of 14.2 years. Fifty-four percent were female, 36% Caucasian, 35% African American, and 33% were Hispanic. Ninety-four percent had access to a computer, 71% had Internet access, and 63% had smartphones. Whereas 87% had at least one gaming system at home, 50% reported they never played sedentary video games (71% of females vs. 25% males; p social media (6%). Face-to-face communication with healthcare providers is the preferred method for youth in pediatric weight management programs. They self-reported video game use less than previously described.

  3. Determinants of successful clinical networks: the conceptual framework and study protocol.

    Science.gov (United States)

    Haines, Mary; Brown, Bernadette; Craig, Jonathan; D'Este, Catherine; Elliott, Elizabeth; Klineberg, Emily; McInnes, Elizabeth; Middleton, Sandy; Paul, Christine; Redman, Sally; Yano, Elizabeth M

    2012-03-13

    Clinical networks are increasingly being viewed as an important strategy for increasing evidence-based practice and improving models of care, but success is variable and characteristics of networks with high impact are uncertain. This study takes advantage of the variability in the functioning and outcomes of networks supported by the Australian New South Wales (NSW) Agency for Clinical Innovation's non-mandatory model of clinical networks to investigate the factors that contribute to the success of clinical networks. The objective of this retrospective study is to examine the association between external support, organisational and program factors, and indicators of success among 19 clinical networks over a three-year period (2006-2008). The outcomes (health impact, system impact, programs implemented, engagement, user perception, and financial leverage) and explanatory factors will be collected using a web-based survey, interviews, and record review. An independent expert panel will provide judgements about the impact or extent of each network's initiatives on health and system impacts. The ratings of the expert panel will be the outcome used in multivariable analyses. Following the rating of network success, a qualitative study will be conducted to provide a more in-depth examination of the most successful networks. This is the first study to combine quantitative and qualitative methods to examine the factors that contribute to the success of clinical networks and, more generally, is the largest study of clinical networks undertaken. The adaptation of expert panel methods to rate the impacts of networks is the methodological innovation of this study. The proposed project will identify the conditions that should be established or encouraged by agencies developing clinical networks and will be of immediate use in forming strategies and programs to maximise the effectiveness of such networks.

  4. Networks in ATLAS

    Science.gov (United States)

    McKee, Shawn; ATLAS Collaboration

    2017-10-01

    Networks have played a critical role in high-energy physics (HEP), enabling us to access and effectively utilize globally distributed resources to meet the needs of our physicists. Because of their importance in enabling our grid computing infrastructure many physicists have taken leading roles in research and education (R&E) networking, participating in, and even convening, network related meetings and research programs with the broader networking community worldwide. This has led to HEP benefiting from excellent global networking capabilities for little to no direct cost. However, as other science domains ramp-up their need for similar networking it becomes less clear that this situation will continue unchanged. What this means for ATLAS in particular needs to be understood. ATLAS has evolved its computing model since the LHC started based upon its experience with using globally distributed resources. The most significant theme of those changes has been increased reliance upon, and use of, its networks. We will report on a number of networking initiatives in ATLAS including participation in the global perfSONAR network monitoring and measuring efforts of WLCG and OSG, the collaboration with the LHCOPN/LHCONE effort, the integration of network awareness into PanDA, the use of the evolving ATLAS analytics framework to better understand our networks and the changes in our DDM system to allow remote access to data. We will also discuss new efforts underway that are exploring the inclusion and use of software defined networks (SDN) and how ATLAS might benefit from: • Orchestration and optimization of distributed data access and data movement. • Better control of workflows, end to end. • Enabling prioritization of time-critical vs normal tasks • Improvements in the efficiency of resource usage

  5. The Evaluation of a Regional Faith Community Network's Million Hearts Program.

    Science.gov (United States)

    Cooper, Jennifer; Zimmerman, Wendy

    2016-01-01

    The goal of the Million Hearts initiative is to prevent one million heart attacks and strokes by 2017. Maryland was one state in the Association of State and Territorial Health Official's Million Hearts State Learning Collaborative. Washington County, Maryland formed a collaboration between the County Health Department, Meritus Health System, and the Meritus Health Parish Nurse Coordinator to address hypertension in the county. Within a regional network of 52 faith communities, the Parish Nurse Coordinator recruited 25 faith community nurses to participate in a three-month program. Nurses were trained on proper blood pressure measurement and 22 nurses identified 58 participants engaged in blood pressure self-monitoring and coaching for lifestyle changes. Additionally, nurses took 1,729 blood pressures and provided health education to individuals within their congregations. Fifty-one participants participated in blood pressure self-monitoring and lifestyle coaching with faith community nurses. There was improvement in six out of seven lifestyle areas. Eight-two percent of participants (N = 42) decreased their systolic and/or diastolic blood pressure over three months. Coaching provided by faith community nurses can create an environment of sustained support to promote improved lifestyle and blood pressure changes over time. © 2015 Wiley Periodicals, Inc.

  6. Comparison of environmental radiation monitoring programs in China and the United States

    International Nuclear Information System (INIS)

    Ren Tianshan; Xu Cuihua; Shang Bing; Zhu Changshou; Sears, R.; Griggs, J.; Leed, H.N.; Wolbarst, A.

    2007-01-01

    Objective: It hopes that an awareness of the similarities and differences of China's and USA's programs will prove to be helpful to monitoring networks in their evolving and developing, and possibly to others as well. Methods: Based on the analyses of the sample collection, radionuclides analyses and data dissemination of NRCMS, ERAMS and EML's global network, the similarities and differences of the networks are characterized. Results: ERAMS and NRCMS have more similarities in responsibility, objectives and sampling components. The differences are mainly in the scope and size of each program. EML's global network represents the most extensive and comprehensive global network of its kind in the world for surface air radionuclides monitoring. Conclusions: As compared with EML's global network program, NRCMS and ERAMS has more similarities than differences. (authors)

  7. A novel IPTV program multiplex access system to EPON

    Science.gov (United States)

    Xu, Xian; Liu, Deming; He, Wei; Lu, Xi

    2007-11-01

    With the rapid development of high speed networks, such as Ethernet Passive Optical Network (EPON), traffic patterns in access networks have evolved from traditional text-oriented service to the mixed text-, voice- and video- based services, leading to so called "Triple Play". For supporting IPTV service in EPON access network infrastructure, in this article we propose a novel IPTV program multiplex access system to EPON, which enables multiple IPTV program source servers to seamlessly access to IPTV service access port of optical line terminal (OLT) in EPON. There are two multiplex schemes, namely static multiplex scheme and dynamic multiplex scheme, in implementing the program multiplexing. Static multiplex scheme is to multiplex all the IPTV programs and forward them to the OLT, regardless of the need of end-users. While dynamic multiplex scheme can dynamically multiplex and forward IPTV programs according to what the end-users actually demand and those watched by no end-user would not be multiplexed. By comparing these two schemes, a reduced traffic of EPON can be achieved by using dynamic multiplex scheme, especially when most end-users are watching the same few IPTV programs. Both schemes are implemented in our system, with their hardware and software designs described.

  8. ASCR Science Network Requirements

    Energy Technology Data Exchange (ETDEWEB)

    Dart, Eli; Tierney, Brian

    2009-08-24

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the US Department of Energy Office of Science, the single largest supporter of basic research in the physical sciences in the United States. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years. In April 2009 ESnet and the Office of Advanced Scientific Computing Research (ASCR), of the DOE Office of Science, organized a workshop to characterize the networking requirements of the programs funded by ASCR. The ASCR facilities anticipate significant increases in wide area bandwidth utilization, driven largely by the increased capabilities of computational resources and the wide scope of collaboration that is a hallmark of modern science. Many scientists move data sets between facilities for analysis, and in some cases (for example the Earth System Grid and the Open Science Grid), data distribution is an essential component of the use of ASCR facilities by scientists. Due to the projected growth in wide area data transfer needs, the ASCR supercomputer centers all expect to deploy and use 100 Gigabit per second networking technology for wide area connectivity as soon as that deployment is financially feasible. In addition to the network connectivity that ESnet provides, the ESnet Collaboration Services (ECS) are critical to several science communities. ESnet identity and trust services, such as the DOEGrids certificate authority, are widely used both by the supercomputer centers and by collaborations such as Open Science Grid (OSG) and the Earth System Grid (ESG). Ease of use is a key determinant of the scientific utility of network-based services. Therefore, a key enabling aspect for scientists beneficial use of high

  9. An assessment of illegal fishing in Gonarezhou National Park, Zimbabwe

    NARCIS (Netherlands)

    Gandiwa, E.; Zisadza-Gandiwa, P.; Mutandwa, M.; Sandram, S.

    2012-01-01

    Illegal fishing is a worldwide problem. In this study we present the first assessment of illegal fishing in Gonarezhou National Park (GNP), Zimbabwe. Information on illegal fishing was gathered from a total of 39 illegal fishers who were arrested within GNP between February and October 2011. Data

  10. Photonic Network R&D Activities in Japan-Current Activities and Future Perspectives

    Science.gov (United States)

    Kitayama, Ken-Ichi; Miki, Tetsuya; Morioka, Toshio; Tsushima, Hideaki; Koga, Masafumi; Mori, Kazuyuki; Araki, Soichiro; Sato, Ken-Ichi; Onaka, Hiroshi; Namiki, Shu; Aoyama, Tomonori

    2005-10-01

    R&D activities on photonic networks in Japan are presented. First, milestones in current ongoing R&D programs supported by Japanese government agencies are introduced, including long-distance and wavelength division multiplexing (WDM) fiber transmission, wavelength routing, optical burst switching (OBS), and control-plane technology for IP backbone networks. Their goal was set to evolve a legacy telecommunications network to IP-over-WDM networks by introducing technologies for WDM and wavelength routing. We then discuss the perspectives of so-called PHASE II R&D programs for photonic networks over the next 5 years until 2010, by focusing on the report that has been recently issued by the Photonic Internet Forum (PIF), a consortium that has major carriers, telecom vendors, and Japanese academics as members. The PHASE II R&D programs should serve to establish a photonic platform to provide abundant bandwidth on demand, at any time on a real-time basis, through the customer's initiative to promote bandwidth-rich applications, such as grid computing, real-time digital-cinema streaming, medical and educational applications, and network storage in e-commerce.

  11. Mechanical Properties of Graphene Nanoplatelet/Carbon Fiber/Epoxy Hybrid Composites: Multiscale Modeling and Experiments

    Science.gov (United States)

    Hadden, C. M.; Klimek-McDonald, D. R.; Pineda, E. J.; King, J. A.; Reichanadter, A. M.; Miskioglu, I.; Gowtham, S.; Odegard, G. M.

    2015-01-01

    Because of the relatively high specific mechanical properties of carbon fiber/epoxy composite materials, they are often used as structural components in aerospace applications. Graphene nanoplatelets (GNPs) can be added to the epoxy matrix to improve the overall mechanical properties of the composite. The resulting GNP/carbon fiber/epoxy hybrid composites have been studied using multiscale modeling to determine the influence of GNP volume fraction, epoxy crosslink density, and GNP dispersion on the mechanical performance. The hierarchical multiscale modeling approach developed herein includes Molecular Dynamics (MD) and micromechanical modeling, and it is validated with experimental testing of the same hybrid composite material system. The results indicate that the multiscale modeling approach is accurate and provides physical insight into the composite mechanical behavior. Also, the results quantify the substantial impact of GNP volume fraction and dispersion on the transverse mechanical properties of the hybrid composite, while the effect on the axial properties is shown to be insignificant.

  12. Mechanical Properties of Graphene Nanoplatelet Carbon Fiber Epoxy Hybrid Composites: Multiscale Modeling and Experiments

    Science.gov (United States)

    Hadden, Cameron M.; Klimek-McDonald, Danielle R.; Pineda, Evan J.; King, Julie A.; Reichanadter, Alex M.; Miskioglu, Ibrahim; Gowtham, S.; Odegard, Gregory M.

    2015-01-01

    Because of the relatively high specific mechanical properties of carbon fiber/epoxy composite materials, they are often used as structural components in aerospace applications. Graphene nanoplatelets (GNPs) can be added to the epoxy matrix to improve the overall mechanical properties of the composite. The resulting GNP/carbon fiber/epoxy hybrid composites have been studied using multiscale modeling to determine the influence of GNP volume fraction, epoxy crosslink density, and GNP dispersion on the mechanical performance. The hierarchical multiscale modeling approach developed herein includes Molecular Dynamics (MD) and micromechanical modeling, and it is validated with experimental testing of the same hybrid composite material system. The results indicate that the multiscale modeling approach is accurate and provides physical insight into the composite mechanical behavior. Also, the results quantify the substantial impact of GNP volume fraction and dispersion on the transverse mechanical properties of the hybrid composite, while the effect on the axial properties is shown to be insignificant.

  13. A primary study into graphene/polyether ether ketone (PEEK) nanocomposite for laser sintering

    Science.gov (United States)

    Chen, Binling; Berretta, Silvia; Evans, Ken; Smith, Kaylie; Ghita, Oana

    2018-01-01

    This paper proposes two methods of preparation of graphene/PEEK powders for Laser Sintering (LS) and investigates their behaviour in relation to their microstructure and their properties. Thin composite films were fabricated in an attempt to replicate the thin layer formation of the powder bed process. Both methods of composite powder preparation (wet and dry) led to enhanced mechanical performance of the composite films at 0.1 and 0.5 wt% graphene nano-platelets (GNP) concentrations. The TEM images show that the GNP act as a nucleation point in crystallisation of PEEK, being at the centre of the spherulites. The hot stage microscopy reveals a 20 s delay in the onset of GNP/PEEK nanocomposite coalescence in comparison with plain PEEK. This is a very important observation for laser sintering, as it will influence the build strategy and specific parameters (e.g. time between layers deposition, multiple exposures). The excellent electrical conductivity properties of graphene were noticeable in the nanocomposite films at concentrations above 1 wt% GNP.

  14. Graphene-nanoplatelet-based photomechanical actuators

    International Nuclear Information System (INIS)

    Loomis, James; King, Ben; Burkhead, Tom; Xu Peng; Bessler, Nathan; Panchapakesan, Balaji; Terentjev, Eugene

    2012-01-01

    This paper reports large light-induced reversible and elastic responses of graphene nanoplatelet (GNP) polymer composites. Homogeneous mixtures of GNP/polydimethylsiloxane (PDMS) composites (0.1–5 wt%) were prepared and their infrared (IR) mechanical responses studied with increasing pre-strains. Using IR illumination, a photomechanically induced change in stress of four orders of magnitude as compared to pristine PDMS polymer was measured. The actuation responses of the graphene polymer composites depended on the applied pre-strains. At low levels of pre-strain (3–9%) the actuators showed reversible expansion while at high levels (15–40%) the actuators exhibited reversible contraction. The GNP/PDMS composites exhibited higher actuation stresses compared to other forms of nanostructured carbon/PDMS composites, including carbon nanotubes (CNTs), for the same fabrication method. An extraordinary optical-to-mechanical energy conversion factor (η M ) of 7–9 MPa W −1 for GNP-based polymer composite actuators is reported. (paper)

  15. The Medical Library Association Benchmarking Network: development and implementation*

    Science.gov (United States)

    Dudden, Rosalind Farnam; Corcoran, Kate; Kaplan, Janice; Magouirk, Jeff; Rand, Debra C.; Smith, Bernie Todd

    2006-01-01

    Objective: This article explores the development and implementation of the Medical Library Association (MLA) Benchmarking Network from the initial idea and test survey, to the implementation of a national survey in 2002, to the establishment of a continuing program in 2004. Started as a program for hospital libraries, it has expanded to include other nonacademic health sciences libraries. Methods: The activities and timelines of MLA's Benchmarking Network task forces and editorial board from 1998 to 2004 are described. Results: The Benchmarking Network task forces successfully developed an extensive questionnaire with parameters of size and measures of library activity and published a report of the data collected by September 2002. The data were available to all MLA members in the form of aggregate tables. Utilization of Web-based technologies proved feasible for data intake and interactive display. A companion article analyzes and presents some of the data. MLA has continued to develop the Benchmarking Network with the completion of a second survey in 2004. Conclusions: The Benchmarking Network has provided many small libraries with comparative data to present to their administrators. It is a challenge for the future to convince all MLA members to participate in this valuable program. PMID:16636702

  16. Building an intelligence-led security program

    CERN Document Server

    Liska, Allan

    2014-01-01

    As recently as five years ago, securing a network meant putting in a firewall, intrusion detection system, and installing antivirus software on the desktop. Unfortunately, attackers have grown more nimble and effective, meaning that traditional security programs are no longer effective. Today's effective cyber security programs take these best practices and overlay them with intelligence. Adding cyber threat intelligence can help security teams uncover events not detected by traditional security platforms and correlate seemingly disparate events across the network. Properly-implemented inte

  17. Connecting and Networking for Schools

    Science.gov (United States)

    Resources for connecting and networking for schools through e-newsletters, finding school IAQ Champions and other EPA school programs such as Asthma, Energy Star, Clean School Bus USA, School Flag, etc.

  18. Economic evaluation of seizures associated with solitary cysticercus granuloma.

    Science.gov (United States)

    Murthy, J M K; Rajshekar, G

    2007-01-01

    Patients with solitary cysticercus granuloma (SCG) develop acute symptomatic seizures because of the inflammatory response of the brain and the seizures are self-limiting. Thus seizure disorder associated with SCG provides a good model to study the total cost of illness (COI). COI of new-onset seizures associated with SCG was studied in 59 consecutive patients registered at the epilepsy clinic. Direct treatment-related costs and indirect costs, man-days lost and wages lost were evaluated. The relative cost was calculated as the percentage of per capita gross national product (GNP) at current prices for the year 1997-1998. The total COI, for treating seizure disorder associated with SCG per the period of CT resolution of the lesion per patient was INR 7273.7 (US$ 174.66, I$ 943.16) and he/she would be spending 50.9% of per capita GNP The direct cost per patient was INR 5916 (US$ 137.14, 41.4% of per capita GNP). If the patient had received only AEDs for the period of resolution of CT lesion, the cost would be INR 5702.48 (US$132.2, 40% of per capita GNP). The extra expenditure on albendazole and steroid was INR 213.72 (US$ 4.95), 3.6% of the total direct cost and 20.7% of the medication cost. Indirect cost (average wage loss) per patient was INR 1312.7 (US$ 30.42) and it accounted for 9% of per capita GNP. The one-time expenditure at present costs (adjusted for inflation) to the nation to treat all the prevalence cases is to the tune of INR 1.184 billion (US$ 2.605) and 0.0037% of GNP. This study suggests that seizure disorder associated with SCG, a potentially preventable disorder, is a good model to study the total COI. The one-time expenditure at present costs to the nation to treat all the prevalence cases of seizure disorder associated with SCG is to the tune of INR 1.184 billion (US$ 2.605 million) and 0.0037% of GNP.

  19. NASA's Commercial Communication Technology Program

    Science.gov (United States)

    Bagwell, James W.

    1998-01-01

    Various issues associated with "NASA's Commercial Communication Technology Program" are presented in viewgraph form. Specific topics include: 1) Coordination/Integration of government program; 2) Achievement of seamless interoperable satellite and terrestrial networks; 3) Establishment of program to enhance Satcom professional and technical workforce; 4) Precompetitive technology development; and 5) Effective utilization of spectrum and orbit assets.

  20. Designing communication and remote controlling of virtual instrument network system

    Science.gov (United States)

    Lei, Lin; Wang, Houjun; Zhou, Xue; Zhou, Wenjian

    2005-01-01

    In this paper, a virtual instrument network through the LAN and finally remote control of virtual instruments is realized based on virtual instrument and LabWindows/CVI software platform. The virtual instrument network system is made up of three subsystems. There are server subsystem, telnet client subsystem and local instrument control subsystem. This paper introduced virtual instrument network structure in detail based on LabWindows. Application procedure design of virtual instrument network communication, the Client/the programming mode of the server, remote PC and server communication far realizing, the control power of the workstation is transmitted, server program and so on essential technical were introduced. And virtual instruments network may connect to entire Internet on. Above-mentioned technology, through measuring the application in the electronic measurement virtual instrument network that is already built up, has verified the actual using value of the technology. Experiment and application validate that this design is resultful.

  1. Designing communication and remote controlling of virtual instrument network system

    International Nuclear Information System (INIS)

    Lei Lin; Wang Houjun; Zhou Xue; Zhou Wenjian

    2005-01-01

    In this paper, a virtual instrument network through the LAN and finally remote control of virtual instruments is realized based on virtual instrument and LabWindows/CVI software platform. The virtual instrument network system is made up of three subsystems. There are server subsystem, telnet client subsystem and local instrument control subsystem. This paper introduced virtual instrument network structure in detail based on LabWindows. Application procedure design of virtual instrument network communication, the Client/the programming mode of the server, remote PC and server communication far realizing, the control power of the workstation is transmitted, server program and so on essential technical were introduced. And virtual instruments network may connect to entire Internet on. Above-mentioned technology, through measuring the application in the electronic measurement virtual instrument network that is already built up, has verified the actual using value of the technology. Experiment and application validate that this design is resultful

  2. Development of a program for tele-rehabilitation of COPD patients across sectors: co-innovation in a network

    Directory of Open Access Journals (Sweden)

    Birthe Dinesen

    2011-03-01

    Full Text Available Introduction: The aim of the Telekat project is to prevent re-admissions of patients with chronic obstructive pulmonary disease (COPD by developing a preventive programof tele-rehabilitation across sectors for COPD patients. The development of the program is based on a co-innovation process between COPD patients, relatives, healthcare professionals and representatives from private firms and universities. This paper discusses theobstacles that arise in the co-innovation process of developing an integrated technique for tele-rehabilitation of COPD patients.Theory: Network and innovation theory.Methods: The casestudy was applied. A triangulation of data collection techniques was used: documents, observations (123 hours, qualitative interviews (n=32 and action research.Findings: Obstacles were identified in the network context; these obstacles included the mindset of the healthcare professionals, inter-professionals relations, views of technology as a tool and competing visions for the goals of tele-rehabilitation.Conclusion: We have identified obstacles that emerge in the co-innovation process when developing a programme for tele-rehabilitation of COPD patients in an inter-organizational context. Action research has been carried out and can have helped to facilitate the co-innovation process.

  3. Nuclear Physics Science Network Requirements Workshop, May 2008 - Final Report

    Energy Technology Data Exchange (ETDEWEB)

    Tierney, Ed., Brian L; Dart, Ed., Eli; Carlson, Rich; Dattoria, Vince; Ernest, Michael; Hitchcock, Daniel; Johnston, William; Kowalski, Andy; Lauret, Jerome; Maguire, Charles; Olson, Douglas; Purschke, Martin; Rai, Gulshan; Watson, Chip; Vale, Carla

    2008-11-10

    The Energy Sciences Network (ESnet) is the primary provider of network connectivity for the US Department of Energy Office of Science, the single largest supporter of basic research in the physical sciences in the United States of America. In support of the Office of Science programs, ESnet regularly updates and refreshes its understanding of the networking requirements of the instruments, facilities, scientists, and science programs that it serves. This focus has helped ESnet to be a highly successful enabler of scientific discovery for over 20 years. In May 2008, ESnet and the Nuclear Physics (NP) Program Office of the DOE Office of Science organized a workshop to characterize the networking requirements of the science programs funded by the NP Program Office. Most of the key DOE sites for NP related work will require significant increases in network bandwidth in the 5 year time frame. This includes roughly 40 Gbps for BNL, and 20 Gbps for NERSC. Total transatlantic requirements are on the order of 40 Gbps, and transpacific requirements are on the order of 30 Gbps. Other key sites are Vanderbilt University and MIT, which will need on the order of 20 Gbps bandwidth to support data transfers for the CMS Heavy Ion program. In addition to bandwidth requirements, the workshop emphasized several points in regard to science process and collaboration. One key point is the heavy reliance on Grid tools and infrastructure (both PKI and tools such as GridFTP) by the NP community. The reliance on Grid software is expected to increase in the future. Therefore, continued development and support of Grid software is very important to the NP science community. Another key finding is that scientific productivity is greatly enhanced by easy researcher-local access to instrument data. This is driving the creation of distributed repositories for instrument data at collaborating institutions, along with a corresponding increase in demand for network-based data transfers and the tools

  4. A Space Operations Network Alternative: Using Globally Connected Research and Education Networks for Space-Based Science Operations

    Science.gov (United States)

    Bradford, Robert N.

    2006-01-01

    Earth based networking in support of various space agency projects has been based on leased service/circuits which has a high associated cost. This cost is almost always taken from the science side resulting in less science. This is a proposal to use Research and Education Networks (RENs) worldwide to support space flight operations in general and space-based science operations in particular. The RENs were developed to support scientific and educational endeavors. They do not provide support for general Internet traffic. The connectivity and performance of the research and education networks is superb. The connectivity at Layer 3 (IP) virtually encompasses the globe. Most third world countries and all developed countries have their own research and education networks, which are connected globally. Performance of the RENs especially in the developed countries is exceptional. Bandwidth capacity currently exists and future expansion promises that this capacity will continue. REN performance statistics has always exceeded minimum requirements for spaceflight support. Research and Education networks are more loosely managed than a corporate network but are highly managed when compared to the commodity Internet. Management of RENs on an international level is accomplished by the International Network Operations Center at Indiana University at Indianapolis. With few exceptions, each regional and national REN has its own network ops center. The acceptable use policies (AUP), although differing by country, allows any scientific program or project the use of their networks. Once in compliance with the first RENs AUP, all others will accept that specific traffic including regional and transoceanic networks. RENs can support spaceflight related scientific programs and projects. Getting the science to the researcher is obviously key to any scientific project. RENs provide a pathway to virtually any college or university in the world, as well as many governmental institutes and

  5. Jitter reduction in Differentiated Services (Diffserv) networks

    NARCIS (Netherlands)

    Karagiannis, Georgios; Rexhepi, Vlora

    2001-01-01

    A method and a computer program for reducing jitter in IP packet transmission in a Diffserv network having ingress and egress Border Routers and using premium service, expedited forwarding and source route option, recognize incoming packets which have firm jitter requirements. The program verifies

  6. Jitter reduction in Differentiated Services (Diffserv) networks

    NARCIS (Netherlands)

    Karagiannis, Georgios; Rexhepi, Vlora

    2005-01-01

    A method and a computer program for reducing jitter in IP packet transmission in a Diffserv network having ingress and egress Border Routers and using premium service, expedited forwarding and source route option, recognize incoming packets which have firm jitter requirements. The program verifies

  7. modeling and optimization of an electric power distribution network

    African Journals Online (AJOL)

    user

    EDNEPP) was solved by a mixed binary integer programming (MBIP) formulation of the network, where the steady-state operation of the network was modelled with non-linear mathematical expressions. The non-linear terms are linearized, using ...

  8. Programming Python

    CERN Document Server

    Lutz, Mark

    2011-01-01

    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python's many roles in practical, real-world programming. You'll learn language syntax and programming techniques in a clear and co

  9. INDDGO: Integrated Network Decomposition & Dynamic programming for Graph Optimization

    Energy Technology Data Exchange (ETDEWEB)

    Groer, Christopher S [ORNL; Sullivan, Blair D [ORNL; Weerapurage, Dinesh P [ORNL

    2012-10-01

    It is well-known that dynamic programming algorithms can utilize tree decompositions to provide a way to solve some \\emph{NP}-hard problems on graphs where the complexity is polynomial in the number of nodes and edges in the graph, but exponential in the width of the underlying tree decomposition. However, there has been relatively little computational work done to determine the practical utility of such dynamic programming algorithms. We have developed software to construct tree decompositions using various heuristics and have created a fast, memory-efficient dynamic programming implementation for solving maximum weighted independent set. We describe our software and the algorithms we have implemented, focusing on memory saving techniques for the dynamic programming. We compare the running time and memory usage of our implementation with other techniques for solving maximum weighted independent set, including a commercial integer programming solver and a semi-definite programming solver. Our results indicate that it is possible to solve some instances where the underlying decomposition has width much larger than suggested by the literature. For certain types of problems, our dynamic programming code runs several times faster than these other methods.

  10. Functionalization of Graphene Nanoplatelet and the Shape Memory Properties of Nanocomposite Based on Thermoplastic Elastomer Polyurethane/Poly(vinyl chloride/Graphene Nanoplateletes

    Directory of Open Access Journals (Sweden)

    Milad karimtehrani

    2017-09-01

    Full Text Available In this study, shape memory polymers (SMPs based on thermoplastic polyurethane/ poly(vinylchloride/ graphen nanoplatelet  (TPU/PVC/GNP were produced via solution method using tetrahydrofuran(THF solvent. Blend ratio of the all samples was 60/40 (w/w and GNP concentration were 0.5, 1 and 2 W.t% from neat and functionalized GNP. In order to get better dispersion of GNP and inhibit from their agglomeration, functionalization with polycaprolactam was accomplished. At first, nanoparticles were treated with nitric acid and in the next step acylation was done using tionylcholride and finally polycaprolactam was grafted on the surface of nano platelet graphen. The functionaliztion reactions were tracked using fourier transfer infra red (FTIR, thermal gravimetric analysis (TGA and ultraviolet chromatography.The results of these tests showed the successful reaction has been occurred and polycaprolactam was grafted on the surface of GNP. The presence of new peaks in FTIR spectra at 1165 and cm-1 and the loss weight in TGA by 10 and 30wt. % for modified nanoparticles in comparison to pristine one revealed the successful occurrence of modifications reaction reactions.Morphology of the samples was studied using scanning electron microscopy (SEM and the results depicted that a fine dispersion of graphen nanoplatelet  was obtained in comparison to samples including unfunctionalized nanoparticles.  Shape memory induction and the measurement of shape fixity and shape recovery were done using thermal-mechanical analyzer (TMA. The results showed that the shape fixity was increased from 76.8 to 83% and shape recovery was increased from 81.5 to 86.7% for the sample containing modified GNp due to better dispersion of the nanoparticles.

  11. Knapsack--TOPSIS Technique for Vertical Handover in Heterogeneous Wireless Network.

    Directory of Open Access Journals (Sweden)

    E M Malathy

    Full Text Available In a heterogeneous wireless network, handover techniques are designed to facilitate anywhere/anytime service continuity for mobile users. Consistent best-possible access to a network with widely varying network characteristics requires seamless mobility management techniques. Hence, the vertical handover process imposes important technical challenges. Handover decisions are triggered for continuous connectivity of mobile terminals. However, bad network selection and overload conditions in the chosen network can cause fallout in the form of handover failure. In order to maintain the required Quality of Service during the handover process, decision algorithms should incorporate intelligent techniques. In this paper, a new and efficient vertical handover mechanism is implemented using a dynamic programming method from the operation research discipline. This dynamic programming approach, which is integrated with the Technique to Order Preference by Similarity to Ideal Solution (TOPSIS method, provides the mobile user with the best handover decisions. Moreover, in this proposed handover algorithm a deterministic approach which divides the network into zones is incorporated into the network server in order to derive an optimal solution. The study revealed that this method is found to achieve better performance and QoS support to users and greatly reduce the handover failures when compared to the traditional TOPSIS method. The decision arrived at the zone gateway using this operational research analytical method (known as the dynamic programming knapsack approach together with Technique to Order Preference by Similarity to Ideal Solution yields remarkably better results in terms of the network performance measures such as throughput and delay.

  12. MANAGEMENT PROGRAMS ROAD REPAIR WORKS OF THE ROADS NETWORK

    Directory of Open Access Journals (Sweden)

    Вікторія Василівна ІГНАТЮК

    2015-05-01

    Full Text Available The paper discusses the model and algorithm optimization program of road repair works, with limited funds. Features introduction program for calculating rational level detection repair costs for the period of the program, which allows dos evolve a desired operating condition of the pavement.

  13. Benefits of a Pharmacology Antimalarial Reference Standard and Proficiency Testing Program Provided by the Worldwide Antimalarial Resistance Network (WWARN)

    Science.gov (United States)

    Lourens, Chris; Lindegardh, Niklas; Barnes, Karen I.; Guerin, Philippe J.; Sibley, Carol H.; White, Nicholas J.

    2014-01-01

    Comprehensive assessment of antimalarial drug resistance should include measurements of antimalarial blood or plasma concentrations in clinical trials and in individual assessments of treatment failure so that true resistance can be differentiated from inadequate drug exposure. Pharmacometric modeling is necessary to assess pharmacokinetic-pharmacodynamic relationships in different populations to optimize dosing. To accomplish both effectively and to allow comparison of data from different laboratories, it is essential that drug concentration measurement is accurate. Proficiency testing (PT) of laboratory procedures is necessary for verification of assay results. Within the Worldwide Antimalarial Resistance Network (WWARN), the goal of the quality assurance/quality control (QA/QC) program is to facilitate and sustain high-quality antimalarial assays. The QA/QC program consists of an international PT program for pharmacology laboratories and a reference material (RM) program for the provision of antimalarial drug standards, metabolites, and internal standards for laboratory use. The RM program currently distributes accurately weighed quantities of antimalarial drug standards, metabolites, and internal standards to 44 pharmacology, in vitro, and drug quality testing laboratories. The pharmacology PT program has sent samples to eight laboratories in four rounds of testing. WWARN technical experts have provided advice for correcting identified problems to improve performance of subsequent analysis and ultimately improved the quality of data. Many participants have demonstrated substantial improvements over subsequent rounds of PT. The WWARN QA/QC program has improved the quality and value of antimalarial drug measurement in laboratories globally. It is a model that has potential to be applied to strengthening laboratories more widely and improving the therapeutics of other infectious diseases. PMID:24777099

  14. An automated approach to network features of protein structure ensembles

    Science.gov (United States)

    Bhattacharyya, Moitrayee; Bhat, Chanda R; Vishveshwara, Saraswathi

    2013-01-01

    Network theory applied to protein structures provides insights into numerous problems of biological relevance. The explosion in structural data available from PDB and simulations establishes a need to introduce a standalone-efficient program that assembles network concepts/parameters under one hood in an automated manner. Herein, we discuss the development/application of an exhaustive, user-friendly, standalone program package named PSN-Ensemble, which can handle structural ensembles generated through molecular dynamics (MD) simulation/NMR studies or from multiple X-ray structures. The novelty in network construction lies in the explicit consideration of side-chain interactions among amino acids. The program evaluates network parameters dealing with topological organization and long-range allosteric communication. The introduction of a flexible weighing scheme in terms of residue pairwise cross-correlation/interaction energy in PSN-Ensemble brings in dynamical/chemical knowledge into the network representation. Also, the results are mapped on a graphical display of the structure, allowing an easy access of network analysis to a general biological community. The potential of PSN-Ensemble toward examining structural ensemble is exemplified using MD trajectories of an ubiquitin-conjugating enzyme (UbcH5b). Furthermore, insights derived from network parameters evaluated using PSN-Ensemble for single-static structures of active/inactive states of β2-adrenergic receptor and the ternary tRNA complexes of tyrosyl tRNA synthetases (from organisms across kingdoms) are discussed. PSN-Ensemble is freely available from http://vishgraph.mbu.iisc.ernet.in/PSN-Ensemble/psn_index.html. PMID:23934896

  15. Development and Operation of International Nuclear Education/Training Program and HRD Cooperation Network

    International Nuclear Information System (INIS)

    Lee, E. J.; Min, B. J.; Han, K. W.

    2006-12-01

    The primary result of the project is the establishment of a concept of International Nuclear R and D Academy that integrates the on-going long term activity for international nuclear education/training and a new activity to establish an international cooperation network for nuclear human resources development. For this, the 2007 WNU Summer Institute was hosted with the establishment of an MOU and subsequent preparations. Also, ANENT was promoted through development of a cyber platform for the ANENT web-portal, hosting the third ANENT Coordination Committee meeting, etc. Then a cooperation with universities in Vietnam was launched resulting in preparation of an MOU for the cooperation. Finally, a relevant system framework was established and required procedures were drafted especially for providing students from developing countries with long term education/training programs (e.g. MS and Ph D. courses). The international nuclear education/training programs have offered 13 courses to 182 people from 43 countries. The overall performance of the courses was evaluated to be outstanding. In parallel, the establishment of an MOU for the cooperation of KOICA-IAEA-KAERI courses to ensure their stable and systematic operation. Also, an effort was made to participate in FNCA. Atopia Hall of the International Nuclear Training and Education Center (INTEC) hosted 477 events (corresponding to 18,521 participants) and Nuri Hall (guesthouse) accommodated 4,616 people in 2006. This shows a steady increase of the use rate since the opening of the center, along with a continuous improvement of the equipment

  16. Development and Operation of International Nuclear Education/Training Program and HRD Cooperation Network

    Energy Technology Data Exchange (ETDEWEB)

    Lee, E J; Min, B J; Han, K W [and others

    2006-12-15

    The primary result of the project is the establishment of a concept of International Nuclear R and D Academy that integrates the on-going long term activity for international nuclear education/training and a new activity to establish an international cooperation network for nuclear human resources development. For this, the 2007 WNU Summer Institute was hosted with the establishment of an MOU and subsequent preparations. Also, ANENT was promoted through development of a cyber platform for the ANENT web-portal, hosting the third ANENT Coordination Committee meeting, etc. Then a cooperation with universities in Vietnam was launched resulting in preparation of an MOU for the cooperation. Finally, a relevant system framework was established and required procedures were drafted especially for providing students from developing countries with long term education/training programs (e.g. MS and Ph D. courses). The international nuclear education/training programs have offered 13 courses to 182 people from 43 countries. The overall performance of the courses was evaluated to be outstanding. In parallel, the establishment of an MOU for the cooperation of KOICA-IAEA-KAERI courses to ensure their stable and systematic operation. Also, an effort was made to participate in FNCA. Atopia Hall of the International Nuclear Training and Education Center (INTEC) hosted 477 events (corresponding to 18,521 participants) and Nuri Hall (guesthouse) accommodated 4,616 people in 2006. This shows a steady increase of the use rate since the opening of the center, along with a continuous improvement of the equipment.

  17. HONTIOR - HIGHER-ORDER NEURAL NETWORK FOR TRANSFORMATION INVARIANT OBJECT RECOGNITION

    Science.gov (United States)

    Spirkovska, L.

    1994-01-01

    Neural networks have been applied in numerous fields, including transformation invariant object recognition, wherein an object is recognized despite changes in the object's position in the input field, size, or rotation. One of the more successful neural network methods used in invariant object recognition is the higher-order neural network (HONN) method. With a HONN, known relationships are exploited and the desired invariances are built directly into the architecture of the network, eliminating the need for the network to learn invariance to transformations. This results in a significant reduction in the training time required, since the network needs to be trained on only one view of each object, not on numerous transformed views. Moreover, one hundred percent accuracy is guaranteed for images characterized by the built-in distortions, providing noise is not introduced through pixelation. The program HONTIOR implements a third-order neural network having invariance to translation, scale, and in-plane rotation built directly into the architecture, Thus, for 2-D transformation invariance, the network needs only to be trained on just one view of each object. HONTIOR can also be used for 3-D transformation invariant object recognition by training the network only on a set of out-of-plane rotated views. Historically, the major drawback of HONNs has been that the size of the input field was limited to the memory required for the large number of interconnections in a fully connected network. HONTIOR solves this problem by coarse coding the input images (coding an image as a set of overlapping but offset coarser images). Using this scheme, large input fields (4096 x 4096 pixels) can easily be represented using very little virtual memory (30Mb). The HONTIOR distribution consists of three main programs. The first program contains the training and testing routines for a third-order neural network. The second program contains the same training and testing procedures as the

  18. Caolines Program. N1 area prospective soundings

    International Nuclear Information System (INIS)

    Coronel, N.; Mari, C.

    1984-01-01

    This work is about The Caolines program. After several stages was designed a network of drilling to be developed in prospective areas. The support of this network was a geological cartography performed in a devonian region.

  19. The First Year of Croatian Meteor Network

    Science.gov (United States)

    Andreic, Zeljko; Segon, Damir

    2010-08-01

    The idea and a short history of Croatian Meteor Network (CMN) is described. Based on use of cheap surveillance cameras, standard PC-TV cards and old PCs, the Network allows schools, amateur societies and individuals to participate in photographic meteor patrol program. The network has a strong educational component and many cameras are located at or around teaching facilities. Data obtained by these cameras are collected and processed by the scientific team of the network. Currently 14 cameras are operable, covering a large part of the croatian sky, data gathering is fully functional, and data reduction software is in testing phase.

  20. Indoor Air Quality Tribal Partners Program

    Science.gov (United States)

    IAQ Tribal Partners Program. Empowering champions of healthy IAQ in tribal communities with tools for networking, sharing innovative and promising programs and practices and a reservoir of the best available tribal-specific IAQ information and materials.