Data Link Control. Outline. DLC functions

Størrelse: px
Starte visningen fra side:

Download "Data Link Control. Outline. DLC functions"

Transkript

1 Data Link Control #8 Chapter 5 1 Outline functions Framing Error and flow control Performance of Example of a standard protocol- >H Open loop flow control 2

2 Data Link Layer Functions Data Link layer provides a error free point-to-point bit pipe for transmission of network layer PDU s. Framing Error Control Flow Control Error Detection 3 Framing Flags Insert special bit patterns, called flags at start and end of the frame From: Computer Networks, 3rd Edition, A.S. Tanenbaum. Prentice Hall,

3 Network and data link layers only communicate via messages with specific data structures. The data link layer processes those structures with a set of procedures. Network Layer Data Link Layer Physical Layer Packets Data Link Layer Frames 5 Required procedures FromNetworkLayer Fetch information from the network layer ToNetworkLayer Deliver information to the network layer FromPhysicalLayer Fetch information from the physical layer ToPhysicalLayer Deliver information to the physical layer 6

4 Required procedures Timers StartTimer StopTimer StartAckTimer StopAckTimer EnableNetworkLayer Turn on flow of information from the network layer DisableNetworkLayer Turn off flow of information from the network layer 7 Events Networks are Asynchronous Arrival time of packet and acknowledgments are unknown Arrival of packet and acknowledgments triggers some action by the protocol Action is a function of the type of arrival State of the protocol Examples: FrameArrival CksumErr (detected error) 8

5 Protocol 1: The Unrestricted Simplex Protocol Assumptions One directional information flow Infinite buffers No errors Network Layer always has a packet to send Network Layer Data Link Layer Data Link Layer Network Layer 9 Protocol 2: The Simplex Stop & Wait Protocol: Assumptions One directional information flow No errors Network Layer always has a packet to send Finite receive buffers Finite buffer means that there must be some way to stop the transmitter from sending when the buffer is full 10

6 Protocol 2: The Simplex Stop & Wait Protocol Assume Network Layer always has data to send Network Layer Data Link Layer ACK Channel Data Link Layer Network Layer 11 Protocol 2: The Simplex Stop & Wait Protocol Assume Network Layer always has data to send Network Layer Data Link Layer ACK Channel Data Link Layer Network Layer 12

7 Protocol 2: The Simplex Stop & Wait Protocol Assume Network Layer always has data to send Network Layer Data Link Layer ACK Channel Data Link Layer Network Layer 13 Protocol 3: The Simplex Protocol for a Noisy Channel Assumptions One directional information flow Network Layer always has a packet to send Finite receive buffers Allow errors or lost packets Data link protocols must address When to retransmit What to retransmit Multiple ways of answering these questions; the answer differentiates protocols 14

8 Protocol 3: The Simplex Protocol for a Noisy Channel Timeout to determine when to retransmitt Example: Assume a 1 ms propagation time Assume a.1 ms receiver packet processing time Timeout interval >2.1 ms If no acknowledgment received in 2.1 ms then, Packet in error Acknowledgment lost 15 Protocol 3: The Simplex Protocol for a Noisy Channel Timeout interval too short Duplicate packets Timeout interval too long Reduced throughput 16

9 Protocol 3: The Simplex Protocol for a Noisy Channel Sequence numbers are used to determine what to retransmit Transmitter assigns a number to each frame Receiver keeps track of the expected frame number How to deal with out of sequence frames, i.e., if the received sequence number does not match what is expected, The frame is dumped (go-back-n) Frame stored (Selective Repeat) 17 Sliding Window Protocols: Assumptions Two directional information flow Network Layer always has a packet to send Finite receive buffers Finite number of bits/sequence number Bit errors Piggybacking Put Acknowledgments in reverse traffic flow Increases protocol efficiency Reduces interrupts 18

10 Sliding Window Protocols: Send more that one packet before receiving an ACK Advantage pipeline Why called sliding window Assume 2 bits/sequence number Possible frame numbers 0, 1, 2, 3 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3 Receive ack and advance window 19 Sliding Window Protocols: A A to B Data Traffic B to A Ack Traffic B to A Data Traffic A to B Ack Traffic B 20

11 Sliding Window Protocols Transmitter keeps a list of sequence # s it can use Sending window Receiver keeps a list of sequence # s it will accept Receiving window n = # bits/(sequence number) 21 Sliding Window Protocols Sequence numbers in range n -1 This allows N=2 n -1 packets to be sent before getting and acknowledgment Requires N=2 n -1 packets buffers Why not use all 2 n seq # s, for n =3 then have 0 7 (8 seq # s) 22

12 Sliding Window Protocols: How many frames can be pipelined: Problem if max # frames in pipeline = 2 n Assume that # frames in pipeline 2 n Assume n = 3, Node A sends (8 frames) Node B receives ok and sends Ack Now B expects next unique packet to have seq # = 0 First Ack gets lost Packet 0 of Node A times out Node B receives another packet 0, expects a packet 0, but this is a duplicate Thus: # frames in pipline <= 2 n Sliding Window Protocols: How many frames can be pipelined (1) Now with # frames in pipline = N= 2 n (7 frames) Node A sends Node B receives ok Node B sends Ack for packet 0 Ack for packet 0 gets lost 24

13 Sliding Window Protocols: How many frames can be pipelined (2) Node A times out Node A retransmits (for go-back N) But Node B is expecting frame #7 Node ignores (often will send a RR frame explicitly telling Node A it is expecting Frame #7) 25 Types of sliding window protocols Go-Back-N Selective Repeat Focus on which frames to retransmit Pipeline: send up to N frames before receiving an acknowledgment Go-Back-N Delete correctly received out of sequence frames Selective Repeat Resend missing frame 26

14 Performance Example Distance between nodes = 6600 km Frame length = 1000 bits Rate = 1.2Gb/s Large delay-bandwidth product network 2τR = 26.4 Mb 27 Performance Example Case 1: Stop and Wait (N=1) Frame transmission time = 0.83us Propagation time = 22 ms Transmit frame at t=0, At 0.83us + 22 ms frame received At 0.83us + 44ms the acknowledgment is received, therefore transmitted 1000 bits in (0.83us + 44ms) Effective transmission rate is 1000/44ms ~22.7kb/s Efficiency: (22.7Kb/s)/(1.2Gb/s) ~ 0.002% efficient 28

15 Performance Example Case 2: 2τR/n f = 26.4 Mb/1000=26,400 Pipeline 26,400 frames, Note with N=26,400 the first acknowledgment arrives at the transmitter just in time for the next frame to be transmitted. The transmitter is never blocked. The protocol is 100% efficient 29 Performance Example 0.83us 22ms Frame # 26,400 Ack for Frame 1 30

16 Performance Example Distance between nodes = 1 km Frame length = 1000 bits Capacity = 150 Mb/s No errors Delay-bandwidth product Assume free space τ =1000m/c = 3.33 us Access Network 2 τr= 1000 bits (one frame in RTT) 31 Performance Example Case 1: Stop and Wait (N=1) Frame transmission time = 6.66us Propagation time = 3.33us Transmit frame at t=0, At 6.66 us us frame received At 6.66us us the acknowledgment is received, therefore transmitted 1000 bits in 6.66us us Effective transmission rate is 1000/13.3us ~ 75Mb/s Efficiency: (75Mb/s)/(150Mb/s) ~ 50.0% efficient 32

17 Performance Example Case 2: Stop and Wait (N=1) Reduce capacity 1.5 Mb/s Frame transmission time = 666us Propagation time = 3.33us Transmit frame at t=0, At 666 us us frame received At 666us us the acknowledgment is received, therefore transmitted 1000 bits in 666us us Effective transmission rate is 1000/672us ~ Mb/s Efficiency: (1.488Mb/s)/(1.50Mb/s) ~ 99.2% efficient 33 Performance Example Case 3: Stop and Wait (N=1) Capacity to 150 Mb/s Frame transmission time = 6.66us WAN D=1000km Propagation time = 3333us 2τR = 1Mb # frames in RTT = 2τR/n f = 1000 Transmit frame at t=0, At 6.66 us us frame received At 6.66us us the acknowledgment is received, therefore transmitted 1000 bits in 6.66us us Effective transmission rate is 1000/6672us ~.149Mb/s Efficiency: (.149Mb/s)/(150Mb/s) ~ 0.1% efficient 34

18 Performance Example Case 4: Sliding window (N=1023; n=10 or 10bits/seq #) Capacity to 150 Mb/s Frame transmission time = 6.66us WAN: D=1000km Propagation time = 3333us Transmit frame at t=0, Note 2 τr ~ 1Mb or in frames 1000 frames Since time to transmit 1023 frames > Always have a sequence number to use Never have to wait for ACK Efficiency 100% 35 Example 6.66us 3333us Frame # 1,000 Ack for Frame 1 36

19 Go-Back-N Protocol (1) Problem: If there is an error or lost frame then what rules are used to determine the frames to retransmit. Go-back-N Retransmit all frames transmitted after the erred frame The receiver ignores all out-of sequence frames, out-of sequence frames dropped 37 Go-Back-N Protocol (2) Example: Transmit 1,2,3,4,5 and frame 2 is in error then 3, 4, and 5 are received out of sequence and retransmit 2,3,4,5 38

20 Sliding Window Movie 39 Selective Repeat Receiver accepts out of sequence frames Requires buffers in receiver and transmitter Requires extra processing to deliver packets in order to the Network Layer 40

21 Other Enhancements Negative Acknowledgment When an out-of-sequence frame is received the receiver sends a NAK frame to the transmitter, the NAK frame contains the sequence number of the expected data frame. NAK enables faster error recovery, without a NAK time-out must be used to learn about errors. 41 Sliding Window Protocols: Piggyback ACKS Reverse traffic is used to Piggyback ACKS A A to B Data Traffic B to A Ack Traffic B to A Data Traffic A to B Ack Traffic B 42

22 Other Enhancements: Acknowledgment timer If there is light (or no) reverse traffic then ACKS may not be sent. An acknowledgment timer is used to insure ACKS are sent. Upon receipt of a frame an AckTimer is started. If reverse traffic arrives before the AckTimer fires then piggyback the ACK. If the AckTimer fires then send a supervisory ACK frame. 43 Performance Definition for effective rate 44

23 Performance Length of data packet (bits) = D Number of overhead bits/packet = n o Link Rate (b/s) = R Length of Ack Packet (bits)= n a Frame size = n f = D+ n o One-way propagation delay = τ Processing time (in receiver and transmitter) = t proc 45 Performance-Stop & Wait Effective rate and efficiency for simplex stop-and-wait protocol t f = n f /R t ack = n a /R Time to transmit one frame = t o t o = 2 τ + t f + t ack + 2 t proc = 2(τ + t proc ) + (n a + n f )/R 46

24 Performance-Stop & Wait R eff = (n f - n o )/t o = D/ t o Efficiency = R eff /R = 47 Performance-Stop & Wait: Limiting Case Define 2τR = Delay-Bandwidth Product For fixed DLL parameters As Delay-Bandwidth Product Efficiency 48

25 Performance-Stop & Wait Example Frame size = 1024 bytes Overhead = Ack = 8 bytes τ = 50 ms Case 1: R=30 Kb/s Efficiency = 73% Case 2: R=1.5 Mb/s Efficiency = 5% 49 Performance-Sliding Window Protocol Case 1: Large window Window Size = N Transmit N packet and wait for Ack Making the same assumption as before First Ack arrives at sender at: 50

26 Performance-Sliding Window Protocol Case 1: Large window If time to transmit N packets > time to get first ack Or Nn f / R > 2τ + n f / R, or N > 2τR/n f + 1 Then channel is always busy sending packets Efficiency = η ~ 1 [if accounting for overhead then η=(n f - n o )/ n f ] 51 Performance-Sliding Window Protocol Case 2: Small Window If time to transmit N packets < time to get first ack Or Nn f / R < 2τ + n f / R Then channel is Not always busy sending packets: Time is wasted waiting for an Ack 52

27 Performance-Sliding Window Protocol Time to send one window = Nn f / R Number of bits sent = Nn f Time to send Nn f bits = 2τ + n f / R Effective rate = Nn f /(2τ + n f / R ) Efficiency = Nn f /(2τR + n f ) = N /(2τR/ n f + 1) 53 Performance-Sliding Window Protocol Example: Frame size = 1024 bytes Overhead = Ack = 0 bytes τ = 1 ms Rate = 40 Mb/s Case 1: N = 12 Efficiency = 100% 40 Mb/s Case 2: N = 8 Efficiency = ~75% 30 Mb/s Case 3: N = 4 Efficiency = ~ 37% 15 Mb/s Note you can control the rate by changing N 54

28 Performance-Stop & Wait with Errors Let p = Probability of a bit error Assume bits errors are random Let P f = Probability of a frame error P f = 1 - (1-p) n f If p << 1 then P f ~ pn f For stop & wait R eff-with errors = (1- P f ) R eff 55 Data Link Control Standards H High level data link control LAPB Link Access Protocol-Balanced LAPD Link Access Protocol D Used in ISDN and based on LAPB 56

29 H Frame types Information Frames (I-frames) Carry user data Supervisory Frames (S-frames) Carry control information Acks flow control Unnumbered Frames (U-frames) Used for line initialization 57 Data Link Control Standards Flag Address Control Data CRC Flag 8 bits 8 bits 8 bits 16 bits 8 bits Address Provide capability for multidrop lines

30 Data Link Control Standards Control Sequence Numbers Ack Frame type Data Network layer PDU Variable length CRC 59 Data Link Control Standard Control structure I-frame Bit 1 = 0 indicate I-frame Bits 2-4 are the sequence number Bit 5 is the Poll/Final (P/F) bit. Bits 6-8 are the Next bits, Frame Type i.e, sequence number for the piggyback ack. SN Poll Final 1 8 Ack SN Poll Host Final 60

31 Data Link Control Standard Control structure S-frames Type 1: Receive Ready (RR) Used to ack when no piggyback used Type 2: Receiver-not-Ready (RNR) Used to tell transmitter to stop sending Type 3: Selective Repeat Not used in LAPB and LABD 61 Data Link Control Standard Data link control protocol modes Normal response mode (NRM) Master/slave Asynchronous balanced mode (ABM) Equal partners 62

32 PPP: The Internet Point-to-Point Protocol PPP is a variation of H originally designed to encapsulate IP (and other) datagrams on dial-up or leased carrier circuits. PPP is used in Packet over SONET for high speed Internet connections Flag Address Control Protocol Information flag CRC All stations are to accept the frame Unnumbered frame Specifies what kind of packet is contained in the payload, e.g., IP, IPX PPP Frame Format 63 Open Loop Control Concept Establish an expectation on the nature of the traffic generated by a source Average rate Maximum burst size, e.g., number of consecutive bits transmitted If traffic exceed the expectation (traffic contract) then Tag packet as discard eligible (DE) Discard or loss probability Possible actions Drop immediately: prevent packet from entering the network Allow into the network but drop if congestion 64

33 Open Loop Control: Frame Relay Networks Negotiated Traffic Parameters Committed Information Rate in b/s (CIR) Committed Burst Size in bits (Bc ) Excess Burst Size in bits (Be ) Measurement Interval in sec T = Bc /CIR 65 Open Loop Control: Frame Relay Networks Accept and "Guarantee" Delivery of Up To Bc in Any T (CIR) High Loss Priority (DE=0) Accept Up To (Bc + Be ) More In Any T Low Loss Priority: Network May Discard If Congested (DE=1) Excess Over (Bc + Be ) in T Discarded At Access Point 66

34 ANSI T1S1/90-175R4, Addendum #1 (Congestion Management) to T1.606, 1990, p Open Loop Control: Token Bucket Algorithm Open loop modification of the flow into the network. Traffic shaping and/or policing Input Packets Packet buffer of size N A packet must have a transmit token to leave the controller. See section Transmit token buffer of size K Input transmit tokens. Tokens arrive a a constant rate. To Network 68

35 Rate Control Token Bucket Algorithm Modes of operation Packets arriving to an empty token buffer are discarded when N=0. Or Packets arriving to an empty token buffer are marked when N>0 Scheme controls Average rate into the system Maximum burst size into the system 69 Rate Control Token Bucket Algorithm Example: Suppose the system had no arrivals for a long time, then the packet buffer would be empty and the token buffer would be full, i.e. have K tokens. A large burst of packets arrive. K consecutive packets would be transmitted and then packets would be leaked into the systems at the token arrival rate. K controls the maximum burst size The token arrival rate controls the average transmission rate 70

36 Rate Control Token Bucket Algorithm : Example Parameters R = OC-12c = 622 Mb/s Packet size 53 bytes Token buffer holds 100 tokens Inter-token time = 8.5 us. What is the average flow into the network in b/s? 8.5us/token => 8.5us/packet x10 3 packets/sec 50 Mb/s What is the maximum burst size into the network? 100 packets 71 Rate Control Leaky Bucket Algorithm Leaky bucket algorithm is a special case of the token bucket. K =1 leaky bucket algorithm Maximum burst size = 1 Both token and leaky bucket algorithms can work at byte or packet levels Violating packets can be either dropped or tagged 72

37 Summary Operation of protocols Frame structure Go-back-N (N=1 is the Stop and Wait protocol) Selective Repeat Efficiency of protocols Standard protocols H Open loop flow control 73

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

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

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

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

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

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

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

PMDK PC-Side Basic Function Reference (Version 1.0)

PMDK PC-Side Basic Function Reference (Version 1.0) PMDK PC-Side Basic Function Reference (Version 1.0) http://www.icpdas.com PMDK PC-Side Basic Function Reference V 1.0 1 Warranty All products manufactured by ICPDAS Inc. are warranted against defective

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

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1 IBM Network Station Manager esuite 1.5 / NSM Integration IBM Network Computer Division tdc - 02/08/99 lotusnsm.prz Page 1 New esuite Settings in NSM The Lotus esuite Workplace administration option is

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

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

Help / Hjælp

Help / Hjælp Home page Lisa & Petur www.lisapetur.dk Help / Hjælp Help / Hjælp General The purpose of our Homepage is to allow external access to pictures and videos taken/made by the Gunnarsson family. The Association

Læs mere

E-PAD Bluetooth hængelås E-PAD Bluetooth padlock E-PAD Bluetooth Vorhängeschloss

E-PAD Bluetooth hængelås E-PAD Bluetooth padlock E-PAD Bluetooth Vorhängeschloss E-PAD Bluetooth hængelås E-PAD Bluetooth padlock E-PAD Bluetooth Vorhängeschloss Brugervejledning (side 2-6) Userguide (page 7-11) Bedienungsanleitung 1 - Hvordan forbinder du din E-PAD hængelås med din

Læs mere

DET KONGELIGE BIBLIOTEK NATIONALBIBLIOTEK OG KØBENHAVNS UNIVERSITETS- BIBLIOTEK. Index

DET KONGELIGE BIBLIOTEK NATIONALBIBLIOTEK OG KØBENHAVNS UNIVERSITETS- BIBLIOTEK. Index DET KONGELIGE Index Download driver... 2 Find the Windows 7 version.... 2 Download the Windows Vista driver.... 4 Extract driver... 5 Windows Vista installation of a printer.... 7 Side 1 af 12 DET KONGELIGE

Læs mere

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov.

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. På dansk/in Danish: Aarhus d. 10. januar 2013/ the 10 th of January 2013 Kære alle Chefer i MUS-regi! Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. Og

Læs mere

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1)

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1) Fejlbeskeder i SMDB Validate Business Rules Request- ValidateRequestRegist ration (Rules :1) Business Rules Fejlbesked Kommentar the municipality must have no more than one Kontaktforløb at a time Fejl

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

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

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

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

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

Policing og Shaping Kapitel 4

Policing og Shaping Kapitel 4 Policing og Shaping Kapitel 4 Henrik Thomsen/EUC MIDT 2006 Policers Token Bucket Algoritmen Policers og Markers Committed Access Rate CAR Class-Based Policing Hierarchical Policing 1 Policers - definitioner

Læs mere

Business Rules Fejlbesked Kommentar

Business Rules Fejlbesked Kommentar Fejlbeskeder i SMDB Validate Business Request- ValidateRequestRegi stration ( :1) Business Fejlbesked Kommentar the municipality must have no more than one Kontaktforløb at a time Fejl 1: Anmodning En

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

Fejlbeskeder i Stofmisbrugsdatabasen (SMDB)

Fejlbeskeder i Stofmisbrugsdatabasen (SMDB) Fejlbeskeder i Stofmisbrugsdatabasen (SMDB) Oversigt over fejlbeskeder (efter fejlnummer) ved indberetning til SMDB via webløsning og via webservices (hvor der dog kan være yderligere typer fejlbeskeder).

Læs mere

Brug sømbrættet til at lave sjove figurer. Lav fx: Få de andre til at gætte, hvad du har lavet. Use the nail board to make funny shapes.

Brug sømbrættet til at lave sjove figurer. Lav fx: Få de andre til at gætte, hvad du har lavet. Use the nail board to make funny shapes. Brug sømbrættet til at lave sjove figurer. Lav f: Et dannebrogsflag Et hus med tag, vinduer og dør En fugl En bil En blomst Få de andre til at gætte, hvad du har lavet. Use the nail board to make funn

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

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

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

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

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

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

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Den ny havn i Tejn Havn Bornholms Regionskommune er gået i gang med at udvide Tejn Havn, og det er med til at gøre det muligt, at vi kan være

Læs mere

Boligsøgning / Search for accommodation!

Boligsøgning / Search for accommodation! Boligsøgning / Search for accommodation! For at guide dig frem til den rigtige vejledning, skal du lige svare på et par spørgsmål: To make sure you are using the correct guide for applying you must answer

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

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

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

User guide - For testing SFTP and HTTP/S data communication

User guide - For testing SFTP and HTTP/S data communication User guide - For testing SFTP and HTTP/S data communication with Nets Danmark A/S P. 1-9 Index General information... 3 Introduction... 3 Rights... 3 Limitations... 3 Prerequisites... 3 Preparations...

Læs mere

KOMDIS NYT. ABOBO = Pakker. located, we can also see it inside our system.

KOMDIS NYT. ABOBO = Pakker. located, we can also see it inside our system. ABOBO = Pakker located, we can also see it inside our system. KOMDIS NYT Når pakkerne ankommer i lokalet, så bliver de ankomstscannet så vi kan følge i systemet hvilke pakker, der er modtaget i hvilke

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

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

Aggregation based on road topologies for large scale VRPs

Aggregation based on road topologies for large scale VRPs Aggregation based on road topologies for large scale VRPs Eivind Nilssen, SINTEF Oslo, June 12-14 2008 1 Outline Motivation and background Aggregation Some results Conclusion 2 Motivation Companies with

Læs mere

How Long Is an Hour? Family Note HOME LINK 8 2

How Long Is an Hour? Family Note HOME LINK 8 2 8 2 How Long Is an Hour? The concept of passing time is difficult for young children. Hours, minutes, and seconds are confusing; children usually do not have a good sense of how long each time interval

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

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A +

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A + Strings and Sets: A string over Σ is any nite-length sequence of elements of Σ The set of all strings over alphabet Σ is denoted as Σ Operators over set: set complement, union, intersection, etc. set concatenation

Læs mere

how to save excel as pdf

how to save excel as pdf 1 how to save excel as pdf This guide will show you how to save your Excel workbook as PDF files. Before you do so, you may want to copy several sheets from several documents into one document. To do so,

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

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

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

Nyhedsmail, december 2013 (scroll down for English version)

Nyhedsmail, december 2013 (scroll down for English version) Nyhedsmail, december 2013 (scroll down for English version) Kære Omdeler Julen venter rundt om hjørnet. Og netop julen er årsagen til, at NORDJYSKE Distributions mange omdelere har ekstra travlt med at

Læs mere

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen The X Factor Målgruppe 7-10 klasse & ungdomsuddannelser Engelskundervisningen Læringsmål Eleven kan give sammenhængende fremstillinger på basis af indhentede informationer Eleven har viden om at søge og

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

Must I be a registered company in Denmark? That is not required. Both Danish and foreign companies can trade at Gaspoint Nordic.

Must I be a registered company in Denmark? That is not required. Both Danish and foreign companies can trade at Gaspoint Nordic. General Questions What kind of information do you need before I can start trading? Please visit our webpage www.gaspointnordic.com under the heading How to become a participant Is it possible to trade

Læs mere

November hilsner fra NORDJYSKE Medier, Distributionen

November hilsner fra NORDJYSKE Medier, Distributionen Uret er stillet til vintertid, og det betyder, at der nu er mørkt både morgen og aften. Det er vigtigt, at du er synlig i trafikken i vintermørket, og derfor opfordrer vi dig til at bruge din refleksvest,

Læs mere

Status på det trådløse netværk

Status på det trådløse netværk Status på det trådløse netværk Der er stadig problemer med det trådløse netværk, se status her: http://driftstatus.sdu.dk/?f=&antal=200&driftid=1671#1671 IT-service arbejder stadig med at løse problemerne

Læs mere

Freefly B-Række Regler

Freefly B-Række Regler Freefly B-Række Regler Freefly B-Rækken er skabt til at imødekomme både nye og erfarende freeflyere, og præsentere dem for konkurrence elementet. Der konkurreres efter FAI regler, men der forekommer dog

Læs mere

StarWars-videointro. Start din video på den nørdede måde! Version: August 2012

StarWars-videointro. Start din video på den nørdede måde! Version: August 2012 StarWars-videointro Start din video på den nørdede måde! Version: August 2012 Indholdsfortegnelse StarWars-effekt til videointro!...4 Hent programmet...4 Indtast din tekst...5 Export til film...6 Avanceret

Læs mere

Det er muligt at chekce følgende opg. i CodeJudge: og

Det er muligt at chekce følgende opg. i CodeJudge: og Det er muligt at chekce følgende opg. i CodeJudge:.1.7 og.1.14 Exercise 1: Skriv en forløkke, som producerer følgende output: 1 4 9 16 5 36 Bonusopgave: Modificer dit program, så det ikke benytter multiplikation.

Læs mere

Improving data services by creating a question database. Nanna Floor Clausen Danish Data Archives

Improving data services by creating a question database. Nanna Floor Clausen Danish Data Archives Improving data services by creating a question database Nanna Floor Clausen Danish Data Archives Background Pressure on the students Decrease in response rates The users want more Why a question database?

Læs mere

Trolling Master Bornholm 2016 Nyhedsbrev nr. 3

Trolling Master Bornholm 2016 Nyhedsbrev nr. 3 Trolling Master Bornholm 2016 Nyhedsbrev nr. 3 English version further down Den første dag i Bornholmerlaks konkurrencen Formanden for Bornholms Trollingklub, Anders Schou Jensen (og meddomer i TMB) fik

Læs mere

LUL s Flower Power Vest dansk version

LUL s Flower Power Vest dansk version LUL s Flower Power Vest dansk version Brug restgarn i bomuld, bomuld/acryl, uld etc. 170-220 m/50 g One size. Passer str S-M. Brug større hæklenål hvis der ønskes en større størrelse. Hæklenål 3½ mm. 12

Læs mere

frame bracket Ford & Dodge

frame bracket Ford & Dodge , Rev 3 02/19 frame bracket 8552005 Ford & Dodge ITEM PART # QTY DESCRIPTION 1 00083 8 NUT,.50NC HEX 2 00084 8 WASHER,.50 LOCK 3 14189-76 2 FRAME BRACKET 4 14194-76 1 411AL FRAME BRACKET PASSENGER SIDE

Læs mere

Exercise 6.14 Linearly independent vectors are also affinely independent.

Exercise 6.14 Linearly independent vectors are also affinely independent. Affine sets Linear Inequality Systems Definition 6.12 The vectors v 1, v 2,..., v k are affinely independent if v 2 v 1,..., v k v 1 is linearly independent; affinely dependent, otherwise. We first check

Læs mere

Besvarelser til Lineær Algebra Reeksamen Februar 2017

Besvarelser til Lineær Algebra Reeksamen Februar 2017 Besvarelser til Lineær Algebra Reeksamen - 7. Februar 207 Mikkel Findinge Bemærk, at der kan være sneget sig fejl ind. Kontakt mig endelig, hvis du skulle falde over en sådan. Dette dokument har udelukkende

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

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

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

IPv6 Application Trial Services. 2003/08/07 Tomohide Nagashima Japan Telecom Co., Ltd.

IPv6 Application Trial Services. 2003/08/07 Tomohide Nagashima Japan Telecom Co., Ltd. IPv6 Application Trial Services 2003/08/07 Tomohide Nagashima Japan Telecom Co., Ltd. Outline Our Trial Service & Technology Details Activity & Future Plan 2 Outline Our Trial Service & Technology Details

Læs mere

Microsoft Dynamics C5. version 2012 Service Pack 01 Hot fix Fix list - Payroll

Microsoft Dynamics C5. version 2012 Service Pack 01 Hot fix Fix list - Payroll Microsoft Dynamics C5 version 2012 Service Pack 01 Hot fix 001 4.4.01.001 Fix list - Payroll CONTENTS Introduction... 3 Payroll... 3 Corrected elements in version 4.4.01.001... 4 Microsoft Dynamics C5

Læs mere

Appendix 1: Interview guide Maria og Kristian Lundgaard-Karlshøj, Ausumgaard

Appendix 1: Interview guide Maria og Kristian Lundgaard-Karlshøj, Ausumgaard Appendix 1: Interview guide Maria og Kristian Lundgaard-Karlshøj, Ausumgaard Fortæl om Ausumgaard s historie Der er hele tiden snak om værdier, men hvad er det for nogle værdier? uddyb forklar definer

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

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

Titel: Barry s Bespoke Bakery

Titel: Barry s Bespoke Bakery Titel: Tema: Kærlighed, kager, relationer Fag: Engelsk Målgruppe: 8.-10.kl. Data om læremidlet: Tv-udsendelse: SVT2, 03-08-2014, 10 min. Denne pædagogiske vejledning indeholder ideer til arbejdet med tema

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

Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level.

Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level. Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level Application form Must be completed on the computer in Danish or English All

Læs mere

Info og krav til grupper med motorkøjetøjer

Info og krav til grupper med motorkøjetøjer Info og krav til grupper med motorkøjetøjer (English version, see page 4) GENERELT - FOR ALLE TYPER KØRETØJER ØJER GODT MILJØ FOR ALLE Vi ønsker at paraden er en god oplevelse for alle deltagere og tilskuere,

Læs mere

MEDLEY CHALLENGE 2016/2017

MEDLEY CHALLENGE 2016/2017 For English version, see p. 3 MEDLEY CHALLENGE 2016/2017 I vores Medley Challenge turnering dystes der i år mellem Gladsaxe- (GSC) og Gentofte- (GSK) svømmere. Turneringen er et samarbejde på tværs af

Læs mere

QUICK START Updated: 18. Febr. 2014

QUICK START Updated: 18. Febr. 2014 QUICK START Updated: 18. Febr. 2014 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

Læs mere

Trolling Master Bornholm 2015

Trolling Master Bornholm 2015 Trolling Master Bornholm 2015 (English version further down) Panorama billede fra starten den første dag i 2014 Michael Koldtoft fra Trolling Centrum har brugt lidt tid på at arbejde med billederne fra

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

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

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

Danish Language Course for International University Students Copenhagen, 12 July 1 August Application form

Danish Language Course for International University Students Copenhagen, 12 July 1 August Application form Danish Language Course for International University Students Copenhagen, 12 July 1 August 2017 Application form Must be completed on the computer in Danish or English All fields are mandatory PERSONLIGE

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

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

Nyhedsmail, november 2013 (scroll down for English version)

Nyhedsmail, november 2013 (scroll down for English version) Nyhedsmail, november 2013 (scroll down for English version) Kære Omdeler Uret er stillet til vintertid, og antallet af lyse timer i døgnet er fortsat faldende. Vintermørket er kort sagt over os, og det

Læs mere

Skriftlig Eksamen Beregnelighed (DM517)

Skriftlig Eksamen Beregnelighed (DM517) Skriftlig Eksamen Beregnelighed (DM517) Institut for Matematik & Datalogi Syddansk Universitet Mandag den 31 Oktober 2011, kl. 9 13 Alle sædvanlige hjælpemidler (lærebøger, notater etc.) samt brug af lommeregner

Læs mere

A multimodel data assimilation framework for hydrology

A multimodel data assimilation framework for hydrology A multimodel data assimilation framework for hydrology Antoine Thiboult, François Anctil Université Laval June 27 th 2017 What is Data Assimilation? Use observations to improve simulation 2 of 8 What is

Læs mere

Læs venligst Beboer information om projekt vandskade - sikring i 2015/2016

Læs venligst Beboer information om projekt vandskade - sikring i 2015/2016 Læs venligst Beboer information om projekt vandskade - sikring i 2015/2016 Vi er nødsaget til at få adgang til din lejlighed!! Hvis Kridahl (VVS firma) har bedt om adgang til din/jeres lejlighed og nøgler,

Læs mere

Statistik for MPH: oktober Attributable risk, bestemmelse af stikprøvestørrelse (Silva: , )

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

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

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

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

DK - Quick Text Translation. HEYYER Net Promoter System Magento extension

DK - Quick Text Translation. HEYYER Net Promoter System Magento extension DK - Quick Text Translation HEYYER Net Promoter System Magento extension Version 1.0 15-11-2013 HEYYER / Email Templates Invitation Email Template Invitation Email English Dansk Title Invitation Email

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

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

HA-SPAD MEDIA KIT

HA-SPAD MEDIA KIT HA-SPAD0223185808 2017 MEDIA KIT 147,912 1,064,820 WITH 55.6% MOBILE 3.76 (4.24 MOBILE) Source: Omniture Nov. 16 - Jan 17; Nielsen PRIZM 2015, Compete June 2014 - June 2015 Average USA Today Cars.com

Læs mere

ANNONCERING AF CYKELTAXAHOLDEPLADSER I RØD ZONE OG LANGELINIE

ANNONCERING AF CYKELTAXAHOLDEPLADSER I RØD ZONE OG LANGELINIE KØBENHAVNS KOMMUNE Teknik- og Miljøforvaltningen Byens Anvendelse CYKELTAXA I RØD ZONE 5. oktober 2018 ANNONCERING AF CYKELTAXAHOLDEPLADSER I RØD ZONE OG LANGELINIE English version Der er nu mulighed for

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