Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]

Størrelse: px
Starte visningen fra side:

Download "Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]"

Transkript

1 Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg [SelfOrg], SS

2 Overview Self-Organization Basic methodologies of self-organization; comparison of central and hierarchical control, distributed systems, and autonomous behavior; examples of self-organization Mobile Sensor/Actuator Networks Ad hoc routing; reliable communication and congestion control; sensor assistance for mobile robots; applications Coordination of Autonomous Systems Coordination and synchronization; communication aspects; clustering Bio-inspired Mechanisms Swarm intelligence; artificial immune system; intra/inter cellular information exchange [SelfOrg], SS

3 Energy Management Battery management schemes Transmission power management System power management [SelfOrg], SS

4 Energy Management Motivation Limited energy reserve Remember the primary reason for ad hoc networks: communication without fixed network infrastructure Increasing gap between power consumption and power availability Difficulties in replacing the batteries Application scenarios include hazardous environments, maybe even environments inaccessible for humans Lack of central coordination Inherent multi-hop routing Sometimes overhead through self-organization mechanisms [SelfOrg], SS

5 Energy Management Motivation Constraints on the battery source Battery size is indirect proportional to its capacity Selection of optimal transmission power Energy consumption increases with an increase in the transmission power (which is also a function of the distance between communicating nodes) Optimal transmission power decreases the interference among nodes, which, in turn, increases the number of simultaneous transmissions Channel utilization As seen before, a reduction of the transmission power increases frequency reuse better channel utilization Power control becomes especially important in CDMA-based systems [SelfOrg], SS

6 Classification of Energy Management Schemes Battery management schemes Transmission power management schemes System power management schemes Device management schemes Processor power management schemes Network Management Application layer Transport layer Network layer MAC layer Physical layer Energy Management [SelfOrg], SS

7 Battery Management Exploiting the inherent property of batteries to recover their charge when kept idle efficiency of mobile wireless communication can be enhanced through the use of improved battery management techniques Battery technologies Nickel-cadmium, lithium ion, nickel metal-hydride, reusable alkaline, lithium polymer Main criteria Energy density, cycle life, environmental impact, safety, cost, available supply voltage, charge/discharge characteristics Battery measures Theoretical capacity Nominal capacity Actual capacity [SelfOrg], SS

8 Battery Management Performance measures of a cell s discharge Discharge time Specific power (energy) [watt-hour-per-kilogram] Discharge current Constant current discharge Pulsed current discharge Recovery capacity effect In idle conditions, the charge of the cell recovers by increasing the idle time the theoretical capacity of the cell may be used [SelfOrg], SS

9 Battery Characteristics Battery models Depict the characteristics of the batteries Used for approximations of the remaining capacity Supply voltage scaling providing a balance between battery charge consumption and performance Battery-aware task scheduling optimization of the discharge power of the batteries; task graph + battery model optimized task schedule Dynamic power management graceful degradation of the quality of service of a transmission (if applicable for the particular application, e.g. audio/video transmission) Battery scheduling Scheduling between multiple available batteries in a mobile node Smart battery standard (SBS) Well-defined interaction between a system and its batteries [SelfOrg], SS

10 Modeling and Shaping Battery Discharge Patterns Effect of battery pulsed discharge If pulse discharge is applied to a cell, significant improvement in the specific energy delivery is realized Battery models for battery recovery depended on forthcoming transmissions: binary pulsed discharge generalized pulsed discharge Battery lifetime estimation Manufacturer-specified rated capacity, discharge plot of the battery Discharge current ratio can be computed Efficiency is calculated by the interpolation of point in the discharge plot [SelfOrg], SS

11 Binary Pulsed Discharge G=m p /N gain obtained by the scheme m p total expected number of packets transmitted N amount of charge of a fully charged battery [SelfOrg], SS

12 Battery-Scheduling Techniques Delay-free approaches As soon as a job arrives, the battery charge for processing the job will be provided from the cells without any delay Joint technique (JN) - the same amount of current is drawn equally from all the cells, i.e. each cell is discharged by 1/L of the current required Round robin technique (RR) - batteries are selected in round robin fashion, the current job gets the required energy from the selected cell Random technique (RN) - similar to RR but the cells are selected randomly RR JN [SelfOrg], SS

13 Battery-Scheduling Techniques No delay-free approaches The batteries coordinate among themselves based on their remaining charge E.g. by defining a threshold for the remaining charge all the cells which have their remaining charge greater than the threshold value become eligible for providing energy Delay-free approaches can be applied to the eligible cells Non-eligible cells stay in recovery state to maximize their capacity Further enhancements Heterogeneous battery-scheduling technique [SelfOrg], SS

14 Data Link Layer Solutions Battery-aware MAC protocol (BAMAC) Increasing the lifetime of the nodes by exploiting the recovery capacity effect of the batteries provisioning of enough idle time for the nodes by scheduling the nodes in an appropriate manner Working principle Usage of an additional table containing the remaining battery charge of each neighbor Dissemination of this information in each RTS, CTS, Data, and ACK packet Back-off mechanism providing a near round robin scheduling [SelfOrg], SS

15 Data Link Layer Solutions Battery-aware MAC protocol (BAMAC) back-off = Uniform[0, (2 n x CW min )-1] x rank x (T SIFS + T DIFS + T t ) CW min minimum size of the contention window rank position of that entry in the battery table T SIFS short IFS (inter-frame spacing) T DIFS DCF (distributed coordination function) IFS T t longest possible time to transmit a packet successfully (including RTS-CTS-Data-ACK handshake) Uniform[0, (2 n x CW min )-1] random number distributed uniformly, where n is the number of transmission attempts make so far for a packet [SelfOrg], SS

16 Data Link Layer Solutions Battery-aware MAC protocol (BAMAC) Whenever a node gains access to the channel, it is allowed to transmit only one packet, giving rise to an average idle time of (N-1) x m, where N is the total number of nodes contending for the common channel and m is the average time taken by a node for transmission of a packet [SelfOrg], SS

17 Network Layer Solutions Traffic-shaping schemes Main idea: introduction of delay slots in the battery discharge process Example: blocking relay traffic Random strategy: when the k th node in the path (route r) receives a session request, it accepts it with a probability sympathy(k,r) Pay-for-it strategy: each node keeps an account the help it had received form others nodes relaying its messages (credit), and the amount of help it has given to others by allowing the relay traffic (debit) each node tries to balance credit and debit Other approaches Battery energy-efficient routing protocol Shaping + scheduling Energy conserving routing based on battery status Focus on battery recovery [SelfOrg], SS

18 Classification of Energy Management Schemes Battery management schemes Transmission power management schemes System power management schemes Device management schemes Processor power management schemes Network Management Application layer Transport layer Network layer MAC layer Physical layer Energy Management [SelfOrg], SS

19 Transmission Power Management Schemes Major component in energy consumption: communications module Transmission of data Idle-listening Variation in transmission power great influence in reachability of a node Increasing the transmission range increased coverage increased power consumption Optimization of the trade-off [SelfOrg], SS

20 Data Link Layer Solutions Dynamic power adjustment based on the link affinity Frequent link failures due to node mobility reduced throughput Introduction of the stability of a route: affinity a nm high if δsnm( avg ) > 0 anm = Sthresh Snm( current) S otherwise thresh δs δs nm(avg) nm( avg ) Periodic exchange of Hello packets with constant power Calculation of the signal strength of the transmitter (S t,t+τ ) S t, t + τ S = S S H H S thresh H S a thresh * τ if moving farther andτ < a if moving closer andτ < a otherwise Calculation of the adjusted transmission power (P t,t+τ ) Sthresh Pt, t + τ = PT * St, t + τ S nm(current) current signal strength given threshold for the signal strength average of the rate of change of signal strength [SelfOrg], SS

21 Network Layer Solutions Common power protocol (COMPOW) Optimization of the transmit power level side effect: minimum interference in the network High power level interference among nodes Low power level reachability between nodes may become very low [SelfOrg], SS

22 Network Layer Solutions Common power protocol (COMPOW) Two successful simultaneous transmissions if: R R r + r 2 Major weakness: in practical wireless environments, the number of nodes and the area of the domain may not be known a priori. In such cases, a feedback strategy can be employed. [SelfOrg], SS

23 Network Layer Solutions Other solutions Globalized power-aware routing techniques Minimum power consumption routing Minimum battery cost routing Localized power-aware routing techniques Power-/Cost-/Power-cost-saving localized routing algorithm Energy-efficient ad hoc wireless network design algorithm Covering Reconfiguration [SelfOrg], SS

24 Classification of Energy Management Schemes Battery management schemes Transmission power management schemes System power management schemes Device management schemes Processor power management schemes Network Management Application layer Transport layer Network layer MAC layer Physical layer Energy Management [SelfOrg], SS

25 Energy Consumption A back of the envelope estimation Number of instructions Energy per instruction: 1 nj Small battery ( smart dust ): 1 J = 1 Ws Corresponds: 10 9 instructions! Lifetime Or: Require a single day operational lifetime = 24x60x60 =86400 s 1 Ws / 86400s 11.5 μw as max. sustained power consumption! Not feasible! [SelfOrg], SS

26 Multiple Power Consumption Modes Way out: Do not run sensor node at full operation all the time If nothing to do, switch to power safe mode Question: When to throttle down? How to wake up again? Typical modes Controller: Active, idle, sleep Radio mode: Turn on/off transmitter/receiver, both Multiple modes possible, deeper sleep modes Strongly depends on hardware TI MSP MHz, 3V): Fully operation 1.2 mw Deepest sleep mode 0.3 μw only woken up by external interrupts (not even timer is running any more) Atmel ATMega Operational mode: 15 mw active, 6 mw idle Sleep mode: 75 μw [SelfOrg], SS

27 Switching Between Modes Simplest idea: Greedily switch to lower mode whenever possible Problem: Time and power consumption required to reach higher modes not negligible Switching only pays off if E saved > E overhead Time overhead must be considered Example: Event-triggered wake up from sleep mode E saved E overhead Scheduling problem with uncertainty P active P sleep t 1 τ down t event τ up time [SelfOrg], SS

28 Alternative: Dynamic Voltage Scaling Switching modes complicated by uncertainty how long a sleep time is available Alternative: Low supply voltage & clock Dynamic voltage scaling (DVS) Rationale: Power consumption P depends on Clock frequency Square of supply voltage P / f V 2 Lower clock allows lower supply voltage Easy to switch to higher clock But: execution takes longer

29 Processor Power Management Schemes Power-saving modes Key idea: remain in sleep mode as long as possible Example: RAS remote activated switch Receiver and control logic can be turned off until a packet is received Caution: the preamble must be long enough for turning on and initializing the receiver [SelfOrg], SS

30 Transmitter Power/Energy Consumption for n Bits Amplifier power: P amp = α amp + β amp P tx P tx radiated power α amp, β amp constants depending on model Highest efficiency (η = P tx / P amp ) at maximum output power In addition: transmitter electronics needs power P txelec Time to transmit n bits: n / (R x R code ) R nomial data rate, R code coding rate To leave sleep mode Time T start, average power P start E tx = T start P start + n / (R x R code ) (P txelec + α amp + β amp P tx ) Simplification: Modulation not considered [SelfOrg], SS

31 Computation vs. Communication Energy Cost Tradeoff? Directly comparing computation/communication energy cost not possible But: put them into perspective! Energy ratio of sending one bit vs. computing one instruction : Anything between 220 and 2900 in the literature To communicate (send & receive) one kilobyte = computing three million instructions! Hence: try to compute instead of communicate whenever possible Key technique in WSN in-network processing! Exploit compression schemes, intelligent coding schemes, [SelfOrg], SS

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

Læs mere

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

Læs mere

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

Læs mere

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

Læs mere

Peering in Infrastructure Ad hoc Networks

Peering in Infrastructure Ad hoc Networks Peering in Infrastructure Ad hoc Networks EE 228a Course Project Mentor : Linhai He Group : Matulya Bansal Sanjeev Kohli Presentation Outline Introduction to the problem Objectives Problem Formulation

Læs mere

Basic statistics for experimental medical researchers

Basic statistics for experimental medical researchers Basic statistics for experimental medical researchers Sample size calculations September 15th 2016 Christian Pipper Department of public health (IFSV) Faculty of Health and Medicinal Science (SUND) E-mail:

Læs mere

Constant Terminal Voltage. Industry Workshop 1 st November 2013

Constant Terminal Voltage. Industry Workshop 1 st November 2013 Constant Terminal Voltage Industry Workshop 1 st November 2013 Covering; Reactive Power & Voltage Requirements for Synchronous Generators and how the requirements are delivered Other countries - A different

Læs mere

Handling Sporadic Tasks in Off- Line Scheduled Distributed Real Time Systems

Handling Sporadic Tasks in Off- Line Scheduled Distributed Real Time Systems Handling Sporadic Tasks in Off- Line Scheduled Distributed Real Time Systems Damir Isović & Gerhard Fohler Department of Computer Engineering Mälardalen University, Sweden Presented by : Aseem Lalani Outline

Læs mere

ME6212. High Speed LDO Regulators, High PSRR, Low noise, ME6212 Series. General Description. Typical Application. Package

ME6212. High Speed LDO Regulators, High PSRR, Low noise, ME6212 Series. General Description. Typical Application. Package High Speed LDO Regulators, High PSRR, Low noise, Series General Description The series are highly accurate, low noise, CMOS LDO Voltage Regulators. Offering low output noise, high ripple rejection ratio,

Læs mere

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1 Project Step 7 Behavioral modeling of a dual ported register set. Copyright 2006 - Joanne DeGroat, ECE, OSU 1 The register set Register set specifications 16 dual ported registers each with 16- bit words

Læs mere

Portal Registration. Check Junk Mail for activation . 1 Click the hyperlink to take you back to the portal to confirm your registration

Portal Registration. Check Junk Mail for activation  . 1 Click the hyperlink to take you back to the portal to confirm your registration Portal Registration Step 1 Provide the necessary information to create your user. Note: First Name, Last Name and Email have to match exactly to your profile in the Membership system. Step 2 Click on the

Læs mere

Selection of a Laser Source for Magnetic Field Imaging Using Magneto-optical Films

Selection of a Laser Source for Magnetic Field Imaging Using Magneto-optical Films Selection of a Laser Source for Magnetic Field Imaging Using Magneto-optical Films Jennifer Talmadge ECE 355 Final Project Presentation November 28, 2001 Motivation Potential for non-invasive imaging of

Læs mere

Basic Design Flow. Logic Design Logic synthesis Logic optimization Technology mapping Physical design. Floorplanning Placement Fabrication

Basic Design Flow. Logic Design Logic synthesis Logic optimization Technology mapping Physical design. Floorplanning Placement Fabrication Basic Design Flow System design System/Architectural Design Instruction set for processor Hardware/software partition Memory, cache Logic design Logic Design Logic synthesis Logic optimization Technology

Læs mere

Small Autonomous Devices in civil Engineering. Uses and requirements. By Peter H. Møller Rambøll

Small Autonomous Devices in civil Engineering. Uses and requirements. By Peter H. Møller Rambøll Small Autonomous Devices in civil Engineering Uses and requirements By Peter H. Møller Rambøll BACKGROUND My Background 20+ years within evaluation of condition and renovation of concrete structures Last

Læs mere

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU OUTLINE INEFFICIENCY OF ATTILA WAYS TO PARALLELIZE LOW COMPATIBILITY IN THE COMPILATION A SOLUTION

Læs mere

UNISONIC TECHNOLOGIES CO.,

UNISONIC TECHNOLOGIES CO., UNISONIC TECHNOLOGIES CO., 3 TERMINAL 1A NEGATIVE VOLTAGE REGULATOR DESCRIPTION 1 TO-263 The UTC series of three-terminal negative regulators are available in TO-263 package and with several fixed output

Læs mere

Dynamic Voltage and Frequency Management Based on Variable Update Intervals

Dynamic Voltage and Frequency Management Based on Variable Update Intervals Dynamic Voltage and Frequency Management Based on Variable Update Intervals for Frequency Setting Mehrdad Najibi Mostafa Salehi Ali Afzali Kusha Massoud Pedram S. Mehdi Fakhraie Hossein Pedram Presentation

Læs mere

Linear Programming ١ C H A P T E R 2

Linear Programming ١ C H A P T E R 2 Linear Programming ١ C H A P T E R 2 Problem Formulation Problem formulation or modeling is the process of translating a verbal statement of a problem into a mathematical statement. The Guidelines of formulation

Læs mere

The GAssist Pittsburgh Learning Classifier System. Dr. J. Bacardit, N. Krasnogor G53BIO - Bioinformatics

The GAssist Pittsburgh Learning Classifier System. Dr. J. Bacardit, N. Krasnogor G53BIO - Bioinformatics The GAssist Pittsburgh Learning Classifier System Dr. J. Bacardit, N. Krasnogor G53BIO - Outline bioinformatics Summary and future directions Objectives of GAssist GAssist [Bacardit, 04] is a Pittsburgh

Læs mere

Statistical information form the Danish EPC database - use for the building stock model in Denmark

Statistical information form the Danish EPC database - use for the building stock model in Denmark Statistical information form the Danish EPC database - use for the building stock model in Denmark Kim B. Wittchen Danish Building Research Institute, SBi AALBORG UNIVERSITY Certification of buildings

Læs mere

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

Læs mere

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004)

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Unitel EDI MT940 June 2010 Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Contents 1. Introduction...3 2. General...3 3. Description of the MT940 message...3 3.1.

Læs mere

PEMS RDE Workshop. AVL M.O.V.E Integrative Mobile Vehicle Evaluation

PEMS RDE Workshop. AVL M.O.V.E Integrative Mobile Vehicle Evaluation PEMS RDE Workshop AVL M.O.V.E Integrative Mobile Vehicle Evaluation NEW - M.O.V.E Mobile Testing Platform Key Requirements for Measuring Systems Robustness Shock / vibrations Change of environment Compact

Læs mere

Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances.

Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances. System Model Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances. Each process utilizes a resource as follows: request use e.g., request

Læs mere

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528)

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528) Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM58) Institut for Matematik og Datalogi Syddansk Universitet, Odense Torsdag den 1. januar 01 kl. 9 13 Alle sædvanlige hjælpemidler

Læs mere

RoE timestamp and presentation time in past

RoE timestamp and presentation time in past RoE timestamp and presentation time in past Jouni Korhonen Broadcom Ltd. 5/26/2016 9 June 2016 IEEE 1904 Access Networks Working Group, Hørsholm, Denmark 1 Background RoE 2:24:6 timestamp was recently

Læs mere

X M Y. What is mediation? Mediation analysis an introduction. Definition

X M Y. What is mediation? Mediation analysis an introduction. Definition What is mediation? an introduction Ulla Hvidtfeldt Section of Social Medicine - Investigate underlying mechanisms of an association Opening the black box - Strengthen/support the main effect hypothesis

Læs mere

Opera Ins. Model: MI5722 Product Name: Pure Sine Wave Inverter 1000W 12VDC/230 30A Solar Regulator

Opera Ins. Model: MI5722 Product Name: Pure Sine Wave Inverter 1000W 12VDC/230 30A Solar Regulator Opera Ins Model: MI5722 Product Name: Pure Sine Wave Inverter 1000W 12VDC/230 30A Solar Regulator I.Precautions 1. Keep the product away from children to avoid children playing it as a toy and resultinginpersonalinjury.

Læs mere

Vina Nguyen HSSP July 13, 2008

Vina Nguyen HSSP July 13, 2008 Vina Nguyen HSSP July 13, 2008 1 What does it mean if sets A, B, C are a partition of set D? 2 How do you calculate P(A B) using the formula for conditional probability? 3 What is the difference between

Læs mere

Measuring Evolution of Populations

Measuring Evolution of Populations Measuring Evolution of Populations 2007-2008 5 Agents of evolutionary change Mutation Gene Flow Non-random mating Genetic Drift Selection Populations & gene pools Concepts a population is a localized group

Læs mere

RAVE. The New Radar Motion Sensor Rated IP67: Optimized for Harsh Outdoor Applications

RAVE. The New Radar Motion Sensor Rated IP67: Optimized for Harsh Outdoor Applications RAVE The New Radar Motion Sensor Rated IP67: Optimized for Harsh Outdoor Applications Product Presentation RAVE radar motion sensor In addition to the RaDec and RMS product families, the new RAVE radar

Læs mere

DSB s egen rejse med ny DSB App. Rubathas Thirumathyam Principal Architect Mobile

DSB s egen rejse med ny DSB App. Rubathas Thirumathyam Principal Architect Mobile DSB s egen rejse med ny DSB App Rubathas Thirumathyam Principal Architect Mobile Marts 2018 AGENDA 1. Ny App? Ny Silo? 2. Kunden => Kunderne i centrum 1 Ny app? Ny silo? 3 Mødetitel Velkommen til Danske

Læs mere

USER GUIDE Version 2.9. SATEL Configuration Manager. Setup and configuration program. for SATELLINE radio modem

USER GUIDE Version 2.9. SATEL Configuration Manager. Setup and configuration program. for SATELLINE radio modem USER GUIDE Version 2.9 Setup and configuration program for SATELLINE radio modem 1 TABLE OF CONTENTS 1 TABLE OF CONTENTS... 2 2 GENERAL... 3 2.1 ABOUT SATEL CONFIGURATION MANAGER... 3 3 QUICK GUIDE TO

Læs mere

Black Jack --- Review. Spring 2012

Black Jack --- Review. Spring 2012 Black Jack --- Review Spring 2012 Simulation Simulation can solve real-world problems by modeling realworld processes to provide otherwise unobtainable information. Computer simulation is used to predict

Læs mere

Maneurop reciprocating compressors

Maneurop reciprocating compressors MAKING MODERN LIVING POSSIBLE Maneurop reciprocating compressors MT - MTZ - LTZ - NTZ - 60 z R404A - R507A - R407C - R134a - R22 QUICK REFERENCE PRODUCT RANGE Nominal voltage M-BP Applications LBP Applications

Læs mere

Procuring sustainable refurbishment

Procuring sustainable refurbishment SURE den 21. marts 2012 Procuring sustainable refurbishment Niels-Arne Jensen, Copenhagen City Properties (KEjd) Copenhagen Municipality KOMMUNE 1 Agenda About Copenhagen City Properties Background and

Læs mere

Filtering on Wires Cable Ferrites, Usage & Comparison Alex Snijder Field Application Engineer Wurth Elektronik Nederland B.V.

Filtering on Wires Cable Ferrites, Usage & Comparison Alex Snijder Field Application Engineer Wurth Elektronik Nederland B.V. Filtering on Wires Cable Ferrites, Usage & Comparison Alex Snijder Field Application Engineer Wurth Elektronik Nederland B.V. Agenda Electromagnetic Compatibility (EMC) Application of Cable Ferrites Impedance

Læs mere

Differential Evolution (DE) "Biologically-inspired computing", T. Krink, EVALife Group, Univ. of Aarhus, Denmark

Differential Evolution (DE) Biologically-inspired computing, T. Krink, EVALife Group, Univ. of Aarhus, Denmark Differential Evolution (DE) Differential Evolution (DE) (Storn and Price, 199) Step 1 - Initialize and evaluate Generate a random start population and evaluate the individuals x 2 search space x 1 Differential

Læs mere

CONNECTING PEOPLE AUTOMATION & IT

CONNECTING PEOPLE AUTOMATION & IT CONNECTING PEOPLE AUTOMATION & IT Agenda 1) Hvad er IoT 2) Hvilke marked? 1) Hvor stor er markedet 2) Hvor er mulighederne 3) Hvad ser vi af trends i dag Hvad er IoT? Defining the Internet of Things -

Læs mere

Den nye Eurocode EC Geotenikerdagen Morten S. Rasmussen

Den nye Eurocode EC Geotenikerdagen Morten S. Rasmussen Den nye Eurocode EC1997-1 Geotenikerdagen Morten S. Rasmussen UDFORDRINGER VED EC 1997-1 HVAD SKAL VI RUNDE - OPBYGNINGEN AF DE NYE EUROCODES - DE STØRSTE UDFORDRINGER - ER DER NOGET POSITIVT? 2 OPBYGNING

Læs mere

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende Changes for Rottedatabasen Web Service The coming version of Rottedatabasen Web Service will have several changes some of them breaking for the exposed methods. These changes and the business logic behind

Læs mere

Maskindirektivet og Remote Access. Arbejdstilsynet Dau konference 2015 Arbejdsmiljøfagligt Center Erik Lund Lauridsen

Maskindirektivet og Remote Access. Arbejdstilsynet Dau konference 2015 Arbejdsmiljøfagligt Center Erik Lund Lauridsen Maskindirektivet og Remote Access Arbejdstilsynet Dau konference 2015 Arbejdsmiljøfagligt Center Erik Lund Lauridsen ell@at.dk Marts 2015 1 MD - Personsikkerhed og Remoten Hvad er spillepladen for personsikkerhed

Læs mere

Applications. Computational Linguistics: Jordan Boyd-Graber University of Maryland RL FOR MACHINE TRANSLATION. Slides adapted from Phillip Koehn

Applications. Computational Linguistics: Jordan Boyd-Graber University of Maryland RL FOR MACHINE TRANSLATION. Slides adapted from Phillip Koehn Applications Slides adapted from Phillip Koehn Computational Linguistics: Jordan Boyd-Graber University of Maryland RL FOR MACHINE TRANSLATION Computational Linguistics: Jordan Boyd-Graber UMD Applications

Læs mere

Evaluating Germplasm for Resistance to Reniform Nematode. D. B. Weaver and K. S. Lawrence Auburn University

Evaluating Germplasm for Resistance to Reniform Nematode. D. B. Weaver and K. S. Lawrence Auburn University Evaluating Germplasm for Resistance to Reniform Nematode D. B. Weaver and K. S. Lawrence Auburn University Major objectives Evaluate all available accessions of G. hirsutum (TX list) for reaction to reniform

Læs mere

GNSS/INS Product Design Cycle. Taking into account MEMS-based IMU sensors

GNSS/INS Product Design Cycle. Taking into account MEMS-based IMU sensors GNSS/INS Product Design Cycle Taking into account MEMS-based IMU sensors L. Vander Kuylen 15 th th December 2005 Content Product Definition Product Development Hardware Firmware Measurement Campaign in

Læs mere

Lithium-Ion Jump-Starters / Jumper Cables

Lithium-Ion Jump-Starters / Jumper Cables AUTOMOTIVE Lithium-Ion Jump-Starters / Jumper Cables Lithium-Ion Jump-Starter 1300: Part No. DRLJS130 1300 4 6 8 cylinder (6 liter gas 3 liter diesel) SafeJump technology prevents sparking and protects

Læs mere

Last Lecture CS Amp. I D V B M 2. I bias. A v. V out. V in. Simplified Schematic. Practical Implementation V GS

Last Lecture CS Amp. I D V B M 2. I bias. A v. V out. V in. Simplified Schematic. Practical Implementation V GS Output Range INEL 565 Analog Circuit Design 1/30/019 Last Lecture CS Amp. I D off ohmic sat sat ohmic ohmic I bias V B I bias V dd V dd -V ov A v Simplified Schematic Practical Implementation V ov1 V th

Læs mere

Choosing a Medicare prescription drug plan.

Choosing a Medicare prescription drug plan. Choosing a Medicare prescription drug plan. Look inside to: Learn about Part D prescription drug coverage Find out what you need to know about Part D drug costs Discover common terms used with Part D prescription

Læs mere

Particle-based T-Spline Level Set Evolution for 3D Object Reconstruction with Range and Volume Constraints

Particle-based T-Spline Level Set Evolution for 3D Object Reconstruction with Range and Volume Constraints Particle-based T-Spline Level Set for 3D Object Reconstruction with Range and Volume Constraints Robert Feichtinger (joint work with Huaiping Yang, Bert Jüttler) Institute of Applied Geometry, JKU Linz

Læs mere

Clear aim to ensure safety of all people involved in optical links project Scope

Clear aim to ensure safety of all people involved in optical links project Scope Laser Safety Outline Clear aim to ensure safety of all people involved in optical links project Scope Hazard classification of CMS Tracker readout link system Requirements Note: Safety requirements here

Læs mere

Introduction Ronny Bismark

Introduction Ronny Bismark Introduction 1 Outline Motivation / Problem Statement Tool holder Sensor calibration Motion primitive Concatenation of clouds Segmentation Next possible pose Problems and Challenges Future Work 2 Motivation

Læs mere

Studieordning del 3,

Studieordning del 3, Studieordning del 3, 2014-2016 Autoteknolog, Valgfri Uddannelseselementer Academy Profession Degree in Automotive Technology Version 0.1 Revideret 19. august 2015 Side 0 af 6 Indhold Studieordningens del

Læs mere

NYC Reservoir System Current Operations December 14, 2010

NYC Reservoir System Current Operations December 14, 2010 NYC Reservoir System Current Operations December 14, 2010 Outline System Status Storm Events Impacts to Reservoirs NYC Response Current Operations Plan moving forward System Status Consumption NYC + upstate

Læs mere

ECE 551: Digital System * Design & Synthesis Lecture Set 5

ECE 551: Digital System * Design & Synthesis Lecture Set 5 ECE 551: Digital System * Design & Synthesis Lecture Set 5 5.1: Verilog Behavioral Model for Finite State Machines (FSMs) 5.2: Verilog Simulation I/O and 2001 Standard (In Separate File) 3/4/2003 1 ECE

Læs mere

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Generalized Probit Model in Design of Dose Finding Experiments Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Outline Motivation Generalized probit model Utility function Locally optimal designs

Læs mere

Scheduling Algorithms for Super 3G

Scheduling Algorithms for Super 3G Scheduling Algorithms for Super 3G Jean-Christophe Laneri Kungliga Tekniska Högskolan Radio Communications Laboratory Master Thesis Project Advisor: Hannes Ekström Examiner: Slimane Ben Slimane (Ericsson

Læs mere

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com.

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com. 052430_EngelskC 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau C www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

TEKSTILER. i det nye affaldsdirektiv. - Kravene til, og mulighederne for, de danske aktører

TEKSTILER. i det nye affaldsdirektiv. - Kravene til, og mulighederne for, de danske aktører TEKSTILER i det nye affaldsdirektiv. - Kravene til, og mulighederne for, de danske aktører Artikel 3, stk. 2b definitionen af municipal waste Municipal waste means a) mixed waste and separately collected

Læs mere

Financing and procurement models for light rails in a new financial landscape

Financing and procurement models for light rails in a new financial landscape Financing and procurement models for light rails in a new financial landscape Jens Hoeck, Partner, Capital Markets Services 8 November 2011 Content 1. Why a need for rethinking 2. Criteria for a rethought

Læs mere

EU funding guide: Why and how to apply in Horizon 2020

EU funding guide: Why and how to apply in Horizon 2020 Horizon2020 (2014-2020): budget of just over 70 billion EU funding guide: Why and how to apply in Horizon 2020 Nikolaj Helm-Petersen nikhel@um.dk Innovation Centre Denmark Munich. Danish research attaché

Læs mere

CONNECTING PEOPLE AUTOMATION & IT

CONNECTING PEOPLE AUTOMATION & IT CONNECTING PEOPLE AUTOMATION & IT Agenda 1) Hvad er IoT 2) Hvilke marked? 1) Hvor stor er markedet 2) Hvor er mulighederne 3) Hvad ser vi af trends i dag Hvad er IoT? Defining the Internet of Things -

Læs mere

Agenda. The need to embrace our complex health care system and learning to do so. Christian von Plessen Contributors to healthcare services in Denmark

Agenda. The need to embrace our complex health care system and learning to do so. Christian von Plessen Contributors to healthcare services in Denmark Agenda The need to embrace our complex health care system and learning to do so. Christian von Plessen Contributors to healthcare services in Denmark Colitis and Crohn s association Denmark. Charlotte

Læs mere

Statistik for MPH: 7

Statistik for MPH: 7 Statistik for MPH: 7 3. november 2011 www.biostat.ku.dk/~pka/mph11 Attributable risk, bestemmelse af stikprøvestørrelse (Silva: 333-365, 381-383) Per Kragh Andersen 1 Fra den 6. uges statistikundervisning:

Læs mere

Sign variation, the Grassmannian, and total positivity

Sign variation, the Grassmannian, and total positivity Sign variation, the Grassmannian, and total positivity arxiv:1503.05622 Slides available at math.berkeley.edu/~skarp Steven N. Karp, UC Berkeley FPSAC 2015 KAIST, Daejeon Steven N. Karp (UC Berkeley) Sign

Læs mere

Userguide. NN Markedsdata. for. Microsoft Dynamics CRM 2011. v. 1.0

Userguide. NN Markedsdata. for. Microsoft Dynamics CRM 2011. v. 1.0 Userguide NN Markedsdata for Microsoft Dynamics CRM 2011 v. 1.0 NN Markedsdata www. Introduction Navne & Numre Web Services for Microsoft Dynamics CRM hereafter termed NN-DynCRM enable integration to Microsoft

Læs mere

what is this all about? Introduction three-phase diode bridge rectifier input voltages input voltages, waveforms normalization of voltages voltages?

what is this all about? Introduction three-phase diode bridge rectifier input voltages input voltages, waveforms normalization of voltages voltages? what is this all about? v A Introduction three-phase diode bridge rectifier D1 D D D4 D5 D6 i OUT + v OUT v B i 1 i i + + + v 1 v v input voltages input voltages, waveforms v 1 = V m cos ω 0 t v = V m

Læs mere

Slot diffusers. Slot diffusers LD-17, LD-18

Slot diffusers. Slot diffusers LD-17, LD-18 LD-17, LD-18 Application LD-17 and LD-18 are designed for supply of cold or warm air in rooms with a height between. m and 4 m. They allow easy setting of air deflectors for different modes of operation

Læs mere

Engineering of Chemical Register Machines

Engineering of Chemical Register Machines Prague International Workshop on Membrane Computing 2008 R. Fassler, T. Hinze, T. Lenser and P. Dittrich {raf,hinze,thlenser,dittrich}@minet.uni-jena.de 2. June 2008 Outline 1 Motivation Goal Realization

Læs mere

Lithium Batterier til transport; perspektiver og status

Lithium Batterier til transport; perspektiver og status Lithium Batterier til transport; perspektiver og status Poul Norby Department of Energy Conversion and Storage Technical University of Denmark Norge: Mest solgte bil i: oktober 2013: Nissan Leaf september

Læs mere

For nogle statuskoder vil der komme en klar tekst besked, mens der for andre vil komme en fire cifret kode, som angivet i afsnit 2

For nogle statuskoder vil der komme en klar tekst besked, mens der for andre vil komme en fire cifret kode, som angivet i afsnit 2 1 Statuskoder i forbindelse med en transaktion I forbindelse med en transaktion, vil Sagem Solo terminalen vise en statuskode/statusbesked i ekspedientterminalens display. Endvidere vil der blive udskrevet

Læs mere

Bookingmuligheder for professionelle brugere i Dansehallerne 2015-16

Bookingmuligheder for professionelle brugere i Dansehallerne 2015-16 Bookingmuligheder for professionelle brugere i Dansehallerne 2015-16 Modtager man økonomisk støtte til et danseprojekt, har en premieredato og er professionel bruger af Dansehallerne har man mulighed for

Læs mere

PROMIS a short introduction. Morten Kvistgaard, international consultant

PROMIS a short introduction. Morten Kvistgaard, international consultant PROMIS a short introduction Morten Kvistgaard, international consultant mkv@evaluators.eu PROMIS P = PROJECT R = RESULT O = ORIENTED M = MANAGEMENT I = INFORMATION S = SYSTEM WHAT IS PROMIS? An effective

Læs mere

talk outline sea bed network deployment issues; energy distribution seabed network issues;

talk outline sea bed network deployment issues; energy distribution seabed network issues; talk outline sea bed network deployment issues; energy distribution seabed network issues; data transmission seabed network; seabed network decisional process specification from physics no deployment feasibility

Læs mere

Heuristics for Improving

Heuristics for Improving Heuristics for Improving Model Learning Based Testing Muhammad Naeem Irfan VASCO-LIG LIG, Computer Science Lab, Grenoble Universities, 38402 Saint Martin d Hères France Introduction Component Based Software

Læs mere

Mandara. PebbleCreek. Tradition Series. 1,884 sq. ft robson.com. Exterior Design A. Exterior Design B.

Mandara. PebbleCreek. Tradition Series. 1,884 sq. ft robson.com. Exterior Design A. Exterior Design B. Mandara 1,884 sq. ft. Tradition Series Exterior Design A Exterior Design B Exterior Design C Exterior Design D 623.935.6700 robson.com Tradition OPTIONS Series Exterior Design A w/opt. Golf Cart Garage

Læs mere

Integrated Coastal Zone Management and Europe

Integrated Coastal Zone Management and Europe Integrated Coastal Zone Management and Europe Dr Rhoda Ballinger Format of talk What is ICZM Europe and the coast non-iczm specific Europe and ICZM ICZM programme development ICZM Recommendation What is

Læs mere

User Manual for LTC IGNOU

User Manual for LTC IGNOU User Manual for LTC IGNOU 1 LTC (Leave Travel Concession) Navigation: Portal Launch HCM Application Self Service LTC Self Service 1. LTC Advance/Intimation Navigation: Launch HCM Application Self Service

Læs mere

LEADit & USEit 2018 CampusHuset - Campus Bindslevs Plads i Silkeborg 25. Oktober 2018

LEADit & USEit 2018 CampusHuset - Campus Bindslevs Plads i Silkeborg 25. Oktober 2018 LEADit & USEit 2018 CampusHuset - Campus Bindslevs Plads i Silkeborg 25. Oktober 2018 Global visibility for assets and field equipment - Enhancing efficiency, utilization, and safety Agenda Forhistorie,

Læs mere

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen. og

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen.  og 052431_EngelskD 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau D www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

Special VFR. - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone

Special VFR. - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone Special VFR - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone SERA.5005 Visual flight rules (a) Except when operating as a special VFR flight, VFR flights shall be

Læs mere

DoodleBUGS (Hands-on)

DoodleBUGS (Hands-on) DoodleBUGS (Hands-on) Simple example: Program: bino_ave_sim_doodle.odc A simulation example Generate a sample from F=(r1+r2)/2 where r1~bin(0.5,200) and r2~bin(0.25,100) Note that E(F)=(100+25)/2=62.5

Læs mere

Measuring the Impact of Bicycle Marketing Messages. Thomas Krag Mobility Advice Trafikdage i Aalborg, 27.08.2013

Measuring the Impact of Bicycle Marketing Messages. Thomas Krag Mobility Advice Trafikdage i Aalborg, 27.08.2013 Measuring the Impact of Bicycle Marketing Messages Thomas Krag Mobility Advice Trafikdage i Aalborg, 27.08.2013 The challenge Compare The pilot pictures The choice The survey technique Only one picture

Læs mere

Aktivering af Survey funktionalitet

Aktivering af Survey funktionalitet Surveys i REDCap REDCap gør det muligt at eksponere ét eller flere instrumenter som et survey (spørgeskema) som derefter kan udfyldes direkte af patienten eller forsøgspersonen over internettet. Dette

Læs mere

QUICK START Updated:

QUICK START Updated: QUICK START Updated: 24.08.2018 For at komme hurtigt og godt igang med dine nye Webstech produkter, anbefales at du downloader den senest opdaterede QuickStart fra vores hjemmeside: In order to get started

Læs mere

Challenges for the Future Greater Helsinki - North-European Metropolis

Challenges for the Future Greater Helsinki - North-European Metropolis Challenges for the Future Greater Helsinki - North-European Metropolis Prof. Dr.-Ing. / M.A. soc. pol. HafenCity University Hamburg Personal introduction background: - urban and regional planning - political

Læs mere

Learnings from the implementation of Epic

Learnings from the implementation of Epic Learnings from the implementation of Epic Appendix Picture from Region H (2016) A thesis report by: Oliver Metcalf-Rinaldo, oliv@itu.dk Stephan Mosko Jensen, smos@itu.dk Appendix - Table of content Appendix

Læs mere

Hvor er mine runde hjørner?

Hvor er mine runde hjørner? Hvor er mine runde hjørner? Ofte møder vi fortvivlelse blandt kunder, når de ser deres nye flotte site i deres browser og indser, at det ser anderledes ud, i forhold til det design, de godkendte i starten

Læs mere

Wander TDEV Measurements for Inexpensive Oscillator

Wander TDEV Measurements for Inexpensive Oscillator Wander TDEV Measurements for Inexpensive Oscillator Lee Cosart Symmetricom Lcosart@symmetricom.com Geoffrey M. Garner SAMSUNG Electronics (Consultant) gmgarner@comcast.net IEEE 802.1 AVB TG 2009.11.02

Læs mere

Towards Energy Efficient Home Networks

Towards Energy Efficient Home Networks Towards Energy Efficient Home Networks Peter Vetter (1), Dora van Veen (1), HuynDo Jung (1), Leonid Kazovksy (2), Tolga Ayhan (2), Laurent Lefevre (3), Jean-Patrick Gelas (3) (1) (2) (3) Outline Why? Power

Læs mere

DANMARKS NATIONALBANK

DANMARKS NATIONALBANK DANMARKS NATIONALBANK A REGIONAL MODEL OF THE DANISH HOUSING MARKET Simon Juul Hviid Koldingfjord 13-1-2018 Differences in regional housing markets Large gerographical differences across the Danish housing

Læs mere

University Medical Center of Princeton David Bodnar Construction Management Senior Thesis

University Medical Center of Princeton David Bodnar Construction Management Senior Thesis 2010 Senior Thesis 1 Outline 2 3 Project : Location : Plainsboro NJ Owner : Princeton HealthCare System Construction Manager : Turner Construction Cost : $321 Million Size : 209,525 square feet / 7 stories

Læs mere

Elektriske apparater til husholdningsbrug o.l. Sikkerhed Del 1: Generelle krav

Elektriske apparater til husholdningsbrug o.l. Sikkerhed Del 1: Generelle krav Dansk standard Tillæg DS/IEC 60335-1/A1:2013 + Corr 1:2014 1. udgave 2014-05-08 Elektriske apparater til husholdningsbrug o.l. Sikkerhed Del 1: Generelle krav Household and similar electrical appliances

Læs mere

APPENDIX E.3 SHADOW FLICKER CALCULATUIONS. 70 m TOWERS & 56 m BLADES

APPENDIX E.3 SHADOW FLICKER CALCULATUIONS. 70 m TOWERS & 56 m BLADES Grousemount Wind Farm, Co. Kerry Environmental Impact Statement - Volume 2 of 3 August 2015 APPENDIX E.3 SHADOW FLICKER CALCULATUIONS 70 m TOWERS & 56 m BLADES Appendix E: Shadow Flicker Assumptions for

Læs mere

TM4 Central Station. User Manual / brugervejledning K2070-EU. Tel Fax

TM4 Central Station. User Manual / brugervejledning K2070-EU. Tel Fax TM4 Central Station User Manual / brugervejledning K2070-EU STT Condigi A/S Niels Bohrs Vej 42, Stilling 8660 Skanderborg Denmark Tel. +45 87 93 50 00 Fax. +45 87 93 50 10 info@sttcondigi.com www.sttcondigi.com

Læs mere

Sport for the elderly

Sport for the elderly Sport for the elderly - Teenagers of the future Play the Game 2013 Aarhus, 29 October 2013 Ditte Toft Danish Institute for Sports Studies +45 3266 1037 ditte.toft@idan.dk A growing group in the population

Læs mere

Structured P2P over Wireless Multi-hop Networks

Structured P2P over Wireless Multi-hop Networks Structured P2P over Wireless Multi-hop Networks Marcel C. Castro Karlstad University, Sweden 1 Outline Background and motivation Structured P2P Overlay in MANETs Performance evaluation Conclusion and future

Læs mere

Sikkerhedsvejledning

Sikkerhedsvejledning 11-01-2018 2 Sikkerhedsvejledning VIGTIGT! Venligst læs disse instruktioner inden sengen samles og tages i brug Tjek at alle dele og komponenter er til stede som angivet i vejledningen Fjern alle beslagsdele

Læs mere

CHAPTER 8: USING OBJECTS

CHAPTER 8: USING OBJECTS Ruby: Philosophy & Implementation CHAPTER 8: USING OBJECTS Introduction to Computer Science Using Ruby Ruby is the latest in the family of Object Oriented Programming Languages As such, its designer studied

Læs mere

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Ny præmie Trolling Master Bornholm fylder 10 år næste gang. Det betyder, at vi har fundet på en ny og ganske anderledes præmie. Den fisker,

Læs mere

United Nations Secretariat Procurement Division

United Nations Secretariat Procurement Division United Nations Secretariat Procurement Division Vendor Registration Overview Higher Standards, Better Solutions The United Nations Global Marketplace (UNGM) Why Register? On-line registration Free of charge

Læs mere