Sample records for queue dual bus

  1. Madison Avenue Dual Exclusive Bus Lane Demonstration - New York City

    DOT National Transportation Integrated Search

    1984-05-01

    In May 1981, the New York City Department of Transportation implemented a dual exclusive bus lane facility on Madison Avenue in midtown Manhattan, between 42nd and 59th Streets. The project was sponsored for one year as a demonstration by the Urban M...

  2. Interface For Dual-Channel MIL-STD-1553 Data Bus

    NASA Technical Reports Server (NTRS)

    Davies, Bryan L.; Heaps, Timothy L.

    1992-01-01

    Digital electronic subsystem made of commercially available programmable logic arrays and discrete logic devices serves as interface between microprocessor and dual-channel MIL-STD-1553 data bus. Subsystem consumes only 800 mW of power. Provides flexibility in that it is controllable via firmware. Includes only two reading-and-writing ports: one for status and control signals, other for transmission and reception of data.

  3. A software bus for thread objects

    NASA Technical Reports Server (NTRS)

    Callahan, John R.; Li, Dehuai

    1995-01-01

    The authors have implemented a software bus for lightweight threads in an object-oriented programming environment that allows for rapid reconfiguration and reuse of thread objects in discrete-event simulation experiments. While previous research in object-oriented, parallel programming environments has focused on direct communication between threads, our lightweight software bus, called the MiniBus, provides a means to isolate threads from their contexts of execution by restricting communications between threads to message-passing via their local ports only. The software bus maintains a topology of connections between these ports. It routes, queues, and delivers messages according to this topology. This approach allows for rapid reconfiguration and reuse of thread objects in other systems without making changes to the specifications or source code. A layered approach that provides the needed transparency to developers is presented. Examples of using the MiniBus are given, and the value of bus architectures in building and conducting simulations of discrete-event systems is discussed.

  4. Radiation-Tolerant Dual Data Bus

    NASA Technical Reports Server (NTRS)

    Kinstler, Gary A.

    2007-01-01

    An architecture, and a method of utilizing the architecture, have been proposed to enable error-free operation of a data bus that includes, and is connected to, commercial off-the-shelf (COTS) circuits and components that are inherently susceptible to singleevent upsets [SEUs (bit flips caused by impinging high-energy particles and photons)]. The architecture and method are applicable, more specifically, to data-bus circuitry based on the Institute for Electrical and Electronics Engineers (IEEE) 1394b standard for a high-speed serial bus.

  5. A decentralized software bus based on IP multicas ting

    NASA Technical Reports Server (NTRS)

    Callahan, John R.; Montgomery, Todd

    1995-01-01

    We describe decentralized reconfigurable implementation of a conference management system based on the low-level Internet Protocol (IP) multicasting protocol. IP multicasting allows low-cost, world-wide, two-way transmission of data between large numbers of conferencing participants through the Multicasting Backbone (MBone). Each conference is structured as a software bus -- a messaging system that provides a run-time interconnection model that acts as a separate agent (i.e., the bus) for routing, queuing, and delivering messages between distributed programs. Unlike the client-server interconnection model, the software bus model provides a level of indirection that enhances the flexibility and reconfigurability of a distributed system. Current software bus implementations like POLYLITH, however, rely on a centralized bus process and point-to-point protocols (i.e., TCP/IP) to route, queue, and deliver messages. We implement a software bus called the MULTIBUS that relies on a separate process only for routing and uses a reliable IP multicasting protocol for delivery of messages. The use of multicasting means that interconnections are independent of IP machine addresses. This approach allows reconfiguration of bus participants during system execution without notifying other participants of new IP addresses. The use of IP multicasting also permits an economy of scale in the number of participants. We describe the MULITIBUS protocol elements and show how our implementation performs better than centralized bus implementations.

  6. Concurrent array-based queue

    DOEpatents

    Heidelberger, Philip; Steinmacher-Burow, Burkhard

    2015-01-06

    According to one embodiment, a method for implementing an array-based queue in memory of a memory system that includes a controller includes configuring, in the memory, metadata of the array-based queue. The configuring comprises defining, in metadata, an array start location in the memory for the array-based queue, defining, in the metadata, an array size for the array-based queue, defining, in the metadata, a queue top for the array-based queue and defining, in the metadata, a queue bottom for the array-based queue. The method also includes the controller serving a request for an operation on the queue, the request providing the location in the memory of the metadata of the queue.

  7. MIL-STD-1553 dynamic bus controller/remote terminal hybrid set

    NASA Astrophysics Data System (ADS)

    Friedman, S. N.

    This paper describes the performance, physical and electrical requirements of a Dual Redundant BUS Interface Unit (BIU) acting as a BUS Controller Interface Unit (BCIU) or Remote Terminal Unit (RTU) between a Motorola 68000 VME BUS and MIL-STD-1553B Multiplex Data Bus. A discussion of how the BIU Hybrid set is programmed, and operates as a BCIU or RTU, will be included. This paper will review Dynamic Bus Control and other Mode Code capabilities. The BIU Hybrid Set interfaces to a 68000 Microprocessor with a VME Bus using programmed I/O transfers. This special interface will be discussed along with the internal Dual Access Memory (4K x 16) used to support the data exchanges between the CPU and the BIU Hybrid Set. The hybrid set's physical size and power requirements will be covered. This includes the present Double Eurocard the BIU function is presently being offered on.

  8. The WorkQueue project - a task queue for the CMS workload management system

    NASA Astrophysics Data System (ADS)

    Ryu, S.; Wakefield, S.

    2012-12-01

    We present the development and first experience of a new component (termed WorkQueue) in the CMS workload management system. This component provides a link between a global request system (Request Manager) and agents (WMAgents) which process requests at compute and storage resources (known as sites). These requests typically consist of creation or processing of a data sample (possibly terabytes in size). Unlike the standard concept of a task queue, the WorkQueue does not contain fully resolved work units (known typically as jobs in HEP). This would require the WorkQueue to run computationally heavy algorithms that are better suited to run in the WMAgents. Instead the request specifies an algorithm that the WorkQueue uses to split the request into reasonable size chunks (known as elements). An advantage of performing lazy evaluation of an element is that expanding datasets can be accommodated by having job details resolved as late as possible. The WorkQueue architecture consists of a global WorkQueue which obtains requests from the request system, expands them and forms an element ordering based on the request priority. Each WMAgent contains a local WorkQueue which buffers work close to the agent, this overcomes temporary unavailability of the global WorkQueue and reduces latency for an agent to begin processing. Elements are pulled from the global WorkQueue to the local WorkQueue and into the WMAgent based on the estimate of the amount of work within the element and the resources available to the agent. WorkQueue is based on CouchDB, a document oriented NoSQL database. The WorkQueue uses the features of CouchDB (map/reduce views and bi-directional replication between distributed instances) to provide a scalable distributed system for managing large queues of work. The project described here represents an improvement over the old approach to workload management in CMS which involved individual operators feeding requests into agents. This new approach allows for a

  9. Research on elastic resource management for multi-queue under cloud computing environment

    NASA Astrophysics Data System (ADS)

    CHENG, Zhenjing; LI, Haibo; HUANG, Qiulan; Cheng, Yaodong; CHEN, Gang

    2017-10-01

    As a new approach to manage computing resource, virtualization technology is more and more widely applied in the high-energy physics field. A virtual computing cluster based on Openstack was built at IHEP, using HTCondor as the job queue management system. In a traditional static cluster, a fixed number of virtual machines are pre-allocated to the job queue of different experiments. However this method cannot be well adapted to the volatility of computing resource requirements. To solve this problem, an elastic computing resource management system under cloud computing environment has been designed. This system performs unified management of virtual computing nodes on the basis of job queue in HTCondor based on dual resource thresholds as well as the quota service. A two-stage pool is designed to improve the efficiency of resource pool expansion. This paper will present several use cases of the elastic resource management system in IHEPCloud. The practical run shows virtual computing resource dynamically expanded or shrunk while computing requirements change. Additionally, the CPU utilization ratio of computing resource was significantly increased when compared with traditional resource management. The system also has good performance when there are multiple condor schedulers and multiple job queues.

  10. The network queueing system

    NASA Technical Reports Server (NTRS)

    Kingsbury, Brent K.

    1986-01-01

    Described is the implementation of a networked, UNIX based queueing system developed on contract for NASA. The system discussed supports both batch and device requests, and provides the facilities of remote queueing, request routing, remote status, queue access controls, batch request resource quota limits, and remote output return.

  11. Message passing with queues and channels

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Dozsa, Gabor J; Heidelberger, Philip; Kumar, Sameer

    In an embodiment, a reception thread receives a source node identifier, a type, and a data pointer from an application and, in response, creates a receive request. If the source node identifier specifies a source node, the reception thread adds the receive request to a fast-post queue. If a message received from a network does not match a receive request on a posted queue, a polling thread adds a receive request that represents the message to an unexpected queue. If the fast-post queue contains the receive request, the polling thread removes the receive request from the fast-post queue. If themore » receive request that was removed from the fast-post queue does not match the receive request on the unexpected queue, the polling thread adds the receive request that was removed from the fast-post queue to the posted queue. The reception thread and the polling thread execute asynchronously from each other.« less

  12. Online matching with queueing dynamics.

    DOT National Transportation Integrated Search

    2016-12-01

    We consider a variant of the multiarmed bandit problem where jobs queue for service, and service rates of different servers may be unknown. We study algorithms that minimize queue-regret: the (expected) difference between the queue-lengths obtained b...

  13. From Waiting for the Bus to Storming the Bastille: From Sartrean Seriality to the Relationships that Form Classroom Communities

    ERIC Educational Resources Information Center

    Blenkinsop, Sean

    2012-01-01

    One of the tasks of Jean-Paul Sartre's later work was to consider how an individual could live freely within a free community. This paper examines how Sartre describes the process of group formation and the implications of this discussion for education. The paper begins with his metaphor of a bus queue in order to describe a series. Then, by means…

  14. Priority Queues for Computer Simulations

    NASA Technical Reports Server (NTRS)

    Steinman, Jeffrey S. (Inventor)

    1998-01-01

    The present invention is embodied in new priority queue data structures for event list management of computer simulations, and includes a new priority queue data structure and an improved event horizon applied to priority queue data structures. ne new priority queue data structure is a Qheap and is made out of linked lists for robust, fast, reliable, and stable event list management and uses a temporary unsorted list to store all items until one of the items is needed. Then the list is sorted, next, the highest priority item is removed, and then the rest of the list is inserted in the Qheap. Also, an event horizon is applied to binary tree and splay tree priority queue data structures to form the improved event horizon for event management.

  15. The Completion of Non-Steady-State Queue Model on The Queue System in Dr. Yap Eye Hospital Yogyakarta

    NASA Astrophysics Data System (ADS)

    Helmi Manggala Putri, Arum; Subekti, Retno; Binatari, Nikenasih

    2017-06-01

    Dr Yap Eye Hospital Yogyakarta is one of the most popular reference eye hospitals in Yogyakarta. There are so many patients coming from other cities and many of them are BPJS (Badan Penyelenggara Jaminan Sosial, Social Security Administrative Bodies) patients. Therefore, it causes numerous BPJS patients were in long queue at counter C of the registration section so that it needs to be analysed using queue system. Queue system analysis aims to give queue model overview and determine its effectiveness measure. The data collecting technique used in this research are by interview and observation. After getting the arrival data and the service data of BPJS patients per 5 minutes, the next steps are investigating steady-state condition, examining the Poisson distribution, determining queue models, and counting the effectiveness measure. Based on the result of data observation on Tuesday, February 16th, 2016, it shows that the queue system at counter C has (M/M/1):(GD/∞/∞) queue model. The analysis result in counter C shows that the queue system is a non-steady-state condition. Three ways to cope a non-steady-state problem on queue system are proposed in this research such as bounding the capacity of queue system, adding the servers, and doing Monte Carlo simulation. The queue system in counter C will reach steady-state if the capacity of patients is not more than 52 BPJS patients or adding one more server. By using Monte Carlo simulation, it shows that the effectiveness measure of the average waiting time for BPJS patients in counter C is 36 minutes 65 seconds. In addition, the average queue length of BPJS patients is 11 patients.

  16. Preventing messaging queue deadlocks in a DMA environment

    DOEpatents

    Blocksome, Michael A; Chen, Dong; Gooding, Thomas; Heidelberger, Philip; Parker, Jeff

    2014-01-14

    Embodiments of the invention may be used to manage message queues in a parallel computing environment to prevent message queue deadlock. A direct memory access controller of a compute node may determine when a messaging queue is full. In response, the DMA may generate and interrupt. An interrupt handler may stop the DMA and swap all descriptors from the full messaging queue into a larger queue (or enlarge the original queue). The interrupt handler then restarts the DMA. Alternatively, the interrupt handler stops the DMA, allocates a memory block to hold queue data, and then moves descriptors from the full messaging queue into the allocated memory block. The interrupt handler then restarts the DMA. During a normal messaging advance cycle, a messaging manager attempts to inject the descriptors in the memory block into other messaging queues until the descriptors have all been processed.

  17. Message passing with queues and channels

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Dozsa, Gabor J; Heidelberger, Philip; Kumar, Sameer

    In an embodiment, a send thread receives an identifier that identifies a destination node and a pointer to data. The send thread creates a first send request in response to the receipt of the identifier and the data pointer. The send thread selects a selected channel from among a plurality of channels. The selected channel comprises a selected hand-off queue and an identification of a selected message unit. Each of the channels identifies a different message unit. The selected hand-off queue is randomly accessible. If the selected hand-off queue contains an available entry, the send thread adds the first sendmore » request to the selected hand-off queue. If the selected hand-off queue does not contain an available entry, the send thread removes a second send request from the selected hand-off queue and sends the second send request to the selected message unit.« less

  18. Queues with Choice via Delay Differential Equations

    NASA Astrophysics Data System (ADS)

    Pender, Jamol; Rand, Richard H.; Wesson, Elizabeth

    Delay or queue length information has the potential to influence the decision of a customer to join a queue. Thus, it is imperative for managers of queueing systems to understand how the information that they provide will affect the performance of the system. To this end, we construct and analyze two two-dimensional deterministic fluid models that incorporate customer choice behavior based on delayed queue length information. In the first fluid model, customers join each queue according to a Multinomial Logit Model, however, the queue length information the customer receives is delayed by a constant Δ. We show that the delay can cause oscillations or asynchronous behavior in the model based on the value of Δ. In the second model, customers receive information about the queue length through a moving average of the queue length. Although it has been shown empirically that giving patients moving average information causes oscillations and asynchronous behavior to occur in U.S. hospitals, we analytically and mathematically show for the first time that the moving average fluid model can exhibit oscillations and determine their dependence on the moving average window. Thus, our analysis provides new insight on how operators of service systems should report queue length information to customers and how delayed information can produce unwanted system dynamics.

  19. Transient queue-size distribution in a finite-capacity queueing system with server breakdowns and Bernoulli feedback

    NASA Astrophysics Data System (ADS)

    Kempa, Wojciech M.

    2017-12-01

    A finite-capacity queueing system with server breakdowns is investigated, in which successive exponentially distributed failure-free times are followed by repair periods. After the processing a customer may either rejoin the queue (feedback) with probability q, or definitely leave the system with probability 1 - q. The system of integral equations for transient queue-size distribution, conditioned by the initial level of buffer saturation, is build. The solution of the corresponding system written for Laplace transforms is found using the linear algebraic approach. The considered queueing system can be successfully used in modelling production lines with machine failures, in which the parameter q may be considered as a typical fraction of items demanding corrections. Morever, this queueing model can be applied in the analysis of real TCP/IP performance, where q stands for the fraction of packets requiring retransmission.

  20. Measuring in-cabin school bus tailpipe and crankcase PM2.5: a new dual tracer method.

    PubMed

    Ireson, Robert G; Ondov, John M; Zielinska, Barbara; Weaver, Christopher S; Easter, Michael D; Lawson, Douglas R; Hesterberg, Thomas W; Davey, Mark E; Liu, L-J Sally

    2011-05-01

    Exposures of occupants in school buses to on-road vehicle emissions, including emissions from the bus itself, can be substantially greater than those in outdoor settings. A dual tracer method was developed and applied to two school buses in Seattle in 2005 to quantify in-cabin fine particulate matter (PM2.5) concentrations attributable to the buses' diesel engine tailpipe (DPMtp) and crankcase vent (PMck) emissions. The new method avoids the problem of differentiating bus emissions from chemically identical emissions of other vehicles by using a fuel-based organometallic iridium tracer for engine exhaust and by adding deuterated hexatriacontane to engine oil. Source testing results showed consistent PM:tracer ratios for the primary tracer for each type of emissions. Comparisons of the PM:tracer ratios indicated that there was a small amount of unburned lubricating oil emitted from the tailpipe; however, virtually no diesel fuel combustion products were found in the crankcase emissions. For the limited testing conducted here, although PMck emission rates (averages of 0.028 and 0.099 g/km for the two buses) were lower than those from the tailpipe (0.18 and 0.14 g/km), in-cabin PMck concentrations averaging 6.8 microg/m3 were higher than DPMtp (0.91 microg/m3 average). In-cabin DPMtp and PMck concentrations were significantly higher with bus windows closed (1.4 and 12 microg/m3, respectively) as compared with open (0.44 and 1.3 microg/m3, respectively). For comparison, average closed- and open-window in-cabin total PM2.5 concentrations were 26 and 12 microg/m3, respectively. Despite the relatively short in-cabin sampling times, very high sensitivities were achieved, with detection limits of 0.002 microg/m3 for DPMtp and 0.05 microg/m3 for PMck.

  1. Individual dispersal delays in a cooperative breeder: Ecological constraints, the benefits of philopatry and the social queue for dominance.

    PubMed

    Nelson-Flower, Martha J; Wiley, Elizabeth M; Flower, Tom P; Ridley, Amanda R

    2018-03-20

    Delayed dispersal is a key step in the evolution of familial animal societies and cooperative breeding. However, no consensus has been reached on the ecological and social circumstances driving delayed dispersal. Here, we test predictions from the ecological constraints and benefits of philopatry hypotheses as well as the recently proposed dual benefits hypothesis to better understand the evolution of group-living and cooperative breeding. Furthermore, we consider how individual social circumstances within groups affect dispersal decisions. We examine 11 years of life-history information on a wild population of cooperatively breeding southern pied babblers Turdoides bicolor. We investigate the effects of ecological conditions, natal-group membership and individual social context on male and female dispersal delays, disperser survival and acquisition of dominance. Female dispersal decisions are generally unconstrained by ecological or social circumstances. In contrast, males disperse in response to relaxed ecological constraints, decreases in nepotistic tolerance or when low social rank in the queue for dominance decreases their likelihood of gaining a dominant breeding position. Early dispersal by end-of-queue males often leads to a head-of-queue subordinate position in a non-natal group, thereby increasing access to dominant breeding positions. However, males and females remaining in natal groups gain benefits of philopatry via increased survival and, for head-of-queue males, very high likelihood of acquisition of a breeding position. Overall, predictions from the dual benefits hypothesis best describe these results, while some predictions from each of the ecological constraints and benefits of philopatry hypotheses were supported. The benefits of living and working together (collective action benefits) in large stable groups are of central importance in shaping dispersal delays in southern pied babbler societies. In addition, position in the subordinate social

  2. Queueing for healthcare.

    PubMed

    Palvannan, R Kannapiran; Teow, Kiok Liang

    2012-04-01

    Patient queues are prevalent in healthcare and wait time is one measure of access to care. We illustrate Queueing Theory-an analytical tool that has provided many insights to service providers when designing new service systems and managing existing ones. This established theory helps us to quantify the appropriate service capacity to meet the patient demand, balancing system utilization and the patient's wait time. It considers four key factors that affect the patient's wait time: average patient demand, average service rate and the variation in both. We illustrate four basic insights that will be useful for managers and doctors who manage healthcare delivery systems, at hospital or department level. Two examples from local hospitals are shown where we have used queueing models to estimate the service capacity and analyze the impact of capacity configurations, while considering the inherent variation in healthcare.

  3. Efficiency and robustness of different bus network designs

    NASA Astrophysics Data System (ADS)

    Pang, John Zhen Fu; Bin Othman, Nasri; Ng, Keng Meng; Monterola, Christopher

    2015-07-01

    We compare the efficiencies and robustness of four transport networks that can be possibly formed as a result of deliberate city planning. The networks are constructed based on their spatial resemblance to the cities of Manhattan (lattice), Sudan (random), Beijing (single-blob) and Greater Cairo (dual-blob). For a given type, a genetic algorithm is employed to obtain an optimized set of the bus routes. We then simulate how commuter travels using Yen's algorithms for k shortest paths on an adjacency matrix. The cost of traveling such as walking between stations is captured by varying the weighted sums of matrices. We also consider the number of transfers a posteriori by looking at the computed shortest paths. With consideration to distances via radius of gyration, redundancies of travel and number of bus transfers, our simulations indicate that random and dual-blob are more efficient than single-blob and lattice networks. Moreover, dual-blob type is least robust when node removals are targeted but is most resilient when node failures are random. The work hopes to guide and provide technical perspectives on how geospatial distribution of a city limits the optimality of transport designs.

  4. Reducing transit bus emissions: Alternative fuels or traffic operations?

    NASA Astrophysics Data System (ADS)

    Alam, Ahsan; Hatzopoulou, Marianne

    2014-06-01

    In this study, we simulated the operations and greenhouse gas (GHG) emissions of transit buses along a busy corridor and quantified the effects of two different fuels (conventional diesel and compressed natural gas) as well as a set of driving conditions on emissions. Results indicate that compressed natural gas (CNG) reduces GHG emissions by 8-12% compared to conventional diesel, this reduction could increase to 16% with high levels of traffic congestion. However, the benefits of switching from conventional diesel to CNG are less apparent when the road network is uncongested. We also investigated the effects of bus operations on emissions by applying several strategies such as transit signal priority (TSP), queue jumper lanes, and relocation of bus stops. Results show that in congested conditions, TSP alone can reduce GHG emissions by 14% and when combined with improved technology; a reduction of 23% is achieved. The reduction benefits are even more apparent when other transit operational improvements are combined with TSP. Finally a sensitivity analysis was performed to investigate the effect of operational improvements on emissions under varying levels of network congestion. We observe that under “extreme congestion”, the benefits of TSP decrease.

  5. Control of Entry to a Queueing System

    DTIC Science & Technology

    1979-11-01

    being devoted to the use of queueing theory to control ard optimize the o~peration i f a system. Here, queueing analyses are used to design a system...operpting costs below somae upper bound while maximizing throughput of the queue. This more recent approach of designing or controlling a queueing system...ports designated as high density traffic airports, the Federal Aviation Administration (FAA) limits the number of instrument flight r’ule (IFR

  6. Does the Butcher-on-the-Bus Phenomenon Require a Dual-Process Explanation? A Signal Detection Analysis

    PubMed Central

    Tunney, Richard J.; Mullett, Timothy L.; Moross, Claudia J.; Gardner, Anna

    2012-01-01

    The butcher-on-the-bus is a rhetorical device or hypothetical phenomenon that is often used to illustrate how recognition decisions can be based on different memory processes (Mandler, 1980). The phenomenon describes a scenario in which a person is recognized but the recognition is accompanied by a sense of familiarity or knowing characterized by an absence of contextual details such as the person’s identity. We report two recognition memory experiments that use signal detection analyses to determine whether this phenomenon is evidence for a recollection plus familiarity model of recognition or is better explained by a univariate signal detection model. We conclude that there is an interaction between confidence estimates and remember-know judgments which is not explained fully by either single-process signal detection or traditional dual-process models. PMID:22745631

  7. Peregrine Queue Changes | High-Performance Computing | NREL

    Science.gov Websites

    that the best path is to disable the large queue and move the nodes from the "large" queue to jobs that request a large number of nodes. The large queue was disabled during the October System time

  8. A Low-Power Instruction Issue Queue for Microprocessors

    NASA Astrophysics Data System (ADS)

    Watanabe, Shingo; Chiyonobu, Akihiro; Sato, Toshinori

    Instruction issue queue is a key component which extracts instruction level parallelism (ILP) in modern out-of-order microprocessors. In order to exploit ILP for improving processor performance, instruction queue size should be increased. However, it is difficult to increase the size, since instruction queue is implemented by a content addressable memory (CAM) whose power and delay are much large. This paper introduces a low power and scalable instruction queue that replaces the CAM with a RAM. In this queue, instructions are explicitly woken up. Evaluation results show that the proposed instruction queue decreases processor performance by only 1.9% on average. Furthermore, the total energy consumption is reduced by 54% on average.

  9. Measuring In-Cabin School Bus Tailpipe and Crankcase PM2.5: A New Dual Tracer Method.

    PubMed

    Ireson, Robert G; Ondov, John M; Zielinska, Barbara; Weaver, Christopher S; Easter, Michael D; Lawson, Douglas R; Hesterberg, Thomas W; Davey, Mark E; Liu, L-J Sally

    2011-05-01

    Exposures of occupants in school buses to on-road vehicle emissions, including emissions from the bus itself, can be substantially greater than those in outdoor settings. A dual tracer method was developed and applied to two school buses in Seattle in 2005 to quantify in-cabin fine particulate matter (PM 2.5 ) concentrations attributable to the buses' diesel engine tailpipe (DPM tp ) and crankcase vent (PM ck ) emissions. The new method avoids the problem of differentiating bus emissions from chemically identical emissions of other vehicles by using a fuel-based organometallic iridium tracer for engine exhaust and by adding deuterated hexatriacontane to engine oil. Source testing results showed consistent PM:tracer ratios for the primary tracer for each type of emissions. Comparisons of the PM:tracer ratios indicated that there was a small amount of unburned lubricating oil emitted from the tailpipe; however, virtually no diesel fuel combustion products were found in the crankcase emissions. For the limited testing conducted here, although PM ck emission rates (averages of 0.028 and 0.099 g/km for the two buses) were lower than those from the tailpipe (0.18 and 0.14 g/km), in-cabin PM ck concentrations averaging 6.8 μg/m 3 were higher than DPM tp (0.91 μg/m 3 average). In-cabin DPM tp and PM ck concentrations were significantly higher with bus windows closed (1.4 and 12 μg/m 3 , respectively) as compared with open (0.44 and 1.3 μg/m 3 , respectively). For comparison, average closed- and open-window in-cabin total PM 2.5 concentrations were 26 and 12 μg/m 3 , respectively. Despite the relatively short in-cabin sampling times, very high sensitivities were achieved, with detection limits of 0.002 μg/m 3 for DPM tp and 0.05 μg/m 3 for PM ck . [Box: see text].

  10. Field test implementation of queue control : final report.

    DOT National Transportation Integrated Search

    2011-12-01

    A major challenge for implementing queue control has been to accurately estimate on-ramp queue lengths, particularly during saturated onramp : conditions, when the vehicle queue extends around or beyond the ramp entrance. The main outcome of the rese...

  11. COM-BUS : A Southern California Subscription Bus Service

    DOT National Transportation Integrated Search

    1977-05-01

    The evolution and operations of the COM-BUS Subscription Commuter Bus Service are documented. COM-BUS is a privately owned organization operating at a profit without any form of subsidy. COM-BUS serves approximately 2,000 commuters per day on 47 rout...

  12. Queues on a Dynamically Evolving Graph

    NASA Astrophysics Data System (ADS)

    Mandjes, Michel; Starreveld, Nicos J.; Bekker, René

    2018-04-01

    This paper considers a population process on a dynamically evolving graph, which can be alternatively interpreted as a queueing network. The queues are of infinite-server type, entailing that at each node all customers present are served in parallel. The links that connect the queues have the special feature that they are unreliable, in the sense that their status alternates between `up' and `down'. If a link between two nodes is down, with a fixed probability each of the clients attempting to use that link is lost; otherwise the client remains at the origin node and reattempts using the link (and jumps to the destination node when it finds the link restored). For these networks we present the following results: (a) a system of coupled partial differential equations that describes the joint probability generating function corresponding to the queues' time-dependent behavior (and a system of ordinary differential equations for its stationary counterpart), (b) an algorithm to evaluate the (time-dependent and stationary) moments, and procedures to compute user-perceived performance measures which facilitate the quantification of the impact of the links' outages, (c) a diffusion limit for the joint queue length process. We include explicit results for a series relevant special cases, such as tandem networks and symmetric fully connected networks.

  13. A simple, effective media access protocol system for integrated, high data rate networks

    NASA Technical Reports Server (NTRS)

    Foudriat, E. C.; Maly, K.; Overstreet, C. M.; Khanna, S.; Zhang, L.

    1992-01-01

    The operation and performance of a dual media access protocol for integrated, gigabit networks are described. Unlike other dual protocols, each protocol supports a different class of traffic. The Carrier Sensed Multiple Access-Ring Network (CSMA/RN) protocol and the Circulating Reservation Packet (CRP) protocol support asynchronous and synchronous traffic, respectively. The two protocols operate with minimal impact upon each other. Performance information demonstrates that they support a complete range of integrated traffic loads, do not require call setup/termination or a special node for synchronous traffic control, and provide effective pre-use and recovery. The CRP also provides guaranteed access and fairness control for the asynchronous system. The paper demonstrates that the CSMA-CRP system fulfills many of the requirements for gigabit LAN-MAN networks most effectively and simply. To accomplish this, CSMA-CRP features are compared against similar ring and bus systems, such as Cambridge Fast Ring, Metaring, Cyclic Reservation Multiple Access, and Distributed Dual Queue Data Bus (DQDB).

  14. Evaluation of bus emissions generated near bus stops

    NASA Astrophysics Data System (ADS)

    Yu, Qian; Li, Tiezhu

    2014-03-01

    The purpose of this research is to demonstrate a methodology for quantification of bus emissions generated near bus stops based on the real-world on-road emissions data collected by the Portable Emission Measurement System (PEMS). Data collection was carried out on an urban diesel bus throughout a bus line under normal operation condition on four work days. Stop influence zone is defined as the area in which the normal bus driving is interrupted by bus stops. The second-by-second data were screened out within the stop influence zone. And the bus running state near a stop was classified into three driving modes, deceleration, idling, and acceleration. Then emission characteristics were analyzed for each mode. Under the idling condition, the emission rates (g s-1) were not constant all the time. The NOX emission rate decreased in the first 4-6 s while the corresponding emission rates of CO2, CO, NOX, and HC increased in the last 4 s of idling. Besides, the influence of bus stop characteristics on emissions was investigated using statistical methods. Platform type, length and location of bus stops showed significant effects on the length of the stop influence zone. However, there were no significant effects on distance-based emission factors.

  15. Queues with Dropping Functions and General Arrival Processes

    PubMed Central

    Chydzinski, Andrzej; Mrozowski, Pawel

    2016-01-01

    In a queueing system with the dropping function the arriving customer can be denied service (dropped) with the probability that is a function of the queue length at the time of arrival of this customer. The potential applicability of such mechanism is very wide due to the fact that by choosing the shape of this function one can easily manipulate several performance characteristics of the queueing system. In this paper we carry out analysis of the queueing system with the dropping function and a very general model of arrival process—the model which includes batch arrivals and the interarrival time autocorrelation, and allows for fitting the actual shape of the interarrival time distribution and its moments. For such a system we obtain formulas for the distribution of the queue length and the overall customer loss ratio. The analytical results are accompanied with numerical examples computed for several dropping functions. PMID:26943171

  16. Evaluation of roadway sites for queue management.

    DOT National Transportation Integrated Search

    1991-01-01

    This study addresses the problem of queueing on highway facilities, wherein a large number of computerized methods for the analysis of different queueing situations are available. A three-tier classification system of the methodologies was used with ...

  17. Generalized priority-queue network dynamics: Impact of team and hierarchy

    NASA Astrophysics Data System (ADS)

    Cho, Won-Kuk; Min, Byungjoon; Goh, K.-I.; Kim, I.-M.

    2010-06-01

    We study the effect of team and hierarchy on the waiting-time dynamics of priority-queue networks. To this end, we introduce generalized priority-queue network models incorporating interaction rules based on team-execution and hierarchy in decision making, respectively. It is numerically found that the waiting-time distribution exhibits a power law for long waiting times in both cases, yet with different exponents depending on the team size and the position of queue nodes in the hierarchy, respectively. The observed power-law behaviors have in many cases a corresponding single or pairwise-interacting queue dynamics, suggesting that the pairwise interaction may constitute a major dynamic consequence in the priority-queue networks. It is also found that the reciprocity of influence is a relevant factor for the priority-queue network dynamics.

  18. Competing for jobs: labor queues and gender sorting in the hiring process.

    PubMed

    Fernandez, Roberto M; Mors, Marie Louise

    2008-12-01

    While much research has documented the pattern and extent of sex segregation of workers once they are employed, few studies have addressed the pre-hire mechanisms that are posited to produce sex segregation in employment. While the notion of a labor queue-the rank order of the set of people that employers choose among-plays a prominent role in pre-hire accounts of job sex sorting mechanisms, few studies have examined the ways in which job candidates are sorted into labor queues. In this paper, we explore the mechanisms by which labor queues contribute to the gendering of jobs by studying the hiring process for all jobs at a call center. Being placed in a queue has a clear gendering effect on the hiring process: the sex distribution of applicants who are matched to queues and those who are rejected at this phase diverge, and among those assigned to queues, women are prevalent in queues for low pay, low status jobs. The screening process also contributes to the gendering of the population of hires at this firm. Females are more prevalent among hires than they are among candidates at initial queue assignment. Among high status jobs, however, males are more prevalent than females. Moreover, there are important wage implications associated with matching to queues. While there are large between-queue sex differences in the paid wages associated with allocation to queues, once allocated to queues the wage differences between male and female candidates are nil. Consequently, the roots of gender wage inequality in this setting lie in the initial sorting of candidates to labor queues.

  19. Increasing available FIFO space to prevent messaging queue deadlocks in a DMA environment

    DOEpatents

    Blocksome, Michael A [Rochester, MN; Chen, Dong [Croton On Hudson, NY; Gooding, Thomas [Rochester, MN; Heidelberger, Philip [Cortlandt Manor, NY; Parker, Jeff [Rochester, MN

    2012-02-07

    Embodiments of the invention may be used to manage message queues in a parallel computing environment to prevent message queue deadlock. A direct memory access controller of a compute node may determine when a messaging queue is full. In response, the DMA may generate an interrupt. An interrupt handler may stop the DMA and swap all descriptors from the full messaging queue into a larger queue (or enlarge the original queue). The interrupt handler then restarts the DMA. Alternatively, the interrupt handler stops the DMA, allocates a memory block to hold queue data, and then moves descriptors from the full messaging queue into the allocated memory block. The interrupt handler then restarts the DMA. During a normal messaging advance cycle, a messaging manager attempts to inject the descriptors in the memory block into other messaging queues until the descriptors have all been processed.

  20. Evaluation of concurrent priority queue algorithms. Technical report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Huang, Q.

    1991-02-01

    The priority queue is a fundamental data structure that is used in a large variety of parallel algorithms, such as multiprocessor scheduling and parallel best-first search of state-space graphs. This thesis addresses the design and experimental evaluation of two novel concurrent priority queues: a parallel Fibonacci heap and a concurrent priority pool, and compares them with the concurrent binary heap. The parallel Fibonacci heap is based on the sequential Fibonacci heap, which is theoretically the most efficient data structure for sequential priority queues. This scheme not only preserves the efficient operation time bounds of its sequential counterpart, but also hasmore » very low contention by distributing locks over the entire data structure. The experimental results show its linearly scalable throughput and speedup up to as many processors as tested (currently 18). A concurrent access scheme for a doubly linked list is described as part of the implementation of the parallel Fibonacci heap. The concurrent priority pool is based on the concurrent B-tree and the concurrent pool. The concurrent priority pool has the highest throughput among the priority queues studied. Like the parallel Fibonacci heap, the concurrent priority pool scales linearly up to as many processors as tested. The priority queues are evaluated in terms of throughput and speedup. Some applications of concurrent priority queues such as the vertex cover problem and the single source shortest path problem are tested.« less

  1. Preliminary Flight Results of the Microelectronics and Photonics Test Bed: NASA DR1773 Fiber Optic Data Bus Experiment

    NASA Technical Reports Server (NTRS)

    Jackson, George L.; LaBel, Kenneth A.; Marshall, Cheryl; Barth, Janet; Seidleck, Christina; Marshall, Paul

    1998-01-01

    NASA Goddard Spare Flight Center's (GSFC) Dual Rate 1773 (DR1773) Experiment on the Microelectronic and Photonic Test Bed (MPTB) has provided valuable information on the performance of the AS 1773 fiber optic data bus in the space radiation environment. Correlation of preliminary experiment data to ground based radiation test results show the AS 1773 bus is employable in future spacecraft applications requiring radiation tolerant communication links.

  2. Bus accident analysis of routes with/without bus priority.

    PubMed

    Goh, Kelvin Chun Keong; Currie, Graham; Sarvi, Majid; Logan, David

    2014-04-01

    This paper summarises findings on road safety performance and bus-involved accidents in Melbourne along roads where bus priority measures had been applied. Results from an empirical analysis of the accident types revealed significant reduction in the proportion of accidents involving buses hitting stationary objects and vehicles, which suggests the effect of bus priority in addressing manoeuvrability issues for buses. A mixed-effects negative binomial (MENB) regression and back-propagation neural network (BPNN) modelling of bus accidents considering wider influences on accident rates at a route section level also revealed significant safety benefits when bus priority is provided. Sensitivity analyses done on the BPNN model showed general agreement in the predicted accident frequency between both models. The slightly better performance recorded by the MENB model results suggests merits in adopting a mixed effects modelling approach for accident count prediction in practice given its capability to account for unobserved location and time-specific factors. A major implication of this research is that bus priority in Melbourne's context acts to improve road safety and should be a major consideration for road management agencies when implementing bus priority and road schemes. Copyright © 2013 Elsevier Ltd. All rights reserved.

  3. A new bus lane on urban expressway with no-bay bus stop

    NASA Astrophysics Data System (ADS)

    Tian, Zhao; Jia, Limin

    2016-01-01

    The sharp increase in residents and vehicles causes heavy traffic pressure in many cities. To ease traffic congestion, it has been the common sense that we should develop public transit system. The priority of the bus appears particularly necessary with the rapid development of the public transport system. The bus lane is an important embodiment of the bus priority. Focusing on the problem of the unreasonable dedicated bus lane (DBL) under the lower ratio of buses, this paper proposed a new bus lane with limited physical length. And this bus lane can reduce the lane-changing conflict caused by the buses and cars running on roads without bus lanes. Based on the cellular automata (CA) traffic flow model and the lane-changing behavior of the vehicle including the optional lane-changing and the mandatory lane-changing, a three-lane traffic model with an isolated no-bay bus stop is proposed. The ordinary three-lane traffic without a bus lane and the cases of traffic with a DBL or the proposed bus lane are simulated, and the comparisons in the form of the fundamental diagrams are made among them. It is shown that the no-bay bus stop can act as a bottleneck on the traffic flow because of the mandatory lane-changing behavior. Under a certain ratio of the bus number to the total vehicles number, (1) the traffic with the proposed bus lane has less lane-changing conflict and can provide higher traffic capacity than the ordinary traffic without a bus lane, (2) compared with the DBL, the proposed bus lane is advantageous in easing congestion on the ordinary lanes when the traffic flow is high and can avoid unreasonable allocation of the road resources.

  4. Bus Training Handbook.

    ERIC Educational Resources Information Center

    Dorny, Audrea; Cole, ChiKay

    This manual presents guidelines for teaching students with disabilities necessary skills for safe and independent travel on public buses. Six guidelines for teachers include: (1) participate in bus training; (2) use wise and intelligent judgment; (3) utilize the bus checklist; (4) know and teach bus rules; (5) know bus routes; and (6) know bus…

  5. Queues and Reference Service: Some Implications for Staffing

    ERIC Educational Resources Information Center

    Regazzi, John J.; Hersberger, Rodney M.

    1978-01-01

    This study at an academic library used a simulation technique (1) to analyze the extent to which queues develop at a reference desk during peak periods, (2) to propose alternative staffing models to reduce queues, and (3) to examine the cost effectiveness of the alternatives. (Author/JAB)

  6. Dynamic Bus Travel Time Prediction Models on Road with Multiple Bus Routes

    PubMed Central

    Bai, Cong; Peng, Zhong-Ren; Lu, Qing-Chang; Sun, Jian

    2015-01-01

    Accurate and real-time travel time information for buses can help passengers better plan their trips and minimize waiting times. A dynamic travel time prediction model for buses addressing the cases on road with multiple bus routes is proposed in this paper, based on support vector machines (SVMs) and Kalman filtering-based algorithm. In the proposed model, the well-trained SVM model predicts the baseline bus travel times from the historical bus trip data; the Kalman filtering-based dynamic algorithm can adjust bus travel times with the latest bus operation information and the estimated baseline travel times. The performance of the proposed dynamic model is validated with the real-world data on road with multiple bus routes in Shenzhen, China. The results show that the proposed dynamic model is feasible and applicable for bus travel time prediction and has the best prediction performance among all the five models proposed in the study in terms of prediction accuracy on road with multiple bus routes. PMID:26294903

  7. Dynamic Bus Travel Time Prediction Models on Road with Multiple Bus Routes.

    PubMed

    Bai, Cong; Peng, Zhong-Ren; Lu, Qing-Chang; Sun, Jian

    2015-01-01

    Accurate and real-time travel time information for buses can help passengers better plan their trips and minimize waiting times. A dynamic travel time prediction model for buses addressing the cases on road with multiple bus routes is proposed in this paper, based on support vector machines (SVMs) and Kalman filtering-based algorithm. In the proposed model, the well-trained SVM model predicts the baseline bus travel times from the historical bus trip data; the Kalman filtering-based dynamic algorithm can adjust bus travel times with the latest bus operation information and the estimated baseline travel times. The performance of the proposed dynamic model is validated with the real-world data on road with multiple bus routes in Shenzhen, China. The results show that the proposed dynamic model is feasible and applicable for bus travel time prediction and has the best prediction performance among all the five models proposed in the study in terms of prediction accuracy on road with multiple bus routes.

  8. B-1B Avionics/Automatic Test Equipment: Maintenance Queueing Analysis.

    DTIC Science & Technology

    1983-12-01

    analysis (which is logistics terminology for an avionics/ATE queueing analysis). To allow each vendor the opportunity to perform such an analysis...for system performance measures may be found for the queueing system in Figure 7. This is due to the preemptive blocking caused by ATE failures. The...D-R14l1i75 B-iB AVIONICS/AUTOMPTIC TEST EQUIPMENT: MRINTENRNCE 1/2 QUEUEING RNRLYSIS(U) RIP FORCE INST OF TECH HRIGHT-PRTTERSON RFB OH SCHOOL OF

  9. Reducing queues: demand and capacity variations.

    PubMed

    Eriksson, Henrik; Bergbrant, Ing-Marie; Berrum, Ingela; Mörck, Boel

    2011-01-01

    The aim of this paper is to investigate how waiting lists or queues could be reduced without adding more resources; and to describe what factors sustain reduced waiting-times. Cases were selected according to successful and sustained queue reduction. The approach in this study is action research. Accessibility improved as out-patient waiting lists for two clinics were reduced. The main success was working towards matching demand and capacity. It has been possible to sustain the improvements. Results should be viewed cautiously. Transferring and generalizing outcomes from this study is for readers to consider. However, accessible healthcare may be possible by paying more attention to existing solutions. The study indicates that queue reduction activities should include acquiring knowledge about theories and methods to improve accessibility, finding ways to monitor varying demand and capacity, and to improve patient processing by reducing variations. Accessibility is considered an important dimension when measuring service quality. However, there are few articles on how clinic staff sustain reduces waiting lists. This paper contributes accessible knowledge to the field.

  10. Single stage queueing/manufacturing system model that involves emission variable

    NASA Astrophysics Data System (ADS)

    Murdapa, P. S.; Pujawan, I. N.; Karningsih, P. D.; Nasution, A. H.

    2018-04-01

    Queueing is commonly occured at every industry. The basic model of queueing theory gives a foundation for modeling a manufacturing system. Nowadays, carbon emission is an important and inevitable issue due to its huge impact to our environment. However, existing model of queuing applied for analysis of single stage manufacturing system has not taken Carbon emissions into consideration. If it is applied to manufacturing context, it may lead to improper decisisions. By taking into account of emission variables into queuing models, not only the model become more comprehensive but also it creates awareness on the issue to many parties that involves in the system. This paper discusses the single stage M/M/1 queueing model that involves emission variable. Hopefully it could be a starting point for the next more complex models. It has a main objective for determining how carbon emissions could fit into the basic queueing theory. It turned out that the involvement of emission variables into the model has modified the traditional model of a single stage queue to a calculation model of production lot quantity allowed per period.

  11. Interprocessor bus switching system for simultaneous communication in plural bus parallel processing system

    DOEpatents

    Atac, R.; Fischler, M.S.; Husby, D.E.

    1991-01-15

    A bus switching apparatus and method for multiple processor computer systems comprises a plurality of bus switches interconnected by branch buses. Each processor or other module of the system is connected to a spigot of a bus switch. Each bus switch also serves as part of a backplane of a modular crate hardware package. A processor initiates communication with another processor by identifying that other processor. The bus switch to which the initiating processor is connected identifies and secures, if possible, a path to that other processor, either directly or via one or more other bus switches which operate similarly. If a particular desired path through a given bus switch is not available to be used, an alternate path is considered, identified and secured. 11 figures.

  12. Interprocessor bus switching system for simultaneous communication in plural bus parallel processing system

    DOEpatents

    Atac, Robert; Fischler, Mark S.; Husby, Donald E.

    1991-01-01

    A bus switching apparatus and method for multiple processor computer systems comprises a plurality of bus switches interconnected by branch buses. Each processor or other module of the system is connected to a spigot of a bus switch. Each bus switch also serves as part of a backplane of a modular crate hardware package. A processor initiates communication with another processor by identifying that other processor. The bus switch to which the initiating processor is connected identifies and secures, if possible, a path to that other processor, either directly or via one or more other bus switches which operate similarly. If a particular desired path through a given bus switch is not available to be used, an alternate path is considered, identified and secured.

  13. Optimal routing and buffer allocation for a class of finite capacity queueing systems

    NASA Technical Reports Server (NTRS)

    Towsley, Don; Sparaggis, Panayotis D.; Cassandras, Christos G.

    1992-01-01

    The problem of routing jobs to K parallel queues with identical exponential servers and unequal finite buffer capacities is considered. Routing decisions are taken by a controller which has buffering space available to it and may delay routing of a customer to a queue. Using ideas from weak majorization, it is shown that the shorter nonfull queue delayed (SNQD) policy minimizes both the total number of customers in the system at any time and the number of customers that are rejected by that time. The SNQD policy always delays routing decisions as long as all servers are busy. Only when all the buffers at the controller are occupied is a customer routed to the queue with the shortest queue length that is not at capacity. Moreover, it is shown that, if a fixed number of buffers is to be distributed among the K queues, then the optimal allocation scheme is the one in which the difference between the maximum and minimum queue capacities is minimized, i.e., becomes either 0 or 1.

  14. Evaluation of DOTD's Existing Queue Estimation Procedures : Research Project Capsule

    DOT National Transportation Integrated Search

    2017-10-01

    The primary objective of this study is to evaluate the effectiveness of DOTDs queue estimation procedures by comparing results with those obtained directly from site observations through video camera footage or other means. Actual queue start time...

  15. Computing moving and intermittent queue propagation in highway work zones.

    DOT National Transportation Integrated Search

    2012-07-01

    Drivers may experience intermittent congestion and moving queue conditions in work zones due to several reasons such as presence of lane closure, roadway geometric changes, higher demand, lower speed, and reduced capacity. The congestion and queue ha...

  16. A novel fair active queue management algorithm based on traffic delay jitter

    NASA Astrophysics Data System (ADS)

    Wang, Xue-Shun; Yu, Shao-Hua; Dai, Jin-You; Luo, Ting

    2009-11-01

    In order to guarantee the quantity of data traffic delivered in the network, congestion control strategy is adopted. According to the study of many active queue management (AQM) algorithms, this paper proposes a novel active queue management algorithm named JFED. JFED can stabilize queue length at a desirable level by adjusting output traffic rate and adopting a reasonable calculation of packet drop probability based on buffer queue length and traffic jitter; and it support burst packet traffic through the packet delay jitter, so that it can traffic flow medium data. JFED impose effective punishment upon non-responsible flow with a full stateless method. To verify the performance of JFED, it is implemented in NS2 and is compared with RED and CHOKe with respect to different performance metrics. Simulation results show that the proposed JFED algorithm outperforms RED and CHOKe in stabilizing instantaneous queue length and in fairness. It is also shown that JFED enables the link capacity to be fully utilized by stabilizing the queue length at a desirable level, while not incurring excessive packet loss ratio.

  17. The Supermarket Model with Bounded Queue Lengths in Equilibrium

    NASA Astrophysics Data System (ADS)

    Brightwell, Graham; Fairthorne, Marianne; Luczak, Malwina J.

    2018-04-01

    In the supermarket model, there are n queues, each with a single server. Customers arrive in a Poisson process with arrival rate λ n , where λ = λ (n) \\in (0,1) . Upon arrival, a customer selects d=d(n) servers uniformly at random, and joins the queue of a least-loaded server amongst those chosen. Service times are independent exponentially distributed random variables with mean 1. In this paper, we analyse the behaviour of the supermarket model in the regime where λ (n) = 1 - n^{-α } and d(n) = \\lfloor n^β \\rfloor , where α and β are fixed numbers in (0, 1]. For suitable pairs (α , β ) , our results imply that, in equilibrium, with probability tending to 1 as n → ∞, the proportion of queues with length equal to k = \\lceil α /β \\rceil is at least 1-2n^{-α + (k-1)β } , and there are no longer queues. We further show that the process is rapidly mixing when started in a good state, and give bounds on the speed of mixing for more general initial conditions.

  18. Multifractal Internet Traffic Model and Active Queue Management

    DTIC Science & Technology

    2003-01-01

    dropped by the Adaptive RED , ssthresh decreases from 64KB to 4KB and the new con- gestion window cwnd is decreased from 8KB to 1KB (Tahoe). The situation...method to predict the queuing behavior of FIFO and RED queues. In order to satisfy a given delay and jitter requirement for real time connections, and to...5.2 Vulnerability of Adaptive RED to Web-mice . . . . . . . . . . . . . 103 5.3 A Parallel Virtual Queues Structure

  19. High-Speed Ring Bus

    NASA Technical Reports Server (NTRS)

    Wysocky, Terry; Kopf, Edward, Jr.; Katanyoutananti, Sunant; Steiner, Carl; Balian, Harry

    2010-01-01

    The high-speed ring bus at the Jet Propulsion Laboratory (JPL) allows for future growth trends in spacecraft seen with future scientific missions. This innovation constitutes an enhancement of the 1393 bus as documented in the Institute of Electrical and Electronics Engineers (IEEE) 1393-1999 standard for a spaceborne fiber-optic data bus. It allows for high-bandwidth and time synchronization of all nodes on the ring. The JPL ring bus allows for interconnection of active units with autonomous operation and increased fault handling at high bandwidths. It minimizes the flight software interface with an intelligent physical layer design that has few states to manage as well as simplified testability. The design will soon be documented in the AS-1393 standard (Serial Hi-Rel Ring Network for Aerospace Applications). The framework is designed for "Class A" spacecraft operation and provides redundant data paths. It is based on "fault containment regions" and "redundant functional regions (RFR)" and has a method for allocating cables that completely supports the redundancy in spacecraft design, allowing for a complete RFR to fail. This design reduces the mass of the bus by incorporating both the Control Unit and the Data Unit in the same hardware. The standard uses ATM (asynchronous transfer mode) packets, standardized by ITU-T, ANSI, ETSI, and the ATM Forum. The IEEE-1393 standard uses the UNI form of the packet and provides no protection for the data portion of the cell. The JPL design adds optional formatting to this data portion. This design extends fault protection beyond that of the interconnect. This includes adding protection to the data portion that is contained within the Bus Interface Units (BIUs) and by adding to the signal interface between the Data Host and the JPL 1393 Ring Bus. Data transfer on the ring bus does not involve a master or initiator. Following bus protocol, any BIU may transmit data on the ring whenever it has data received from its host. There

  20. BBIS: Beacon Bus Information System

    NASA Astrophysics Data System (ADS)

    Kasim, Shahreen; Hafit, Hanayanti; Pei Juin, Kong; Afizah Afif, Zehan; Hashim, Rathiah; Ruslai, Husni; Jahidin, Kamaruzzaman; Syafwan Arshad, Mohammad

    2016-11-01

    Lack of bus information for example bus timetable, status of the bus and messy advertisement on bulletin board at the bus stop will give negative impact to tourist. Therefore, a real-time update bus information bulletin board provides all information needed so that passengers can save their bus information searching time. Supported with Android or iOS, Beacon Bus Information System (BBIS) provides bus information between Batu Pahat and Kluang area. BBIS is a system that implements physical web technology and interaction on demand. It built on Backend-as-a-Service, a cloud solution and Firebase non relational database as data persistence backend and syncs between user client in the real-time. People walk through bus stop with smart device and do not require any application. Bluetooth Beacon is used to achieve smart device's best performance of data sharing. Intellij IDEA 15 is one of the tools that that used to develop the BBIS system. Multi-language included front end and backend supported Integration development environment (IDE) helped to speed up integration process.

  1. Queueing system analysis of multi server model at XYZ insurance company in Tasikmalaya city

    NASA Astrophysics Data System (ADS)

    Muhajir, Ahmad; Binatari, Nikenasih

    2017-08-01

    Queueing theory or waiting line theory is a theory that deals with the queue process from the customer comes, queue to be served, served and left on service facilities. Queue occurs because of a mismatch between the numbers of customers that will be served with the available number of services, as an example at XYZ insurance company in Tasikmalaya. This research aims to determine the characteristics of the queue system which then to optimize the number of server in term of total cost. The result shows that the queue model can be represented by (M/M/4):(GD/∞/∞), where the arrivals are Poisson distributed while the service time is following exponential distribution. The probability of idle customer service is 2,39% of the working time, the average number of customer in the queue is 3 customers, the average number of customer in a system is 6 customers, the average time of a customer spent in the queue is 15,9979 minutes, the average time a customer spends in the system is 34,4141 minutes, and the average number of busy customer servicer is 3 server. The optimized number of customer service is 5 servers, and the operational cost has minimum cost at Rp 4.323.

  2. Time Is Not on Our Side: How Radiology Practices Should Manage Customer Queues.

    PubMed

    Loving, Vilert A; Ellis, Richard L; Rippee, Robert; Steele, Joseph R; Schomer, Donald F; Shoemaker, Stowe

    2017-11-01

    As health care shifts toward patient-centered care, wait times have received increasing scrutiny as an important metric for patient satisfaction. Long queues form when radiology practices inefficiently service their customers, leading to customer dissatisfaction and a lower perception of value. This article describes a four-step framework for radiology practices to resolve problematic queues: (1) analyze factors contributing to queue formation; (2) improve processes to reduce service times; (3) reduce variability; (4) address the psychology of queues. Copyright © 2017 American College of Radiology. Published by Elsevier Inc. All rights reserved.

  3. Predicting clinical image delivery time by monitoring PACS queue behavior.

    PubMed

    King, Nelson E; Documet, Jorge; Liu, Brent

    2006-01-01

    The expectation of rapid image retrieval from PACS users contributes to increased information technology (IT) infrastructure investments to increase performance as well as continuing demands upon PACS administrators to respond to "slow" system performance. The ability to provide predicted delivery times to a PACS user may curb user expectations for "fastest" response especially during peak hours. This, in turn, could result in a PACS infrastructure tailored to more realistic performance demands. A PACS with a stand-alone architecture under peak load typically holds study requests in a queue until the DICOM C-Move command can take place. We investigate the contents of a stand-alone architecture PACS RetrieveSend queue and identified parameters and behaviors that enable a more accurate prediction of delivery time. A prediction algorithm for studies delayed in a stand-alone PACS queue can be extendible to other potential bottlenecks such as long-term storage archives. Implications of a queue monitor in other PACS architectures are also discussed.

  4. GO Bus impact analysis.

    DOT National Transportation Integrated Search

    2013-08-01

    NJ TRANSIT launched two relatively new enhanced bus services: GO 25 serving the : Springfield Avenue corridor in 2008 and GO 28 serving the Bloomfield Avenue corridor in 2009. : As an enhanced but not full Bus Rapid Transit (BRT) service, GO Bus feat...

  5. Bus 54 -- Where are you? A school bus intelligent information system

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Truett, L.F.; Moore, S.; Tonn, B.

    1998-07-01

    Although major accidents involving school buses are rare (only about 0.3% of all fatal crashes since 1986 are classified as school-bus-related), even minor accidents and breakdowns cause a great deal of parental anxiety. The objective of this research is to design an efficient, cost-effective, accurate, and secure system that will track individual school buses and communicate appropriate information to the school system`s central administration unit, to the school transportation administrator, and to parents of children on the bus. The greatest benefit of the proposed information system is that parents and officials can always know the location and condition (these conditionsmore » would vary depending on the needs of a particular school system) of the school buses. In case of an accident or mechanical problem, when emergency crews are needed, they can be dispatched almost immediately with a good understanding of the problem and the exact location of the bus. In addition to being able to track the bus while the child is on board, parents will be able to determine the location of their child`s bus prior to its arrival in the morning in order to prevent the child from needing to wait outside in inclement weather. The information available to parents can also be expanded to include maps of limited routes (e.g., snow routes). Basically, the Bus 54 concept consists of a bus component and a central data processing unit. Each bus will be outfitted with a global positioning satellite (GPS) device, a wireless communication device, and wireless data communication service. The central data processing unit will receive and process information from the buses and provide information access to parents and officials via an Internet link.« less

  6. Hydrogen powered bus

    ScienceCinema

    Glass, Bob; Mathis, Mike; Cochran, Ron; Garback, John

    2018-06-08

    Take a ride on a new type of bus, fueled by hydrogen. These hydrogen taxis are part of a Department of Energy-funded deployment of hydrogen powered vehicles and fueling infrastructure at nine federal facilities across the country to demonstrate this market-ready advanced technology. Produced and leased by Ford Motor Company , they consist of one 12- passenger bus and one nine-passenger bus. More information at: http://go.usa.gov/Tgr

  7. The evaluation of a formalized queue management system for coronary angiography waiting lists.

    PubMed

    Alter, D A; Newman, Alice M; Cohen, Eric A; Sykora, Kathy; Tu, Jack V

    2005-11-01

    Lengthy waiting lists for coronary angiography have been described in many health care systems worldwide. The extent to which formal queue management systems may improve the prioritization and survival of patients in the angiography queue is unknown. To prospectively evaluate the performance of a formal queue management system for patients awaiting coronary angiography in Ontario. The coronary angiography urgency scale, a formal queue management system developed in 1993 using a modified Delphi panel, allocates recommended maximum waiting times (RMWTs) in accordance with clinical necessity. By using a provincial clinical registry, 35,617 consecutive patients referred into the coronary angiography queue between April 1, 2001, and March 31, 2002, were prospectively tracked. Cox proportional hazards models were used to examined mortality risk across urgency after adjusting for additional clinical and comorbid factors. Good agreement was determined in urgency ratings between scores from the coronary angiography urgency scale and implicit physician judgement, which was obtained independently at the time of the index referral (weighted kappa = 0.49). The overall mortality in the queue was 0.3% (0.47%, 0.26% and 0.13% for urgent, semiurgent and elective patients, respectively). Urgency, as specified by the coronary angiography urgency scale, was the strongest predictor of death in the queue (P<0.001). However, when patients were censored according to their RMWTs, mortality was similar across different levels of urgency. Consequently, up to 18.5 deaths per 10,000 patients could have potentially been averted had patients been triaged and undergone coronary angiography within the RMWT as specified by the coronary angiography urgency scale. The incorporation of the coronary angiography urgency scale as a formal queue management system may decrease mortality in the coronary angiography queue. The authors recommend its implementation in health care systems where patients

  8. 7. YOSEMITE VALLEY SHUTTLE BUS AT SENTINEL BRIDGE SHUTTLE BUS ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    7. YOSEMITE VALLEY SHUTTLE BUS AT SENTINEL BRIDGE SHUTTLE BUS AND PARKING LOT AREA. LOOKING WNW. GIS: N-37 40 36.2 / W-119 44 45.0 - Yosemite National Park Roads & Bridges, Yosemite Village, Mariposa County, CA

  9. Research on a Queue Scheduling Algorithm in Wireless Communications Network

    NASA Astrophysics Data System (ADS)

    Yang, Wenchuan; Hu, Yuanmei; Zhou, Qiancai

    This paper proposes a protocol QS-CT, Queue Scheduling Mechanism based on Multiple Access in Ad hoc net work, which adds queue scheduling mechanism to RTS-CTS-DATA using multiple access protocol. By endowing different queues different scheduling mechanisms, it makes networks access to the channel much more fairly and effectively, and greatly enhances the performance. In order to observe the final performance of the network with QS-CT protocol, we simulate it and compare it with MACA/C-T without QS-CT protocol. Contrast to MACA/C-T, the simulation result shows that QS-CT has greatly improved the throughput, delay, rate of packets' loss and other key indicators.

  10. Analysis of bulk arrival queueing system with batch size dependent service and working vacation

    NASA Astrophysics Data System (ADS)

    Niranjan, S. P.; Indhira, K.; Chandrasekaran, V. M.

    2018-04-01

    This paper concentrates on single server bulk arrival queue system with batch size dependent service and working vacation. The server provides service in two service modes depending upon the queue length. The server provides single service if the queue length is at least `a'. On the other hand the server provides fixed batch service if the queue length is at least `k' (k > a). Batch service is provided with some fixed batch size `k'. After completion of service if the queue length is less than `a' then the server leaves for working vacation. During working vacation customers are served with lower service rate than the regular service rate. Service during working vacation also contains two service modes. For the proposed model probability generating function of the queue length at an arbitrary time will be obtained by using supplementary variable technique. Some performance measures will also be presented with suitable numerical illustrations.

  11. 75 FR 52054 - Bus and Bus Facilities Discretionary Program Funds

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-08-24

    ... engaged in public transportation, or private non-profit organizations. FOR FURTHER INFORMATION CONTACT... DEPARTMENT OF TRANSPORTATION Federal Transit Administration Bus and Bus Facilities Discretionary... program announcement of project selections. SUMMARY: The U.S. Department of Transportation's (DOT) Federal...

  12. Transient probabilities for queues with applications to hospital waiting list management.

    PubMed

    Joy, Mark; Jones, Simon

    2005-08-01

    In this paper we study queuing systems within the NHS. Recently imposed government performance targets lead NHS executives to investigate and instigate alternative management strategies, thereby imposing structural changes on the queues. Under such circumstances, it is most unlikely that such systems are in equilibrium. It is crucial, in our opinion, to recognise this state of affairs in order to make a balanced assessment of the role of queue management in the modern NHS. From a mathematical perspective it should be emphasised that measures of the state of a queue based upon the assumption of statistical equilibrium (a pervasive methodology in the study of queues) are simply wrong in the above scenario. To base strategic decisions around such ideas is therefore highly questionable and it is one of the purposes of this paper to offer alternatives: we present some (recent) research whose results generate performance measures and measures of risk, for example, of waiting-times growing unacceptably large; we emphasise that these results concern the transient behaviour of the queueing model-there is no asssumption of statistical equilibrium. We also demonstrate that our results are computationally tractable.

  13. BioQueue: a novel pipeline framework to accelerate bioinformatics analysis.

    PubMed

    Yao, Li; Wang, Heming; Song, Yuanyuan; Sui, Guangchao

    2017-10-15

    With the rapid development of Next-Generation Sequencing, a large amount of data is now available for bioinformatics research. Meanwhile, the presence of many pipeline frameworks makes it possible to analyse these data. However, these tools concentrate mainly on their syntax and design paradigms, and dispatch jobs based on users' experience about the resources needed by the execution of a certain step in a protocol. As a result, it is difficult for these tools to maximize the potential of computing resources, and avoid errors caused by overload, such as memory overflow. Here, we have developed BioQueue, a web-based framework that contains a checkpoint before each step to automatically estimate the system resources (CPU, memory and disk) needed by the step and then dispatch jobs accordingly. BioQueue possesses a shell command-like syntax instead of implementing a new script language, which means most biologists without computer programming background can access the efficient queue system with ease. BioQueue is freely available at https://github.com/liyao001/BioQueue. The extensive documentation can be found at http://bioqueue.readthedocs.io. li_yao@outlook.com or gcsui@nefu.edu.cn. Supplementary data are available at Bioinformatics online. © The Author (2017). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com

  14. The Sojourn Time in a Three Node, Acyclic, Jackson Queueing Network.

    DTIC Science & Technology

    1982-01-27

    Effect of Intermediate Storage on Production Lines with Dependent Machines, Robert D. Foley and Petcharat Chansaenwilai 8015 Some Conditions for the...Queues, Robert D. Foley 8105 Reversibility of Production Lines with Dependent Machines, Petcharat Chansaenwilai 1 8106 Queues with Delayed Feedback, Robert

  15. Method and apparatus for efficiently tracking queue entries relative to a timestamp

    DOEpatents

    Blumrich, Matthias A.; Chen, Dong; Gara, Alan G.; Giampapa, Mark E.; Heidelberger, Philip; Ohmacht, Martin; Salapura, Velentina; Vranas, Pavlos

    2014-06-17

    An apparatus and method for tracking coherence event signals transmitted in a multiprocessor system. The apparatus comprises a coherence logic unit, each unit having a plurality of queue structures with each queue structure associated with a respective sender of event signals transmitted in the system. A timing circuit associated with a queue structure controls enqueuing and dequeuing of received coherence event signals, and, a counter tracks a number of coherence event signals remaining enqueued in the queue structure and dequeued since receipt of a timestamp signal. A counter mechanism generates an output signal indicating that all of the coherence event signals present in the queue structure at the time of receipt of the timestamp signal have been dequeued. In one embodiment, the timestamp signal is asserted at the start of a memory synchronization operation and, the output signal indicates that all coherence events present when the timestamp signal was asserted have completed. This signal can then be used as part of the completion condition for the memory synchronization operation.

  16. Optimal Service Capacities in a Competitive Multiple-Server Queueing Environment

    NASA Astrophysics Data System (ADS)

    Ching, Wai-Ki; Choi, Sin-Man; Huang, Min

    The study of economic behavior of service providers in a competition environment is an important and interesting research issue. A two-server queueing model has been proposed in Kalai et al. [11] for this purpose. Their model aims at studying the role and impact of service capacity in capturing larger market share so as to maximize the long-run expected profit. They formulate the problem as a two-person strategic game and analyze the equilibrium solutions. The main aim of this paper is to extend the results of the two-server queueing model in [11] to the case of multiple servers. We will only focus on the case when the queueing system is stable.

  17. 75 FR 74134 - State of Good Repair Bus and Bus Facilities Discretionary Program Funds

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-11-30

    ... public agencies, private companies engaged in public transportation, or private non-profit organizations... public transportation bus fleet, infrastructure, and equipment in a state of good repair. Grantees... DEPARTMENT OF TRANSPORTATION Federal Transit Administration State of Good Repair Bus and Bus...

  18. Propagation speed of a starting wave in a queue of pedestrians.

    PubMed

    Tomoeda, Akiyasu; Yanagisawa, Daichi; Imamura, Takashi; Nishinari, Katsuhiro

    2012-09-01

    The propagation speed of a starting wave, which is a wave of people's successive reactions in the relaxation process of a queue, has an essential role for pedestrians and vehicles to achieve smooth movement. For example, a queue of vehicles with appropriate headway (or density) alleviates traffic jams since the delay of reaction to start is minimized. In this paper, we have investigated the fundamental relation between the propagation speed of a starting wave and the initial density by both our mathematical model built on the stochastic cellular automata and experimental measurements. Analysis of our mathematical model implies that the relation is characterized by the power law αρ-β (β≠1), and the experimental results verify this feature. Moreover, when the starting wave is characterized by the power law (β>1), we have revealed the existence of optimal density, where the required time, i.e., the sum of the waiting time until the starting wave reaches the last pedestrian in a queue and his/her travel time to pass the head position of the initial queue, is minimized. This optimal density inevitably plays a significant role in achieving a smooth movement of crowds and vehicles in a queue.

  19. Store operation with conditional push of a tag value to a queue

    DOEpatents

    Heidelberger, Philip; Steinmacher-Burow, Burkhard

    2015-07-28

    According to one embodiment, a method for a store operation with a conditional push of a tag value to a queue is provided. The method includes configuring a queue that is accessible by an application, setting a value at an address in a memory device including a memory and a controller, receiving a request for an operation using the value at the address and performing the operation. The method also includes the controller writing a result of the operation to the address, thus changing the value at the address, the controller determining if the result of the operation meets a condition and the controller pushing a tag value to the queue based on the condition being met, where the tag value in the queue indicates to the application that the condition is met.

  20. Bus driver sues.

    PubMed

    1996-09-06

    A bus driver, known as John Doe, sued his employer, alleging that he was fired when he voluntarily disclosed that he was HIV-positive and needed a rest from the long hours of driving. The driver sued for back wages, benefits, and compensatory and punitive damages under the New Jersey Law Against Discrimination. Academy Bus tours told the driver he could not return to work without a doctor's examination. Doe has an excellent driving record and was certified as physically fit to work as a bus driver 14 months prior to his termination.

  1. 76 FR 68819 - State of Good Repair Bus and Bus Facilities Discretionary Program Funds

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-11-07

    ... that are public agencies, private companies engaged in public transportation, or private non-profit... Table 1 will provide funds to help maintain the nation's public transportation bus fleet, infrastructure... DEPARTMENT OF TRANSPORTATION Federal Transit Administration State of Good Repair Bus and Bus...

  2. Research into Queueing Network Theory.

    DTIC Science & Technology

    1977-09-01

    and Zeigler, B. (1975) "Equilibrium properties of arbitrarily interconnected queueing netowrks ," Tech. Report 75-4, Computer and Communication...Associate. The project was extremely fortunate to secure the services of Dr. Wendel. Dr. Wendel was a project member for one month in the summer of

  3. Electric bus systems.

    DOT National Transportation Integrated Search

    2017-04-01

    Pure electric buses (EBs) offer an alternative fuel for the nations transit bus systems. To : evaluate EBs in a transit setting, this project investigated the five electric bus fleet of the : StarMetro transit system of the city of Tallahassee, FL...

  4. Bus-Programmable Slave Card

    NASA Technical Reports Server (NTRS)

    Hall, William A.

    1990-01-01

    Slave microprocessors in multimicroprocessor computing system contains modified circuit cards programmed via bus connecting master processor with slave microprocessors. Enables interactive, microprocessor-based, single-loop control. Confers ability to load and run program from master/slave bus, without need for microprocessor development station. Tristate buffers latch all data and information on status. Slave central processing unit never connected directly to bus.

  5. A Queueing Model for Supervisory Control of Unmanned Autonomous Vehicles

    DTIC Science & Technology

    2013-09-01

    Autonomous Vehicles Joseph DiVita, PhD Robert L. Morris Maria Olinda Rodas SSC Pacific Approved...298 (Rev. 8/98) Prescribed by ANSI Std. Z39.18 09–2013 Final A Queueing Model for Supervisory Control of Unmanned Autonomous Vehicles Joseph...Mission Area: Command and Control, Queueing Model; Supervisory Control; Unmanned Autonomous Vehicles M. O. Rodas U U U U 38 (619)

  6. Apparatus and method for managing digital resources by passing digital resource tokens between queues

    DOEpatents

    Crawford, H.J.; Lindenstruth, V.

    1999-06-29

    A method of managing digital resources of a digital system includes the step of reserving token values for certain digital resources in the digital system. A selected token value in a free-buffer-queue is then matched to an incoming digital resource request. The selected token value is then moved to a valid-request-queue. The selected token is subsequently removed from the valid-request-queue to allow a digital agent in the digital system to process the incoming digital resource request associated with the selected token. Thereafter, the selected token is returned to the free-buffer-queue. 6 figs.

  7. Apparatus and method for managing digital resources by passing digital resource tokens between queues

    DOEpatents

    Crawford, Henry J.; Lindenstruth, Volker

    1999-01-01

    A method of managing digital resources of a digital system includes the step of reserving token values for certain digital resources in the digital system. A selected token value in a free-buffer-queue is then matched to an incoming digital resource request. The selected token value is then moved to a valid-request-queue. The selected token is subsequently removed from the valid-request-queue to allow a digital agent in the digital system to process the incoming digital resource request associated with the selected token. Thereafter, the selected token is returned to the free-buffer-queue.

  8. Two tandem queues with general renewal input. 2: Asymptotic expansions for the diffusion model

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Knessl, C.; Tier, C.

    1999-10-01

    In Part 1 the authors formulated and solved a diffusion model for two tandem queues with exponential servers and general renewal arrivals. They thus obtained the easy traffic diffusion approximation to the steady state joint queue length distribution for this network. Here they study asymptotic and numerical properties of the diffusion approximation. In particular, analytical expressions are obtained for the tail probabilities. Both the joint distribution of the two queues and the marginal distribution of the second queue are considered. They also give numerical illustrations of how this marginal is affected by changes in the arrival and service processes.

  9. School bus and children's traffic safety.

    PubMed

    Pan, Shu-ming; Hargarten, Stephen; Zhu, Shan-kuan

    2007-08-01

    There is no safer way to transport a child than a school bus. Fatal crashes involving occupants are extremely rare events in the US. In recent years, school bus transportation began to develop in China. We want to bring advanced experience on school bus safety in Western countries such as the US to developing countries. We searched the papers related to school bus safety from Medline, Chinese Scientific Journals Database and the Web of the National Highway Traffic Safety Administration (NHTSA). There were only 9 papers related to school bus safety, which showed that higher levels of safety standards on school buses, school bus-related transportation and environmental laws and injury prevention were the primary reasons for the desired outcome. Few school bus is related to deaths and injuries in the developed countries. The developing countries should make strict environmental laws and standards on school bus safety to prevent children's injury and death.

  10. Queue and stack sorting algorithm optimization and performance analysis

    NASA Astrophysics Data System (ADS)

    Qian, Mingzhu; Wang, Xiaobao

    2018-04-01

    Sorting algorithm is one of the basic operation of a variety of software development, in data structures course specializes in all kinds of sort algorithm. The performance of the sorting algorithm is directly related to the efficiency of the software. A lot of excellent scientific research queue is constantly optimizing algorithm, algorithm efficiency better as far as possible, the author here further research queue combined with stacks of sorting algorithms, the algorithm is mainly used for alternating operation queue and stack storage properties, Thus avoiding the need for a large number of exchange or mobile operations in the traditional sort. Before the existing basis to continue research, improvement and optimization, the focus on the optimization of the time complexity of the proposed optimization and improvement, The experimental results show that the improved effectively, at the same time and the time complexity and space complexity of the algorithm, the stability study corresponding research. The improvement and optimization algorithm, improves the practicability.

  11. Parallel discrete-event simulation of FCFS stochastic queueing networks

    NASA Technical Reports Server (NTRS)

    Nicol, David M.

    1988-01-01

    Physical systems are inherently parallel. Intuition suggests that simulations of these systems may be amenable to parallel execution. The parallel execution of a discrete-event simulation requires careful synchronization of processes in order to ensure the execution's correctness; this synchronization can degrade performance. Largely negative results were recently reported in a study which used a well-known synchronization method on queueing network simulations. Discussed here is a synchronization method (appointments), which has proven itself to be effective on simulations of FCFS queueing networks. The key concept behind appointments is the provision of lookahead. Lookahead is a prediction on a processor's future behavior, based on an analysis of the processor's simulation state. It is shown how lookahead can be computed for FCFS queueing network simulations, give performance data that demonstrates the method's effectiveness under moderate to heavy loads, and discuss performance tradeoffs between the quality of lookahead, and the cost of computing lookahead.

  12. Characteristics of the Unexpected Message Queue of MPI applications

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Keller, Rainer; Graham, Richard L

    2010-01-01

    High Performance Computing systems are used on a regular basis to run a myriad of application codes, yet a surprising dearth of information exists with respect to communications characteristics. Even less information is available on the low-level communication libraries, such as the length of MPI Unexpected Message Queues (UMQs) and the length of time such messages spend in these queues. Such information is vital to developing appropriate strategies for handling such data at the library and system level. In this paper we present data on the communication characteristics of three applications GTC, LSMS, and S3D. We present data on themore » size of their UMQ, the time spend searching the UMQ and the length of time such messages spend in these queues. We find that for the particular inputs used, these applications have widely varying characteristics with regard to UMQ length and show patterns for specific applications which persist over various scales.« less

  13. Nursing home queues and home health users.

    PubMed

    Swan, J H; Benjamin, A E

    1993-01-01

    Home health market growth suggests the need for models explaining home health utilization. We have previously explained state-level Medicare home health visits with reference to nursing home markets. Here we introduce a model whereby state-level Medicare home health use is a function of nursing home queues and other demand and supply factors. Medicare home health users per state population is negatively related to nursing home bed stock, positively to Medicaid eligibility levels and to Medicaid nursing home recipients per population, as well as to various other demand and supply measures. This explanation of home health users explains previously-reported findings for home health visits. The findings support the argument that home health use is explained by factors affecting lengths of nursing home queues.

  14. Study on queueing behavior in pedestrian evacuation by extended cellular automata model

    NASA Astrophysics Data System (ADS)

    Hu, Jun; You, Lei; Zhang, Hong; Wei, Juan; Guo, Yangyong

    2018-01-01

    This paper proposes a pedestrian evacuation model for effective simulation of evacuation efficiency based on extended cellular automata. In the model, pedestrians' momentary transition probability to a target position is defined in terms of the floor field and queueing time, and the critical time is defined as the waiting time threshold in a queue. Queueing time and critical time are derived using Fractal Brownian Motion through analysis of pedestrian arrival characteristics. Simulations using the platform and actual evacuations were conducted to study the relationships among system evacuation time, average system velocity, pedestrian density, flow rate, and critical time. The results demonstrate that at low pedestrian density, evacuation efficiency can be improved through adoption of the shortest route strategy, and critical time has an inverse relationship with average system velocity. Conversely, at higher pedestrian densities, it is better to adopt the shortest queueing time strategy, and critical time is inversely related to flow rate.

  15. Savannah River bus project

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Summers, W.A.

    1998-08-01

    The H2Fuel Bus is the world`s first hybrid hydrogen electric transit bus. It was developed through a public/private partnership involving several leading technology and industrial organizations in the Southeast, with primary funding and program management provided by the Department of Energy. The primary goals of the project are to gain valuable information on the technical readiness and economic viability of hydrogen buses and to enhance the public awareness and acceptance of emerging hydrogen technologies. The bus has been operated by the transit agency in Augusta, Georgia since April, 1997. It employs a hybrid IC engine/battery/electric drive system, with onboard hydrogenmore » fuel storage based on the use of metal hydrides. Initial operating results have demonstrated an overall energy efficiency (miles per Btu) of twice that of a similar diesel-fueled bus and an operating range twice that of an all-battery powered electric bus. Tailpipe emissions are negligible, with NOx less than 0.2 ppm. Permitting, liability and insurance issues were addressed on the basis of extensive risk assessment and safety analyses, with the inherent safety characteristic of metal hydride storage playing a major role in minimizing these concerns. Future plans for the bus include continued transit operation and use as a national testbed, with potential modifications to demonstrate other hydrogen technologies, including fuel cells.« less

  16. Lightweight active router-queue management for multimedia networking

    NASA Astrophysics Data System (ADS)

    Parris, Mark; Jeffay, Kevin; Smith, F. D.

    1998-12-01

    The Internet research community is promoting active queue management in routers as a proactive means of addressing congestion in the Internet. Active queue management mechanisms such as Random Early Detection (RED) work well for TCP flows but can fail in the presence of unresponsive UDP flows. Recent proposals extend RED to strongly favor TCP and TCP-like flows and to actively penalize `misbehaving' flows. This is problematic for multimedia flows that, although potentially well-behaved, do not, or can not, satisfy the definition of a TCP-like flow. In this paper we investigate an extension to RED active queue management called Class-Based Thresholds (CBT). The goal of CBT is to reduce congestion in routers and to protect TCP from all UDP flows while also ensuring acceptable throughput and latency for well-behaved UDP flows. CBT attempts to realize a `better than best effort' service for well-behaved multimedia flows that is comparable to that achieved by a packet or link scheduling discipline, however, CBT does this by queue management rather than by scheduling. We present results of experiments comparing our mechanisms to plain RED and to FRED, a variant of RED designed to ensure fair allocation of bandwidth amongst flows. We also compare CBT to a packet scheduling scheme. The experiments show that CBT (1) realizes protection for TCP, and (2) provides throughput and end-to-end latency for tagged UDP flows, that is better than that under FRED and RED and comparable to that achieved by packet scheduling. Moreover CBT is a lighter-weight mechanism than FRED in terms of its state requirements and implementation complexity.

  17. Waiting for coronary angiography: is there a clinically ordered queue?

    PubMed

    Hemingway, H; Crook, A M; Feder, G; Dawson, J R; Timmis, A

    2000-03-18

    Among over 3000 patients undergoing coronary angiography in the absence of a formal queue-management system, we found that a-priori urgency scores were strongly associated with waiting times, prevalence of coronary-artery disease, rate of revascularisation, and mortality. These data challenge the widely held assumption that such waiting lists are not clinically ordered; however, the wide variation in waiting times within urgency categories suggests the need for further improvements in clinical queueing.

  18. General bulk service queueing system with N-policy, multiplevacations, setup time and server breakdown without interruption

    NASA Astrophysics Data System (ADS)

    Sasikala, S.; Indhira, K.; Chandrasekaran, V. M.

    2017-11-01

    In this paper, we have considered an MX / (a,b) / 1 queueing system with server breakdown without interruption, multiple vacations, setup times and N-policy. After a batch of service, if the size of the queue is ξ (< a), then the server immediately takes a vacation. Upon returns from a vacation, if the queue is less than N, then the server takes another vacation. This process continues until the server finds atleast N customers in the queue. After a vacation, if the server finds at least N customers waiting for service, then the server needs a setup time to start the service. After a batch of service, if the amount of waiting customers in the queue is ξ (≥ a) then the server serves a batch of min(ξ,b) customers, where b ≥ a. We derived the probability generating function of queue length at arbitrary time epoch. Further, we obtained some important performance measures.

  19. The Bus Stops Here.

    ERIC Educational Resources Information Center

    Milshtein, Amy

    1999-01-01

    Explores some of the factors to consider before school planners decide to buy new school buses. Provides a checklist to help build and maintain a bus fleet. Concludes by addressing bus safety and advertising. (GR)

  20. Queue observing at the Observatoire du Mont-Mégantic 1.6-m telescope

    NASA Astrophysics Data System (ADS)

    Artigau, Étienne; Lamontagne, Robert; Doyon, René; Malo, Lison

    2010-07-01

    Queue planning of observation and service observing are generally seen as specific to large, world-class, astronomical observatories that draw proposal from a large community. One of the common grievance, justified or not, against queue planning and service observing is the fear of training a generation of astronomers without hands-on observing experience. At the Observatoire du Mont-Mégantic (OMM) 1.6-m telescope, we are developing a student-run service observing program. Queue planning and service observing are used as training tools to expose students to a variety of scientific project and instruments beyond what they would normally use for their own research project. The queue mode at the OMM specifically targets relatively shallow observations that can be completed in less than a few hours and are too short to justify a multi-night classical observing run.

  1. Risk factors affecting fatal bus accident severity: Their impact on different types of bus drivers.

    PubMed

    Feng, Shumin; Li, Zhenning; Ci, Yusheng; Zhang, Guohui

    2016-01-01

    While the bus is generally considered to be a relatively safe means of transportation, the property losses and casualties caused by bus accidents, especially fatal ones, are far from negligible. The reasons for a driver to incur fatalities are different in each case, and it is essential to discover the underlying risk factors of bus fatality severity for different types of drivers in order to improve bus safety. The current study investigates the underlying risk factors of fatal bus accident severity to different types of drivers in the U.S. by estimating an ordered logistic model. Data for the analysis are retrieved from the Buses Involved in Fatal Accidents (BIFA) database from the USA for the years 2006-2010. Accidents are divided into three levels by counting their equivalent fatalities, and the drivers are classified into three clusters by the K-means cluster analysis. The analysis shows that some risk factors have the same impact on different types of drivers, they are: (a) season; (b) day of week; (c) time period; (d) number of vehicles involved; (e) land use; (f) manner of collision; (g) speed limit; (h) snow or ice surface condition; (i) school bus; (j) bus type and seating capacity; (k) driver's age; (l) driver's gender; (m) risky behaviors; and (n) restraint system. Results also show that some risk factors only have impact on the "young and elder drivers with history of traffic violations", they are: (a) section type; (b) number of lanes per direction; (c) roadway profile; (d) wet road surface; and (e) cyclist-bus accident. Notably, history of traffic violations has different impact on different types of bus drivers. Copyright © 2015 Elsevier Ltd. All rights reserved.

  2. Exclusive queueing model including the choice of service windows

    NASA Astrophysics Data System (ADS)

    Tanaka, Masahiro; Yanagisawa, Daichi; Nishinari, Katsuhiro

    2018-01-01

    In a queueing system involving multiple service windows, choice behavior is a significant concern. This paper incorporates the choice of service windows into a queueing model with a floor represented by discrete cells. We contrived a logit-based choice algorithm for agents considering the numbers of agents and the distances to all service windows. Simulations were conducted with various parameters of agent choice preference for these two elements and for different floor configurations, including the floor length and the number of service windows. We investigated the model from the viewpoint of transit times and entrance block rates. The influences of the parameters on these factors were surveyed in detail and we determined that there are optimum floor lengths that minimize the transit times. In addition, we observed that the transit times were determined almost entirely by the entrance block rates. The results of the presented model are relevant to understanding queueing systems including the choice of service windows and can be employed to optimize facility design and floor management.

  3. Moving toward queue operations at the Large Binocular Telescope Observatory

    NASA Astrophysics Data System (ADS)

    Edwards, Michelle L.; Summers, Doug; Astier, Joseph; Suarez Sola, Igor; Veillet, Christian; Power, Jennifer; Cardwell, Andrew; Walsh, Shane

    2016-07-01

    The Large Binocular Telescope Observatory (LBTO), a joint scientific venture between the Instituto Nazionale di Astrofisica (INAF), LBT Beteiligungsgesellschaft (LBTB), University of Arizona, Ohio State University (OSU), and the Research Corporation, is one of the newest additions to the world's collection of large optical/infrared ground-based telescopes. With its unique, twin 8.4m mirror design providing a 22.8 meter interferometric baseline and the collecting area of an 11.8m telescope, LBT has a window of opportunity to exploit its singular status as the "first" of the next generation of Extremely Large Telescopes (ELTs). Prompted by urgency to maximize scientific output during this favorable interval, LBTO recently re-evaluated its operations model and developed a new strategy that augments classical observing with queue. Aided by trained observatory staff, queue mode will allow for flexible, multi-instrument observing responsive to site conditions. Our plan is to implement a staged rollout that will provide many of the benefits of queue observing sooner rather than later - with more bells and whistles coming in future stages. In this paper, we outline LBTO's new scientific model, focusing specifically on our "lean" resourcing and development, reuse and adaptation of existing software, challenges presented from our one-of-a-kind binocular operations, and lessons learned. We also outline further stages of development and our ultimate goals for queue.

  4. Departure Queue Prediction for Strategic and Tactical Surface Scheduler Integration

    NASA Technical Reports Server (NTRS)

    Zelinski, Shannon; Windhorst, Robert

    2016-01-01

    A departure metering concept to be demonstrated at Charlotte Douglas International Airport (CLT) will integrate strategic and tactical surface scheduling components to enable the respective collaborative decision making and improved efficiency benefits these two methods of scheduling provide. This study analyzes the effect of tactical scheduling on strategic scheduler predictability. Strategic queue predictions and target gate pushback times to achieve a desired queue length are compared between fast time simulations of CLT surface operations with and without tactical scheduling. The use of variable departure rates as a strategic scheduler input was shown to substantially improve queue predictions over static departure rates. With target queue length calibration, the strategic scheduler can be tuned to produce average delays within one minute of the tactical scheduler. However, root mean square differences between strategic and tactical delays were between 12 and 15 minutes due to the different methods the strategic and tactical schedulers use to predict takeoff times and generate gate pushback clearances. This demonstrates how difficult it is for the strategic scheduler to predict tactical scheduler assigned gate delays on an individual flight basis as the tactical scheduler adjusts departure sequence to accommodate arrival interactions. Strategic/tactical scheduler compatibility may be improved by providing more arrival information to the strategic scheduler and stabilizing tactical scheduler changes to runway sequence in response to arrivals.

  5. Forecast analysis of optical waveguide bus performance

    NASA Technical Reports Server (NTRS)

    Ledesma, R.; Rourke, M. D.

    1979-01-01

    Elements to be considered in the design of a data bus include: architecture; data rate; modulation, encoding, detection; power distribution requirements; protocol, work structure; bus reliability, maintainability; interterminal transmission medium; cost; and others specific to application. Fiber- optic data bus considerations for a 32 port transmissive star architecture, are discussed in a tutorial format. General optical-waveguide bus concepts, are reviewed. The electrical and optical performance of a 32 port transmissive star bus, and the effects of temperature on the performance of optical-waveguide buses are examined. A bibliography of pertinent references and the bus receiver test results are included.

  6. Request queues for interactive clients in a shared file system of a parallel computing system

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bent, John M.; Faibish, Sorin

    Interactive requests are processed from users of log-in nodes. A metadata server node is provided for use in a file system shared by one or more interactive nodes and one or more batch nodes. The interactive nodes comprise interactive clients to execute interactive tasks and the batch nodes execute batch jobs for one or more batch clients. The metadata server node comprises a virtual machine monitor; an interactive client proxy to store metadata requests from the interactive clients in an interactive client queue; a batch client proxy to store metadata requests from the batch clients in a batch client queue;more » and a metadata server to store the metadata requests from the interactive client queue and the batch client queue in a metadata queue based on an allocation of resources by the virtual machine monitor. The metadata requests can be prioritized, for example, based on one or more of a predefined policy and predefined rules.« less

  7. Traffic rule violations of private bus drivers and bus crashes in Sri Lanka: a case-control study.

    PubMed

    Jayatilleke, Achala Upendra; Poudel, Krishna C; Nakahara, Shinji; Dharmaratne, Samath D; Jayatilleke, Achini Chinthika; Jimba, Masamine

    2010-06-01

    To explore the association between self-reported traffic rule violations of private sector bus drivers and bus crashes in the Kandy district, Sri Lanka. We carried out a case-control study from August to September 2006. Cases were all the private bus drivers registered in the Kandy district and involved in crashes reported to the police between November 2005 and April 2006 (n = 63). We included two control groups: the private bus drivers working on the same routes of the cases (n = 90; matched controls) and the drivers selected randomly from the other routes of the district (n = 111; unmatched controls). We used a self-administered questionnaire to collect data on the self-reported traffic rule violations and analyzed the association between the self-reported traffic rule violations and crashes using logistic regression. The following variables showed significant associations with private bus crashes: illegal overtaking (matched controls, adjusted odds ratio [AOR] = 14.78, unmatched controls, AOR = 1.04), taking passengers outside the bus bays (matched controls, AOR = 3.96, unmatched controls, AOR = 2.29), and overloading (matched controls, AOR = 10.26, unmatched controls, AOR = 1.93). However, we did not observe an association between high-speed driving and bus crashes matched controls, AOR = 1.22, unmatched controls, AOR = 0.81. Traffic rule violations, such as illegal overtaking, overloading, and taking passengers outside the bus bays, are significant risk factors for private bus crashes in Sri Lanka.

  8. National fuel cell bus program : proterra fuel cell hybrid bus report, Columbia demonstration.

    DOT National Transportation Integrated Search

    2011-10-01

    This report summarizes the experience and early results from a fuel cell bus demonstration funded by the Federal Transit Administration (FTA) under the National Fuel Cell Bus Program. A team led by the Center for Transportation and the Environment an...

  9. Do case-generic measures of queue performance for bypass surgery accurately reflect the waiting-list experiences of those most urgent?

    PubMed

    Burstein, Jason; Lee, Douglas S; Alter, David A

    2006-02-01

    Queue performance is typically assessed using generic measures, which capture the queue in aggregate. The objective of this study was to examine whether case-generic measures of queue performance appropriately reflected the waiting-list experiences of those patients with greatest disease severity. We examined the queue for isolated coronary artery bypass grafting (CABG) in Ontario between April 1993 and March 2000 using data obtained from the Cardiac Care Network. Our primary measure of queue performance was the proportion of patients who received their bypass surgery within their recommended maximum waiting times (%RMWTs) in any given month. We compared case-generic measures of queue performance to case-specific measures of queue performance stratified by urgency level. The queue was largely comprised of elective cases ranging from 73% (1993) to 57%(1999). Urgent patients comprised the minority of the queue ranging from 14% (1993) to 20% (1999). Case-generic month-to-month variations in the percentage of cases completed within RMWTs (an aggregated waiting list measure encompassing the characteristics of all patients in the queue) closely resembled the experiences of elective patients (R2 = 0.81), but conversely, bore little relationship to the waiting-list experiences of those most urgent (R2 = 0.15). Case-generic measures of queue performance for bypass surgery in Ontario were not reflective of the waiting-list experiences of those most urgent. Our results reinforce the concept that urgency-specific waiting list monitoring systems are required to best evaluate and appropriately respond to fluctuations in queue performance.

  10. Performance characteristics of a batch service queueing system with functioning server failure and multiple vacations

    NASA Astrophysics Data System (ADS)

    Niranjan, S. P.; Chandrasekaran, V. M.; Indhira, K.

    2018-04-01

    This paper examines bulk arrival and batch service queueing system with functioning server failure and multiple vacations. Customers are arriving into the system in bulk according to Poisson process with rate λ. Arriving customers are served in batches with minimum of ‘a’ and maximum of ‘b’ number of customers according to general bulk service rule. In the service completion epoch if the queue length is less than ‘a’ then the server leaves for vacation (secondary job) of random length. After a vacation completion, if the queue length is still less than ‘a’ then the server leaves for another vacation. The server keeps on going vacation until the queue length reaches the value ‘a’. The server is not stable at all the times. Sometimes it may fails during functioning of customers. Though the server fails service process will not be interrupted.It will be continued for the current batch of customers with lower service rate than the regular service rate. The server will be repaired after the service completion with lower service rate. The probability generating function of the queue size at an arbitrary time epoch will be obtained for the modelled queueing system by using supplementary variable technique. Moreover various performance characteristics will also be derived with suitable numerical illustrations.

  11. Electrical system architecture having high voltage bus

    DOEpatents

    Hoff, Brian Douglas [East Peoria, IL; Akasam, Sivaprasad [Peoria, IL

    2011-03-22

    An electrical system architecture is disclosed. The architecture has a power source configured to generate a first power, and a first bus configured to receive the first power from the power source. The architecture also has a converter configured to receive the first power from the first bus and convert the first power to a second power, wherein a voltage of the second power is greater than a voltage of the first power, and a second bus configured to receive the second power from the converter. The architecture further has a power storage device configured to receive the second power from the second bus and deliver the second power to the second bus, a propulsion motor configured to receive the second power from the second bus, and an accessory motor configured to receive the second power from the second bus.

  12. Fokker-Planck description for the queue dynamics of large tick stocks.

    PubMed

    Garèche, A; Disdier, G; Kockelkoren, J; Bouchaud, J-P

    2013-09-01

    Motivated by empirical data, we develop a statistical description of the queue dynamics for large tick assets based on a two-dimensional Fokker-Planck (diffusion) equation. Our description explicitly includes state dependence, i.e., the fact that the drift and diffusion depend on the volume present on both sides of the spread. "Jump" events, corresponding to sudden changes of the best limit price, must also be included as birth-death terms in the Fokker-Planck equation. All quantities involved in the equation can be calibrated using high-frequency data on the best quotes. One of our central findings is that the dynamical process is approximately scale invariant, i.e., the only relevant variable is the ratio of the current volume in the queue to its average value. While the latter shows intraday seasonalities and strong variability across stocks and time periods, the dynamics of the rescaled volumes is universal. In terms of rescaled volumes, we found that the drift has a complex two-dimensional structure, which is a sum of a gradient contribution and a rotational contribution, both stable across stocks and time. This drift term is entirely responsible for the dynamical correlations between the ask queue and the bid queue.

  13. Fokker-Planck description for the queue dynamics of large tick stocks

    NASA Astrophysics Data System (ADS)

    Garèche, A.; Disdier, G.; Kockelkoren, J.; Bouchaud, J.-P.

    2013-09-01

    Motivated by empirical data, we develop a statistical description of the queue dynamics for large tick assets based on a two-dimensional Fokker-Planck (diffusion) equation. Our description explicitly includes state dependence, i.e., the fact that the drift and diffusion depend on the volume present on both sides of the spread. “Jump” events, corresponding to sudden changes of the best limit price, must also be included as birth-death terms in the Fokker-Planck equation. All quantities involved in the equation can be calibrated using high-frequency data on the best quotes. One of our central findings is that the dynamical process is approximately scale invariant, i.e., the only relevant variable is the ratio of the current volume in the queue to its average value. While the latter shows intraday seasonalities and strong variability across stocks and time periods, the dynamics of the rescaled volumes is universal. In terms of rescaled volumes, we found that the drift has a complex two-dimensional structure, which is a sum of a gradient contribution and a rotational contribution, both stable across stocks and time. This drift term is entirely responsible for the dynamical correlations between the ask queue and the bid queue.

  14. Large school bus design vehicle dimensions

    DOT National Transportation Integrated Search

    1998-09-01

    A survey of United States school bus operators and manufacturers was conducted to define the larger sizes of school buses in regular use. A mid-60 passenger type-c bus (SB-C) and a mid-80 passenger type-D bus (SB-D) were selected as design vehicles. ...

  15. A robust and high-performance queue management controller for large round trip time networks

    NASA Astrophysics Data System (ADS)

    Khoshnevisan, Ladan; Salmasi, Farzad R.

    2016-05-01

    Congestion management for transmission control protocol is of utmost importance to prevent packet loss within a network. This necessitates strategies for active queue management. The most applied active queue management strategies have their inherent disadvantages which lead to suboptimal performance and even instability in the case of large round trip time and/or external disturbance. This paper presents an internal model control robust queue management scheme with two degrees of freedom in order to restrict the undesired effects of large and small round trip time and parameter variations in the queue management. Conventional approaches such as proportional integral and random early detection procedures lead to unstable behaviour due to large delay. Moreover, internal model control-Smith scheme suffers from large oscillations due to the large round trip time. On the other hand, other schemes such as internal model control-proportional integral and derivative show excessive sluggish performance for small round trip time values. To overcome these shortcomings, we introduce a system entailing two individual controllers for queue management and disturbance rejection, simultaneously. Simulation results based on Matlab/Simulink and also Network Simulator 2 (NS2) demonstrate the effectiveness of the procedure and verify the analytical approach.

  16. Network Extender for MIL-STD-1553 Bus

    NASA Technical Reports Server (NTRS)

    Marcus, Julius; Hanson, T. David

    2003-01-01

    An extender system for MIL-STD-1553 buses transparently couples bus components at multiple developer sites. The bus network extender is a relatively inexpensive system that minimizes the time and cost of integration of avionic systems by providing a convenient mechanism for early testing without the need to transport the usual test equipment and personnel to an integration facility. This bus network extender can thus alleviate overloading of the test facility while enabling the detection of interface problems that can occur during the integration of avionic systems. With this bus extender in place, developers can correct and adjust their own hardware and software before products leave a development site. Currently resident at Johnson Space Center, the bus network extender is used to test the functionality of equipment that, although remotely located, is connected through a MILSTD- 1553 bus. Inasmuch as the standard bus protocol for avionic equipment is that of MIL-STD-1553, companies that supply MIL-STD-1553-compliant equipment to government or industry and that need long-distance communication support might benefit from this network bus extender

  17. Application of queueing models to multiprogrammed computer systems operating in a time-critical environment

    NASA Technical Reports Server (NTRS)

    Eckhardt, D. E., Jr.

    1979-01-01

    A model of a central processor (CPU) which services background applications in the presence of time critical activity is presented. The CPU is viewed as an M/M/1 queueing system subject to periodic interrupts by deterministic, time critical process. The Laplace transform of the distribution of service times for the background applications is developed. The use of state of the art queueing models for studying the background processing capability of time critical computer systems is discussed and the results of a model validation study which support this application of queueing models are presented.

  18. Electric School Bus Testing | Transportation Research | NREL

    Science.gov Websites

    Electric School Bus Evaluation Electric School Bus Evaluation Photo of children boarding school bus . NREL is evaluating the performance of electric and conventional school buses operated by two California school districts. Photo courtesy of School Bus Fleet Magazine NREL is evaluating the in-service

  19. Multiserver Queueing Model subject to Single Exponential Vacation

    NASA Astrophysics Data System (ADS)

    Vijayashree, K. V.; Janani, B.

    2018-04-01

    A multi-server queueing model subject to single exponential vacation is considered. The arrivals are allowed to join the queue according to a Poisson distribution and services takes place according to an exponential distribution. Whenever the system becomes empty, all the servers goes for a vacation and returns back after a fixed interval of time. The servers then starts providing service if there are waiting customers otherwise they will wait to complete the busy period. The vacation times are also assumed to be exponentially distributed. In this paper, the stationary and transient probabilities for the number of customers during ideal and functional state of the server are obtained explicitly. Also, numerical illustrations are added to visualize the effect of various parameters.

  20. Queueing models for token and slotted ring networks. Thesis

    NASA Technical Reports Server (NTRS)

    Peden, Jeffery H.

    1990-01-01

    Currently the end-to-end delay characteristics of very high speed local area networks are not well understood. The transmission speed of computer networks is increasing, and local area networks especially are finding increasing use in real time systems. Ring networks operation is generally well understood for both token rings and slotted rings. There is, however, a severe lack of queueing models for high layer operation. There are several factors which contribute to the processing delay of a packet, as opposed to the transmission delay, e.g., packet priority, its length, the user load, the processor load, the use of priority preemption, the use of preemption at packet reception, the number of processors, the number of protocol processing layers, the speed of each processor, and queue length limitations. Currently existing medium access queueing models are extended by adding modeling techniques which will handle exhaustive limited service both with and without priority traffic, and modeling capabilities are extended into the upper layers of the OSI model. Some of the model are parameterized solution methods, since it is shown that certain models do not exist as parameterized solutions, but rather as solution methods.

  1. Pathogen transfer through environment-host contact: an agent-based queueing theoretic framework.

    PubMed

    Chen, Shi; Lenhart, Suzanne; Day, Judy D; Lee, Chihoon; Dulin, Michael; Lanzas, Cristina

    2017-11-02

    Queueing theory studies the properties of waiting queues and has been applied to investigate direct host-to-host transmitted disease dynamics, but its potential in modelling environmentally transmitted pathogens has not been fully explored. In this study, we provide a flexible and customizable queueing theory modelling framework with three major subroutines to study the in-hospital contact processes between environments and hosts and potential nosocomial pathogen transfer, where environments are servers and hosts are customers. Two types of servers with different parameters but the same utilization are investigated. We consider various forms of transfer functions that map contact duration to the amount of pathogen transfer based on existing literature. We propose a case study of simulated in-hospital contact processes and apply stochastic queues to analyse the amount of pathogen transfer under different transfer functions, and assume that pathogen amount decreases during the inter-arrival time. Different host behaviour (feedback and non-feedback) as well as initial pathogen distribution (whether in environment and/or in hosts) are also considered and simulated. We assess pathogen transfer and circulation under these various conditions and highlight the importance of the nonlinear interactions among contact processes, transfer functions and pathogen demography during the contact process. Our modelling framework can be readily extended to more complicated queueing networks to simulate more realistic situations by adjusting parameters such as the number and type of servers and customers, and adding extra subroutines. © The authors 2017. Published by Oxford University Press on behalf of the Institute of Mathematics and its Applications. All rights reserved.

  2. Development of a dual-field heteropoplar power converter

    NASA Technical Reports Server (NTRS)

    Eisenhaure, D. B.; Johnson, B.; Bliamptis, T.; St. George, E.

    1981-01-01

    The design and testing of a 400 watt, dual phase, dual rotor, field modulated inductor alternator is described. The system is designed for use as a flywheel to ac utility line or flywheel to dc bus (electric vehicle) power converter. The machine is unique in that it uses dual rotors and separately controlled fields to produce output current and voltage which are in phase with each other. Having the voltage and current in phase allows the power electronics to be made of simple low cost components. Based on analytical predictions and experimental results, development of a complete 22 kilowatt (30 Hp) power conversion system is recommended. This system would include power electronics and controls and would replace the inductor alternator with an improved electromagnetic conversion system.

  3. School Bus Accidents and Driver Age.

    ERIC Educational Resources Information Center

    McMichael, Judith

    The study examines the rates and types of school bus accidents according to the age of the school bus driver. Accident rates in North Carolina for the school year 1971-72 were analyzed using three sources of data: accident reports, driver and mileage data, and questionnaires administered to a sample of school bus drivers. Data were obtained on…

  4. Experiences of Fast Queue health care users in primary health care facilities in eThekwini district, South Africa.

    PubMed

    Sokhela, Dudu G; Makhanya, Nonhlanhla J; Sibiya, Nokuthula M; Nokes, Kathleen M

    2013-07-05

    Comprehensive Primary Health Care (PHC), based on the principles of accessibility, availability, affordability, equity and acceptability, was introduced in South Africa to address inequalities in health service provision. Whilst the Fast Queue was instrumental in the promotion of access to health care, a major goal of the PHC approach, facilities were not prepared for the sudden influx of clients. Increased access resulted in long waiting times and queues contributing to dissatisfaction with the service which could lead to missed appointments and non-compliance with established treatment plans. Firstly to describe the experiences of clients using the Fast Queue strategy to access routine healthcare services and secondly, to determine how the clients' experiences led to satisfaction or dissatisfaction with the Fast Queue service. A descriptive qualitative survey using content analysis explored the experiences of the Fast Queue users in a PHC setting. Setting was first identified based on greatest number using the Fast Queue and geographic diversity and then a convenience sample of health care users of the Fast Queue were sampled individually along with one focus group of users who accessed the Queue monthly for medication refills. The same interview guide questions were used for both individual interviews and the one focus group discussion. Five clinics with the highest number of attendees during a three month period and a total of 83 health care users of the Fast Queue were interviewed. The average participant was female, 31 years old, single and unemployed. Two themes with sub-themes emerged: health care user flow and communication, which highlights both satisfaction and dissatisfaction with the fast queue and queue marshals, could assist in directing users to the respective queues, reduce waiting time and keep users satisfied with the use of sign posts where there is a lack of human resources. Effective health communication strategies contribute to positive

  5. Multi-Resource Fair Queueing for Packet Processing

    DTIC Science & Technology

    2012-06-19

    Huawei , Intel, MarkLogic, Microsoft, NetApp, Oracle, Quanta, Splunk, VMware and by DARPA (contract #FA8650-11-C-7136). Multi-Resource Fair Queueing for...Google PhD Fellowship, gifts from Amazon Web Services, Google, SAP, Blue Goji, Cisco, Cloud- era, Ericsson, General Electric, Hewlett Packard, Huawei

  6. Vibration isolation and dual-stage actuation pointing system for space precision payloads

    NASA Astrophysics Data System (ADS)

    Kong, Yongfang; Huang, Hai

    2018-02-01

    Pointing and stability requirements for future space missions are becoming more and more stringent. This work follows the pointing control method which consists of a traditional spacecraft attitude control system and a payload active pointing loop, further proposing a vibration isolation and dual-stage actuation pointing system for space precision payloads based on a soft Stewart platform. Central to the concept is using the dual-stage actuator instead of the traditional voice coil motor single-stage actuator to improve the payload active pointing capability. Based on a specified payload, the corresponding platform was designed to be installed between the spacecraft bus and the payload. The performance of the proposed system is demonstrated by preliminary closed-loop control investigations in simulations. With the ordinary spacecraft bus, the line-of-sight pointing accuracy can be controlled to below a few milliarcseconds in tip and tilt. Meanwhile, utilizing the voice coil motor with the softening spring in parallel, which is a portion of the dual-stage actuator, the system effectively achieves low-frequency motion transmission and high-frequency vibration isolation along the other four degree-of-freedom directions.

  7. Transit Bus Fuel Economy and Performance Simulation

    DOT National Transportation Integrated Search

    1984-01-01

    This report presents the results of bus simulation studies to determine the effects of various design and operating parameters on bus fuel economy and performance. The bus components are first described in terms of how they are modeled. Then a variat...

  8. Bus Crashworthiness Issues. Highway Special Investigation Report

    DOT National Transportation Integrated Search

    1999-09-01

    School bus and motorcoach travel are two of the safest forms of transportation in the United States. Each year, on average, nine school bus passengers and four motorcoach passengers are fatally injured in bus crashes, according to the National Highwa...

  9. Effectiveness of Bus Signal Priority : Final Report

    DOT National Transportation Integrated Search

    2002-01-01

    Effectiveness of Bus Signal Priority (BSP) study evaluates BSP?s impact on traffic operations. The goal was to examine how different situations, such as the level of congestion, placement of bus stops, presence of express bus service, and number of t...

  10. Bus drivers' mental conditions and their relation to bus passengers' accidents with a focus on the psychological stress concept.

    PubMed

    Yamada, Yasuyuki; Mizuno, Motoki; Sugiura, Miyuki; Tanaka, Sumio; Mizuno, Yuki; Yanagiya, Toshio; Hirosawa, Masataka

    2008-06-01

    The purpose of this study was to clarify the psychological factors of bus drivers' instability that were related to bus passengers' accidents according to the hypothesis model based on the stress concept of Lazarus and Folkman (1984). This research was carried out in 2006. Participants of the study were 39 Japanese male bus drivers. Their average age was 40.2 (SD: 11.1). The average duration of employment was 4.5 (SD:6.1) years. A questionnaire was used that was composed of items concerning the frequency of bus passengers' accidents, performance of safe driving, job stressors, stress reaction and recognition from others. Based on the results, a model assuming that stress reaction caused by job stressors disturbed the bus driver's safe driving and was associated with passengers' accidents in the bus was verified to some degree. Especially, melancholy and tired feeling toward passengers showed a strong relation to the passengers' accidents in the bus. This suggested much room for intervention. Moreover, the recognition from others of their job was confirmed to act as a control factor of the stress reaction.

  11. Emission inventory estimation of an intercity bus terminal.

    PubMed

    Qiu, Zhaowen; Li, Xiaoxia; Hao, Yanzhao; Deng, Shunxi; Gao, H Oliver

    2016-06-01

    Intercity bus terminals are hotspots of air pollution due to concentrated activities of diesel buses. In order to evaluate the bus terminals' impact on air quality, it is necessary to estimate the associated mobile emission inventories. Since the vehicles' operating condition at the bus terminal varies significantly, conventional calculation of the emissions based on average emission factors suffers the loss of accuracy. In this study, we examined a typical intercity bus terminal-the Southern City Bus Station of Xi'an, China-using a multi-scale emission model-(US EPA's MOVES model)-to quantity the vehicle emission inventory. A representative operating cycle for buses within the station is constructed. The emission inventory was then estimated using detailed inputs including vehicle ages, operating speeds, operating schedules, and operating mode distribution, as well as meteorological data (temperature and humidity). Five functional areas (bus yard, platforms, disembarking area, bus travel routes within the station, and bus entrance/exit routes) at the terminal were identified, and the bus operation cycle was established using the micro-trip cycle construction method. Results of our case study showed that switching to compressed natural gas (CNG) from diesel fuel could reduce PM2.5 and CO emissions by 85.64 and 6.21 %, respectively, in the microenvironment of the bus terminal. When CNG is used, tail pipe exhaust PM2.5 emission is significantly reduced, even less than brake wear PM2.5. The estimated bus operating cycles can also offer researchers and policy makers important information for emission evaluation in the planning and design of any typical intercity bus terminals of a similar scale.

  12. 49 CFR 605.19 - Approval of school bus operations.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 49 Transportation 7 2011-10-01 2011-10-01 false Approval of school bus operations. 605.19 Section... ADMINISTRATION, DEPARTMENT OF TRANSPORTATION SCHOOL BUS OPERATIONS School Bus Agreements § 605.19 Approval of school bus operations. (a) The Administrator will consider the comments filed by private school bus...

  13. 49 CFR 605.19 - Approval of school bus operations.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 7 2010-10-01 2010-10-01 false Approval of school bus operations. 605.19 Section... ADMINISTRATION, DEPARTMENT OF TRANSPORTATION SCHOOL BUS OPERATIONS School Bus Agreements § 605.19 Approval of school bus operations. (a) The Administrator will consider the comments filed by private school bus...

  14. Intercity bus service in Virginia.

    DOT National Transportation Integrated Search

    1981-01-01

    The intercity bus industry in Virginia was examined to gain information on the status of the industry and to determine the likely impacts of state policy options relating to assistance and deregulation on the industry. The national intercity bus indu...

  15. Trends in bus transit operations, 1960-1974

    DOT National Transportation Integrated Search

    1977-01-01

    This report analyzes the historical patterns of bus transit operations from 1960 to 1974 using data from 50 bus operations. Because of limitations on the available data, the analyzed data do not represent the universe of bus operations, nor is it a r...

  16. The NASA bus communications listening device software

    NASA Technical Reports Server (NTRS)

    Allen, M. A.

    1979-01-01

    The development of the bus listener is presented. Special software was developed to control the 'bus interface units' (BIU) connecting each of these devices to a communications cable to form the bus communication network. The code used in the BTU is described.

  17. Road safety issues for bus transport management.

    PubMed

    Cafiso, Salvatore; Di Graziano, Alessandro; Pappalardo, Giuseppina

    2013-11-01

    Because of the low percentage of crashes involving buses and the assumption that public transport improves road safety by reducing vehicular traffic, public interest in bus safety is not as great as that in the safety of other types of vehicles. It is possible that less attention is paid to the significance of crashes involving buses because the safety level of bus systems is considered to be adequate. The purpose of this study was to evaluate the knowledge and perceptions of bus managers with respect to safety issues and the potential effectiveness of various technologies in achieving higher safety standards. Bus managers were asked to give their opinions on safety issues related to drivers (training, skills, performance evaluation and behaviour), vehicles (maintenance and advanced devices) and roads (road and traffic safety issues) in response to a research survey. Kendall's algorithm was used to evaluate the level of concordance. The results showed that the majority of the proposed items were considered to have great potential for improving bus safety. The data indicated that in the experience of the participants, passenger unloading and pedestrians crossing near bus stops are the most dangerous actions with respect to vulnerable users. The final results of the investigation showed that start inhibition, automatic door opening, and the materials and internal architecture of buses were considered the items most strongly related to bus passenger safety. Brake assistance and vehicle monitoring systems were also considered to be very effective. With the exception of driver assistance systems for passenger and pedestrian safety, the perceptions of the importance of other driver assistance systems for vehicle monitoring and bus safety were not unanimous among the bus company managers who participated in this survey. The study results showed that the introduction of new technologies is perceived as an important factor in improving bus safety, but a better understanding

  18. Design and analysis of a model predictive controller for active queue management.

    PubMed

    Wang, Ping; Chen, Hong; Yang, Xiaoping; Ma, Yan

    2012-01-01

    Model predictive (MP) control as a novel active queue management (AQM) algorithm in dynamic computer networks is proposed. According to the predicted future queue length in the data buffer, early packets at the router are dropped reasonably by the MPAQM controller so that the queue length reaches the desired value with minimal tracking error. The drop probability is obtained by optimizing the network performance. Further, randomized algorithms are applied to analyze the robustness of MPAQM successfully, and also to provide the stability domain of systems with uncertain network parameters. The performances of MPAQM are evaluated through a series of simulations in NS2. The simulation results show that the MPAQM algorithm outperforms RED, PI, and REM algorithms in terms of stability, disturbance rejection, and robustness. Copyright © 2011 ISA. Published by Elsevier Ltd. All rights reserved.

  19. Optimal and Approximately Optimal Control Policies for Queues in Heavy Traffic,

    DTIC Science & Technology

    1987-03-01

    optimal and ’nearly optimal’ control problems for the open queueing networks in heavy traffic of the type dealt with in the fundamental papers of Reiman ...then the covariance is precisely that obtained by Reiman [1] (with a different notation used there). It is evident from (4.4) and the cited...wU’ ’U, d A K . " -50- References [1] M.I. Reiman , "Open queueing networks in heavy traffic", Math. of Operations Research, 9, 1984, p. 441-458. [2] J

  20. TMS communications software. Volume 2: Bus interface unit

    NASA Technical Reports Server (NTRS)

    Gregor, P. J.

    1979-01-01

    A data bus communication system to support the space shuttle's Trend Monitoring System (TMS) and to provide a basis for evaluation of the bus concept is described. Installation of the system included developing both hardware and software interfaces between the bus and the specific TMS computers and terminals. The software written for the microprocessor-based bus interface units is described. The software implements both the general bus communications protocol and also the specific interface protocols for the TMS computers and terminals.

  1. SCSI Communication Test Bus

    NASA Technical Reports Server (NTRS)

    Hua, Chanh V.; D'Ambrose, John J.; Jaworski, Richard C.; Halula, Elaine M.; Thornton, David N.; Heligman, Robert L.; Turner, Michael R.

    1990-01-01

    Small Computer System Interface (SCSI) communication test bus provides high-data-rate, standard interconnection enabling communication among International Business Machines (IBM) Personal System/2 Micro Channel, other devices connected to Micro Channel, test equipment, and host computer. Serves primarily as nonintrusive input/output attachment to PS/2 Micro Channel bus, providing rapid communication for debugger. Opens up possibility of using debugger in real-time applications.

  2. A Queue Simulation Tool for a High Performance Scientific Computing Center

    NASA Technical Reports Server (NTRS)

    Spear, Carrie; McGalliard, James

    2007-01-01

    The NASA Center for Computational Sciences (NCCS) at the Goddard Space Flight Center provides high performance highly parallel processors, mass storage, and supporting infrastructure to a community of computational Earth and space scientists. Long running (days) and highly parallel (hundreds of CPUs) jobs are common in the workload. NCCS management structures batch queues and allocates resources to optimize system use and prioritize workloads. NCCS technical staff use a locally developed discrete event simulation tool to model the impacts of evolving workloads, potential system upgrades, alternative queue structures and resource allocation policies.

  3. Entrainment of a Bacterial Synthetic Gene Oscillator through Proteolytic Queueing.

    PubMed

    Butzin, Nicholas C; Hochendoner, Philip; Ogle, Curtis T; Mather, William H

    2017-03-17

    Internal chemical oscillators (chemical clocks) direct the behavior of numerous biological systems, and maintenance of a given period and phase among many such oscillators may be important for their proper function. However, both environmental variability and fundamental molecular noise can cause biochemical oscillators to lose coherence. One solution to maintaining coherence is entrainment, where an external signal provides a cue that resets the phase of the oscillators. In this work, we study the entrainment of gene networks by a queueing interaction established by competition between proteins for a common proteolytic pathway. Principles of queueing entrainment are investigated for an established synthetic oscillator in Escherichia coli. We first explore this theoretically using a standard chemical reaction network model and a map-based model, both of which suggest that queueing entrainment can be achieved through pulsatile production of an additional protein competing for a common degradation pathway with the oscillator proteins. We then use a combination of microfluidics and fluorescence microscopy to verify that pulse trains modulating the production rate of a fluorescent protein targeted to the same protease (ClpXP) as the synthetic oscillator can entrain the oscillator.

  4. Multipurpose satellite bus (MPS)

    NASA Technical Reports Server (NTRS)

    1991-01-01

    The Naval Postgraduate School Advanced Design Project sponsored by the Universities Space Research Association Advanced Design Program is a multipurpose satellite bus (MPS). The design was initiated from a Statement of Work (SOW) developed by the Defense Advanced Research Projects Agency (DARPA). The SOW called for a 'proposal to design a small, low-cost, lightweight, general purpose spacecraft bus capable of accommodating any of a variety of mission payloads. Typical payloads envisioned include those associated with meteorological, communication, surveillance and tracking, target location, and navigation mission areas.' The design project investigates two dissimilar missions, a meteorological payload and a communications payload, mated with a single spacecraft bus with minimal modifications. The MPS is designed for launch aboard the Pegasus Air Launched Vehicle (ALV) or the Taurus Standard Small Launch Vehicle (SSLV).

  5. Improving School Bus Driver Performance.

    ERIC Educational Resources Information Center

    Farmer, Ernest

    This reference source is intended to assist the school bus driver training instructor in course preparation. Instructional units for program planning each contain pertinent course questions, a summary, and evaluation questions. Unit 1, "Introduction to the School Bus Driver Training Program," focuses on basic course objectives and…

  6. Production Task Queue Optimization Based on Multi-Attribute Evaluation for Complex Product Assembly Workshop.

    PubMed

    Li, Lian-Hui; Mo, Rong

    2015-01-01

    The production task queue has a great significance for manufacturing resource allocation and scheduling decision. Man-made qualitative queue optimization method has a poor effect and makes the application difficult. A production task queue optimization method is proposed based on multi-attribute evaluation. According to the task attributes, the hierarchical multi-attribute model is established and the indicator quantization methods are given. To calculate the objective indicator weight, criteria importance through intercriteria correlation (CRITIC) is selected from three usual methods. To calculate the subjective indicator weight, BP neural network is used to determine the judge importance degree, and then the trapezoid fuzzy scale-rough AHP considering the judge importance degree is put forward. The balanced weight, which integrates the objective weight and the subjective weight, is calculated base on multi-weight contribution balance model. The technique for order preference by similarity to an ideal solution (TOPSIS) improved by replacing Euclidean distance with relative entropy distance is used to sequence the tasks and optimize the queue by the weighted indicator value. A case study is given to illustrate its correctness and feasibility.

  7. Production Task Queue Optimization Based on Multi-Attribute Evaluation for Complex Product Assembly Workshop

    PubMed Central

    Li, Lian-hui; Mo, Rong

    2015-01-01

    The production task queue has a great significance for manufacturing resource allocation and scheduling decision. Man-made qualitative queue optimization method has a poor effect and makes the application difficult. A production task queue optimization method is proposed based on multi-attribute evaluation. According to the task attributes, the hierarchical multi-attribute model is established and the indicator quantization methods are given. To calculate the objective indicator weight, criteria importance through intercriteria correlation (CRITIC) is selected from three usual methods. To calculate the subjective indicator weight, BP neural network is used to determine the judge importance degree, and then the trapezoid fuzzy scale-rough AHP considering the judge importance degree is put forward. The balanced weight, which integrates the objective weight and the subjective weight, is calculated base on multi-weight contribution balance model. The technique for order preference by similarity to an ideal solution (TOPSIS) improved by replacing Euclidean distance with relative entropy distance is used to sequence the tasks and optimize the queue by the weighted indicator value. A case study is given to illustrate its correctness and feasibility. PMID:26414758

  8. Pybus -- A Python Software Bus

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lavrijsen, Wim T.L.P.

    2004-10-14

    A software bus, just like its hardware equivalent, allows for the discovery, installation, configuration, loading, unloading, and run-time replacement of software components, as well as channeling of inter-component communication. Python, a popular open-source programming language, encourages a modular design on software written in it, but it offers little or no component functionality. However, the language and its interpreter provide sufficient hooks to implement a thin, integral layer of component support. This functionality can be presented to the developer in the form of a module, making it very easy to use. This paper describes a Pythonmodule, PyBus, with which the conceptmore » of a ''software bus'' can be realized in Python. It demonstrates, within the context of the ATLAS software framework Athena, how PyBus can be used for the installation and (run-time) configuration of software, not necessarily Python modules, from a Python application in a way that is transparent to the end-user.« less

  9. Working conditions of bus drivers in the private sector and bus crashes in Kandy district, Sri Lanka: a case-control study.

    PubMed

    Jayatilleke, A U; Nakahara, S; Dharmaratne, S D; Jayatilleke, A C; Poudel, K C; Jimba, M

    2009-04-01

    To explore the effects of working conditions of private-bus drivers on bus crashes in Kandy district, Sri Lanka. A case-control study was carried out from August to September 2006. All private-bus drivers registered in Kandy district and involved in crashes reported to the police between November 2005 and April 2006 (n = 63) were selected as cases. Two control groups were included: private-bus drivers working on the same routes as the case drivers (n = 90) and private-bus drivers selected randomly from other routes of the district (n = 111). Data were collected using an anonymous self-administered questionnaire. Associations between working conditions and crashes were analysed using logistic regression. A strong association was observed between drivers' disagreements about working hours and bus crashes (matched controls, adjusted odds ratio (AOR) 5.98, 95% CI 1.02 to 34.90; unmatched controls, AOR 18.74, 95% CI 2.00 to 175.84). A significant association was also observed between low salaries (bus crashes (matched controls, AOR 1.01, 95% CI 0.40 to 2.54; unmatched controls, AOR 3.09, 95% CI 1.26 to 7.57). Drivers' disagreements about working hours and low salaries were significant risk factors for private-bus crashes in Kandy district, Sri Lanka. Therefore, new legislation for private-bus owners on the working hours and salaries of their drivers to prevent private-bus crashes is recommended.

  10. An agent-based model for queue formation of powered two-wheelers in heterogeneous traffic

    NASA Astrophysics Data System (ADS)

    Lee, Tzu-Chang; Wong, K. I.

    2016-11-01

    This paper presents an agent-based model (ABM) for simulating the queue formation of powered two-wheelers (PTWs) in heterogeneous traffic at a signalized intersection. The main novelty is that the proposed interaction rule describing the position choice behavior of PTWs when queuing in heterogeneous traffic can capture the stochastic nature of the decision making process. The interaction rule is formulated as a multinomial logit model, which is calibrated by using a microscopic traffic trajectory dataset obtained from video footage. The ABM is validated against the survey data for the vehicular trajectory patterns, queuing patterns, queue lengths, and discharge rates. The results demonstrate that the proposed model is capable of replicating the observed queue formation process for heterogeneous traffic.

  11. A lock-free priority queue design based on multi-dimensional linked lists

    DOE PAGES

    Dechev, Damian; Zhang, Deli

    2015-04-03

    The throughput of concurrent priority queues is pivotal to multiprocessor applications such as discrete event simulation, best-first search and task scheduling. Existing lock-free priority queues are mostly based on skiplists, which probabilistically create shortcuts in an ordered list for fast insertion of elements. The use of skiplists eliminates the need of global rebalancing in balanced search trees and ensures logarithmic sequential search time on average, but the worst-case performance is linear with respect to the input size. In this paper, we propose a quiescently consistent lock-free priority queue based on a multi-dimensional list that guarantees worst-case search time of O(logN)more » for key universe of size N. The novel multi-dimensional list (MDList) is composed of nodes that contain multiple links to child nodes arranged by their dimensionality. The insertion operation works by first injectively mapping the scalar key to a high-dimensional vector, then uniquely locating the target position by using the vector as coordinates. Nodes in MDList are ordered by their coordinate prefixes and the ordering property of the data structure is readily maintained during insertion without rebalancing nor randomization. Furthermore, in our experimental evaluation using a micro-benchmark, our priority queue achieves an average of 50% speedup over the state of the art approaches under high concurrency.« less

  12. A lock-free priority queue design based on multi-dimensional linked lists

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Dechev, Damian; Zhang, Deli

    The throughput of concurrent priority queues is pivotal to multiprocessor applications such as discrete event simulation, best-first search and task scheduling. Existing lock-free priority queues are mostly based on skiplists, which probabilistically create shortcuts in an ordered list for fast insertion of elements. The use of skiplists eliminates the need of global rebalancing in balanced search trees and ensures logarithmic sequential search time on average, but the worst-case performance is linear with respect to the input size. In this paper, we propose a quiescently consistent lock-free priority queue based on a multi-dimensional list that guarantees worst-case search time of O(logN)more » for key universe of size N. The novel multi-dimensional list (MDList) is composed of nodes that contain multiple links to child nodes arranged by their dimensionality. The insertion operation works by first injectively mapping the scalar key to a high-dimensional vector, then uniquely locating the target position by using the vector as coordinates. Nodes in MDList are ordered by their coordinate prefixes and the ordering property of the data structure is readily maintained during insertion without rebalancing nor randomization. Furthermore, in our experimental evaluation using a micro-benchmark, our priority queue achieves an average of 50% speedup over the state of the art approaches under high concurrency.« less

  13. British Columbia sends patients to Seattle for coronary artery surgery. Bypassing the queue in Canada.

    PubMed

    Katz, S J; Mizgala, H F; Welch, H G

    1991-08-28

    Concern about waiting lists for elective procedures has become a highly visible challenge to the universal health insurance program in Canada. In response to lengthening queues for patients waiting for cardiac surgery, British Columbia made contracts with four Seattle hospitals to send a total of 200 patients for coronary artery bypass surgery. This article examines the cause of the queue for cardiac surgery in British Columbia and the events that led to outside contracting. Global hospital budgets and restrictions on capital expansion have limited hospital capacity for cardiac surgery. This constrained supply, combined with periodic shortages in critical care nurses and cardiac perfusion technologists, has resulted in a rapid increase in the waiting list. Reducing wide variations in the lengths of queues for individual surgeons may afford an opportunity to reduce long waits. While the patient queue for cardiac surgery has sparked a public debate about budget limits and health care needs, its clinical impact remains uncertain.

  14. The congestion control algorithm based on queue management of each node in mobile ad hoc networks

    NASA Astrophysics Data System (ADS)

    Wei, Yifei; Chang, Lin; Wang, Yali; Wang, Gaoping

    2016-12-01

    This paper proposes an active queue management mechanism, considering the node's own ability and its importance in the network to set the queue threshold. As the network load increases, local congestion of mobile ad hoc network may lead to network performance degradation, hot node's energy consumption increase even failure. If small energy nodes congested because of forwarding data packets, then when it is used as the source node will cause a lot of packet loss. This paper proposes an active queue management mechanism, considering the node's own ability and its importance in the network to set the queue threshold. Controlling nodes buffer queue in different levels of congestion area probability by adjusting the upper limits and lower limits, thus nodes can adjust responsibility of forwarding data packets according to their own situation. The proposed algorithm will slow down the send rate hop by hop along the data package transmission direction from congestion node to source node so that to prevent further congestion from the source node. The simulation results show that, the algorithm can better play the data forwarding ability of strong nodes, protect the weak nodes, can effectively alleviate the network congestion situation.

  15. Queue theory for triangular and weibull arrival distribution models (case study of Banyumanik toll)

    NASA Astrophysics Data System (ADS)

    Sugito; Rahmawati, Rita; Kusuma Wardhani, Jenesia

    2018-05-01

    Queuing is one of the most common phenomena in daily life. Queued also happens on highway during busy time. The Electronic Toll Collection (ETC) was the new system of the Banyumanik toll gate which operates in 2014. Before ETC, Banyumanik toll gate users got regular service (regular toll gate) by paying in cash only. The ETC benefits more than regular service, but automatic toll gate (ETC) users are still few compared to regular toll gate users. To know the effectiveness of substance service, this paper used analysis of queuing system. The research was conducted at Toll Gate Banyumanik with the implementation time on 26-28 December 2016 for Ungaran-Semarang direction, and 29-31 December 2016 for Semarang- Ungaran direction. In one day, observation was done for 11 hours. That was at 07.00 a.m. until 06.00 p.m. There are 4 models of queues at Banyumanik toll gate. Here the four models will be used on the number of arrival and service time. Based on the simulation with Arena, the result showed that queue model regular toll gate in Ugaran-Semarang direction is (Tria/G/3):(GD/∞/∞) and the queue model for automatic toll gate is (G/G/3):(GD/∞/∞). While the queue model for the direction of Semarang-Ungaran regular toll gate is (G/G/3):(GD/∞/∞) and the queue model of automatic toll gate is (Weib/G/3):(GD/∞/∞).

  16. Convergence of a Queueing System in Heavy Traffic with General Abandonment Distributions

    DTIC Science & Technology

    2010-10-08

    3 in Reiman [27]. We circumvent the use of Reiman’s “Snap-shot Principle” and a comparison result with a non-abandoning queue used in Reed and Ward...4):2606–2650, 2005. 37 [5] R. Atar, A. Mandelbaum, and M. I. Reiman . Scheduling a multi class queue with many exponential servers: asymptotic... Reiman Designing a call center with impatient cus- tomers. Manufacturing and Service Oper. Management, 4(1A):208–227, 2002. [15] J. M. George and J. M

  17. Distributed Ship Navigation Control System Based on Dual Network

    NASA Astrophysics Data System (ADS)

    Yao, Ying; Lv, Wu

    2017-10-01

    Navigation system is very important for ship’s normal running. There are a lot of devices and sensors in the navigation system to guarantee ship’s regular work. In the past, these devices and sensors were usually connected via CAN bus for high performance and reliability. However, as the development of related devices and sensors, the navigation system also needs the ability of high information throughput and remote data sharing. To meet these new requirements, we propose the communication method based on dual network which contains CAN bus and industrial Ethernet. Also, we import multiple distributed control terminals with cooperative strategy based on the idea of synchronizing the status by multicasting UDP message contained operation timestamp to make the system more efficient and reliable.

  18. Shuttle bus services quality assessment Tangerang Selatan toward smart city

    NASA Astrophysics Data System (ADS)

    Fassa, Ferdinand; Sitorus, Fredy Jhon Philip; Adikesuma, Tri Nugraha

    2017-11-01

    Around the world, shuttle bus operation played the significant role to accommodate transportation for commuting bus passengers. Shuttle Bus services in cities are provided by various bus agencies with kinds of own specific purposes. For instance, at Tangerang Selatan, Indonesia, it was said that shuttle bus In Trans Bintaro is run and operated by private bus companies hire by Bintaro developer. The aim of this research is to identify factors of satisfaction of shuttle bus service in Kota Tangerang Selatan, Indonesia. Several factors are used to analyze sums of 20 parameters performance indicators of Shuttle Bus. A face to face interview using a questionnaire (N=200) was used to collect data on October and March 2017. Likert and diagram Cartesian were used to model the all the parameters. This research succeeded in finding some categories of Shuttle bus service attributes such as accessibility, comfort, and safety. Users agreed that eight indicators in shuttle bus have the excellent achievement, while three indicators on performance remain low and should receive more attention especially punctuality of the bus.

  19. Security awareness for public bus transportation : case studies of attacks against the Israeli public bus system.

    DOT National Transportation Integrated Search

    2012-03-01

    This report presents 16 case studies of attacks planned or carried out against Israeli bus targets, along with statistical data on the number, frequency, and lethality of attacks against bus targets that have taken place in Israel since 1970 and duri...

  20. Queue position in the endoscopic schedule impacts effectiveness of colonoscopy.

    PubMed

    Lee, Alexander; Iskander, John M; Gupta, Nitin; Borg, Brian B; Zuckerman, Gary; Banerjee, Bhaskar; Gyawali, C Prakash

    2011-08-01

    Endoscopist fatigue potentially impacts colonoscopy. Fatigue is difficult to quantitate, but polyp detection rates between non-fatigued and fatigued time periods could represent a surrogate marker. We assessed whether timing variables impacted polyp detection rates at a busy tertiary care endoscopy suite. Consecutive patients undergoing colonoscopy were retrospectively identified. Indications, clinical demographics, pre-procedural, and procedural variables were extracted from chart review; colonoscopy findings were determined from the procedure reports. Three separate timing variables were assessed as surrogate markers for endoscopist fatigue: morning vs. afternoon procedures, start times throughout the day, and queue position, a unique variable that takes into account the number of procedures performed before the colonoscopy of interest. Univariate and multivariate analyses were performed to determine whether timing variables and other clinical, pre-procedural, and procedural variables predicted polyp detection. During the 4-month study period, 1,083 outpatient colonoscopy procedures (57.5±0.5 years, 59.5% female) were identified, performed by 28 endoscopists (mean 38.7 procedures/endoscopist), with a mean polyp detection rate of 0.851/colonoscopy. At least, one adenoma was detected in 297 procedures (27.4%). A 12.4% reduction in mean detected polyps was detected between morning and afternoon procedures (0.90±0.06 vs. 0.76±0.06, P=0.15). Using start time on a continuous scale, however, each elapsed hour in the day was associated with a 4.6% reduction in polyp detection (P=0.005). When queue position was assessed, a 5.4% reduction in polyp detection was noted with each increase in queue position (P=0.016). These results remained significant when controlled for each individual endoscopist. Polyp detection rates decline as time passes during an endoscopist's schedule, potentially from endoscopist fatigue. Queue position may be a novel surrogate measure for

  1. A voltage-controlled superconducting quantum bus

    NASA Astrophysics Data System (ADS)

    Casparis, Lucas; Pearson, Natalie; KringhøJ, Anders; Larsen, Thorvald; Kuemmeth, Ferdinand; Krogstrup, Peter; Nygard, Jesper; Petersson, Karl; Marcus, Charles

    Superconducting qubits couple strongly to microwave photons and can therefore be coupled over long distances through a superconducting cavity acting as a quantum bus. To avoid frequency-crowding it is desirable to turn qubit coupling off while rearranging qubit frequencies. Here, we present experiments with two gatemon qubits coupled through a cavity, which can be tuned by a voltage-controlled superconducting switch. We characterize the bus tunability and demonstrate switchable qubit coupling with an on/off ratio up to 8. We find that pulsing the bus switch on nanosecond timescales results in the apparent loss of qubit coherence. Further work is needed to understand how dynamic control of the tuneable bus affects qubit operation. We acknowledge financial support from Microsoft Project Q, the Danish National Research Foundation and the US Army Research Office.

  2. Schedulers with load-store queue awareness

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chen, Tong; Eichenberger, Alexandre E.; Jacob, Arpith C.

    2017-02-07

    In one embodiment, a computer-implemented method includes tracking a size of a load-store queue (LSQ) during compile time of a program. The size of the LSQ is time-varying and indicates how many memory access instructions of the program are on the LSQ. The method further includes scheduling, by a computer processor, a plurality of memory access instructions of the program based on the size of the LSQ.

  3. Schedulers with load-store queue awareness

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chen, Tong; Eichenberger, Alexandre E.; Jacob, Arpith C.

    2017-01-24

    In one embodiment, a computer-implemented method includes tracking a size of a load-store queue (LSQ) during compile time of a program. The size of the LSQ is time-varying and indicates how many memory access instructions of the program are on the LSQ. The method further includes scheduling, by a computer processor, a plurality of memory access instructions of the program based on the size of the LSQ.

  4. On the optimal use of a slow server in two-stage queueing systems

    NASA Astrophysics Data System (ADS)

    Papachristos, Ioannis; Pandelis, Dimitrios G.

    2017-07-01

    We consider two-stage tandem queueing systems with a dedicated server in each queue and a slower flexible server that can attend both queues. We assume Poisson arrivals and exponential service times, and linear holding costs for jobs present in the system. We study the optimal dynamic assignment of servers to jobs assuming that two servers cannot collaborate to work on the same job and preemptions are not allowed. We formulate the problem as a Markov decision process and derive properties of the optimal allocation for the dedicated (fast) servers. Specifically, we show that the one downstream should not idle, and the same is true for the one upstream when holding costs are larger there. The optimal allocation of the slow server is investigated through extensive numerical experiments that lead to conjectures on the structure of the optimal policy.

  5. Listing of New Bus Technology Applications

    DOT National Transportation Integrated Search

    1983-12-01

    The New Bus Equipment Introduction program is designed to demonstrate innovative features on transit buses and encourage the adoption of innovative features that enhance productivity. New bus demonstrations and purchases have been catalogued for the ...

  6. 49 CFR 605.18 - Comments by private school bus operators.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 49 Transportation 7 2011-10-01 2011-10-01 false Comments by private school bus operators. 605.18... ADMINISTRATION, DEPARTMENT OF TRANSPORTATION SCHOOL BUS OPERATIONS School Bus Agreements § 605.18 Comments by private school bus operators. Private school bus operators may file written comments on an applicant's...

  7. 49 CFR 605.18 - Comments by private school bus operators.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 7 2010-10-01 2010-10-01 false Comments by private school bus operators. 605.18... ADMINISTRATION, DEPARTMENT OF TRANSPORTATION SCHOOL BUS OPERATIONS School Bus Agreements § 605.18 Comments by private school bus operators. Private school bus operators may file written comments on an applicant's...

  8. Recommendations for yield-to-bus traffic control devices and bus pullout bays design characteristics : [research summary].

    DOT National Transportation Integrated Search

    2013-04-01

    Bus pullout bays are being installed increasingly : on Floridas roads as a safety factor and so that : stopped buses do not impede traffic. In Florida, : state law requires car drivers to yield to buses : when a bus needs to reenter the roadway af...

  9. American Fuel Cell Bus Project : First Analysis Report

    DOT National Transportation Integrated Search

    2013-06-01

    This report summarizes the experience and early results from the American Fuel Cell Bus Project, a fuel cell electric bus demonstration funded by the Federal Transit Administration (FTA) under the National Fuel Cell Bus Program. A team led by CALSTAR...

  10. American fuel cell bus project : first analysis report.

    DOT National Transportation Integrated Search

    2013-06-01

    This report summarizes the experience and early results from the American Fuel Cell Bus Project, a fuel cell electric bus demonstration : funded by the Federal Transit Administration (FTA) under the National Fuel Cell Bus Program. A team led by CALST...

  11. Solar bus regulator and battery charger for IMP's H, I, and J

    NASA Technical Reports Server (NTRS)

    Paulkovich, J.

    1972-01-01

    Interplanetary Monitoring Probe (IMP) spacecrafts H, I, and J utilize a direct energy transfer (DET) type of power system operating from a solar array source. A shunt type of regulator prevents the bus voltage from exceeding a preset voltage level. The power system utilizes a single differential amplifier with dual outputs to control the battery charge/shunt regulator and the discharge regulator. A two-voltage level, current limited, series charger and a current sensor control battery state of charge of the silver-cadmium battery pack. Premature termination of the battery charge is prevented by a power available gate that also initiates charge current to the battery upon availability of excess power.

  12. Dynamic properties of chasers in a moving queue based on a delayed chasing model

    NASA Astrophysics Data System (ADS)

    Ning, Guo; Jian-Xun, Ding; Xiang, Ling; Qin, Shi; Reinhart, Kühne

    2016-05-01

    A delayed chasing model is proposed to simulate the chase behavior in the queue, where each member regards the closest one ahead as the target, and the leader is attracted to a target point with slight fluctuation. When the initial distances between neighbors possess an identical low value, the fluctuating target of the leader can cause an amplified disturbance in the queue. After a long period of time, the queue recovers the stable state from the disturbance, forming a straight-line-like pattern again, but distances between neighbors grow. Whether the queue can keep stable or not depends on initial distance, desired velocity, and relaxation time. Furthermore, we carry out convergence analysis to explain the divergence transformation behavior and confirm the convergence conditions, which is in approximate agreement with simulations. Project supported by the National Natural Science Foundation of China (Grant Nos. 71071044, 71001001, 71201041, and 11247291), the Doctoral Program of the Ministry of Education of China (Grant Nos. 20110111120023 and 20120111120022), the Postdoctoral Fund Project of China (Grant No. 2013M530295), the National Basic Research Program of China (Grant No. 2012CB725404), and 1000 Plan for Foreign Talent, China (Grant No. WQ20123400070).

  13. A Conceptual Approach for Optimising Bus Stop Spacing

    NASA Astrophysics Data System (ADS)

    Johar, Amita; Jain, S. S.; Garg, P. k.

    2017-06-01

    An efficient public transportation system is essential of any country. The growth, development and shape of the urban areas are mainly due to availability of good transportation (Shah et al. in Inst Town Plan India J 5(3):50-59, 1). In developing countries, like India, travel by local bus in a city is very common. The accidents, congestion, pollution and appropriate location of bus stops are the major problems arising in metropolitan cities. Among all the metropolitan cities in India, Delhi has highest percentage of growth of population and vehicles. Therefore, it is important to adopt efficient and effective ways to improve mobility in different metropolitan cities in order to overcome the problem and to reduce the number of private vehicles on the road. The primary objective of this paper is to present a methodology for developing a model for optimum bus stop spacing (OBSS). It describes the evaluation of existing urban bus route, data collection, development of model for optimizing urban bus route and application of model. In this work, the bus passenger generalized cost method is used to optimize the spacing between bus stops. For the development of model, a computer program is required to be written. The applicability of the model has been evaluated by taking the data of urban bus route of Delhi Transport Corporation (DTC) in Excel sheet in first phase. Later on, it is proposed to develop a programming in C++ language. The developed model is expected to be useful to transport planner for rational design of the spacing of bus stops to save travel time and to generalize operating cost. After analysis it is found that spacing between the bus stop comes out to be between 250 and 500 m. The Proposed Spacing of bus stops is done considering the points that they don't come nearer to metro/rail station, entry or exit of flyover and near traffic signal.

  14. Systems evaluation of thermal bus concepts

    NASA Technical Reports Server (NTRS)

    Stalmach, D. D.

    1982-01-01

    Thermal bus concepts, to provide a centralized thermal utility for large, multihundred kilowatt space platforms, were studied and the results are summarized. Concepts were generated, defined, and screened for inclusion in system level thermal bus trades. Parametric trade studies were conducted in order to define the operational envelope, performance, and physical characteristics of each. Two concepts were selected as offering the most promise for thermal bus development. All of four concepts involved two phase flow in order to meet the required isothermal nature of the thermal bus. Two of the concepts employ a mechanical means to circulate the working fluid, a liquid pump in one case and a vapor compressor in another. Another concept utilizes direct osmosis as the driving force of the thermal bus. The fourth concept was a high capacity monogroove heat pipe. After preliminary sizing and screening, three of these concepts were selected to carry into the trade studies. The monogroove heat pipe concept was deemed unsuitable for further consideration because of its heat transport limitations. One additional concept utilizing capillary forces to drive the working fluid was added. Parametric system level trade studies were performed. Sizing and weight calculations were performed for thermal bus sizes ranging from 5 to 350 kW and operating temperatures in the range of 4 to 120 C. System level considerations such as heat rejection and electrical power penalties and interface temperature losses were included in the weight calculations.

  15. Conservative parallel simulation of priority class queueing networks

    NASA Technical Reports Server (NTRS)

    Nicol, David

    1992-01-01

    A conservative synchronization protocol is described for the parallel simulation of queueing networks having C job priority classes, where a job's class is fixed. This problem has long vexed designers of conservative synchronization protocols because of its seemingly poor ability to compute lookahead: the time of the next departure. For, a job in service having low priority can be preempted at any time by an arrival having higher priority and an arbitrarily small service time. The solution is to skew the event generation activity so that the events for higher priority jobs are generated farther ahead in simulated time than lower priority jobs. Thus, when a lower priority job enters service for the first time, all the higher priority jobs that may preempt it are already known and the job's departure time can be exactly predicted. Finally, the protocol was analyzed and it was demonstrated that good performance can be expected on the simulation of large queueing networks.

  16. Conservative parallel simulation of priority class queueing networks

    NASA Technical Reports Server (NTRS)

    Nicol, David M.

    1990-01-01

    A conservative synchronization protocol is described for the parallel simulation of queueing networks having C job priority classes, where a job's class is fixed. This problem has long vexed designers of conservative synchronization protocols because of its seemingly poor ability to compute lookahead: the time of the next departure. For, a job in service having low priority can be preempted at any time by an arrival having higher priority and an arbitrarily small service time. The solution is to skew the event generation activity so that the events for higher priority jobs are generated farther ahead in simulated time than lower priority jobs. Thus, when a lower priority job enters service for the first time, all the higher priority jobs that may preempt it are already known and the job's departure time can be exactly predicted. Finally, the protocol was analyzed and it was demonstrated that good performance can be expected on the simulation of large queueing networks.

  17. 75 FR 5847 - Section 5309 Bus and Bus Facilities Livability Initiative and Urban Circulator Program Grants

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-02-04

    ... Livability Initiative and Urban Circulator Program Grants AGENCY: Federal Transit Administration (FTA), DOT. ACTION: Notice to Extend Application Deadline for the Bus and Bus Facilities and Urban Circulator..., Transportation Equity Act: A Legacy for Users (SAFETEA-LU), Public Law 109-59, August 10, 2005. The Urban...

  18. Pennsylvania intercity bus study : final report

    DOT National Transportation Integrated Search

    1984-09-01

    Report presents the findings of a study to inventory the intercity bus industry in Pennsylvania. Objectives were to assemble information about the intercity bus industry in Pennsylvania in a form that can be used for policy formulation and for manage...

  19. San Antonio's 1983 Bus Passenger Survey

    DOT National Transportation Integrated Search

    1983-10-01

    Many transit operators routinely collect ridership data in order to provide a : basis for the planning of bus services. Often a survey is conducted of bus : riders to determine their riding habits, their views about the quality of : current service, ...

  20. Markovian Queues with Arrival Dependence

    DTIC Science & Technology

    1976-03-01

    adding together the three balance equations for P 2o’ ^21’ "^22 as ^°ll°ws ’ 1 20 2 21 <W P21= XP10 + *2P22 H- ( ^ l^ 2 )p22 = Xp11 "lP20 +UlP21 +V22...REPORT DOCUMENTATION PAGE READ INSTRUCTIONSBEFORE COMPLETING FORM 1 REPORT NUMBER 2 . GOVT ACCESSION NO. 3. RECIPIENT’S CATALOG NUMBER 4. TITLE (and...ADDITIONAL FACTS CONCERNING THE TRANSIENT DISTRIBUTION OF WAITING TIMES FOR ARRIVING CUSTOMERS 2 ? IV. THE TWO CHANNEL SERVER QUEUE WITH SINGLE

  1. Capacity-constrained traffic assignment in networks with residual queues

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lam, W.H.K.; Zhang, Y.

    2000-04-01

    This paper proposes a capacity-constrained traffic assignment model for strategic transport planning in which the steady-state user equilibrium principle is extended for road networks with residual queues. Therefore, the road-exit capacity and the queuing effects can be incorporated into the strategic transport model for traffic forecasting. The proposed model is applicable to the congested network particularly when the traffic demands exceeds the capacity of the network during the peak period. An efficient solution method is proposed for solving the steady-state traffic assignment problem with residual queues. Then a simple numerical example is employed to demonstrate the application of the proposedmore » model and solution method, while an example of a medium-sized arterial highway network in Sioux Falls, South Dakota, is used to test the applicability of the proposed solution to real problems.« less

  2. Research Electrical Distribution Bus | Energy Systems Integration Facility

    Science.gov Websites

    | NREL Research Electrical Distribution Bus Research Electrical Distribution Bus The research electrical distribution bus (REDB) is the heart of the Energy Systems Integration Facility electrical system throughout the laboratories. Photo of a technician performing maintenance on the Research Electrical

  3. Steady-State Algorithmic Analysis M/M/c Two-Priority Queues with Heterogeneous Rates.

    DTIC Science & Technology

    1981-04-21

    ALGORITHMIC ANALYSIS OF M/M/c TWO-PRIORITY QUEUES WITH HETEROGENEOUS RATES by Douglas R. Miller An algorithm for steady-state analysis of M/M/c nonpreemptive ...practical algorithm for systems involving more than two priority classes. The preemptive case is simpler than the nonpreemptive case; an algorithm for it...priority nonpreemptive queueing system with arrival rates 1 and X2 and service rates V and p42 * The state space can be described as follows. Let xi,j,k be

  4. Fast concurrent array-based stacks, queues and deques using fetch-and-increment-bounded, fetch-and-decrement-bounded and store-on-twin synchronization primitives

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chen, Dong; Gara, Alana; Heidelberger, Philip

    Implementation primitives for concurrent array-based stacks, queues, double-ended queues (deques) and wrapped deques are provided. In one aspect, each element of the stack, queue, deque or wrapped deque data structure has its own ticket lock, allowing multiple threads to concurrently use multiple elements of the data structure and thus achieving high performance. In another aspect, new synchronization primitives FetchAndIncrementBounded (Counter, Bound) and FetchAndDecrementBounded (Counter, Bound) are implemented. These primitives can be implemented in hardware and thus promise a very fast throughput for queues, stacks and double-ended queues.

  5. Application of Queueing Theory to the Analysis of Changes in Outpatients' Waiting Times in Hospitals Introducing EMR

    PubMed Central

    Cho, Kyoung Won; Kim, Seong Min; Chae, Young Moon

    2017-01-01

    Objectives This research used queueing theory to analyze changes in outpatients' waiting times before and after the introduction of Electronic Medical Record (EMR) systems. Methods We focused on the exact drawing of two fundamental parameters for queueing analysis, arrival rate (λ) and service rate (µ), from digital data to apply queueing theory to the analysis of outpatients' waiting times. We used outpatients' reception times and consultation finish times to calculate the arrival and service rates, respectively. Results Using queueing theory, we could calculate waiting time excluding distorted values from the digital data and distortion factors, such as arrival before the hospital open time, which occurs frequently in the initial stage of a queueing system. We analyzed changes in outpatients' waiting times before and after the introduction of EMR using the methodology proposed in this paper, and found that the outpatients' waiting time decreases after the introduction of EMR. More specifically, the outpatients' waiting times in the target public hospitals have decreased by rates in the range between 44% and 78%. Conclusions It is possible to analyze waiting times while minimizing input errors and limitations influencing consultation procedures if we use digital data and apply the queueing theory. Our results verify that the introduction of EMR contributes to the improvement of patient services by decreasing outpatients' waiting time, or by increasing efficiency. It is also expected that our methodology or its expansion could contribute to the improvement of hospital service by assisting the identification and resolution of bottlenecks in the outpatient consultation process. PMID:28261529

  6. Application of Queueing Theory to the Analysis of Changes in Outpatients' Waiting Times in Hospitals Introducing EMR.

    PubMed

    Cho, Kyoung Won; Kim, Seong Min; Chae, Young Moon; Song, Yong Uk

    2017-01-01

    This research used queueing theory to analyze changes in outpatients' waiting times before and after the introduction of Electronic Medical Record (EMR) systems. We focused on the exact drawing of two fundamental parameters for queueing analysis, arrival rate (λ) and service rate (µ), from digital data to apply queueing theory to the analysis of outpatients' waiting times. We used outpatients' reception times and consultation finish times to calculate the arrival and service rates, respectively. Using queueing theory, we could calculate waiting time excluding distorted values from the digital data and distortion factors, such as arrival before the hospital open time, which occurs frequently in the initial stage of a queueing system. We analyzed changes in outpatients' waiting times before and after the introduction of EMR using the methodology proposed in this paper, and found that the outpatients' waiting time decreases after the introduction of EMR. More specifically, the outpatients' waiting times in the target public hospitals have decreased by rates in the range between 44% and 78%. It is possible to analyze waiting times while minimizing input errors and limitations influencing consultation procedures if we use digital data and apply the queueing theory. Our results verify that the introduction of EMR contributes to the improvement of patient services by decreasing outpatients' waiting time, or by increasing efficiency. It is also expected that our methodology or its expansion could contribute to the improvement of hospital service by assisting the identification and resolution of bottlenecks in the outpatient consultation process.

  7. A study of topologies and protocols for fiber optic local area network

    NASA Technical Reports Server (NTRS)

    Yeh, C.; Gerla, M.; Rodrigues, P.

    1985-01-01

    The emergence of new applications requiring high data traffic necessitates the development of high speed local area networks. Optical fiber is selected as the transmission medium due to its inherent advantages over other possible media and the dual optical bus architecture is shown to be the most suitable topology. Asynchronous access protocols, including token, random, hybrid random/token, and virtual token schemes, are developed and analyzed. Exact expressions for insertion delay and utilization at light and heavy load are derived, and intermediate load behavior is investigated by simulation. A new tokenless adaptive scheme whose control depends only on the detection of activity on the channel is shown to outperform round-robin schemes under uneven loads and multipacket traffic and to perform optimally at light load. An approximate solution to the queueing delay for an oscillating polling scheme under chaining is obtained and results are compared with simulation. Solutions to the problem of building systems with a large number of stations are presented, including maximization of the number of optical couplers, and the use of passive star/bus topologies, bridges and gateways.

  8. Statistical Analysis of Bus Networks in India

    PubMed Central

    2016-01-01

    In this paper, we model the bus networks of six major Indian cities as graphs in L-space, and evaluate their various statistical properties. While airline and railway networks have been extensively studied, a comprehensive study on the structure and growth of bus networks is lacking. In India, where bus transport plays an important role in day-to-day commutation, it is of significant interest to analyze its topological structure and answer basic questions on its evolution, growth, robustness and resiliency. Although the common feature of small-world property is observed, our analysis reveals a wide spectrum of network topologies arising due to significant variation in the degree-distribution patterns in the networks. We also observe that these networks although, robust and resilient to random attacks are particularly degree-sensitive. Unlike real-world networks, such as Internet, WWW and airline, that are virtual, bus networks are physically constrained. Our findings therefore, throw light on the evolution of such geographically and constrained networks that will help us in designing more efficient bus networks in the future. PMID:27992590

  9. Security awareness for public bus transportation : case studies of attacks against the Israeli public bus system [research brief].

    DOT National Transportation Integrated Search

    2012-03-01

    Government regulators and transportation operators of public bus systems are concerned about terrorist attacks. Bus attacks in Israel between late September 2000 and the end of 2006, a period known as the Second Intifada, are particularly well known....

  10. The ins and outs of terrorist bus explosions: injury profiles of on-board explosions versus explosions occurring adjacent to a bus.

    PubMed

    Golan, Ron; Soffer, Dror; Givon, Adi; Peleg, Kobi

    2014-01-01

    Terrorist explosions occurring in varying settings have been shown to lead to significantly different injury patterns among the victims, with more severe injuries generally arising in confined space attacks. Increasing numbers of terrorist attacks have been targeted at civilian buses, yet most studies focus on events in which the bomb was detonated within the bus. This study focuses on the injury patterns and hospital utilisation among casualties from explosive terrorist bus attacks with the bomb detonated either within a bus or adjacent to a bus. All patients hospitalised at six level I trauma centres and four large regional trauma centres following terrorist explosions that occurred in and adjacent to buses in Israel between November 2000 and August 2004 were reviewed. Injury severity scores (ISS) were used to assess severity. Hospital utilisation data included length of hospital stay, surgical procedures performed, and intensive care unit (ICU) admission. The study included 262 victims of 22 terrorist attacks targeted at civilian bus passengers and drivers; 171 victims were injured by an explosion within a bus (IB), and 91 were injured by an explosion adjacent to a bus (AB). Significant differences were noted between the groups, with the IB population having higher ISS scores, more primary blast injury, more urgent surgical procedures performed, and greater ICU utilisation. Both groups had percentages of nearly 20% for burn injury, had high percentages of injuries to the head/neck, and high percentages of surgical wound and burn care. Explosive terrorist attacks detonated within a bus generate more severe injuries among the casualties and require more urgent surgical and intensive level care than attacks occurring adjacent to a bus. The comparison and description of the outcomes to these terrorist attacks should aid in the preparation and response to such devastating events. Copyright © 2013 Elsevier Ltd. All rights reserved.

  11. AstroBus On-Board Software

    NASA Astrophysics Data System (ADS)

    Biscarros, D.; Cantenot, C.; Séronie-Vivien, J.; Schmidt, G.

    AstroBus on-board software is a customisable software for ERC32 based avionics implementing standard ESA Packet Utilization Standard functions. Its architecture based on generic design templates and relying on a library providing standard PUS TC, TM and event services enhances its reusability on various programs. Finally, AstroBus on-board software development and validation environment is based on last generation tools providing an optimised customisation environment.

  12. Analysis of a diesel-electric hybrid urban bus system

    NASA Astrophysics Data System (ADS)

    Marr, W. W.; Sekar, R. R.; Ahlheim, M. C.

    A hybrid bus powered by a diesel engine and a battery pack was analyzed over an idealized bus-driving cycle in Chicago. Three hybrid configurations, two parallel and one series, were evaluated. The results indicate that the fuel economy of a hybrid bus, taking into account the regenerative braking, is comparable with that of a conventional diesel bus. Life-cycle costs are slightly higher because of the added weight and cost of the battery.

  13. Task Analysis Assessment on Intrastate Bus Traffic Controllers

    NASA Astrophysics Data System (ADS)

    Yen Bin, Teo; Azlis-Sani, Jalil; Nur Annuar Mohd Yunos, Muhammad; Ismail, S. M. Sabri S. M.; Tajedi, Noor Aqilah Ahmad

    2016-11-01

    Public transportation acts as social mobility and caters the daily needs of the society for passengers to travel from one place to another. This is true for a country like Malaysia where international trade has been growing significantly over the past few decades. Task analysis assessment was conducted with the consideration of cognitive ergonomic view towards problem related to human factors. Conducting research regarding the task analysis on bus traffic controllers had allowed a better understanding regarding the nature of work and the overall monitoring activities of the bus services. This paper served to study the task analysis assessment on intrastate bus traffic controllers and the objectives of this study include to conduct task analysis assessment on the bus traffic controllers. Task analysis assessment for the bus traffic controllers was developed via Hierarchical Task Analysis (HTA). There are a total of five subsidiary tasks on level one and only two were able to be further broken down in level two. Development of HTA allowed a better understanding regarding the work and this could further ease the evaluation of the tasks conducted by the bus traffic controllers. Thus, human error could be reduced for the safety of all passengers and increase the overall efficiency of the system. Besides, it could assist in improving the operation of the bus traffic controllers by modelling or synthesizing the existing tasks if necessary.

  14. Report on dynamic speed harmonization and queue warning algorithm design.

    DOT National Transportation Integrated Search

    2014-02-01

    This report provides a detailed description of the algorithms that will be used to generate harmonized recommended speeds and queue warning information in the proposed Intelligent Network Flow Optimization (INFLO) prototype. This document describes t...

  15. Integer programming model for optimizing bus timetable using genetic algorithm

    NASA Astrophysics Data System (ADS)

    Wihartiko, F. D.; Buono, A.; Silalahi, B. P.

    2017-01-01

    Bus timetable gave an information for passengers to ensure the availability of bus services. Timetable optimal condition happened when bus trips frequency could adapt and suit with passenger demand. In the peak time, the number of bus trips would be larger than the off-peak time. If the number of bus trips were more frequent than the optimal condition, it would make a high operating cost for bus operator. Conversely, if the number of trip was less than optimal condition, it would make a bad quality service for passengers. In this paper, the bus timetabling problem would be solved by integer programming model with modified genetic algorithm. Modification was placed in the chromosomes design, initial population recovery technique, chromosomes reconstruction and chromosomes extermination on specific generation. The result of this model gave the optimal solution with accuracy 99.1%.

  16. EMI/EMP Resistant Data Bus

    DTIC Science & Technology

    1976-09-01

    Control Multiplex Terminal Unit (CMTU) 1 each MTU Test Set 2 each CMTU Test Set 1 each 9 port Radial Coupler 1 each Fiber Optics Radial...Introduction 3 2 . MTU 11 3. CMTU 1 ? 4. SSIU and Controller ?! 5. Optical Data Bus 21 II System Design Construction 24 1 . Optoelectronic...8217 TABLE OF CONTENTS (Continued) SECTION TITLE PAGE IV System Test and Operation 1 . Test Equipment 2 . Evaluation a. Optical Bus b. Optoelectronic

  17. Extracting potential bus lines of Customized City Bus Service based on public transport big data

    NASA Astrophysics Data System (ADS)

    Ren, Yibin; Chen, Ge; Han, Yong; Zheng, Huangcheng

    2016-11-01

    Customized City Bus Service (CCBS) can reduce the traffic congestion and environmental pollution that caused by the increasing in private cars, effectively. This study aims to extract the potential bus lines and each line's passenger density of CCBS by mining the public transport big data. The datasets used in this study are mainly Smart Card Data (SCD) and bus GPS data of Qingdao, China, from October 11th and November 7th 2015. Firstly, we compute the temporal-origin-destination (TOD) of passengers by mining SCD and bus GPS data. Compared with the traditional OD, TOD not only has the spatial location, but also contains the trip's boarding time. Secondly, based on the traditional DBSCAN algorithm, we put forwards an algorithm, named TOD-DBSCAN, combined with the spatial-temporal features of TOD.TOD-DBSCAN is used to cluster the TOD trajectories in peak hours of all working days. Then, we define two variables P and N to describe the possibility and passenger destiny of a potential CCBS line. P is the probability of the CCBS line. And N represents the potential passenger destiny of the line. Lastly, we visualize the potential CCBS lines extracted by our procedure on the map and analyse relationship between potential CCBS lines and the urban spatial structure.

  18. Preliminary Investigation of Workload on Intrastate Bus Traffic Controllers

    NASA Astrophysics Data System (ADS)

    Yen Bin, Teo; Azlis-Sani, Jalil; Nur Annuar Mohd Yunos, Muhammad; Ismail, S. M. Sabri S. M.; Tajedi, Noor Aqilah Ahmad

    2016-11-01

    The daily routine of bus traffic controller which involves high mental processes would have a direct impact on the level of workload. To date, the level of workload on the bus traffic controllers in Malaysia is relatively unknown. Excessive workload on bus traffic controllers would affect the control and efficiency of the system. This paper served to study the workload on bus traffic controllers and justify the needs to conduct further detailed research on this field. The objectives of this research are to identify the level of workload on the intrastate bus traffic controllers. Based on the results, recommendations will be proposed for improvements and future studies. The level of workload for the bus traffic controllers is quantified using questionnaire adapted from NASA TLX. Interview sessions were conducted for validation of workload. Sixteen respondents were involved and it was found that the average level of workload based on NASA TLX was 6.91. It was found that workload is not affected by gender and marital status. This study also showed that the level of workload and working experience of bus traffic controllers has a strong positive linear relationship. This study would serve as a guidance and reference related to this field. Since this study is a preliminary investigation, further detailed studies could be conducted to obtain a better comprehension regarding the bus traffic controllers.

  19. TMS communications hardware. Volume 2: Bus interface unit

    NASA Technical Reports Server (NTRS)

    Brown, J. S.; Hopkins, G. T.

    1979-01-01

    A prototype coaxial cable bus communication system used in the Trend Monitoring System to interconnect intelligent graphics terminals to a host minicomputer is described. The terminals and host are connected to the bus through a microprocessor-based RF modem termed a Bus Interface Unit (BIU). The BIU hardware and the Carrier Sense Multiple Access Listen-While-Talk protocol used on the network are described.

  20. 58. VIEW OF SIGNAL BUS SECTION NUMBER 2 LOCATED OVER ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    58. VIEW OF SIGNAL BUS SECTION NUMBER 2 LOCATED OVER THE CONTROL ROOM MEZZANINE IN THE SIGNAL POWER CONDITIONING ROOM. BUS IS A HEAVY COPPER BAR APPROXIMATELY 1/2" BY 4" WHICH CONDUCTS POWER THROUGHOUT THE POWER PLANT. BUS ARE PROTECTED BY A BRICK AND SOAPSTONE HOUSING. OPENINGS FOR INSPECTION AND ACCESS WOULD NORMALLY BE PROTECTED BY GLASS DOORS. THE BUS WOULD BE SUPPORTED ON INSULATORS WITHIN THE BRICK CHAMBER. BUS WAS REMOVED AND SALVAGED WHEN THE STATION WAS ABANDONED. THE OBJECT IN THE TOP CENTER OF THE PHOTOGRAPH IS A POTENTIAL TRANSFORMER USED TO REDUCE BUS POTENTIAL OF 2200 VOLTS TO LOW VOLTAGES SAFE FOR USE IN CONTROL ROOM CIRCUITRY. POTENTIAL TRANSFORMERS ARE PRECISION DEVICES WHICH PRODUCE AN ACCURATE LOW VOLTAGE ANALOG OF THE HIGH VOLTAGE ON THE BUS. - New York, New Haven & Hartford Railroad, Cos Cob Power Plant, Sound Shore Drive, Greenwich, Fairfield County, CT

  1. Simulation of an Urban Battery Bus Vehicle

    DOT National Transportation Integrated Search

    1979-07-01

    This report describes the computer simulation of a battery-powered bus as it traverses an arbitrary mission profile of specified acceleration, roadway grade, and headwind. The battery-bus system components comprise a DC shunt motor, solid-state power...

  2. Classifying the Diversity of Bus Mapping Systems

    NASA Astrophysics Data System (ADS)

    Said, Mohd Shahmy Mohd; Forrest, David

    2018-05-01

    This study represents the first stage of an investigation into understanding the nature of different approaches to mapping bus routes and bus network, and how they may best be applied in different public transport situations. In many cities, bus services represent an important facet of easing traffic congestion and reducing pollution. However, with the entrenched car culture in many countries, persuading people to change their mode of transport is a major challenge. To promote this modal shift, people need to know what services are available and where (and when) they go. Bus service maps provide an invaluable element of providing suitable public transport information, but are often overlooked by transport planners, and are under-researched by cartographers. The method here consists of the creation of a map evaluation form and performing assessment of published bus networks maps. The analyses were completed by a combination of quantitative and qualitative data analysis of various aspects of cartographic design and classification. This paper focuses on the resulting classification, which is illustrated by a series of examples. This classification will facilitate more in depth investigations into the details of cartographic design for such maps and help direct areas for user evaluation.

  3. The bus transit system : ITS underutilized potential

    DOT National Transportation Integrated Search

    1994-05-01

    The bus system represents the most widely used transit mode. Upgraded bus services, primarily those which have partially or fully separated rights-of-way, represent a very cost-effective method to improve the balance between automobile and transit. M...

  4. Hidden Savings in your Bus Budget

    ERIC Educational Resources Information Center

    Newby, Ruth

    2005-01-01

    School transportation industry statistics show the annual average costs for operating and maintaining a single school bus range from $34,000 to $38,000. Operating a school bus fleet at high efficiency has a real impact on the dollars saved for a school district and the reliability of transportation service to students. In this article, the author…

  5. Aids to School Bus Design

    NASA Technical Reports Server (NTRS)

    1991-01-01

    Navistar International Transportation Corporation, Chicago, IL, used three separate NASA-developed technologies in the design and testing of their 3000 Series Bus Chassis which was developed expressly for school bus applications. For structural analysis, they used the MSC/NASTRAN program which mathematically analyzes a design and predicts how it will hold up under stress. They also used the SPATE 9000 system for non-contact measurement of stress, load transfer mechanisms, detection of hidden flaws, and monitoring structural changes during fatigue testing. SPATE 9000 was based on infrared stress measurement technology developed by Langley Research Center. They also employed the Wyle Ride Quality Meter, which was developed by Langley to aid in passenger aircraft design by providing an accurate measurement of ride vibration and sound level. These numbers translate into a subjective discomfort level index. These technologies contribute to the company's 45-48 percent share of the school bus chassis market.

  6. A queueing theory description of fat-tailed price returns in imperfect financial markets

    NASA Astrophysics Data System (ADS)

    Lamba, H.

    2010-09-01

    In a financial market, for agents with long investment horizons or at times of severe market stress, it is often changes in the asset price that act as the trigger for transactions or shifts in investment position. This suggests the use of price thresholds to simulate agent behavior over much longer timescales than are currently used in models of order-books. We show that many phenomena, routinely ignored in efficient market theory, can be systematically introduced into an otherwise efficient market, resulting in models that robustly replicate the most important stylized facts. We then demonstrate a close link between such threshold models and queueing theory, with large price changes corresponding to the busy periods of a single-server queue. The distribution of the busy periods is known to have excess kurtosis and non-exponential decay under various assumptions on the queue parameters. Such an approach may prove useful in the development of mathematical models for rapid deleveraging and panics in financial markets, and the stress-testing of financial institutions.

  7. Mass transit : bus rapid transit shows promise

    DOT National Transportation Integrated Search

    2001-09-17

    The U. S. General Accounting Office (GAO) was asked to (1) examine the federal role in supporting Bus Rapid Transit; (2) compare the capital costs, operating costs, and performance characteristics of Bus Rapid Transit and Light Rail systems; and (3) ...

  8. 1393 Ring Bus at JPL: Description and Status

    NASA Technical Reports Server (NTRS)

    Wysocky, Terry R.

    2007-01-01

    Completed Ring Bus IC V&V Phase - Ring Bus Test Plan Completed for SIM Project - Applicable to Other Projects Implemented a Avionics Bus Based upon the IEEE 1393 Standard - Excellent Starting Point for a General Purpose High-Speed Spacecraft Bus - Designed to Meet SIM Requirements for - Real-time deterministic, distributed systems. - Control system requirements - Fault detection and recovery Other JPL Projects Considering Implementation F'light Software Ring Bus Driver Module Began in 2006, Continues Participating in Standard Revision. Search for Earth-like planets orbiting nearby stars and measure the masses and orbits of the planets it finds. Survey 2000 nearby stars for planetary systems to learn whether our Solar System is unusual, or typical. Make a new catalog of star position 100 times more accurate than current measurements. Learn how our galaxy formed and will evolve by studying the dynamics of its stars. Critically test models of exactly how stars shine, including exotic objects like black holes, neutron stars and white dwarfs.

  9. Modeling level-of-safety for bus stops in China.

    PubMed

    Ye, Zhirui; Wang, Chao; Yu, Yongbo; Shi, Xiaomeng; Wang, Wei

    2016-08-17

    Safety performance at bus stops is generally evaluated by using historical traffic crash data or traffic conflict data. However, in China, it is quite difficult to obtain such data mainly due to the lack of traffic data management and organizational issues. In light of this, the primary objective of this study is to develop a quantitative approach to evaluate bus stop safety performance. The concept of level-of-safety for bus stops is introduced and corresponding models are proposed to quantify safety levels, which consider conflict points, traffic factors, geometric characteristics, traffic signs and markings, pavement conditions, and lighting conditions. Principal component analysis and k-means clustering methods were used to model and quantify safety levels for bus stops. A case study was conducted to show the applicability of the proposed model with data collected from 46 samples for the 7 most common types of bus stops in China, using 32 of the samples for modeling and 14 samples for illustration. Based on the case study, 6 levels of safety for bus stops were defined. Finally, a linear regression analysis between safety levels and the number of traffic conflicts showed that they had a strong relationship (R(2) value of 0.908). The results indicated that the method was well validated and could be practically used for the analysis and evaluation of bus stop safety in China. The proposed model was relatively easy to implement without the requirement of traffic crash data and/or traffic conflict data. In addition, with the proposed method, it was feasible to evaluate countermeasures to improve bus stop safety (e.g., exclusive bus lanes).

  10. Modeling the effect of bus stops on capacity of curb lane

    NASA Astrophysics Data System (ADS)

    Luo, Qingyu; Zheng, Tianyao; Wu, Wenjing; Jia, Hongfei; Li, Jin

    With the increase of buses and bus lines, a negative effect on road section capacity is made by the prolonged delay and queuing time at bus stops. However, existing methods of measuring the negative effect pay little attention to different bus stop types in the curb lanes. This paper uses Gap theory and Queuing theory to build models for effect-time and potential capacity in different conditions, including curbside bus stops, bus bays with overflow and bus bays without overflow. In order to make the effect-time models accurate and reliable, two types of probabilities are introduced. One is the probability that the dwell time is less than the headway of curb lane at curbside bus stops; the other is the overflow probability at bus bays. Based on the fundamental road capacity model and effect-time models, potential capacity models of curb lane are designed. The new models are calibrated by the survey data from Changchun City, and verified by the simulation software of VISSIM. Furthermore, with different arrival rates of vehicles, the setting conditions of bus stops are researched. Results show that the potential capacity models have high precision. They can offer a reference for recognizing the effect of bus stops on the capacity of curb lane, which can provide a basis for planning, design and management of urban roads and bus stops.

  11. Sensor/Transducer Bus Alternatives for Space derived from Automotive Networks

    NASA Astrophysics Data System (ADS)

    Heyer, H.-V.

    2004-06-01

    Both automotive and space industry have major constraints concerning cable and harness. As in a satellite, the dry mass of the harness in the empty car is about 3.3% of the total car mass and the harness costs are about 12% of the total production cost. So a lot of new architectural communication and power distribution concepts are needed to reduce these drawbacks. One of the possible solutions is the use of distributed bus systems which contains in a decentralized topology busses such as CAN, TTCAN or FLEX-RAY for hard-real-time applications, MOST for fast video communication via optical fiber cabling and fire wire IEEE1394 as backbone.For the general purpose sensor/actuator tasks a simple robust one-wire bus has been defined, the Local Interconnect Network (LIN) bus. This bus is an open standard which is supported by several semiconductor manufactures. The bus was firstly introduced in 1999 and has now reached an acceptable maturity with version 2.0 turning out to be quite interesting as sensor / transducer bus for space applications.This presentation will focus on the LIN Bus and present an overview of that bus.

  12. Creative Bus Financing.

    ERIC Educational Resources Information Center

    Malone, Wade

    1982-01-01

    Alternative ways of financing school bus purchases include financing privately through contractors or commercial banks, financing through sources such as insurance companies and pension funds, leasing the buses, or contracting for transportation services. (Author/MLF)

  13. The SMART MIL-STD-1553 bus adapter hardware manual

    NASA Technical Reports Server (NTRS)

    Ton, T. T.

    1981-01-01

    The SMART Multiplexer Interface Adapter, (SMIA) a complete system interface for message structure of the MIL-STD-1553, is described. It provides buffering and storage for transmitted and received data and handles all the necessary handshaking to interface between parallel 8-bit data bus and a MIL-STD serial bit stream. The bus adapter is configured as either a bus controller of a remote terminal interface. It is coupled directly to the multiplex bus, or stub coupled through an additional isolation transformer located at the connection point. Fault isolation resistors provide short circuit protection.

  14. Job Queues, Certification Status, and the Education Labor Market

    ERIC Educational Resources Information Center

    Evans, Lorraine

    2011-01-01

    This research explores the interaction between training programs and certification status in one education labor market to examine the micro-level interactions that shape the recruitment process. Using job queue theory, it is found that the information available to novice teachers operates to stratify and shape their worksite choices in addition…

  15. Cost Comparison of B-1B Non-Mission-Capable Drivers Using Finite Source Queueing with Spares

    DTIC Science & Technology

    2012-09-06

    COMPARISON OF B-1B NON-MISSION-CAPABLE DRIVERS USING FINITE SOURCE QUEUEING WITH SPARES GRADUATE RESEARCH PAPER Presented to the Faculty...step into the lineup making large-number approximations unusable. Instead, a finite source queueing model including spares is incorporated...were reported as flying time accrued since last occurrence. Service time was given in both start-stop format and MX man-hours utilized. Service time was

  16. Development and Implementation of a Bus Driver Training Program.

    ERIC Educational Resources Information Center

    Buchovecky, John G.

    A bus driver training program was developed and implemented in a rural school district in an effort to improve the driving skills of the bus drivers. The program was tailored to meet the needs of the bus drivers and utilized various community agencies for demonstration and teaching purposes. The subject areas included in the program were driver…

  17. Bus Testing Program

    DOT National Transportation Integrated Search

    1993-01-01

    The Bus Testing Program of the Federal Transit Administration was established in response to the requirements of the Surface Transportation and Uniform Relocation Assistance Act (STURAA) of 1987. Under the program, testing is required on all new mode...

  18. Hydrogen-oxygen driven Zero Emissions bus draws attention at KSC

    NASA Technical Reports Server (NTRS)

    1999-01-01

    KSC workers, with Center Director Roy Bridges (at right next to bus), head for the open door of the Zero Emissions (ZE) transit bus and a ride around the center. Provided by dbb fuel cell engines inc. of Vancouver, Canada, the ZE bus was brought to KSC as part of the Center's Alternative Fuel Initiatives Program. The bus uses a Proton Exchange Membrane fuel cell in which hydrogen and oxygen, from atmospheric air, react to produce electricity that powers an electric motor drive system. The by-product 'exhaust' from the fuel cell is water vapor, thus zero harmful emissions. A typical diesel-powered bus emits more than a ton of harmful pollutants from its exhaust every year. Available to employees for viewing and a ride, the ZE bus is also being used on tour routes at the KSC Visitor Complex Oct. 26-27.

  19. A series of small scientific satellite with flexible standard bus

    NASA Astrophysics Data System (ADS)

    Saito, Hirobumi; Sawai, Syujiro; Sakai, Shin-ichiro; Fukuda, Seisuke; Kitade, Kenji

    2009-11-01

    Japan Aerospace Exploration Agency has a plan to develop the small satellite standard bus for various scientific missions and disaster monitoring missions. The satellite bus is a class of 250-400 kg mass with three-axis control capability of 0.02∘ accuracy. The science missions include X-ray astronomy missions, planetary telescope missions, and magnetosphere atmosphere missions. In order to adapt the wide range of mission requirements, the satellite bus has to be provided with flexibility. The concepts of modularization, reusability, and product line are applied to the standard bus system. This paper describes the characteristics of the small satellite standard bus which will be firstly launched in 2011.

  20. Development of traffic control and queue management procedures for oversaturated arterials

    DOT National Transportation Integrated Search

    1997-01-01

    The formulation and solution of a new algorithm for queue management and coordination of traffic signals along oversaturated arterials are presented. Existing traffic-control and signal-coordination algorithms deal only with undersaturated steady-sta...

  1. A study on some urban bus transport networks

    NASA Astrophysics Data System (ADS)

    Chen, Yong-Zhou; Li, Nan; He, Da-Ren

    2007-03-01

    In this paper, we present the empirical investigation results on the urban bus transport networks (BTNs) of four major cities in China. In BTN, nodes are bus stops. Two nodes are connected by an edge when the stops are serviced by a common bus route. The empirical results show that the degree distributions of BTNs take exponential function forms. Other two statistical properties of BTNs are also considered, and they are suggested as the distributions of so-called “the number of stops in a bus route” (represented by S) and “the number of bus routes a stop joins” (by R). The distributions of R also show exponential function forms, while the distributions of S follow asymmetric, unimodal functions. To explain these empirical results and attempt to simulate a possible evolution process of BTN, we introduce a model by which the analytic and numerical result obtained agrees well with the empirical facts. Finally, we also discuss some other possible evolution cases, where the degree distribution shows a power law or an interpolation between the power law and the exponential decay.

  2. Predictive functional control for active queue management in congested TCP/IP networks.

    PubMed

    Bigdeli, N; Haeri, M

    2009-01-01

    Predictive functional control (PFC) as a new active queue management (AQM) method in dynamic TCP networks supporting explicit congestion notification (ECN) is proposed. The ability of the controller in handling system delay along with its simplicity and low computational load makes PFC a privileged AQM method in the high speed networks. Besides, considering the disturbance term (which represents model/process mismatches, external disturbances, and existing noise) in the control formulation adds some level of robustness into the PFC-AQM controller. This is an important and desired property in the control of dynamically-varying computer networks. In this paper, the controller is designed based on a small signal linearized fluid-flow model of the TCP/AQM networks. Then, closed-loop transfer function representation of the system is derived to analyze the robustness with respect to the network and controller parameters. The analytical as well as the packet-level ns-2 simulation results show the out-performance of the developed controller for both queue regulation and resource utilization. Fast response, low queue fluctuations (and consequently low delay jitter), high link utilization, good disturbance rejection, scalability, and low packet marking probability are other features of the developed method with respect to other well-known AQM methods such as RED, PI, and REM which are also simulated for comparison.

  3. Transit bus life cycle cost and year 2007 emissions estimation.

    DOT National Transportation Integrated Search

    2007-06-01

    The report presents a study of transit bus life cycle cost (LCC) analysis, and projected transit bus emissions and fuel economy for 2007 : model year buses. It covers four bus types: diesel buses using ultra low sulfur diesel (ULSD), diesel buses usi...

  4. Information management advanced development. Volume 3: Digital data bus breadboard

    NASA Technical Reports Server (NTRS)

    Gerber, C. R.

    1972-01-01

    The design, development, and evaluation of the digital data bus breadboard for the modular space station are discussed. Subjects presented are: (1) requirements summary, (2) parametric data for bus design, (3) redundancy concepts, and (4) data bus breadboard performance and interface requirements.

  5. Multi-access fiber optic data bus using FDM/FSK

    NASA Technical Reports Server (NTRS)

    Zanger, H.

    1984-01-01

    The major thrust was to develop a T coupler with very low (0.1 0.2dB) in-line loss. This is essential to any multiaccess bus structure where the word multi implies fifteen or more nodes on the bus, and it is tacitly assumed to be a passive bus. (Reliability considerations tend to exclude the use of active nodes - repeater nodes.)

  6. 32 CFR 935.138 - Motor bus operation.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 32 National Defense 6 2010-07-01 2010-07-01 false Motor bus operation. 935.138 Section 935.138 National Defense Department of Defense (Continued) DEPARTMENT OF THE AIR FORCE TERRITORIAL AND INSULAR REGULATIONS WAKE ISLAND CODE Motor Vehicle Code § 935.138 Motor bus operation. Each person operating a motor...

  7. 32 CFR 935.138 - Motor bus operation.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 32 National Defense 6 2011-07-01 2011-07-01 false Motor bus operation. 935.138 Section 935.138 National Defense Department of Defense (Continued) DEPARTMENT OF THE AIR FORCE TERRITORIAL AND INSULAR REGULATIONS WAKE ISLAND CODE Motor Vehicle Code § 935.138 Motor bus operation. Each person operating a motor...

  8. Survey of transit bus maintenance programs in Virginia.

    DOT National Transportation Integrated Search

    1981-01-01

    Transit bus maintenance practices as used by thirteen small and medium-sized transit systems in Virginia were cataloged. Different approaches to maintenance were investigated and the current condition of transit bus maintenance was determined. Factor...

  9. Performance Evaluation of UHF RFID Technologies for Real-Time Bus Recognition in the Taipei Bus Station

    PubMed Central

    Own, Chung-Ming; Lee, Da-Sheng; Wang, Ti-Ho; Wang, De-Jun; Ting, Yu-Lun

    2013-01-01

    Transport stations such as airports, ports, and railways have adopted blocked-type pathway management to process and control travel systems in a one-directional manner. However, this excludes highway transportation where large buses have great variability and mobility; thus, an instant influx of numerous buses increases risks and complicates station management. Focusing on Taipei Bus Station, this study employed RFID technology to develop a system platform integrated with modern information technology that has numerous characteristics. This modern information technology comprised the following systems: ultra-high frequency (UHF) radio-frequency identification (RFID), ultrasound and license number identification, and backstage graphic controls. In conclusion, the system enabled management, bus companies, and passengers to experience the national bus station's new generation technology, which provides diverse information and synchronization functions. Furthermore, this technology reached a new milestone in the energy-saving and efficiency-increasing performance of Taiwan's buses. PMID:23778192

  10. Countermeasures for Developing New Energy Bus Standards in China

    NASA Astrophysics Data System (ADS)

    Shi, Xin

    2018-01-01

    With the rapid development of new energy vehicle technology, new energy bus has become more and more popular in China, and the relevant standards and policy are urgently needed to guide the market. According to the assessment of the development situation on new energy vehicle technology and new energy bus, combing with traffic policy guidance and the development trend of new energy vehicles, this paper aims to put forward the countermeasures of the new energy bus standard in China, including standard system, key standards and relevant recommendations. Research result is expected to provide decision support for the wide application of new energy bus in China.

  11. School Bus Driver Instructional Program. Instructor's Guide.

    ERIC Educational Resources Information Center

    Department of Transportation, Washington, DC. National Highway Safety Bureau.

    A standardized and comprehensive school bus driver instructional program has been developed under contract with the Federal Government. The course has been organized to provide in one package a program for developing the minimum skills and knowledge needed by the school bus driver instructor, as well as those supplemental skills and knowledge…

  12. California's Bus Driver's Training Course. Instructor's Manual.

    ERIC Educational Resources Information Center

    California State Dept. of Education, Sacramento.

    This instructor's manual was designed to help graduates of the California Bus Driver Instructor Course provide effective instruction to school bus driver trainees. It contains enough material for 20-30 hours of classroom training. The information is organized in 12 instructional units that cover the following topics: introduction to the course;…

  13. An energy-efficient MAC protocol using dynamic queue management for delay-tolerant mobile sensor networks.

    PubMed

    Li, Jie; Li, Qiyue; Qu, Yugui; Zhao, Baohua

    2011-01-01

    Conventional MAC protocols for wireless sensor network perform poorly when faced with a delay-tolerant mobile network environment. Characterized by a highly dynamic and sparse topology, poor network connectivity as well as data delay-tolerance, delay-tolerant mobile sensor networks exacerbate the severe power constraints and memory limitations of nodes. This paper proposes an energy-efficient MAC protocol using dynamic queue management (EQ-MAC) for power saving and data queue management. Via data transfers initiated by the target sink and the use of a dynamic queue management strategy based on priority, EQ-MAC effectively avoids untargeted transfers, increases the chance of successful data transmission, and makes useful data reach the target terminal in a timely manner. Experimental results show that EQ-MAC has high energy efficiency in comparison with a conventional MAC protocol. It also achieves a 46% decrease in packet drop probability, 79% increase in system throughput, and 25% decrease in mean packet delay.

  14. An Energy-Efficient MAC Protocol Using Dynamic Queue Management for Delay-Tolerant Mobile Sensor Networks

    PubMed Central

    Li, Jie; Li, Qiyue; Qu, Yugui; Zhao, Baohua

    2011-01-01

    Conventional MAC protocols for wireless sensor network perform poorly when faced with a delay-tolerant mobile network environment. Characterized by a highly dynamic and sparse topology, poor network connectivity as well as data delay-tolerance, delay-tolerant mobile sensor networks exacerbate the severe power constraints and memory limitations of nodes. This paper proposes an energy-efficient MAC protocol using dynamic queue management (EQ-MAC) for power saving and data queue management. Via data transfers initiated by the target sink and the use of a dynamic queue management strategy based on priority, EQ-MAC effectively avoids untargeted transfers, increases the chance of successful data transmission, and makes useful data reach the target terminal in a timely manner. Experimental results show that EQ-MAC has high energy efficiency in comparison with a conventional MAC protocol. It also achieves a 46% decrease in packet drop probability, 79% increase in system throughput, and 25% decrease in mean packet delay. PMID:22319385

  15. Evaluation guidelines for bus rapid transit demonstration projects

    DOT National Transportation Integrated Search

    2002-02-01

    The Federal Transit Administration's (FTA) Bus Rapid Transit Demonstration Program is supporting demonstrations of Bus Rapid Transit (BRT) in selected cities across the United States. The US BRT Demonstration Program aims to adapt the principles of h...

  16. The wheels on the bus go "buy buy buy": school bus advertising laws.

    PubMed

    Pomeranz, Jennifer L

    2012-09-01

    School buses, a practical necessity for millions of children, are at the center of new efforts to raise revenue. School bus advertising laws bring public health and commercialization concerns to the school setting. In doing so, they potentially expose school districts to First Amendment lawsuits. I examined various school bus advertising bills and laws. I reviewed First Amendment "forum analysis" as applied in the transit and school settings to clarify how this legal test may affect school districts subject to such laws. I have made recommendations for school districts to enact appropriate policies to ensure that such advertising does not undermine public health and to enable the districts to maintain control over their property.

  17. Chattanooga SmartBus Project : phase III evaluation report

    DOT National Transportation Integrated Search

    2009-12-01

    This report presents the results of Phase III of the national evaluation of the Chattanooga Area Regional Transportation Authoritys (CARTA) SmartBus Project. The SmartBus Project is a comprehensive transit ITS program for the city of Chattanooga, ...

  18. The crew activity planning system bus interface unit

    NASA Technical Reports Server (NTRS)

    Allen, M. A.

    1979-01-01

    The hardware and software designs used to implement a high speed parallel communications interface to the MITRE 307.2 kilobit/second serial bus communications system are described. The primary topic is the development of the bus interface unit.

  19. An Optimization Model for the Selection of Bus-Only Lanes in a City.

    PubMed

    Chen, Qun

    2015-01-01

    The planning of urban bus-only lane networks is an important measure to improve bus service and bus priority. To determine the effective arrangement of bus-only lanes, a bi-level programming model for urban bus lane layout is developed in this study that considers accessibility and budget constraints. The goal of the upper-level model is to minimize the total travel time, and the lower-level model is a capacity-constrained traffic assignment model that describes the passenger flow assignment on bus lines, in which the priority sequence of the transfer times is reflected in the passengers' route-choice behaviors. Using the proposed bi-level programming model, optimal bus lines are selected from a set of candidate bus lines; thus, the corresponding bus lane network on which the selected bus lines run is determined. The solution method using a genetic algorithm in the bi-level programming model is developed, and two numerical examples are investigated to demonstrate the efficacy of the proposed model.

  20. Proceedings of Bus Summit 2000 : ensuring a healthy U.S. bus industry

    DOT National Transportation Integrated Search

    2000-10-01

    The Federal Transit Administration (FTA) Bus Industry Summit was held October 18-19, 2000, in Washington, DC. The Summit offered an opportunity for representatives from the transit industry, including transit providers, vehicle manufacturers, consult...

  1. Genetic Algorithm for Multiple Bus Line Coordination on Urban Arterial

    PubMed Central

    Yang, Zhen; Wang, Wei; Chen, Shuyan; Ding, Haoyang; Li, Xiaowei

    2015-01-01

    Bus travel time on road section is defined and analyzed with the effect of multiple bus lines. An analytical model is formulated to calculate the total red time a bus encounters when travelling along the arterial. Genetic algorithm is used to optimize the offset scheme of traffic signals to minimize the total red time that all bus lines encounter in two directions of the arterial. The model and algorithm are applied to the major part of Zhongshan North Street in the city of Nanjing. The results show that the methods in this paper can reduce total red time of all the bus lines by 31.9% on the object arterial and thus improve the traffic efficiency of the whole arterial and promote public transport priority. PMID:25663837

  2. School Bus Maintenance. Bulletin, 1948, No. 2

    ERIC Educational Resources Information Center

    Featherston, E. Glenn

    1948-01-01

    This bulletin is one in the series on pupil transportation issued by the Office of Education. Its purpose is to furnish information and guidance for local school administrators and others who are concerned with school bus maintenance. Programs of school bus maintenance vary among the 48 States. Presumably all contract vehicles are maintained by…

  3. Fairness in optimizing bus-crew scheduling process.

    PubMed

    Ma, Jihui; Song, Cuiying; Ceder, Avishai Avi; Liu, Tao; Guan, Wei

    2017-01-01

    This work proposes a model considering fairness in the problem of crew scheduling for bus drivers (CSP-BD) using a hybrid ant-colony optimization (HACO) algorithm to solve it. The main contributions of this work are the following: (a) a valid approach for cases with a special cost structure and constraints considering the fairness of working time and idle time; (b) an improved algorithm incorporating Gamma heuristic function and selecting rules. The relationships of each cost are examined with ten bus lines collected from the Beijing Public Transport Holdings (Group) Co., Ltd., one of the largest bus transit companies in the world. It shows that unfair cost is indirectly related to common cost, fixed cost and extra cost and also the unfair cost approaches to common and fixed cost when its coefficient is twice of common cost coefficient. Furthermore, the longest time for the tested bus line with 1108 pieces, 74 blocks is less than 30 minutes. The results indicate that the HACO-based algorithm can be a feasible and efficient optimization technique for CSP-BD, especially with large scale problems.

  4. Bus--carpool FWY lanes in San Francisco area

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Newman, L.

    1976-11-01

    The California Department of Transportation is studying ways to increase the use of the urban freeway systems that will accommodate the maximum number of people with the least delay and the maximum possible safety in a cost-effective way. This paper describes operational features of four different projects under way, namely: a contraflow bus lane; a part-time bus lane in the same direction and unseparated from normal traffic; a bus-carpool lane also in the same direction and unseparated from normal traffic; and a preferential access to a metered freeway. (MCW)

  5. Potential Influence of Metro on Bus: A Case Study

    NASA Astrophysics Data System (ADS)

    Selvakumar, M.; Abishek Reddy, M.; Sathish, V.; Venkatesh, R.

    2018-06-01

    A modal shift occurs when one mode of transport has a comparative advantage in a similar market over another. The present work concerns with the development of modal shift model for urban travel in Chennai, India. The modal shift model was calibrated using binary logit technique and validated using hold-out sample method. The validated model was used to predict the probability of shift in selected corridor. The recent introduction of metro rail in Chennai has lead to an increasing competition among public transport modes. To study the influence of metro on bus transport, a Stated Preference (SP) survey was conducted among express bus travellers. Using the SP survey data, a modal shift model was calibrated to estimate the plausible shift from bus to metro. Results indicate that variables like fare- difference, age, and income play an important role in the shift behaviour. When metro fare increases with respect to express bus fare, bus passengers are less willing to use metro and vice-versa.

  6. Potential Influence of Metro on Bus: A Case Study

    NASA Astrophysics Data System (ADS)

    Selvakumar, M.; Abishek Reddy, M.; Sathish, V.; Venkatesh, R.

    2018-03-01

    A modal shift occurs when one mode of transport has a comparative advantage in a similar market over another. The present work concerns with the development of modal shift model for urban travel in Chennai, India. The modal shift model was calibrated using binary logit technique and validated using hold-out sample method. The validated model was used to predict the probability of shift in selected corridor. The recent introduction of metro rail in Chennai has lead to an increasing competition among public transport modes. To study the influence of metro on bus transport, a Stated Preference (SP) survey was conducted among express bus travellers. Using the SP survey data, a modal shift model was calibrated to estimate the plausible shift from bus to metro. Results indicate that variables like fare-difference, age, and income play an important role in the shift behaviour. When metro fare increases with respect to express bus fare, bus passengers are less willing to use metro and vice-versa.

  7. Relative importance of school bus-related microenvironments to children's pollutant exposure.

    PubMed

    Behrentz, Eduardo; Sabin, Lisa D; Winer, Arthur M; Fitz, Dennis R; Pankratz, David V; Colome, Steven D; Fruin, Scott A

    2005-10-01

    Real-time concentrations of black carbon, particle-bound polycyclic aromatic hydrocarbons, nitrogen dioxide, and fine particulate counts, as well as integrated and real-time fine particulate matter (PM2.5) mass concentrations were measured inside school buses during long commutes on Los Angeles Unified School District bus routes, at bus stops along the routes, at the bus loading/unloading zone in front of the selected school, and at nearby urban "background" sites. Across all of the pollutants, mean concentrations during bus commutes were higher than in any other microenvironment. Mean exposures (mean concentration times time spent in a particular microenvironment) in bus commutes were between 50 and 200 times greater than those for the loading/unloading microenvironment, and 20-40 times higher than those for the bus stops, depending on the pollutant. Although the analyzed school bus commutes represented only 10% of a child's day, on average they contributed one-third of a child's 24-hr overall black carbon exposure during a school day. For species closely related to vehicle exhaust, the within- cabin exposures were generally dominated by the effect of surrounding traffic when windows were open and by the bus's own exhaust when windows were closed. Low-emitting buses generally exhibited high concentrations only when traveling behind a diesel vehicle, whereas high-emitting buses exhibited high concentrations both when following other diesel vehicles and when idling without another diesel vehicle in front of the bus. To reduce school bus commute exposures, we recommend minimizing commute times, avoiding caravanning with other school buses, using the cleanest buses for the longest bus routes, maintaining conventional diesel buses to eliminate visible emissions, and transitioning to cleaner fuels and advanced particulate control technologies as soon as possible.

  8. FAST BUS Test Box (LAIKA) (Engineering Materials)

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Not Available

    1983-01-01

    The assembly drawing AD 135-518-00-RO, and the drawings referenced thereon, provide the data and specifications for constructing the LAIKA Test Box. Some drawings are not available, although they are listed on the material lists included. The assembly is a manual tester for FAST BUS modules, both masters and slaves. FAST BUS signals are generated by means of switches or push buttons and provide the state of the bus lines by lighting LED's. The box acts as either a master or slave - depending upon the module under test. It also acts as an ATC to test the arbitration logic ofmore » a master or ATC device.« less

  9. Compressed natural gas bus safety: a quantitative risk assessment.

    PubMed

    Chamberlain, Samuel; Modarres, Mohammad

    2005-04-01

    This study assesses the fire safety risks associated with compressed natural gas (CNG) vehicle systems, comprising primarily a typical school bus and supporting fuel infrastructure. The study determines the sensitivity of the results to variations in component failure rates and consequences of fire events. The components and subsystems that contribute most to fire safety risk are determined. Finally, the results are compared to fire risks of the present generation of diesel-fueled school buses. Direct computation of the safety risks associated with diesel-powered vehicles is possible because these are mature technologies for which historical performance data are available. Because of limited experience, fatal accident data for CNG bus fleets are minimal. Therefore, this study uses the probabilistic risk assessment (PRA) approach to model and predict fire safety risk of CNG buses. Generic failure data, engineering judgments, and assumptions are used in this study. This study predicts the mean fire fatality risk for typical CNG buses as approximately 0.23 fatalities per 100-million miles for all people involved, including bus passengers. The study estimates mean values of 0.16 fatalities per 100-million miles for bus passengers only. Based on historical data, diesel school bus mean fire fatality risk is 0.091 and 0.0007 per 100-million miles for all people and bus passengers, respectively. One can therefore conclude that CNG buses are more prone to fire fatality risk by 2.5 times that of diesel buses, with the bus passengers being more at risk by over two orders of magnitude. The study estimates a mean fire risk frequency of 2.2 x 10(-5) fatalities/bus per year. The 5% and 95% uncertainty bounds are 9.1 x 10(-6) and 4.0 x 10(-5), respectively. The risk result was found to be affected most by failure rates of pressure relief valves, CNG cylinders, and fuel piping.

  10. A dual-heterodyne laser interferometer for simultaneous measurement of linear and angular displacements.

    PubMed

    Yan, Hao; Duan, Hui-Zong; Li, Lin-Tao; Liang, Yu-Rong; Luo, Jun; Yeh, Hsien-Chi

    2015-12-01

    Picometer laser interferometry is an essential tool for ultra-precision measurements in frontier scientific research and advanced manufacturing. In this paper, we present a dual-heterodyne laser interferometer for simultaneously measuring linear and angular displacements with resolutions of picometer and nanoradian, respectively. The phase measurement method is based on cross-correlation analysis and realized by a PXI-bus data acquisition system. By implementing a dual-heterodyne interferometer with a highly symmetric optical configuration, low frequency noises caused by the environmental fluctuations can be suppressed to very low levels via common-mode noise rejection. Experimental results for the dual-heterodyne interferometer configuration presented demonstrate that the noise levels of the linear and angular displacement measurements are approximately 1 pm/Hz(1/2) and 0.5 nrad/Hz(1/2) at 1 Hz.

  11. HERMES travels by CAN bus

    NASA Astrophysics Data System (ADS)

    Waller, Lewis G.; Shortridge, Keith; Farrell, Tony J.; Vuong, Minh; Muller, Rolf; Sheinis, Andrew I.

    2014-07-01

    The new HERMES spectrograph represents the first foray by AAO into the use of commercial off-the-shelf industrial field bus technology for instrument control, and we regard the final system, with its relatively simple wiring requirements, as a great success. However, both software and hardware teams had to work together to solve a number of problems integrating the chosen CANopen/CAN bus system into our normal observing systems. A Linux system running in an industrial PC chassis ran the HERMES control software, using a PCI CAN bus interface connected to a number of distributed CANopen/CAN bus I/O devices and servo amplifiers. In the main, the servo amplifiers performed impressively, although some experimentation with homing algorithms was required, and we hit a significant hurdle when we discovered that we needed to disable some of the encoders used during observations; we learned a lot about how servo amplifiers respond when their encoders are turned off, and about how encoders react to losing power. The software was based around a commercial CANopen library from Copley Controls. Early worries about how this heavily multithreaded library would work with our standard data acquisition system led to the development of a very low-level CANopen software simulator to verify the design. This also enabled the software group to develop and test almost all the control software well in advance of the construction of the hardware. In the end, the instrument went from initial installation at the telescope to successful commissioning remarkably smoothly.

  12. Connecticut DOT statewide bus system study : executive summary

    DOT National Transportation Integrated Search

    2000-07-01

    The Connecticut Statewide Bus System Study has been undertaken to ensure that bus transit in Connecticut serves continuing needs in the most efficient manner possible. The Study has taken a comprehensive look at the state's twenty urban and rural tra...

  13. 49 CFR 383.123 - Requirements for a school bus endorsement.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 49 Transportation 5 2011-10-01 2011-10-01 false Requirements for a school bus endorsement. 383.123... Requirements for a school bus endorsement. (a) An applicant for the school bus endorsement must satisfy the... for school buses by State or Federal law or regulation. (ii) Emergency exits and procedures for safely...

  14. Unhealthy and healthy weight control behaviours among bus operators.

    PubMed

    Escoto, K H; French, S A

    2012-03-01

    Urban bus operators are an occupational group with high rates of overweight and obesity. Understanding methods bus operators use for weight control may be important; there may be increased risk for these workers to engage in less healthy weight management behaviours due to stressful working conditions. To examine the prevalence of unhealthy and healthy weight control behaviours used by bus operators and examine associations between use of unhealthy weight control behaviours and work-related and sociodemographic variables. Bus operators from four different transit garages were invited to complete a self-administered survey; height and weight were measured by research staff. Unhealthy and healthy weight control behaviours, work hours, work schedule and social support were measured with self-report items on the employee survey. Logistic regression analysis was conducted to estimate associations. Nearly 60% of bus operators endorsed at least one unhealthy method; over 50% reported skipping meals, 30% fasted and 10% reported taking diet pills in the past year. Bus operator gender, race, body mass index status and hours worked per week showed significant associations with using at least one unhealthy weight control behaviour. Worksite interventions should emphasize the benefit of healthy eating and physical activity but should also address the use of less healthy methods for weight control for individuals employed in transportation occupations.

  15. Hydrogen-oxygen driven Zero Emissions bus draws attention at KSC

    NASA Technical Reports Server (NTRS)

    1999-01-01

    KSC employees, along with Center Director Roy Bridges (second from left), view the hydrogen-oxygen driven engine powering a Zero Emissions (ZE) transit bus. Provided by dbb fuel cell engines inc. of Vancouver, Canada, the ZE bus was brought to KSC as part of the Center's Alternative Fuel Initiatives Program. The bus uses a Proton Exchange Membrane fuel cell in which hydrogen and oxygen, from atmospheric air, react to produce electricity that powers an electric motor drive system. The by-product 'exhaust' from the fuel cell is water vapor, thus zero harmful emissions. A typical diesel-powered bus emits more than a ton of harmful pollutants from its exhaust every year. Available for viewing by employees, the ZE bus is also being used on tour routes at the KSC Visitor Complex Oct. 26-27.

  16. American Fuel Cell Bus Project Evaluation : Third Report

    DOT National Transportation Integrated Search

    2017-05-01

    This report presents results of the American Fuel Cell Bus (AFCB) Project, a demonstration of fuel cell electric buses (FCEB) operating in the Coachella Valley area of California. The AFCB, built on an ElDorado National-California 40-foot Axess bus p...

  17. Heavy Duty Diesel Truck and Bus Hybrid Powertrain Study

    DTIC Science & Technology

    2012-03-01

    electric 22 ft. bus that offers greater range than battery-electric buses can provide. Designed to seat 22 passengers plus standees, this Ebus model...system that has both parallel and series operating modes. The relatively low volume of many truck and bus designs has inhibited the development of...that battery packs need to be designed for 50,000 lifetime energy storage cycles in a hybrid transit bus vs. just 3,600 cycles in the typical

  18. Classroom Activities in School Bus and Pedestrian Safety Education. Bulletin No. 93138.

    ERIC Educational Resources Information Center

    Wisconsin State Dept. of Transportation, Madison.

    School bus and related pedestrian safety education is prevention-oriented so that students will learn how to avoid bus-related accidents. This manual provides lesson plans emphasizing the school bus stop, loading and unloading zones, emergency evacuation drills, and appropriate behavior on the school bus. The guide also recognizes demographic…

  19. Common Traffic Violations of Bus Drivers in Urban China: An Observational Study.

    PubMed

    Wang, Qiqi; Zhang, Wei; Yang, Rendong; Huang, Yuanxiu; Zhang, Lin; Ning, Peishan; Cheng, Xunjie; Schwebel, David C; Hu, Guoqing; Yao, Hongyan

    2015-01-01

    To report common traffic violations in bus drivers and the factors that influence those violations in urban China. We conducted an observational study to record three types of traffic violations among bus drivers in Changsha City, China: illegal stopping at bus stations, violating traffic light signals, and distracted driving. The behaviors of bus drivers on 32 routes (20% of bus routes in the city) were observed. A two-level Poisson regression examined factors that predicted bus driver violations. The incidence of illegal stopping at bus stations was 20.2%. Illegal stopping was less frequent on weekends, sunny days, and at stations with cameras, with adjusted incidence rate ratios (IRRs) of 0.81, 0.65 and 0.89, respectively. The incidence of violating traffic light signals was 2.2%, and was lower on cloudy than sunny days (adjusted IRR: 0.60). The incidence of distracted driving was 3.3%. The incidence of distracted driving was less common on cloudy days, rainy or snowy days, and foggy/windy/dusty days compared to sunny days, with adjusted IRRs of 0.54, 0.55 and 0.07, respectively. Traffic violations are common in bus drivers in urban China and they are associated with the date, weather, and presence of traffic cameras at bus station. Further studies are recommended to understand the behavioral mechanisms that may explain bus driver violations and to develop feasible prevention measures.

  20. Improved diagonal queue medical image steganography using Chaos theory, LFSR, and Rabin cryptosystem.

    PubMed

    Jain, Mamta; Kumar, Anil; Choudhary, Rishabh Charan

    2017-06-01

    In this article, we have proposed an improved diagonal queue medical image steganography for patient secret medical data transmission using chaotic standard map, linear feedback shift register, and Rabin cryptosystem, for improvement of previous technique (Jain and Lenka in Springer Brain Inform 3:39-51, 2016). The proposed algorithm comprises four stages, generation of pseudo-random sequences (pseudo-random sequences are generated by linear feedback shift register and standard chaotic map), permutation and XORing using pseudo-random sequences, encryption using Rabin cryptosystem, and steganography using the improved diagonal queues. Security analysis has been carried out. Performance analysis is observed using MSE, PSNR, maximum embedding capacity, as well as by histogram analysis between various Brain disease stego and cover images.

  1. Transit Bus Safety Oversight

    DOT National Transportation Integrated Search

    1998-11-17

    After the National Transportation Safety Board conducted several accident investigations involving transit buses (Normandy, Missouri; Cosmopolis, Washington; New York, New York; and Nashville, Tennesee) and held a public hearing on transit bus safety...

  2. Effect of bus-stop spacing on mobile emissions in urban areas.

    DOT National Transportation Integrated Search

    2003-01-01

    The operational effect of bus-stop spacing has been a critical issue. Closely spaced bus stops : disrupt the traffic flow on the bus route, particularly during peak hours because buses make frequent stops : to provide services to customers. The disru...

  3. 75 FR 20034 - Over-the-Road Bus Accessibility Program Grants: Corrections

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-04-16

    ... DEPARTMENT OF TRANSPORTATION Federal Transit Administration Over-the-Road Bus Accessibility... ``Over-the-Road Bus Accessibility Program Grants,'' extends the application deadline, and allows... comply with the terms and conditions of the Special Warranty for the Over-the-Road Bus Accessibility...

  4. Method and systems for a radiation tolerant bus interface circuit

    NASA Technical Reports Server (NTRS)

    Kinstler, Gary A. (Inventor)

    2007-01-01

    A bus management tool that allows communication to be maintained between a group of nodes operatively connected on two busses in the presence of radiation by transmitting periodically a first message from one to another of the nodes on one of the busses, determining whether the first message was received by the other of the nodes on the first bus, and when it is determined that the first message was not received by the other of the nodes, transmitting a recovery command to the other of the nodes on a second of the of busses. Methods, systems, and articles of manufacture consistent with the present invention also provide for a bus recovery tool on the other node that re-initializes a bus interface circuit operatively connecting the other node to the first bus in response to the recovery command.

  5. Hydrogen-oxygen driven Zero Emissions bus draws attention at KSC

    NASA Technical Reports Server (NTRS)

    1999-01-01

    On view in front of the Headquarters Building, the Zero Emissions (ZE) transit bus attracts an interested group of employees, including Center Director Roy Bridges (second from left in foreground). Provided by dbb fuel cell engines inc. of Vancouver, Canada, the ZE bus was brought to KSC as part of the Center's Alternative Fuel Initiatives Program. The bus uses a Proton Exchange Membrane fuel cell in which hydrogen and oxygen, from atmospheric air, react to produce electricity that powers an electric motor drive system. The by-product 'exhaust' from the fuel cell is water vapor, thus zero harmful emissions. A typical diesel-powered bus emits more than a ton of harmful pollutants from its exhaust every year. Available for viewing by employees, the ZE bus is also being used on tour routes at the KSC Visitor Complex Oct. 26-27.

  6. Hydrogen-oxygen driven Zero Emissions bus draws attention at KSC

    NASA Technical Reports Server (NTRS)

    1999-01-01

    In front of the Headquarters Building at KSC, Center Director Roy Bridges (left) looks at the hydrogen-oxygen driven engine powering a Zero Emissions (ZE) transit bus. Provided by dbb fuel cell engines inc. of Vancouver, Canada, the ZE bus was brought to KSC as part of the Center's Alternative Fuel Initiatives Program. The bus uses a Proton Exchange Membrane fuel cell in which hydrogen and oxygen, from atmospheric air, react to produce electricity that powers an electric motor drive system. The by- product 'exhaust' from the fuel cell is water vapor, thus zero harmful emissions. A typical diesel-powered bus emits more than a ton of harmful pollutants from its exhaust every year. Available for viewing by employees, the ZE bus is also being used on tour routes at the KSC Visitor Complex Oct. 26-27.

  7. Fuel Cell Hybrid Bus Lands at Hickam AFB

    DOT National Transportation Integrated Search

    2004-09-22

    A FUEL CELL HYBRID ELECTRIC BUS was unveiled at Honolulus Hickam Air Force Base (Hickam AFB) in February 2004, becoming the first fuel cell vehicle in Hawaii and the first in the U.S. Air Force. The 30-foot flight crew shuttle bus will undergo 1 y...

  8. Queueing-Based Synchronization and Entrainment for Synthetic Gene Oscillators

    NASA Astrophysics Data System (ADS)

    Mather, William; Butzin, Nicholas; Hochendoner, Philip; Ogle, Curtis

    Synthetic gene oscillators have been a major focus of synthetic biology research since the beginning of the field 15 years ago. They have proven to be useful both for biotechnological applications as well as a testing ground to significantly develop our understanding of the design principles behind synthetic and native gene oscillators. In particular, the principles governing synchronization and entrainment of biological oscillators have been explored using a synthetic biology approach. Our work combines experimental and theoretical approaches to specifically investigate how a bottleneck for protein degradation, which is present in most if not all existing synthetic oscillators, can be leveraged to robustly synchronize and entrain biological oscillators. We use both the terminology and mathematical tools of queueing theory to intuitively explain the role of this bottleneck in both synchronization and entrainment, which extends prior work demonstrating the usefulness of queueing theory in synthetic and native gene circuits. We conclude with an investigation of how synchronization and entrainment may be sensitive to the presence of multiple proteolytic pathways in a cell that couple weakly through crosstalk. This work was supported by NSF Grant #1330180.

  9. HEARING IMPAIRMENT AND HYPERTENSION AMONG LONG DISTANCE BUS DRIVERS

    PubMed Central

    Abdelmoneim, Ismail

    2003-01-01

    Objectives: To investigate the prevalence of possible hearing impairment and hypertension in long distance bus drivers compared to the city bus drivers in Abha city. Methods: This was a cross-sectional study involving 62 long distance bus drivers and 46 city bus drivers from October 2001 to March 2002. A specially-designed questionnaire was administered to the drivers to explore some of their socioeconomic backgrounds. A pure tone air conduction audiometry and blood pressure measurements were performed. Results: Long distance bus drivers’ workload is significantly higher than that of city drivers (total weekly hours 64.0±14.3 compared to 46.7±5.5). Hearing impairment was significantly more among long distance drivers in the frequencies of 250, 500, 1000 and 2000 Hz especially in the left ear even after age corrections. The prevalence of mild hearing loss and hypertension were also higher among the long distance drivers (19.4% vs 4.5% and 38.7% vs 13% respectively). Conclusion and recommendations: This study showed more hearing affection and a higher prevalence of hypertension among long distance bus drivers than their counterparts operating in the city. Their hearing acuity should be tested before they start work and regularly afterwards. The stresses and strains of the job should be further studied and relieved; and regular health checks including blood pressure monitoring are to be instituted. PMID:23012034

  10. The Wheels on the Bus Go “Buy Buy Buy”: School Bus Advertising Laws

    PubMed Central

    2012-01-01

    School buses, a practical necessity for millions of children, are at the center of new efforts to raise revenue. School bus advertising laws bring public health and commercialization concerns to the school setting. In doing so, they potentially expose school districts to First Amendment lawsuits. I examined various school bus advertising bills and laws. I reviewed First Amendment “forum analysis” as applied in the transit and school settings to clarify how this legal test may affect school districts subject to such laws. I have made recommendations for school districts to enact appropriate policies to ensure that such advertising does not undermine public health and to enable the districts to maintain control over their property. PMID:22742065

  11. Common Traffic Violations of Bus Drivers in Urban China: An Observational Study

    PubMed Central

    Yang, Rendong; Huang, Yuanxiu; Zhang, Lin; Ning, Peishan; Cheng, Xunjie; Schwebel, David C.

    2015-01-01

    Objective To report common traffic violations in bus drivers and the factors that influence those violations in urban China. Methods We conducted an observational study to record three types of traffic violations among bus drivers in Changsha City, China: illegal stopping at bus stations, violating traffic light signals, and distracted driving. The behaviors of bus drivers on 32 routes (20% of bus routes in the city) were observed. A two-level Poisson regression examined factors that predicted bus driver violations. Results The incidence of illegal stopping at bus stations was 20.2%. Illegal stopping was less frequent on weekends, sunny days, and at stations with cameras, with adjusted incidence rate ratios (IRRs) of 0.81, 0.65 and 0.89, respectively. The incidence of violating traffic light signals was 2.2%, and was lower on cloudy than sunny days (adjusted IRR: 0.60). The incidence of distracted driving was 3.3%. The incidence of distracted driving was less common on cloudy days, rainy or snowy days, and foggy/windy/dusty days compared to sunny days, with adjusted IRRs of 0.54, 0.55 and 0.07, respectively. Conclusion Traffic violations are common in bus drivers in urban China and they are associated with the date, weather, and presence of traffic cameras at bus station. Further studies are recommended to understand the behavioral mechanisms that may explain bus driver violations and to develop feasible prevention measures. PMID:26372105

  12. Rationale choosing interval of a piecewise-constant approximation of input rate of non-stationary queue system

    NASA Astrophysics Data System (ADS)

    Korelin, Ivan A.; Porshnev, Sergey V.

    2018-01-01

    The paper demonstrates the possibility of calculating the characteristics of the flow of visitors to objects carrying out mass events passing through checkpoints. The mathematical model is based on the non-stationary queuing system (NQS) where dependence of requests input rate from time is described by the function. This function was chosen in such way that its properties were similar to the real dependencies of speed of visitors arrival on football matches to the stadium. A piecewise-constant approximation of the function is used when statistical modeling of NQS performing. Authors calculated the dependencies of the queue length and waiting time for visitors to service (time in queue) on time for different laws. Time required to service the entire queue and the number of visitors entering the stadium at the beginning of the match were calculated too. We found the dependence for macroscopic quantitative characteristics of NQS from the number of averaging sections of the input rate.

  13. COMPARISON OF PARALLEL AND SERIES HYBRID POWERTRAINS FOR TRANSIT BUS APPLICATION

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gao, Zhiming; Daw, C Stuart; Smith, David E

    2016-01-01

    The fuel economy and emissions of both conventional and hybrid buses equipped with emissions aftertreatment were evaluated via computational simulation for six representative city bus drive cycles. Both series and parallel configurations for the hybrid case were studied. The simulation results indicate that series hybrid buses have the greatest overall advantage in fuel economy. The series and parallel hybrid buses were predicted to produce similar CO and HC tailpipe emissions but were also predicted to have reduced NOx tailpipe emissions compared to the conventional bus in higher speed cycles. For the New York bus cycle (NYBC), which has the lowestmore » average speed among the cycles evaluated, the series bus tailpipe emissions were somewhat higher than they were for the conventional bus, while the parallel hybrid bus had significantly lower tailpipe emissions. All three bus powertrains were found to require periodic active DPF regeneration to maintain PM control. Plug-in operation of series hybrid buses appears to offer significant fuel economy benefits and is easily employed due to the relatively large battery capacity that is typical of the series hybrid configuration.« less

  14. GeoBus: sharing science research with schools

    NASA Astrophysics Data System (ADS)

    Roper, Kathryn; Robinson, Ruth; Moorhouse, Ben

    2016-04-01

    GeoBus (www.geobus.org.uk) is an educational outreach project that was developed in 2012 by the Department of Earth and Environmental Sciences at the University of St Andrews, and it is currently sponsored by industry, NERC, The Crown Estate, and the Scottish Government. The aims of GeoBus are to support the teaching of Earth Science in secondary (middle and high) schools by providing teaching support to schools that have little or no experience in teaching this subject. This is, in part, done through the sharing of new science research outcomes and the experiences of young researchers with school pupils to provide a bridge between industry, higher education institutions, research councils and schools. Since its launch, over 40,000 pupils will have been involved in experiential Earth science learning activities in 190 different schools (over 400 separate visits) across the length and breadth of Scotland: many of these schools are in remote and disadvantaged regions. A new GeoBus project is under development within the Department of Earth Sciences at UCL in London. A key aim of GeoBus is to incorporate new research into our workshops with the main challenge being the development of appropriate resources that incorporate the key learning aims and requirements of the science and geography curricula. GeoBus works closely with researchers, teachers and educational practitioners to tailor the research outcomes to the curricula as much as possible. Over the past four years, GeoBus has developed 17 workshops, 5 challenge events and extensive field trips and each of these activities are trialled and evaluated within the university, and adjustments are made before the activities are delivered in schools. Activities are continually reviewed and further developments are made in response to both teacher and pupil feedback. This critical reflection of the project's success and impact is important to insure a positive and significant contribution to the science learning in

  15. Simple Queueing Model Applied to the City of Portland

    NASA Astrophysics Data System (ADS)

    Simon, Patrice M.; Esser, Jörg; Nagel, Kai

    We use a simple traffic micro-simulation model based on queueing dynamics as introduced by Gawron [IJMPC, 9(3):393, 1998] in order to simulate traffic in Portland/Oregon. Links have a flow capacity, that is, they do not release more vehicles per second than is possible according to their capacity. This leads to queue built-up if demand exceeds capacity. Links also have a storage capacity, which means that once a link is full, vehicles that want to enter the link need to wait. This leads to queue spill-back through the network. The model is compatible with route-plan-based approaches such as TRANSIMS, where each vehicle attempts to follow its pre-computed path. Yet, both the data requirements and the computational requirements are considerably lower than for the full TRANSIMS microsimulation. Indeed, the model uses standard emme/2 network data, and runs about eight times faster than real time with more than 100 000 vehicles simultaneously in the simulation on a single Pentium-type CPU. We derive the model's fundamental diagrams and explain it. The simulation is used to simulate traffic on the emme/2 network of the Portland (Oregon) metropolitan region (20 000 links). Demand is generated by a simplified home-to-work destination assignment which generates about half a million trips for the morning peak. Route assignment is done by iterative feedback between micro-simulation and router. An iterative solution of the route assignment for the above problem can be achieved within about half a day of computing time on a desktop workstation. We compare results with field data and with results of traditional assignment runs by the Portland Metropolitan Planning Organization. Thus, with a model such as this one, it is possible to use a dynamic, activities-based approach to transportation simulation (such as in TRANSIMS) with affordable data and hardware. This should enable systematic research about the coupling of demand generation, route assignment, and micro

  16. Survey on the implementation and reliability of CubeSat electrical bus interfaces

    NASA Astrophysics Data System (ADS)

    Bouwmeester, Jasper; Langer, Martin; Gill, Eberhard

    2017-06-01

    This paper provides results and conclusions on a survey on the implementation and reliability aspects of CubeSat bus interfaces, with an emphasis on the data bus and power distribution. It provides recommendations for a future CubeSat bus standard. The survey is based on a literature study and a questionnaire representing 60 launched CubeSats and 44 to be launched CubeSats. It is found that the bus interfaces are not the main driver for mission failures. However, it is concluded that the Inter Integrated Circuit (I2C) data bus, as implemented in a great majority of the CubeSats, caused some catastrophic satellite failures and a vast amount of bus lockups. The power distribution may lead to catastrophic failures if the power lines are not protected against overcurrent. A connector and wiring standard widely implemented in CubeSats is based on the PC/104 standard. Most participants find the 104 pin connector of this standard too large. For a future CubeSat bus interface standard, it is recommended to implement a reliable data bus, a power distribution with overcurrent protection and a wiring harness with smaller connectors compared with PC/104.

  17. Queues and care: how medical residents organize their work in a busy clinic.

    PubMed

    Finlay, W; Mutran, E J; Zeitler, R R; Randall, C S

    1990-09-01

    How do medical residents organize their work in settings where queue demands are heavy and resources are limited? Under such conditions, a queue theory would predict the delivery of care that is indifferent to clients' needs or that gets rid of clients as quickly as possible. In an exploratory case study of medical residents in a Veterans Administration outpatient clinic, we found instead that the medical residents' work was characterized by a high level of professional commitment: they provided thorough medical examinations and attempted to expedite patient care in other ways. We attribute the residents' professional ethos to opportunities provided in the VA hospital to learn the craft of routine medicine and to be directly responsible for patient care; such opportunities were not available in other settings.

  18. 49 CFR 571.220 - Standard No. 220; School bus rollover protection.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 6 2010-10-01 2010-10-01 false Standard No. 220; School bus rollover protection... STANDARDS Federal Motor Vehicle Safety Standards § 571.220 Standard No. 220; School bus rollover protection. S1. Scope. This standard establishes performance requirements for school bus rollover protection. S2...

  19. Characterizing the range of children's air pollutant exposure during school bus commutes.

    PubMed

    Sabin, Lisa D; Behrentz, Eduardo; Winer, Arthur M; Jeong, Seong; Fitz, Dennis R; Pankratz, David V; Colome, Steven D; Fruin, Scott A

    2005-09-01

    Real-time and integrated measurements of gaseous and particulate pollutants were conducted inside five conventional diesel school buses, a diesel bus with a particulate trap, and a bus powered by compressed natural gas (CNG) to determine the range of children's exposures during school bus commutes and conditions leading to high exposures. Measurements were made during 24 morning and afternoon commutes on two Los Angeles Unified School District bus routes from South to West Los Angeles, with seven additional runs on a rural/suburban route, and three runs to test the effect of window position. For these commutes, the mean concentrations of diesel vehicle-related pollutants ranged from 0.9 to 19 microg/m(3) for black carbon, 23 to 400 ng/m(3) for particle-bound polycyclic aromatic hydrocarbon (PB-PAH), and 64 to 220 microg/m(3) for NO(2). Concentrations of benzene and formaldehyde ranged from 0.1 to 11 microg/m(3) and 0.3 to 5 microg/m(3), respectively. The highest real-time concentrations of black carbon, PB-PAH and NO(2) inside the buses were 52 microg/m(3), 2000 ng/m(3), and 370 microg/m(3), respectively. These pollutants were significantly higher inside conventional diesel buses compared to the CNG bus, although formaldehyde concentrations were higher inside the CNG bus. Mean black carbon, PB-PAH, benzene and formaldehyde concentrations were higher when the windows were closed, compared with partially open, in part, due to intrusion of the bus's own exhaust into the bus cabin, as demonstrated through the use of a tracer gas added to each bus's exhaust. These same pollutants tended to be higher on urban routes compared to the rural/suburban route, and substantially higher inside the bus cabins compared to ambient measurements. Mean concentrations of pollutants with substantial secondary formation, such as PM(2.5), showed smaller differences between open and closed window conditions and between bus routes. Type of bus, traffic congestion levels, and encounters with

  20. Small Bus Manufacturing Industry

    DOT National Transportation Integrated Search

    1985-01-01

    This report is an examination of the small bus manufacturing industry with the objectives of: (1) providing a systematic understanding of the diversity of vehicle types and manufacturers and (2) identifying important economic trends in the industry t...

  1. Self-organization of critical behavior in controlled general queueing models

    NASA Astrophysics Data System (ADS)

    Blanchard, Ph.; Hongler, M.-O.

    2004-03-01

    We consider general queueing models of the (G/G/1) type with service times controlled by the busy period. For feedback control mechanisms driving the system to very high traffic load, it is shown the busy period probability density exhibits a generic - {3}/{2} power law which is a typical mean field behavior of SOC models.

  2. Augmented Thermal Bus

    NASA Technical Reports Server (NTRS)

    Schrage, Dean S. (Inventor)

    1996-01-01

    The present invention is directed to an augmented thermal bus. In the present design a plurality of thermo-electric heat pumps are used to couple a source plate to a sink plate. Each heat pump is individually controlled by a model based controller. The controller coordinates the heat pumps to maintain isothermality in the source.

  3. Augmented thermal bus

    NASA Technical Reports Server (NTRS)

    Schrage, Dean S. (Inventor)

    1993-01-01

    The present invention is directed to an augmented thermal bus. In the present design a plurity of thermo-electric heat pumps are used to couple a source plate to a sink plate. Each heat pump is individually controlled by a model based controller. The controller coordinates the heat pump to maintain isothermality in the source.

  4. Design of a CAN bus interface for photoelectric encoder in the spaceflight camera

    NASA Astrophysics Data System (ADS)

    Sun, Ying; Wan, Qiu-hua; She, Rong-hong; Zhao, Chang-hai; Jiang, Yong

    2009-05-01

    In order to make photoelectric encoder usable in a spaceflight camera which adopts CAN bus as the communication method, CAN bus interface of the photoelectric encoder is designed in this paper. CAN bus interface hardware circuit of photoelectric encoder consists of CAN bus controller SJA 1000, CAN bus transceiver TJA1050 and singlechip. CAN bus interface controlling software program is completed in C language. A ten-meter shield twisted pair line is used as the transmission medium in the spaceflight camera, and speed rate is 600kbps.The experiments show that: the photoelectric encoder with CAN bus interface which has the advantages of more reliability, real-time, transfer rate and transfer distance overcomes communication line's shortcomings of classical photoelectric encoder system. The system works well in automatic measuring and controlling system.

  5. Small Explorer Data System MIL-STD-1773 fiber optic bus

    NASA Technical Reports Server (NTRS)

    Flanegan, Mark; Label, Ken

    1992-01-01

    The MIL-STD-1773 Fiber Optic Data Bus as implemented in the GSFC Small Explorer Data System (SEDS) for the Small Explorer Program is described. It provides an overview of the SEDS MIL-STD-1773 bus components system design considerations, reliability figures, acceptance and qualification testing requirements, radiation requirements and tests, error handling considerations, and component heritage. The first mission using the bus will be launched in June of 1992.

  6. Bus Stops Location and Bus Route Planning Using Mean Shift Clustering and Ant Colony in West Jakarta

    NASA Astrophysics Data System (ADS)

    Supangat, Kenny; Eko Soelistio, Yustinus

    2017-03-01

    Traffic Jam has been a daily problem for people in Jakarta which is one of the busiest city in Indonesia up until now. Even though the official government has tried to reduce the impact of traffic issues by developing a new public transportation which takes up a lot of resources and time, it failed to diminish the problem. The actual concern to this problem actually lies in how people move between places in Jakarta where they always using their own vehicle like cars, and motorcycles that fill most of the street in Jakarta. Among much other public transportations that roams the street of Jakarta, Buses is believed to be an efficient transportation that can move many people at once. However, the location of the bus stop is now have moved to the middle of the main road, and its too far for the nearby residence to access to it. This paper proposes an optimal location of optimal bus stops in West Jakarta that is experimentally proven to have a maximal distance of 350 m. The optimal location is estimated by means of mean shift clustering method while the optimal routes are calculated using Ant Colony algorithm. The bus stops locations rate of error is 0.07% with overall route area of 32 km. Based on our experiments, we believe our proposed bus stop plan can be an interesting alternative to reduce traffic congestion in West Jakarta.

  7. District of Columbia tour bus management initiative final report.

    DOT National Transportation Integrated Search

    2003-10-01

    The objective of the District of Columbia Tour Bus Management Initiative is to develop a plan that will ameliorate the long-standing problems, as identified above, that negatively affect tour bus operations as well as traffic conditions, the visitor ...

  8. Design Report for Isolated RS-485 Bus Node

    DTIC Science & Technology

    2016-07-01

    controlled wired RS-485 network. The Android-based smartphone or tablet is used in conjunction with a USB to serial bridge to operate as the bus master in...Android-based smartphone or tablet is used in conjunction with a USB to serial bridge to operate as the bus master in the system. The Android device

  9. Integration of bus stop counts data with census data for improving bus service.

    DOT National Transportation Integrated Search

    2016-04-01

    This research project produced an open source transit market data visualization and analysis tool suite, : The Bus Transit Market Analyst (BTMA), which contains user-friendly GIS mapping and data : analytics tools, and state-of-the-art transit demand...

  10. Bus Lifecycle Cost Model for Federal Land Management Agencies.

    DOT National Transportation Integrated Search

    2011-09-30

    The Bus Lifecycle Cost Model is a spreadsheet-based planning tool that estimates capital, operating, and maintenance costs for various bus types over the full lifecycle of the vehicle. The model is based on a number of operating characteristics, incl...

  11. Haverhill, Mass. School Bus Company Reduces Idling Under Settlement

    EPA Pesticide Factsheets

    Coppola Bus, Inc., a Haverhill, Mass. company has reduced vehicle idling and therefore reduced diesel emissions, and paid an $18,000 penalty as part of a settlement with the U.S. Environmental Protection Agency for claims of excessive school bus idling.

  12. Connecticut nutmeg fuel cell bus project : first analysis report.

    DOT National Transportation Integrated Search

    2012-07-01

    This report summarizes the experience and early results from a fuel cell bus demonstration funded by the Federal Transit Administra-tion (FTA) under the National Fuel Cell Bus Program (NFCBP). A team led by the Northeast Advanced Vehicle Consortium a...

  13. Automated Bus Diagnostic System Demonstration in New York City

    DOT National Transportation Integrated Search

    1983-12-01

    In response to a growing problem with the quality and efficiency of nationwide bus maintenance practices, an award was granted to the Tri-State Regional Planning Commission for the testing of an automated bus diagnostic system (ABDS). The ABDS was de...

  14. Hydrogen-oxygen driven Zero Emissions bus drives around KSC Visitor Complex

    NASA Technical Reports Server (NTRS)

    1999-01-01

    The Zero Emissions (ZE) transit bus passes a mock-up orbiter named Explorer on a trek through the KSC Visitor Complex. Provided by dbb fuel cell engines inc. of Vancouver, Canada, the ZE bus was brought to KSC as part of the Center's Alternative Fuel Initiatives Program. The bus uses a Proton Exchange Membrane fuel cell in which hydrogen and oxygen, from atmospheric air, react to produce electricity that powers an electric motor drive system. The by-product 'exhaust' from the fuel cell is water vapor, thus zero harmful emissions. A typical diesel-powered bus emits more than a ton of harmful pollutants from its exhaust every year. The ZE bus is being used on tour routes at the KSC Visitor Complex for two days to introduce the public to the concept.

  15. Asymptotically zero power charge-recycling bus architecture for battery-operated ultrahigh data rate ULSI's

    NASA Astrophysics Data System (ADS)

    Yamauchi, Hiroyuki; Akamatsu, Hironori; Fujita, Tsutomu

    1995-04-01

    An asymptotically zero power charge recycling bus (CRB) architecture, featuring virtual stacking of the individual bus-capacitance into a series configuration between supply voltage and ground, has been proposed. This CRB architecture makes it possible to reduce not only each bus-swing but also a total equivalent bus-capacitance of the ultramultibit buses running in parallel. The voltage swing of each bus is given by the recycled charge-supplying from the upper adjacent bus capacitance, instead of the power line. The dramatical power reduction was verified by the simulated and measured data. According to these data, the ultrahigh data rate of 25.6 Gb/s can be achieved while maintaining the power dissipation to be less than 100 mW, which corresponds to less than 10% that of the previously reported 0.9 V suppressed bus-swing scheme, at V(sub cc) = 3.6 V for the bus width of 512 b with the bus-capacitance of 14 pF per bit operating at 50 MHz.

  16. Determination of an Optimal Commercial Data Bus Architecture for a Flight Data System

    NASA Technical Reports Server (NTRS)

    Crawford, Kevin; Johnson, Martin; Humphries, Rick (Technical Monitor)

    2001-01-01

    NASA/Marshall Space Flight Center (MSFC) is continually looking for methods to reduce cost and schedule while keeping the quality of work high. MSFC is NASA's lead center for space transportation and microgravity research. When supporting NASA's programs several decisions concerning the avionics system must be made. Usually many trade studies must be conducted to determine the best ways to meet the customer's requirements. When deciding the flight data system, one of the first trade studies normally conducted is the determination of the data bus architecture. The schedule, cost, reliability, and environments are some of the factors that are reviewed in the determination of the data bus architecture. Based on the studies, the data bus architecture could result in a proprietary data bus or a commercial data bus. The cost factor usually removes the proprietary data bus from consideration. The commercial data bus's range from Versa Module Eurocard (VME) to Compact PCI to STD 32 to PC 104. If cost, schedule and size are prime factors, VME is usually not considered. If the prime factors are cost, schedule, and size then Compact PCI, STD 32 and PC104 are the choices for the data bus architecture. MSFC's center director has funded a study from his discretionary fund to determine an optimal low cost commercial data bus architecture. The goal of the study is to functionally and environmentally test Compact PCI, STD 32 and PC 104 data bus architectures. This paper will summarize the results of the data bus architecture study.

  17. Front Range commuter bus study. Phase 2 : final report

    DOT National Transportation Integrated Search

    2003-10-01

    The goal of Front Range Commuter Bus service would be to provide a commuter bus service that would operate seamlessly with local transit systems and would be run through a partnership with each of the cities, CDOT, RTD and participating private provi...

  18. Optimal Control Strategy Design Based on Dynamic Programming for a Dual-Motor Coupling-Propulsion System

    PubMed Central

    Zhang, Shuo; Zhang, Chengning; Han, Guangwei; Wang, Qinghui

    2014-01-01

    A dual-motor coupling-propulsion electric bus (DMCPEB) is modeled, and its optimal control strategy is studied in this paper. The necessary dynamic features of energy loss for subsystems is modeled. Dynamic programming (DP) technique is applied to find the optimal control strategy including upshift threshold, downshift threshold, and power split ratio between the main motor and auxiliary motor. Improved control rules are extracted from the DP-based control solution, forming near-optimal control strategies. Simulation results demonstrate that a significant improvement in reducing energy loss due to the dual-motor coupling-propulsion system (DMCPS) running is realized without increasing the frequency of the mode switch. PMID:25540814

  19. Optimal control strategy design based on dynamic programming for a dual-motor coupling-propulsion system.

    PubMed

    Zhang, Shuo; Zhang, Chengning; Han, Guangwei; Wang, Qinghui

    2014-01-01

    A dual-motor coupling-propulsion electric bus (DMCPEB) is modeled, and its optimal control strategy is studied in this paper. The necessary dynamic features of energy loss for subsystems is modeled. Dynamic programming (DP) technique is applied to find the optimal control strategy including upshift threshold, downshift threshold, and power split ratio between the main motor and auxiliary motor. Improved control rules are extracted from the DP-based control solution, forming near-optimal control strategies. Simulation results demonstrate that a significant improvement in reducing energy loss due to the dual-motor coupling-propulsion system (DMCPS) running is realized without increasing the frequency of the mode switch.

  20. Synchronizing Data-Bus Messages

    NASA Technical Reports Server (NTRS)

    Harris, L. H.

    1985-01-01

    Adapter allows communications among as many as 30 data processors without central bus controller. Adapter improves reliability of multiprocessor system by eliminating point of failure that causes entire system to fail. Scheme prevents data collisions and eliminates nonessential polling, thereby reducing power consumption.

  1. Transit Bus Manufacturers' Profiles

    DOT National Transportation Integrated Search

    1982-03-01

    This report is an analytic paper addressing the trend toward entry into the U.S. transit bus market by new foreign manufacturers. The purpose of this study is to provide an explanation, and outline the implications of why so many companies are intere...

  2. Analyzing the Relationship Between Bus Pollution Policies and Morbidity Using a Quasi-Experiment

    PubMed Central

    Ngo, Nicole S.

    2015-01-01

    Abstract Transit buses are used by millions of commuters every day, but they emit toxic diesel fumes. In 1988, the U.S. Environmental Protection Agency implemented emission standards for transit buses, which have been continually updated. Yet there is no quantitative evidence of the health benefits from these bus pollution policies due to data constraints and confounding variables. In this study, a quasi-experiment is used to exploit the geographic and temporal variation in emission standards by using bus vintage as a proxy for bus emissions. This is accomplished using a unique, rich panel data set, which includes daily information on bus vintage and route for the New York City Transit bus fleet between 2006 and 2009. This information is merged with daily data on emergency department (ED) visits for respiratory illnesses, which include patients’ residences at the census block level and exact admission date. Economic benefits resulting from these bus pollution policies are then estimated. Results show that stricter transit bus emission standards by the U.S. Environmental Protection Agency for particulate matter are associated with reduced ED visits for respiratory diseases for patients living within a few hundred feet of a bus route. These findings demonstrate that bus pollution policies have made critical improvements to public health. PMID:26376392

  3. Analyzing the Relationship Between Bus Pollution Policies and Morbidity Using a Quasi-Experiment.

    PubMed

    Ngo, Nicole S

    2015-09-01

    Transit buses are used by millions of commuters every day, but they emit toxic diesel fumes. In 1988, the U.S. Environmental Protection Agency implemented emission standards for transit buses, which have been continually updated. Yet there is no quantitative evidence of the health benefits from these bus pollution policies due to data constraints and confounding variables. In this study, a quasi-experiment is used to exploit the geographic and temporal variation in emission standards by using bus vintage as a proxy for bus emissions. This is accomplished using a unique, rich panel data set, which includes daily information on bus vintage and route for the New York City Transit bus fleet between 2006 and 2009. This information is merged with daily data on emergency department (ED) visits for respiratory illnesses, which include patients' residences at the census block level and exact admission date. Economic benefits resulting from these bus pollution policies are then estimated. Results show that stricter transit bus emission standards by the U.S. Environmental Protection Agency for particulate matter are associated with reduced ED visits for respiratory diseases for patients living within a few hundred feet of a bus route. These findings demonstrate that bus pollution policies have made critical improvements to public health.

  4. Chimpanzee females queue but males compete for social status

    PubMed Central

    Foerster, Steffen; Franz, Mathias; Murray, Carson M.; Gilby, Ian C.; Feldblum, Joseph T.; Walker, Kara K.; Pusey, Anne E.

    2016-01-01

    Dominance hierarchies are widespread in animal social groups and often have measureable effects on individual health and reproductive success. Dominance ranks are not static individual attributes, however, but instead are influenced by two independent processes: 1) changes in hierarchy membership and 2) successful challenges of higher-ranking individuals. Understanding which of these processes dominates the dynamics of rank trajectories can provide insights into fitness benefits of within-sex competition. This question has yet to be examined systematically in a wide range of taxa due to the scarcity of long-term data and a lack of appropriate methodologies for distinguishing between alternative causes of rank changes over time. Here, we expand on recent work and develop a new likelihood-based Elo rating method that facilitates the systematic assessment of rank dynamics in animal social groups, even when interaction data are sparse. We apply this method to characterize long-term rank trajectories in wild eastern chimpanzees (Pan troglodytes schweinfurthii) and find remarkable sex differences in rank dynamics, indicating that females queue for social status while males actively challenge each other to rise in rank. Further, our results suggest that natal females obtain a head start in the rank queue if they avoid dispersal, with potential fitness benefits. PMID:27739527

  5. The queueing perspective of asynchronous network coding in two-way relay network

    NASA Astrophysics Data System (ADS)

    Liang, Yaping; Chang, Qing; Li, Xianxu

    2018-04-01

    Asynchronous network coding (NC) has potential to improve the wireless network performance compared with a routing or the synchronous network coding. Recent researches concentrate on the optimization between throughput/energy consuming and delay with a couple of independent input flow. However, the implementation of NC requires a thorough investigation of its impact on relevant queueing systems where few work focuses on. Moreover, few works study the probability density function (pdf) in network coding scenario. In this paper, the scenario with two independent Poisson input flows and one output flow is considered. The asynchronous NC-based strategy is that a new arrival evicts a head packet holding in its queue when waiting for another packet from the other flow to encode. The pdf for the output flow which contains both coded and uncoded packets is derived. Besides, the statistic characteristics of this strategy are analyzed. These results are verified by numerical simulations.

  6. Get off the bus: sound strategy for injury prevention during a tornado?

    PubMed

    Comstock, R Dawn; Mallonee, Sue

    2005-01-01

    On 08 May 2003, a tornado categorized as an F-3 on the Fujita Tornado Scale (the "F Scale") struck an Oklahoma City, Oklahoma commuter bus carrying 24 passengers. The driver evacuated several passengers before the tornado struck. The tornado rolled the bus, and pelted it with debris. A case-series investigation of tornado-related injuries was conducted among passengers who were evacuated to a ditch and those who remained on the bus when the tornado struck. Nineteen of 24 passengers sought care for injuries at hospital emergency departments (injury rate = 79.2%). While a greater number of passengers who were outside the bus when the tornado struck (11) sought care for injuries than did those who remained on the bus (8); passengers outside of the bus suffered fewer injuries than did those who remained on the bus (median number of injuries 3 versus 4), and their injuries were less severe (median injury severity score (ISS) 1 versus 4). For persons caught in motor vehicles during tornado events, this study supports currently accepted recommendations to immediately evacuate and lie in a low-lying area away from motor vehicles if other shelter is unavailable. However, generalizing the experience of bus passengers to automobile drivers might be inappropriate because buses lack the safety features that might protect automobile drivers from tornado-related injuries.

  7. Comparison of Parallel and Series Hybrid Power Trains for Transit Bus Applications

    DOE PAGES

    Gao, Zhiming; Daw, C. Stuart; Smith, David E.; ...

    2016-08-01

    The fuel economy and emissions of conventional and hybrid buses equipped with emissions after treatment were evaluated via computational simulation for six representative city bus drive cycles. Both series and parallel configurations for the hybrid case were studied. The simulation results indicated that series hybrid buses have the greatest overall advantage in fuel economy. The series and parallel hybrid buses were predicted to produce similar carbon monoxide and hydrocarbon tailpipe emissions but were also predicted to have reduced tailpipe emissions of nitrogen oxides compared with the conventional bus in higher speed cycles. For the New York bus cycle, which hasmore » the lowest average speed among the cycles evaluated, the series bus tailpipe emissions were somewhat higher than they were for the conventional bus; the parallel hybrid bus had significantly lower tailpipe emissions. All three bus power trains were found to require periodic active diesel particulate filter regeneration to maintain control of particulate matter. Finally, plug-in operation of series hybrid buses appears to offer significant fuel economy benefits and is easily employed because of the relatively large battery capacity that is typical of the series hybrid configuration.« less

  8. Comparison of Parallel and Series Hybrid Power Trains for Transit Bus Applications

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gao, Zhiming; Daw, C. Stuart; Smith, David E.

    The fuel economy and emissions of conventional and hybrid buses equipped with emissions after treatment were evaluated via computational simulation for six representative city bus drive cycles. Both series and parallel configurations for the hybrid case were studied. The simulation results indicated that series hybrid buses have the greatest overall advantage in fuel economy. The series and parallel hybrid buses were predicted to produce similar carbon monoxide and hydrocarbon tailpipe emissions but were also predicted to have reduced tailpipe emissions of nitrogen oxides compared with the conventional bus in higher speed cycles. For the New York bus cycle, which hasmore » the lowest average speed among the cycles evaluated, the series bus tailpipe emissions were somewhat higher than they were for the conventional bus; the parallel hybrid bus had significantly lower tailpipe emissions. All three bus power trains were found to require periodic active diesel particulate filter regeneration to maintain control of particulate matter. Finally, plug-in operation of series hybrid buses appears to offer significant fuel economy benefits and is easily employed because of the relatively large battery capacity that is typical of the series hybrid configuration.« less

  9. Active Methodologies in a Queueing Systems Course for Telecommunication Engineering Studies

    ERIC Educational Resources Information Center

    Garcia, J.; Hernandez, A.

    2010-01-01

    This paper presents the results of a one-year experiment in incorporating active methodologies in a Queueing Systems course as part of the Telecommunication Engineering degree at the University of Zaragoza, Spain, during the period of adaptation to the European Higher Education Area. A problem-based learning methodology has been introduced, and…

  10. 214. RUSTIC BUS SHELTER, GUARDRAILS AND LAMP POST BELLE HAVEN ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    214. RUSTIC BUS SHELTER, GUARDRAILS AND LAMP POST BELLE HAVEN BUS STOP WIDENING, 1932. - George Washington Memorial Parkway, Along Potomac River from McLean to Mount Vernon, VA, Mount Vernon, Fairfax County, VA

  11. Analysis of Feeder Bus Network Design and Scheduling Problems

    PubMed Central

    Almasi, Mohammad Hadi; Karim, Mohamed Rehan

    2014-01-01

    A growing concern for public transit is its inability to shift passenger's mode from private to public transport. In order to overcome this problem, a more developed feeder bus network and matched schedules will play important roles. The present paper aims to review some of the studies performed on Feeder Bus Network Design and Scheduling Problem (FNDSP) based on three distinctive parts of the FNDSP setup, namely, problem description, problem characteristics, and solution approaches. The problems consist of different subproblems including data preparation, feeder bus network design, route generation, and feeder bus scheduling. Subsequently, descriptive analysis and classification of previous works are presented to highlight the main characteristics and solution methods. Finally, some of the issues and trends for future research are identified. This paper is targeted at dealing with the FNDSP to exhibit strategic and tactical goals and also contributes to the unification of the field which might be a useful complement to the few existing reviews. PMID:24526890

  12. Real-time prediction of queues at signalized intersections to support eco-driving applications.

    DOT National Transportation Integrated Search

    2014-10-01

    The overall objective of this research is to develop models for predicting queue lengths at signalized intersections based on : the data from probe vehicles. The time and space coordinates of the probe vehicles going through signalized intersections ...

  13. Development of a composite line source emission model for traffic interrupted microenvironments and its application in particle number emissions at a bus station

    NASA Astrophysics Data System (ADS)

    Wang, Lina; Jayaratne, Rohan; Heuff, Darlene; Morawska, Lidia

    A composite line source emission (CLSE) model was developed to specifically quantify exposure levels and describe the spatial variability of vehicle emissions in traffic interrupted microenvironments. This model took into account the complexity of vehicle movements in the queue, as well as different emission rates relevant to various driving conditions (cruise, decelerate, idle and accelerate), and it utilised multi-representative segments to capture the accurate emission distribution for real vehicle flow. Hence, this model was able to quickly quantify the time spent in each segment within the considered zone, as well as the composition and position of the requisite segments based on the vehicle fleet information, which not only helped to quantify the enhanced emissions at critical locations, but it also helped to define the emission source distribution of the disrupted steady flow for further dispersion modelling. The model then was applied to estimate particle number emissions at a bi-directional bus station used by diesel and compressed natural gas fuelled buses. It was found that the acceleration distance was of critical importance when estimating particle number emission, since the highest emissions occurred in sections where most of the buses were accelerating and no significant increases were observed at locations where they idled. It was also shown that emissions at the front end of the platform were 43 times greater than at the rear of the platform. Although the CLSE model is intended to be applied in traffic management and transport analysis systems for the evaluation of exposure, as well as the simulation of vehicle emissions in traffic interrupted microenvironments, the bus station model can also be used for the input of initial source definitions in future dispersion models.

  14. The Spatial Behaviour of Animals and Men

    ERIC Educational Resources Information Center

    Brindley, T. S.

    1973-01-01

    Describes some common patterns of animal spatial behavior, and discusses spatial relationships that can be observed as an important component of human social behavior. Reports the results of a study relating to the interpersonal distances of people in bus queues in Britain. (JR)

  15. 46 CFR 112.05-3 - Main-emergency bus-tie.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) ELECTRICAL ENGINEERING EMERGENCY LIGHTING AND POWER SYSTEMS General § 112.05-3 Main-emergency bus-tie. Each bus-tie between a main switchboard... other source of electric power, except for interlock systems for momentary transfer of loads; and (c) If...

  16. 46 CFR 112.05-3 - Main-emergency bus-tie.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) ELECTRICAL ENGINEERING EMERGENCY LIGHTING AND POWER SYSTEMS General § 112.05-3 Main-emergency bus-tie. Each bus-tie between a main switchboard... other source of electric power, except for interlock systems for momentary transfer of loads; and (c) If...

  17. 46 CFR 112.05-3 - Main-emergency bus-tie.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) ELECTRICAL ENGINEERING EMERGENCY LIGHTING AND POWER SYSTEMS General § 112.05-3 Main-emergency bus-tie. Each bus-tie between a main switchboard... other source of electric power, except for interlock systems for momentary transfer of loads; and (c) If...

  18. 46 CFR 112.05-3 - Main-emergency bus-tie.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) ELECTRICAL ENGINEERING EMERGENCY LIGHTING AND POWER SYSTEMS General § 112.05-3 Main-emergency bus-tie. Each bus-tie between a main switchboard... other source of electric power, except for interlock systems for momentary transfer of loads; and (c) If...

  19. The Role of the Coroner in School Bus Accident Prevention: Some Recommendations.

    ERIC Educational Resources Information Center

    Fox, Michael

    1995-01-01

    Following the deaths of two elementary school students in bus-related accidents in 1992, the Coroner of Quebec held extensive hearings investigating school bus safety and accident prevention. A subsequent report addressed responsibilities of government and school board officials to correct deficiencies in school bus services and provided…

  20. Spacecraft design project multipurpose satellite bus MPS

    NASA Technical Reports Server (NTRS)

    Kellman, Lyle; Riley, John; Szostak, Michael; Watkins, Joseph; Willhelm, Joseph; Yale, Gary

    1990-01-01

    The thrust of this project was to design not a single spacecraft, but to design a multimission bus capable of supporting several current payloads and unnamed, unspecified future payloads. Spiraling costs of spacecraft and shrinking defense budgets necessitated a fresh look at the feasibility of a multimission spacecraft bus. The design team chose two very diverse and different payloads, and along with them two vastly different orbits, to show that multimission spacecraft buses are an area where indeed more research and effort needs to be made. Tradeoffs, of course, were made throughout the design, but optimization of subsystem components limited weight and volume penalties, performance degradation, and reliability concerns. Simplicity was chosen over more complex, sophisticated and usually more efficient designs. Cost of individual subsystem components was not a primary concern in the design phase, but every effort was made to chose flight tested and flight proven hardware. Significant cost savings could be realized if a standard spacecraft bus was indeed designed and purchased in finite quantities.

  1. King County Metro Battery Electric Bus Demonstration—Preliminary Project Results

    DOT National Transportation Integrated Search

    2017-05-01

    The U.S. Federal Transit Administration (FTA) funds a variety of research projects that support the commercialization of zero-emission bus technology. Recent programs include the National Fuel Cell Bus program, the Transit Investments for Greenhouse ...

  2. Bus transportation in Connecticut : data for planning, agenda for action

    DOT National Transportation Integrated Search

    1974-03-01

    Presents the conclusions and recommendations of the Connecticut Public Expenditure Council regarding the present status of bus transit service throughout Connecticut; operational and funding issues; status of bus transit elsewhere in the U. S. and se...

  3. School Bus Safety: What Can Our Schools Do to Protect Our Children?

    ERIC Educational Resources Information Center

    Dargan, Thomas J.; Silverstone, Adam H.

    2014-01-01

    School districts and school bus contractors are entrusted with the most important of all road users--our nation's children. In the wake of recent newsworthy accidents and attention grabbing headlines regarding unfit bus drivers, claims premised upon school bus accidents have become increasingly tangential and, in turn, personal injury attorneys…

  4. Research of intelligent bus coin box

    NASA Astrophysics Data System (ADS)

    Xin, Shihao

    2017-03-01

    In the energy-saving emission reduction of the social context, in response to low-carbon travel, buses become the majority of people choose. We have designed this sorting machine for the present situation that the bus company has received a large amount of mixed zero coins and employed a large amount of manpower to sort out and lower the efficiency. Its function is to separate the coins and notes mixed, and the coins sort storage, the display shows the value of the received coins, so that the whole mechanized inventory classification, reduce the cost of clearing up and improve the efficiency of zero cash recycling, use Simple mechanical principles for classification, to be efficient, accurate and practical. Really meet the current city bus companies, commerce and banking and other industries in order to zero notes, zero coins in the actual demand. The size and specification of this machine are designed according to the size of the bus coin box. It is suitable for almost all buses. It can be installed in the coin box directly, real-time sorting and real-time counting. The difficulty of clearing change.

  5. Bus industry market study. Report -- Task 3.2: Fuel cell/battery powered bus system

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zalbowitz, M.

    1992-06-02

    In support of the commercialization of fuel cells for transportation, Georgetown University, as a part of the DOE/DOT Fuel Cell Transit Bus Program, conducted a market study to determine the inventory of passenger buses in service as of December, 1991, the number of buses delivered in 1991 and an estimate of the number of buses to be delivered in 1992. Short term and long term market projections of deliveries were also made. Data was collected according to type of bus and the field was divided into the following categories which are defined in the report: transit buses, school buses, commercialmore » non-transit buses, and intercity buses. The findings of this study presented with various tables of data collected from identified sources as well as narrative analysis based upon interviews conducted during the survey.« less

  6. American Fuel Cell Bus Project Evaluation. Second Report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Eudy, Leslie; Post, Matthew

    2015-09-01

    This report presents results of the American Fuel Cell Bus (AFCB) Project, a demonstration of fuel cell electric buses operating in the Coachella Valley area of California. The prototype AFCB was developed as part of the Federal Transit Administration's (FTA's) National Fuel Cell Bus Program. Through the non-profit consortia CALSTART, a team led by SunLine Transit Agency and BAE Systems developed a new fuel cell electric bus for demonstration. SunLine added two more AFCBs to its fleet in 2014 and another in 2015. FTA and the AFCB project team are collaborating with the U.S. Department of Energy (DOE) and DOE'smore » National Renewable Energy Laboratory to evaluate the buses in revenue service. This report summarizes the performance results for the buses through June 2015.« less

  7. Hydrogen-oxygen driven Zero Emissions bus drives around KSC Visitor Complex

    NASA Technical Reports Server (NTRS)

    1999-01-01

    The Zero Emissions (ZE) transit bus tours the KSC Visitor Complex for a test ride. In the background are a mock-up orbiter named Explorer (left) and a stack of solid rocket boosters and external tank (right), typically used on Shuttle launches. Provided by dbb fuel cell engines inc. of Vancouver, Canada, the ZE bus was brought to KSC as part of the Center's Alternative Fuel Initiatives Program. The bus uses a Proton Exchange Membrane fuel cell in which hydrogen and oxygen, from atmospheric air, react to produce electricity that powers an electric motor drive system. The by-product 'exhaust' from the fuel cell is water vapor, thus zero harmful emissions. A typical diesel-powered bus emits more than a ton of harmful pollutants from its exhaust every year. The ZE bus is being used on tour routes at the KSC Visitor Complex for two days to introduce the public to the concept.

  8. Euro Data Bus

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Engel, H.E.; Hall, J.R. II; Schrock, C.B.

    1995-12-31

    With the disintegration of the Soviet Union and the opening of the Iron Curtain, a downsizing of the Defense Establishment in the West is occurring, causing industry to look for opportunities where technology used for military applications can be applied to meet former East Block countries. Among these requirements has been the urgent desire of the people in former East Block countries for access to Western media which had been denied them, and has led to numerous opportunities for the implementation of Cable Television (CATV) systems. In addition, there are also requirements for utility metering for electricity, gas, water, heat,more » etc. which had previously been provided to the population by the Government at little or no cost. EWT of Augsburg, Germany, previously a subcontractor to ASEC on military security system projects, who has a subsidiary, TSS, which is a prominent CATV systems house, requested ASEC to provide a system which can provide utility meter reading and other control and monitoring services utilizing CATV. Working with CableBus Systems Corporation, a CATV data communications supplier and various utility meter manufacturers, ASEC, as the System Integrator, has developed a utilities monitoring system. This system. in cooperation with EWT, is being marketed and sold in Europe as EURO DATA BUS. This paper describes EURO DATA BUS and its applications, as well as the actual system designs for two pilot applications. One system is oriented at Utility Meter Reading and Demand side Management primarily, but will also be used to demonstrate other system capabilities such as security and fire alarm monitoring, etc. The design is therefore quite straightforward and {open_quotes}standard{close_quotes}. The second system has more of an industrial orientation and involves the monitoring and load control for a Municipal Electric Utility. While well within the capabilities of the system to accomplish, a more customized design was required to meet these

  9. A study of multiplex data bus techniques for the space shuttle

    NASA Technical Reports Server (NTRS)

    Kearney, R. J.; Kalange, M. A.

    1972-01-01

    A comprehensive technology base for the design of a multiplexed data bus subsystem is provided. Extensive analyses, both analytical and empirical, were performed. Subjects covered are classified under the following headings: requirements identification and analysis; transmission media studies; signal design and detection studies; synchronization, timing, and control studies; user-subsystem interface studies; operational reliability analyses; design of candidate data bus configurations; and evaluation of candidate data bus designs.

  10. Managing Student Behavior on the School Bus: A Key to Bus Safety

    ERIC Educational Resources Information Center

    American Federation of Teachers (NJ), 2007

    2007-01-01

    School buses are the safest form of mass transit in America. Every day, school buses travel through congested city traffic and on isolated country roads in all types of weather, safely transporting millions of children to and from school and school-related activities. Federal and state standards for school bus construction and maintenance and…

  11. Connecticut Transit (CTTRANSIT) Fuel Cell Transit Bus Preliminary Evaluation Results

    DOT National Transportation Integrated Search

    2008-10-16

    This report describes operations at Connecticut Transit (CTTRANSIT) in Hartford for one prototype fuel cell bus and three new diesel buses operating from the same location. The report discusses the planned fuel cell bus demonstration and equipment us...

  12. Bus Rapid Transit Demonstration Program

    DOT National Transportation Integrated Search

    1998-12-31

    This report was prepared by the Federal Transit Administration's (FTA) Office of Research, Demonstration and Innovation. It describes the FTA's Bus Rapid Transit Demonstration Program, designed to provide funding and support to transit agencies engag...

  13. Diesel Bus Performance Simulation Program

    DOT National Transportation Integrated Search

    1979-04-01

    A diesel bus performance computer simulation program was developed. This program provides information on acceleration, velocity, horsepower, distance traveled, and fuel consumption as a function of time from the originating station. The program was w...

  14. Estimating Performance of Single Bus, Shared Memory Multiprocessors

    DTIC Science & Technology

    1987-05-01

    Chandy78] K.M. Chandy, C.M. Sauer, "Approximate methods for analyzing queuing network models of computing systems," Computing Surveys, vol10 , no 3...Denning78] P. Denning, J. Buzen, "The operational analysis of queueing network models", Computing Sur- veys, vol10 , no 3, September 1978, pp 225-261

  15. Priority Queue Based Reactive Buffer Management Policy for Delay Tolerant Network under City Based Environments.

    PubMed

    Ayub, Qaisar; Ngadi, Asri; Rashid, Sulma; Habib, Hafiz Adnan

    2018-01-01

    Delay Tolerant Network (DTN) multi-copy routing protocols are privileged to create and transmit multiple copies of each message that causes congestion and some messages are dropped. This process is known as reactive drop because messages were dropped re-actively to overcome buffer overflows. The existing reactive buffer management policies apply a single metric to drop source, relay and destine messages. Hereby, selection to drop a message is dubious because each message as source, relay or destine may have consumed dissimilar magnitude of network resources. Similarly, DTN has included time to live (ttl) parameter which defines lifetime of message. Hence, when ttl expires then message is automatically destroyed from relay nodes. However, time-to-live (ttl) is not applicable on messages reached at their destinations. Moreover, nodes keep replicating messages till ttl expires even-though large number of messages has already been dispersed. In this paper, we have proposed Priority Queue Based Reactive Buffer Management Policy (PQB-R) for DTN under City Based Environments. The PQB-R classifies buffered messages into source, relay and destine queues. Moreover, separate drop metric has been applied on individual queue. The experiment results prove that proposed PQB-R has reduced number of messages transmissions, message drop and increases delivery ratio.

  16. Priority Queue Based Reactive Buffer Management Policy for Delay Tolerant Network under City Based Environments

    PubMed Central

    Ngadi, Asri; Rashid, Sulma; Habib, Hafiz Adnan

    2018-01-01

    Delay Tolerant Network (DTN) multi-copy routing protocols are privileged to create and transmit multiple copies of each message that causes congestion and some messages are dropped. This process is known as reactive drop because messages were dropped re-actively to overcome buffer overflows. The existing reactive buffer management policies apply a single metric to drop source, relay and destine messages. Hereby, selection to drop a message is dubious because each message as source, relay or destine may have consumed dissimilar magnitude of network resources. Similarly, DTN has included time to live (ttl) parameter which defines lifetime of message. Hence, when ttl expires then message is automatically destroyed from relay nodes. However, time-to-live (ttl) is not applicable on messages reached at their destinations. Moreover, nodes keep replicating messages till ttl expires even-though large number of messages has already been dispersed. In this paper, we have proposed Priority Queue Based Reactive Buffer Management Policy (PQB-R) for DTN under City Based Environments. The PQB-R classifies buffered messages into source, relay and destine queues. Moreover, separate drop metric has been applied on individual queue. The experiment results prove that proposed PQB-R has reduced number of messages transmissions, message drop and increases delivery ratio. PMID:29438438

  17. A robust fractional-order PID controller design based on active queue management for TCP network

    NASA Astrophysics Data System (ADS)

    Hamidian, Hamideh; Beheshti, Mohammad T. H.

    2018-01-01

    In this paper, a robust fractional-order controller is designed to control the congestion in transmission control protocol (TCP) networks with time-varying parameters. Fractional controllers can increase the stability and robustness. Regardless of advantages of fractional controllers, they are still not common in congestion control in TCP networks. The network parameters are time-varying, so the robust stability is important in congestion controller design. Therefore, we focused on the robust controller design. The fractional PID controller is developed based on active queue management (AQM). D-partition technique is used. The most important property of designed controller is the robustness to the time-varying parameters of the TCP network. The vertex quasi-polynomials of the closed-loop characteristic equation are obtained, and the stability boundaries are calculated for each vertex quasi-polynomial. The intersection of all stability regions is insensitive to network parameter variations, and results in robust stability of TCP/AQM system. NS-2 simulations show that the proposed algorithm provides a stable queue length. Moreover, simulations show smaller oscillations of the queue length and less packet drop probability for FPID compared to PI and PID controllers. We can conclude from NS-2 simulations that the average packet loss probability variations are negligible when the network parameters change.

  18. Area-Efficient VLSI Computation.

    DTIC Science & Technology

    1981-10-01

    to the bus of a computer system. 5 Table 1-2: Definition of the three- sorter . 7 Figure 1-3: A real-time systolic priority queue. 7 Figure 1-4: The...ca.pable of sorting three elements. The iree- sorter has three inputs X, Y, and Z and prduccs tlicc oitputs X’. Y’, and Z’ which are the miniumn, median. Mnd...in Section L4. Figure 1-3 shows how three- sorters are interconnected to make a systolic priority queue. In the figure, the outputs from the top. middle

  19. A continuous dual-process model of remember/know judgments.

    PubMed

    Wixted, John T; Mickes, Laura

    2010-10-01

    The dual-process theory of recognition memory holds that recognition decisions can be based on recollection or familiarity, and the remember/know procedure is widely used to investigate those 2 processes. Dual-process theory in general and the remember/know procedure in particular have been challenged by an alternative strength-based interpretation based on signal-detection theory, which holds that remember judgments simply reflect stronger memories than do know judgments. Although supported by a considerable body of research, the signal-detection account is difficult to reconcile with G. Mandler's (1980) classic "butcher-on-the-bus" phenomenon (i.e., strong, familiarity-based recognition). In this article, a new signal-detection model is proposed that does not deny either the validity of dual-process theory or the possibility that remember/know judgments can-when used in the right way-help to distinguish between memories that are largely recollection based from those that are largely familiarity based. It does, however, agree with all prior signal-detection-based critiques of the remember/know procedure, which hold that, as it is ordinarily used, the procedure mainly distinguishes strong memories from weak memories (not recollection from familiarity).

  20. A queueing network model to analyze the impact of parallelization of care on patient cycle time.

    PubMed

    Jiang, Lixiang; Giachetti, Ronald E

    2008-09-01

    The total time a patient spends in an outpatient facility, called the patient cycle time, is a major contributor to overall patient satisfaction. A frequently recommended strategy to reduce the total time is to perform some activities in parallel thereby shortening patient cycle time. To analyze patient cycle time this paper extends and improves upon existing multi-class open queueing network model (MOQN) so that the patient flow in an urgent care center can be modeled. Results of the model are analyzed using data from an urgent care center contemplating greater parallelization of patient care activities. The results indicate that parallelization can reduce the cycle time for those patient classes which require more than one diagnostic and/ or treatment intervention. However, for many patient classes there would be little if any improvement, indicating the importance of tools to analyze business process reengineering rules. The paper makes contributions by implementing an approximation for fork/join queues in the network and by improving the approximation for multiple server queues in both low traffic and high traffic conditions. We demonstrate the accuracy of the MOQN results through comparisons to simulation results.

  1. IMPACTS OF BUS STOP IMPROVEMENTS

    DOT National Transportation Integrated Search

    2018-03-23

    Improving bus stops by providing shelters, seating, signage, and sidewalks is relatively inexpensive and popular among riders and local officials. Making such improvements, however, is not often a priority for U.S. transit providers because of compet...

  2. Recommendations for yield-to-bus traffic control devices and bus pullout bays design characteristics.

    DOT National Transportation Integrated Search

    2013-04-01

    Traffic control devices such as roadside signs and pavement markings are used to promote highway safety and efficiency for all road users. A bus pullout bay is a special geometric roadway feature that allows transit buses to stop outside the travel l...

  3. Exposure assessment of diesel bus emissions.

    PubMed

    Yip, Maricela; Madl, Pierre; Wiegand, Aaron; Hofmann, Werner

    2006-12-01

    The goal of this study was to measure ultrafine particle concentrations with diameters less than 1 mum emitted by diesel buses and to assess resulting human exposure levels. The study was conducted at the Woolloongabba Busway station in Brisbane, Australia in the winter months of 2002 during which temperature inversions frequently occurred. Most buses that utilize the station are fuelled by diesel, the exhaust of which contains a significant quantity of particle matter. Passengers waiting at the station are exposed to these particles emitted from the buses. During the course of this study, passenger census was conducted, based on video surveillance, yielding person-by-person waiting time data. Furthermore, a bus census revealed accurate information about the total number of diesel versus Compressed Natural Gas (CNG) powered buses. Background (outside of the bus station) and platform measurements of ultrafine particulate number size distributions were made to determine ambient aerosol concentrations. Particle number exposure concentration ranges from 10 and 40 to 60% of bus related exhaust fumes. This changes dramatically when considering the particle mass exposure concentration, where most passengers are exposed to about 50 to 80% of exhaust fumes. The obtained data can be very significant for comparison with similar work of this type because it is shown in previous studies that exhaust emissions causes cancer in laboratory animals. It was assumed that significant differences between platform and background distributions were due to bus emissions which, combined with passenger waiting times, yielded an estimate of passenger exposure to ultrafine particles from diesel buses. From an exposure point of view, the Busway station analyzed resembles a street canyon. Although the detected exhaust particle concentration at the outbound platform is found to be in the picogram range, exposure increases with the time passengers spend on the platform along with their breathing

  4. Performance Analysis of Trans-Jakarta Bus Suburban Service Move-Across Greater Jakarta

    NASA Astrophysics Data System (ADS)

    Tangkudung, ESW; Widyadayinta, C.

    2018-03-01

    Trans-Jakarta have developed their services scope as Suburban Service or Feeder move-across service that operate from greater Jakarta into Jakarta central vice versa. One of the route is Ciputat – Bundaran Hotel Indonesia (Tosari) and integrated with corridor 1 (one) and 8 (eight). This service is not travel on the exclusive lane or bus-way. Objective of Government Jakarta to provide this service is to decrease private car to enter the central of Jakarta. The objective of this study is to find the performance of the service. Survey have conducted static and dynamic on work day to get variable of travel time and delay, waiting time of passenger at the bus stop, headway and ridership of the bus. Service Standard Minimum of Trans-Jakarta have compared with the result of variable headway, travel speed, and waiting time at bus stop as concern of all the passengers. Analysis use correlation test method and linear regression model have done. The performance of Trans-Jakarta bus suburban service, based on travel speed indicator is fairly bad, only 8.1% of trip could comply with Minimum Service Standard. Bus performance based on the indicator of density in the bus is good, where all points are below the maximum limit i.e. 8 people/m2 at peak hour and 5 people/m2 at off-peak hour.

  5. Concept Study on a Flexible Standard Bus for Small Scientific Satellites

    NASA Astrophysics Data System (ADS)

    Fukuda, Seisuke; Sawai, Shujiro; Sakai, Shin-Ichiro; Saito, Hirobumi; Tohma, Takayuki; Takahashi, Junko; Toriumi, Tsuyoshi; Kitade, Kenji

    In this paper, a new standard bus system for a series of small scientific satellites in the Institute of Space and Astronautical Science, Japan Aerospace Exploration Agency (ISAS/JAXA) is described. Since each mission proposed for the series has a wide variety of requirements, a lot of efforts are needed to enhance flexibility of the standard bus. Some concepts from different viewpoints are proposed. First, standardization layers concerning satellite configuration, instruments, interfaces, and design methods are defined respectively. Methods of product platform engineering, which classify specifications of the bus system into a core platform, alternative variants, and selectable variants, are also investigated in order to realize a semi-custom-made bus. Furthermore, a tradeoff between integration and modularization architecture is fully considered.

  6. Low-inductance bus lines

    NASA Technical Reports Server (NTRS)

    Kernick, A.

    1977-01-01

    Laminated bus strips and bifilar litz cable connectors for high-power rectifiers, thrisistors, and transistors provide low inductance and eliminate electromagnetic interference in high-power circuits. These techniques offer significant cost advantages because of ease of assembly and consistent high quality of product. Effectiveness makes general usage in static power conversion likely.

  7. Extensibility and limitations of FDDI

    NASA Technical Reports Server (NTRS)

    Game, David; Maly, Kurt J.

    1990-01-01

    Recently two standards for Metropolitan Area Networks (MANs), Fiber Distributed Data Interface (FDDI) and Distributed Queue Dual Bus (DQDB), have emerged as the primary competitors for the MAN arena. Great interest exists in building higher speed networks which support large numbers of node and greater distance, and it is not clear what types of protocols are needed for this type of environment. There is some question as to whether or not these MAN standards can be extended to such environments. The extensibility of FDDI to the Gbps range and a long distance environment is investigated. Specification parameters which affect performance are shown and a measure is provided for predicting utilization of FDDI. A comparison of FDDI at 100 Mbps and 1 Gbps is presented. Some specific problems with FDDI are addressed and modifications which improve the viability of FDDI in such high speed networks are investigated.

  8. Implementation of Ada protocols on Mil-STD-1553 B data bus

    NASA Technical Reports Server (NTRS)

    Ruhman, Smil; Rosemberg, Flavia

    1986-01-01

    Standardization activity of data communication in avionic systems started in 1968 for the purpose of total system integration and the elimination of heavy wire bundles carrying signals between various subassemblies. The growing complexity of avionic systems is straining the capabilities of MIL-STD-1553 B (first issued in 1973), but a much greater challenge to it is posed by Ada, the standard language adopted for real-time, computer embedded-systems. Hardware implementation of Ada communication protocols in a contention/token bus or token ring network is proposed. However, during the transition period when the current command/response multiplex data bus is still flourishing and the development environment for distributed multi-computer Ada systems is as yet lacking, a temporary accomodation of the standard language with the standard bus could be very useful and even highly desirable. By concentrating all status informtion and decisions at the bus controller, it was found to be possible to construct an elegant and efficient harware impelementation of the Ada protocols at the bus interface. This solution is discussed.

  9. Bus network redesign for inner southeast suburbs of Melbourne, Australia

    NASA Astrophysics Data System (ADS)

    Pandangwati, S. T.; Milyanab, N. A.

    2017-06-01

    Public transport is the most effective mode of transport in the era of climate change and oil depletion. It can address climate change issues by reducing urban greenhouse gas emission and oil consumption while at the same time improving mobility. However, many public transport networks are not effective and instead create high operating costs with low frequencies and occupancy. Melbourne is one example of a metropolitan area that faces this problem. Even though the city has well-integrated train and tram networks, Melbourne’s bus network still needs to be improved. This study used network planning approach to redesign the bus network in the City of Glen Eira, a Local Government Area (LGA) in the southeastern part of Metropolitan Melbourne. The study area is the area between Gardenvale North and Oakleigh Station, as well as between Caulfield and Patterson Stations. This area needs network improvement mainly because of the meandering bus routes that run within it. This study aims to provide recommendations for improving the performance of bus services by reducing meandering routes, improving transfer point design and implementing coordinated timetables. The recommendations were formulated based on a ‘ready-made’ concept to increase bus occupancy. This approach can be implemented in other cities with similar problems and characteristics including those in Indonesia.

  10. SunLine Transit Agency Advanced Technology Fuel Cell Bus Evaluation: Fourth Results Report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Eudy, L.; Chandler, K.

    2013-01-01

    SunLine Transit Agency, which provides public transit services to the Coachella Valley area of California, has demonstrated hydrogen and fuel cell bus technologies for more than 10 years. In May 2010, SunLine began demonstrating the advanced technology (AT) fuel cell bus with a hybrid electric propulsion system, fuel cell power system, and lithium-based hybrid batteries. This report describes operations at SunLine for the AT fuel cell bus and five compressed natural gas buses. The U.S. Department of Energy's National Renewable Energy Laboratory (NREL) is working with SunLine to evaluate the bus in real-world service to document the results and helpmore » determine the progress toward technology readiness. NREL has previously published three reports documenting the operation of the fuel cell bus in service. This report provides a summary of the results with a focus on the bus operation from February 2012 through November 2012.« less

  11. Annoyance evaluation and the effect of noise on the health of bus drivers.

    PubMed

    Bruno, Portela S; Marcos, Queiroga R; Amanda, Constantini; Paulo, Zannin H T

    2013-01-01

    In the present study, we evaluated annoyance and the effects of noise on the health of bus drivers. For that, 200 bus drivers from a public transport company participated in a cross-sectional study. Annoyance and effects on health was measured with analog scale: Sleep quality, occurrence of tinnitus, headache, irritation, and annoyance from bus engine, traffic, and passengers. Data of age and working time of bus drivers also were obtained. For noise exposure, LA eq was evaluated in 80 buses. Statistical analysis consisted of mean, standard deviation, minimum, and maximum, Kruskal-Wallis test with post-hoc Dunn, one-way ANOVA with post-hoc Tukey and Spearman's correlation coefficient. Results indicate three groups of bus drivers (not annoyed: (N.A.), a little annoyed (L.A.) and highly annoyed (H.A.)). The group H.A. was younger and with less working time in relation to others, with a significant difference only for age. Regarding sleep quality, there was no significant difference. For results on the occurrence of tinnitus, headache and irritation after work, group H.A. had significantly higher means. Result of annoyance to the bus engine was significantly higher in H.A. than in L.A. and N.A. Annoyance to traffic and passengers, no significant differences were found, but the highest results were found for L.A., followed by H.A. and N.A. Equivalent sound pressure level in buses was above of the limit for occupational comfort. It was concluded that bus drivers has considerable level of noise annoyance and some health effects are perceived. The noise is a factor discomfort ergonomic that may cause effects on health of bus drivers. This study aims to evaluate annoyance and the effects of noise on the health of bus drivers. Cross-sectional study with buses and bus drivers. For that, 200 bus drivers from a public transport company participated in a cross-sectional study. Annoyance and effects on health was measured with analog scale: Sleep quality, occurrence of tinnitus

  12. Bicycle-bus conflict area study.

    DOT National Transportation Integrated Search

    2009-11-01

    Increasing bicycle use and bus ridership are both desirable policy goals : from a sustainability standpoint, but on city streets these two modes of : transport are often in conflict. While occupying opposite ends of the size : and weight spectrum, th...

  13. Terminals for Suburb Bus Transport in Bratislava

    NASA Astrophysics Data System (ADS)

    Schlosser, Tibor; Schlosser, Peter; Cápayová, Silvia; Hodáková, Dominika

    2017-10-01

    The main objective of this article is to describe the strategy for development of the public transport terminals in the city of Bratislava, Capital of Slovak Republic. The reason goes from the private operator Slovak Lines, who operates the suburb bus transport in the agglomeration of the city. For this operator was created a transport model, while placing emphasis on optimizing the compliance of suburban public transport with urban public transport in the city of Bratislava and evaluating the significance of the new Bus Station to be constructed at Mlynské Nivy - in a new down town centre of the city. The main issue is to ensure the best available offer of public transport (PT) to passengers in the Bratislava agglomeration. The subject of the study was oriented to specify and propose changes in the transport infrastructure and integrated public transport organisation on the area of the city in terms of the significant position of the new Mlynské Nivy Bus Station (MN BS), which is under preparation with realization in the year 2017.

  14. Changes in baseline concussion assessment scores following a school bus crash.

    PubMed

    Poland, Kristin M; McKay, Mary Pat; Zonfrillo, Mark R; Barth, Thomas H; Kaminski, Ronald

    2016-09-01

    The objective of this article is to present concussion assessment data for 30 male athletes prior to and after being involved in a large school bus crash. The athletes on the bus, all male and aged 14-18 years, were participants in their school's concussion management program that included baseline and postinjury testing using Immediate Post-Concussion Assessment and Cognitive Testing (ImPACT). This case study described changes in concussion assessment scores for 30 male athletes following a primarily frontal school bus crash. Data from the school's concussion management program, including baseline test data and postinjury assessment data, were reviewed. Athletes who required multiple postinjury assessments by the program were identified as having had significant cognitive changes as a result of the bus crash. Twenty-nine of 30 athletes were injured. One had lumbar compression fractures; others had various lacerations, abrasions, contusions, sprains, and nasal fractures. ImPACT data (postcrash) were available for all 30 athletes and 28 had available precrash baseline data. A total of 16 athletes (53.3%) had significant cognitive changes indicated by changes in their concussion assessment scores, some of which took months to improve. This case study highlights a unique opportunity to evaluate concussion assessment data from 30 male athletes involved in a high-speed school bus crash. Further, these data provide additional insight into assessing the effectiveness of current school bus occupant protection systems.

  15. Bus Stops and Pedestrian-Motor Vehicle Collisions in Lima, Peru: A Matched Case-Control Study

    PubMed Central

    Quistberg, D. Alex; Koepsell, Thomas D.; Johnston, Brian D.; Boyle, Linda Ng; Miranda, J. Jaime; Ebel, Beth E.

    2015-01-01

    Objective To evaluate the relationship between bus stop characteristics and pedestrian-motor vehicle collisions. Design Matched case-control study where the units of study were pedestrian crossing. Setting Random sample of 11 police commissaries in Lima, Peru. Data collection occurred from February, 2011 to September, 2011. Participants 97 intersection cases representing 1,134 collisions and 40 mid-block cases representing 469 collisions that occurred between October, 2010 and January, 2011 and their matched controls. Main Exposures Presence of a bus stop and specific bus stop characteristics. Main Outcome Occurrence of a pedestrian-motor vehicle collision. Results Intersections with bus stops were three times more likely to have a pedestrian-vehicle collision (OR 3.28, 95% CI 1.53-7.03), relative to intersections without bus stops. Both formal and informal bus stops were associated with a higher odds of a collision at intersections (OR 6.23, 95% CI 1.76-22.0 and OR 2.98, 1.37-6.49). At mid-block sites, bus stops on a bus-dedicated transit lane were also associated with collision risk (OR 2.36, 95% CI 1.02-5.42). All bus stops were located prior to the intersection, contrary to practices in most high income countries. Conclusions In urban Lima, the presence of a bus stop was associated with a three-fold increase in risk of a pedestrian collision. The highly competitive environment among bus companies may provide an economic incentive for risky practices such as dropping off passengers in the middle of traffic and jockeying for position with other buses. Bus stop placement should be considered to improve pedestrian safety. PMID:24357516

  16. Exact and Metaheuristic Approaches for a Bi-Objective School Bus Scheduling Problem.

    PubMed

    Chen, Xiaopan; Kong, Yunfeng; Dang, Lanxue; Hou, Yane; Ye, Xinyue

    2015-01-01

    As a class of hard combinatorial optimization problems, the school bus routing problem has received considerable attention in the last decades. For a multi-school system, given the bus trips for each school, the school bus scheduling problem aims at optimizing bus schedules to serve all the trips within the school time windows. In this paper, we propose two approaches for solving the bi-objective school bus scheduling problem: an exact method of mixed integer programming (MIP) and a metaheuristic method which combines simulated annealing with local search. We develop MIP formulations for homogenous and heterogeneous fleet problems respectively and solve the models by MIP solver CPLEX. The bus type-based formulation for heterogeneous fleet problem reduces the model complexity in terms of the number of decision variables and constraints. The metaheuristic method is a two-stage framework for minimizing the number of buses to be used as well as the total travel distance of buses. We evaluate the proposed MIP and the metaheuristic method on two benchmark datasets, showing that on both instances, our metaheuristic method significantly outperforms the respective state-of-the-art methods.

  17. Exact and Metaheuristic Approaches for a Bi-Objective School Bus Scheduling Problem

    PubMed Central

    Chen, Xiaopan; Kong, Yunfeng; Dang, Lanxue; Hou, Yane; Ye, Xinyue

    2015-01-01

    As a class of hard combinatorial optimization problems, the school bus routing problem has received considerable attention in the last decades. For a multi-school system, given the bus trips for each school, the school bus scheduling problem aims at optimizing bus schedules to serve all the trips within the school time windows. In this paper, we propose two approaches for solving the bi-objective school bus scheduling problem: an exact method of mixed integer programming (MIP) and a metaheuristic method which combines simulated annealing with local search. We develop MIP formulations for homogenous and heterogeneous fleet problems respectively and solve the models by MIP solver CPLEX. The bus type-based formulation for heterogeneous fleet problem reduces the model complexity in terms of the number of decision variables and constraints. The metaheuristic method is a two-stage framework for minimizing the number of buses to be used as well as the total travel distance of buses. We evaluate the proposed MIP and the metaheuristic method on two benchmark datasets, showing that on both instances, our metaheuristic method significantly outperforms the respective state-of-the-art methods. PMID:26176764

  18. Peer-to-peer information exchange on bus rapid transit (BRT) and bus priority best practices.

    DOT National Transportation Integrated Search

    2012-05-01

    The purpose of this effort was to foster a dialogue among peers at transportation and planning agencies about their experiences with : promoting public transit and, in particular, the challenges they face related to Bus Rapid Transit (BRT) projects, ...

  19. Bus Fare Collection System Assessment

    DOT National Transportation Integrated Search

    1986-01-01

    An assessment was conducted to examine the impact that rising fare levels are having on bus transit fare collection systems. Problems have been reported with regard to the handling of dollar bills and lost revenue. This report addresses these problem...

  20. Bus driving assistance system for town area by using ATmega328P microcontroller

    NASA Astrophysics Data System (ADS)

    Zakaria, Mohamad Fauzi; Soon, Tan Jiah; Rohani, Munzilah Md

    2017-09-01

    Recently, several bus accidents happened because of bus driver's behavior. In fact, there is no dedicated tool for assisting them to drive safely. This project gives solutions to this by assisting the driver, according to the speed and acceleration of the bus. These data are collected by using a motion processing unit (MPU-6050) and a global positioning system (GPS) and then indicate the driving mode status on the LEDs. All data and status are recorded in a secure digital (SD) card for the authority or the bus company to analyze the driving behavior of a bus driver. This system has been successfully developed and tested in two different areas which includes the UTHM main campus and the road from Parit Raja to Batu Pahat.

  1. 77 FR 71865 - Over-the-Road Bus Accessibility Grant Program

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-12-04

    ... DEPARTMENT OF TRANSPORTATION Federal Transit Administration Over-the-Road Bus Accessibility Grant... selection of projects to be funded under Fiscal Year (FY) 2012 appropriations for the Over-the-Road Bus...-road buses to help finance the incremental capital and training costs of complying with DOT's over-the...

  2. Test Bus Evaluation

    DTIC Science & Technology

    1998-04-01

    selected is statistically based on the total number of faults and the failure rate distribution in the system under test. The fault set is also...implemented the BPM and system level emulation consolidation logic as well as statistics counters for cache misses and various bus transactions. These...instruction F22 Advanced Tactical Fighter FET Field Effect Transitor FF Flip-Flop FM Failures/Milhon hours C-3 FPGA Field Programmable Gate Array GET

  3. Improvement of multiprocessing performance by using optical centralized shared bus

    NASA Astrophysics Data System (ADS)

    Han, Xuliang; Chen, Ray T.

    2004-06-01

    With the ever-increasing need to solve larger and more complex problems, multiprocessing is attracting more and more research efforts. One of the challenges facing the multiprocessor designers is to fulfill in an effective manner the communications among the processes running in parallel on multiple multiprocessors. The conventional electrical backplane bus provides narrow bandwidth as restricted by the physical limitations of electrical interconnects. In the electrical domain, in order to operate at high frequency, the backplane topology has been changed from the simple shared bus to the complicated switched medium. However, the switched medium is an indirect network. It cannot support multicast/broadcast as effectively as the shared bus. Besides the additional latency of going through the intermediate switching nodes, signal routing introduces substantial delay and considerable system complexity. Alternatively, optics has been well known for its interconnect capability. Therefore, it has become imperative to investigate how to improve multiprocessing performance by utilizing optical interconnects. From the implementation standpoint, the existing optical technologies still cannot fulfill the intelligent functions that a switch fabric should provide as effectively as their electronic counterparts. Thus, an innovative optical technology that can provide sufficient bandwidth capacity, while at the same time, retaining the essential merits of the shared bus topology, is highly desirable for the multiprocessing performance improvement. In this paper, the optical centralized shared bus is proposed for use in the multiprocessing systems. This novel optical interconnect architecture not only utilizes the beneficial characteristics of optics, but also retains the desirable properties of the shared bus topology. Meanwhile, from the architecture standpoint, it fits well in the centralized shared-memory multiprocessing scheme. Therefore, a smooth migration with substantial

  4. Applying a foil queue micro-electrode in micro-EDM to fabricate a 3D micro-structure

    NASA Astrophysics Data System (ADS)

    Xu, Bin; Guo, Kang; Wu, Xiao-yu; Lei, Jian-guo; Liang, Xiong; Guo, Deng-ji; Ma, Jiang; Cheng, Rong

    2018-05-01

    Applying a 3D micro-electrode in a micro electrical discharge machining (micro-EDM) can fabricate a 3D micro-structure with an up and down reciprocating method. However, this processing method has some shortcomings, such as a low success rate and a complex process for fabrication of 3D micro-electrodes. By focusing on these shortcomings, this paper proposed a novel 3D micro-EDM process based on the foil queue micro-electrode. Firstly, a 3D micro-electrode was discretized into several foil micro-electrodes and these foil micro-electrodes constituted a foil queue micro-electrode. Then, based on the planned process path, foil micro-electrodes were applied in micro-EDM sequentially and the micro-EDM results of each foil micro-electrode were able to superimpose the 3D micro-structure. However, the step effect will occur on the 3D micro-structure surface, which has an adverse effect on the 3D micro-structure. To tackle this problem, this paper proposes to reduce this adverse effect by rounded corner wear at the end of the foil micro-electrode and studies the impact of machining parameters on rounded corner wear and the step effect on the micro-structure surface. Finally, using a wire cutting voltage of 80 V, a current of 0.5 A and a pulse width modulation ratio of 1:4, the foil queue micro-electrode was fabricated by wire electrical discharge machining. Also, using a pulse width of 100 ns, a pulse interval of 200 ns, a voltage of 100 V and workpiece material of 304# stainless steel, the foil queue micro-electrode was applied in micro-EDM for processing of a 3D micro-structure with hemispherical features, which verified the feasibility of this process.

  5. Regenerative Simulation of Response Times in Networks of Queues.

    DTIC Science & Technology

    1979-11-01

    i jobs at center 1. Nov consider the network of queues in Figure 2.2, formulated (Lewis and Shedler ( 1971 )) as a model of system overhead in...7.2 leading to point estimates and confidence intervals for the quantity r(f) are that the pairs of random variables {( V(fHk) : kall (9.2.3) are...189 Next we show that P’=P. Since P ’m"CIP for all i, we can use the Skorohod representation theorem (see Skorohod (1956) or Billingsley ( 1971 )) to

  6. On buffer overflow duration in a finite-capacity queueing system with multiple vacation policy

    NASA Astrophysics Data System (ADS)

    Kempa, Wojciech M.

    2017-12-01

    A finite-buffer queueing system with Poisson arrivals and generally distributed processing times, operating under multiple vacation policy, is considered. Each time when the system becomes empty, the service station takes successive independent and identically distributed vacation periods, until, at the completion epoch of one of them, at least one job waiting for service is detected in the buffer. Applying analytical approach based on the idea of embedded Markov chain, integral equations and linear algebra, the compact-form representation for the cumulative distribution function (CDF for short) of the first buffer overflow duration is found. Hence, the formula for the CDF of next such periods is obtained. Moreover, probability distributions of the number of job losses in successive buffer overflow periods are found. The considered queueing system can be efficienly applied in modelling energy saving mechanisms in wireless network communication.

  7. Fatigue factors affecting metropolitan bus drivers: a qualitative investigation.

    PubMed

    Biggs, Herbert; Dingsdag, Donald; Stenson, Nick

    2009-01-01

    Metropolitan bus drivers daily face work in a stressful and draining work environment, exposing them to the serious risk of driver fatigue. However, there has been a dearth of information exploring the unique antecedents and effects of such fatigue. To date, much of the research into metropolitan bus drivers has been under the umbrella of large heavy vehicle driving studies, which include a disproportionally large population of long-haul drivers, who are likely to face a significantly different set of fatigue factors [1]. The present study aimed to investigate which work and environmental factors may cause fatigue in metropolitan bus drivers by seeking drivers' own perspectives on the issues. To this end, focus groups were held at five bus depots in Sydney and Newcastle, with an effort made to include a stratified sample of drivers at each. Each of the groups were invited to nominate what factors they felt were most salient, with a number of common factors emerging across the depots. Key themes identified were: support from management; ticketing and related issues; interaction with passengers; cabin ergonomics; tight route schedules; turn-around and shift irregularity; extended shift cycles; interactions with other road users; and extended commute times.

  8. Montana intercity bus service study.

    DOT National Transportation Integrated Search

    2011-12-01

    Intercity bus service funding from the Federal Transit Administration (FTAs) Section 5311(f) program is a part : of the larger 5311 program known as Formula Grants for Other than Urbanized Areas. The S.5311(f), requires : that 15% of the total 531...

  9. Impacts assessment of dynamic speed harmonization with queue warning : task 3, impacts assessment report.

    DOT National Transportation Integrated Search

    2015-06-01

    This report assesses the impacts of a prototype of Dynamic Speed Harmonization (SPD-HARM) with Queue Warning (Q-WARN), which are two component applications of the Intelligent Network Flow Optimization (INFLO) bundle. The assessment is based on an ext...

  10. Objectification of Public Bus Stop's Pavement Surface Morphology

    NASA Astrophysics Data System (ADS)

    Decký, Martin; Kováč, Matúš; Mužík, Juraj; Mičechová, Lenka; Ďuriš, Lukáš

    2018-06-01

    The article deals with the road pavement surface morphology objectification in term of the surface unevenness degradation during the life cycle of bus stop pavements. The article presents the results of long-term rut depth measurements performed during 25 years on selected bus stops which were intended to determine correlation dependences of pavement rut depth on a number of design axles. The article also presents different methods for rut depth measurements including the straightedge test, Profilograph GE, TRIMBLE CX, and dynamic Road Scanner.

  11. Spatial analysis of bus transport networks using network theory

    NASA Astrophysics Data System (ADS)

    Shanmukhappa, Tanuja; Ho, Ivan Wang-Hei; Tse, Chi Kong

    2018-07-01

    In this paper, we analyze the bus transport network (BTN) structure considering the spatial embedding of the network for three cities, namely, Hong Kong (HK), London (LD), and Bengaluru (BL). We propose a novel approach called supernode graph structuring for modeling the bus transport network. A static demand estimation procedure is proposed to assign the node weights by considering the points of interests (POIs) and the population distribution in the city over various localized zones. In addition, the end-to-end delay is proposed as a parameter to measure the topological efficiency of the bus networks instead of the shortest distance measure used in previous works. With the aid of supernode graph representation, important network parameters are analyzed for the directed, weighted and geo-referenced bus transport networks. It is observed that the supernode concept has significant advantage in analyzing the inherent topological behavior. For instance, the scale-free and small-world behavior becomes evident with supernode representation as compared to conventional or regular graph representation for the Hong Kong network. Significant improvement in clustering, reduction in path length, and increase in centrality values are observed in all the three networks with supernode representation. The correlation between topologically central nodes and the geographically central nodes reveals the interesting fact that the proposed static demand estimation method for assigning node weights aids in better identifying the geographically significant nodes in the network. The impact of these geographically significant nodes on the local traffic behavior is demonstrated by simulation using the SUMO (Simulation of Urban Mobility) tool which is also supported by real-world empirical data, and our results indicate that the traffic speed around a particular bus stop can reach a jammed state from a free flow state due to the presence of these geographically important nodes. A comparison

  12. School Bus Rider Safety Education Modules for Use with Drills on School Buses.

    ERIC Educational Resources Information Center

    New York State Education Dept., Albany. Div. of Physical Education, Fitness, Health, Nutrition and Safety Services.

    Developed for teachers and members of the pupil transportation staff who conduct school bus drills, these 10 lesson outlines are intended for classroom instruction on school bus safety. Lessons may be adapted to fit the grade level, intelligence, and special needs of students. Topics covered are: preparing to ride the bus, boarding and proceeding…

  13. Methodology of mixed load customized bus lines and adjustment based on time windows

    PubMed Central

    Song, Rui

    2018-01-01

    Custom bus routes need to be optimized to meet the needs of a customized bus for personalized trips of different passengers. This paper introduced a customized bus routing problem in which trips for each depot are given, and each bus stop has a fixed time window within which trips should be completed. Treating a trip as a virtual stop was the first consideration in solving the school bus routing problem (SBRP). Then, the mixed load custom bus routing model was established with a time window that satisfies its requirement and the result were solved by Cplex software. Finally, a simple network diagram with three depots, four pickup stops, and five delivery stops was structured to verify the correctness of the model, and based on the actual example, the result is that all the buses ran 124.42 kilometers, the sum of kilometers was 10.35 kilometers less than before. The paths and departure times of the different busses that were provided by the model were evaluated to meet the needs of the given conditions, thus providing valuable information for actual work. PMID:29320505

  14. Characterisation of an urban bus network for environmental purposes.

    PubMed

    André, Michel; Villanova, André

    2004-12-01

    Since pollutant emissions are closely related to the operating conditions of vehicles, their evaluation usually involves studying these operating conditions (through bus instrumentation and monitoring under actual operation), the design of representative driving or engine test cycles and the measurement of pollutant emissions. A preliminary characterisation of the routes on a bus network should make it possible to identify typical routes, the driving conditions and pollutant emissions of which are then studied. Two approaches are envisaged and applied to the Paris area, for which a wealth of information is available, which should be transferable to other bus networks. Both approaches are based on factorial analysis and automatic clustering, to allow optimum description and the identification of a pertinent typology of the bus routes in several classes. The first attempt at characterisation is based on statistics relating to bus operations: route characteristics (length, dedicated bus lanes, number of stops, location of stops: schools, tourist sites, hospitals, railways or underground stations), travel time, commercial speed, annual statistics (number of passengers, number of vehicles per hour, total kilometres), the irregularity of travel (variation of travel times, injuries, congestion.), as well as information on the problems encountered (congestion, distribution of the passenger load, junctions, bends). A second approach is based on the analysis of the "urban context" in which buses are driven. Population, employment, housing, road network, traffic and places that generate or disturb traffic (schools, railway stations, shopping areas, etc.) are calculated for the Ile de France region, by cells of 100 x 100 m, and collected in a geographical information system (GIS). Statistical analyses enable a typology of these urban cells to be established, the main parameters being density, type of housing, road types and traffic levels. The bus routes are then analysed

  15. Single Axis Attitude Control and DC Bus Regulation with Two Flywheels

    NASA Technical Reports Server (NTRS)

    Kascak, Peter E.; Jansen, Ralph H.; Kenny, Barbara; Dever, Timothy P.

    2002-01-01

    A computer simulation of a flywheel energy storage single axis attitude control system is described. The simulation models hardware which will be experimentally tested in the future. This hardware consists of two counter rotating flywheels mounted to an air table. The air table allows one axis of rotational motion. An inertia DC bus coordinator is set forth that allows the two control problems, bus regulation and attitude control, to be separated. Simulation results are presented with a previously derived flywheel bus regulator and a simple PID attitude controller.

  16. Intercity bus service study 2014.

    DOT National Transportation Integrated Search

    2015-02-01

    Rural transit programs are funded with 5311 funds, named for their description in Section 5311 of United States : Code (49 USC S5311). In Alabama, 15% of 5311 funds are set aside to be spent on improving intercity bus : service through the 5311(f) pr...

  17. Activities of four bus terminals of Semarang City gateway and the related GHG emission

    NASA Astrophysics Data System (ADS)

    Huboyo, H. S.; Wardhana, I. W.; Sutrisno, E.; Wangi, L. S.; Lina, R. A.

    2018-01-01

    The activities of the bus terminal, including loading-unloading passengers, bus idling, and bus movements at the terminal, will emit GHG’s emission. This research analyzes GHG emission from four terminals, i.e., Mangkang, Terboyo, Penggaron, and Sukun in Semarang City. The emission was estimated by observing detail activities of public transport means, especially for moving and idling time. The emission was calculated by Tier 2 method based on the vehicle type as well as fuel consumption. The highest CO2e during vehicle movements at Sukun area was contributed by large bus about 2.08 tons/year, while at Terboyo terminal was contributed by medium bus about 347.97 tons/year. At Mangkang terminals, the highest emission for vehicle movements was attributed by medium bus as well of about 53.18 tons/year. At last, Penggaron terminal’s highest GHG emission was attributed by BRT about 26.47 tons/year. During idling time, the highest contributor to CO2e was the large bus at the three terminals, i.e., Sukun of 43.53 tons/year, Terboyo of 196.56 tons/year, and Mangkang of 84.26 tons/year, while at Penggaron, BRT dominated with CO2e of 26.47 tons/year. The management of public transport in terminals is crucial to mitigate the emission related to bus terminals activities.

  18. VHDL resolved function based inner communication bus for FPGA

    NASA Astrophysics Data System (ADS)

    Pozniak, Krzysztof T.

    2017-08-01

    This article discusses a method of building an internal, universal and parametric bus. The solution was designed for a variety of FPGA families and popular VHDL compilers. The algorithm of automatic configuration of address space and methods of receiving and sending addressed data are discussed. The basic solution realized in VHDL language in a behavioral form and chosen examples of practical use of the internal bus are presented in detail.

  19. Technical report on prototype intelligent network flow optimization (INFLO) dynamic speed harmonization and queue warning.

    DOT National Transportation Integrated Search

    2015-06-01

    This Technical Report on Prototype Intelligent Network Flow Optimization (INFLO) Dynamic Speed Harmonization and Queue Warning is the final report for the project. It describes the prototyping, acceptance testing and small-scale demonstration of the ...

  20. Spanish version of Bus Drivers' Job Demands Scale (BDJD-24).

    PubMed

    Boada-Grau, Joan; Prizmic-Kuzmica, Aldo-Javier; González-Fernández, Marcos-David; Vigil-Colet, Andreu

    2013-01-01

    Karasek and Theorell's Job Demands-Control Model argues that adverse health-related outcomes, both psychological and physiological, arise from a combination of high job demand and a low level of job control. The objective was to adapt Meijman and Kompier's Bus Drivers' Job Demands Scale (BDJD-24), which enables us to assess the job demands of bus drivers, to Spanish. The final version of the Spanish adaptation was applied to a sample made up of 287 bus drivers living in Spain (80.1% men and 19.9% women), whose average age was 40.44 (SD= 11.78). The results yielded a three-factor structure for the scale used: Time Pressure, Safety, and Passengers. These findings confirm that the Spanish version replicates the factor structure of the original English scale. The reliability of the three subscales was acceptable, ranging from .75 to .84. Furthermore, the subscales were also related to different external correlates and to other scales and showed good convergent and criterion validity. The present instrument can be used to evaluate job demands of bus drivers, as its psychometrics are substantially sound.

  1. Beyond clinical priority: what matters when making operational decisions about emergency surgical queues?

    PubMed

    Fitzgerald, Anneke; Wu, Yong

    2017-08-01

    Objective This paper describes the perceptions of operating theatre staff in Australia and The Netherlands regarding the influence of logistical or operational reasons that may affect the scheduling of unplanned surgical cases. It is proposed that logistical or operational issues can influence the priority determination of queue position of surgical cases on the emergency waiting list. Methods A questionnaire was developed and conducted in 15 hospitals across The Netherlands and Australia, targeting anaesthetists, managers, nurses and surgeons. Statistical analyses revolved around these four professional groups. Six hypotheses were then developed and tested based on the responses collected from the participants. Results There were significant differences in perceptions of logistics delay factors across different professional groups when patients were waiting for unplanned surgery. There were also significant differences among different groups when setting logistical priority factors for planning and scheduling unplanned cases. The hypotheses tests confirm these differences, and the findings concur with the paradigmatic differences mentioned in the literature. These paradigmatic differences among the four professional groups may explain some of the tensions encountered when making decisions about scheduling emergency surgical queues, and therefore should be taken into consideration for management of operating theatres. Conclusions Queue positions of patients waiting for unplanned surgery, or emergency surgery, are determined by medical clinicians according to clinicians' indication of clinical priority. However, operating theatre managers are important in facilitating smooth operations when planning for emergency surgeries. It is necessary for surgeons to understand the logistical challenges faced by managers when requesting logistical priorities for their operations. What is known about the topic? Tensions exist about the efficient use of operating theatres and

  2. Rethinking passive transport: bus fare exemptions and young people's wellbeing.

    PubMed

    Jones, Alasdair; Steinbach, Rebecca; Roberts, Helen; Goodman, Anna; Green, Judith

    2012-05-01

    Much recent public health research has emphasised the health impacts for young people of 'active travel' modes, typically defined as walking and cycling. Less research has focused on public transport modes. Drawing on qualitative data, we examine the links between bus travel and wellbeing in London, where young people currently have free bus travel. Our findings indicate that bus travel can be both a physically and socially active experience for young people. We suggest a more nuanced understanding of 'active travel' is now needed, alongside greater attention to urban public transport networks as key sites that impact on important determinants of wellbeing such as independent mobility and social inclusion. Copyright © 2012 Elsevier Ltd. All rights reserved.

  3. Passenger bus industry weather information application.

    DOT National Transportation Integrated Search

    2011-03-21

    Adverse weather significantly affects the United States national transportation system, including commercial companies that rely on highways to support their enterprises. The Passenger Bus (Motorcoach) Industry (PBI) is one such affected user whose o...

  4. [Investigation on events of bus on fire in 6 years in the mainland of China].

    PubMed

    Wang, X G; Liu, Y; Cen, Y; Wu, P; Zhou, H L; Han, C M

    2016-12-20

    Objective: To retrospectively analyze the characteristics of events of bus on fire in 6 years in the mainland of China. Methods: Events of bus on fire happened between January 2009 and December 2014 were retrieved through Baidu search engine, Chinese Journals Full - text Database, and PubMed database in the search strategy with " bus" and " fire" or " arson" as keywords combined with the name of provinces, autonomous regions, and municipalities of the mainland of China. The occurrence time, region, cause of fire, casualties of each event were recorded, and the correlative analysis was conducted. Data were processed with Microsoft Excel software. Results: Totally 287 events of bus on fire were retrieved, among which 49 events happened in 2009, 36 events happened in 2010, 35 events happened in 2011, 37 events happened in 2012, and respectively 65 events happened in 2013 and 2014. The events of bus on fire most frequently happened in June and July, respectively 49 and 39 events. Among the distribution of occurrence regions of events of bus on fire, there were 78 events (27.18%) in east China, 52 events (18.12%) in northeast China, 41 events (14.29%) both in north China and south China. Among the causes of events of bus on fire, spontaneous combustion of bus ranked in the first (267 events, accounting for 93.03%), followed by arson (13 events, accounting for 4.53%). Among the 13 events of bus on fire caused by arson, 7 events happened between 16: 00 and 20: 00, and 3 events happened between 8: 00 and 10: 00. Totally 27 events of bus on fire (9.41%) were with casualties, among which 13 events (48.15%) were caused by spontaneous combustion of bus, 10 events (37.04%) were caused by arson, and 4 events (14.81%) were caused by traffic accidents. Arson caused the most severe casualties (at least 88 deaths and 287 injuries), followed by spontaneous combustion of bus (at least 35 deaths and 140 injuries) and traffic accidents (at least 9 deaths and 20 injuries). Conclusions

  5. Proposal for optimal placement platform of bikes using queueing networks.

    PubMed

    Mizuno, Shinya; Iwamoto, Shogo; Seki, Mutsumi; Yamaki, Naokazu

    2016-01-01

    In recent social experiments, rental motorbikes and rental bicycles have been arranged at nodes, and environments where users can ride these bikes have been improved. When people borrow bikes, they return them to nearby nodes. Some experiments have been conducted using the models of Hamachari of Yokohama, the Niigata Rental Cycle, and Bicing. However, from these experiments, the effectiveness of distributing bikes was unclear, and many models were discontinued midway. Thus, we need to consider whether these models are effectively designed to represent the distribution system. Therefore, we construct a model to arrange the nodes for distributing bikes using a queueing network. To adopt realistic values for our model, we use the Google Maps application program interface. Thus, we can easily obtain values of distance and transit time between nodes in various places in the world. Moreover, we apply the distribution of a population to a gravity model and we compute the effective transition probability for this queueing network. If the arrangement of the nodes and number of bikes at each node is known, we can precisely design the system. We illustrate our system using convenience stores as nodes and optimize the node configuration. As a result, we can optimize simultaneously the number of nodes, node places, and number of bikes for each node, and we can construct a base for a rental cycle business to use our system.

  6. Oregon School Bus Drivers Training Program. Students Handbook. Core Course.

    ERIC Educational Resources Information Center

    Oregon State Dept. of Education, Salem.

    This student handbook is one of the publications used for the Oregon Bus Driver Training Core Course. Handbook content focuses on those aspects of driving a school bus that differ from driving an automobile and that are essential for the safe transporting of students. Designed to accompany the four classes (each two and one-half hours long), the…

  7. Fuel Cell Electric Bus Evaluations | Hydrogen and Fuel Cells | NREL

    Science.gov Websites

    . Transit Fleets: Current Status 2017, L. Eudy and M. Post (November 2017) Zero Emission Bay Area (ZEBA ) Fuel Cell Bus Demonstration Results: Sixth Report, L. Eudy, M. Post, and M. Jeffers (September 2017 2017) American Fuel Cell Bus Project Evaluation: Third Report, L. Eudy, M. Post, and M. Jeffers (May

  8. Factors associated with self-reported driver sleepiness and incidents in city bus drivers

    PubMed Central

    ANUND, Anna; IHLSTRÖM, Jonas; FORS, Carina; KECKLUND, Göran; FILTNESS, Ashleigh

    2016-01-01

    Driver fatigue has received increased attention during recent years and is now considered to be a major contributor to approximately 15–30% of all crashes. However, little is known about fatigue in city bus drivers. It is hypothesized that city bus drivers suffer from sleepiness, which is due to a combination of working conditions, lack of health and reduced sleep quantity and quality. The overall aim with the current study is to investigate if severe driver sleepiness, as indicated by subjective reports of having to fight sleep while driving, is a problem for city based bus drivers in Sweden and if so, to identify the determinants related to working conditions, health and sleep which contribute towards this. The results indicate that driver sleepiness is a problem for city bus drivers, with 19% having to fight to stay awake while driving the bus 2–3 times each week or more and nearly half experiencing this at least 2–4 times per month. In conclusion, severe sleepiness, as indicated by having to fight sleep during driving, was common among the city bus drivers. Severe sleepiness correlated with fatigue related safety risks, such as near crashes. PMID:27098307

  9. Factors associated with self-reported driver sleepiness and incidents in city bus drivers.

    PubMed

    Anund, Anna; Ihlström, Jonas; Fors, Carina; Kecklund, Göran; Filtness, Ashleigh

    2016-08-05

    Driver fatigue has received increased attention during recent years and is now considered to be a major contributor to approximately 15-30% of all crashes. However, little is known about fatigue in city bus drivers. It is hypothesized that city bus drivers suffer from sleepiness, which is due to a combination of working conditions, lack of health and reduced sleep quantity and quality. The overall aim with the current study is to investigate if severe driver sleepiness, as indicated by subjective reports of having to fight sleep while driving, is a problem for city based bus drivers in Sweden and if so, to identify the determinants related to working conditions, health and sleep which contribute towards this. The results indicate that driver sleepiness is a problem for city bus drivers, with 19% having to fight to stay awake while driving the bus 2-3 times each week or more and nearly half experiencing this at least 2-4 times per month. In conclusion, severe sleepiness, as indicated by having to fight sleep during driving, was common among the city bus drivers. Severe sleepiness correlated with fatigue related safety risks, such as near crashes.

  10. Updating the school bus standard vehicle for load rating Alabama bridges.

    DOT National Transportation Integrated Search

    2010-06-01

    The objective of this project is to identify a representative school bus (weight and axle spacing) for load rating highway bridges. The ALDOT Bridge Rating and Load Test Section currently uses a 12.5-ton school bus (four tons on the front axle and 8....

  11. Express bus-fringe parking planning methodology.

    DOT National Transportation Integrated Search

    1975-01-01

    The conception, calibration, and evaluation of alternative disaggregate behavioral models of the express bus-fringe parking travel choice situation are described. Survey data collected for the Parham Express Service in Richmond, Virginia, are used to...

  12. A high-speed fiber optic data bus for local data communications

    NASA Astrophysics Data System (ADS)

    Porter, D. R.; Couch, P. R.; Schelin, J. W.

    1983-04-01

    A 100 Mbit/s fiber optic data bus is described which is capable of inter-connecting up to 16 terminals by means of a passive optical star coupler for terminal separation distance of up to 2 km. The system shows substantial performance margins and a BER of less than 10 to the -10th. Descriptions are also given of techniques for rapid laser stabilization, clock recovery, and the detection of bursty data over a wide dynamic range. The dynamic time slot allocations (DTSA) access protocol, which makes efficient use of the data bus under heavy bus loading conditions, is defined.

  13. The Design of a Fault-Tolerant COTS-Based Bus Architecture

    NASA Technical Reports Server (NTRS)

    Chau, Savio N.; Alkalai, Leon; Burt, John B.; Tai, Ann T.

    1999-01-01

    In this paper, we report our experiences and findings on the design of a fault-tolerant bus architecture comprised of two COTS buses, the IEEE 1394 and the 12C. This fault-tolerant bus is the backbone system bus for the avionics architecture of the X2000 program at the Jet Propulsion Laboratory. COTS buses are attractive because of the availability of low cost commercial products. However, they are not specifically designed for highly reliable applications such as long-life deep-space missions. The X2000 design team has devised a multi-level fault tolerance approach to compensate for this shortcoming of COTS buses. First, the approach enhances the fault tolerance capabilities of the IEEE 1394 and 12 C buses by adding a layer of fault handling hardware and software. Second, algorithms are developed to enable the IEEE 1394 and the 12 C buses assist each other to isolate and recovery from faults. Third, the set of IEEE 1394 and 12 C buses is duplicated to further enhance system reliability. The X2000 design team has paid special attention to guarantee that all fault tolerance provisions will not cause the bus design to deviate from the commercial standard specifications. Otherwise, the economic attractiveness of using COTS will be diminished. The hardware and software design of the X2000 fault-tolerant bus are being implemented and flight hardware will be delivered to the ST4 and Europa Orbiter missions.

  14. Massachusetts Fuel Cell Bus Project: Demonstrating a Total Transit Solution for Fuel Cell Electric Buses in Boston

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    The Federal Transit Administration's National Fuel Cell Bus Program focuses on developing commercially viable fuel cell bus technologies. Nuvera is leading the Massachusetts Fuel Cell Bus project to demonstrate a complete transit solution for fuel cell electric buses that includes one bus and an on-site hydrogen generation station for the Massachusetts Bay Transportation Authority (MBTA). A team consisting of ElDorado National, BAE Systems, and Ballard Power Systems built the fuel cell electric bus, and Nuvera is providing its PowerTap on-site hydrogen generator to provide fuel for the bus.

  15. 49 CFR 571.222 - Standard No. 222; School bus passenger seating and crash protection.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 6 2010-10-01 2010-10-01 false Standard No. 222; School bus passenger seating and... VEHICLE SAFETY STANDARDS Federal Motor Vehicle Safety Standards § 571.222 Standard No. 222; School bus... requirements for school bus passenger seating and restraining barriers. S2. Purpose. The purpose of this...

  16. Intercity Bus Feeder Project Program Analysis

    DOT National Transportation Integrated Search

    1990-09-01

    Following the passage of the Bus Regualtory Reform Act of 1982 (BRRA), intercity : carriers used their increased regulatory flexibility to discontinue many : underutilized rural and small city services. This was understandable, in light : of the comp...

  17. Drive Cycle Analysis, Measurement of Emissions and Fuel Consumption of a PHEV School Bus: Preprint

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Barnitt, R.; Gonder, J.

    The National Renewable Energy Laboratory (NREL) collected and analyzed real-world school bus drive cycle data and selected similar standard drive cycles for testing on a chassis dynamometer. NREL tested a first-generation plug-in hybrid electric vehicle (PHEV) school bus equipped with a 6.4L engine and an Enova PHEV drive system comprising a 25-kW/80 kW (continuous/peak) motor and a 370-volt lithium ion battery pack. A Bluebird 7.2L conventional school bus was also tested. Both vehicles were tested over three different drive cycles to capture a range of driving activity. PHEV fuel savings in charge-depleting (CD) mode ranged from slightly more than 30%more » to a little over 50%. However, the larger fuel savings lasted over a shorter driving distance, as the fully charged PHEV school bus would initially operate in CD mode for some distance, then in a transitional mode, and finally in a charge-sustaining (CS) mode for continued driving. The test results indicate that a PHEV school bus can achieve significant fuel savings during CD operation relative to a conventional bus. In CS mode, the tested bus showed small fuel savings and somewhat higher nitrogen oxide (NOx) emissions than the baseline comparison bus.« less

  18. Planning criteria for express bus-fringe parking operations : volume I of express bus-fringe parking planning methodology.

    DOT National Transportation Integrated Search

    1975-01-01

    Tripmaker reactions to two recent express bus-fringe parking operations in Richmond and Norfolk-Virginia Beach Virginia are examined. This travel behavior's interpreted to establish planning and design guidelines for locating and designing fringe lot...

  19. Determinants of spikes in ultrafine particle concentration whilst commuting by bus

    NASA Astrophysics Data System (ADS)

    Lim, Shanon; Dirks, Kim N.; Salmond, Jennifer A.; Xie, Shanju

    2015-07-01

    This paper examines concentration of ultrafine particles (UFPs) based on data collected using high-resolution UFP monitors whilst travelling by bus during rush hour along three different urban routes in Auckland, New Zealand. The factors influencing in-bus UFP concentration were assessed using a combination of spatial, statistical and GIS analysis techniques to determine both spatial and temporal variability. Results from 68 bus trips showed that concentrations varied more within a route than between on a given day, despite differences in urban morphology, land use and traffic densities between routes. A number of trips were characterised by periods of very rapid increases in UFPs (concentration 'spikes'), followed by slow declines. Trips which recorded at least one spike (an increase of greater than 10,000 pt/cm3) resulted in significantly higher mean concentrations. Spikes in UFPs were significantly more likely to occur when travelling at low speeds and when passengers were alighting and boarding at bus stops close to traffic light intersections.

  20. 16. Bus Room (also known as Switch Gear Room), view ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    16. Bus Room (also known as Switch Gear Room), view to the southeast. An air circuit breaker compressor (visible in photograph number 2) was once attached to the main bus relay visible in the background of the photograph. - Washington Water Power Clark Fork River Cabinet Gorge Hydroelectric Development, Powerhouse, North Bank of Clark Fork River at Cabinet Gorge, Cabinet, Bonner County, ID

  1. Analysis of Florida transit bus accidents

    DOT National Transportation Integrated Search

    2001-06-01

    Through its National Center for Transit Research, and under contract with the Florida Department of Transportation, the Center for Urban Transportation Research was tasked with reviewing a sample of transit bus crash occurrence data from selected Flo...

  2. Analysis of Florida transit bus crashes

    DOT National Transportation Integrated Search

    2001-06-01

    Through its National Center for Transit Research, and under contract with the Florida Department of Transportation, the Center for Urban Transportation Research was tasked with reviewing a sample of transit bus crash occurrence data from selected Flo...

  3. Bus operator perceptions of safety risks.

    DOT National Transportation Integrated Search

    2013-07-01

    This paper presents the results of a survey of TriMet bus operators addressing safety risks in their assigned work. Surveyed risk factors : were organized into five categories: vehicle design and condition; route layout; operating conditions; fatigue...

  4. State dependent arrival in bulk retrial queueing system with immediate Bernoulli feedback, multiple vacations and threshold

    NASA Astrophysics Data System (ADS)

    Niranjan, S. P.; Chandrasekaran, V. M.; Indhira, K.

    2017-11-01

    The objective of this paper is to analyse state dependent arrival in bulk retrial queueing system with immediate Bernoulli feedback, multiple vacations, threshold and constant retrial policy. Primary customers are arriving into the system in bulk with different arrival rates λ a and λ b . If arriving customers find the server is busy then the entire batch will join to orbit. Customer from orbit request service one by one with constant retrial rate γ. On the other hand if an arrival of customers finds the server is idle then customers will be served in batches according to general bulk service rule. After service completion, customers may request service again with probability δ as feedback or leave from the system with probability 1 - δ. In the service completion epoch, if the orbit size is zero then the server leaves for multiple vacations. The server continues the vacation until the orbit size reaches the value ‘N’ (N > b). At the vacation completion, if the orbit size is ‘N’ then the server becomes ready to provide service for customers from the main pool or from the orbit. For the designed queueing model, probability generating function of the queue size at an arbitrary time will be obtained by using supplementary variable technique. Various performance measures will be derived with suitable numerical illustrations.

  5. Noise Reduction Retrofit for a "New Look" Flexible Transit Bus Service Bulletin

    DOT National Transportation Integrated Search

    1980-09-01

    This document presents instructions on how to apply a noise treatment to a contemporary city transit bus without extensive structural alteration. Baseline bus configuration, noise ratings, and performance benchmarks are presented for a Flexible 111DC...

  6. Understanding & modeling bus transit driver availability.

    DOT National Transportation Integrated Search

    2014-07-01

    Bus transit agencies are required to hire extraboard (i.e. back-up) operators to account for unexpected absences. Incorrect sizing of extra driver workforce is problematic for a number of reasons. Overestimating the appropriate number of extraboard o...

  7. Accessible Fixed Route Bus Service Experience

    DOT National Transportation Integrated Search

    1981-05-01

    The research report discusses the operator and user experience with lifting devices on regular bus transit services that facilitate the entry and exit of wheelchair users and semi-ambulatory passengers. The study draws data mainly from experiences at...

  8. Behavior Modification of Aggressive Behavior on a Nursery School Bus: A Case Study.1

    ERIC Educational Resources Information Center

    Whitehurst, Carol; Miller, Edward

    1973-01-01

    A case study is presented in which aggressive behavior of two pre-school boys on a nursery school bus was modified by the introduction of a negative punishment contingency in which the Ss were told they would be detained on the bus until the second time the bus passed their house (delay of reinforcement) if abusive behavior occurred. (Author)

  9. An evaluation of the Shirley Highway Express-Bus-on-Freeway Demonstration Project.

    DOT National Transportation Integrated Search

    1973-01-01

    The Shirley Highway Express-Bus-on-Freeway Demonstration Project was initiated to test the hypothesis that the provision of rapid and convenient bus service over an exclusive lane would attract significant numbers of automobile passengers. Such a div...

  10. San Diego Wheelchair Accessible Bus Study

    DOT National Transportation Integrated Search

    1977-09-01

    The study describes the implementation and early operation of a pilot project of fixed route, wheelchair accessible bus service on two routes of the San Diego Transit system. Five buses of the Transit Authority fleet were retrofitted with wheelchair ...

  11. Methods for Trustworthy Design of On-Chip Bus Interconnect for General-Purpose Processors

    DTIC Science & Technology

    2012-03-01

    Technology Andrew Huang, was able to test the security properties of HyperTransport bus protocol on an Xbox [20]. In his research, he was able to...TRUSTWORTHY DESIGN OF ON -CHIP BUS INTERCONNECT FOR GENERAL-PURPOSE PROCESSORS by Jay F. Elson March 2012 Thesis Advisor: Ted Huffmire Second...AND DATES COVERED Master’s Thesis 4. TITLE AND SUBTITLE Methods for Trustworthy Design of On -Chip Bus Interconnect for General-Purpose Processors 5

  12. Stochastic queueing-theory approach to human dynamics

    NASA Astrophysics Data System (ADS)

    Walraevens, Joris; Demoor, Thomas; Maertens, Tom; Bruneel, Herwig

    2012-02-01

    Recently, numerous studies have shown that human dynamics cannot be described accurately by exponential laws. For instance, Barabási [Nature (London)NATUAS0028-083610.1038/nature03459 435, 207 (2005)] demonstrates that waiting times of tasks to be performed by a human are more suitably modeled by power laws. He presumes that these power laws are caused by a priority selection mechanism among the tasks. Priority models are well-developed in queueing theory (e.g., for telecommunication applications), and this paper demonstrates the (quasi-)immediate applicability of such a stochastic priority model to human dynamics. By calculating generating functions and by studying them in their dominant singularity, we prove that nonexponential tails result naturally. Contrary to popular belief, however, these are not necessarily triggered by the priority selection mechanism.

  13. Analysis, operation and maintenance of a fuel cell/battery series-hybrid bus for urban transit applications

    NASA Astrophysics Data System (ADS)

    Bubna, Piyush; Brunner, Doug; Gangloff, John J.; Advani, Suresh G.; Prasad, Ajay K.

    The fuel cell hybrid bus (FCHB) program was initiated at the University of Delaware in 2005 to demonstrate the viability of fuel cell vehicles for transit applications and to conduct research and development to facilitate the path towards their eventual commercialization. Unlike other fuel cell bus programs, the University of Delaware's FCHB design features a battery-heavy hybrid which offers multiple advantages in terms of cost, performance and durability. The current fuel cell hybrid bus is driven on a regular transit route at the University of Delaware. The paper describes the baseline specifications of the bus with a focus on the fuel cell and the balance of plant. The fuel cell/battery series-hybrid design is well suited for urban transit routes and provides key operational advantages such as hydrogen fuel economy, efficient use of the fuel cell for battery recharging, and regenerative braking. The bus is equipped with a variety of sensors including a custom-designed cell voltage monitoring system which provide a good understanding of bus performance under normal operation. Real-time data collection and analysis have yielded key insights for fuel cell bus design optimization. Results presented here illustrate the complex flow of energy within the various subsystems of the fuel cell hybrid bus. A description of maintenance events has been included to highlight the issues that arise during general operation. The paper also describes several modifications that will facilitate design improvements in future versions of the bus. Overall, the fuel cell hybrid bus demonstrates the viability of fuel cells for urban transit applications in real world conditions.

  14. Traveling by Bus Instead of Car on Urban Major Roads: Safety Benefits for Vehicle Occupants, Pedestrians, and Cyclists.

    PubMed

    Morency, Patrick; Strauss, Jillian; Pépin, Félix; Tessier, François; Grondines, Jocelyn

    2018-04-01

    Some studies have estimated fatality and injury rates for bus occupants, but data was aggregated at the country level and made no distinction between bus types. Also, injured pedestrians and cyclists, as a result of bus travel, were overlooked. We compared injury rates for car and city bus occupants on specific urban major roads, as well as the cyclist and pedestrian injuries associated with car and bus travel. We selected ten bus routes along major urban arterials (in Montreal, Canada). Passenger-kilometers traveled were estimated from vehicle counts at intersections (2002-2010) and from bus passenger counts (2008). Police accident reports (2001-2010) provided injury data for all modes. Injury rates associated with car and bus travel were calculated for vehicle occupants, pedestrians, and cyclists. Injury rate ratios were also computed. The safety benefits of bus travel, defined as the number of vehicle occupant, cyclist, and pedestrian injuries saved, were estimated for each route. Overall, for all ten routes, the ratio between car and bus occupant injury rates is 3.7 (95% CI [3.4, 4.0]). The rates of pedestrian and cyclist injuries per hundred million passenger-kilometers are also significantly greater for car travel than that for bus travel: 4.1 (95% CI [3.5, 4.9]) times greater for pedestrian injuries; 5.3 (95% CI [3.8, 7.6]) times greater for cyclist injuries. Similar results were observed for fatally and severely injured vehicle occupants, cyclists, and pedestrians. At the route level, the safety benefits of bus travel increase with the difference in injury rate associated with car and bus travel but also with the amount of passenger-kilometers by bus. Results show that city bus is a safer mode than car, for vehicle occupants but also for cyclists and pedestrians traveling along these bus routes. The safety benefits of bus travel greatly vary across urban routes; this spatial variation is most likely linked to environmental factors. Understanding the

  15. Bus service evaluation procedures : a review

    DOT National Transportation Integrated Search

    1979-03-01

    The report presents the results of a literature review and survey of 71 transit properties in the U. S. and Canada regarding bus service evaluation procedures currently in use. The focus of the study was to identify service performance indicators and...

  16. Ultrasound waiting lists: rational queue or extended capacity?

    PubMed

    Brasted, Christopher

    2008-06-01

    The features and issues regarding clinical waiting lists in general and general ultrasound waiting lists in particular are reviewed, and operational aspects of providing a general ultrasound service are also discussed. A case study is presented describing a service improvement intervention in a UK NHS hospital's ultrasound department, from which arises requirements for a predictive planning model for an ultrasound waiting list. In the course of this, it becomes apparent that a booking system is a more appropriate way of describing the waiting list than a conventional queue. Distinctive features are identified from the literature and the case study as the basis for a predictive model, and a discrete event simulation model is presented which incorporates the distinctive features.

  17. Real life testing of a Hybrid PEM Fuel Cell Bus

    NASA Astrophysics Data System (ADS)

    Folkesson, Anders; Andersson, Christian; Alvfors, Per; Alaküla, Mats; Overgaard, Lars

    Fuel cells produce low quantities of local emissions, if any, and are therefore one of the most promising alternatives to internal combustion engines as the main power source in future vehicles. It is likely that urban buses will be among the first commercial applications for fuel cells in vehicles. This is due to the fact that urban buses are highly visible for the public, they contribute significantly to air pollution in urban areas, they have small limitations in weight and volume and fuelling is handled via a centralised infrastructure. Results and experiences from real life measurements of energy flows in a Scania Hybrid PEM Fuel Cell Concept Bus are presented in this paper. The tests consist of measurements during several standard duty cycles. The efficiency of the fuel cell system and of the complete vehicle are presented and discussed. The net efficiency of the fuel cell system was approximately 40% and the fuel consumption of the concept bus is between 42 and 48% lower compared to a standard Scania bus. Energy recovery by regenerative braking saves up 28% energy. Bus subsystems such as the pneumatic system for door opening, suspension and brakes, the hydraulic power steering, the 24 V grid, the water pump and the cooling fans consume approximately 7% of the energy in the fuel input or 17% of the net power output from the fuel cell system. The bus was built by a number of companies in a project partly financed by the European Commission's Joule programme. The comprehensive testing is partly financed by the Swedish programme "Den Gröna Bilen" (The Green Car). A 50 kW el fuel cell system is the power source and a high voltage battery pack works as an energy buffer and power booster. The fuel, compressed hydrogen, is stored in two high-pressure stainless steel vessels mounted on the roof of the bus. The bus has a series hybrid electric driveline with wheel hub motors with a maximum power of 100 kW. Hybrid Fuel Cell Buses have a big potential, but there are

  18. 40 CFR 85.1404 - Maintenance of records for urban bus operators; submittal of information; right of entry.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 19 2014-07-01 2014-07-01 false Maintenance of records for urban bus... SOURCES Urban Bus Rebuild Requirements § 85.1404 Maintenance of records for urban bus operators; submittal of information; right of entry. (a) The operator of any urban bus for which this subpart is...

  19. 40 CFR 85.1404 - Maintenance of records for urban bus operators; submittal of information; right of entry.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 19 2012-07-01 2012-07-01 false Maintenance of records for urban bus... SOURCES Urban Bus Rebuild Requirements § 85.1404 Maintenance of records for urban bus operators; submittal of information; right of entry. (a) The operator of any urban bus for which this subpart is...

  20. 40 CFR 85.1404 - Maintenance of records for urban bus operators; submittal of information; right of entry.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 19 2013-07-01 2013-07-01 false Maintenance of records for urban bus... SOURCES Urban Bus Rebuild Requirements § 85.1404 Maintenance of records for urban bus operators; submittal of information; right of entry. (a) The operator of any urban bus for which this subpart is...

  1. 40 CFR 85.1404 - Maintenance of records for urban bus operators; submittal of information; right of entry.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 18 2011-07-01 2011-07-01 false Maintenance of records for urban bus... SOURCES Urban Bus Rebuild Requirements § 85.1404 Maintenance of records for urban bus operators; submittal of information; right of entry. (a) The operator of any urban bus for which this subpart is...

  2. Replacement model of city bus: A dynamic programming approach

    NASA Astrophysics Data System (ADS)

    Arifin, Dadang; Yusuf, Edhi

    2017-06-01

    This paper aims to develop a replacement model of city bus vehicles operated in Bandung City. This study is driven from real cases encountered by the Damri Company in the efforts to improve services to the public. The replacement model propounds two policy alternatives: First, to maintain or keep the vehicles, and second is to replace them with new ones taking into account operating costs, revenue, salvage value, and acquisition cost of a new vehicle. A deterministic dynamic programming approach is used to solve the model. The optimization process was heuristically executed using empirical data of Perum Damri. The output of the model is to determine the replacement schedule and the best policy if the vehicle has passed the economic life. Based on the results, the technical life of the bus is approximately 20 years old, while the economic life is an average of 9 (nine) years. It means that after the bus is operated for 9 (nine) years, managers should consider the policy of rejuvenation.

  3. Redesign of Transjakarta Bus Driver's Cabin

    NASA Astrophysics Data System (ADS)

    Mardi Safitri, Dian; Azmi, Nora; Singh, Gurbinder; Astuti, Pudji

    2016-02-01

    Ergonomic risk at work stations with type Seated Work Control was one of the problems faced by Transjakarta bus driver. Currently “Trisakti” type bus, one type of bus that is used by Transjakarta in corridor 9, serving route Pinang Ranti - Pluit, gained many complaints from drivers. From the results of Nordic Body Map questionnaires given to 30 drivers, it was known that drivers feel pain in the neck, arms, hips, and buttocks. Allegedly this was due to the seat position and the button/panel bus has a considerable distance range (1 meter) to be achieved by drivers. In addition, preliminary results of the questionnaire using Workstation Checklist identified their complaints about uncomfortable cushion, driver's seat backrest, and the exact position of the AC is above the driver head. To reduce the risk level of ergonomics, then did research to design the cabin by using a generic approach to designing products. The risk analysis driver posture before the design was done by using Rapid Upper Limb Assessment (RULA), Rapid Entire Body Assessment (REBA), and Quick Exposure Checklist (QEC), while the calculation of the moment the body is done by using software Mannequin Pro V10.2. Furthermore, the design of generic products was done through the stages: need metric-matrix, house of quality, anthropometric data collection, classification tree concept, concept screening, scoring concept, design and manufacture of products in the form of two-dimensional. While the design after design risk analysis driver posture was done by using RULA, REBA, and calculation of moments body as well as the design visualized using software 3DMax. From the results of analysis before the draft design improvements cabin RULA obtained scores of 6, REBA 9, and the result amounted to 57.38% QEC and moment forces on the back is 247.3 LbF.inch and on the right hip is 72.9 LbF.in. While the results of the proposed improvements cabin design RULA obtained scores of 3, REBA 4, and the moment of force on

  4. Webinar May 17: Fuel Cell Electric Bus Progress Toward Meeting Technical

    Science.gov Websites

    Targets | News | NREL Webinar May 17: Fuel Cell Electric Bus Progress toward Meeting Technical Targets Webinar May 17: Fuel Cell Electric Bus Progress toward Meeting Technical Targets May 14, 2018 The U.S. Department of Energy's (DOE's) Fuel Cell Technologies Office will present a live webinar titled

  5. Technology Validation: Fuel Cell Bus Evaluations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Eudy, Leslie

    This presentation describing the FY 2016 accomplishments for the National Renewable Energy Laboratory's Fuel Cell Bus Evaluations project was presented at the U.S. Department of Energy Hydrogen and Fuel Cells Program Annual Merit Review and Peer Evaluation Meeting, June 7, 2016.

  6. SunLine Test Drives Hydrogen Bus

    DOT National Transportation Integrated Search

    2003-08-01

    SunLine collaborated with the U.S. Department of Energys (DOE) Hydrogen, Fuel Cells & Infrastructure Technologies (HFC&IT) Program on the evaluation of the 30-foot hybrid fuel cell bus that was developed by ThunderPower LLC, a joint venture by Tho...

  7. Repeater For A Digital-Communication Bus

    NASA Technical Reports Server (NTRS)

    Torres-Guzman, Esteban; Olson, Stephen; Heaps, Tim

    1993-01-01

    Digital repeater circuit designed to extend range of communication on MIL-STD-1553 bus beyond original maximum allowable length of 300 ft. Circuit provides two-way communication, one way at time, and conforms to specifications of MIL-STD-1553. Crosstalk and instability eliminated.

  8. Preventing Bandwidth Abuse at the Router through Sending Rate Estimate-based Active Queue Management

    DTIC Science & Technology

    2007-06-01

    behavior is growing in the Internet. These non-responsive sources can monopolize network bandwidth and starve the “congestion friendly” flows. Without...unnecessarily complex because most of the flows in the Internet are short flows usually termed as “web mice ” [7]. Moreover, having a separate queue for each

  9. Advanced Training Course for School Bus Drivers. A Manual for Instructors.

    ERIC Educational Resources Information Center

    New York State Education Dept., Albany.

    This manual provides the basis for a 10-hour advanced course of instruction to be offered for those school bus drivers who have successfully completed a basic course. The course is composed of five units. The pupil control unit attempts to develop in the school bus driver an understanding of the functions of discipline and his relationship to the…

  10. Mapping Between Bus Rapid Transit Shelter and High School Location in Semarang

    NASA Astrophysics Data System (ADS)

    Dewi, D. I. K.; Rakhmatulloh, A. R.; Anggraini, P.

    2018-02-01

    The main users of public bus transport are those who have the goal to work and attend school. But the last few years there has been a decline in the use of public transport for high school students. Partly of the reason are the high use of motorcycle by student and lack of bus stop service range to high school location. This research has aim to increase the use of public transport for school students by mapping Bus Rapid Transit (BRT) shelter and school locations. The research method used are descriptive quantitative with GIs analysis tools and using spatial analysis approach

  11. Optimal bus temperature for thermal comfort during a cool day.

    PubMed

    Velt, K B; Daanen, H A M

    2017-07-01

    A challenge for electric buses is to minimize heating and cooling power to maximally extend the driving range, but still provide sufficient thermal comfort for the driver and passengers. Therefore, we investigated the thermal sensation (TS) and thermal comfort (TC) of passengers in buses during a cool day (temperature 13.4 ± 0.5 °C, relative humidity (RH) 60 ± 5.8%) typical for the Dutch temperate maritime climate. 28 Males and 72 females rated TS and TC and gave information on age, stature, body weight and worn garments. The temperature in the bus of 22.5 ± 1.1 °C and RH of 59.9 ± 5.8% corresponded to a slightly warm feeling (TS = 0.85 ± 1.06) and TC of 0.39 ± 0.65. TS related significantly to bus temperature, clothing insulation and age. Linear regression based on these parameters showed that the temperature in the bus corresponding to TC = 0 and TS = 0 would have been 20.9 ± 0.6 °C. In conclusion, a 1.6 °C lower bus temperature during the investigated cool day probably would have led to less thermal discomfort and energy savings of electrical busses. The methodology to relate climatic measurements to subjective assessments is currently employed in a wider climatic range and may prove to be useful to find a better balance between thermal comfort and energy savings of the bus. Copyright © 2017 Elsevier Ltd. All rights reserved.

  12. Study on emission characteristics of hybrid bus under driving cycles in typical Chinese city

    NASA Astrophysics Data System (ADS)

    Xie, Yongdong; Xu, Guangju

    2017-09-01

    In this study, hybrid city bus was taken as the research object, through the vehicle drum test, the vehicle emissions of hybrid bus, the transient emissions of gas pollutants, as well as the particle size and number distribution were surveyed. The results of the studies are listed as follows: First, compared to traditional fuel bus, hybrid bus could reduce about 44% of the NOx emissions, 33% of the total hydrocarbon emissions, and 51% of the particles emissions. Furthermore, the distribution of particles number concentration of test vehicle became high in middle and low in both sides. More specifically, the particle number concentration was mainly concentrated in the range from 0.021 to 0.755μm, the maximum was 0.2μm, and particle size of particulate matter (PM) less than 1.2μm accounted for 95% of the total number concentration. Particulate mass concentration was increased with increment of particle size, and the maximum of particulate mass (PM) concentration was 6.2μm. On average, whether traditional fuel bus or hybrid bus, the particle size of particulate matter(PM) less than 2.5μm accounted for more than 98% in the particles emission. It is found that the particles are more likely to deposit to the lung, respiratory bronchioles and alveoli, causing respiratory and lung diseases. Therefore, how to control the PM emissions of hybrid bus is the key factor of the study.

  13. Bus Maintenance is a Sound Investment.

    ERIC Educational Resources Information Center

    American School Board Journal, 1981

    1981-01-01

    Preventive school bus maintenance to reduce long-term costs should include daily visual inspections by drivers, frequent checks by mechanics, and comprehensive inspections every 5,000 miles. Mechanics recommend checking tail lights, batteries, brakes, lug nuts, leaf springs, tail pipes, and exhaust pipe hangers. (RW)

  14. Testing of Environmental Satellite Bus-Instrument Interfaces Using Engineering Models

    NASA Technical Reports Server (NTRS)

    Gagnier, Donald; Hayner, Rick; Nosek, Thomas; Roza, Michael; Hendershot, James E.; Razzaghi, Andrea I.

    2004-01-01

    This paper discusses the formulation and execution of a laboratory test of the electrical interfaces between multiple atmospheric scientific instruments and the spacecraft bus that carries them. The testing, performed in 2002, used engineering models of the instruments and the Aura spacecraft bus electronics. Aura is one of NASA s Earth Observatory System missions. The test was designed to evaluate the complex interfaces in the command and data handling subsystems prior to integration of the complete flight instruments on the spacecraft. A problem discovered during the flight integration phase of the observatory can cause significant cost and schedule impacts. The tests successfully revealed problems and led to their resolution before the full-up integration phase, saving significant cost and schedule. This approach could be beneficial for future environmental satellite programs involving the integration of multiple, complex scientific instruments onto a spacecraft bus.

  15. Increasing throughput of multiplexed electrical bus in pipe-lined architecture

    DOEpatents

    Asaad, Sameh; Brezzo, Bernard V; Kapur, Mohit

    2014-05-27

    Techniques are disclosed for increasing the throughput of a multiplexed electrical bus by exploiting available pipeline stages of a computer or other system. For example, a method for increasing a throughput of an electrical bus that connects at least two devices in a system comprises introducing at least one signal hold stage in a signal-receiving one of the two devices, such that a maximum frequency at which the two devices are operated is not limited by a number of cycles of an operating frequency of the electrical bus needed for a signal to propagate from a signal-transmitting one of the two devices to the signal-receiving one of the two devices. Preferably, the signal hold stage introduced in the signal-receiving one of the two devices is a pipeline stage re-allocated from the signal-transmitting one of the two devices.

  16. Developing and Demonstrating the Next-Generation Fuel Cell Electric Bus Made in America

    DOT National Transportation Integrated Search

    2012-02-01

    The Federal Transit Administrations (FTA) National Fuel Cell Bus Program (NFCBP) focuses on developing commercially viable fuel cell bus technologies. CALSTART is one of three non-profit consortia chosen to manage projects competitively selected u...

  17. 49 CFR 571.221 - Standard No. 221, School bus body joint strength.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 49 Transportation 6 2011-10-01 2011-10-01 false Standard No. 221, School bus body joint strength. 571.221 Section 571.221 Transportation Other Regulations Relating to Transportation (Continued... STANDARDS Federal Motor Vehicle Safety Standards § 571.221 Standard No. 221, School bus body joint strength...

  18. 49 CFR 571.221 - Standard No. 221, School bus body joint strength.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 6 2010-10-01 2010-10-01 false Standard No. 221, School bus body joint strength. 571.221 Section 571.221 Transportation Other Regulations Relating to Transportation (Continued... STANDARDS Federal Motor Vehicle Safety Standards § 571.221 Standard No. 221, School bus body joint strength...

  19. Computer-Based Video Instruction to Teach Students with Intellectual Disabilities to Use Public Bus Transportation

    ERIC Educational Resources Information Center

    Mechling, Linda; O'Brien, Eileen

    2010-01-01

    This study investigated the effectiveness of computer-based video instruction (CBVI) to teach three young adults with moderate intellectual disabilities to push a "request to stop bus signal" and exit a city bus in response to target landmarks. A multiple probe design across three students and one bus route was used to evaluate effectiveness of…

  20. Design of temperature monitoring system based on CAN bus

    NASA Astrophysics Data System (ADS)

    Zhang, Li

    2017-10-01

    The remote temperature monitoring system based on the Controller Area Network (CAN) bus is designed to collect the multi-node remote temperature. By using the STM32F103 as main controller and multiple DS18B20s as temperature sensors, the system achieves a master-slave node data acquisition and transmission based on the CAN bus protocol. And making use of the serial port communication technology to communicate with the host computer, the system achieves the function of remote temperature storage, historical data show and the temperature waveform display.

  1. Impacts Assessment of Dynamic Speed Harmonization with Queue Warning : Task 3, Impacts Assessment Report. [supporting datasets

    DOT National Transportation Integrated Search

    2015-05-31

    The datasets in the .pdf and .zip attached to this record are in support of Intelligent Transportation Systems Joint Program Office (ITS JPO) report FHWA-JPO-15-222, "Impacts Assessment of Dynamic Speed Harmonization with Queue Warning : Task 3, Impa...

  2. Hybrid Propulsion Technologies for Urban Bus Transit

    DOT National Transportation Integrated Search

    1984-11-01

    Information on hybrid propulsion technologies is presented to increase the transit community's awareness and understanding of bus propulsion designs that offer extended use capability for trolley-emergency, short-range, and back-up propulsion for tro...

  3. A preliminary survey analysis of school shuttle bus system towards smart mobility solutions

    NASA Astrophysics Data System (ADS)

    Yue, Wong Seng; Hoy, Cheong Wan; Chye, Koh Keng

    2017-10-01

    Mobility and accessibility are crucial indicators of urban development. Public transport in the urban areas came into existence to fulfil transportation needs as well as mobility and accessibility demands. Ridership can be affected by the quality and quantity of transit service. However, technical improvements are needed for such as real-time bus information, controlling run time and headway delay. Thus, this paper is aimed to carry out a preliminary survey to determine the problems of school shuttle bus that faced by the students in a selected educational institution, their perceptions of using shuttle bus tracking and information mobile application and impacts of real-time information of public transits on bus ridership and towards smart mobility solutions. Efficient public transportation system needs further investigation about the role of mobile application for the bus tracking system in supporting smart mobility actions and real-time information. The proposed application also provides a smart solution for the management of public infrastructures and urban facilities in Malaysia in future. Eventually, this study opens an opportunity to improve Malaysian quality of life on the public value that created for the city as a whole.

  4. Tutorial in medical decision modeling incorporating waiting lines and queues using discrete event simulation.

    PubMed

    Jahn, Beate; Theurl, Engelbert; Siebert, Uwe; Pfeiffer, Karl-Peter

    2010-01-01

    In most decision-analytic models in health care, it is assumed that there is treatment without delay and availability of all required resources. Therefore, waiting times caused by limited resources and their impact on treatment effects and costs often remain unconsidered. Queuing theory enables mathematical analysis and the derivation of several performance measures of queuing systems. Nevertheless, an analytical approach with closed formulas is not always possible. Therefore, simulation techniques are used to evaluate systems that include queuing or waiting, for example, discrete event simulation. To include queuing in decision-analytic models requires a basic knowledge of queuing theory and of the underlying interrelationships. This tutorial introduces queuing theory. Analysts and decision-makers get an understanding of queue characteristics, modeling features, and its strength. Conceptual issues are covered, but the emphasis is on practical issues like modeling the arrival of patients. The treatment of coronary artery disease with percutaneous coronary intervention including stent placement serves as an illustrative queuing example. Discrete event simulation is applied to explicitly model resource capacities, to incorporate waiting lines and queues in the decision-analytic modeling example.

  5. Management of demand in the NHS, including the effects of queues and pensioners.

    PubMed

    Groocock, J

    1999-01-01

    Discusses the methods used in the NHS to bring demand into balance with supply. People with minor illnesses try self-treatments and alternative medicine. Systematic programs to identify ill people are applied to only a few illnesses. Waiting lists for elective surgery cause some richer people to take their demand to private hospitals. An analysis of such waiting lists shows that, other than this, queues are not a method of rationing but are just the effect of bad management of the actual methods, which are then discussed. The same methods are used to ration access to specialist physicians. Providing extra resources would eliminate queues only if another condition was satisfied. It is argued that providing fully adequate medical care for patients of working age, although expensive, might produce a net economic gain, whereas all care for pensioners, including medical care, gives a net economic loss. Therefore it may not be sensible for people to have inadequate medical care for the first 65 years of their lives just because it is economically impracticable for them to have fully adequate medical care when they are pensioners.

  6. Effects of the window openings on the micro-environmental condition in a school bus

    NASA Astrophysics Data System (ADS)

    Li, Fei; Lee, Eon S.; Zhou, Bin; Liu, Junjie; Zhu, Yifang

    2017-10-01

    School bus is an important micro-environment for children's health because the level of in-cabin air pollution can increase due to its own exhaust in addition to on-road traffic emissions. However, it has been challenging to understand the in-cabin air quality that is associated with complex airflow patterns inside and outside a school bus. This study conducted Computational Fluid Dynamics (CFD) modeling analyses to determine the effects of window openings on the self-pollution for a school bus. Infiltration through the window gaps is modeled by applying variable numbers of active computational cells as a function of the effective area ratio of the opening. The experimental data on ventilation rates from the literature was used to validate the model. Ultrafine particles (UFPs) and black carbon (BC) concentrations were monitored in ;real world; field campaigns using school buses. This modeling study examined the airflow pattern inside the school bus under four different types of side-window openings at 20, 40, and 60 mph (i.e., a total of 12 cases). We found that opening the driver's window could allow the infiltration of exhaust through window/door gaps in the back of school bus; whereas, opening windows in the middle of the school bus could mitigate this phenomenon. We also found that an increased driving speed (from 20 mph to 60 mph) could result in a higher ventilation rate (up to 3.4 times) and lower mean age of air (down to 0.29 time) inside the bus.

  7. Designing Universitas Indonesia Molina EV Bus Dashboard Using ECQFD and TRIZ

    NASA Astrophysics Data System (ADS)

    Faiq Pradhila, Muhammad; Suzianti, Amalia; Putri Adinda, Prilly

    2018-01-01

    Universitas Indonesia is involved in the national electric car development program. One of the focus by the research team is to develop the Molina EV Bus which is planned to replace the current operational bus at UI so that it can be more environmental friendly. With UI developing facilities for the disabled, the Molina research team planned to make a new prototype of the Molina EV Bus to contribute to the facilities developed for the disabled. The new prototype is expected to increase the quality of the previous features of the EV Bus, including the dashboard that had been ignored. To support the development of the new prototype, this research was conducted to design a suitable dashboard for the new prototype. Design of the prototype are made using Autodesk Inventor. This research used the integration of ECQFD (Environmentally Conscious Quality Function Deployment) and TRIZ (Theory of Inventive Problem Solving) method. ECQFD was used to translate user needs into quality characteristics based on environmental aspects. TRIZ was used to translate the quality characteristics into technical specifications. This research has generated 3 sustainable, innovative, and user-preferred dashboard design recommendation for the new prototype.

  8. Bus drivers' exposure to bullying at work: an occupation-specific approach.

    PubMed

    Glasø, Lars; Bele, Edvard; Nielsen, Morten Birkeland; Einarsen, Ståle

    2011-10-01

    The present study employs an occupation-specific approach to examine bus drivers' exposure to bullying and their trait anger, job engagement, job satisfaction and turnover intentions. A total of 1,023 bus drivers from a large public transport organization participated in the study. The findings show that bus driving can be a high risk occupation with regard to bullying, since 70% of the bus drivers had experienced one or more acts typical of bullying during the last six months. As many as 11% defined themselves as victims of bullying, 33% of whom (i.e. 3.6% of the total sample) see themselves as victims of frequent bullying. Colleagues were most frequently reported as perpetrators. Exposure to bullying was negatively related to job engagement and job satisfaction and positively related to turnover intentions. Job engagement and job satisfaction mediated the relationship between bullying and intention to leave, respectively. Trait anger had an interaction effect on the relationship between bullying and turnover intentions. This study indicates that workplace bullying has context-specific aspects that require increased use of context-specific policies and intervention methods. © 2011 The Authors. Scandinavian Journal of Psychology © 2011 The Scandinavian Psychological Associations.

  9. Analysis of real-time variables affecting children's exposure to diesel-related pollutants during school bus commutes in Los Angeles

    NASA Astrophysics Data System (ADS)

    Sabin, Lisa D.; Kozawa, Kathleen; Behrentz, Eduardo; Winer, Arthur M.; Fitz, Dennis R.; Pankratz, David V.; Colome, Steven D.; Fruin, Scott A.

    Variables affecting children's exposure during school bus commutes were investigated using real-time measurements of black carbon (BC), particle-bound polycyclic aromatic hydrocarbons (PB-PAH) and nitrogen dioxide (NO 2) inside 3 conventional diesel school buses, a particle trap-outfitted (TO) diesel school bus and a compressed natural gas (CNG) school bus, while traveling along an urban Los Angeles Unified School District bus route. A video camera was mounted at the front of each bus to record roadway conditions ahead of the bus during each commute. The videotapes from 12 commutes, in conjunction with pollutant concentration time series, were used to determine the influence of variables such as vehicles being followed, bus type and roadway type on pollutant concentrations inside the bus. For all buses tested, the highest concentrations of BC, PB-PAH and NO 2 were observed when following a diesel school bus, especially if that bus was emitting visible exhaust. This result was important because other diesel school buses were responsible for the majority of the diesel vehicle encounters, primarily due to caravanning with each other when leaving a school at the same time. Compared with following a gasoline vehicle or no target, following a smoky diesel school bus yielded BC and PB-PAH concentrations inside the cabin 8 and 11 times higher, respectively, with windows open, and ˜1.8 times higher for both pollutants with windows closed. When other diesel vehicles were not present, pollutant concentrations were highest inside the conventional diesel buses and lowest inside the CNG bus, while the TO diesel bus exhibited intermediate concentrations. Differences in pollutant concentrations between buses were most pronounced with the bus windows closed, and were attributed to a combination of higher concentrations in the exhaust and higher exhaust gas intrusion rates for the conventional diesel buses. Conventional diesel school buses can have a double exposure impact on

  10. The AI Bus architecture for distributed knowledge-based systems

    NASA Technical Reports Server (NTRS)

    Schultz, Roger D.; Stobie, Iain

    1991-01-01

    The AI Bus architecture is layered, distributed object oriented framework developed to support the requirements of advanced technology programs for an order of magnitude improvement in software costs. The consequent need for highly autonomous computer systems, adaptable to new technology advances over a long lifespan, led to the design of an open architecture and toolbox for building large scale, robust, production quality systems. The AI Bus accommodates a mix of knowledge based and conventional components, running on heterogeneous, distributed real world and testbed environment. The concepts and design is described of the AI Bus architecture and its current implementation status as a Unix C++ library or reusable objects. Each high level semiautonomous agent process consists of a number of knowledge sources together with interagent communication mechanisms based on shared blackboards and message passing acquaintances. Standard interfaces and protocols are followed for combining and validating subsystems. Dynamic probes or demons provide an event driven means for providing active objects with shared access to resources, and each other, while not violating their security.

  11. Bus rapid transit : a handbook for partners.

    DOT National Transportation Integrated Search

    2007-02-01

    This document describes the policy and role of the California Department of Transportation (Caltrans) to support the development of Bus Rapid Transit (BRT ) projects and technology and, in that context, to strengthen partnerships, expedite project de...

  12. Efficiency in bus stop location and design.

    DOT National Transportation Integrated Search

    1980-01-01

    The research reported here identified those elements associated with the location and design of bus stops that affect the efficiency of transit and traffic operations, and developed guidelines to assist transportation engineers and planners in techni...

  13. Short-range evaluation of air pollution near bus and railway stations.

    PubMed

    Corfa, E; Maury, F; Segers, P; Fresneau, A; Albergel, A

    2004-12-01

    In the early morning, during workdays, intensive activity is observed at both bus and railway stations. This particular time is critical because of the combination of three factors: (1) simultaneous departure of many buses and trains, (2) cold engines, and, quite frequently, (3) stable meteorological conditions. In our approach, we use ARIA Local, a simulation package applying CFD tools to air pollution modeling, to study different scenarios. The CFD model used in this study is the MERCURE model, developed by Electricite de France. For a bus station, we simulate a typical morning peak hour situation and study in detail how the pollution is accumulated in the station courtyard and the impact on the close vicinity. Two scenarios are presented: one with classical diesel engine and one with buses using AQUAZOL or NGV fuel. The definition of the sources inside the Eulerian grid is described as static linear sources. The total emission is averaged over the mean path driven by the bus from the bus stop to the exit of the bus station. For a railway station, we simulate a situation in a real railway station within the city of Paris. The emission from a diesel "locomotive" and its impact on air quality is computed and compared to the impact of other nonmobile emissions. In this case, the definition of sources is described as mobile point sources following the trajectory of the train. These two scenarios are discussed in an urban context, taking into account the flow around buildings and different meteorological conditions.

  14. Advanced Vehicle Monitoring And Communication Systems For Bus Transit Benefits And Economic Feasibility

    DOT National Transportation Integrated Search

    1993-03-01

    THIS REPORT ANALYZES THE FEASIBILITY OF ADVANCED VEHICLE MONITORING AND COMMUNICATION (AVM/C) SYSTEMS FOR BUS TRANSIT IN THE UNITED STATES. SUCH SYSTEMS ARE WIDELY USED IN EUROPE AND CANADA TO PROVIDE MORE RELIABLE AND EFFICIENT BUS SERVICES, BUT HAV...

  15. Advanced Vehicle Monitoring And Communication Systems For Bus Transit, Benefits And Economic Feasibility

    DOT National Transportation Integrated Search

    1991-09-01

    THIS REPORT ANALYZES THE FEASIBILITY OF ADVANCED VEHICLE MONITORING AND COMMUNICATION (AVM/C) SYSTEMS FOR BUS TRANSIT IN THE UNITED STATES. SUCH SYSTEMS ARE WIDELY USED IN EUROPE AND CANADA TO PROVIDE MORE RELIABLE AND EFFICIENT BUS SERVICES, BUT HAV...

  16. An experimental study on real time bus arrival time prediction with GPS data

    DOT National Transportation Integrated Search

    2001-01-01

    Bus headway in a rural area is usually much larger than that in an urban area. Providing real-time bus : arrival information could make the public transit system more user-friendly and thus enhance its : competitiveness among various transportation m...

  17. An experimental study on real time bus arrival time prediction with GPS data

    DOT National Transportation Integrated Search

    1999-01-01

    Bus headway in a rural area usually is much larger than that in an urban area. Providing real-time bus arrival information could make the public transit system more user-friendly and thus enhance its competitiveness among various transportation modes...

  18. A queueing model of pilot decision making in a multi-task flight management situation

    NASA Technical Reports Server (NTRS)

    Walden, R. S.; Rouse, W. B.

    1977-01-01

    Allocation of decision making responsibility between pilot and computer is considered and a flight management task, designed for the study of pilot-computer interaction, is discussed. A queueing theory model of pilot decision making in this multi-task, control and monitoring situation is presented. An experimental investigation of pilot decision making and the resulting model parameters are discussed.

  19. Steering characteristic of an articulated bus under quasi steady maneuvering

    NASA Astrophysics Data System (ADS)

    Ubaidillah, Setiawan, Budi Agus; Aridharma, Airlangga Putra; Lenggana, Bhre Wangsa; Caesar, Bernardus Placenta Previo

    2018-02-01

    Articulated buses have been being preferred as public transportation modes due to their operational capacity. Therefore, passenger safety must be the priority of this public service vehicle. This research focused on the analytical approach of steering characteristics of an articulated bus when it maneuvered steadily. Such turning condition could be referred as a stability parameter of the bus for preliminary handling assessment. The analytical approach employed kinematics relationship between front and rear bodies as well as steering capabilities. The quasi steady model was developed to determine steering parameters such as turning radius, oversteer, and understeer. The mathematical model was useful for determining both coefficients of understeer and oversteer. The dimension of articulated bus followed a commonly used bus as utilized in Trans Jakarta busses. Based on the simulation, for one minimum center of the body, the turning radius was calculated about 8.8 m and 7.6 m at steady turning speed of 10 km/h. In neutral condition, the minimum road radius should be 6.5 m at 10 km/h and 6.9 m at 40 km/h. For two centers of the body and oversteer condition, the front body has the turning radius of 8.8 m, while, the rear body has the turning radius of 9.8 m at both turning speeds of 40 km/h. The other steering parameters were discussed accordingly.

  20. Energy efficient motion control of the electric bus on route

    NASA Astrophysics Data System (ADS)

    Kotiev, G. O.; Butarovich, D. O.; Kositsyn, B. B.

    2018-02-01

    At present, the urgent problem is the reduction of energy costs of urban motor transport. The article proposes a method of solving this problem by developing an energy-efficient law governing the movement of an electric bus along a city route. To solve this problem, an algorithm is developed based on the dynamic programming method. The proposed method allows you to take into account the constraints imposed on the phase coordinates, control action, as well as on the time of the route. In the course of solving the problem, the model of rectilinear motion of an electric bus on a horizontal reference surface is considered, taking into account the assumptions that allow it to be adapted for the implementation of the method. For the formation of a control action in the equations of motion dynamics, an algorithm for changing the traction / braking torque on the wheels of an electric bus is considered, depending on the magnitude of the control parameter and the speed of motion. An optimal phase trajectory was obtained on a selected section of the road for the prototype of an electric bus. The article presents the comparison of simulation results obtained with the optimal energy efficient control law with the results obtained by a test driver. The comparison proved feasibility of the energy efficient control law for the automobile city electric transport.

  1. Aerodynamic study of state transport bus using computational fluid dynamics

    NASA Astrophysics Data System (ADS)

    Kanekar, Siddhesh; Thakre, Prashant; Rajkumar, E.

    2017-11-01

    The main purpose of this study was to develop the aerodynamic study of a Maharashtra state road transport bus. The rising fuel price and strict government regulations makes the road transport uneconomical now days. With the objective of increasing fuel efficiency and reducing the emission of harmful exhaust gases. It has been proven experimentally that vehicle consumes almost 40% of the available useful engine power to overcome the drag resistance. This provides us a huge scope to study the influence of aerodynamic drag. The initial of the project was to identify the drag coefficient of the existing ordinary type model called “Parivartan” from ANSYS fluent. After preliminary analysis of the existing model corresponding changes are made in such a way that their implementation should be possible at workshop level. The simulation of the air flow over the bus was performed in two steps: design on SolidWorks CAD and ANSYS (FLUENT) is used as a virtual analysis tool to estimate the drag coefficient of the bus. We have used the turbulence models k-ε Realizable having a better approximation of the actual result. Around 28% improvement in the drag coefficient is achieved by CFD driven changes in the bus design. Coefficient of drag is improved by 28% and fuel efficiency increased by 20% by CFD driven changes.

  2. Computer Simulation of an Electric Trolley Bus

    DOT National Transportation Integrated Search

    1979-12-01

    This report describes a computer model developed at the Transportation Systems Center (TSC) to simulate power/propulsion characteristics of an urban trolley bus. The work conducted in this area is sponsored by the Urban Mass Transportation Administra...

  3. Large truck and bus crash facts, 2010.

    DOT National Transportation Integrated Search

    2012-09-01

    This annual edition of Large Truck and Bus Crash Facts contains descriptive statistics about fatal, injury, and : property damage only crashes involving large trucks and buses in 2010. Selected crash statistics on passenger : vehicles are also presen...

  4. Large truck and bus crash facts, 2007.

    DOT National Transportation Integrated Search

    2009-03-01

    This annual edition of Large Truck and Bus Crash Facts contains descriptive statistics about fatal, injury, and : property damage only crashes involving large trucks and buses in 2007. Selected crash statistics on passenger : vehicles are also presen...

  5. Large truck and bus crash facts, 2011.

    DOT National Transportation Integrated Search

    2013-10-01

    This annual edition of Large Truck and Bus Crash Facts contains descriptive statistics about fatal, injury, and : property damage only crashes involving large trucks and buses in 2011. Selected crash statistics on passenger : vehicles are also presen...

  6. Large truck and bus crash facts, 2013.

    DOT National Transportation Integrated Search

    2015-04-01

    This annual edition of Large Truck and Bus Crash Facts contains descriptive statistics about fatal, injury, and property damage only crashes involving large trucks and buses in 2013. Selected crash statistics on passenger vehicles are also presented ...

  7. Large truck and bus crash facts, 2009.

    DOT National Transportation Integrated Search

    2011-10-01

    This annual edition of Large Truck and Bus Crash Facts contains descriptive statistics about fatal, injury, and : property damage only crashes involving large trucks and buses in 2009. Selected crash statistics on passenger : vehicles are also presen...

  8. Large truck and bus crash facts, 2012.

    DOT National Transportation Integrated Search

    2014-06-01

    This annual edition of Large Truck and Bus Crash Facts contains descriptive statistics about fatal, injury, and property damage only crashes involving large trucks and buses in 2012. Selected crash statistics on passenger vehicles are also presented ...

  9. Avionic Data Bus Integration Technology

    DTIC Science & Technology

    1991-12-01

    address the hardware-software interaction between a digital data bus and an avionic system. Very Large Scale Integration (VLSI) ICs and multiversion ...the SCP. In 1984, the Sperry Corporation developed a fault tolerant system which employed multiversion programming, voting, and monitoring for error... MULTIVERSION PROGRAMMING. N-version programming. 226 N-VERSION PROGRAMMING. The independent coding of a number, N, of redundant computer programs that

  10. Assessing transfer property and reliability of urban bus network based on complex network theory

    NASA Astrophysics Data System (ADS)

    Zhang, Hui; Zhuge, Cheng-Xiang; Zhao, Xiang; Song, Wen-Bo

    Transfer reliability has an important impact on the urban bus network. The proportion of zero and one transfer time is a key indicator to measure the connectivity of bus networks. However, it is hard to calculate the transfer time between nodes because of the complicated network structure. In this paper, the topological structures of urban bus network in Jinan are constructed by space L and space P. A method to calculate transfer times between stations has been proposed by reachable matrix under space P. The result shows that it is efficient to calculate the transfer time between nodes in large networks. In order to test the transfer reliability, a node failure process has been built according to degree, clustering coefficient and betweenness centrality under space L and space P. The results show that the deliberate attack by betweenness centrality under space P is more effective compared with other five attack modes. This research could provide a power tool to find hub stations in bus networks and give a help for traffic manager to guarantee the normal operation of urban bus systems.

  11. 77 FR 5295 - Over-the-Road Bus Accessibility Program Announcement of Project Selections

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-02-02

    ... DEPARTMENT OF TRANSPORTATION Federal Transit Administration Over-the-Road Bus Accessibility...-Road Bus (OTRB) Accessibility Program, authorized by Section 3038 of the Transportation Equity Act for... of over-the-road buses to help finance the incremental capital and training costs of complying with...

  12. Motorcoach and school bus fire safety analysis.

    DOT National Transportation Integrated Search

    2016-11-01

    This report documents a motorcoach and school bus fire safety analysis performed by the John A. Volpe National Transportation Systems Center (Volpe) for the Federal Motor Carrier Safety Administration. This report aims to: 1) identify the causes, fre...

  13. Multi-protocol header generation system

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Roberts, David A.; Ignatowski, Michael; Jayasena, Nuwan

    A communication device includes a data source that generates data for transmission over a bus, and a data encoder that receives and encodes outgoing data. An encoder system receives outgoing data from a data source and stores the outgoing data in a first queue. An encoder encodes outgoing data with a header type that is based upon a header type indication from a controller and stores the encoded data that may be a packet or a data word with at least one layered header in a second queue for transmission. The device is configured to receive at a payload extractor,more » a packet protocol change command from the controller and to remove the encoded data and to re-encode the data to create a re-encoded data packet and placing the re-encoded data packet in the second queue for transmission.« less

  14. Exposure to particles and nitrogen dioxide among taxi, bus and lorry drivers.

    PubMed

    Lewné, Marie; Nise, Gun; Lind, Marie-Louise; Gustavsson, Per

    2006-03-01

    The aims of this study have been to investigate the occurrence of systematic differences in the personal exposure to motor exhaust between different groups of taxi, bus and lorry drivers, and to study if these are influenced by the choice of exposure indicator. We used one indicator of the gaseous phase, nitrogen dioxide (NO(2)), and one of the particle phase (measured by DataRAM), of the exhausts. A total of 121 drivers were included in the study: 39 taxi drivers, 42 bus drivers and 40 lorry drivers. Personal measurements were performed during one working day. Nitrogen dioxide was measured with passive diffusive samplers and particles with Data-RAM, a logging instrument using nephelometric monitoring. The instrument measures particles between 0.1 and 10 microm in size. The average exposure to NO(2) for lorry drivers was 68 microg/m(3); for bus drivers 60 microg/m(3) and for taxi drivers 48 microg/m(3). For particles the exposure was 57 microg/m(3) for lorry drivers, 44 microg/m(3) for bus drivers and 26 microg/m(3) for taxi drivers. The result remained unchanged when exposures were adjusted for variation in urban background levels of NO(2) and particulate matter with an aerodynamic diameter <10 microm (PM(10)). Lorry drivers experienced the highest exposure and taxi drivers the lowest with bus drivers in an intermediate position, regardless of whether NO(2) or particles were used as exposure indicator. The levels of both NO(2) and particles were higher for bus drivers in the city than for them driving in the suburbs. Using diesel or petrol as a fuel for taxis had no influence on the exposure for the drivers, indicating that the taxi drivers' exposure mainly depends on exhaust from surrounding traffic.

  15. Evolution of weighted complex bus transit networks with flow

    NASA Astrophysics Data System (ADS)

    Huang, Ailing; Xiong, Jie; Shen, Jinsheng; Guan, Wei

    2016-02-01

    Study on the intrinsic properties and evolutional mechanism of urban public transit networks (PTNs) has great significance for transit planning and control, particularly considering passengers’ dynamic behaviors. This paper presents an empirical analysis for exploring the complex properties of Beijing’s weighted bus transit network (BTN) based on passenger flow in L-space, and proposes a bi-level evolution model to simulate the development of transit routes from the view of complex network. The model is an iterative process that is driven by passengers’ travel demands and dual-controlled interest mechanism, which is composed of passengers’ spatio-temporal requirements and cost constraint of transit agencies. Also, the flow’s dynamic behaviors, including the evolutions of travel demand, sectional flow attracted by a new link and flow perturbation triggered in nearby routes, are taken into consideration in the evolutional process. We present the numerical experiment to validate the model, where the main parameters are estimated by using distribution functions that are deduced from real-world data. The results obtained have proven that our model can generate a BTN with complex properties, such as the scale-free behavior or small-world phenomenon, which shows an agreement with our empirical results. Our study’s results can be exploited to optimize the real BTN’s structure and improve the network’s robustness.

  16. Design of belt conveyor electric control device based on CC-link bus

    NASA Astrophysics Data System (ADS)

    Chen, Goufen; Zhan, Minhua; Li, Jiehua

    2016-01-01

    In view of problem of the existing coal mine belt conveyor is no field bus communication function, two levels belt conveyor electric control system design is proposed based on field bus. Two-stage belt conveyor electric control system consists of operation platform, PLC control unit, various sensors, alarm device and the water spraying device. The error protection is realized by PLC programming, made use of CC-Link bus technology, the data share and the cooperative control came true between host station and slave station. The real-time monitor was achieved by the touch screen program. Practical application shows that the system can ensure the coalmine production, and improve the automatic level of the coalmine transport equipment.

  17. Highway Accident Summary Report: Bus Collision With Pedestrians, Normandy, Missouri, June 11, 1997

    DOT National Transportation Integrated Search

    1998-02-19

    On June 11, 1997, a transit bus collided with seven pedestrians at a "park and ride" transit facility in Normandy, Missouri. The bus was being operated by a driver trainee who had just completed a routine stop at the station. After allowing the passe...

  18. Bus use and older people: a literature review applying the Person-Environment-Occupation model in macro practice.

    PubMed

    Broome, Kieran; McKenna, Kryss; Fleming, Jennifer; Worrall, Linda

    2009-03-01

    The same reasons that prompt older people to give up driving can also result in difficulties with accessing public transport. Difficulties using public transport can limit older people's participation in society, thereby impacting negatively on their health. Focusing on public buses, this review explicates the link between bus usability and the health of older people and frames existing evidence on bus usability issues. The Person-Environment-Occupation (PEO) model offers a framework by which bus usability can be assessed. A combination of person-centred, environmental, and occupation-related factors, including bus design, service provision and performance, information, and the attitudes of staff and the community, impact on older people's ability to catch buses. More systematic research needs to take place in order to develop a comprehensive understanding of bus usability. Occupational therapy has a key role to play in conceptualizing, implementing, and evaluating improvements in bus usability for older people.

  19. Bus incident reporting, tracking and analysis system

    DOT National Transportation Integrated Search

    2006-08-01

    Many Florida transit systems do little formal analysis of all accidents on an aggregate basis. In many transit system accidents and incidents are not being tracked or analyzed to identify common trends from types of incidents, location, driver, bus r...

  20. Users' demographic profile and quality attributes of bus services: The perspectives of users, operators and local authorities

    NASA Astrophysics Data System (ADS)

    Noh, Nur'Amirah Mhd.; Hamid, Ahmad Hilmy Abd

    2017-10-01

    Bus services that can help meet almost every bus user's needs are the goals of bus operators. Despite such an idealistic view, the operators themselves, users and even the local authorities have been found to hold different views about the quality of service that the bus should deliver. As the users i.e., customers are considered as important stakeholders, understanding their characteristics, profile and pattern is very crucial. To this end, the present study has attempted to gauge the perspectives of all the above-mentioned stakeholders. For the users, a customer satisfaction survey was employed to look into the relative influence of service attributes. In addition, surveys were also administered to bus operators and local authorities to study their perspectives in relation to this matter. 450 randomly selected respondents were surveyed. Identification of the service level was analyzed through the Likert scale whereas the perspectives of the operators and authorities were dealt with through mean value Analysis. Specifically, this study aims to identify the crucial attributes in determining the quality of the bus services. Findings of the study indicated that different attributes were selected by users, operators and authorities, which clearly enlightened the variations of the important attributes in determining the level of bus service quality. In its attempt to compare the service level attributes from three perspectives, this study has helped advance better improvement and strategies for the urban public bus operators and planners, in addition to the authorities in delivering user-friendly bus services by taking into account the local context, user profile and demographic characteristics.

  1. Performance of school bus retrofit systems: ultrafine particles and other vehicular pollutants.

    PubMed

    Zhang, Qunfang; Zhu, Yifang

    2011-08-01

    This study evaluated the performance of retrofit systems for diesel-powered school buses, a diesel oxidation catalyst (DOC) muffler and a spiracle crankcase filtration system (CFS), regarding ultrafine particles (UFPs) and other air pollutants from tailpipe emissions and inside bus cabins. Tailpipe emissions and in-cabin air pollutant levels were measured before and after retrofitting when the buses were idling and during actual pick-up/drop off routes. Retrofit systems significantly reduced tailpipe emissions with a reduction of 20-94% of total particles with both DOC and CFS installed. However, no unequivocal decrease was observed for in-cabin air pollutants after retrofitting. The AC/fan unit and the surrounding air pollutant concentrations played more important roles for determining the in-cabin air quality of school buses than did retrofit technologies. Although current retrofit systems reduce children's exposure while waiting to board at a bus station, retrofitting by itself does not protect children satisfactorily from in-cabin particle exposures. Turning on the bus engine increased in-cabin UFP levels significantly only when the wind blew from the bus' tailpipe toward its hood with its windows open. This indicated that wind direction and window position are significant factors determining how much self-released tailpipe emissions may penetrate into the bus cabin. The use of an air purifier was found to remove in-cabin particles by up to 50% which might be an alternative short-to-medium term strategy to protect children's health.

  2. How to Reduce Those Costly School Bus Accidents.

    ERIC Educational Resources Information Center

    Farmer, Ernest

    1985-01-01

    The deterrent to school bus accidents is preparedness. Training programs for drivers and mechanics, equipment specifications, and a community support base are some of the ways to prevent tragedy. (MLF)

  3. Operationally Responsive Space Standard Bus Battery Thermal Balance Testing and Heat Dissipation Analysis

    NASA Technical Reports Server (NTRS)

    Marley, Mike

    2008-01-01

    The focus of this paper will be on the thermal balance testing for the Operationally Responsive Space Standard Bus Battery. The Standard Bus thermal design required that the battery be isolated from the bus itself. This required the battery to have its own thermal control, including heaters and a radiator surface. Since the battery was not ready for testing during the overall bus thermal balance testing, a separate test was conducted to verify the thermal design for the battery. This paper will discuss in detail, the test set up, test procedure, and results from this test. Additionally this paper will consider the methods taken to determine the heat dissipation of the battery during charge and discharge. It seems that the heat dissipation for Lithium Ion batteries is relatively unknown and hard to quantify. The methods used during test and the post test analysis to estimate the heat dissipation of the battery will be discussed.

  4. Modeling and Simulation of Bus Dispatching Policy for Timed Transfers on Signalized Networks

    NASA Astrophysics Data System (ADS)

    Cho, Hsun-Jung; Lin, Guey-Shii

    2007-12-01

    The major work of this study is to formulate the system cost functions and to integrate the bus dispatching policy with signal control. The integrated model mainly includes the flow dispersion model for links, signal control model for nodes, and dispatching control model for transfer terminals. All such models are inter-related for transfer operations in one-center transit network. The integrated model that combines dispatching policies with flexible signal control modes can be applied to assess the effectiveness of transfer operations. It is found that, if bus arrival information is reliable, an early dispatching decision made at the mean bus arrival times is preferable. The costs for coordinated operations with slack times are relatively low at the optimal common headway when applying adaptive route control. Based on such findings, a threshold function of bus headway for justifying an adaptive signal route control under various time values of auto drivers is developed.

  5. Using Markov Decision Processes with Heterogeneous Queueing Systems to Examine Military MEDEVAC Dispatching Policies

    DTIC Science & Technology

    2017-03-23

    Air Force Institute of Technology AFIT Scholar Theses and Dissertations 3-23-2017 Using Markov Decision Processes with Heterogeneous Queueing Systems... TECHNOLOGY Wright-Patterson Air Force Base, Ohio DISTRIBUTION STATEMENT A APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. The views expressed in...POLICIES THESIS Presented to the Faculty Department of Operational Sciences Graduate School of Engineering and Management Air Force Institute of Technology

  6. School bus transportation for students seated in wheelchairs.

    PubMed

    Buning, Mary Ellen; Karg, Patricia E

    2011-01-01

    For children with Individualized Education Plans (IEPs), transportation is considered a related service and a part of their education. This paper presents an overview of the current status of wheelchair transportation for students on school buses within the United States. The review includes the school transportation environment for wheelchair-seated students, applicable regulations and voluntary standards, primary safety issues for wheelchair-seated students, and key stakeholders roles in improving wheelchair transportation safety. Future actions to improve wheelchair transportation safety in school transportation are discussed, including the need to improve data collection, mandate payment for and use of RESNA WC19-compliant wheelchairs, improve training for bus operators and attendants, and require specialty certification for school bus operators who transport wheelchair-seated students.

  7. Mission Services Evolution Center Message Bus

    NASA Technical Reports Server (NTRS)

    Mayorga, Arturo; Bristow, John O.; Butschky, Mike

    2011-01-01

    The Goddard Mission Services Evolution Center (GMSEC) Message Bus is a robust, lightweight, fault-tolerant middleware implementation that supports all messaging capabilities of the GMSEC API. This architecture is a distributed software system that routes messages based on message subject names and knowledge of the locations in the network of the interested software components.

  8. Development and evaluation of a pedestrian safety training program for elementary school bus riders

    DOT National Transportation Integrated Search

    1994-12-01

    The objective of this study was to develop and evaluate a comprehensive pedestrian safety program for elementary (kindergarten through grade 6) school bus riders. Existing materials, crash data and state laws/regulations on school bus pedestrian safe...

  9. Pilot survey of subway and bus stop noise levels.

    PubMed

    Gershon, Robyn R M; Neitzel, Richard; Barrera, Marissa A; Akram, Muhammad

    2006-09-01

    Excessive noise exposure is a serious global urban health problem, adversely affecting millions of people. One often cited source of urban noise is mass transit, particularly subway systems. As a first step in determining risk within this context, we recently conducted an environmental survey of noise levels of the New York City transit system. Over 90 noise measurements were made using a sound level meter. Average and maximum noise levels were measured on subway platforms, and maximum levels were measured inside subway cars and at several bus stops for comparison purposes. The average noise level measured on the subway platforms was 86 +/- 4 dBA (decibel-A weighting). Maximum levels of 106, 112, and 89 dBA were measured on subway platforms, inside subway cars, and at bus stops, respectively. These results indicate that noise levels in subway and bus stop environments have the potential to exceed recommended exposure guidelines from the World Health Organization (WHO) and U.S. Environmental Protection Agency (EPA), given sufficient exposure duration. Risk reduction strategies following the standard hierarchy of control measures should be applied, where feasible, to reduce subway noise exposure.

  10. Pilot Survey of Subway and Bus Stop Noise Levels

    PubMed Central

    Neitzel, Richard; Barrera, Marissa A.; Akram, Muhammad

    2006-01-01

    Excessive noise exposure is a serious global urban health problem, adversely affecting millions of people. One often cited source of urban noise is mass transit, particularly subway systems. As a first step in determining risk within this context, we recently conducted an environmental survey of noise levels of the New York City transit system. Over 90 noise measurements were made using a sound level meter. Average and maximum noise levels were measured on subway platforms, and maximum levels were measured inside subway cars and at several bus stops for comparison purposes. The average noise level measured on the subway platforms was 86 ± 4 dBA (decibel-A weighting). Maximum levels of 106, 112, and 89 dBA were measured on subway platforms, inside subway cars, and at bus stops, respectively. These results indicate that noise levels in subway and bus stop environments have the potential to exceed recommended exposure guidelines from the World Health Organization (WHO) and U.S. Environmental Protection Agency (EPA), given sufficient exposure duration. Risk reduction strategies following the standard hierarchy of control measures should be applied, where feasible, to reduce subway noise exposure. PMID:16802179

  11. Bus safety study : a report to Congress.

    DOT National Transportation Integrated Search

    2013-11-01

    Section 20021(b) of the Moving Ahead for Progress for the 21st Century (MAP-21) legislation requires the Secretary of Transportation : to submit a report of the results of a Bus Safety Study to the Committee on Banking, Housing, and Urban Affai...

  12. Magnitude and correlates of bird collisions at glass bus shelters in an urban landscape.

    PubMed

    Barton, Christine M; Riding, Corey S; Loss, Scott R

    2017-01-01

    Wildlife residing in urban landscapes face many human-related threats to their survival. For birds, collision with glass on manmade structures has been identified as a major hazard, causing hundreds of millions of avian fatalities in North America every year. Although research has investigated factors associated with bird-glass collision mortality at buildings, no prior studies have focused on bird fatalities at glass-walled bus shelters. Our objectives in this study were to describe the magnitude of bird-bus shelter collisions in the city of Stillwater, Oklahoma and assess potential predictors of collision risk, including characteristics of shelters (glass area) and surrounding land cover (e.g., vegetative features). We surveyed for bird carcasses and indirect collision evidence at 18 bus shelters over a five-month period. Linear regression and model selection results revealed that the amount of glass on shelters and the area of lawn within 50 m of shelters were both positively related to fatal bird collisions; glass area was also positively associated with observations of collision evidence on glass surfaces. After accounting for scavenger removal of carcasses, we estimate that a minimum of 34 birds are killed each year between May and September by collision with the 36 bus shelters in the city of Stillwater. While our study provides an initial look at bird fatalities at bus shelters, additional research is needed to generate a large-scale estimate of collision mortality and to assess species composition of fatalities at a national scale. Designing new bus shelters to include less glass and retrofitting existing shelters to increase visibility of glass to birds will likely reduce fatal bird collisions at bus shelters and thus reduce the cumulative magnitude of anthropogenic impacts to birds in cities.

  13. Shared-use bus priority lanes on city streets : case studies in design and management

    DOT National Transportation Integrated Search

    2012-04-01

    This report examines the policies and strategies governing the design and, especially, operations of bus lanes in major congested urban centers. It focuses on bus lanes that operate in mixed traffic conditions; the study does not examine practices co...

  14. Optimization models for prioritizing bus stop facility investments for riders with disabilities : March 2010.

    DOT National Transportation Integrated Search

    2010-03-01

    The Americans with Disabilities Act (ADA) of 1990 prescribes the minimum requirements for bus stop accessibility by riders with disabilities. Due to limited budgets, transit agencies can only select a limited number of bus stop locations for ADA impr...

  15. Queueing Network Models for Parallel Processing of Task Systems: an Operational Approach

    NASA Technical Reports Server (NTRS)

    Mak, Victor W. K.

    1986-01-01

    Computer performance modeling of possibly complex computations running on highly concurrent systems is considered. Earlier works in this area either dealt with a very simple program structure or resulted in methods with exponential complexity. An efficient procedure is developed to compute the performance measures for series-parallel-reducible task systems using queueing network models. The procedure is based on the concept of hierarchical decomposition and a new operational approach. Numerical results for three test cases are presented and compared to those of simulations.

  16. FUEL CELL BUS DEMONSTRATION IN MEXICO CITY

    EPA Science Inventory

    The report discusses the performance of a cull-size, zero-emission, Proton Exchange Membrane (PEM) fuel-cell-powered transit bus in the atmospheric environment of Mexico City. To address the air quality problems caused by vehicle emissions in Mexico City, a seminar on clean vehic...

  17. Evaluation of Effective Factors on Travel Time in Optimization of Bus Stops Placement Using Genetic Algorithm

    NASA Astrophysics Data System (ADS)

    Bargegol, Iraj; Ghorbanzadeh, Mahyar; Ghasedi, Meisam; Rastbod, Mohammad

    2017-10-01

    In congested cities, locating and proper designing of bus stops according to the unequal distribution of passengers is crucial issue economically and functionally, since this subject plays an important role in the use of bus system by passengers. Location of bus stops is a complicated subject; by reducing distances between stops, walking time decreases, but the total travel time may increase. In this paper, a specified corridor in the city of Rasht in north of Iran is studied. Firstly, a new formula is presented to calculate the travel time, by which the number of stops and consequently, the travel time can be optimized. An intended corridor with specified number of stops and distances between them is addressed, the related formulas to travel time are created, and its travel time is calculated. Then the corridor is modelled using a meta-heuristic method in order that the placement and the optimal distances of bus stops for that are determined. It was found that alighting and boarding time along with bus capacity are the most effective factors affecting travel time. Consequently, it is better to have more concentration on indicated factors for improving the efficiency of bus system.

  18. Minute ventilation of cyclists, car and bus passengers: an experimental study.

    PubMed

    Zuurbier, Moniek; Hoek, Gerard; van den Hazel, Peter; Brunekreef, Bert

    2009-10-27

    Differences in minute ventilation between cyclists, pedestrians and other commuters influence inhaled doses of air pollution. This study estimates minute ventilation of cyclists, car and bus passengers, as part of a study on health effects of commuters' exposure to air pollutants. Thirty-four participants performed a submaximal test on a bicycle ergometer, during which heart rate and minute ventilation were measured simultaneously at increasing cycling intensity. Individual regression equations were calculated between heart rate and the natural log of minute ventilation. Heart rates were recorded during 280 two hour trips by bicycle, bus and car and were calculated into minute ventilation levels using the individual regression coefficients. Minute ventilation during bicycle rides were on average 2.1 times higher than in the car (individual range from 1.3 to 5.3) and 2.0 times higher than in the bus (individual range from 1.3 to 5.1). The ratio of minute ventilation of cycling compared to travelling by bus or car was higher in women than in men. Substantial differences in regression equations were found between individuals. The use of individual regression equations instead of average regression equations resulted in substantially better predictions of individual minute ventilations. The comparability of the gender-specific overall regression equations linking heart rate and minute ventilation with one previous American study, supports that for studies on the group level overall equations can be used. For estimating individual doses, the use of individual regression coefficients provides more precise data. Minute ventilation levels of cyclists are on average two times higher than of bus and car passengers, consistent with the ratio found in one small previous study of young adults. The study illustrates the importance of inclusion of minute ventilation data in comparing air pollution doses between different modes of transport.

  19. A study of headway maintenance for bus routes : causes and effects of "bus bunching" in extensive and congested service areas.

    DOT National Transportation Integrated Search

    2012-07-01

    A healthy and efficient public transit system is indispensable to reduce congestion, emissions, energy consumption, and car : dependency in urban areas. The objective of this research is to 1) develop methods to evaluate and visualize bus service rel...

  20. Testing of Environmental Satellite Bus-Instrument Interfaces Using Engineering Models

    NASA Technical Reports Server (NTRS)

    Gagnier, Don; Hayner, Rick; Roza, Michael; Nosek, Thomas; Razzaghi, Andrea

    2004-01-01

    This paper discusses the formulation and execution of a laboratory test of the electrical interfaces between multiple atmospheric science instruments and the spacecraft bus that carries them. The testing, performed in 2002, used engineering models of the instruments that will be flown on the Aura s p a c m and of the Aura spacecraft bus electronics. Aura is one of NASA's Earth Observing System @OS) Program missions managed by the Goddard Space Flight Center. The test was designed to evaluate the complex interfaces in the spacecraft and instrument command and data handling (C&DH) subsystems prior to integration of the complete flight instruments on the spacecraft. A problem discovered during (and not before) the flight hardware integration phase can cause significant cost and schedule impacts. The testing successfully surfaced problems and led to their resolution before the full-up integration phase, saving significant cost and schedule time. This approach could be used on future environmental satellite programs involving multiple, complex scientific instruments being integrated onto a bus.