WorldWideScience

Sample records for susceptibility logging system

  1. Review of magnetic susceptibility logging and its application to uranium exploration

    International Nuclear Information System (INIS)

    George, D.C.; Scott, J.H.

    1982-01-01

    Borehole measurement of magnetic susceptibility can show anomalies associated with mineralization or alteration. The detection of small anomalies is necessary, so efforts have been made in recent years to improve the sensitivity and the stability of magnetic susceptibility logging tools. Typical tools contain a single coil constructed as a solenoid wound on ferrite rods about 30cm long. The coil is heated to a constant temperature to reduce drift, and careful design is necessary to optimize temperature control and to maximize sensitivity. Measurements of coil resistance and inductance, which indicate conductivity and susceptibility, are made using a Maxwell bridge circuit. Circuit analysis shows that conductivity measurements are difficult and that stringent requirements are placed on phase stability of measurement circuitry. Corrections to the observed log are necessary to account for borehole size. The response of the tool to a thin zones of anomalous susceptibility is double peaked and a set of curves has been developed for interpretation. Calibrations of the tools are made by measuring the tool's response in models of known susceptibility

  2. Downhole logs of natural gamma radiation and magnetic susceptibility and their use in interpreting lithostratigraphy in AND-1B, Antarctica

    Science.gov (United States)

    Williams, T.; Morin, R. H.; Jarrard, R. D.; Jackolski, C. L.; Henrys, S. A.; Niessen, F.; Magens, D.; Kuhn, G.; Monien, D.; Powell, R. D.

    2010-12-01

    The ANDRILL McMurdo Ice Shelf (MIS) project drilled 1285 metres of sediment representing the last 14 million years of glacial history. Downhole geophysical logs were acquired to a depth of 1018 metres, and are complementary to data acquired from the core itself. We describe here the natural gamma radiation (NGR) and magnetic susceptibility logs, and their application to understanding lithological and paleoenvironmental change at ANDRILL McMurdo Ice Shelf Hole AND-1B. Natural gamma radiation logs cover the whole interval from the sea floor to 1018 metres, and magnetic susceptibility and other logs covered the open-hole intervals between 692-1018 and 237-342 metres. NGR logs were stacked and corrected for signal attenuation through the drill pipe, and magnetic susceptibility logs were corrected for drift. In the upper part of AND-1B, clear alternations between low and high NGR values distinguish between diatomite (lacking minerals containing naturally radioactive K, U, and Th) and diamict (containing K-bearing clays, K-feldspar, and heavy minerals). In the lower open-hole logged section, NGR and magnetic susceptibility can also distinguish claystones (rich in K-bearing clay minerals, relatively low in magnetite) and diamicts (relatively high in magnetite), while sandstones generally have high resistivity log values at AND-1B. On the basis of these three downhole logs, three sets of facies can be predicted correctly for 74% of the 692-1018m interval. The logs were then used to predict facies for the 7% of this interval that was unrecovered by coring. Similarly, the NGR log provides the best information on the lithology of the poorly recovered top 25m of AND-1B. Given the understanding of the physical property characteristics of different facies, it is also possible to identify subtle changes in lithology from the physical properties, and help refine parts of the lithostratigraphy (for example, the varying terrigenous content of diatomites).

  3. Analysis of the magnetic susceptibility well log in drill hole UE25a-5, Yucca Mountain, Nevada Test Site

    International Nuclear Information System (INIS)

    Hagstrum, J.T.; Daniels, J.J.; Scott, J.H.

    1980-01-01

    Magnetic susceptibility measurements have been shown to be dependent upon the magnetite content of rocks with variations in rock susceptibility arising from changes in the shape, size, composition, and quantity of the contained magnetite grains. The present study was undertaken to determine the factor(s) responsible for the variation in magnetic susceptibility measurements from borehole UE25a-5 on the Nevada Test Site (NTS). The well logs and sample analyses presented in this paper form part of a larger geophysical well-logging project studying the physical properties of welded tuffs at NTS. The ash-flow sheets at NTS appear to be the products of single compositionally zoned magmas that tend, within a cooling unit, to erupt hotter, more mafic, and more crystal-rich with time. These factors, however, have little effect on the degree to which the tuffs become welded. Furthermore, zones of crystallization and alteration are superimposed upon the welded units. X-ray data show poor correspondence between the relative abundance of magnetite in a sample and the borehole magnetic susceptibility measurement associated with it. Curie balance experiments demonstrate no change in the magnetic mineralogy that could account for the susceptibility variation. Thin-section observations corroborate the x-ray data, but indicate a proportional relationship between the borehole susceptibility measurements and the grain-size distribution of magnetite. The association of magnetic susceptibility anomalies with the crystal-rich zones of the welded tuffs will aid in the identification and correlation of the eruptive sequences at NTS

  4. A Universal Logging System for LHCb Online

    International Nuclear Information System (INIS)

    Nikolaidis, Fotis; Brarda, Loic; Garnier, Jean-Christophe; Neufeld, Niko

    2011-01-01

    A log is recording of system's activity, aimed to help system administrator to traceback an attack, find the causes of a malfunction and generally with troubleshooting. The fact that logs are the only information an administrator may have for an incident, makes logging system a crucial part of an IT infrastructure. In large scale infrastructures, such as LHCb Online, where quite a few GB of logs are produced daily, it is impossible for a human to review all of these logs. Moreover, a great percentage of them as just n oise . That makes clear that a more automated and sophisticated approach is needed. In this paper, we present a low-cost centralized logging system which allow us to do in-depth analysis of every log.

  5. Data logging system upgrade for Indus accelerator

    International Nuclear Information System (INIS)

    Mishra, R.; Merh, B.N.; Agrawal, R.K.; Fatnani, P.; Navathe, C.P.; Pal, S.

    2012-01-01

    An accelerator has various subsystems like Magnet Power Supply, Beam Diagnostics and Vacuum etc. which are required to work in a stable manner to ensure required machine performance. Logging of system parameters at a faster rate plays a crucial role in analysing and understanding machine behaviour. Logging all the machine parameters consistently at the rate of typically more than 1 Hz has been the aim of a recent data logging system upgrade. Nearly ten thousand parameters are being logged at varying intervals of one second to one minute in Indus accelerator complex. The present logging scheme is augmented to log all these parameters at a rate equal to or more than 1 Hz. The database schema is designed according to the data type of the parameter. The data is distributed into historical table and intermediate table which comprises of recent data. Machine control applications read the parameter values from the control system and store them into the text files of finite time duration for each sub-system. The logging application of each sub-system passes these text files to database for bulk insertion. The detail design of database, logging scheme and its architecture is presented in the paper. (author)

  6. CMLOG: A common message logging system

    International Nuclear Information System (INIS)

    Chen, J.; Akers, W.; Bickley, M.; Wu, D.; Watson, W. III

    1997-01-01

    The Common Message Logging (CMLOG) system is an object-oriented and distributed system that not only allows applications and systems to log data (messages) of any type into a centralized database but also lets applications view incoming messages in real-time or retrieve stored data from the database according to selection rules. It consists of a concurrent Unix server that handles incoming logging or searching messages, a Motif browser that can view incoming messages in real-time or display stored data in the database, a client daemon that buffers and sends logging messages to the server, and libraries that can be used by applications to send data to or retrieve data from the database via the server. This paper presents the design and implementation of the CMLOG system meanwhile it will also address the issue of integration of CMLOG into existing control systems. CMLOG into existing control systems

  7. Digital mineral logging system

    International Nuclear Information System (INIS)

    West, J.B.

    1980-01-01

    A digital mineral logging system acquires data from a mineral logging tool passing through a borehole and transmits the data uphole to an electronic digital signal processor. A predetermined combination of sensors, including a deviometer, is located in a logging tool for the acquisition of the desired data as the logging tool is raised from the borehole. Sensor data in analog format is converted in the logging tool to a digital format and periodically batch transmitted to the surface at a predetermined sampling rate. An identification code is provided for each mineral logging tool, and the code is transmitted to the surface along with the sensor data. The self-identifying tool code is transmitted to the digital signal processor to identify the code against a stored list of the range of numbers assigned to that type of tool. The data is transmitted up the d-c power lines of the tool by a frequency shift key transmission technique. At the surface, a frequency shift key demodulation unit transmits the decoupled data to an asynchronous receiver interfaced to the electronic digital signal processor. During a recording phase, the signals from the logging tool are read by the electronic digital signal processor and stored for later processing. During a calculating phase, the stored data is processed by the digital signal processor and the results are outputted to a printer or plotter, or both

  8. LHCb Online Log Analysis and Maintenance System

    CERN Document Server

    Garnier, J-C

    2011-01-01

    History has shown, many times computer logs are the only information an administrator may have for an incident, which could be caused either by a malfunction or an attack. Due to the huge amount of logs that are produced from large-scale IT infrastructures, such as LHCb Online, critical information may be overlooked or simply be drowned in a sea of other messages. This clearly demonstrates the need for an automatic system for long-term maintenance and real time analysis of the logs. We have constructed a low cost, fault tolerant centralized logging system which is able to do in-depth analysis and cross-correlation of every log. This system is capable of handling O(10000) different log sources and numerous formats, while trying to keep the overhead as low as possible. It provides log gathering and management, Offline analysis and online analysis. We call Offline analysis the procedure of analyzing old logs for critical information, while Online analysis refer to the procedure of early alerting and reacting. ...

  9. Log-Log Convexity of Type-Token Growth in Zipf's Systems

    Science.gov (United States)

    Font-Clos, Francesc; Corral, Álvaro

    2015-06-01

    It is traditionally assumed that Zipf's law implies the power-law growth of the number of different elements with the total number of elements in a system—the so-called Heaps' law. We show that a careful definition of Zipf's law leads to the violation of Heaps' law in random systems, with growth curves that have a convex shape in log-log scale. These curves fulfill universal data collapse that only depends on the value of Zipf's exponent. We observe that real books behave very much in the same way as random systems, despite the presence of burstiness in word occurrence. We advance an explanation for this unexpected correspondence.

  10. LongLine: Visual Analytics System for Large-scale Audit Logs

    Directory of Open Access Journals (Sweden)

    Seunghoon Yoo

    2018-03-01

    Full Text Available Audit logs are different from other software logs in that they record the most primitive events (i.e., system calls in modern operating systems. Audit logs contain a detailed trace of an operating system, and thus have received great attention from security experts and system administrators. However, the complexity and size of audit logs, which increase in real time, have hindered analysts from understanding and analyzing them. In this paper, we present a novel visual analytics system, LongLine, which enables interactive visual analyses of large-scale audit logs. LongLine lowers the interpretation barrier of audit logs by employing human-understandable representations (e.g., file paths and commands instead of abstract indicators of operating systems (e.g., file descriptors as well as revealing the temporal patterns of the logs in a multi-scale fashion with meaningful granularity of time in mind (e.g., hourly, daily, and weekly. LongLine also streamlines comparative analysis between interesting subsets of logs, which is essential in detecting anomalous behaviors of systems. In addition, LongLine allows analysts to monitor the system state in a streaming fashion, keeping the latency between log creation and visualization less than one minute. Finally, we evaluate our system through a case study and a scenario analysis with security experts.

  11. Pulsed neutron porosity logging system

    International Nuclear Information System (INIS)

    Smith, H.D. Jr.; Smith, M.P.; Schultz, W.E.

    1978-01-01

    An improved pulsed neutron porosity logging system is provided in the present invention. A logging tool provided with a 14 MeV pulsed neutron source, an epithermal neutron detector, and a fast neutron detector is moved through a borehole. Repetitive bursts of neutrons irradiate the earth formations and, during the bursts, the fast neutron population is sampled. During the interval between bursts the epithermal neutron population is sampled along with background gamma radiation due to lingering thermal neutrons. The fast and epithermal neutron population measurements are combined to provide a measurement of formation porosity

  12. The Message Logging System for NOνA Experiment

    International Nuclear Information System (INIS)

    Lu Qiming; Kowalkowski, J B; Biery, K A

    2011-01-01

    The message logging system provides the infrastructure for all of the distributed processes in the data acquisition (DAQ) to report status messages of various severities in a consistent manner to a central location, as well as providing the tools for displaying and archiving the messages. The message logging system has been developed over a decade, and has been run successfully on CDF and CMS experiments. The most recent work to the message logging system is to build it as a stand-alone package with the name MessageFacility which works for any generic framework or applications, with NOνA as the first driving user. System designs and architectures, as well as the efforts of making it a generic library will be discussed. We also present new features that have been added.

  13. Results of mine logging in Sn-W prospectina in Cinovec deposit

    International Nuclear Information System (INIS)

    Kudrna, R.; Masek, K.; Pavlik, I.; Rejl, L.

    1984-01-01

    The method is suggested of indicating cassiterite ore mineralization in the Cinovec deposit by combining the methods of selective gamma-gamma logging and magnetic susceptibility logging. The estimate of the tin content was based on selective gamma-gamma logging. (B.S.)

  14. When Workflow Management Systems and Logging Systems Meet: Analyzing Large-Scale Execution Traces

    Energy Technology Data Exchange (ETDEWEB)

    Gunter, Daniel

    2008-07-31

    This poster shows the benefits of integrating a workflow management system with logging and log mining capabilities. By combing two existing, mature technologies: Pegasus-WMS and Netlogger, we are able to efficiently process execution logs of earthquake science workflows consisting of hundreds of thousands to one million tasks. In particular we show results of processing logs of CyberShake, a workflow application running on the TeraGrid. Client-side tools allow scientists to quickly gather statistics about a workflow run and find out which tasks executed, where they were executed, what was their runtime, etc. These statistics can be used to understand the performance characteristics of a workflow and help tune the execution parameters of the workflow management system. This poster shows the scalability of the system presenting results of uploading task execution records into the system and by showing results of querying the system for overall workflow performance information.

  15. Well logging system with linearity control

    International Nuclear Information System (INIS)

    Jones, J.M.

    1973-01-01

    Apparatus is described for controlling the gain of a nuclear well logging system comprising: (1) means for measuring the energy spectrum of gamma rays produced by earth formation materials surrounding a well borehole; (2) means for measuring the number of counts of a gamma rays having an energy falling within each of at least two predetermined energy band portions of the gamma ray energy spectrum; (3) means for generating a signal proportional to the ratio of the gamma ray counts and for comparing the ratio signal with at least one constant ratio calibration signal; (4) means for generating an error signal representative of the difference of the ratio signal and the constant ratio calibration signal; and (5) means for using the error signal to control the linearity of the well logging system. (author)

  16. Development of an Intelligent System to Synthesize Petrophysical Well Logs

    Directory of Open Access Journals (Sweden)

    Morteza Nouri Taleghani

    2013-07-01

    Full Text Available Porosity is one of the fundamental petrophysical properties that should be evaluated for hydrocarbon bearing reservoirs. It is a vital factor in precise understanding of reservoir quality in a hydrocarbon field. Log data are exceedingly crucial information in petroleum industries, for many of hydrocarbon parameters are obtained by virtue of petrophysical data. There are three main petrophysical logging tools for the determination of porosity, namely neutron, density, and sonic well logs. Porosity can be determined by the use of each of these tools; however, a precise analysis requires a complete set of these tools. Log sets are commonly either incomplete or unreliable for many reasons (i.e. incomplete logging, measurement errors, and loss of data owing to unsuitable data storage. To overcome this drawback, in this study several intelligent systems such as fuzzy logic (FL, neural network (NN, and support vector machine are used to predict synthesized petrophysical logs including neutron, density, and sonic. To accomplish this, the petrophysical well logs data were collected from a real reservoir in one of Iran southwest oil fields. The corresponding correlation was obtained through the comparison of synthesized log values with real log values. The results showed that all intelligent systems were capable of synthesizing petrophysical well logs, but SVM had better accuracy and could be used as the most reliable method compared to the other techniques.

  17. 87Sr/86Sr dating and preliminary interpretation of magnetic susceptibility logs of giant piston cores from the Rio Grande Rise in the South Atlantic

    Science.gov (United States)

    Lacasse, Christian Michel; Santos, Roberto Ventura; Dantas, Elton Luiz; Vigneron, Quentin; de Sousa, Isabela Moreno Cordeiro; Harlamov, Vadim; Lisniowski, Maria Aline; Pessanha, Ivo Bruno Machado; Frazão, Eugênio Pires; Cavalcanti, José Adilson Dias

    2017-12-01

    Giant piston cores recovered from shallow depths (optimized matching with an internationally recognized timescale of 87Sr/86Sr seawater variation through geological times. Depth-to-age conversion of the magnetic susceptibility logs was implemented based on the identification of correlative peaks between cores and the developed 87Sr/86Sr age model. The influence of Northern Hemisphere glaciation is reflected in these new stratigraphic logs by a gradual increase from ∼2.7 Ma in the lower signal of magnetic susceptibility (below background level), to values approaching the arithmetic means, likely reflecting an overall increase in terrigenous input. The Rio Grande Rise cores have very low Plio-Pleistocene sedimentation rates (∼0.4-0.8 cm/ka), similar to gravity cores from the oligotrophic subtropical South Atlantic (below ∼2000 mbsl), and for which an inverse correlation between carbonate content and magnetic susceptibility was established. The coring depths on the Rio Grande Rise encompass strong gradients in oxygen concentration and other seawater parameters that define today's AAIW/UCDW transition. Depth-dependent variation in sedimentation rates since the onset of Northern Hemisphere glaciation coincides with the incursion of intermediate waters (UCDW, AAIW) in response to the overall reduction of NADW export to the Southern Ocean. Background levels of magnetic susceptibility in the cores suggest that this variation is mainly attributed to terrigenous input. The source region of this material has yet to be traced by considering in particular the mineral composition and paramagnetic properties of the detrital clays.

  18. Comparison between moving and stationary transmitter systems in induction logging

    Science.gov (United States)

    Poddar, M.; Caleb Dhanasekaran, P.; Prabhakar Rao, K.

    1985-09-01

    In a general treatment of the theory of induction logging, an exact integral representation has been obtained for the mutual impedance between a vertical dipole transmitter and a coaxial dipole receiver in a three layered earth. Based on this representation, a computer model has been devised using the traditional Slingram system of induction logging and the comparatively new Turam system, ignoring borehole effects. The model results indicate that due to its much larger response, the Turam system is in general preferable to the Slingram in mineral and groundwater investigations where formation conductivity much less than 1 S/m is generally encountered. However, if the surrounding media are conductive (more than 0.1 S/m), the Turam system suffers from large amplitude attenuation and phase rotation of the primary field caused by the conductive surrounding, and is less useful than the Slingram system which does not so suffer, unless the target bed is shallow. Because it is a more complex function of system parameters than the corresponding Slingram log, a Turam log can be conveniently interpreted only by the modern inverse method using a fast algorithm for the forward solution and a high speed digital computer.

  19. Plant inspection tours with mobile data logging system

    International Nuclear Information System (INIS)

    Roesser, U.

    2006-01-01

    The MDE Mobile Data Logging System has been introduced in a number of German power plants for efficient logging, evaluation, and quality-assured documentation of data recorded on plant inspection tours by means of pocket PCs instead of slips of paper. It will be installed in other nuclear power plants in the near future. The MDE system is composed of the pocket PCs for logging data during plant inspection tours, the associated docking stations installed in the respective areas of application, one PC or, if necessary, several PCs with the appropriate user software, and the associated network links. To install the software in the power plant, lists of rooms and measurement stations as well as other positions on an inspection course are transmitted to the MDE system. When the system has been commissioned, inspection tours are planned in accordance with past experience and optimized in the computer. User experience is taken into account in program updates. New functions improve user comfort and ease of evaluation. Additions to the MDE software, and applications in other areas, are tentatively planned and will be implemented as the need arises. (orig.)

  20. LogScope

    Science.gov (United States)

    Havelund, Klaus; Smith, Margaret H.; Barringer, Howard; Groce, Alex

    2012-01-01

    LogScope is a software package for analyzing log files. The intended use is for offline post-processing of such logs, after the execution of the system under test. LogScope can, however, in principle, also be used to monitor systems online during their execution. Logs are checked against requirements formulated as monitors expressed in a rule-based specification language. This language has similarities to a state machine language, but is more expressive, for example, in its handling of data parameters. The specification language is user friendly, simple, and yet expressive enough for many practical scenarios. The LogScope software was initially developed to specifically assist in testing JPL s Mars Science Laboratory (MSL) flight software, but it is very generic in nature and can be applied to any application that produces some form of logging information (which almost any software does).

  1. Well logging. Acquisition and applications; Diagraphies. Acquisition et applications

    Energy Technology Data Exchange (ETDEWEB)

    Serra, O.; Serra, L.

    2001-07-01

    This reference book on wire-line and LWD well logging covers all geophysical methods of underground survey in a synthetic, visual and dynamical way. It treats of: the physical principle of well logging measurements, the different types of existing probes, the factors that can influence the measurements, and the applications of these measurements. The following well-logging methods are reviewed: resistivity; electromagnetic wave propagation; magnetic susceptibility and magnetic field; spontaneous potential; nuclear logging: natural gamma radioactivity, density logging, photoelectric index, neutron emission probes, hydrogen index or neutron porosity, neutron induced gamma spectroscopy, neutron relaxation time, NMR; acoustic measurements: sonic logging, seismic profiles; texture, structure and stratigraphy data acquisition; borehole diameter measurement; temperature measurement; wire sampling methods; place and role of well-logging in petroleum exploration; well-logging programs. (J.S.)

  2. E-log system in monitoring of residency program: trainees perspective

    International Nuclear Information System (INIS)

    Iqbal, U.; Gondal, K.M.

    2015-01-01

    To record residents perspective about the utility of newly introduced E-Log system at the College of Physicians and Surgeons Pakistan (CPSP). Study Design: Sequential mixed method design using survey questionnaire and in-depth interviews. Place and Duration of Study: CPSP, Regional Center, Lahore, from March to June 2014. Methodology: Data was collected from registered trainees through a web-based survey questionnaire on a scale of 1 to 7 about the utility of E-log system. In-depth interviews were conducted with 7 students using non-probability purposive sampling. The interviews were tape recorded and subsequently transcribed. Quantitative data was analyzed using SPSS version 20 and qualitative data was analyzed using content analysis by identifying themes and patterns. Results: A total of 4399 responses were received. Motivation was 4.61± 1.98; 4.33 ± 2.00 remained acknowledgment of control of one's training by the new system. Ease of use got a mean score of 4.56 ± 2.15. Conclusion: The overall acceptance of the students regarding E-Log system was high. Scheduling IT workshop at the start of training will add to the student satisfaction regarding utility of E-Log system. (author)

  3. Lithostratigraphy from downhole logs in Hole AND-1B, Antarctica

    Science.gov (United States)

    Williams, Trevor; Morin, Roger H.; Jarrard, Richard D.; Jackolski, Chris L.; Henrys, Stuart A.; Niessen, Frank; Magens, Diana; Kuhn, Gerhard; Monien, Donata; Powell, Ross D.

    2012-01-01

    The ANDRILL (Antarctic Drilling Project) McMurdo Ice Shelf (MIS) project drilled 1285 m of sediment in Hole AND–1B, representing the past 12 m.y. of glacial history. Downhole geophysical logs were acquired to a depth of 1018 mbsf (meters below seafloor), and are complementary to data acquired from the core. The natural gamma radiation (NGR) and magnetic susceptibility logs are particularly useful for understanding lithological and paleoenvironmental change at ANDRILL McMurdo Ice Shelf Hole AND–1B. NGR logs cover the entire interval from the seafloor to 1018 mbsf, and magnetic susceptibility and other logs covered the open hole intervals between 692 and 1018 and 237–342 mbsf. In the upper part of AND–1B, clear alternations between low and high NGR values distinguish between diatomite (lacking minerals containing naturally radioactive K, U, and Th) and diamictite (containing K-bearing clays, K-feldspar, mica, and heavy minerals). In the lower open hole logged section, NGR and magnetic susceptibility can also distinguish claystones (rich in K-bearing clay minerals, relatively low in magnetite) and diamictites (relatively high in magnetite). Sandstones can be distinguished by their high resistivity values in AND–1B. On the basis of these three downhole logs, diamictite, claystones, and sandstones can be predicted correctly for 74% of the 692–1018 mbsf interval. The logs were then used to predict facies for the 6% of this interval that was unrecovered by coring. Given the understanding of the physical property characteristics of different facies, it is also possible to identify subtle changes in lithology from the physical properties and help refine parts of the lithostratigraphy, for example, the varying terrigenous content of diatomites and the transitions from subice diamictite to open-water diatomite.

  4. A selective logging mechanism for hardware transactional memory systems

    OpenAIRE

    Lupon Navazo, Marc; Magklis, Grigorios; González Colás, Antonio María

    2011-01-01

    Log-based Hardware Transactional Memory (HTM) systems offer an elegant solution to handle speculative data that overflow transactional L1 caches. By keeping the pre-transactional values on a software-resident log, speculative values can be safely moved across the memory hierarchy, without requiring expensive searches on L1 misses or commits.

  5. Features of the electric discharge logging system; Hoden hoshiki jiban tansa system no tokucho

    Energy Technology Data Exchange (ETDEWEB)

    Kudo, K; Yasuda, N [Tokyo Electric Power Co. Inc., Tokyo (Japan); Kuniyasu, T; Kanda, K; Tanaka, T

    1997-10-22

    Logging system has been developed, which performs discharge in the water in a bore hole relatively small in diameter. The part of this system to operate in the hole consists of an oscillator that triggers off discharge in the water and an oscillation receiving set that utilizes electrostriction proper to ceramics. The groundborne part of the system is comprised of a probe lift control and logging control. The logging process is carried out by causing discharge in the water in a bore hole filled with water. The energy generated by the oscillator is far greater than that produced in the sonic logging or suspension type logging method, and the wave generated and propagated in the hole is received by the receiving set in the same hole. The result indicates that the P-wave velocity in a hard rockbed is rather high and that values obtained on the spot by this system is quite similar to those obtained from the core sample from the hole. In the case of a rock bed abundant in cracks, thanks to the high S/N ratio such a bed presents and the merits of digital recording, investigations can be minutely conducted. The merit of this system is found in that it can damp the amplitude in dealing with the data collected on the spot. 3 refs., 7 figs.

  6. Automatic Data Logging and Quality Analysis System for Mobile Devices

    Directory of Open Access Journals (Sweden)

    Yong-Yi Fanjiang

    2017-01-01

    Full Text Available The testing phase of mobile device products includes two important test projects that must be completed before shipment: the field trial and the beta user trial. During the field trial, the product is certified based on its integration and stability with the local operator’s system, and, during the beta user trial, the product is certified by multiple users regarding its daily use, where the goal is to detect and solve early problems. In the traditional approach used to issue returns, testers must log into a web site, fill out a problem form, and then go through a browser or FTP to upload logs; however, this is inconvenient, and problems are reported slowly. Therefore, we propose an “automatic logging analysis system” (ALAS to construct a convenient test environment and, using a record analysis (log parser program, automate the parsing of log files and have questions automatically sent to the database by the system. Finally, the mean time between failures (MTBF is used to establish measurement indicators for the beta user trial.

  7. Nova Event Logging System

    International Nuclear Information System (INIS)

    Calliger, R.J.; Suski, G.J.

    1981-01-01

    Nova is a 200 terawatt, 10-beam High Energy Glass Laser currently under construction at LLNL. This facility, designed to demonstrate the feasibility of laser driven inertial confinement fusion, contains over 5000 elements requiring coordinated control, data acquisition, and analysis functions. The large amounts of data that will be generated must be maintained over the life of the facility. Often the most useful but inaccessible data is that related to time dependent events associated with, for example, operator actions or experiment activity. We have developed an Event Logging System to synchronously record, maintain, and analyze, in part, this data. We see the system as being particularly useful to the physics and engineering staffs of medium and large facilities in that it is entirely separate from experimental apparatus and control devices. The design criteria, implementation, use, and benefits of such a system will be discussed

  8. Parental perceptions of the learner driver log book system in two Australian states.

    Science.gov (United States)

    Bates, Lyndel; Watson, Barry; King, Mark Johann

    2014-01-01

    Though many jurisdictions internationally now require learner drivers to complete a specified number of hours of supervised driving practice before being able to drive unaccompanied, very few require learner drivers to complete a log book to record this practice and then present it to the licensing authority. Learner drivers in most Australian jurisdictions must complete a log book that records their practice, thereby confirming to the licensing authority that they have met the mandated hours of practice requirement. These log books facilitate the management and enforcement of minimum supervised hours of driving requirements. Parents of learner drivers in 2 Australian states, Queensland and New South Wales, completed an online survey assessing a range of factors, including their perceptions of the accuracy of their child's learner log book and the effectiveness of the log book system. The study indicates that the large majority of parents believe that their child's learner log book is accurate. However, they generally report that the log book system is only moderately effective as a system to measure the number of hours of supervised practice a learner driver has completed. The results of this study suggest the presence of a paradox, with many parents possibly believing that others are not as diligent in the use of log books as they are or that the system is too open to misuse. Given that many parents report that their child's log book is accurate, this study has important implications for the development and ongoing monitoring of hours of practice requirements in graduated driver licensing systems.

  9. A neutron well logging system

    International Nuclear Information System (INIS)

    1980-01-01

    A pulsed neutron well logging system using a sealed off neutron generator tube is provided with a programmable digital neutron output control system. The control system monitors the target beam current and compares a function of this current with a pre-programmed control function to develop a control signal for the neutron generator. The control signal is used in a series regulator to control the average replenisher current of the neutron generator tube. The programmable digital control system of the invention also provides digital control signals as a function of time to provide ion source voltages. This arrangement may be utilized to control neutron pulses durations and repetition rates or to produce other modulated wave forms for intensity modulating the output of the neutron generator as a function of time. (Auth.)

  10. Logging Concessions Enable Illegal Logging Crisis in the Peruvian Amazon

    OpenAIRE

    Finer, Matt; Jenkins, Clinton N.; Sky, Melissa A. Blue; Pine, Justin

    2014-01-01

    The Peruvian Amazon is an important arena in global efforts to promote sustainable logging in the tropics. Despite recent efforts to achieve sustainability, such as provisions in the US?Peru Trade Promotion Agreement, illegal logging continues to plague the region. We present evidence that Peru's legal logging concession system is enabling the widespread illegal logging via the regulatory documents designed to ensure sustainable logging. Analyzing official government data, we found that 68.3%...

  11. A simulation-based approach for evaluating logging residue handling systems.

    Science.gov (United States)

    B. Bruce Bare; Benjamin A. Jayne; Brian F. Anholt

    1976-01-01

    Describes a computer simulation model for evaluating logging residue handling systems. The flow of resources is traced through a prespecified combination of operations including yarding, chipping, sorting, loading, transporting, and unloading. The model was used to evaluate the feasibility of converting logging residues to chips that could be used, for example, to...

  12. Magnetic susceptibility measuring probe utilizing a compensation coil

    International Nuclear Information System (INIS)

    Bonnet, Jean; Fournet, Julien.

    1978-01-01

    This invention concerns a magnetic susceptibility measuring probe. It is used, inter alia, in logging, to wit continuous logging of the magnetic susceptibility of the ground throughout the length of a bore hole. The purpose of this invention is to increase the sensitivity of this type of probe by creating a side focusing effect . To this end, it provides for the use of a compensation winding, coaxial with the measurement winding and arranged symmetrically to the latter with respect to the centre of the induction windings [fr

  13. Generalized localization for the double trigonometric Fourier series and the Walsh-Fourier series of functions in L log +L log + log +L

    International Nuclear Information System (INIS)

    Bloshanskaya, S K; Bloshanskii, I L; Roslova, T Y

    1998-01-01

    For an arbitrary open set Ω subset of I 2 =[0,1) 2 and an arbitrary function f element of L log + L log + log + L(I 2 ) such that f=0 on Ω the double Fourier series of f with respect to the trigonometric system Ψ=E and the Walsh-Paley system Ψ=W is shown to converge to zero (over rectangles) almost everywhere on Ω. Thus, it is proved that generalized localization almost everywhere holds on arbitrary open subsets of the square I 2 for the double trigonometric Fourier series and the Walsh-Fourier series of functions in the class L log + L log + log + L (in the case of summation over rectangles). It is also established that such localization breaks down on arbitrary sets that are not dense in I 2 , in the classes Φ Ψ (L)(I 2 ) for the orthonormal system Ψ=E and an arbitrary function such that Φ E (u)=o(u log + log + u) as u→∞ or for Φ W (u)=u( log + log + u) 1-ε , 0<ε<1

  14. A risk index for multicriterial selection of a logging system with low environmental impact

    Energy Technology Data Exchange (ETDEWEB)

    Horodnic, Sergiu Andrei, E-mail: horodnic@usv.ro

    2015-02-15

    Setting up the working stages in forest operations is conditioned by environmental protection and forest health requirements. This paper exposes a method for improving the decision-making process by choosing the most environmentally effective logging systems according to terrain configuration and stand characteristics. Such a methodology for selecting machines or logging systems accounting for environment, safety as well as economics, becomes mandatory in the context of sustainable management of forest with multiple functions. Based on analytic hierarchy process analysis the following classification of the environmental performance for four considered alternatives was obtained: skyline system (42.43%), forwarder system (20.22%), skidder system (19.92%) and horse logging system (17.43%). Further, an environmental risk matrix for the most important 28 risk factors specific to any work equipment used in forest operations was produced. In the end, a multicriterial analysis generated a risk index RI ranging between 1.0 and 3.5, which could help choosing the optimal combination of logging system and logging equipment with low environmental impact. In order to demonstrate the usefulness of the proposed approach, a simple application in specific conditions of a harvesting site is presented. - Highlights: • We propose a decision-making algorithm to select eco-friendly logging systems. • Analytic hierarchy process was applied for ranking 4 types of logging systems. • An environmental risk matrix with 28 risk factors in forest operations was made up.

  15. A risk index for multicriterial selection of a logging system with low environmental impact

    International Nuclear Information System (INIS)

    Horodnic, Sergiu Andrei

    2015-01-01

    Setting up the working stages in forest operations is conditioned by environmental protection and forest health requirements. This paper exposes a method for improving the decision-making process by choosing the most environmentally effective logging systems according to terrain configuration and stand characteristics. Such a methodology for selecting machines or logging systems accounting for environment, safety as well as economics, becomes mandatory in the context of sustainable management of forest with multiple functions. Based on analytic hierarchy process analysis the following classification of the environmental performance for four considered alternatives was obtained: skyline system (42.43%), forwarder system (20.22%), skidder system (19.92%) and horse logging system (17.43%). Further, an environmental risk matrix for the most important 28 risk factors specific to any work equipment used in forest operations was produced. In the end, a multicriterial analysis generated a risk index RI ranging between 1.0 and 3.5, which could help choosing the optimal combination of logging system and logging equipment with low environmental impact. In order to demonstrate the usefulness of the proposed approach, a simple application in specific conditions of a harvesting site is presented. - Highlights: • We propose a decision-making algorithm to select eco-friendly logging systems. • Analytic hierarchy process was applied for ranking 4 types of logging systems. • An environmental risk matrix with 28 risk factors in forest operations was made up

  16. Cross-system log file analysis for hypothesis testing

    NARCIS (Netherlands)

    Glahn, Christian

    2008-01-01

    Glahn, C. (2008). Cross-system log file analysis for hypothesis testing. Presented at Empowering Learners for Lifelong Competence Development: pedagogical, organisational and technological issues. 4th TENCompetence Open Workshop. April, 10, 2008, Madrid, Spain.

  17. The Meaning of Logs

    NARCIS (Netherlands)

    Etalle, Sandro; Massacci, Fabio; Yautsiukhin, Artsiom

    2007-01-01

    While logging events is becoming increasingly common in computing, in communication and in collaborative work, log systems need to satisfy increasingly challenging (if not conflicting) requirements.Despite the growing pervasiveness of log systems, to date there is no high-level framework which

  18. The Meaning of Logs

    NARCIS (Netherlands)

    Etalle, Sandro; Massacci, Fabio; Yautsiukhin, Artsiom; Lambrinoudakis, Costas; Pernul, Günther; Tjoa, A Min

    While logging events is becoming increasingly common in computing, in communication and in collaborative environments, log systems need to satisfy increasingly challenging (if not conflicting) requirements. In this paper we propose a high-level framework for modeling log systems, and reasoning about

  19. Well logging instrumental and methodological research

    International Nuclear Information System (INIS)

    Andrassy, L.; Barath, I.; Dorko, R.

    1983-01-01

    This part of the Annual Report of the Roland Eoetvoes Geophysical Institute (ELGI) of Hungary for 1982, summarizes the well logging instrumental and methodological researches of ELGI. The theoretical neutron diffusion fluxes for black and brown coals of Hungarian mines were calculated. A coal probe was developed and tested in boreholes using computerized data processing and interpretation. An X-ray radiometric method was used for the determination of Cu and Fe contents of minerals. Researches in the field of magnetic susceptibility and induced polarization logging are also summarized. A rapid analyzer for bauxite mining and a photorecorder for petroleum industry were developed by ELGI. (D.Gy.)

  20. Assessment of procurement systems for unutilized logging residues ...

    African Journals Online (AJOL)

    ... in the forest after clear-cutting operation with cutto- length harvesting method. ... as system-2 can be preferable for the initial supply chain configuration in Turkey. ... Key words: logging residue, forest biomass, chipping, supply cost, biomass ...

  1. Response transforms from comparative study of commercial pulsed-neutron-capture logging systems

    International Nuclear Information System (INIS)

    Salaita, G.N.

    1992-01-01

    This paper reports that three generations of Schlumberger's Thermal Decay Time (TDT SM ) logging devices - viz., TDT-K, TDT-M, and TDT-P - along with an Atlas Wireline PDK-100 SM system were run in a Saudi Aramco well. The wellbore (8 1/2 in. with 7-in. casing) penetrated a sequence of clean sand, shaly sand, and shale streaks as exhibited by the openhole natural gamma ray log. The initial wellbore fluid was diesel. The fluid was then changed to brines of 42,000 and 176,000 ppm NaCl, respectively. Three repeat passes at a logging speed of 900 ft/hr were obtained by each device for each borehole liquid. As a result of this extensive comparative study, a set of departure curves and mathematical transforms was developed primarily for standardizing the various Schlumberger tools to a common reference logging system and/or borehole environment. The transforms were used beneficially to determine residual oil saturation (ROS) from time-lapse logs in a Saudi Aramco reservoir

  2. Simultaneous thermal neutron decay time and porosity logging system

    International Nuclear Information System (INIS)

    Schultz, W.E.; Smith, H.D.; Smith, M.P.

    1980-01-01

    An improved method and apparatus are described for simultaneously measuring the porosity and thermal neutron capture cross section of earth formations in situ in the vicinity of a well borehole using pulsed neutron well logging techniques. The logging tool which is moved through the borehole consists of a 14 MeV pulsed neutron source, an epithermal neutron detector and a combination gamma ray and fast neutron detector. The associated gating systems, counters and combined digital computer are sited above ground. (U.K.)

  3. Fiber-optic data-transmission system for borehole logging. Final report. National Uranium Resource Evaluation

    International Nuclear Information System (INIS)

    Gould, G.

    1981-01-01

    The purpose of the system is to provide signal transmission media for transmission of digital data from a borehole logging probe (and associated processor-electronics) to a borehole logging truck at the surface. This fiber optic transmission system is specifically designed for use on the Bendix Field Engineering Corp. (BFEC) R and D logging truck

  4. Log-Less Metadata Management on Metadata Server for Parallel File Systems

    Directory of Open Access Journals (Sweden)

    Jianwei Liao

    2014-01-01

    Full Text Available This paper presents a novel metadata management mechanism on the metadata server (MDS for parallel and distributed file systems. In this technique, the client file system backs up the sent metadata requests, which have been handled by the metadata server, so that the MDS does not need to log metadata changes to nonvolatile storage for achieving highly available metadata service, as well as better performance improvement in metadata processing. As the client file system backs up certain sent metadata requests in its memory, the overhead for handling these backup requests is much smaller than that brought by the metadata server, while it adopts logging or journaling to yield highly available metadata service. The experimental results show that this newly proposed mechanism can significantly improve the speed of metadata processing and render a better I/O data throughput, in contrast to conventional metadata management schemes, that is, logging or journaling on MDS. Besides, a complete metadata recovery can be achieved by replaying the backup logs cached by all involved clients, when the metadata server has crashed or gone into nonoperational state exceptionally.

  5. Simultaneous thermal neutron decay time and porosity logging system

    International Nuclear Information System (INIS)

    Smith, H.D. Jr.; Smith, M.P.; Schultz, W.E.

    1979-01-01

    A simultaneous pulsed neutron porosity and thermal neutron capture cross section logging system is provided for radiological well logging of subsurface earth formations. A logging tool provided with a 14 MeV pulsed neutron source, an epithermal neutron detector, and a combination gamma ray and fast neutron detector is moved through a borehole. Repetitive bursts of neutrons irradiate the earth formations; and, during the bursts, the fast neutron and epithermal neutron populations are sampled. During the interval between bursts the thermal neutron capture gamma ray population is sampled in two or more time intervals. The fast and epithermal neutron population measurements are combined to provide a measurement of formation porosity phi. The capture gamma ray measurements are combined to provide a simultaneous determination of the thermal neutron capture cross section Σ

  6. Zope based electronic operation log system - Zlog

    International Nuclear Information System (INIS)

    Yoshii, K.; Satoh, Y.; Kitabayashi, T.

    2004-01-01

    Since January 2004, the Zope based electronic operation logging system, named Zlog, has been running at the KEKB and AR accelerator facilities. Since Zope is the python based open source web application server software and python language is familiar for the members in the KEKB accelerator control group, we have developed the Zlog system rapidly. In this paper, we report the development history and the present status of Zlog system. Also we show some general plug-in components, called Zope products, have been useful for our Zlog development. (author)

  7. Development of response transforms from comparative study of commercial pulsed neutron capture logging systems

    International Nuclear Information System (INIS)

    Salaita, G.N.; Youngblood, W.E.

    1991-01-01

    This paper reports that the absence of a common calibration facility to ascertain the accuracy of commercial pulsed neutron capture logging systems, coupled with the desire for more accurate saturation determination from time-lapse logs, prompted Saudi Aramco to carry out this comparative study. Three generations of Schlumberger's Thermal Decay Time (TDT) logging devices, viz., TDT-K, TDT-M, and TDT-P along with Atlas Wireline PDK-100 system were run in an Aramco well. The wellbore 8-1/2 inch with 7-inch casing-penetrated clean sand, shaly sand, and shale streaks sequence as exhibited by the open hole natural gamma ray log. initially, the wellbore fluid was diesel. The fluid was then changed to brines of 42-kppm and 176-kppm NACl, respectively. Three repeat passes at a logging speed of 900 ft/hr were obtained by each device for each of the three borehole liquids. In the case of PDK-100, a second set of log runs was obtained at 1800 ft/hr. The results of this extensive comparative study have increased the author's understanding of the borehole liquid and the diffusion effects on the response of pulsed neutron capture logging systems and also on the relative accuracy and precision of measured formation thermal neutron capture cross section by each system

  8. Designing efficient logging systems for northern hardwoods using equipment production capabilities and costs.

    Science.gov (United States)

    R.B. Gardner

    1966-01-01

    Describes a typical logging system used in the Lake and Northeastern States, discusses each step in the operation, and presents a simple method for designing and efficient logging system for such an operation. Points out that a system should always be built around the key piece of equipment, which is usually the skidder. Specific equipment types and their production...

  9. High resolution gamma spectroscopy well logging system

    International Nuclear Information System (INIS)

    Giles, J.R.; Dooley, K.J.

    1997-01-01

    A Gamma Spectroscopy Logging System (GSLS) has been developed to study sub-surface radionuclide contamination. The absolute counting efficiencies of the GSLS detectors were determined using cylindrical reference sources. More complex borehole geometries were modeled using commercially available shielding software and correction factors were developed based on relative gamma-ray fluence rates. Examination of varying porosity and moisture content showed that as porosity increases, and as the formation saturation ratio decreases, relative gamma-ray fluence rates increase linearly for all energies. Correction factors for iron and water cylindrical shields were found to agree well with correction factors determined during previous studies allowing for the development of correction factors for type-304 stainless steel and low-carbon steel casings. Regression analyses of correction factor data produced equations for determining correction factors applicable to spectral gamma-ray well logs acquired under non-standard borehole conditions

  10. A simple low cost speed log interface for oceanographic data acquisition system

    Digital Repository Service at National Institute of Oceanography (India)

    Khedekar, V.D.; Phadte, G.M.

    A speed log interface is designed with parallel Binary Coded Decimal output. This design was mainly required for the oceanographic data acquisition system as an interface between the speed log and the computer. However, this can also be used as a...

  11. Intersite interactions and susceptibility in mixed valence systems

    International Nuclear Information System (INIS)

    Xiaoqian Wang; Gao Lin; Bingjian Ni; Fusui Liu.

    1985-10-01

    This paper considers the effect of intersite processes on the susceptibility in mixed valence system. The method of thermodynamical perturbation used in this paper can also be generalized to study other properties of mixed valence system. The general formula of partition function of two-site interactions for the mixed valence system is given. The numerical calculations show that the intersite interaction is large enough to explain the minimum of susceptibility discovered in experiments. The different types of our theoretical curves predict that the susceptibility should exhibit a rich variety of behaviour at low temperature for various materials. (author)

  12. Borehole logging system

    International Nuclear Information System (INIS)

    Allen, L.S.

    1988-01-01

    A radioactive borehole logging tool employs an epithermal neutron detector having a neutron counter surrounded by an inner thermal neutron filter and an outer thermal neutron filter. Located between the inner and outer filters is a neutron moderating material for extending the lifetime of epithermal neutrons to enhance the counting rate of such epithermal neutrons by the neutron counter

  13. http Log Analysis

    DEFF Research Database (Denmark)

    Bøving, Kristian Billeskov; Simonsen, Jesper

    2004-01-01

    This article documents how log analysis can inform qualitative studies concerning the usage of web-based information systems (WIS). No prior research has used http log files as data to study collaboration between multiple users in organisational settings. We investigate how to perform http log...... analysis; what http log analysis says about the nature of collaborative WIS use; and how results from http log analysis may support other data collection methods such as surveys, interviews, and observation. The analysis of log files initially lends itself to research designs, which serve to test...... hypotheses using a quantitative methodology. We show that http log analysis can also be valuable in qualitative research such as case studies. The results from http log analysis can be triangulated with other data sources and for example serve as a means of supporting the interpretation of interview data...

  14. Cross-system log file analysis for hypothesis testing

    NARCIS (Netherlands)

    Glahn, Christian; Specht, Marcus; Schoonenboom, Judith; Sligte, Henk; Moghnieh, Ayman; Hernández-Leo, Davinia; Stefanov, Krassen; Lemmers, Ruud; Koper, Rob

    2008-01-01

    Glahn, C., Specht, M., Schoonenboom, J., Sligte, H., Moghnieh, A., Hernández-Leo, D. Stefanov, K., Lemmers, R., & Koper, R. (2008). Cross-system log file analysis for hypothesis testing. In H. Sligte & R. Koper (Eds.), Proceedings of the 4th TENCompetence Open Workshop. Empowering Learners for

  15. Development of slimline logging systems for coal and mineral exploration

    International Nuclear Information System (INIS)

    Reeves, D.R.

    1976-01-01

    Recently, interest shown by multinational oil companies in mining prospecting has led to the requirement for more sophisticated slimline logging units, capable of given comparable results to conventional systems. Aspects of operating conditions and logging requirements are discussed, with particular reference to the effect on equipment design. Special consideration is given to the design and calibration of gamma ray, density, neutron, caliper and resistivity tools. Methods of handling data are discussed and the general application of these techniques to mineral work is considered

  16. Design of a transport calculation system for logging sondes simulation

    International Nuclear Information System (INIS)

    Marquez Damian, Jose Ignacio

    2005-01-01

    Analysis of available resources in earth crust is performed by different techniques, one of them is neutron logging. Design of sondes that are used to make such logging is supported by laboratory experiments as well as by numerical calculations.This work presents several calculation schemes, designed to simplify the task of whom has to planify such experiments or optimize parameters of this kind of sondes.These schemes use transport calculation codes, especially DaRT, TORT and MCNP, and cross section processing modules from SCALE system.Additionally a system for DaRT and TORT data postprocessing using OpenDX is presented.It allows scalar flux spatial distribution analysis, as wells as cross section condensation and reaction rates calculation

  17. Controlled sliding of logs downhill by chute system integrated with portable winch and synthetic rope

    Directory of Open Access Journals (Sweden)

    Neşe Gülci

    2016-01-01

    Full Text Available Over 80% of wood extraction operations have been performed by conventional methods in Turkey. Conventional methods include skidding or sliding of logs mainly by man and animal power, which poses problems in terms of technical, economical, environmental, and ergonomic aspects. Skidding wood on plastic chutes has been implemented in limited numbers of logging applications in recent years, and provides important advantages such as reducing environmental damages and minimizing the value and volume loss of transported wood products. In this study, a chute system integrated with a mobile winch was developed for controlled sliding of large diameter logs downhill. In addition, synthetic ropes rather than steel cables were used to pull log products, resulting in a lower weight and more efficient extraction system. The system was tested on a sample wood production operation in Çınarpınar Forest Enterprise Chief of Kahramanmaraş Forest Enterprise Directorate. In the study, productivity analysis of chute system was performed and its ecological impacts were evaluated. During controlled sliding of logs downhill, the highest productivity (10.01 m3/hour was reached in the fourth chute system characterized as 36 m in length and 70% ground slope. One of the main factors that affected the productivity of chute system was the controlled sliding time of the logs. It was found that residual stand damage was very limited during controlled sliding operations.

  18. Computing level-impulse responses of log-specified VAR systems

    NARCIS (Netherlands)

    Wieringa, J.E.; Horvath, C.

    2005-01-01

    Impulse response functions (IRFs) are often used to analyze the dynamic behavior of a vector autoregressive (VAR) system. In many applications of VAR modelling, the variables are log-transformed before the model is estimated. If this is the case, the results of the IRFs do not have a direct

  19. Logging Concessions Enable Illegal Logging Crisis in the Peruvian Amazon

    Science.gov (United States)

    Finer, Matt; Jenkins, Clinton N.; Sky, Melissa A. Blue; Pine, Justin

    2014-04-01

    The Peruvian Amazon is an important arena in global efforts to promote sustainable logging in the tropics. Despite recent efforts to achieve sustainability, such as provisions in the US-Peru Trade Promotion Agreement, illegal logging continues to plague the region. We present evidence that Peru's legal logging concession system is enabling the widespread illegal logging via the regulatory documents designed to ensure sustainable logging. Analyzing official government data, we found that 68.3% of all concessions supervised by authorities were suspected of major violations. Of the 609 total concessions, nearly 30% have been cancelled for violations and we expect this percentage to increase as investigations continue. Moreover, the nature of the violations indicate that the permits associated with legal concessions are used to harvest trees in unauthorized areas, thus threatening all forested areas. Many of the violations pertain to the illegal extraction of CITES-listed timber species outside authorized areas. These findings highlight the need for additional reforms.

  20. Logging concessions enable illegal logging crisis in the Peruvian Amazon.

    Science.gov (United States)

    Finer, Matt; Jenkins, Clinton N; Sky, Melissa A Blue; Pine, Justin

    2014-04-17

    The Peruvian Amazon is an important arena in global efforts to promote sustainable logging in the tropics. Despite recent efforts to achieve sustainability, such as provisions in the US-Peru Trade Promotion Agreement, illegal logging continues to plague the region. We present evidence that Peru's legal logging concession system is enabling the widespread illegal logging via the regulatory documents designed to ensure sustainable logging. Analyzing official government data, we found that 68.3% of all concessions supervised by authorities were suspected of major violations. Of the 609 total concessions, nearly 30% have been cancelled for violations and we expect this percentage to increase as investigations continue. Moreover, the nature of the violations indicate that the permits associated with legal concessions are used to harvest trees in unauthorized areas, thus threatening all forested areas. Many of the violations pertain to the illegal extraction of CITES-listed timber species outside authorized areas. These findings highlight the need for additional reforms.

  1. Linearity improvement on wide-range log signal of neutron measurement system for HANARO

    International Nuclear Information System (INIS)

    Kim, Young-Ki; Tuetken, Jeffrey S.

    1998-01-01

    This paper discusses engineering activities for improving the linearity characteristics of the Log Power signal from the neutron measurement system for HANARO. This neutron measurement system uses a fission chamber based detector which covers 10.3 decade-wide range from 10 -8 % full power(FP) up to 200%FP, The Log Power signal is designed to control the reactor at low power levels where most of the reactor physics tests are carried out. Therefore, the linearity characteristics of the Log Power signal is the major factor for accurate reactor power control. During the commissioning of the neutron measurement system, it was found that the linearity characteristics of the Log Power signal, especially near 10 -2 %FP, were not accurate enough for controlling the reactor during physics testing. Analysis of the system linearity data directly measured with reactor operating determined that the system was not operating per the design characteristics established from previous installations. The linearity data, which were taken as the reactor was increased in power, were sent to manufacturer's engineering group and a follow-up measures based on the analysis were then fed back to the field. Through step by step trouble-shooting activities, which included minor circuit modifications and alignment procedure changes, the linearity characteristics have been successfully improved and now exceed minimum performance requirements. This paper discusses the trouble-shooting techniques applied, the changes in the linearity characteristics, special circumstances in the HANARO application and the final resolution. (author)

  2. Analysis of RIA standard curve by log-logistic and cubic log-logit models

    International Nuclear Information System (INIS)

    Yamada, Hideo; Kuroda, Akira; Yatabe, Tami; Inaba, Taeko; Chiba, Kazuo

    1981-01-01

    In order to improve goodness-of-fit in RIA standard analysis, programs for computing log-logistic and cubic log-logit were written in BASIC using personal computer P-6060 (Olivetti). Iterative least square method of Taylor series was applied for non-linear estimation of logistic and log-logistic. Hear ''log-logistic'' represents Y = (a - d)/(1 + (log(X)/c)sup(b)) + d As weights either 1, 1/var(Y) or 1/σ 2 were used in logistic or log-logistic and either Y 2 (1 - Y) 2 , Y 2 (1 - Y) 2 /var(Y), or Y 2 (1 - Y) 2 /σ 2 were used in quadratic or cubic log-logit. The term var(Y) represents squares of pure error and σ 2 represents estimated variance calculated using a following equation log(σ 2 + 1) = log(A) + J log(y). As indicators for goodness-of-fit, MSL/S sub(e)sup(2), CMD% and WRV (see text) were used. Better regression was obtained in case of alpha-fetoprotein by log-logistic than by logistic. Cortisol standard curve was much better fitted with cubic log-logit than quadratic log-logit. Predicted precision of AFP standard curve was below 5% in log-logistic in stead of 8% in logistic analysis. Predicted precision obtained using cubic log-logit was about five times lower than that with quadratic log-logit. Importance of selecting good models in RIA data processing was stressed in conjunction with intrinsic precision of radioimmunoassay system indicated by predicted precision. (author)

  3. Comparison of planted soil infiltration systems for treatment of log yard runoff.

    Science.gov (United States)

    Hedmark, Asa; Scholz, Miklas; Aronsson, Par; Elowson, Torbjorn

    2010-07-01

    Treatment of log yard runoff is required to avoid contamination of receiving watercourses. The research aim was to assess if infiltration of log yard runoff through planted soil systems is successful and if different plant species affect the treatment performance at a field-scale experimental site in Sweden (2005 to 2007). Contaminated runoff from the log yard of a sawmill was infiltrated through soil planted with Alnus glutinosa (L.) Gärtner (common alder), Salix schwerinii X viminalis (willow variety "Gudrun"), Lolium perenne (L.) (rye grass), and Phalaris arundinacea (L.) (reed canary grass). The study concluded that there were no treatment differences when comparing the four different plants with each other, and there also were no differences between the tree and the grass species. Furthermore, the infiltration treatment was effective in reducing total organic carbon (55%) and total phosphorus (45%) concentrations in the runoff, even when the loads on the infiltration system increased from year to year.

  4. Computer-based system for acquisition of nuclear well log data

    International Nuclear Information System (INIS)

    Meisner, J.E.

    1983-01-01

    There is described a computer-based well logging system, for acquiring nuclear well log data, including gamma ray energy spectrum and neutron population decay rate data, and providing a real-time presentation of the data on an operator's display based on a traversal by a downhole instrument of a prescribed borehole depth interval. The system has a multichannel analyzer including a pulse height analyzer and a memory. After a spectral gamma ray pulse signal coming from a downhole instrument over a logging cable is amplified and conditioned, the pulse height analyzer converts the pulse height into a digital code by peak detection, sample-and-hold action, and analog-to-digital conversion. The digital code defines the address of a memory location or channel, corresponding to a particular gamma ray energy and having a count value to be incremented. The spectrum data is then accessed by the system central processing unit (CPU) for analysis, and routed to the operator's display for presentation as a plot of relative gamma ray emissions activity versus energy level. For acquiring neutron decay rate data, the system has a multichannel scaling unit including a memory and a memory address generator. After a burst of neutrons downhole, thermal and epithermal neutron detector pulses build up and die away. Using the neutron source trigger as an initializing reference, the address generator produces a sequence of memory address codes, each code addressing the memory for a prescribed period of time, so as to define a series of time slots. A detector pulse signal produced during a time slot results in the incrementing of the count value in an address memory location. (author)

  5. Geophysical logging for mineral exploration and development

    International Nuclear Information System (INIS)

    Plouffe, R.D.

    1981-01-01

    It is possible to retrieve from small-diameter holes geophysical data for qualitative interpretation in exploration and quantitative interpretation in the development of orebodies. The primary objectives in the exploration stage are to identify where, within a hole, economic minerals are, and to help in lithological interpretations. Other aspects, which are more quantitative, are the interpretation of downhole logs for parameters which can be used in surface geophysical methods (i.e. density for gravity surveys, acoustic velocities for seismic surveys, and magnetic susceptibility for airborne and ground magnetic surveys). Recent advances in equipment design, portability and durability have made downhole logging in exploration more inexpensive and reliable. This new equipment is being used to generate very precise quantitative results. This is especially true on uranium development projects. The interpretation of gamma logs for eU 3 O 8 values has finally become precise enough that they have begun to replace chemical values in reserve calculations. Another part of development data is density and equilibrium information, which, with today's technology, is being derived from downhole probing. In the years to come, the trends for many metals are toward neutron activation techniques, or in-situ assaying, and the use of multiple logs for better lithological and physical rock property determinations. (auth)

  6. Experimental approaches for the development of gamma spectroscopy well logging system

    Energy Technology Data Exchange (ETDEWEB)

    Shin, Jehyun; Hwang, Seho; Kim, Jongman [Korea Institute of Geoscience and Mineral Resources (124 Gwahang-no, Yuseong-gu, Daejeon, Korea) (Korea, Republic of); Won, Byeongho [Heesong Geotek Co., Ltd (146-8 Sangdaewon-dong, Jungwon-gu, Seongnam-si, Gyeonggi-do, Korea) (Korea, Republic of)

    2015-03-10

    This article discusses experimental approaches for the development of gamma spectroscopy well logging system. Considering the size of borehole sonde, we customize 2 x 2 inches inorganic scintillators and the system including high voltage, preamplifier, amplifier and multichannel analyzer (MCA). The calibration chart is made by test using standard radioactive sources so that the measured count rates are expressed by energy spectrum. Optimum high-voltage supplies and the measurement parameters of each detector are set up by experimental investigation. Also, the responses of scintillation detectors have been examined by analysis according to the distance between source and detector. Because gamma spectroscopy well logging needs broad spectrum, high sensitivity and resolution, the energy resolution and sensitivity as a function of gamma ray energy are investigated by analyzing the gamma ray activities of the radioactive sources.

  7. The design and implementation of an automated system for logging clinical experiences using an anesthesia information management system.

    Science.gov (United States)

    Simpao, Allan; Heitz, James W; McNulty, Stephen E; Chekemian, Beth; Brenn, B Randall; Epstein, Richard H

    2011-02-01

    Residents in anesthesia training programs throughout the world are required to document their clinical cases to help ensure that they receive adequate training. Current systems involve self-reporting, are subject to delayed updates and misreported data, and do not provide a practicable method of validation. Anesthesia information management systems (AIMS) are being used increasingly in training programs and are a logical source for verifiable documentation. We hypothesized that case logs generated automatically from an AIMS would be sufficiently accurate to replace the current manual process. We based our analysis on the data reporting requirements of the American College of Graduate Medical Education (ACGME). We conducted a systematic review of ACGME requirements and our AIMS record, and made modifications after identifying data element and attribution issues. We studied 2 methods (parsing of free text procedure descriptions and CPT4 procedure code mapping) to automatically determine ACGME case categories and generated AIMS-based case logs and compared these to assignments made by manual inspection of the anesthesia records. We also assessed under- and overreporting of cases entered manually by our residents into the ACGME website. The parsing and mapping methods assigned cases to a majority of the ACGME categories with accuracies of 95% and 97%, respectively, as compared with determinations made by 2 residents and 1 attending who manually reviewed all procedure descriptions. Comparison of AIMS-based case logs with reports from the ACGME Resident Case Log System website showed that >50% of residents either underreported or overreported their total case counts by at least 5%. The AIMS database is a source of contemporaneous documentation of resident experience that can be queried to generate valid, verifiable case logs. The extent of AIMS adoption by academic anesthesia departments should encourage accreditation organizations to support uploading of AIMS-based case

  8. Integration of QR codes into an anesthesia information management system for resident case log management.

    Science.gov (United States)

    Avidan, Alexander; Weissman, Charles; Levin, Phillip D

    2015-04-01

    Quick response (QR) codes containing anesthesia syllabus data were introduced into an anesthesia information management system. The code was generated automatically at the conclusion of each case and available for resident case logging using a smartphone or tablet. The goal of this study was to evaluate the use and usability/user-friendliness of such system. Resident case logging practices were assessed prior to introducing the QR codes. QR code use and satisfactions amongst residents was reassessed at three and six months. Before QR code introduction only 12/23 (52.2%) residents maintained a case log. Most of the remaining residents (9/23, 39.1%) expected to receive a case list from the anesthesia information management system database at the end of their residency. At three months and six months 17/26 (65.4%) and 15/25 (60.0%) residents, respectively, were using the QR codes. Satisfaction was rated as very good or good. QR codes for residents' case logging with smartphones or tablets were successfully introduced in an anesthesia information management system and used by most residents. QR codes can be successfully implemented into medical practice to support data transfer. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  9. Engineering aspects of radiometric logging

    International Nuclear Information System (INIS)

    Huppert, P.

    1982-01-01

    Engineering problems encountered in the development of nuclear borehole logging techniques are discussed. Spectrometric techniques require electronic stability of the equipment. In addition the electronics must be capable of handling high count rates of randomly distributed pulses of fast rise time from the detector and the systems must be designed so that precise calibration is possible under field operating conditions. Components of a logging system are discussed in detail. They include the logging probe (electronics, detector, high voltage supply, preamplifier), electronic instrumentation for data collection and processing and auxiliary equipment

  10. Acoustic--nuclear permeability logging system

    International Nuclear Information System (INIS)

    Dowling, D.J.; Arnold, D.M.

    1978-01-01

    A down hole logging tool featuring a neutron generator, an acoustic disturbance generator, and a radiation detection system is described. An array of acoustic magnetostriction transducers is arranged about the target of a neutron accelerator. Two gamma ray sensors are separated from the accelerator target by shielding. According to the method of the invention, the underground fluid at the level of a formation is bombarded by neutrons which react with oxygen in the fluid to produce unstable nitrogen 16 particles according to the reaction 16 O(n,p) 16 N. Acoustic pulses are communicated to the fluid, and are incident on the boundary of the borehole at the formation. The resulting net flow of fluid across the boundary is determined from radiation detection measurements of the decaying 16 N particles in the fluid. A measure of the permeability of the formation is obtained from the determination of net fluid flow across the boundary

  11. Susceptibility of SCADA systems and the energy sector

    Science.gov (United States)

    Goike, Lindsay

    The research in this paper focused on analyzing SCADA systems in the energy sector for susceptibility to cyber attacks, in furtherance of providing suggestions to mitigate current and future cyber attacks. The research will be addressing the questions: how are SCADA systems susceptible to cyber attacks, and what are the suggested ways to mitigate both current and future cyber attacks. The five main categories of security vulnerabilities facing current SCADA systems were found to be: connectivity to the Internet, failure to plan, interdependency of sectors, numerous different types of threats, and outdated software. Some of the recommendations mentioned to mitigate current and future risks were: virtual private networks, risk assessments, increased physical security, updating of software, and firewalls.

  12. Dielectric susceptibility of classical Coulomb systems. II

    International Nuclear Information System (INIS)

    Choquard, Ph.; Piller, B.; Rentsch, R.

    1987-01-01

    This paper deals with the shape dependence of the dielectric susceptibility (equivalently defined, in a canonical ensemble, by the mean square fluctuation of the electric polarization or by the second moment of the charge-charge correlation function) of classical Coulomb systems. The concept of partial second moment is introduced with the aim of analyzing the contributions to the total susceptibility of pairs of particles of increasing separation. For a disk-shaped one-component plasma with coupling parameter γ=2 it is shown, numerically and algebraically for small and large systems, that (1) the correlation function of two particles close to the edge of the disk decays as the inverse of the square of their distance, and (2) the susceptibility is made up of a bulk contribution, which saturates rapidly toward the Stillinger-Lovett value, and of surface contribution, which varies on the scale of the disk diameter and is described by a new law called the arc sine law. It is also shown that electrostatics and statistical mechanics with shape-dependent thermodynamic limits are consistent for the same model in a strip geometry, whereas the Stillinger-Lovett sum rule is verified for a boundary-free geometry such as the surface of a sphere. Some results of extensive computer simulations of one- and two-component plasmas in circular and elliptic geometries are shown. Anisotropy effects on the susceptibilities are clearly demonstrated and the arc sine law for a circular plasma is well confirmed

  13. ANDRILL Borehole AND-1B: Well Log Analysis of Lithofacies and Glacimarine Cycles.

    Science.gov (United States)

    Jackolski, C. L.; Williams, T.; Powell, R. D.; Jarrard, R.; Morin, R. H.; Talarico, F. M.; Niessen, F.; Kuhn, G.

    2008-12-01

    During the 2006-2007 austral summer, the Antarctic geological drilling program ANDRILL recovered cores of sedimentary rock from a 1285-m-deep borehole below the McMurdo Ice Shelf. Well logging instruments were deployed to a depth of 1017 mbsf after core recovery. This study focuses on two intervals of the AND-1B borehole: upper HQ (238-343 mbsf; Pliocene) and NQ (698-1017 mbsf; upper Miocene), which were logged with natural gamma ray, induction resistivity and magnetic susceptibility tools. To understand how the well logs fit into a more complete physical properties data set, we performed factor and cluster analyses on a suite of well logs and core logs in the upper HQ and NQ intervals. In both intervals, factor analysis groups resistivity and core P-velocity into a factor that we interpret as being inversely proportional to porosity. It also groups natural gamma and potassium (from the XRF core scanner) into a factor that we interpret as a particle-size or lithology index. An additional factor in the NQ interval, influenced by clast number and magnetic susceptibility, distinguishes subglacial diamictites from other lithofacies. The factors in each interval (2 in HQ, 3 in NQ) are used as input to cluster analysis. The results are log data objectively organized into clusters, or electrofacies. We compare these electrofacies to the lithofacies, well logs and unconformity-bounded glacimarine cycles of AND-1B. Patterns in the glacimarine cycles are observed in the well logs and electrofacies. In the NQ glacimarine sediments, an electrofacies pattern is produced between subglacial diamictites at the bottom of each sequence and the glacial retreat facies above. Subglacial diamictites have higher values for the additional NQ factor, corresponding to clast number and magnetic susceptibility, than the muds and sands that form the retreat facies. Differences in the porosity factor are not observed in any electrofacies pattern in the NQ interval, but subtle patterns in the

  14. System for gamma-gamma formation density logging while drilling

    International Nuclear Information System (INIS)

    Paske, W.C.

    1991-01-01

    The patent relates to a system for logging subterranean formations for the determination of formation density by using gamma radiation. Gamma ray source and detection means are disposed within a housing adapted for positioning within a borehole for the emission and detection of gamma rays propagating through earth formations and borehole drilling fluid. The gamma ray detection means comprises first and second gamma radiation sensors geometrically disposed within the housing, the same longitudinal distance from the gamma ray source and diametrically opposed in a common plane. A formation matrix density output signal is produced in proportion to the output signal from each of the gamma ray sensors and in conjunction with certain constants established by the geometrical configuration of the sensors relative to the gamma ray source and the borehole diameter. Formation density is determined without regard to the radial position of the logging probe within the borehole in a measuring while drilling mode. 6 figs

  15. Magnetic Logs from the Lopra-1/1A and Vestmanna-1 wells (Faroe Islands)

    DEFF Research Database (Denmark)

    Waagstein, R.; Abrahamsen, N.

    2006-01-01

    basalts poor in magnetite, lapilli-tuffs and tuffs. Thus single measurements of susceptibility are of little use in discriminating between these three types of rock. Susceptibility logs from the Lopra-1/1A  well show that the variation below 3315 m clearly distinguishes between volcaniclastics...... at 2381 m and sidewall cores of basalt from the Lopra-1/1A well have a mean susceptibility of 22.1 ± 3.5 ´ 10-3 SI (σ = 23.6, N = 46), while samples of hyaloclastite (lapilli-tuff and tuff) have a mean susceptibility of 0.85 ´ 10-3 SI (σ = 0.39, N = 17). The mean values of the rock magnetic parameters...

  16. On Representing, Purging, and Utilizing Change Logs in Process Management Systems

    NARCIS (Netherlands)

    Rinderle, S.B.; Reichert, M.U.; Jurisch, M.; Kreher, U

    In recent years adaptive process management technolgy has emerged in order to increase the flexibility of business process implementations and to support process changes at different levels. Usually, respective systems log comprehensive information about changes, which can then be used for different

  17. Graphic Interface for the Gearhart-Owen 3500 Uranium Logging System

    International Nuclear Information System (INIS)

    Haller, I; Mendieta, C; Tenzi, A

    2000-01-01

    This work presents the design and development of a computing graphic interface in order to modernize the data acquisition of an old Gearhart-Owen uranium logging system.The paper describes the different items involved in the project: the system hardware developed to carry out the signal conditioning and data digitization the system software, which performs the monitoring and storing of the updated information.Finally, we compare the results of de recent field measurements with the previous one obtained with the original equipment and show the feasibility of the project

  18. Real-Time Vehicle Data Logging System Using GPS And GSM

    OpenAIRE

    Win Minn Thet; MyoMaung Maung; Hla Myo Tun

    2015-01-01

    Abstract This paper proposes and implements a low cost Vehicle Data Logging System using GPS and GSM. This system allows a user to trace the present and past positions recorded in SD card. This system also reads the current position of the vehicle using GPS the data is sent via GSM service from the GSM network. The vehicles position including the driving speed the UTC time and data are stored in the SD card for live and past tracking. All of that GPS data is sent to PIC 18F4520 by the Uni...

  19. An improved method of studying user-system interaction by combining transaction log analysis and protocol analysis

    Directory of Open Access Journals (Sweden)

    Jillian R. Griffiths

    2002-01-01

    Full Text Available The paper reports a novel approach to studying user-system interaction that captures a complete record of the searcher's actions, the system responses and synchronised talk-aloud comments from the searcher. The data is recorded unobtrusively and is available for later analysis. The approach is set in context by a discussion of transaction logging and protocol analysis and examples of the search logging in operation are presented

  20. Linear and nonlinear optical susceptibilities in a laterally coupled quantum-dot–quantum-ring system

    International Nuclear Information System (INIS)

    Zeng, Zaiping; Garoufalis, Christos S.; Baskoutas, Sotirios

    2014-01-01

    Linear and nonlinear optical susceptibilities in a laterally coupled quantum-dot–quantum-ring system have been theoretically studied. In general, we find that the structure parameters of the coupled system significantly affect the optical susceptibilities. The enhancement of the coupling effects between the dot and ring is found to increase considerably the optical susceptibilities and redshift drastically the transition energies. Comparing to the linear susceptibility, the nonlinear optical susceptibility is found to be more sensitive to the variation of the structure parameters. A comprehensive analysis of the electron probability density movement with respect to the modification of the structure parameters is provided, which offers a unique perspective of the ground-state localization. - Highlights: • Optical susceptibilities in a quantum-dot–quantum-ring system are studied. • The structure parameters significantly affect the optical susceptibilities. • The enhancement of the coupling effects increases the optical susceptibilities. • The nonlinear susceptibility is more sensitive to the change in structure parameters. • A comprehensive analysis of the electron probability density movement is provided

  1. A Depth Video Sensor-Based Life-Logging Human Activity Recognition System for Elderly Care in Smart Indoor Environments

    Directory of Open Access Journals (Sweden)

    Ahmad Jalal

    2014-07-01

    Full Text Available Recent advancements in depth video sensors technologies have made human activity recognition (HAR realizable for elderly monitoring applications. Although conventional HAR utilizes RGB video sensors, HAR could be greatly improved with depth video sensors which produce depth or distance information. In this paper, a depth-based life logging HAR system is designed to recognize the daily activities of elderly people and turn these environments into an intelligent living space. Initially, a depth imaging sensor is used to capture depth silhouettes. Based on these silhouettes, human skeletons with joint information are produced which are further used for activity recognition and generating their life logs. The life-logging system is divided into two processes. Firstly, the training system includes data collection using a depth camera, feature extraction and training for each activity via Hidden Markov Models. Secondly, after training, the recognition engine starts to recognize the learned activities and produces life logs. The system was evaluated using life logging features against principal component and independent component features and achieved satisfactory recognition rates against the conventional approaches. Experiments conducted on the smart indoor activity datasets and the MSRDailyActivity3D dataset show promising results. The proposed system is directly applicable to any elderly monitoring system, such as monitoring healthcare problems for elderly people, or examining the indoor activities of people at home, office or hospital.

  2. A depth video sensor-based life-logging human activity recognition system for elderly care in smart indoor environments.

    Science.gov (United States)

    Jalal, Ahmad; Kamal, Shaharyar; Kim, Daijin

    2014-07-02

    Recent advancements in depth video sensors technologies have made human activity recognition (HAR) realizable for elderly monitoring applications. Although conventional HAR utilizes RGB video sensors, HAR could be greatly improved with depth video sensors which produce depth or distance information. In this paper, a depth-based life logging HAR system is designed to recognize the daily activities of elderly people and turn these environments into an intelligent living space. Initially, a depth imaging sensor is used to capture depth silhouettes. Based on these silhouettes, human skeletons with joint information are produced which are further used for activity recognition and generating their life logs. The life-logging system is divided into two processes. Firstly, the training system includes data collection using a depth camera, feature extraction and training for each activity via Hidden Markov Models. Secondly, after training, the recognition engine starts to recognize the learned activities and produces life logs. The system was evaluated using life logging features against principal component and independent component features and achieved satisfactory recognition rates against the conventional approaches. Experiments conducted on the smart indoor activity datasets and the MSRDailyActivity3D dataset show promising results. The proposed system is directly applicable to any elderly monitoring system, such as monitoring healthcare problems for elderly people, or examining the indoor activities of people at home, office or hospital.

  3. Pulsed radiation decay logging

    International Nuclear Information System (INIS)

    Mills, W.R. Jr.

    1983-01-01

    There are provided new and improved well logging processes and systems wherein the detection of secondary radiation is accomplished during a plurality of time windows in a manner to accurately characterize the decay rate of the secondary radiation. The system comprises a well logging tool having a primary pulsed radiation source which emits repetitive time-spaced bursts of primary radiation and detector means for detecting secondary radiation resulting from the primary radiation and producing output signals in response to the detected radiation. A plurality of measuring channels are provided, each of which produces a count rate function representative of signals received from the detector means during successive time windows occurring between the primary radiation bursts. The logging system further comprises means responsive to the measuring channels for producing a plurality of functions representative of the ratios of the radiation count rates measured during adjacent pairs of the time windows. Comparator means function to compare the ratio functions and select at least one of the ratio functions to generate a signal representative of the decay rate of the secondary radiation

  4. Susceptibility screening of hyphae-forming fungi with a new, easy, and fast inoculum preparation method.

    Science.gov (United States)

    Schmalreck, Arno; Willinger, Birgit; Czaika, Viktor; Fegeler, Wolfgang; Becker, Karsten; Blum, Gerhard; Lass-Flörl, Cornelia

    2012-12-01

    In vitro susceptibility testing of clinically important fungi becomes more and more essential due to the rising number of fungal infections in patients with impaired immune system. Existing standardized microbroth dilution methods for in vitro testing of molds (CLSI, EUCAST) are not intended for routine testing. These methods are very time-consuming and dependent on sporulating of hyphomycetes. In this multicentre study, a new (independent of sporulation) inoculum preparation method (containing a mixture of vegetative cells, hyphae, and conidia) was evaluated. Minimal inhibitory concentrations (MIC) of amphotericin B, posaconazole, and voriconazole of 180 molds were determined with two different culture media (YST and RPMI 1640) according to the DIN (Deutsches Institut für Normung) microdilution assay. 24 and 48 h MIC of quality control strains, tested per each test run, prepared with the new inoculum method were in the range of DIN. YST and RPMI 1640 media showed similar MIC distributions for all molds tested. MIC readings at 48 versus 24 h yield 1 log(2) higher MIC values and more than 90 % of the MICs read at 24 and 48 h were within ± 2 log(2) dilution. MIC end point reading (log(2 MIC-RPMI 1640)-log(2 MIC-YST)) of both media demonstrated a tendency to slightly lower MICs with RPMI 1640 medium. This study reports the results of a new, time-saving, and easy-to-perform method for inoculum preparation for routine susceptibility testing that can be applied for all types of spore-/non-spore and hyphae-forming fungi.

  5. A Clustering Methodology of Web Log Data for Learning Management Systems

    Science.gov (United States)

    Valsamidis, Stavros; Kontogiannis, Sotirios; Kazanidis, Ioannis; Theodosiou, Theodosios; Karakos, Alexandros

    2012-01-01

    Learning Management Systems (LMS) collect large amounts of data. Data mining techniques can be applied to analyse their web data log files. The instructors may use this data for assessing and measuring their courses. In this respect, we have proposed a methodology for analysing LMS courses and students' activity. This methodology uses a Markov…

  6. Limitations and developing directions of pulsed neutron logging

    International Nuclear Information System (INIS)

    Wu Wensheng; Xiao Lizhi

    2007-01-01

    The paper explains briefly the principle of pulsed neutron logging method, summarizes the system and uses of the method in petroleum logging. The paper points out the limitations of pulsed neutron logging such as low precise measurements, low logging speed, plenty of influence factors, low vertical resolution, bad adaptability, difficult logging interpretation and so on, and expounds its developing directions in hardware, software, method and principle. (authors)

  7. Extracting the Textual and Temporal Structure of Supercomputing Logs

    Energy Technology Data Exchange (ETDEWEB)

    Jain, S; Singh, I; Chandra, A; Zhang, Z; Bronevetsky, G

    2009-05-26

    Supercomputers are prone to frequent faults that adversely affect their performance, reliability and functionality. System logs collected on these systems are a valuable resource of information about their operational status and health. However, their massive size, complexity, and lack of standard format makes it difficult to automatically extract information that can be used to improve system management. In this work we propose a novel method to succinctly represent the contents of supercomputing logs, by using textual clustering to automatically find the syntactic structures of log messages. This information is used to automatically classify messages into semantic groups via an online clustering algorithm. Further, we describe a methodology for using the temporal proximity between groups of log messages to identify correlated events in the system. We apply our proposed methods to two large, publicly available supercomputing logs and show that our technique features nearly perfect accuracy for online log-classification and extracts meaningful structural and temporal message patterns that can be used to improve the accuracy of other log analysis techniques.

  8. Application of the electric discharge logging system; Hodenshiki jiban tansa system no tekiyo

    Energy Technology Data Exchange (ETDEWEB)

    Kudo, K; Yasuda, N [Tokyo Electric Power Co. Inc., Tokyo (Japan); Kuniyasu, T; Kanda, K; Naito, Y; Tanaka, T

    1997-10-22

    In the process of developing an electric discharge logging system, the advantage over other methods has become clear of P-wave initial amplitude damping coefficient analysis which is accomplished by measuring P-wave velocity in a hard rockbed and examining oscillation receiver bone sensitivity on the spot. In the hope of furthering the advantage, attention is paid to cracks in the rockbed that are deemed to influence damping, and the measurements by the subject system are compared with BSS measurements recorded at a K underground power station. The results of the analysis of P-wave initial amplitude damping coefficients, determined by the electric discharge logging system operated in a measuring hole provided in the cavity accommodating the station main equipment, disclose that there exists a high-coefficient region deeper in the ground where a part of the rockbed is weak. That is, it is inferred that the wide-range variation in damping coefficient detected at levels deeper than the 20.5m-deep hole dug in the arch enlargement corresponds to looseness in the rockbed. Cracks in the BSS records are grouped by aperture width, inclination angle, and strike. The rate of contribution to P-wave initial amplitude damping of each class of cracks is accepted as what shows the geological conditions surrounding the station for the formulation of schematic diagrams exhibiting cracks along the W-E axis and N-S axis. 4 refs., 15 figs.

  9. Water quality management in shrimp aquaculture ponds using remote water quality logging system

    Digital Repository Service at National Institute of Oceanography (India)

    Sreepada, R.A.; Kulkarni, S.; Suryavanshi, U.; Ingole, B.S.; Drensgstig, A.; Braaten, B.

    Currently an institutional co-operation project funded by NORAD is evaluating different environmental management strategies for sustainable aquaculture in India. A brief description of a remote water quality logging system installed in shrimp ponds...

  10. Log Analysis Using Splunk Hadoop Connect

    Science.gov (United States)

    2017-06-01

    23 A. INPUT SELECTION ...Conversion Resource Consumption .............................................. 28 Figure 8. Distribution of Events in Years...running a logging service puts a performance tax on the system and may cause the degradation of performance. More thorough 8 logging will cause a

  11. Real Time Face Quality Assessment for Face Log Generation

    DEFF Research Database (Denmark)

    Kamal, Nasrollahi; Moeslund, Thomas B.

    2009-01-01

    Summarizing a long surveillance video to just a few best quality face images of each subject, a face-log, is of great importance in surveillance systems. Face quality assessment is the back-bone for face log generation and improving the quality assessment makes the face logs more reliable....... Developing a real time face quality assessment system using the most important facial features and employing it for face logs generation are the concerns of this paper. Extensive tests using four databases are carried out to validate the usability of the system....

  12. Analyzing Web Server Logs to Improve a Site's Usage. The Systems Librarian

    Science.gov (United States)

    Breeding, Marshall

    2005-01-01

    This column describes ways to streamline and optimize how a Web site works in order to improve both its usability and its visibility. The author explains how to analyze logs and other system data to measure the effectiveness of the Web site design and search engine.

  13. Performance analysis of MIMO wireless optical communication system with Q-ary PPM over correlated log-normal fading channel

    Science.gov (United States)

    Wang, Huiqin; Wang, Xue; Lynette, Kibe; Cao, Minghua

    2018-06-01

    The performance of multiple-input multiple-output wireless optical communication systems that adopt Q-ary pulse position modulation over spatial correlated log-normal fading channel is analyzed in terms of its un-coded bit error rate and ergodic channel capacity. The analysis is based on the Wilkinson's method which approximates the distribution of a sum of correlated log-normal random variables to a log-normal random variable. The analytical and simulation results corroborate the increment of correlation coefficients among sub-channels lead to system performance degradation. Moreover, the receiver diversity has better performance in resistance of spatial correlation caused channel fading.

  14. Mechanics of log calibration

    International Nuclear Information System (INIS)

    Waller, W.C.; Cram, M.E.; Hall, J.E.

    1975-01-01

    For any measurement to have meaning, it must be related to generally accepted standard units by a valid and specified system of comparison. To calibrate well-logging tools, sensing systems are designed which produce consistent and repeatable indications over the range for which the tool was intended. The basics of calibration theory, procedures, and calibration record presentations are reviewed. Calibrations for induction, electrical, radioactivity, and sonic logging tools will be discussed. The authors' intent is to provide an understanding of the sources of errors, of the way errors are minimized in the calibration process, and of the significance of changes in recorded calibration data

  15. Selected emissions and efficiencies of energy systems based on logging and sawmill residues

    International Nuclear Information System (INIS)

    Maelkki, Helena; Virtanen, Yrjoe

    2003-01-01

    Bioenergy has an important role in the implementation of the Kyoto agreement in Finland. The main sources of wood residues for energy production are logging areas and sawmills. The use of forest chips can be of great significance in reducing carbon dioxide emissions by replacing fossil fuels. Increasing the use of forest chips has environmental benefits, but it also includes possible environmental disadvantages. Therefore, system research is needed to assess the forest chip utilisation prospects for their environmental quality to secure sustainable forest management. Life-cycle methodology was developed and applied to assess environmental burdens and impacts of the logging and sawmill residues throughout the whole fuel chain from the forest to energy production. According to the study, the energy efficiencies of the forest chip systems are quite high. Net CO 2 emissions of the systems are low owing to the low input of external primary energy required to operate the systems. Although wood energy is renewable, it has many similarities with fossil fuels, e.g. as the emissions of the conversion phase are significant

  16. Mannose-binding lectin polymorphisms and susceptibility to infection in systemic lupus erythematosus

    DEFF Research Database (Denmark)

    Garred, P; Madsen, H O; Halberg, P

    1999-01-01

    To determine whether variant alleles in the coding portion of the mannose-binding lectin (MBL) gene are associated with increased susceptibility to systemic lupus erythematosus (SLE) and concomitant infections.......To determine whether variant alleles in the coding portion of the mannose-binding lectin (MBL) gene are associated with increased susceptibility to systemic lupus erythematosus (SLE) and concomitant infections....

  17. Dynamic Planar Convex Hull with Optimal Query Time and O(log n · log log n ) Update Time

    DEFF Research Database (Denmark)

    Brodal, Gerth Stølting; Jakob, Riko

    2000-01-01

    The dynamic maintenance of the convex hull of a set of points in the plane is one of the most important problems in computational geometry. We present a data structure supporting point insertions in amortized O(log n · log log log n) time, point deletions in amortized O(log n · log log n) time......, and various queries about the convex hull in optimal O(log n) worst-case time. The data structure requires O(n) space. Applications of the new dynamic convex hull data structure are improved deterministic algorithms for the k-level problem and the red-blue segment intersection problem where all red and all...

  18. Analyzing Log Files using Data-Mining

    Directory of Open Access Journals (Sweden)

    Marius Mihut

    2008-01-01

    Full Text Available Information systems (i.e. servers, applications and communication devices create a large amount of monitoring data that are saved as log files. For analyzing them, a data-mining approach is helpful. This article presents the steps which are necessary for creating an ‘analyzing instrument’, based on an open source software called Waikato Environment for Knowledge Analysis (Weka [1]. For exemplification, a system log file created by a Windows-based operating system, is used as input file.

  19. Photovoltaic system at Nagaoka College of Technology. Fabrication of photovoltaic system and development of data logging system; Nagaoka kosen ni okeru taiyoko hatsuden. Setsubi no kochiku to data shuroku system no kaihatsu

    Energy Technology Data Exchange (ETDEWEB)

    Arimoto, M; Shirai, I; Togawa, K; Koshoji, H; Otaki, S [Nagaoka College of Technology, Niigata (Japan); Murata, M; Murata, K; Nomura, M [New Energy Corp., Tokyo (Japan)

    1997-11-25

    Reported in this paper is a photovoltaic power generation facility built in the yard of Nagaoka College of Technology. The purpose of this study is to find out if such a facility operates effectively in a heavy-snow region. A data logging system is also constructed. In a preliminary experiment, a 50W panel was installed, facing southwest at an inclination of 30degC, on the roof of the schoolhouse. A voltmeter, ammeter, and slide rheostat were used to perform necessary measurement. The panel temperature was approximately 50degC, and insolation was estimated at 70mW/cm{sup 2}. The data logging system is comprised of a personal computer, display, printer, etc. Using this system, voltage and current are measured with the load automatically adjusted, and the maximum power point is sought out and logged. In addition, insolation, ambient temperature, and panel temperature are logged. Data is logged every 10th minute and, when a day`s measurement is over, mean values are obtained for every hour and data is built for a power generation profile, all automatically. There is a plan for a wintertime power generation experiment. 3 refs., 5 figs.

  20. Hardwood log grades and lumber grade yields for factory lumber logs

    Science.gov (United States)

    Leland F. Hanks; Glenn L. Gammon; Robert L. Brisbin; Everette D. Rast

    1980-01-01

    The USDA Forest Service Standard Grades for Hardwood Factory Lumber Logs are described, and lumber grade yields for 16 species and 2 species groups are presented by log grade and log diameter. The grades enable foresters, log buyers, and log sellers to select and grade those log suitable for conversion into standard factory grade lumber. By using the apropriate lumber...

  1. Construction of the monitoring, processing and logging systems supporting for management, operation and maintenance of the Dalat reactor control system

    International Nuclear Information System (INIS)

    Trinh Dinh Hai; Nguyen Thanh Cuong; Huynh Ton Nghiem; Phan Quoc Minh; Nguyen Duc Tuan; Nguyen Nhi Dien

    2004-01-01

    From 1/2002 to 12/2003, we implemented successfully a project, entitled 'Construction of the monitoring, processing and logging systems supporting for management, operation and maintenance of the Dalat reactor control system' under the assistance of the Ministry of Science and Technology. Its main results such as Testing Apparatus based on microcontroller for all functional boards of the Control Logic System of the Reactor Control System (RCS). Technical support CD - ROM for Process Instrumentation System, software for logging automatically information from important systems of the RCS through LAN, program for failure management of Process Instrumentation System have been playing an important role for observation, operation support, maintenance of the RCS. Through this project, the implementation group has grown up rapidly. The control and instrumentation group has been provided with some modern equipment, electronic components, and materials for maintenance work and research development in the years to come. This paper presents typical results and discussions. (author)

  2. Well log characterization of natural gas-hydrates

    Science.gov (United States)

    Collett, Timothy S.; Lee, Myung W.

    2012-01-01

    In the last 25 years there have been significant advancements in the use of well-logging tools to acquire detailed information on the occurrence of gas hydrates in nature: whereas wireline electrical resistivity and acoustic logs were formerly used to identify gas-hydrate occurrences in wells drilled in Arctic permafrost environments, more advanced wireline and logging-while-drilling (LWD) tools are now routinely used to examine the petrophysical nature of gas-hydrate reservoirs and the distribution and concentration of gas hydrates within various complex reservoir systems. Resistivity- and acoustic-logging tools are the most widely used for estimating the gas-hydrate content (i.e., reservoir saturations) in various sediment types and geologic settings. Recent integrated sediment coring and well-log studies have confirmed that electrical-resistivity and acoustic-velocity data can yield accurate gas-hydrate saturations in sediment grain-supported (isotropic) systems such as sand reservoirs, but more advanced log-analysis models are required to characterize gas hydrate in fractured (anisotropic) reservoir systems. New well-logging tools designed to make directionally oriented acoustic and propagation-resistivity log measurements provide the data needed to analyze the acoustic and electrical anisotropic properties of both highly interbedded and fracture-dominated gas-hydrate reservoirs. Advancements in nuclear magnetic resonance (NMR) logging and wireline formation testing (WFT) also allow for the characterization of gas hydrate at the pore scale. Integrated NMR and formation testing studies from northern Canada and Alaska have yielded valuable insight into how gas hydrates are physically distributed in sediments and the occurrence and nature of pore fluids(i.e., free water along with clay- and capillary-bound water) in gas-hydrate-bearing reservoirs. Information on the distribution of gas hydrate at the pore scale has provided invaluable insight on the mechanisms

  3. AC susceptibility enhancement studies in magnetic systems

    International Nuclear Information System (INIS)

    Mukherjee, S.; Ranganathan, R.; Chakravarti, A.; Sil, S.

    2001-01-01

    Enhancement of AC susceptibility has been observed for typical ferromagnets (Gd), reentrant spin glasses like (Fe 1.5 Mn 1.5 Si) and canted spin systems (Ce(Fe 0.96 Al 0.04 ) 2 ). The data have been interpreted with the help of a simulation model based on dry friction-like pinning of domain walls for systems having ferromagnetic domain structures. A strong pinning mechanism appears in the reentrant spin glass like and canted spin systems at low temperatures in addition to the intrinsic one in the ferromagnetic phase. The temperature variation of the pinning potential has been given qualitatively for the reentrant spin glass like systems

  4. Financial and Economic Analysis of Reduced Impact Logging

    Science.gov (United States)

    Tom Holmes

    2016-01-01

    Concern regarding extensive damage to tropical forests resulting from logging increased dramatically after World War II when mechanized logging systems developed in industrialized countries were deployed in the tropics. As a consequence, tropical foresters began developing logging procedures that were more environmentally benign, and by the 1990s, these practices began...

  5. VT Route Log Points 2017

    Data.gov (United States)

    Vermont Center for Geographic Information — This data layer is used with VTrans' Integrated Route Log System (IRA). It is also used to calibrate the linear referencing systems, including the End-to-End and...

  6. Automated method for measuring the extent of selective logging damage with airborne LiDAR data

    Science.gov (United States)

    Melendy, L.; Hagen, S. C.; Sullivan, F. B.; Pearson, T. R. H.; Walker, S. M.; Ellis, P.; Kustiyo; Sambodo, Ari Katmoko; Roswintiarti, O.; Hanson, M. A.; Klassen, A. W.; Palace, M. W.; Braswell, B. H.; Delgado, G. M.

    2018-05-01

    Selective logging has an impact on the global carbon cycle, as well as on the forest micro-climate, and longer-term changes in erosion, soil and nutrient cycling, and fire susceptibility. Our ability to quantify these impacts is dependent on methods and tools that accurately identify the extent and features of logging activity. LiDAR-based measurements of these features offers significant promise. Here, we present a set of algorithms for automated detection and mapping of critical features associated with logging - roads/decks, skid trails, and gaps - using commercial airborne LiDAR data as input. The automated algorithm was applied to commercial LiDAR data collected over two logging concessions in Kalimantan, Indonesia in 2014. The algorithm results were compared to measurements of the logging features collected in the field soon after logging was complete. The automated algorithm-mapped road/deck and skid trail features match closely with features measured in the field, with agreement levels ranging from 69% to 99% when adjusting for GPS location error. The algorithm performed most poorly with gaps, which, by their nature, are variable due to the unpredictable impact of tree fall versus the linear and regular features directly created by mechanical means. Overall, the automated algorithm performs well and offers significant promise as a generalizable tool useful to efficiently and accurately capture the effects of selective logging, including the potential to distinguish reduced impact logging from conventional logging.

  7. Log quality enhancement: A systematic assessment of logging company wellsite performance and log quality

    International Nuclear Information System (INIS)

    Farnan, R.A.; Mc Hattie, C.M.

    1984-01-01

    To improve the monitoring of logging company performance, computer programs were developed to assess information en masse from log quality check lists completed on wellsite by the service company engineer and Phillips representative. A study of all logging jobs performed by different service companies for Phillips in Oklahoma (panhandle excepted) during 1982 enabled several pertinent and beneficial interpretations to be made. Company A provided the best tool and crew service. Company B incurred an excessive amount of lost time related to tool failure, in particular the neutron-density tool combination. Company C, although used only three times, incurred no lost time. With a reasonable data base valid conclusions were made pertaining, for example, to repeated tool malfunctions. The actual logs were then assessed for quality

  8. Research on Test-bench for Sonic Logging Tool

    Directory of Open Access Journals (Sweden)

    Xianping Liu

    2016-01-01

    Full Text Available In this paper, the test-bench for sonic logging tool is proposed and designed to realize automatic calibration and testing of the sonic logging tool. The test-bench System consists of Host Computer, Embedded Controlling Board, and functional boards. The Host Computer serves as the Human Machine Interface (HMI and processes uploaded data. The software running on Host Computer is designed on VC++, which is developed based on multithreading, Dynamic Linkable Library (DLL and Multiple Document Interface (MDI techniques. The Embedded Controlling Board uses ARM7 as the microcontroller and communicates with Host Computer via Ethernet. The Embedded Controlling Board software is realized based on embedded uclinux operating system with a layered architecture. The functional boards are designed based on Field Programmable Gate Array (FPGA and provide test interfaces for the logging tool. The functional board software is divided into independent sub-modules that can repeatedly be used by various functional boards and then integrated those sub-modules in the top layer. With the layered architecture and modularized design, the software system is highly reliable and extensible. With the help of designed system, a test has been conducted quickly and successfully on the electronic receiving cabin of the sonic logging tool. It demonstrated that the system could greatly improve the production efficiency of the sonic logging tool.

  9. Singular and interactive effects of blowdown, salvage logging, and wildfire in sub-boreal pine systems

    Science.gov (United States)

    D'Amato, A.W.; Fraver, S.; Palik, B.J.; Bradford, J.B.; Patty, L.

    2011-01-01

    The role of disturbance in structuring vegetation is widely recognized; however, we are only beginning to understand the effects of multiple interacting disturbances on ecosystem recovery and development. Of particular interest is the impact of post-disturbance management interventions, particularly in light of the global controversy surrounding the effects of salvage logging on forest ecosystem recovery. Studies of salvage logging impacts have focused on the effects of post-disturbance salvage logging within the context of a single natural disturbance event. There have been no formal evaluations of how these effects may differ when followed in short sequence by a second, high severity natural disturbance. To evaluate the impact of this management practice within the context of multiple disturbances, we examined the structural and woody plant community responses of sub-boreal Pinus banksiana systems to a rapid sequence of disturbances. Specifically, we compared responses to Blowdown (B), Fire (F), Blowdown-Fire, and Blowdown-Salvage-Fire (BSF) and compared these to undisturbed control (C) stands. Comparisons between BF and BSF indicated that the primary effect of salvage logging was a decrease in the abundance of structural legacies, such as downed woody debris and snags. Both of these compound disturbance sequences (BF and BSF), resulted in similar woody plant communities, largely dominated by Populus tremuloides; however, there was greater homogeneity in community composition in salvage logged areas. Areas experiencing solely fire (F stands) were dominated by P. banksiana regeneration, and blowdown areas (B stands) were largely characterized by regeneration from shade tolerant conifer species. Our results suggest that salvage logging impacts on woody plant communities are diminished when followed by a second high severity disturbance; however, impacts on structural legacies persist. Provisions for the retention of snags, downed logs, and surviving trees as part

  10. Log N-log S in inconclusive

    Science.gov (United States)

    Klebesadel, R. W.; Fenimore, E. E.; Laros, J.

    1983-01-01

    The log N-log S data acquired by the Pioneer Venus Orbiter Gamma Burst Detector (PVO) are presented and compared to similar data from the Soviet KONUS experiment. Although the PVO data are consistent with and suggestive of a -3/2 power law distribution, the results are not adequate at this state of observations to differentiate between a -3/2 and a -1 power law slope.

  11. Encyclopedia of well logging

    International Nuclear Information System (INIS)

    Desbrandes, R.

    1985-01-01

    The 16 chapters of this book aim to provide students, trainees and engineers with a manual covering all well-logging measurements ranging from drilling to productions, from oil to minerals going by way of geothermal energy. Each chapter is a summary but a bibliography is given at the end of each chapter. Well-logging during drilling, wireline logging equipment and techniques, petroleum logging, data processing of borehole data, interpretation of well-logging, sampling tools, completion and production logging, logging in relief wells to kill off uncontrolled blowouts, techniques for high temperature geothermal energy, small-scale mining and hydrology, logging with oil-base mud and finally recommended logging programs are all topics covered. There is one chapter on nuclear well-logging which is indexed separately. (UK)

  12. Interpretation of horizontal well production logs: influence of logging tool

    Energy Technology Data Exchange (ETDEWEB)

    Ozkan, E. [Colorado School of Mines, Boulder, CO (United States); Sarica, C. [Pennsylvania State Univ., College Park, PA (United States); Haci, M. [Drilling Measurements, Inc (United States)

    1998-12-31

    The influence of a production-logging tool on wellbore flow rate and pressure measurements was investigated, focusing on the disturbence caused by the production-logging tool and the coiled tubing on the original flow conditions in the wellbore. The investigation was carried out using an analytical model and single-phase liquid flow was assumed. Results showed that the production-logging tool influenced the measurements as shown by the deviation of the original flow-rate, pressure profiles and low-conductivity wellbores. High production rates increase the effect of the production-logging tool. Recovering or inferring the original flow conditions in the wellbore from the production-logging data is a very complex process which cannot be solved easily. For this reason, the conditions under which the information obtained by production-logging is meaningful is of considerable practical interest. 7 refs., 2 tabs., 15 figs.

  13. System em um operador logístico (3PL

    Directory of Open Access Journals (Sweden)

    Douglas Ribeiro Novaes

    2016-11-01

    Full Text Available With the constant technological advancement, the companies started to invest in new systems to support competitiveness in the market in which they operate. This article aims to describe the process of deployment of the technology Warehouse Management System. The tool known as WMS is a system that facilitates the handling operations and storage materials through defined parameters, but the deployment of this system need to go through steps that impact positively and negatively the company's various sectors. This study was developed because of the existence of questions related to the development of the implementation of project presenting departments and professionals involved in the process and due to the need to clarify doubts about the usefulness of system. This document was based on specific literature and complemented by a case study on the company Julio Simoes Logística S / A through an interview with the organization's representative. In order to logistics operator perform their daily activities as receipt, storage and dispatch efficiently it is necessary  a technology that provides accurate and reliable data,  and that make available information that allows the company, to improve its operations.

  14. The analog CTS communication interface in nuclear logging

    International Nuclear Information System (INIS)

    Li Min

    2000-01-01

    The author introduced a micro-controller-based CTS communication interface in nuclear logging, which provided convenience for the overhaul and regulation of the logging tool in CTS communication system. The use of micro-controller simplified the hardware structure of the interface, made the soft structure more rational and the whole system more flexible to control

  15. A transdisciplinary approach to developing a web-based nursing experiential log system for advanced practice nursing clinical experiences.

    Science.gov (United States)

    Olson, Brandon D; Fauchald, Sally K

    2011-11-01

    This article describes a transdisciplinary project between the computer information systems department and the graduate nursing department of a higher education institution. The project is the planning, development, and implementation of a Web-based nursing experiential log system for advanced practice nursing clinical experiences, which was funded by a Nursing Education Practice and Retention grant from the Health Resources and Services Administration. The article explains the concept and benefits of the transdisciplinary nature of the project. The design team, project leadership, and roles within the team are reviewed, including the role of end-user faculty in the design process. The article describes the focus and scope of the Web-based experiential log system database that is used to document and track advanced practice nursing student clinical experiences, as well as a summary of the design process used to develop the log system and the specific functionality of the database system. The implementation process, including end-user training, pilot implementation, and modifications, lessons learned, and future directions of the project are addressed. The article concludes with the benefits to the clinical experience and graduate nursing program that have been noted since the implementation of the system.

  16. Interpretation of geophysical well-log measurements in drill hole UE25a-1, Nevada Test Site, Radioactive Waste Program

    International Nuclear Information System (INIS)

    Hagstrum, J.T.; Daniels, J.J.; Scott, J.H.

    1980-01-01

    An exploratory hole (UE25a-1) was drilled at Nevada Test Site (NTS) to determine the suitability of pyroclastic deposits as storage sites for radioactive waste. Studies have been conducted to investigate the stratigraphy, structure, mineralogy, petrology, and physical properties of the tuff units encountered in the drill hole. This report deals with the interpretation of physical properties for the tuff units from geophysical well-log measurements. The ash-flow and bedded tuff sequences at NTS comprise complex lithologies of variously welded tuffs with superimposed crystallization and altered zones. To characterize these units, resistivity, density, neutron, gamma-ray, induced polarization, and magnetic susceptibility geophysical well-log measurements were made. Although inherently subjective, a consistent interpretation of the well-log measurements was facilitated by a computer program designed to interpret well logs either individually or simultaneously. The broad features of the welded tuff units are readily distinguished by the geophysical well-log measurements. However, many details revealed by the logs indicate that more work is necessary to clarify the casual elements of well-log response in welded tuffs

  17. The pdk-100 enhances interpretation capabilities for pulsed neutron capture logs

    International Nuclear Information System (INIS)

    Randall, R.R.; Oliver, D.W.; Ferti, W.H.

    1986-01-01

    The PDK-100 is a new pulsed neutron logging system designed to measure Sigma (Σ), the macroscopic thermal neutron capture cross section. In addition to determining Σ, the system provides logging curves which are a measure of formation porosity and which furnish information concerning borehole conditions. This paper reviews the principles of operation of the PDK-100, and presents examples which illustrate the utility of the logging system. In addition, the progress of investigations into new parameters which can be derived with pulsed neutron logging data will be reported

  18. The Development Of Windows Service Based Data Log System Using Light Dependent Resistor And Thingspeak IOT Cloud Platform

    Directory of Open Access Journals (Sweden)

    Tristan Jay P. Calaguas

    2017-03-01

    Full Text Available Microcontrollers are using in control and information processing it can be used in wide application such as agriculture health care commercial facilities robotics and education. These micro controllers are computers in chip that comprises of input and output ports central processing unit registers and main memory as well as communication interface such as Ethernet interface serial interface High Definition Multimedia Interface power source and many existing interface that can be found in this type of computer. In this study the researcher decided to conceptualize an innovative application of this type of computer where it has a potential to use as tracking system in specific individuals activities. Since some of office people are complaining in CCTV camera about their privacy this innovative concept of technology is in similar purpose but if we will compare the application concept in closed circuit camera the researcher decided to use visual graph instead video data that is in high exposure In the first phase the researcher made a concept on how the simple Light Dependent Resistor will apply in Schools Office Environment Application domain using microcontroller that was used as data log system and how this can be optimized without forcing the Dean or any designated person in office to operate it in hand due to their busy working hours. In the second phase the researcher develop the proposed data log system that are acquiring data through light luminance from fluorescent light of deans office and sending it in the IOT cloud platform. The researcher used fuzzy logic theory to model the operation of the proposed data log system. This study used experimental type of research when the prototype was developed during second phase the researcher simulated the operation. As the result the proposed data log system is sending data to Thingspeak IOT Cloud platform it displays the correct output which based from the rules and it is in column graph content

  19. LIDAR-INCORPORATED TRAFFIC SIGN DETECTION FROM VIDEO LOG IMAGES OF MOBILE MAPPING SYSTEM

    Directory of Open Access Journals (Sweden)

    Y. Li

    2016-06-01

    Full Text Available Mobile Mapping System (MMS simultaneously collects the Lidar points and video log images in a scenario with the laser profiler and digital camera. Besides the textural details of video log images, it also captures the 3D geometric shape of point cloud. It is widely used to survey the street view and roadside transportation infrastructure, such as traffic sign, guardrail, etc., in many transportation agencies. Although many literature on traffic sign detection are available, they only focus on either Lidar or imagery data of traffic sign. Based on the well-calibrated extrinsic parameters of MMS, 3D Lidar points are, the first time, incorporated into 2D video log images to enhance the detection of traffic sign both physically and visually. Based on the local elevation, the 3D pavement area is first located. Within a certain distance and height of the pavement, points of the overhead and roadside traffic signs can be obtained according to the setup specification of traffic signs in different transportation agencies. The 3D candidate planes of traffic signs are then fitted using the RANSAC plane-fitting of those points. By projecting the candidate planes onto the image, Regions of Interest (ROIs of traffic signs are found physically with the geometric constraints between laser profiling and camera imaging. The Random forest learning of the visual color and shape features of traffic signs is adopted to validate the sign ROIs from the video log images. The sequential occurrence of a traffic sign among consecutive video log images are defined by the geometric constraint of the imaging geometry and GPS movement. Candidate ROIs are predicted in this temporal context to double-check the salient traffic sign among video log images. The proposed algorithm is tested on a diverse set of scenarios on the interstate highway G-4 near Beijing, China under varying lighting conditions and occlusions. Experimental results show the proposed algorithm enhances the

  20. Parallel checksumming of data chunks of a shared data object using a log-structured file system

    Science.gov (United States)

    Bent, John M.; Faibish, Sorin; Grider, Gary

    2016-09-06

    Checksum values are generated and used to verify the data integrity. A client executing in a parallel computing system stores a data chunk to a shared data object on a storage node in the parallel computing system. The client determines a checksum value for the data chunk; and provides the checksum value with the data chunk to the storage node that stores the shared object. The data chunk can be stored on the storage node with the corresponding checksum value as part of the shared object. The storage node may be part of a Parallel Log-Structured File System (PLFS), and the client may comprise, for example, a Log-Structured File System client on a compute node or burst buffer. The checksum value can be evaluated when the data chunk is read from the storage node to verify the integrity of the data that is read.

  1. Log-Based Recovery in Asynchronous Distributed Systems. Ph.D. Thesis

    Science.gov (United States)

    Kane, Kenneth Paul

    1989-01-01

    A log-based mechanism is described for restoring consistent states to replicated data objects after failures. Preserving a causal form of consistency based on the notion of virtual time is focused upon in this report. Causal consistency has been shown to apply to a variety of applications, including distributed simulation, task decomposition, and mail delivery systems. Several mechanisms have been proposed for implementing causally consistent recovery, most notably those of Strom and Yemini, and Johnson and Zwaenepoel. The mechanism proposed here differs from these in two major respects. First, a roll-forward style of recovery is implemented. A functioning process is never required to roll-back its state in order to achieve consistency with a recovering process. Second, the mechanism does not require any explicit information about the causal dependencies between updates. Instead, all necessary dependency information is inferred from the orders in which updates are logged by the object servers. This basic recovery technique appears to be applicable to forms of consistency other than causal consistency. In particular, it is shown how the recovery technique can be modified to support an atomic form of consistency (grouping consistency). By combining grouping consistency with casual consistency, it may even be possible to implement serializable consistency within this mechanism.

  2. Log-Normal Distribution in a Growing System with Weighted and Multiplicatively Interacting Particles

    Science.gov (United States)

    Fujihara, Akihiro; Tanimoto, Satoshi; Yamamoto, Hiroshi; Ohtsuki, Toshiya

    2018-03-01

    A growing system with weighted and multiplicatively interacting particles is investigated. Each particle has a quantity that changes multiplicatively after a binary interaction, with its growth rate controlled by a weight parameter in a homogeneous symmetric kernel. We consider the system using moment inequalities and analytically derive the log-normal-type tail in the probability distribution function of quantities when the parameter is negative, which is different from the result for single-body multiplicative processes. We also find that the system approaches a winner-take-all state when the parameter is positive.

  3. Analysis of log rate noise in Ontario's CANDU reactors

    Energy Technology Data Exchange (ETDEWEB)

    Hinds, H.W. [Dynamic Simulation and Analysis Corp., Deep River, Ontario (Canada); Banica, C.; Arguner, D. [Ontario Power Generation, Ajax, Ontario (Canada); Scharfenberg, R. [Bruce Power, Tiverton, Ontario (Canada)

    2007-07-01

    In the fall of 2003, the operators noticed that in the recently-refurbished Bruce A Shutdown System no. 1 (SDS1) the noise level in Log Rate signals were much larger than before. At the request of the Canadian Nuclear Safety Commission (CNSC), all Canadian CANDU reactors took action to characterize their Log Rate noise. Staff of the Inspection and Maintenance Services division of Ontario Power Generation (OPG) has collected high-speed high-accuracy noise data from nearly all 16 Ontario reactors, either as part of routine measurements before planned outages or as a dedicated noise recording. This paper gives the results of examining a suitable subset of this data, with respect to the characteristics and possible causes of Log Rate noise. The reactor and instrumentation design is different at each station: the locations of the moderator injection nozzles, the location of the ion chambers for each system, and the design of the Log Rate amplifiers. It was found that the Log noise (source of Log Rate noise) was much larger for those ion chambers in the path of the moderator injection nozzles, compared to those which were not in the path. This 'extra' Log noise would then be either attenuated or amplified depending on the transfer function (time constants) of the Log Rate amplifier. It was also observed that most of the Log and Log Rate noise is independent of any other signal measured. Although all CANDU reactors in Ontario have Log and Log Rate noise, the Bruce A SDS1 system has the largest amount of Log Rate noise, because (a) its SDS1 (and RRS) ion chambers are at the top of the reactor in the path of the moderator injection nozzles, and (b) its SDS1 Log Rate amplifiers have the smallest time constants. (author)

  4. Nonblocking and orphan free message logging protocols

    Science.gov (United States)

    Alvisi, Lorenzo; Hoppe, Bruce; Marzullo, Keith

    1992-12-01

    Currently existing message logging protocols demonstrate a classic pessimistic vs. optimistic tradeoff. We show that the optimistic-pessimistic tradeoff is not inherent to the problem of message logging. We construct a message-logging protocol that has the positive features of both optimistic and pessimistic protocol: our protocol prevents orphans and allows simple failure recovery; however, it requires no blocking in failure-free runs. Furthermore, this protocol does not introduce any additional message overhead as compared to one implemented for a system in which messages may be lost but processes do not crash.

  5. A rapid method for the determination of microbial susceptibility using the firefly luciferase assay for adenosine triphosphate (ATP)

    Science.gov (United States)

    Vellend, H.; Tuttle, S. A.; Barza, M.; Weinstein, L.; Picciolo, G. L.; Chappelle, E. W.

    1975-01-01

    Luciferase assay for adenosine triphosphate (ATP) was optimized for pure bacteria in broth in order to evaluate if changes in bacterial ATP content could be used as a rapid measure of antibiotic effect on microorganisms. Broth cultures of log phase bacteria were incubated at 310 K (37 C) for 2.5 hours at antimicrobial concentrations which resulted in the best discrimination between sensitive and resistant strains. Eighty-seven strains of 11 bacterial species were studied for their susceptibility to 12 commonly used antimicrobial agents: ampicillin, Penicillin G, nafcillin, carbenicillin, cephalothin, tetracycline, erythromycin, clindamycin, gentamicin, nitrofurantoin, colistin, and chloramplenicol. The major advantage of the ATP system over existing methods of rapid microbial susceptibility testing is that the assay can be made specific for bacterial ATP.

  6. An artificial intelligence approach to well log correlation

    International Nuclear Information System (INIS)

    Startzman, R.A.; Kuo, T.B.

    1986-01-01

    This paper shows how an expert computer system was developed to correlate two well logs in at least moderately difficult situations. A four step process was devised to process log trace information and apply a set of rules to identify zonal correlations. Some of the advantages and problems with the artificial intelligence approach are shown using field logs. The approach is useful and, if properly and systematically applied, it can result in good correlations

  7. Integration of LDSE and LTVS logs with HIPAA compliant auditing system (HCAS)

    Science.gov (United States)

    Zhou, Zheng; Liu, Brent J.; Huang, H. K.; Guo, Bing; Documet, Jorge; King, Nelson

    2006-03-01

    The deadline of HIPAA (Health Insurance Portability and Accountability Act) Security Rules has passed on February 2005; therefore being HIPAA compliant becomes extremely critical to healthcare providers. HIPAA mandates healthcare providers to protect the privacy and integrity of the health data and have the ability to demonstrate examples of mechanisms that can be used to accomplish this task. It is also required that a healthcare institution must be able to provide audit trails on image data access on demand for a specific patient. For these reasons, we have developed a HIPAA compliant auditing system (HCAS) for image data security in a PACS by auditing every image data access. The HCAS was presented in 2005 SPIE. This year, two new components, LDSE (Lossless Digital Signature Embedding) and LTVS (Patient Location Tracking and Verification System) logs, have been added to the HCAS. The LDSE can assure medical image integrity in a PACS, while the LTVS can provide access control for a PACS by creating a security zone in the clinical environment. By integrating the LDSE and LTVS logs with the HCAS, the privacy and integrity of image data can be audited as well. Thus, a PACS with the HCAS installed can become HIPAA compliant in image data privacy and integrity, access control, and audit control.

  8. Pulsed neutron source well logging system

    International Nuclear Information System (INIS)

    Dillingham, M.E.

    1975-01-01

    A pulsed neutron source arrangement is provided in which a sealed cylindrical chamber encloses a rotatable rotor member carrying a plurality of elongated target strips of material which emits neutrons when bombarded with alpha particles emitted by the plurality of source material strips. The rotor may be locked in a so-called ON position by an electromagnetic clutch drive mechanism controllable from the earth's surface so as to permit the making of various types of logs utilizing a continuously emitting neutron source. (Patent Office Record)

  9. Monte Carlo Numerical Models for Nuclear Logging Applications

    Directory of Open Access Journals (Sweden)

    Fusheng Li

    2012-06-01

    Full Text Available Nuclear logging is one of most important logging services provided by many oil service companies. The main parameters of interest are formation porosity, bulk density, and natural radiation. Other services are also provided from using complex nuclear logging tools, such as formation lithology/mineralogy, etc. Some parameters can be measured by using neutron logging tools and some can only be measured by using a gamma ray tool. To understand the response of nuclear logging tools, the neutron transport/diffusion theory and photon diffusion theory are needed. Unfortunately, for most cases there are no analytical answers if complex tool geometry is involved. For many years, Monte Carlo numerical models have been used by nuclear scientists in the well logging industry to address these challenges. The models have been widely employed in the optimization of nuclear logging tool design, and the development of interpretation methods for nuclear logs. They have also been used to predict the response of nuclear logging systems for forward simulation problems. In this case, the system parameters including geometry, materials and nuclear sources, etc., are pre-defined and the transportation and interactions of nuclear particles (such as neutrons, photons and/or electrons in the regions of interest are simulated according to detailed nuclear physics theory and their nuclear cross-section data (probability of interacting. Then the deposited energies of particles entering the detectors are recorded and tallied and the tool responses to such a scenario are generated. A general-purpose code named Monte Carlo N– Particle (MCNP has been the industry-standard for some time. In this paper, we briefly introduce the fundamental principles of Monte Carlo numerical modeling and review the physics of MCNP. Some of the latest developments of Monte Carlo Models are also reviewed. A variety of examples are presented to illustrate the uses of Monte Carlo numerical models

  10. Borehole logging

    International Nuclear Information System (INIS)

    Olsen, H.

    1995-01-01

    Numerous ground water investigations have been accomplished by means of borehole logging. Borehole logging can be applied to establish new water recovery wells, to control the existing water producing wells and source areas and to estimate ground water quality. (EG)

  11. Numerical simulation of logging-while-drilling density image by Monte-Carlo method

    International Nuclear Information System (INIS)

    Yue Aizhong; He Biao; Zhang Jianmin; Wang Lijuan

    2010-01-01

    Logging-while-drilling system is researched by Monte Carlo Method. Model of Logging-while-drilling system is built, tool response and azimuth density image are acquired, methods dealing with azimuth density data is discussed. This outcome lay foundation for optimizing tool, developing new tool and logging explanation. (authors)

  12. Analysis of geophysical well logs from the Mariano Lake-Lake Valley drilling project, San Juan Basin, Northwestern New Mexico

    International Nuclear Information System (INIS)

    Scott, J.H.

    1986-01-01

    Geophysical well logs were obtained in eight deep holes drilled and cored by the U.S. Geological Survey to examine the geology of the Mariano Lake-Lake Valley area in the southern part of the San Juan basin, New Mexico. The logs were made to determine the petrophysical properties of the rocks penetrated by the holes, to aid in making stratigraphic correlations between the holes, and to estimate the grade of uranium enrichment in mineralized zones. The logs can be divided into six categories-nuclear, electric, sonic, magnetic, dipmeter, and borehole conditions. Examples of these logs are presented and related to lithological and petrophysical properties of the cores recovered. Gamma-ray and prompt fission neutron logs were used to estimate uranium grade in mineralized zones. Resistivity and spontaneous potential logs were used to make stratigraphic correlations between drill holes and to determine the variability of the sandstone:mudstone ratios of the major sedimentary units. In one drill hole a dipmeter log was used to estimate the direction of sediment transport of the fluvial host rock. Magnetic susceptibility logs provided supportive information for a laboratory study of magnetic mineral alteration in drill cores. This study was used to infer the geochemical and hydrologic environment associated with uranium deposition in the project area

  13. Ubiquitous Learning Project Using Life-Logging Technology in Japan

    Science.gov (United States)

    Ogata, Hiroaki; Hou, Bin; Li, Mengmeng; Uosaki, Noriko; Mouri, Kosuke; Liu, Songran

    2014-01-01

    A Ubiquitous Learning Log (ULL) is defined as a digital record of what a learner has learned in daily life using ubiquitous computing technologies. In this paper, a project which developed a system called SCROLL (System for Capturing and Reusing Of Learning Log) is presented. The aim of developing SCROLL is to help learners record, organize,…

  14. Geophysical log analysis of selected test and residential wells at the Shenandoah Road National Superfund Site, East Fishkill, Dutchess County, New York

    Science.gov (United States)

    Reynolds, Richard J.; Anderson, J. Alton; Williams, John H.

    2015-01-01

    The U.S. Geological Survey collected and analyzed geophysical logs from 20 test wells and 23 residential wells at the Shenandoah Road National Superfund Site in East Fishkill, New York, from 2006 through 2010 as part of an Interagency Agreement to provide hydrogeologic technical support to the U.S. Environmental Protection Agency, Region 2. The geophysical logs collected include caliper, gamma, acoustic and optical televiewer, deviation, electromagnetic-induction, magnetic-susceptibility, fluid-property, and flow under ambient and pumped conditions. The geophysical logs were analyzed along with single-well aquifer test data and drilling logs to characterize the lithology, fabric, fractures, and flow zones penetrated by the wells. The results of the geophysical log analysis were used as part of the hydrogeologic characterization of the site and in the design of discrete-zone monitoring installations in the test wells and selected residential wells.

  15. A graphical automated detection system to locate hardwood log surface defects using high-resolution three-dimensional laser scan data

    Science.gov (United States)

    Liya Thomas; R. Edward. Thomas

    2011-01-01

    We have developed an automated defect detection system and a state-of-the-art Graphic User Interface (GUI) for hardwood logs. The algorithm identifies defects at least 0.5 inch high and at least 3 inches in diameter on barked hardwood log and stem surfaces. To summarize defect features and to build a knowledge base, hundreds of defects were measured, photographed, and...

  16. Requirements-Driven Log Analysis Extended Abstract

    Science.gov (United States)

    Havelund, Klaus

    2012-01-01

    Imagine that you are tasked to help a project improve their testing effort. In a realistic scenario it will quickly become clear, that having an impact is diffcult. First of all, it will likely be a challenge to suggest an alternative approach which is significantly more automated and/or more effective than current practice. The reality is that an average software system has a complex input/output behavior. An automated testing approach will have to auto-generate test cases, each being a pair (i; o) consisting of a test input i and an oracle o. The test input i has to be somewhat meaningful, and the oracle o can be very complicated to compute. Second, even in case where some testing technology has been developed that might improve current practice, it is then likely difficult to completely change the current behavior of the testing team unless the technique is obviously superior and does everything already done by existing technology. So is there an easier way to incorporate formal methods-based approaches than the full edged test revolution? Fortunately the answer is affirmative. A relatively simple approach is to benefit from possibly already existing logging infrastructure, which after all is part of most systems put in production. A log is a sequence of events, generated by special log recording statements, most often manually inserted in the code by the programmers. An event can be considered as a data record: a mapping from field names to values. We can analyze such a log using formal methods, for example checking it against a formal specification. This separates running the system for analyzing its behavior. It is not meant as an alternative to testing since it does not address the important in- put generation problem. However, it offers a solution which testing teams might accept since it has low impact on the existing process. A single person might be assigned to perform such log analysis, compared to the entire testing team changing behavior.

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

    Science.gov (United States)

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

    2006-01-01

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

  18. Addressing the susceptibility of digital systems to electromagnetic interference

    International Nuclear Information System (INIS)

    Ewing, P.D.; Korsah, K.; Antonescu, C.

    1993-01-01

    This paper discusses the development of the technical basis for acceptance criteria applicable to the immunization of digital systems against electromagnetic interference (EMI). The work is sponsored by the US Nuclear Regulatory Commission and stems from the safety-related issues that need to be addressed as a result of the application of digital instrumentation and control systems in nuclear power plants. Designers of digital circuits are incorporating increasingly higher clock frequencies and lower logic level voltages, thereby leading to potentially greater susceptibility of spurious interference being misinterpreted as legitimate logic. Development of the technical basis for acceptance criteria to apply to these digital systems centers around establishing good engineering practices to ensure that sufficient levels of electromagnetic compatibility (EMC) are maintained between the nuclear power plant's electronic and electromechanical systems. First, good EMC design and installation practices are needed to control the emissions from interference sources and thereby their impact on other nearby circuits and systems. Second, a verification and validation (V ampersand V) program is needed to outline the EMI tests to be performed, the associated test methods to be followed, and adequate acceptance should be followed by periodic maintenance to assess whether the recommended EMI control practices continue to be adhered to as part of the routine operation of the nuclear power plant. By following these steps, the probability of encountering safety-related instrumentation susceptibility attributable to EMI will be greatly reduced

  19. Analysis of the susceptibility in a fluid system with Neumann – plus boundary conditions

    Directory of Open Access Journals (Sweden)

    Djondjorov Peter

    2018-01-01

    Full Text Available The behaviour of the local and total susceptibilities of a fluid system bounded by different surfaces is studied in the framework of the Ginsburg-Landau Ising type model. The case of a plain geometry, Neumann-infinity boundary conditions under variations of the temperature and an external ordering field is considered. Exact analytic expressions for the order parameter, local and total susceptibilities in such a system are presented. They are used to analyse the phase behaviour of fluids confined in regions close to the bulk critical point of the respective infinite system.

  20. Toward an Automated Labeling of Event Log Attributes

    DEFF Research Database (Denmark)

    Abbad Andaloussi, Amine; Burattin, Andrea; Weber, Barbara

    2018-01-01

    information systems often do not comply with the required maturity level, since they lack the notion of process instance, also referred in process mining as “case id”. Without a proper identification of the case id attribute in log files, the outcome of process mining algorithms is unpredictable. This paper...... proposes a new approach that aims to overcome this challenge by automatically inferring the case id attribute from log files. The approach has been implemented as a ProM plugin and evaluated with several real-world event logs. The results demonstrate a high accuracy in inferring the case id attribute.......Process mining aims at exploring the data produced by executable business processes to mine the underlying control-flow and dataflow. Most of the process mining algorithms assume the existence of an event log with a certain maturity level. Unfortunately, the logs provided by process unaware...

  1. PUMA Internet Task Logging Using the IDAC-1

    Directory of Open Access Journals (Sweden)

    K. N. Tarchanidis

    2014-08-01

    Full Text Available This project uses an IDAC-1 board to sample the joint angle position of the PUMA 76 1 robot and log the results on a computer. The robot is at the task location and the logging computer is located in a different one. The task the robot is performing is based on a Pseudo Stereo Vision System (PSVS. Internet is the transport media. The protocol used in this project is UDP/IP. The actual angle is taken straight from the PUMA controller. High-resolution potentiometers are connected on each robot joint and are buffered and sampled as potential difference on an A/D converter integrated on the IDAC-1. The logging computer through the Internet acting as client asks for the angle set, the IDAC-1 responds as server with the 10-bit resolution sampling of the joint position. The whole task is logged in a file on the logging computer. This application can give the ability to the Internet user to monitor and log the robot tasks anywhere in the Word Wide Web (www.

  2. Addressing the susceptibility of digital systems to electromagnetic interference

    International Nuclear Information System (INIS)

    Ewing, P.D.; Korsah, K.; Antonescu, C.

    1993-01-01

    This paper discusses the development of the technical basis for acceptance criteria applicable to the immunization of digital systems against electromagnetic interference (EMI). The work is sponsored by the US Nuclear Regulatory Commission and stems from the safety-related issues that need to be addressed as a result of the application of digital instrumentation and control systems in nuclear power plants. Designers of digital circuits are incorporating increasingly higher clock frequencies and lower logic level voltages, thereby leading to potentially greater susceptibility of spurious interference being misinterpreted as legitimate logic. Development of the technical basis for acceptance criteria to apply to these digital systems centers around establishing good engineering practices to ensure that sufficient levels of electromagnetic compatibility (EMC) are maintained between the nuclear power plant's electronic and electromechanical systems. First, good EMC design and installation practices are needed to control the emissions from interference sources and thereby their impact on other nearby circuits and systems. Second, a verification and validation (V ampersand V) program is needed to outline the EMI tests to be performed, the associated test methods to be followed, and adequate acceptance criteria to ensure that the circuit or system under test meets the recommended guidelines. V ampersand V should be followed by periodic maintenance to assess whether the recommended EMI control practices continue to be adhered to as part of the routine operation of the nuclear power plant. By following these steps, the probability of encountering safety-related instrumentation susceptibility attributable to EMI will be greatly reduced

  3. Pulsed neutron uranium borehole logging with prompt fission neutrons

    International Nuclear Information System (INIS)

    Bivens, H.M.; Smith, G.W.; Jensen, D.H.

    1976-01-01

    The gross count natural gamma log normally used for uranium borehole logging is seriously affected by disequilibrium. Methods for the direct measurement of uranium, such as neutron logging, which are not affected by disequilibrium have been the object of considerable effort in recent years. This paper describes a logging system for uranium which uses a small accelerator to generate pulses of 14 MeV neutrons to detect and assay uranium by the measurement of prompt fission neutrons in the epithermal energy range. After an initial feasibility study, a prototype logging probe was built for field evaluation which began in January 1976. Physical and operational characteristics of the prototype probe, the neutron tube-transformer assembly, and the neutron tube are described. In logging operations, only the epithermal prompt fission neutrons detected between 250 microseconds to 2500 microseconds following the excitation neutron pulse are counted. Comparison of corrected neutron logs with the conventional gross count natural gamma logs and the chemical assays of cores from boreholes are shown. The results obtained with this neutron probe clearly demonstrate its advantages over the gross count natural gamma log, although at this time the accuracy of the neutron log assay is not satisfactory under some conditions. The necessary correction factors for various borehole and formation parameters are being determined and, when applied, should improve the assay accuracy

  4. Rehabilitation actions in water supply systems: effects on biofilm susceptibility

    OpenAIRE

    RAMOS MARTINEZ, EVA; Herrera Fernández, Antonio Manuel; Gutiérrez-Pérez, Joanna A.; Izquierdo Sebastián, Joaquín; Pérez García, Rafael

    2014-01-01

    Biofilm development in water supply systems (WSSs) depends on infrastructure and operational factors, apart from water quality. We have developed a methodology that considers WSSs hydraulic (operation) and physical (design) characteristics to identify areas with different biofilm development trends within a WSS. To achieve this aim we have used meta-analysis and multi-agent system label propagation via discriminant analysis. As a result, we recognise areas with different susceptibility to bio...

  5. Geothermal well log interpretation midterm report

    Energy Technology Data Exchange (ETDEWEB)

    Sanyal, S.K.; Wells, L.E.; Bickham, R.E.

    1979-02-01

    Reservoir types are defined according to fluid phase and temperature, lithology, geologic province, pore geometry, and salinity and fluid chemistry. Improvements are needed in lithology and porosity definition, fracture detection, and thermal evaluation for more accurate interpretation. Further efforts are directed toward improving diagnostic techniques for relating rock characteristics and log response, developing petrophysical models for geothermal systems, and developing thermal evaluation techniques. The Geothermal Well Log Interpretation study and report has concentrated only on hydrothermal geothermal reservoirs. Other geothermal reservoirs (hot dry rock, geopressured, etc.) are not considered.

  6. SU-F-T-172: A Method for Log File QA On An IBA Proteus System for Patient Specific Spot Scanning Quality Assurance

    Energy Technology Data Exchange (ETDEWEB)

    Tang, S; Ho, M; Chen, C; Mah, D [ProCure NJ, Somerset, NJ (United States); Rice, I; Doan, D; Mac Rae, B [IBA, Somerset, NJ (United States)

    2016-06-15

    Purpose: The use of log files to perform patient specific quality assurance for both protons and IMRT has been established. Here, we extend that approach to a proprietary log file format and compare our results to measurements in phantom. Our goal was to generate a system that would permit gross errors to be found within 3 fractions until direct measurements. This approach could eventually replace direct measurements. Methods: Spot scanning protons pass through multi-wire ionization chambers which provide information about the charge, location, and size of each delivered spot. We have generated a program that calculates the dose in phantom from these log files and compares the measurements with the plan. The program has 3 different spot shape models: single Gaussian, double Gaussian and the ASTROID model. The program was benchmarked across different treatment sites for 23 patients and 74 fields. Results: The dose calculated from the log files were compared to those generate by the treatment planning system (Raystation). While the dual Gaussian model often gave better agreement, overall, the ASTROID model gave the most consistent results. Using a 5%–3 mm gamma with a 90% passing criteria and excluding doses below 20% of prescription all patient samples passed. However, the degree of agreement of the log file approach was slightly worse than that of the chamber array measurement approach. Operationally, this implies that if the beam passes the log file model, it should pass direct measurement. Conclusion: We have established and benchmarked a model for log file QA in an IBA proteus plus system. The choice of optimal spot model for a given class of patients may be affected by factors such as site, field size, and range shifter and will be investigated further.

  7. Study of the reservoirs of Jurassic and Cretaceous periods in the south-cast slope of Central Kara-Kum vault using combination of acoustic logging, neutron-gamma logging, gamma logging, and electrical logging

    International Nuclear Information System (INIS)

    Meredov, T.M.; Baranov, M.I.

    1978-01-01

    Considered is the possibility of application of the combination of neutron-gamma logging, gamma logging al partitioncoustic logging and electrical logging to lithologica of sections, discovery reservoir layers in carbonate and terrigeneous sections as well as quantitative estimation of the porosity coefficients values at prospecting areas in the south-east slope of Central Kara-Kum vault. Neutron-gamma logging mostly makes it possible to partition carbonate rocks into limestones, dolomites and their interstitial variaties and to indicate sand stone layers with different degree of carbonate content

  8. Ac susceptibility studies on Bi-Sr-Ca-Cu-O system

    International Nuclear Information System (INIS)

    Chakravarti, Arani; Mukherjee, C.D.; Ranganathan, R.; Chatterjee, N.; Raychaudhuri, A.K.

    1991-01-01

    We report the low a.c. susceptibility data χ'(T,Hsub(rms)), χsup(double inverted commas)(T,Hsub(rms)) for the newly prepared superconducting system Bi x Sr 4 Ca 2 Cu 4 O y (x=0.5, 1.0 and 1.5) containing Bi at concentrations lower than that in the conventional Bi-based system. The experimental results are discussed in the light of existing theories. (author). 10 refs., 3 figs

  9. LANDSLIDE SUSCEPTIBILITY ASSESSMENT THROUGH FUZZY LOGIC INFERENCE SYSTEM (FLIS

    Directory of Open Access Journals (Sweden)

    T. Bibi

    2016-09-01

    Full Text Available Landslide is among one of the most important natural hazards that lead to modification of the environment. It is a regular feature of a rapidly growing district Mansehra, Pakistan. This caused extensive loss of life and property in the district located at the foothills of Himalaya. Keeping in view the situation it is concluded that besides structural approaches the non-structural approaches such as hazard and risk assessment maps are effective tools to reduce the intensity of damage. A landslide susceptibility map is base for engineering geologists and geomorphologists. However, it is not easy to produce a reliable susceptibility map due to complex nature of landslides. Since 1980s, several mathematical models have been developed to map landslide susceptibility and hazard. Among various models this paper is discussing the effectiveness of fuzzy logic approach for landslide susceptibility mapping in District Mansehra, Pakistan. The factor maps were modified as landslide susceptibility and fuzzy membership functions were assessed for each class. Likelihood ratios are obtained for each class of contributing factors by considering the expert opinion. The fuzzy operators are applied to generate landslide susceptibility maps. According to this map, 17% of the study area is classified as high susceptibility, 32% as moderate susceptibility, 51% as low susceptibility and areas. From the results it is found that the fuzzy model can integrate effectively with various spatial data for landslide hazard mapping, suggestions in this study are hope to be helpful to improve the applications including interpretation, and integration phases in order to obtain an accurate decision supporting layer.

  10. One less trip : logging with less tripping, more protection

    Energy Technology Data Exchange (ETDEWEB)

    Byfield, M.

    2005-12-15

    New logging technology by Datalog Technology Inc. was described. Logging-while-tripping (LWT) technology uses a slim petrophysical sensor package that is moved to the targeted geological formation through a drill pipe, which reduces the exposure to vibration and shock involved in logging-while-drilling (LWD). The equipment features standard components in a patented configuration and comes in 2 segments: the receiver sub and the sensor package electronics. A receiver sub is inserted into the bottomhole assembly at the end of the drill string. Drilling progresses with the LWT sub in the bottomhole assembly until the borehole approaches the logging depth. The sensor package and electronics are then lowered into the drill string. If the well is horizontal, rig pumps push the package into the drill string until it lands in the LWT sub. Drill pipes are moved across the zone of interest and logs are recorded on downhole memory contained within the LWT package. As the logging operation progresses, a depth recorder at the surface records depth information along with the downhole recorders. When logging is completed, downhole tools are retrieved, and data downloaded from the LWT onboard memory is merged with the surface depth information to generate well logs. Retrieval via the drill string greatly reduces the risk of losing the logging gear, which contains radioactive material. Federal officials now routinely insist on extensive fishing operations to retrieve lost tools. If a well gets a gas kick while logging is in progress, the operator can still pump down mud or close the blowout preventer rams if necessary, and save time in determining where to perforate shallow gas wells. Compensated neutron logs, gamma rays, spectrum gamma rays, and induction have been tested with the LWT system. It was concluded that Petro-Canada has deployed the logs recently and has achieved results that compared satisfactorily with conventional logs. 2 figs.

  11. Audit Log for Forensic Photography

    Science.gov (United States)

    Neville, Timothy; Sorell, Matthew

    We propose an architecture for an audit log system for forensic photography, which ensures that the chain of evidence of a photograph taken by a photographer at a crime scene is maintained from the point of image capture to its end application at trial. The requirements for such a system are specified and the results of experiments are presented which demonstrate the feasibility of the proposed approach.

  12. SDSS Log Viewer: visual exploratory analysis of large-volume SQL log data

    Science.gov (United States)

    Zhang, Jian; Chen, Chaomei; Vogeley, Michael S.; Pan, Danny; Thakar, Ani; Raddick, Jordan

    2012-01-01

    User-generated Structured Query Language (SQL) queries are a rich source of information for database analysts, information scientists, and the end users of databases. In this study a group of scientists in astronomy and computer and information scientists work together to analyze a large volume of SQL log data generated by users of the Sloan Digital Sky Survey (SDSS) data archive in order to better understand users' data seeking behavior. While statistical analysis of such logs is useful at aggregated levels, efficiently exploring specific patterns of queries is often a challenging task due to the typically large volume of the data, multivariate features, and data requirements specified in SQL queries. To enable and facilitate effective and efficient exploration of the SDSS log data, we designed an interactive visualization tool, called the SDSS Log Viewer, which integrates time series visualization, text visualization, and dynamic query techniques. We describe two analysis scenarios of visual exploration of SDSS log data, including understanding unusually high daily query traffic and modeling the types of data seeking behaviors of massive query generators. The two scenarios demonstrate that the SDSS Log Viewer provides a novel and potentially valuable approach to support these targeted tasks.

  13. Development of a crosshole sonic logging system for the integrity test of cast-in-situ piles

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Tai-Sup; Sung, Nak-Hoon; Hwang, Hak-Soo [Korea Institute of Geoscience and Mineral Resources, Taejeon(Korea)

    2001-09-01

    To evaluate the integrity of cast-in-situ concrete piles, a notebook PC-based crosshole sonic logging system which can be handled by one operator was developed using PCMCIA-type analog to digital converter card. User-interactive software for operation of the system were also developed using Labview. The system was tested with the field model pile to confirm the performance of the developed system. The test result shows that the system is very stable and efficient for detecting defects of the pile. (author). 3 refs., 9 figs.

  14. Static dictionaries on AC0 RAMs: query time (√log n/log log n) is necessary and sufficient

    DEFF Research Database (Denmark)

    Andersson, Arne; Miltersen, Peter Bro; Riis, Søren

    1996-01-01

    ) on the time for answering membership queries in a set of size n when reasonable space is used for the data structure storing the set; the upper bound can be obtained using O(n) space, and the lower bound holds even if we allow space 2polylog n. Several variations of this result are also obtained. Among others......, we show a tradeoff between time and circuit depth under the unit-cost assumption: any RAM instruction set which permits a linear space, constant query time solution to the static dictionary problem must have an instruction of depth Ω(log w/log log to), where w is the word size of the machine (and log...

  15. Study on Improvement of Data Logging System for the Ulsan T/P and Samarangjin P/P

    Energy Technology Data Exchange (ETDEWEB)

    Kim, E.G.; Shin, Y.O.; Woo, J.H. [Korea Electric Power Research Institute, Daejeon (Korea, Republic of)

    1997-12-31

    A power plant should be monitored for the stable operations. It is difficult to maintain out-dated computer systems of the power plant due to the obsolescence of the system. A new data logging system needs to be developed to provide the various convenient functions. Power plant operators are then easily able to obtain more information on the status of plant operations by using this new system developed in this research. The results of research are summarized at this report. (author). 151 figs., 24 tabs.

  16. Real-Time Vehicle Data Logging System Using GPS And GSM

    Directory of Open Access Journals (Sweden)

    Win Minn Thet

    2015-07-01

    Full Text Available Abstract This paper proposes and implements a low cost Vehicle Data Logging System using GPS and GSM. This system allows a user to trace the present and past positions recorded in SD card. This system also reads the current position of the vehicle using GPS the data is sent via GSM service from the GSM network. The vehicles position including the driving speed the UTC time and data are stored in the SD card for live and past tracking. All of that GPS data is sent to PIC 18F4520 by the Universal Asynchronous ReceiverTransmitter UART and also store in SD card. GSM also uses UART to transmit. To know the position of the vehicle the owner sends a request through a SMS. The SMS sends to the authorized person through the GSM network. The travel history of the vehicle are stored in a file on an SD card in FAT format.This system is very useful for car tracking for adolescent driver being checked by parent speed limit exceeding leaving a specific area. V The developed system is easy to use requires no additional hardware and permits the selection of the amount of data and the time intervals between the data recordings. In addition the collected data can easily be transferred to a computer via a connected serial port.

  17. Target recognition of log-polar ladar range images using moment invariants

    Science.gov (United States)

    Xia, Wenze; Han, Shaokun; Cao, Jie; Yu, Haoyong

    2017-01-01

    The ladar range image has received considerable attentions in the automatic target recognition field. However, previous research does not cover target recognition using log-polar ladar range images. Therefore, we construct a target recognition system based on log-polar ladar range images in this paper. In this system combined moment invariants and backpropagation neural network are selected as shape descriptor and shape classifier, respectively. In order to fully analyze the effect of log-polar sampling pattern on recognition result, several comparative experiments based on simulated and real range images are carried out. Eventually, several important conclusions are drawn: (i) if combined moments are computed directly by log-polar range images, translation, rotation and scaling invariant properties of combined moments will be invalid (ii) when object is located in the center of field of view, recognition rate of log-polar range images is less sensitive to the changing of field of view (iii) as object position changes from center to edge of field of view, recognition performance of log-polar range images will decline dramatically (iv) log-polar range images has a better noise robustness than Cartesian range images. Finally, we give a suggestion that it is better to divide field of view into recognition area and searching area in the real application.

  18. Processing well logging data, for example for verification and calibration of well logs

    International Nuclear Information System (INIS)

    Suau, J.; Boutemy, Y.

    1981-01-01

    A method is described of machine processing well logging data derived from borehole exploring devices which investigate earth formations traversed by boreholes. The method can be used for verifying and recalibrating logs, reconstructing missing logs and combining the data to form a statistical model of the traversed earth formations. (U.K.)

  19. La logística integral como ventaja competitiva y sistema logístico

    Directory of Open Access Journals (Sweden)

    Mario Anselmo Martínez gallardo

    2013-07-01

    Full Text Available Esta investigación analiza la logística integral como una ventaja competitiva y el sistema logístico. Es opinión de los autores que la logística integral es esencial para el intercambio de mercancías, toda vez que reduce costos y hace más ágil la actividad comercial. La utilización de esta logística representa una ventaja competitiva con respecto de otras empresas por la optimización del capital y ahorro de tiempo.

  20. Earth formation pulsed neutron porosity logging system utilizing epithermal neutron and inelastic scattering gamma ray detectors

    International Nuclear Information System (INIS)

    Smith, H.D. Jr.; Smith, M.P.; Schultz, W.E.

    1978-01-01

    An improved pulsed neutron porosity logging system is provided in the present invention. A logging tool provided with a 14 MeV pulsed neutron source, an epithermal neutron detector and an inelastic scattering gamma ray detector is moved through a borehole. The detection of inelastic gamma rays provides a measure of the fast neutron population in the vicinity of the detector. repetitive bursts of neutrons irradiate the earth formation and, during the busts, inelastic gamma rays representative of the fast neutron population is sampled. During the interval between bursts the epithermal neutron population is sampled along with background gamma radiation due to lingering thermal neutrons. the fast and epithermal neutron population measurements are combined to provide a measurement of formation porosity

  1. The log S -log N distribution of gamma ray brust

    International Nuclear Information System (INIS)

    Yamagami, Takamasa; Nishimura, Jun; Fujii, Masami

    1982-01-01

    The relation between the size S and the frequency N of gamma ray burst has been studied. This relation may be determined from the celestial distribution of gamma ray burst sources. The present analysis gives that the log S - log N relation for any direction is determined by the celestial distribution of gamma ray burst sources. The observed bursts were analyzed. The celestial distribution of gamma ray burst sources was observed by the satellites of USSR. The results showed that the distribution seemed to be isotropic. However, the calculated log S - log N relation based on the isotropic distribution wasF in disagreement with the observed ones. As the result of analysis, it was found that the observed bursts missed low energy part because of the threshold of detectors. The levels of discrimination of detection were not clear. When a proper threshold level is set for each type of burst, and the size of bursts is determined, the above mentioned discrepancy will be deleted regardless of luminosity and the spatial distribution of bursts. (Kato, T.)

  2. GammaLog Playback 1.0 - mobile gamma ray spectrometry software

    International Nuclear Information System (INIS)

    Watson, R.J.; Smethurst, M.A.

    2011-01-01

    The Geological Survey of Norway (NGU) operates a mobile gamma ray spectrometer system which can be used in nuclear emergency situations to determine the location and type of orphan sources, or the extent and type of fallout contamination. The system consists of a 20 litre (16 litre downward and 4 litre upward looking) RSX-5 NaI detector and spectrometer, and can be mounted in fixed wing aircraft, helicopters, or vans/cars as appropriate. NGU has developed its own data acquisition and analysis software for this system. GammaLog (Smethurst 2005) controls the acquisition, display, and storage of data from the spectrometer, and performs real-time data analysis including estimation of dose rates and fallout concentrations, and separation of geological and anthropogenic components of the signal. The latter is particularly important where the geological radioisotope signal varies strongly from one place to another, and makes it easier to locate and identify anthropogenic sources which might otherwise be difficult to separate from the geological background signal. A modified version of GammaLog has been developed, GammaLog Playback, which allows the replay of previously acquired GammaLog datasets, while performing similar processing and display as the GammaLog acquisition software. This allows datasets to be reviewed and compared in the field or during post-survey analysis to help plan subsequent measurement strategies.(Au)

  3. Influence of the IL6 Gene in Susceptibility to Systemic Sclerosis

    NARCIS (Netherlands)

    Cenit, M.C.; Simeon, C.P.; Vonk, M.C.; Callejas-Rubio, J.L.; Espinosa, G.; Carreira, P.; Blanco, F.J.; Narvaez, J.; Tolosa, C.; Roman-Ivorra, J.A.; Gomez-Garcia, I.; Garcia-Hernandez, F.J.; Gallego, M.; Garcia-Portales, R.; Egurbide, M.V.; Fonollosa, V.; Garcia de la Pena, P.; Lopez-Longo, F.J.; Gonzalez-Gay, M.A.; The Spanish Scleroderma, G.; Hesselstrand, R.; Riemekasten, G.; Witte, T.J.M. de; Voskuyl, A.E.; Schuerwegh, A.J.; Madhok, R.; Fonseca, C.; Denton, C.; Nordin, A.; Palm, O.; Laar, J.M. van; Hunzelmann, N.; Distler, J.H.; Kreuter, A.; Herrick, A.; Worthington, J.; Koeleman, B.P.; Radstake, T.R.D.J.; Martin, J.

    2012-01-01

    OBJECTIVE: Systemic sclerosis (SSc) is a genetically complex autoimmune disease; the genetic component has not been fully defined. Interleukin 6 (IL-6) plays a crucial role in immunity and fibrosis, both key aspects of SSc. We investigated the influence of IL6 gene in the susceptibility and

  4. Prediction of Compressional, Shear, and Stoneley Wave Velocities from Conventional Well Log Data Using a Committee Machine with Intelligent Systems

    Science.gov (United States)

    Asoodeh, Mojtaba; Bagheripour, Parisa

    2012-01-01

    Measurement of compressional, shear, and Stoneley wave velocities, carried out by dipole sonic imager (DSI) logs, provides invaluable data in geophysical interpretation, geomechanical studies and hydrocarbon reservoir characterization. The presented study proposes an improved methodology for making a quantitative formulation between conventional well logs and sonic wave velocities. First, sonic wave velocities were predicted from conventional well logs using artificial neural network, fuzzy logic, and neuro-fuzzy algorithms. Subsequently, a committee machine with intelligent systems was constructed by virtue of hybrid genetic algorithm-pattern search technique while outputs of artificial neural network, fuzzy logic and neuro-fuzzy models were used as inputs of the committee machine. It is capable of improving the accuracy of final prediction through integrating the outputs of aforementioned intelligent systems. The hybrid genetic algorithm-pattern search tool, embodied in the structure of committee machine, assigns a weight factor to each individual intelligent system, indicating its involvement in overall prediction of DSI parameters. This methodology was implemented in Asmari formation, which is the major carbonate reservoir rock of Iranian oil field. A group of 1,640 data points was used to construct the intelligent model, and a group of 800 data points was employed to assess the reliability of the proposed model. The results showed that the committee machine with intelligent systems performed more effectively compared with individual intelligent systems performing alone.

  5. CS model coil experimental log book

    International Nuclear Information System (INIS)

    Nishijima, Gen; Sugimoto, Makoto; Nunoya, Yoshihiko; Wakabayashi, Hiroshi; Tsuji, Hiroshi

    2001-02-01

    Charging test of the ITER CS Model Coil which is the world's largest superconducting pulse coil and the CS Insert Coil had started at April 11, 2000 and had completed at August 18, 2000. In the campaign, total shot numbers were 356 and the size of the data file in the DAS (Data Acquisition System) was over 20 GB. This report is a database that consists of the log list and the log sheets of every shot. One can access the database, make a search, and browse results via Internet (http://1ogwww.naka.jaeri.go.jp). The database will be useful to quick search to choose necessary shots. (author)

  6. Decision support using anesthesia information management system records and accreditation council for graduate medical education case logs for resident operating room assignments.

    Science.gov (United States)

    Wanderer, Jonathan P; Charnin, Jonathan; Driscoll, William D; Bailin, Michael T; Baker, Keith

    2013-08-01

    Our goal in this study was to develop decision support systems for resident operating room (OR) assignments using anesthesia information management system (AIMS) records and Accreditation Council for Graduate Medical Education (ACGME) case logs and evaluate the implementations. We developed 2 Web-based systems: an ACGME case-log visualization tool, and Residents Helping in Navigating OR Scheduling (Rhinos), an interactive system that solicits OR assignment requests from residents and creates resident profiles. Resident profiles are snapshots of the cases and procedures each resident has done and were derived from AIMS records and ACGME case logs. A Rhinos pilot was performed for 6 weeks on 2 clinical services. One hundred sixty-five requests were entered and used in OR assignment decisions by a single attending anesthesiologist. Each request consisted of a rank ordered list of up to 3 ORs. Residents had access to detailed information about these cases including surgeon and patient name, age, procedure type, and admission status. Success rates at matching resident requests were determined by comparing requests with AIMS records. Of the 165 requests, 87 first-choice matches (52.7%), 27 second-choice matches (16.4%), and 8 third-choice matches (4.8%) were made. Forty-three requests were unmatched (26.1%). Thirty-nine first-choice requests overlapped (23.6%). Full implementation followed on 8 clinical services for 8 weeks. Seven hundred fifty-four requests were reviewed by 15 attending anesthesiologists, with 339 first-choice matches (45.0%), 122 second-choice matches (16.2%), 55 third-choice matches (7.3%), and 238 unmatched (31.5%). There were 279 overlapping first-choice requests (37.0%). The overall combined match success rate was 69.4%. Separately, we developed an ACGME case-log visualization tool that allows individual resident experiences to be compared against case minimums as well as resident peer groups. We conclude that it is feasible to use ACGME case-log

  7. Development of interpretation models for PFN uranium log analysis

    International Nuclear Information System (INIS)

    Barnard, R.W.

    1980-11-01

    This report presents the models for interpretation of borehole logs for the PFN (Prompt Fission Neutron) uranium logging system. Two models have been developed, the counts-ratio model and the counts/dieaway model. Both are empirically developed, but can be related to the theoretical bases for PFN analysis. The models try to correct for the effects of external factors (such as probe or formation parameters) in the calculation of uranium grade. The theoretical bases and calculational techniques for estimating uranium concentration from raw PFN data and other parameters are discussed. Examples and discussions of borehole logs are included

  8. Estimation of the non records logs from existing logs using artificial neural networks

    Directory of Open Access Journals (Sweden)

    Mehdi Mohammad Salehi

    2017-12-01

    Full Text Available Finding the information of the hydrocarbon reservoirs from well logs is one of the main objectives of the engineers. But, missing the log records (due to many reasons such as broken instruments, unsuitable borehole and etc. is a major challenge to achieve it. Prediction of the density and resistivity logs (Rt, DT and LLS from the conventional wire-line logs in one of the Iranian southwest oil fields is the main purpose of this study. Multilayer neural network was applied to develop an intelligent predictive model for prediction of the logs. A total of 3000 data sets from 3 wells (A, B and C of the studied field were used. Among them, the data of A, B and C wells were used to constructing and testing the model, respectively. To evaluate the performance of the model, the mean square error (MSE and correlation coefficient (R2 in the test data were calculated. A comparison between the MSE of the proposed model and recently intelligent models shows that the proposed model is more accurate than others. Acceptable accuracy and using conventional well logging data are the highlight advantages of the proposed intelligent model.

  9. LATTE - Log and Time Tracking for Elections

    Data.gov (United States)

    Office of Personnel Management — LATTE - Log and Time Tracking for Elections is a time tracking and voucher preparation system used to schedule employees to cover elections, to document their time...

  10. Testing of a uranium downhole logging system to measure in-situ plutonium concentrations in sediments

    International Nuclear Information System (INIS)

    Kasper, R.B.; Kay, M.A.; Bruns, L.E.; Stokes, J.A.; Steinman, D.K.; Adams, J.

    1980-11-01

    A prototype urainium borehole logging system, developed for uranium exploration, was modified for Pu assay and testing at the site. It uses the delayed fission neutron (DFN) method. It was tested in a retired Pu facility, the 216-Z-1A Crib. General agreement between laboratory determined Pu concentrations in sediment samples and neutron flux measurements was found for the relative distribution with depth

  11. Susceptibility and hardening of electronic systems to fast transient threats: new challenges ahead

    Directory of Open Access Journals (Sweden)

    F. Sabath

    2004-01-01

    Full Text Available The field of susceptibility and hardening of electronic systems to transient threats has experienced a significant growth during the past ten years. Driven by the development in the area of non-lethal electromagnetic weapons it has become necessary to extend the classical set of transient threats, consisting of LEMP, ESD and NEMP, by a fast transient threat with an extreme bandwidth. The investigation of the susceptibility to those UWB threats, characterized by a bandwidth of more than a quarter of the center frequency, rise times of less than 200 ps and pulse durations in the ns regime, is of special interest. This paper presents an overview of current challenges of the hardening against UWB threats. It discusses recent research trends in transient susceptibility measurements, protection concepts and methods of analysis.

  12. Tree damage from skyline logging in a western larch/Douglas-fir stand

    Science.gov (United States)

    Robert E. Benson; Michael J. Gonsior

    1981-01-01

    Damage to shelterwood leave trees and to understory trees in shelterwood and clearcut logging units logged with skyline yarders was measured, and related to stand conditions, harvesting specifications, and yarding system-terrain interactions. About 23 percent of the marked leave trees in the shelterwood units were killed in logging, and about 10 percent had moderate to...

  13. Scientific results from the deepened Lopra-1 borehole, Faroe Islands: Magnetic logs from the Lopra-1/1A and Vestmanna-1 wells, Faroe Islands

    Directory of Open Access Journals (Sweden)

    Waagstein, Regin

    2006-07-01

    Full Text Available Susceptibility measurements from cores (representing basalt, lapilli-tuffs and tuffs and magnetic logs from the Lopra-1/1A well are presented. The basalts fall into high- and low-susceptibility groups with no overlap. The high-susceptibility basalts (seven cores have susceptibilities between 4 and 88 ×10–3 SI and consist of basalt with < 1% vesicles from thick massive units. The low-susceptibility basalts are intergranular, intersertal or hypocrystalline and contain no or very little (< 1% visible magnetite, are generally more altered than the high-susceptibility basalts and have susceptibilities in the range from 0.6 to 1.4 × 10–3 SI (seven cores. The susceptibility of ten volcaniclastites of lapilli-tuff or tuff varies from 0.4 to 3.8 × 10–3 SI. The cores from the Lopra-1/1A well reveal a bimodal distribution of magnetic susceptibility. Low susceptibilities ranging from 0.4 to 4 are characteristic of altered basalts poor in magnetite, lapilli-tuffs and tuffs. Thus single measurements of susceptibility are of little use indiscriminating between these three types of rock. Susceptibility logs from the Lopra-1/1A well show that the variation below 3315 m distinguishes clearly between volcaniclastics (hyaloclastites with low and fairly constant susceptibility and basalt beds of between 5 and 10 m thickness (with high susceptibility. The volcaniclastics comprise some 60–70% of the sequence between 3315 and 3515 m with the maximum continuous sediment layer being 80 m thick. A 1½ m core of solid basalt at 2381 m and sidewall cores of basalt from the Lopra-1/1A well have a mean susceptibility of 22.1 ± 3.5 × 10–3 SI (standard deviation (σ = 23.6, number of samples (N = 46, while samples of hyaloclastite (lapilli-tuff and tuff have a mean susceptibility of0.85 × 10–3 SI (σ = 0.39, N = 17.The mean values of the rock magnetic parameters for 303 basalt plugs from the Vestmanna-1 well are: Qave = 13.3 ± 0.6 (σ = 11, Save = 11.8 ± 0

  14. Presence of Type I-F CRISPR/Cas systems is associated with antimicrobial susceptibility in Escherichia coli.

    Science.gov (United States)

    Aydin, Seyid; Personne, Yoann; Newire, Enas; Laverick, Rebecca; Russell, Oliver; Roberts, Adam P; Enne, Virve I

    2017-08-01

    Clustered Regularly Interspaced Short Palindromic Repeats (CRISPR) and their associated cas genes are sequence-specific DNA nuclease systems found in bacteria and archaea. CRISPR/Cas systems use RNA transcripts of previously acquired DNA (spacers) to target invading genetic elements with the same sequence, including plasmids. In this research we studied the relationship between CRISPR/Cas systems and multidrug resistance in Escherichia coli . The presence of Type I-E and Type I-F CRISPR systems was investigated among 82 antimicrobial-susceptible and 96 MDR clinical E. coli isolates by PCR and DNA sequencing. Phylogrouping and MLST were performed to determine relatedness of isolates. RT-PCR was performed to ascertain the expression of associated cas genes. Type I-F CRISPR was associated with the B2 phylogroup and was significantly overrepresented in the susceptible group (22.0%) compared with the MDR group (2.1%). The majority of CRISPR I-F-containing isolates had spacer sequences that matched IncF and IncI plasmids. RT-PCR demonstrated that Type I-F cas genes were expressed and therefore potentially functional. The CRISPR I-F system is more likely to be found in antimicrobial-susceptible E. coli . Given that the Type I-F system is expressed in WT isolates, we suggest that this difference could be due to the CRISPR system potentially interfering with the acquisition of antimicrobial resistance plasmids, maintaining susceptibility in these isolates. © The Author 2017. Published by Oxford University Press on behalf of the British Society for Antimicrobial Chemotherapy. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  15. Geophysical well logging operations and log analysis in Geothermal Well Desert Peak No. B-23-1

    Energy Technology Data Exchange (ETDEWEB)

    Sethi, D.K.; Fertl, W.H.

    1980-03-01

    Geothermal Well Desert Peak No. B-23-1 was logged by Dresser Atlas during April/May 1979 to a total depth of 2939 m (9642 ft). A temperature of 209/sup 0/C (408/sup 0/F) was observed on the maximum thermometer run with one of the logging tools. Borehole tools rated to a maximum temperature of 204.4/sup 0/C (400/sup 0/F) were utilized for logging except for the Densilog tool, which was from the other set of borehole instruments, rated to a still higher temperature, i.e., 260/sup 0/C (500/sup 0/F). The quality of the logs recorded and the environmental effects on the log response have been considered. The log response in the unusual lithologies of igneous and metamorphic formations encountered in this well could be correlated with the drill cutting data. An empirical, statistical log interpretation approach has made it possible to obtain meaningful information on the rocks penetrated. Various crossplots/histograms of the corrected log data have been generated on the computer. These are found to provide good resolution between the lithological units in the rock sequence. The crossplotting techniques and the statistical approach were combined with the drill cutting descriptions in order to arrive at the lithological characteristics. The results of log analysis and recommendations for logging of future wells have been included.

  16. Lithology identification of aquifers from geophysical well logs and fuzzy logic analysis: Shui-Lin Area, Taiwan

    Science.gov (United States)

    Hsieh, Bieng-Zih; Lewis, Charles; Lin, Zsay-Shing

    2005-04-01

    The purpose of this study is to construct a fuzzy lithology system from well logs to identify formation lithology of a groundwater aquifer system in order to better apply conventional well logging interpretation in hydro-geologic studies because well log responses of aquifers are sometimes different from those of conventional oil and gas reservoirs. The input variables for this system are the gamma-ray log reading, the separation between the spherically focused resistivity and the deep very-enhanced resistivity curves, and the borehole compensated sonic log reading. The output variable is groundwater formation lithology. All linguistic variables are based on five linguistic terms with a trapezoidal membership function. In this study, 50 data sets are clustered into 40 training sets and 10 testing sets for constructing the fuzzy lithology system and validating the ability of system prediction, respectively. The rule-based database containing 12 fuzzy lithology rules is developed from the training data sets, and the rule strength is weighted. A Madani inference system and the bisector of area defuzzification method are used for fuzzy inference and defuzzification. The success of training performance and the prediction ability were both 90%, with the calculated correlation of training and testing equal to 0.925 and 0.928, respectively. Well logs and core data from a clastic aquifer (depths 100-198 m) in the Shui-Lin area of west-central Taiwan are used for testing the system's construction. Comparison of results from core analysis, well logging and the fuzzy lithology system indicates that even though the well logging method can easily define a permeable sand formation, distinguishing between silts and sands and determining grain size variation in sands is more subjective. These shortcomings can be improved by a fuzzy lithology system that is able to yield more objective decisions than some conventional methods of log interpretation.

  17. Theoretical and Numerical Study of Seismoelectric Logs for Logging While Drilling (LWD

    Directory of Open Access Journals (Sweden)

    Sun Xiang-Yang

    2017-01-01

    Full Text Available When the acoustic field propagates in the porous medium, the electromagnetic wave can be induced by the seismoelectric effects which can be used in the logging. This paper studies the seismoelectric wave field and deduces the formulations of the acoustic and electromagnetic field of the liquid in the well, and gives the acoustic and electromagnetic boundary conditions between the driller collar and the log liquid, when the driller collar is added. We also do the numerical simulation of the seismoelectric wave field excited by monopole source, study the velocity dispersion characteristics of the acoustic and electromagnetic field, and investigate the detective depth of the seismoelectric logs. Through the simulation we know the seismoelectric logs can avoid the interference of drill collar wave. This paper also provides theoretical guidance for the design of receiving antenna.

  18. Face logging in Copenhagen Limestone, Denmark

    DEFF Research Database (Denmark)

    Jakobsen, Lisa; Foged, Niels Nielsen; Erichsen, Lars

    2015-01-01

    tunnel in Copenhagen more than 2.5 km face logs were made in 467 locations at underground stations, shafts, caverns and along bored tunnels. Over 160 geotechnical boreholes, many with geophysical logging were executed prior to construction works. The bedrock consists of Paleogene "Copenhagen limestone......The requirement for excavation support can be assessed from face logging. Face logs can also improve our knowledge of lithological and structural conditions within bedrock and supplement information from boreholes and geophysical logs. During the construction of 8 km metro tunnel and 4 km heating....... The induration degrees recorded in face logs and boreholes are compared and correlated. Distinct geophysical log markers are used to divide the limestone into three units. These marker horizons are correlated between face logs and geotechnical boreholes. A 3D model of the strength variations recorded within...

  19. Mining process performance from event logs

    NARCIS (Netherlands)

    Adriansyah, A.; Buijs, J.C.A.M.; La Rosa, M.; Soffer, P.

    2013-01-01

    In systems where process executions are not strictly enforced by a predefined process model, obtaining reliable performance information is not trivial. In this paper, we analyzed an event log of a real-life process, taken from a Dutch financial institute, using process mining techniques. In

  20. CS model coil experimental log book

    Energy Technology Data Exchange (ETDEWEB)

    Nishijima, Gen; Sugimoto, Makoto; Nunoya, Yoshihiko; Wakabayashi, Hiroshi; Tsuji, Hiroshi [Japan Atomic Energy Research Inst., Naka, Ibaraki (Japan). Naka Fusion Research Establishment

    2001-02-01

    Charging test of the ITER CS Model Coil which is the world's largest superconducting pulse coil and the CS Insert Coil had started at April 11, 2000 and had completed at August 18, 2000. In the campaign, total shot numbers were 356 and the size of the data file in the DAS (Data Acquisition System) was over 20 GB. This report is a database that consists of the log list and the log sheets of every shot. One can access the database, make a search, and browse results via Internet (http://1ogwww.naka.jaeri.go.jp). The database will be useful to quick search to choose necessary shots. (author)

  1. Storage of sparse files using parallel log-structured file system

    Science.gov (United States)

    Bent, John M.; Faibish, Sorin; Grider, Gary; Torres, Aaron

    2017-11-07

    A sparse file is stored without holes by storing a data portion of the sparse file using a parallel log-structured file system; and generating an index entry for the data portion, the index entry comprising a logical offset, physical offset and length of the data portion. The holes can be restored to the sparse file upon a reading of the sparse file. The data portion can be stored at a logical end of the sparse file. Additional storage efficiency can optionally be achieved by (i) detecting a write pattern for a plurality of the data portions and generating a single patterned index entry for the plurality of the patterned data portions; and/or (ii) storing the patterned index entries for a plurality of the sparse files in a single directory, wherein each entry in the single directory comprises an identifier of a corresponding sparse file.

  2. Comparison of the Cathra Repliscan II, the AutoMicrobic system Gram-Negative General Susceptibility-Plus Card, and the Micro-Media System Fox Panel for dilution susceptibility testing of gram-negative bacilli.

    Science.gov (United States)

    Reiber, N E; Kelly, M T; Latimer, J M; Tison, D L; Hysmith, R M

    1985-06-01

    A comparative evaluation was done to test the accuracy of the Cathra Repliscan II agar dilution system (Diagnostic Equipment, Inc., St. Paul, Minn.), the AutoMicrobic system with Gram-Negative General Susceptibility-Plus Card (Vitek Systems, Inc., Hazelwood, Mo.), and the Micro-Media Fox Panel micro broth dilution system (Micro-Media Systems, Inc., San Jose, Calif.) in determining MICs of 12 antibiotics for 200 gram-negative bacilli. Of the 200 strains tested, 12 isolates did not grow in one of the three systems. The 188 remaining organisms included 158 members of the family Enterobacteriaceae, 20 Pseudomonas spp., 5 Acinetobacter sp., 3 Aeromonas spp., and 2 Vibrio spp. A total of 2,256 organism-antibiotic combinations were analyzed for each system. An MIC was considered correct if two of the three systems were in agreement. When disagreements occurred, correct MICs were determined by the standard agar dilution method. With this criterion, overall agreements of the Cathra Repliscan II system, AutoMicrobic system, and Micro-Media Fox Panel system were 94.7, 94.9, and 95.5%, respectively. Tetracycline (20%), nitrofurantoin (20%), and ampicillin (16%) accounted for 56% of the discrepancies observed. These results indicate that all three systems perform with a high degree of accuracy for susceptibility testing of gram-negative bacilli.

  3. Individual differences in the peripheral immune system promote resilience versus susceptibility to social stress.

    Science.gov (United States)

    Hodes, Georgia E; Pfau, Madeline L; Leboeuf, Marylene; Golden, Sam A; Christoffel, Daniel J; Bregman, Dana; Rebusi, Nicole; Heshmati, Mitra; Aleyasin, Hossein; Warren, Brandon L; Lebonté, Benoit; Horn, Sarah; Lapidus, Kyle A; Stelzhammer, Viktoria; Wong, Erik H F; Bahn, Sabine; Krishnan, Vaishnav; Bolaños-Guzman, Carlos A; Murrough, James W; Merad, Miriam; Russo, Scott J

    2014-11-11

    Depression and anxiety disorders are associated with increased release of peripheral cytokines; however, their functional relevance remains unknown. Using a social stress model in mice, we find preexisting individual differences in the sensitivity of the peripheral immune system that predict and promote vulnerability to social stress. Cytokine profiles were obtained 20 min after the first social stress exposure. Of the cytokines regulated by stress, IL-6 was most highly up-regulated only in mice that ultimately developed a susceptible behavioral phenotype following a subsequent chronic stress, and levels remained elevated for at least 1 mo. We confirmed a similar elevation of serum IL-6 in two separate cohorts of patients with treatment-resistant major depressive disorder. Before any physical contact in mice, we observed individual differences in IL-6 levels from ex vivo stimulated leukocytes that predict susceptibility versus resilience to a subsequent stressor. To shift the sensitivity of the peripheral immune system to a pro- or antidepressant state, bone marrow (BM) chimeras were generated by transplanting hematopoietic progenitor cells from stress-susceptible mice releasing high IL-6 or from IL-6 knockout (IL-6(-/-)) mice. Stress-susceptible BM chimeras exhibited increased social avoidance behavior after exposure to either subthreshold repeated social defeat stress (RSDS) or a purely emotional stressor termed witness defeat. IL-6(-/-) BM chimeric and IL-6(-/-) mice, as well as those treated with a systemic IL-6 monoclonal antibody, were resilient to social stress. These data establish that preexisting differences in stress-responsive IL-6 release from BM-derived leukocytes functionally contribute to social stress-induced behavioral abnormalities.

  4. Log4J

    CERN Document Server

    Perry, Steven

    2009-01-01

    Log4j has been around for a while now, and it seems like so many applications use it. I've used it in my applications for years now, and I'll bet you have too. But every time I need to do something with log4j I've never done before I find myself searching for examples of how to do whatever that is, and I don't usually have much luck. I believe the reason for this is that there is a not a great deal of useful information about log4j, either in print or on the Internet. The information is too simple to be of real-world use, too complicated to be distilled quickly (which is what most developers

  5. Characterization of reservoir fractures using conventional geophysical logging

    Directory of Open Access Journals (Sweden)

    Paitoon Laongsakul

    2011-04-01

    Full Text Available In hydrocarbon exploration fractures play an important role as possible pathways for the hydrocarbon flow and bythis enhancing the overall formation’s permeability. Advanced logging methods for fracture analysis, like the boreholeacoustic televiewer and Formation Microscanner (FMS are available, but these are additional and expensive tools. However,open and with water or hydrocarbon filled fractures are also sensitive to electrical and other conventional logging methods.For this study conventional logging data (electric, seismic, etc were available plus additional fracture information from FMS.Taking into account the borehole environment the results show that the micro-spherically focused log indicates fractures byshowing low resistivity spikes opposite open fractures, and high resistivity spikes opposite sealed ones. Compressional andshear wave velocities are reduced when passing trough the fracture zone, which are assumed to be more or less perpendicularto borehole axis. The photoelectric absorption curve exhibit a very sharp peak in front of a fracture filled with bariteloaded mud cake. The density log shows low density spikes that are not seen by the neutron log, usually where fractures,large vugs, or caverns exist. Borehole breakouts can cause a similar effect on the logging response than fractures, but fracturesare often present when this occurs. The fracture index calculation by using threshold and input weight was calculatedand there was in general a good agreement with the fracture data from FMS especially in fracture zones, which mainlycontribute to the hydraulic system of the reservoir. Finally, the overall results from this study using one well are promising,however further research in the combination of different tools for fracture identification is recommended as well as the useof core for further validation.

  6. Unsupervised signature extraction from forensic logs

    NARCIS (Netherlands)

    Thaler, S.M.; Menkovski, V.; Petkovic, M.; Altun, Y.; Das, K.; Mielikäinen, T.; Malerba, D.; Stefanowski, J.; Read, J.; Žitnik, M.; Ceci, M.

    2017-01-01

    Signature extraction is a key part of forensic log analysis. It involves recognizing patterns in log lines such that log lines that originated from the same line of code are grouped together. A log signature consists of immutable parts and mutable parts. The immutable parts define the signature, and

  7. Log-balanced combinatorial sequences

    Directory of Open Access Journals (Sweden)

    Tomislav Došlic

    2005-01-01

    Full Text Available We consider log-convex sequences that satisfy an additional constraint imposed on their rate of growth. We call such sequences log-balanced. It is shown that all such sequences satisfy a pair of double inequalities. Sufficient conditions for log-balancedness are given for the case when the sequence satisfies a two- (or more- term linear recurrence. It is shown that many combinatorially interesting sequences belong to this class, and, as a consequence, that the above-mentioned double inequalities are valid for all of them.

  8. LOG2MARKUP: State module to transform a Stata text log into a markup document

    DEFF Research Database (Denmark)

    2016-01-01

    log2markup extract parts of the text version from the Stata log command and transform the logfile into a markup based document with the same name, but with extension markup (or otherwise specified in option extension) instead of log. The author usually uses markdown for writing documents. However...

  9. Radiometric well logging instruments

    International Nuclear Information System (INIS)

    Davydov, A.V.

    1975-01-01

    The technical properties of well instruments for radioactive logging used in the radiometric logging complexes PKS-1000-1 (''Sond-1'') and PRKS-2 (''Vitok-2'') are described. The main features of the electric circuit of the measuring channels are given

  10. Hardwood log supply: a broader perspective

    Science.gov (United States)

    Iris Montague; Adri Andersch; Jan Wiedenbeck; Urs. Buehlmann

    2015-01-01

    At regional and state meetings we talk with others in our business about the problems we face: log exports, log quality, log markets, logger shortages, cash flow problems, the weather. These are familiar talking points and real and persistent problems. But what is the relative importance of these problems for log procurement in different regions of...

  11. Semi-automatic logarithmic converter of logs

    International Nuclear Information System (INIS)

    Gol'dman, Z.A.; Bondar's, V.V.

    1974-01-01

    Semi-automatic logarithmic converter of logging charts. An original semi-automatic converter was developed for use in converting BK resistance logging charts and the time interval, ΔT, of acoustic logs from a linear to a logarithmic scale with a specific ratio for subsequent combining of them with neutron-gamma logging charts in operative interpretation of logging materials by a normalization method. The converter can be used to increase productivity by giving curves different from those obtained in manual, pointwise processing. The equipment operates reliably and is simple in use. (author)

  12. High temperature magnetic susceptibility of the Nb-H system

    International Nuclear Information System (INIS)

    Welter, J.-M.

    1983-01-01

    The magnetic susceptibility chi(T,x) of various NbHsub(x) specimens with 0 - 5 to 1.25 x 10 - 5 cm 3 g - 1 in this hydrogen concentration range and exhibits a marked break at x approximately 0.6. An estimate of the Pauli paramagnetic spin susceptibility chisub(P) for the two limiting concentrations allowed the evaluation of the orbital paramagnetic susceptibility chisub(O). For x = 0 and x approximately 0.8 the values of chisub(P) are 1.05 x 10 - 5 cm 3 g - 1 and 0.39 x 10 - 5 cm 3 g - 1 respectively and the values of chisub(O) are 1.73 x 10 - 5 cm 3 g - 1 and 1.08 x 10 - 5 cm 3 g - 1 respectively. The magnetic susceptibility decreases by approximately 10% on going from the concentrated solid solution to the monohydride. (Auth.)

  13. Power to the logs!

    CERN Multimedia

    CERN. Geneva; MACMAHON, Joseph

    2015-01-01

    Are you tired of using grep, vi and emacs to read your logs? Do you feel like you’re missing the big picture? Does the word "statistics" put a smile on your face? Then it’s time to give power to the logs!

  14. A method of estimating log weights.

    Science.gov (United States)

    Charles N. Mann; Hilton H. Lysons

    1972-01-01

    This paper presents a practical method of estimating the weights of logs before they are yarded. Knowledge of log weights is required to achieve optimum loading of modern yarding equipment. Truckloads of logs are weighed and measured to obtain a local density index (pounds per cubic foot) for a species of logs. The density index is then used to estimate the weights of...

  15. California-Nevada uranium logging. Final report

    International Nuclear Information System (INIS)

    1981-04-01

    The purpose of this project was to obtain geophysical logs of industry drill holes to assess the uranium resource potential of geologic formations of interest. The work was part of the US Department of Energy's National Uranium Resource Evaluation (NURE) Program. The principal objective of the logging program was to determine radioelement grade of formations through natural gamma ray detectors. Supplementary information was obtained from resistivity (R), self-potential (SP), point resistance (RE), and neutron density (NN) logs for formation interpretation. Additional data for log interpretation was obtained from caliper logs, casing schedules, and downhole temperature. This data was obtained from well operators when available, with new logs obtained where not formerly available. This report contains a summary of the project and data obtained to date

  16. A database for operation logging of the KEK photon factory

    International Nuclear Information System (INIS)

    Pak, C.O.

    1990-01-01

    A prototype database for operation logging of the KEK Photon Factory storage ring has been constructed and tested. This paper describes the basic design of the operation logging system and its performance. Front-end control computers gather various data concerning the operation of the storage ring, and transfer them to a large general-purpose computer through a token-ring network. We have adopted a relational database system so as to save large amounts of data under daily operation. An interactive software tool was developed to retrieve data and to make graphic representations easily. (orig.)

  17. Combined Log Inventory and Process Simulation Models for the Planning and Control of Sawmill Operations

    Science.gov (United States)

    Guillermo A. Mendoza; Roger J. Meimban; Philip A. Araman; William G. Luppold

    1991-01-01

    A log inventory model and a real-time hardwood process simulation model were developed and combined into an integrated production planning and control system for hardwood sawmills. The log inventory model was designed to monitor and periodically update the status of the logs in the log yard. The process simulation model was designed to estimate various sawmill...

  18. Life cycle performances of log wood applied for soil bioengineering constructions

    Science.gov (United States)

    Kalny, Gerda; Strauss-Sieberth, Alexandra; Strauss, Alfred; Rauch, Hans Peter

    2016-04-01

    Nowadays there is a high demand on engineering solutions considering not only technical aspects but also ecological and aesthetic values. Soil bioengineering is a construction technique that uses biological components for hydraulic and civil engineering solutions. Soil bioengineering solutions are based on the application of living plants and other auxiliary materials including among others log wood. This kind of construction material supports the soil bioengineering system as long as the plants as living construction material overtake the stability function. Therefore it is important to know about the durability and the degradation process of the wooden logs to retain the integral performance of a soil bio engineering system. These aspects will be considered within the framework of the interdisciplinary research project „ELWIRA Plants, wood, steel and concrete - life cycle performances as construction materials". Therefore field investigations on soil bioengineering construction material, specifically European Larch wood logs, of different soil bioengineering structures at the river Wien have been conducted. The drilling resistance as a parameter for particular material characteristics of selected logs was measured and analysed. The drilling resistance was measured with a Rinntech Resistograph instrument at different positions of the wooden logs, all surrounded with three different backfills: Fully surrounded with air, with earth contact on one side and near the water surface in wet-dry conditions. The age of the used logs ranges from one year old up to 20 year old. Results show progress of the drilling resistance throughout the whole cross section as an indicator to assess soil bioengineering construction material. Logs surrounded by air showed a higher drilling resistance than logs with earth contact and the ones exposed to wet-dry conditions. Hence the functional capability of wooden logs were analysed and discussed in terms of different levels of degradation

  19. Application of oil-field well log interpretation techniques to the Cerro Prieto Geothermal Field

    Energy Technology Data Exchange (ETDEWEB)

    Ershaghi, I.; Phillips, L.B.; Dougherty, E.L.; Handy, L.L.

    1979-10-01

    An example is presented of the application of oil-field techniques to the Cerro Prieto Field, Mexico. The lithology in this field (sand-shale lithology) is relatively similar to oil-field systems. The study was undertaken as a part of the first series of case studies supported by the Geothermal Log Interpretation Program (GLIP) of the US Department of Energy. The suites of logs for individual wells were far from complete. This was partly because of adverse borehole conditions but mostly because of unavailability of high-temperature tools. The most complete set of logs was a combination of Dual Induction Laterolog, Compensated Formation Density Gamma Ray, Compensated Neutron Log, and Saraband. Temperature data about the wells were sketchy, and the logs had been run under pre-cooled mud condition. A system of interpretation consisting of a combination of graphic and numerical studies was used to study the logs. From graphical studies, evidence of hydrothermal alteration may be established from the trend analysis of SP (self potential) and ILD (deep induction log). Furthermore, the cross plot techniques using data from density and neutron logs may help in establishing compaction as well as rock density profile with depth. In the numerical method, R/sub wa/ values from three different resistivity logs were computed and brought into agreement. From this approach, values of formation temperature and mud filtrate resistivity effective at the time of logging were established.

  20. Application of nuclear logging to porosity studies in Itaborai basin

    Energy Technology Data Exchange (ETDEWEB)

    Oliveira, Milena F.S.; Lima, Inaya; Lopes, Ricardo Tadeu, E-mail: milena@lin.ufrj.br, E-mail: inaya@lin.ufrj.br, E-mail: ricardo@lin.ufrj.br [Coordenacao dos Programas de Pos-Graduacao de Engenharia (COPPE/UFRJ), Rio de Janeiro, RJ (Brazil). Lab. de Instrumentacao Nuclear; Ferrucio, Paula Lucia; Borghi, Leonardo, E-mail: ferrucio@acd.ufrj.br, E-mail: borghi@ufrj.br [Universidade Federal do Rio de Janeiro (UFRJ), RJ (Brazil). Inst. de Geociencias. Dept. de Geologia; Abreu, Carlos Jorge, E-mail: jo_abreu@unb.br [Universidade de Brasilia (UnB), DF (Brazil). Inst. de Geociencias

    2011-07-01

    Nuclear logging provides information on bulk density and porosity variations by measuring the intensity of the scattered radiation induced on the formation by radioactive sources. In this study, nuclear logging was employed to analyze the pore-space system of the 2-ITAB-1-RJ well placed on the Itaborai limestone basin, in the state of Rio de Janeiro. This is one of the smallest sedimentary basin in Brazil and it is formed by clastic deposits and travertine limestone rocks which are fractured. Understanding the pore-space system of carbonate rocks has become important subject for the oil industry, specially in Brazil. A Density Gamma Probe (LSD) and a Neutron Probe (NEUT) were used for data acquisition, which nuclear logging was carried out in part of the well, with continuous detection for about 50 m of deep. The detection speed was 4 m/min for the LSD and 5 m/min for the NEUT. The results obtained by nuclear logging showed that the 2-ITAB-1-RJ well consists of three different intervals with rocks ranging from low to moderate porosity present in travertine, marls and gneisses. (author)

  1. Kohn anomalies in momentum dependence of magnetic susceptibility of some three-dimensional systems

    Science.gov (United States)

    Stepanenko, A. A.; Volkova, D. O.; Igoshev, P. A.; Katanin, A. A.

    2017-11-01

    We study a question of the presence of Kohn points, yielding at low temperatures nonanalytic momentum dependence of magnetic susceptibility near its maximum, in electronic spectra of some threedimensional systems. In particular, we consider a one-band model on face-centered cubic lattice with hopping between the nearest and next-nearest neighbors, which models some aspects of the dispersion of ZrZn2, and the two-band model on body-centered cubic lattice, modeling the dispersion of chromium. For the former model, it is shown that Kohn points yielding maxima of susceptibility exist in a certain (sufficiently wide) region of electronic concentrations; the dependence of the wave vectors, corresponding to the maxima, on the chemical potential is investigated. For the two-band model, we show the existence of the lines of Kohn points, yielding maximum susceptibility, whose position agrees with the results of band structure calculations and experimental data on the wave vector of antiferromagnetism of chromium.

  2. 32 CFR 700.846 - Status of logs.

    Science.gov (United States)

    2010-07-01

    ... Officers Afloat § 700.846 Status of logs. The deck log, the engineering log, the compass record, the bearing hooks, the engineer's bell book, and any records generated by automated data logging equipment...

  3. Verification of respiratory-gated radiotherapy with new real-time tumour-tracking radiotherapy system using cine EPID images and a log file.

    Science.gov (United States)

    Shiinoki, Takehiro; Hanazawa, Hideki; Yuasa, Yuki; Fujimoto, Koya; Uehara, Takuya; Shibuya, Keiko

    2017-02-21

    A combined system comprising the TrueBeam linear accelerator and a new real-time tumour-tracking radiotherapy system, SyncTraX, was installed at our institution. The objectives of this study are to develop a method for the verification of respiratory-gated radiotherapy with SyncTraX using cine electronic portal image device (EPID) images and a log file and to verify this treatment in clinical cases. Respiratory-gated radiotherapy was performed using TrueBeam and the SyncTraX system. Cine EPID images and a log file were acquired for a phantom and three patients during the course of the treatment. Digitally reconstructed radiographs (DRRs) were created for each treatment beam using a planning CT set. The cine EPID images, log file, and DRRs were analysed using a developed software. For the phantom case, the accuracy of the proposed method was evaluated to verify the respiratory-gated radiotherapy. For the clinical cases, the intra- and inter-fractional variations of the fiducial marker used as an internal surrogate were calculated to evaluate the gating accuracy and set-up uncertainty in the superior-inferior (SI), anterior-posterior (AP), and left-right (LR) directions. The proposed method achieved high accuracy for the phantom verification. For the clinical cases, the intra- and inter-fractional variations of the fiducial marker were  ⩽3 mm and  ±3 mm in the SI, AP, and LR directions. We proposed a method for the verification of respiratory-gated radiotherapy with SyncTraX using cine EPID images and a log file and showed that this treatment is performed with high accuracy in clinical cases.

  4. The STAR ESL, electronic shift and handover log

    Energy Technology Data Exchange (ETDEWEB)

    Hajdu, L; Lauret, J, E-mail: lbhajdu@bnl.gov

    2008-07-01

    Keeping a clear and accurate experiment log is important for any scientific experiment. The concept is certainly not new but keeping accurate while useful records for a Nuclear Physics experiment such as the Solenoidal Tracker at the Relativistic Heavy Ion Collider (STAR at RHIC) is not a priori a simple matter - STAR operates 24 hours a day for six months out of the year with more than 24 shift crews operating 16 different subsystems (some located remotely). To meet the challenge of not only logging the information but passing it in a concise manner from one shift to another, the STAR experiment has designed an Electronic Shift-Log (ESL), a flexible application written in Java and interfacing with the Data Acquisition tools, Quality Assurance reporting, Online shift crews or remote personnel and experts as well as including features such as shift change-over (or handover) forms, tailored to the sub-group of interest. We will present an overview of STAR's Electronic Log, a system that is clear, reliable, safe, consistent, easy to use and globally viewable in real time with secure connections.

  5. Coal log pipeline research at the University of Missouri. 1st Quarterly report for 1995, January 1, 1995--March 31, 1995

    Energy Technology Data Exchange (ETDEWEB)

    Liu, H.

    1995-08-01

    Work continued on the study of coal log pipeline research. Individual projects described include fast compaction of coal logs; effect of cooling on coal log quality; coal log capping; effectiveness of adding fiber to enhance coal log quality; fabrication using hydrophobic binders; cost estimation of different lubricants; automatic control of coal log pipeline system; CLP design; coal log train transport; economics of coal log pipeline; legal aspects; heating, cooling, and drying of logs; vacuum systems to enhance production; design; and effect of piston modification on capping.

  6. Palm distributions for log Gaussian Cox processes

    DEFF Research Database (Denmark)

    Coeurjolly, Jean-Francois; Møller, Jesper; Waagepetersen, Rasmus Plenge

    2017-01-01

    This paper establishes a remarkable result regarding Palm distributions for a log Gaussian Cox process: the reduced Palm distribution for a log Gaussian Cox process is itself a log Gaussian Cox process that only differs from the original log Gaussian Cox process in the intensity function. This new...... result is used to study functional summaries for log Gaussian Cox processes....

  7. Systematic logging utilizing a log sheet designed for drill core descriptions. An example in uranium exploration activities

    International Nuclear Information System (INIS)

    Sasao, Eiji; Tsuruta, Tadahiko; Iida, Yoshimasa

    2000-01-01

    We describe the log sheets used during uranium exploration activities for unconformity-related uranium deposits by JNC. The purpose of using the logging sheets is to standardize the objects which all geologists must observe and for data quality assurance. The log sheets are a three-part set describing basement lithology, sandstone lithology and geotechnics. We devised our own log sheets to describe both the sandstone and the underlying basement rock when we started exploration in Athabasca Basin, Canada. We modified the sheets to gain a better understanding of the geological features related to uranium mineralization, and made final improvements to satisfy required quality based on the criteria of descriptive objects and accuracy. Use of the log sheets resulted in effective performance of core logging and improvement in the display of data. (author)

  8. Log-binomial models: exploring failed convergence.

    Science.gov (United States)

    Williamson, Tyler; Eliasziw, Misha; Fick, Gordon Hilton

    2013-12-13

    Relative risk is a summary metric that is commonly used in epidemiological investigations. Increasingly, epidemiologists are using log-binomial models to study the impact of a set of predictor variables on a single binary outcome, as they naturally offer relative risks. However, standard statistical software may report failed convergence when attempting to fit log-binomial models in certain settings. The methods that have been proposed in the literature for dealing with failed convergence use approximate solutions to avoid the issue. This research looks directly at the log-likelihood function for the simplest log-binomial model where failed convergence has been observed, a model with a single linear predictor with three levels. The possible causes of failed convergence are explored and potential solutions are presented for some cases. Among the principal causes is a failure of the fitting algorithm to converge despite the log-likelihood function having a single finite maximum. Despite these limitations, log-binomial models are a viable option for epidemiologists wishing to describe the relationship between a set of predictors and a binary outcome where relative risk is the desired summary measure. Epidemiologists are encouraged to continue to use log-binomial models and advocate for improvements to the fitting algorithms to promote the widespread use of log-binomial models.

  9. Comparative analysis of nuclear magnetic resonance well logging and nuclear magnetic resonance mud logging

    International Nuclear Information System (INIS)

    Yuan Zugui

    2008-01-01

    The hydrogen atoms in oil and water are able to resonate and generate signals in the magnetic field, which is used by the NMR (nuclear magnetic resonance) technology in petroleum engineering to research and evaluate rock characteristics. NMR well logging was used to measure the physical property parameters of the strata in well bore, whereas NMR mud logging was used to analyze (while drilling) the physical property parameters of cores, cuttings and sidewall coring samples on surface (drilling site). Based on the comparative analysis of the porosity and permeability parameters obtained by NMR well logging and those from analysis of the cores, cuttings and sidewall coring samples by NMR mud logging in the same depth of 13 wells, these two methods are of certain difference, but their integral tendency is relatively good. (authors)

  10. DOE-Grand Junction logging model data synopsis

    International Nuclear Information System (INIS)

    Mathews, M.A.; Koizumi, C.J.; Evans, H.B.

    1978-05-01

    This synopsis provides the available data concerning the logging models at the DoE-Grand Junction facility, to date (1976). Because gamma-ray logs are used in uranium exploration to estimate the grade (percent U 3 O 8 ) and the thickness of uranium ore zones in exploration drill holes, logging models are required to calibrate the gamma-ray logging equipment in order to obtain accuracy, uniformity, standardization, and repeatability during logging. This quality control is essential for accurate ore reserve calculations and for estimates of ore potential. The logging models at the DoE-Grand Junction facility are available for use by private industry in calibrating their gamma-ray logging equipment. 21 figures, 26 tables

  11. SNG-logs at Skjern

    DEFF Research Database (Denmark)

    Korsbech, Uffe C C; Petersen, Jesper; Aage, Helle Karina

    1998-01-01

    Spectral Natural Gamma-ray logs have been run in two water supply borings at Skjern. The log data have been examined by a new technique - Noise Adjusted Singular Value Decomposition - in order to get a detailed and reliable picture of the distribution of uranium and thorium gamma-rays from heavy...

  12. Influence of borehole-eccentred tools on wireline and logging-while-drilling sonic logging measurements

    KAUST Repository

    Pardo, David; Matuszyk, Paweł Jerzy; Torres-Verdí n, Carlos; Mora Cordova, Angel; Muga, Ignacio; Calo, Victor M.

    2013-01-01

    We describe a numerical study to quantify the influence of tool-eccentricity on wireline (WL) and logging-while-drilling (LWD) sonic logging measurements. Simulations are performed with a height-polynomial-adaptive (hp) Fourier finite-element method

  13. Nuclear well logging in hydrology

    International Nuclear Information System (INIS)

    1971-01-01

    The optimum development of regional and local groundwater resources requires a quantitative evaluation of its aquifers and aquicludes, and of the physical and chemical properties relevant to the recharge to and withdrawal of water from them. If an understanding of the groundwater regime is to be obtained, geological observations at outcrop must be augmented by subsurface measurements of the strata and the waters they contain. Measurements of many hydrological and geological parameters can be made in situ by nuclear geophysical well-logging methods. Very simply, well logging consists of lowering a measuring probe into a well and making a continuous record of the variations of a particular parameter with depth. In most circumstances, repetition of the measurements under differing hydrodynamic conditions results in a better definition of the flow regime in the aquifer. Nuclear well-logging techniques have for some years been capable of solving a number of the sub-surface measurement problems faced by hydrogeologists. However, the present usage of these methods varies from country to country and the literature concerning applications is scattered in the professional journals of several disciplines. The objective of this report is to include in a single reference volume descriptions of the physical principles of nuclear logging methods, their applications to hydrogeological problems and their limitations on a level suitable for the practising hydrologists with a limited knowledge of nuclear physics. The Working Group responsible for compiling the report recommended that it should cover a broad spectrum of hydrogeological investigations and problems. For example, it saw no valid reason to distinguish for the purposes of the report between well-logging applications for water-supply purposes and for water-flooding studies in the petroleum industry. Neutron measurements made for soil-moisture determinations in the unsaturated zone have been specifically omitted, however, as

  14. Association of STAT4 rs7574865 with susceptibility to systemic lupus erythematosus in Iranian population.

    Science.gov (United States)

    Mirkazemi, Sedigheh; Akbarian, Mahmoud; Jamshidi, Ahmad Reza; Mansouri, Reza; Ghoroghi, Shima; Salimi, Yahya; Tahmasebi, Zahra; Mahmoudi, Mahdi

    2013-12-01

    Systemic lupus erythematosus (SLE) is a multifactorial autoimmune disease with complex genetic inheritance that affecting different organs and systems. STAT4 has been newly identified as a susceptible gene in the development of SLE. According to recent studies, STAT4 has been associated with SLE in various populations. We investigated whether STAT4 single nucleotide polymorphisms (SNPs) were associated with susceptibility and clinical features of SLE in Iranian patients. The study group comprised 280 patients with SLE and 281 sex-, age-, and ethnicity-matched healthy controls of Iranian ancestry. Two SNPs (rs7574865 and rs7601754) were genotyped using the TaqMan MGB Allelic Discrimination method. Our results showed a significant association between rs7574865 T allele (odds ratio (OR) = 1.50, 95 % CI = 1.18-1.92, P = 0.002) and susceptibility to SLE. The rs7574865TT genotype (P = 0.02, OR = 1.94, 95 % CI = 1.74-3.19) and GT genotype (P = 0.008, OR = 1.71, 95 % CI = 1.19-2.45) showed a significant association with the risk of SLE in the Iranian population. We concluded that STAT4 rs7574865 is associated with SLE susceptibility in the Iranian population and this SNP might be a factor in the pathogenesis of SLE. However, further studies are required to investigate the mechanism by which polymorphisms in this gene lead to SLE.

  15. Benefits of obtaining log data in horizontal wells in the WCSB

    Energy Technology Data Exchange (ETDEWEB)

    Spratt, D. [Reeves Wireline Technologies Ltd., Calgary, AB (Canada)

    2001-11-01

    A Compact Memory Logging (CML) system developed by Reeves Wireline Technologies was presented. It can be used to obtain log data from horizontal wells to get a better understanding of how to enhance production or completion techniques. The methods that are commonly used to obtain data from horizontal wells include measurement while drilling (MWD), logging while drilling (LWD), wet connect pipe conveyed wireline logging and CML. Each method has its unique benefits that range from information on lithology, rock parameters and fluid interfaces. Reeves has been using wireless pipe conveyed CML over the past two years. The log data includes array induction, dual spaced neutron and photo density porosity, Pe, gamma ray, compensated sonic and hose size caliper. Reeves CML is smaller, easily conveyed and has an unprecedented capability to bend and is considered to be well suited for both newly and previously drilled horizontal wells that require remedial assessment. The tool can be used to determine reservoir quality and boundaries, establish zone structures, or identify fluid interfaces for strategic planning of completions and stimulations. This paper presented examples of logs on some horizontal wells that indicate the value of obtaining log data. Reeves CML is considered to be economically and operationally ideal, particularly since data from the CML includes depth of investigation. 5 figs.

  16. Model wells for nuclear well logging

    International Nuclear Information System (INIS)

    Tittle, C.W.

    1989-01-01

    Considerations needed in the design and construction of model wells for nuclear log calibration are covered, with special attention to neutron porosity logging and total γ-ray logging. Pulsed neutron decay-time and spectral γ-ray logging are discussed briefly. The American Petroleum Institute calibration facility for nuclear logs is a good starting point for similar or expanded facilities. A few of its shortcomings are mentioned; they are minor. The problem of fluid saturation is emphasized. Attention is given to models made of consolidated rock and those containing unconsolidated material such as Ottawa sand. Needed precautions are listed. A similarity method is presented for estimating the porosity index of formations that are not fully saturated. (author)

  17. Long term corrosion of iron at the water logged site Nydam in Denmark

    DEFF Research Database (Denmark)

    Matthiesen, Henning; Hilbert, Lisbeth Rischel; Gregory, David

    2005-01-01

    Long term corrosion of iron at the water logged site Nydam in Denmark; studies of enviroment, archaeological artefacts, and modern analogues, Prediction of long term corrosion behaviour in nuclear waste systems.......Long term corrosion of iron at the water logged site Nydam in Denmark; studies of enviroment, archaeological artefacts, and modern analogues, Prediction of long term corrosion behaviour in nuclear waste systems....

  18. Analysis of Web Server Log Files: Website of Information Management Department of Hacettepe University

    Directory of Open Access Journals (Sweden)

    Mandana Mir Moftakhari

    2015-09-01

    Full Text Available Over the last decade, the importance of analysing information management systems logs has grown, because it has proved that results of the analysing log data can help developing in information system design, interface and architecture of websites. Log file analysis is one of the best ways in order to understand information-searching process of online searchers, users’ needs, interests, knowledge, and prejudices. The utilization of data collected in transaction logs of web search engines helps designers, researchers and web site managers to find complex interactions of users’ goals and behaviours to increase efficiency and effectiveness of websites. Before starting any analysis it should be observed that the log file of the web site contain enough information, otherwise analyser wouldn’t be able to create complete report. In this study we evaluate the website of Information Management Department of Hacettepe University by analysing the server log files. Results show that there is not adequate amount of information in log files which are provided by web site server. The reports which we have created have some information about users’ behaviour and need but they are not sufficient for taking ideal decisions about contents & hyperlink structure of website. It also provides that creating an extended log file is essential for the website. Finally we believe that results can be helpful to improve, redesign and create better website.

  19. Predicting the Rate of River Bank Erosion Caused by Large Wood Log

    Science.gov (United States)

    Zhang, N.; Rutherfurd, I.; Ghisalberti, M.

    2016-12-01

    When a single tree falls into a river channel, flow is deflected and accelerated between the tree roots and the bank face, increasing shear stress and scouring the bank. The scallop shaped erosion increases the diversity of the channel morphology, but also causes concern for adjacent landholders. Concern about increased bank erosion is one of the main reasons for large wood to still be removed from channels in SE Australia. Further, the hydraulic effect of many logs in the channel can reduce overall bank erosion rates. Although both phenomena have been described before, this research develops a hydraulic model that estimates their magnitude, and tests and calibrates this model with flume and field measurements, with logs with various configurations and sizes. Specifically, the model estimates the change in excess shear stress on the bank associated . The model addresses the effect of the log angle, distance from bank, and log size and flow condition by solving the mass continuity and energy conservation between the cross section at the approaching flow and contracted flow. Then, we evaluate our model against flume experiment preformed with semi-realistic log models to represent logs in different sizes and decay stages by comparing the measured and simulated velocity increase in the gap between the log and the bank. The log angle, distance from bank, and flow condition are systemically varied for each log model during the experiment. Final, the calibrated model is compared with the field data collected in anabranching channels of Murray River in SE Australia where there are abundant instream logs and regulated and consistent high flow for irrigation. Preliminary results suggest that a log can significantly increase the shear stress on the bank, especially when it positions perpendicular to the flow. The shear stress increases with the log angle in a rising curve (The log angle is the angle between log trunk and flow direction. 0o means log is parallel to flow with

  20. Treatment of log yard run-off by irrigation of grass and willows

    International Nuclear Information System (INIS)

    Jonsson, Maria; Dimitriou, Ioannis; Aronsson, Paer; Elowson, Torbjoern

    2006-01-01

    Log yard run-off is a potential environmental risk, among other things because it creates an oxygen deficiency in receiving watercourses. This study was conducted to investigate the purification efficiency of soil-plant systems with couchgrass (Elymus repens) and willows (Salix sp.) when intensively irrigated with run-off from an open sprinkling system at a Norway spruce (Picea abies) log yard. The purification efficiency was determined both at the field scale (couchgrass) and in 68-L lysimeters (couchgrass and willows). Groundwater in the field and drainage water from the lysimeters were analysed for Total Organic Carbon (TOC), distillable phenols, total P, and total N. Retention of TOC, phenols and P occurred but no difference between couchgrass and willows was observed. The system had better purification capacity at the field scale than in the lysimeters. -- By irrigating willow and couchgrass soil-plant systems with log yard run-off water, TOC, phenols, and phosphorus were reduced with 35% to 96% in the water

  1. Artificial intelligence approach to interwell log correlation

    Energy Technology Data Exchange (ETDEWEB)

    Lim, Jong-Se [Korea Maritime University, Pusan(Korea); Kang, Joo Myung [Seoul National University, Seoul(Korea); Kim, Jung Whan [Korea National Oil Corp., Anyang(Korea)

    2000-04-30

    This paper describes a new approach to automated interwell log correlation using artificial intelligence and principal component analysis. The approach to correlate wire line logging data is on the basis of a large set of subjective rules that are intended to represent human logical processes. The data processed are mainly the qualitative information such as the characteristics of the shapes extracted along log traces. The apparent geologic zones are identified by pattern recognition for the specific characteristics of log trace collected as a set of objects by object oriented programming. The correlation of zones between wells is made by rule-based inference program. The reliable correlation can be established from the first principal component logs derived from both the important information around well bore and the largest common part of variances of all available well log data. Correlation with field log data shows that this approach can make interwell log correlation more reliable and accurate. (author). 6 refs., 7 figs.

  2. Logging, arboricide treatments and regeneration at Budongo Forest

    African Journals Online (AJOL)

    activity was gradually replaced by the taungya system introduced in ... of this study were to: (i) assess the impact of past logging and arboricide .... effects on Budongo forest. ..... Large size individuals such as Croton, Cordia milenii and.

  3. Verification of respiratory-gated radiotherapy with new real-time tumour-tracking radiotherapy system using cine EPID images and a log file

    Science.gov (United States)

    Shiinoki, Takehiro; Hanazawa, Hideki; Yuasa, Yuki; Fujimoto, Koya; Uehara, Takuya; Shibuya, Keiko

    2017-02-01

    A combined system comprising the TrueBeam linear accelerator and a new real-time tumour-tracking radiotherapy system, SyncTraX, was installed at our institution. The objectives of this study are to develop a method for the verification of respiratory-gated radiotherapy with SyncTraX using cine electronic portal image device (EPID) images and a log file and to verify this treatment in clinical cases. Respiratory-gated radiotherapy was performed using TrueBeam and the SyncTraX system. Cine EPID images and a log file were acquired for a phantom and three patients during the course of the treatment. Digitally reconstructed radiographs (DRRs) were created for each treatment beam using a planning CT set. The cine EPID images, log file, and DRRs were analysed using a developed software. For the phantom case, the accuracy of the proposed method was evaluated to verify the respiratory-gated radiotherapy. For the clinical cases, the intra- and inter-fractional variations of the fiducial marker used as an internal surrogate were calculated to evaluate the gating accuracy and set-up uncertainty in the superior-inferior (SI), anterior-posterior (AP), and left-right (LR) directions. The proposed method achieved high accuracy for the phantom verification. For the clinical cases, the intra- and inter-fractional variations of the fiducial marker were  ⩽3 mm and  ±3 mm in the SI, AP, and LR directions. We proposed a method for the verification of respiratory-gated radiotherapy with SyncTraX using cine EPID images and a log file and showed that this treatment is performed with high accuracy in clinical cases. This work was partly presented at the 58th Annual meeting of American Association of Physicists in Medicine.

  4. A distributed design for monitoring, logging, and replaying device readings at LAMPF

    International Nuclear Information System (INIS)

    Burns, M.

    1991-01-01

    As control of the Los Alamos Meson Physics linear accelerator and Proton Storage Ring moves to a more distributed system, it has been necessary to redesign the software which monitors, logs, and replays device readings throughout the facility. The new design allows devices to be monitored and their readings logged locally on a network of computers. Control of the monitoring and logging process is available throughout the network from user interfaces which communicate via remote procedure calls with server processes running on each node which monitors and records device readings. Similarly, the logged data can be replayed from anywhere on the network. Two major requirements influencing the final design were the need to reduce the load on the CPU of the control machines, and the need for much faster replay of the logged device readings. 1 ref., 2 figs

  5. A distributed design for monitoring, logging, and replaying device readings at LAMPF

    International Nuclear Information System (INIS)

    Burns, M.

    1992-01-01

    As control of the Los Alamos Meson Physics linear accelerator and Proton Storage Ring moves to a more distributed system, it has been necessary to redesign the software which monitors, logs, and replays device readings throughout the facility. The new design allows devices to be monitored and their readings logged locally on a network of computers. Control of the monitoring and logging process is available throughout the network from user interfaces which communicate via remote procedure calls with server processes running on each node which monitors and records device readings. Similarly, the logged data can be replayed from anywhere on the network. Two major requirements influencing the final design were the need to reduce the load on the CPU of the control machines, and the need for much faster replay of the logged device readings. (author)

  6. Processing of gamma-ray spectrometric logs

    International Nuclear Information System (INIS)

    Umiastowski, K.; Dumesnil, P.

    1984-10-01

    CEA (Commissariat a l'Energie Atomique) has developped a gamma-ray spectrometric tool, containing an analog-to-digital converter. This new tool permits to perform very precise uranium logs (natural gamma-ray spectrometry), neutron activation logs and litho-density logs (gamma-gamma spectrometric logs). Specific processing methods were developped to treate the particular problems of down-hole gamma-ray spectrometry. Extraction of the characteristic gamma-ray peak, even if they are superposed on the background radiation of very high intensity, is possible. This processing methode enables also to obtain geological informations contained in the continuous background of the spectrum. Computer programs are written in high level language for SIRIUS (VICTOR) and APOLLO computers. Exemples of uranium and neutron activation logs treatment are presented [fr

  7. Borehole Calibration Facilities to Support Gamma Logging for Hanford Subsurface Investigation and Contaminant Monitoring - 13516

    International Nuclear Information System (INIS)

    McCain, R.G.; Henwood, P.D.; Pope, A.D.; Pearson, A.W.

    2013-01-01

    Repeated gamma logging in cased holes represents a cost-effective means to monitor gamma-emitting contamination in the deep vadose zone over time. Careful calibration and standardization of gamma log results are required to track changes and to compare results over time from different detectors and logging systems. This paper provides a summary description of Hanford facilities currently available for calibration of logging equipment. Ideally, all logging organizations conducting borehole gamma measurements at the Hanford Site will take advantage of these facilities to produce standardized and comparable results. (authors)

  8. Borehole Calibration Facilities to Support Gamma Logging for Hanford Subsurface Investigation and Contaminant Monitoring - 13516

    Energy Technology Data Exchange (ETDEWEB)

    McCain, R.G.; Henwood, P.D.; Pope, A.D.; Pearson, A.W. [S M Stoller Corporation, 2439 Robertson Drive, Richland, WA 99354 (United States)

    2013-07-01

    Repeated gamma logging in cased holes represents a cost-effective means to monitor gamma-emitting contamination in the deep vadose zone over time. Careful calibration and standardization of gamma log results are required to track changes and to compare results over time from different detectors and logging systems. This paper provides a summary description of Hanford facilities currently available for calibration of logging equipment. Ideally, all logging organizations conducting borehole gamma measurements at the Hanford Site will take advantage of these facilities to produce standardized and comparable results. (authors)

  9. Nondestructive evaluation for sorting red maple logs

    Science.gov (United States)

    Xiping Wang; Robert J. Ross; David W. Green; Karl Englund; Michael Wolcott

    2000-01-01

    Existing log grading procedures in the United States make only visual assessments of log quality. These procedures do not incorporate estimates of the modulus of elasticity (MOE) of logs. It is questionable whether the visual grading procedures currently used for logs adequately assess the potential quality of structural products manufactured from them, especially...

  10. SNG-logs at the Bagsvaerd Lake

    International Nuclear Information System (INIS)

    Korsbech, U.

    1992-11-01

    Spectral Natural Gamma-logs (SNG) were taken in old boreholes around Bagsvaerd Lake (Zealand). The purpose of this investigation was to clarify the geologic/lithologic conditions in this region and the potential risks of waste penetration into ground water. Relationship curves for thorium, uranium and potassium concentrations are given. Some special logs which can be useful for evaluating concentration variations or transition forms among various lithological layers are collected. Appendices contain technical information on the boreholes and discussion of differences between results of SNG-logging and the conventional gamma-logging. (EG)

  11. Critical behavior of AC antiferromagnetic and ferromagnetic susceptibilities of a spin-1/2 metamagnetic Ising system

    International Nuclear Information System (INIS)

    Gulpinar, Gul; Vatansever, Erol

    2012-01-01

    In this study, the temperature variations of the equilibrium and the non-equilibrium antiferromagnetic and ferromagnetic susceptibilities of a metamagnetic system are examined near the critical point. The kinetic equations describing the time dependencies of the total and staggered magnetizations are derived by utilizing linear response theory. In order to obtain dynamic magnetic relaxation behavior of the system, the stationary solutions of the kinetic equations in existence of sinusoidal staggered and physical external magnetic fields are performed. In addition, the static and dynamical mean field critical exponents are calculated in order to formulate the critical behavior of antiferromagnetic and ferromagnetic magnetic response of a metamagnetic system. Finally, a comparison of the findings of this study with previous theoretical and experimental studies is represented and it is shown that a good agreement is found with our results. - Highlights: ► Staggered dynamic susceptibility diverges as T→T N in the low frequency region. ► Dynamic total susceptibility exhibits a finite jump discontinuity as T→T N while wτ 2 ⪡1. ► The slope of the staggered magnetic dispersion curve chances in sign as T→T N .

  12. A Novel and Validated Protocol for Performing MIC Tests to Determine the Susceptibility of Piscirickettsia salmonis Isolates to Florfenicol and Oxytetracycline

    Directory of Open Access Journals (Sweden)

    Sergio Contreras-Lynch

    2017-07-01

    Full Text Available This paper presents a validated protocol, using a novel, specifically formulated medium, to perform broth microdilution antimicrobial susceptibility assays of the salmonid bacterial pathogen Piscirickettsia salmonis. The minimum inhibitory concentrations (MIC for florfenicol and oxytetracycline against 58 P. salmonis isolates recovered from various outbreaks occurred in Chilean salmonid farms were determined using this protocol. Normalized resistance interpretation (NRI analysis was applied to these data to calculate appropriate protocol-specific epidemiological cut-off values. These cut-off values allow the isolates to be categorized as either fully susceptible wild type (WT members of this species, or as manifesting reduced susceptibility non-wild type (NWT. The distribution of MIC values of florfenicol was bimodal and the distribution of the normalized values for the putative WT observation had a standard deviation of 0.896 log2 μg mL-1. This analysis calculated a cut-off value of ≤0.25 μg mL-1 and categorized 33 (56% of the isolates as manifesting reduced susceptibility to florfenicol. For the oxytetracycline MIC data the NRI analysis also treated the distribution as bimodal. The distribution of the normalized values for the putative WT observation had a standard deviation of 0.951 log2 μg mL-1. This analysis gave a cut-off value of ≤0.5 μg mL-1 and categorized five isolates (9% as manifesting reduced susceptibility to oxytetracycline. The susceptibility testing protocol developed in this study was capable of generating MIC data from all the isolates tested. On the basis of the precision of the data it generated, and the degree of separation of values for WT and NWT it achieved, it is argued that this protocol has the performance characteristics necessary for it to be considered as a standard protocol.

  13. Using the Logarithmic Concentration Diagram, Log "C", to Teach Acid-Base Equilibrium

    Science.gov (United States)

    Kovac, Jeffrey

    2012-01-01

    Acid-base equilibrium is one of the most important and most challenging topics in a typical general chemistry course. This article introduces an alternative to the algebraic approach generally used in textbooks, the graphical log "C" method. Log "C" diagrams provide conceptual insight into the behavior of aqueous acid-base systems and allow…

  14. Modeling Precipitation Extremes using Log-Histospline

    Science.gov (United States)

    Huang, W. K.; Nychka, D. W.; Zhang, H.

    2017-12-01

    One of the commonly used approaches to modeling univariate extremes is the peaks-overthreshold (POT) method. The POT method models exceedances over a (sufficiently high/low) threshold as a generalized Pareto distribution (GPD). To apply this method, a threshold has to be chosen and the estimates might be sensitive to the chosen threshold. Here we propose an alternative, the "Log-Histospline", to explore modeling the tail behavior and the remainder of the density in one step using the full range of the data. Log-Histospline applies a smoothing spline model on a finely binned histogram of the log transformed data to estimate its log density. By construction, we are able to preserve the polynomial upper tail behavior, a feature commonly observed in geophysical observations. The Log-Histospline can be extended to the spatial setting by treating the marginal (log) density at each location as spatially indexed functional data, and perform a dimension reduction and spatial smoothing. We illustrate the proposed method by analyzing precipitation data from regional climate model output (North American Regional Climate Change and Assessment Program (NARCCAP)).

  15. Effect of selective logging on genetic diversity and gene flow in Cariniana legalis sampled from a cacao agroforestry system.

    Science.gov (United States)

    Leal, J B; Santos, R P; Gaiotto, F A

    2014-01-28

    The fragments of the Atlantic Forest of southern Bahia have a long history of intense logging and selective cutting. Some tree species, such as jequitibá rosa (Cariniana legalis), have experienced a reduction in their populations with respect to both area and density. To evaluate the possible effects of selective logging on genetic diversity, gene flow, and spatial genetic structure, 51 C. legalis individuals were sampled, representing the total remaining population from the cacao agroforestry system. A total of 120 alleles were observed from the 11 microsatellite loci analyzed. The average observed heterozygosity (0.486) was less than the expected heterozygosity (0.721), indicating a loss of genetic diversity in this population. A high fixation index (FIS = 0.325) was found, which is possibly due to a reduction in population size, resulting in increased mating among relatives. The maximum (1055 m) and minimum (0.095 m) distances traveled by pollen or seeds were inferred based on paternity tests. We found 36.84% of unique parents among all sampled seedlings. The progenitors of the remaining seedlings (63.16%) were most likely out of the sampled area. Positive and significant spatial genetic structure was identified in this population among classes 10 to 30 m away with an average coancestry coefficient between pairs of individuals of 0.12. These results suggest that the agroforestry system of cacao cultivation is contributing to maintaining levels of diversity and gene flow in the studied population, thus minimizing the effects of selective logging.

  16. Geophysical borehole logging

    International Nuclear Information System (INIS)

    McCann, D.; Barton, K.J.; Hearn, K.

    1981-08-01

    Most of the available literature on geophysical borehole logging refers to studies carried out in sedimentary rocks. It is only in recent years that any great interest has been shown in geophysical logging in boreholes in metamorphic and igneous rocks following the development of research programmes associated with geothermal energy and nuclear waste disposal. This report is concerned with the programme of geophysical logging carried out on the three deep boreholes at Altnabreac, Caithness, to examine the effectiveness of these methods in crystalline rock. Of particular importance is the assessment of the performance of the various geophysical sondes run in the boreholes in relation to the rock mass properties. The geophysical data can be used to provide additional in-situ information on the geological, hydrogeological and engineering properties of the rock mass. Fracturing and weathering in the rock mass have a considerable effect on both the design parameters for an engineering structure and the flow of water through the rock mass; hence, the relation between the geophysical properties and the degree of fracturing and weathering is examined in some detail. (author)

  17. Selective logging in the Brazilian Amazon.

    Science.gov (United States)

    G. P. Asner; D. E. Knapp; E. N. Broadbent; P. J. C. Oliveira; M Keller; J. N. Silva

    2005-01-01

    Amazon deforestation has been measured by remote sensing for three decades. In comparison, selective logging has been mostly invisible to satellites. We developed a large-scale, high-resolution, automated remote-sensing analysis of selective logging in the top five timber-producing states of the Brazilian Amazon. Logged areas ranged from 12,075 to 19,823 square...

  18. Linking log quality with product performance

    Science.gov (United States)

    D. W. Green; Robert Ross

    1997-01-01

    In the United States, log grading procedures use visual assessment of defects, in relation to the log scaling diameter, to estimate the yield of lumber that maybe expected from the log. This procedure was satisfactory when structural grades were based only on defect size and location. In recent years, however, structural products have increasingly been graded using a...

  19. Logística del transporte

    OpenAIRE

    Robusté Antón, Francesc

    2005-01-01

    La logística se ha conformado como un proceso estratégico para organizar las actividades de producción y de distribución de las empresas. El concepto de sistema logístico ha incluido un amplio espectro de operaciones que condicionan la eficiencia y la competitividad empresarial en el actual contexto de globalización de la economía. En este sentido, este libro afronta y analiza los distintos aspectos que inciden en los procesos de planificación y gestión de los procesos logísticos relacionados...

  20. Relationship between miR-146a rs2910164 (G>C) Polymorphism and Digestive System Cancer Susceptibility: A Meta-Analysis.

    Science.gov (United States)

    Xiong, Xin; Yan, Junfeng; Li, Linghua; Li, Yun; Cao, Yi; Tu, Yi; Mei, Jinhong

    2017-08-01

    MicroRNAs (miRNAs) are identified negatively regulating gene expression and acting as oncogenes or tumor suppressors in tumorigenesis. The association between miR-146a rs2910164 (G>C) polymorphism and susceptibility to digestive system cancers was contradictory and inconsistent in previously published studies. Presently, we performed a comprehensive literature retrieve on PubMed, Web of Science, Embase, Wanfang and CNKI databases to identify all relevant studies published before July 30, 2016. Odds ratio (OR) and 95% confidential interval (95%CI) were used to calculate the relationship between miR-146a rs2910164 (G>C) polymorphism and digestive system cancers susceptibility. Finally, a total of 45 publications comprising 47 separate case-control studies were enrolled in the present updated meta-analysis including 20,281 cases and 26,099 controls. However, no significant association was uncovered for miR-146a rs2910164 polymorphism and digestive system cancers susceptibility in all the genetic models. Moreover, in the stratification analyses by cancer type, the source of control, ethnicity and Hardy-Weinberg Equilibrium (HWE) status, we also revealed a negative result. To conclude, our work suggests that miR-146a rs2910164 (G>C) polymorphism is not a susceptibility factor for digestive system cancers. © 2017 by the Association of Clinical Scientists, Inc.

  1. IODP Expedition 340T: Borehole Logging at Atlantis Massif Oceanic Core Complex

    Directory of Open Access Journals (Sweden)

    Donna Blackman

    2013-03-01

    Full Text Available Integrated Ocean Drilling Program (IODP Expedition 340T returned to the 1.4-km-deep Hole U1309D at Atlantis Massif to carry out borehole logging including vertical seismic profiling (VSP. Seismic, resistivity, and temperature logs were obtained throughout the geologic section in the footwall of this oceanic core complex. Reliable downhole temperature measurements throughout and the first seismic coverage of the 800–1400 meters below seafloor (mbsf portionof the section were obtained. Distinct changes in velocity, resistivity, and magnetic susceptibility characterize the boundaries of altered, olivine-rich troctolite intervals within the otherwise dominantly gabbroic se-quence. Some narrow fault zones also are associated with downhole resistivity or velocity excursions. Small deviations in temperature were measured in borehole fluid adjacent to known faults at 750 mbsf and 1100 mbsf. This suggests that flow of seawater remains active along these zones of faulting and rock alteration. Vertical seismic profile station coverage at zero offsetnow extends the full length of the hole, including the uppermost 150 mbsf, where detachment processes are expected to have left their strongest imprint. Analysis of wallrock properties, together with alteration and structural characteristics of the cores from Site U1309, highlights the likely interplay between lithology, structure, lithospheric hydration, and core complex evolution.

  2. Log-normal distribution from a process that is not multiplicative but is additive.

    Science.gov (United States)

    Mouri, Hideaki

    2013-10-01

    The central limit theorem ensures that a sum of random variables tends to a Gaussian distribution as their total number tends to infinity. However, for a class of positive random variables, we find that the sum tends faster to a log-normal distribution. Although the sum tends eventually to a Gaussian distribution, the distribution of the sum is always close to a log-normal distribution rather than to any Gaussian distribution if the summands are numerous enough. This is in contrast to the current consensus that any log-normal distribution is due to a product of random variables, i.e., a multiplicative process, or equivalently to nonlinearity of the system. In fact, the log-normal distribution is also observable for a sum, i.e., an additive process that is typical of linear systems. We show conditions for such a sum, an analytical example, and an application to random scalar fields such as those of turbulence.

  3. Rill erosion in burned and salvage logged western montane forests: Effects of logging equipment type, traffic level, and slash treatment

    Science.gov (United States)

    Wagenbrenner, J. W.; Robichaud, P. R.; Brown, R. E.

    2016-10-01

    Following wildfires, forest managers often consider salvage logging burned trees to recover monetary value of timber, reduce fuel loads, or to meet other objectives. Relatively little is known about the cumulative hydrologic effects of wildfire and subsequent timber harvest using logging equipment. We used controlled rill experiments in logged and unlogged (control) forests burned at high severity in northern Montana, eastern Washington, and southern British Columbia to quantify rill overland flow and sediment production rates (fluxes) after ground-based salvage logging. We tested different types of logging equipment-feller-bunchers, tracked and wheeled skidders, and wheeled forwarders-as well as traffic levels and the addition of slash to skid trails as a best management practice. Rill experiments were done at each location in the first year after the fire and repeated in subsequent years. Logging was completed in the first or second post-fire year. We found that ground-based logging using heavy equipment compacted soil, reduced soil water repellency, and reduced vegetation cover. Vegetation recovery rates were slower in most logged areas than the controls. Runoff rates were higher in the skidder and forwarder plots than their respective controls in the Montana and Washington sites in the year that logging occurred, and the difference in runoff between the skidder and control plots at the British Columbia site was nearly significant (p = 0.089). Most of the significant increases in runoff in the logged plots persisted for subsequent years. The type of skidder, the addition of slash, and the amount of forwarder traffic did not significantly affect the runoff rates. Across the three sites, rill sediment fluxes were 5-1900% greater in logged plots than the controls in the year of logging, and the increases were significant for all logging treatments except the low use forwarder trails. There was no difference in the first-year sediment fluxes between the feller

  4. A portable borehole temperature logging system using the four-wire resistance method

    Science.gov (United States)

    Erkan, Kamil; Akkoyunlu, Bülent; Balkan, Elif; Tayanç, Mete

    2017-12-01

    High-quality temperature-depth information from boreholes with a depth of 100 m or more is used in geothermal studies and in studies of climate change. Electrical wireline tools with thermistor sensors are capable of measuring borehole temperatures with millikelvin resolution. The use of a surface readout mode allows analysis of the thermally conductive state of a borehole, which is especially important for climatic and regional heat flow studies. In this study we describe the design of a portable temperature logging tool that uses the four-wire resistance measurement method. The four-wire method enables the elimination of cable resistance effects, thus allowing millikelvin resolution of temperature data at depth. A preliminary two-wire model of the system is also described. The portability of the tool enables one to collect data from boreholes down to 300 m, even in locations with limited accessibility.

  5. Multi-Threaded Evolution of the Data-Logging System of the ATLAS Experiment at CERN

    CERN Document Server

    Colombo, T; The ATLAS collaboration

    2011-01-01

    The ATLAS experiment is currently observing proton-proton collisions delivered by the LHC accelerator at a centre of mass energy of 7 TeV with a peak luminosity of ~1033 cm-2 s-1. The ATLAS Trigger and Data Acquisition (TDAQ) system selects interesting events on-line in a three-level trigger system in order to store them at a budgeted rate of ~200 Hz for an event size of ~1.5 MB. This paper focuses on the TDAQ data-logging system. Its purpose is to receive events from the third level trigger, process them and stream the results into different raw data files according to the trigger decision. The data files are subsequently moved to the central mass storage facility at CERN. The system currently in production has been commissioned in 2007 and has been working smoothly since then. It is however based on an essentially single-threaded design that is anticipated not to cope with the increase in event rate and event size that is foreseen as part of the ATLAS and LHC upgrade programs. This design also severely limi...

  6. Multi-Threaded Evolution of the Data-Logging System of the ATLAS Experiment at CERN

    CERN Document Server

    Colombo, T; The ATLAS collaboration

    2011-01-01

    The ATLAS experiment observes proton-proton collisions delivered by the LHC accelerator at a centre of mass energy of 7 TeV with a peak luminosity of ~ 10^33 cm^-2 s^-1 in 2011. The ATLAS Trigger and Data Acquisition (TDAQ) system selects interesting events on-line in a three-level trigger system in order to store them at a budgeted average rate of ~ 400 Hz for an event size of ~1.2 MB. This paper focuses on the TDAQ data-logging system. Its purpose is to receive events from the third level trigger, process them and stream the data into different raw files according to the trigger decision. The system currently in production is based on an essentially single-threaded design that is anticipated not to cope with the increase in event rate and event size foreseen as part of the ATLAS and LHC upgrade programs. This design also severely limits the possibility of performing additional CPU-intensive tasks. Therefore, a novel design able to exploit the full power of multi-core architecture is needed. The main challen...

  7. Reducing the risk of cyber threats in utilities through log management

    Energy Technology Data Exchange (ETDEWEB)

    Patnaik, A. [ArcSight, Cupertino, CA (United States)

    2010-01-15

    Electrical blackouts caused by terrorists hacking into targeted control systems have already occurred in Brazil. A patchwork of security tools is needed to reduce potential threats. The continuous collection and analysis of data is also needed to detect cyber threats. The real time correlation of logs across all systems, applications and users is needed to ensure the reliability and security of the power grid. Solutions must also integrate well with identity management sources in order to prevent remote access account hijacking. Effective log management can be used to detect threats and reduce the risk of power outages. 1 fig.

  8. Information needs for increasing log transport efficiency

    Science.gov (United States)

    Timothy P. McDonald; Steven E. Taylor; Robert B. Rummer; Jorge Valenzuela

    2001-01-01

    Three methods of dispatching trucks to loggers were tested using a log transport simulation model: random allocation, fixed assignment of trucks to loggers, and dispatch based on knowledge of the current status of trucks and loggers within the system. This 'informed' dispatch algorithm attempted to minimize the difference in time between when a logger would...

  9. Susceptibility of ternary aluminum alloys to cracking during solidification

    International Nuclear Information System (INIS)

    Liu, Jiangwei; Kou, Sindo

    2017-01-01

    The crack susceptibility map of a ternary Al alloy system provides useful information about which alloy compositions are most susceptible to cracking and thus should be avoided by using a filler metal with a significantly different composition. In the present study the crack susceptibility maps of ternary Al alloy systems were calculated based on the maximum |dT/d(f S ) 1/2 | as an index for the crack susceptibility, where T is temperature and f S fraction solid. Due to the complexity associated with ternary alloy solidification, commercial thermodynamic software Pandat and Al database PanAluminum, instead of analytical equations, were used to calculate f S as a function of T and hence the maximum |dT/d(f S ) 1/2 | for ternary Al-Mg-Si, Al-Cu-Mg and Al-Cu-Si alloy systems. A crack susceptibility map covering 121 alloy compositions was constructed for each of the three ternary alloy systems at each of the following three levels of back diffusion: no back diffusion, back diffusion under a 100 °C/s cooling rate, and back diffusion under 20° C/s. The location of the region of high crack susceptibility, which is the most important part of the map, was shown in each of the nine calculated maps. These locations were compared with those observed in crack susceptibility tests by previous investigators. With back diffusion considered, either under 20 or 100 °C/s, the agreement between the calculated and observed maps was good especially for Al-Mg-Si and Al-Cu-Mg. Thus, the maximum |dT/d(f S ) 1/2 | can be used as a crack susceptibility index to construct crack susceptibility maps for ternary Al alloys and to evaluate the effect of back diffusion on their crack susceptibility. - Graphical abstract: The crack susceptibility map of a ternary alloy system indicates the composition range most susceptible to cracking, which should be avoided in welding or casting. The crack susceptibility maps of ternary Al alloy systems Al-Mg-Si, Al-Cu-Mg and Al-Cu-Si were calculated based

  10. Displacement length and velocity of tagged logs in the tagliamento river

    Directory of Open Access Journals (Sweden)

    Diego Ravazzolo

    2013-09-01

    Full Text Available Large wood enhance the dynamics of geomorphic processes in river systems, increases the morphological complexity of the channel bed, and provides habitats for fish and invertebrates. On the other side, if transported during high-magnitude events, large wood pieces can increase flood risks in sensitive places such as bridges and narrow cross sections prone to outbank flows. However, the dynamics and mobility of logs in rivers is poorly understood, especially in wide gravel-bed rivers. Recent studies have employed fixed video cameras to assess logs velocity, but little evidence is still available about travel length during flood events of different magnitude. This study was conducted in a valley reach of the Tagliamento river, located in the North East of Italy. The Tagliamento river is approximately 800 m wide in the study area, and is characterized by relatively high natural conditions and complex fluvial dynamics. Log mobility have been studied from June 2010 to October 2011, a period characterized by a relatively high magnitude flood in November 2010. Log mobility and displacement during floods have been measured by implanting active radio transmitters (RFID in 113 logs and GPS track devices in 42 logs. The first devices allow to recover the log after flood events by using a portable antenna, and to derive the displacement length over the monitoring period, whereas the second devices allows to calculate instantaneous (1 sec and average log velocity of moving logs. Recovery rate of logs equipped with RFID and GPS was about 50% and 60%, respectively. A preliminary analysis of the data collected indicates that there is a positive relationship between displacement length and the peak of flood events, as well as a positive relationship between log velocity and the flood magnitude. Also, a critical flow rate over which logs stranded on active bars can be transported has been identified. The ability to predict wood mobility in gravel-bed rivers could

  11. Intelligent approaches for the synthesis of petrophysical logs

    International Nuclear Information System (INIS)

    Rezaee, M Reza; Kadkhodaie-Ilkhchi, Ali; Alizadeh, Pooya Mohammad

    2008-01-01

    Log data are of prime importance in acquiring petrophysical data from hydrocarbon reservoirs. Reliable log analysis in a hydrocarbon reservoir requires a complete set of logs. For many reasons, such as incomplete logging in old wells, destruction of logs due to inappropriate data storage and measurement errors due to problems with logging apparatus or hole conditions, log suites are either incomplete or unreliable. In this study, fuzzy logic and artificial neural networks were used as intelligent tools to synthesize petrophysical logs including neutron, density, sonic and deep resistivity. The petrophysical data from two wells were used for constructing intelligent models in the Fahlian limestone reservoir, Southern Iran. A third well from the field was used to evaluate the reliability of the models. The results showed that fuzzy logic and artificial neural networks were successful in synthesizing wireline logs. The combination of the results obtained from fuzzy logic and neural networks in a simple averaging committee machine (CM) showed a significant improvement in the accuracy of the estimations. This committee machine performed better than fuzzy logic or the neural network model in the problem of estimating petrophysical properties from well logs

  12. A Generally Applicable Computer Algorithm Based on the Group Additivity Method for the Calculation of Seven Molecular Descriptors: Heat of Combustion, LogPO/W, LogS, Refractivity, Polarizability, Toxicity and LogBB of Organic Compounds; Scope and Limits of Applicability

    Directory of Open Access Journals (Sweden)

    Rudolf Naef

    2015-10-01

    Full Text Available A generally applicable computer algorithm for the calculation of the seven molecular descriptors heat of combustion, logPoctanol/water, logS (water solubility, molar refractivity, molecular polarizability, aqueous toxicity (protozoan growth inhibition and logBB (log (cblood/cbrain is presented. The method, an extendable form of the group-additivity method, is based on the complete break-down of the molecules into their constituting atoms and their immediate neighbourhood. The contribution of the resulting atom groups to the descriptor values is calculated using the Gauss-Seidel fitting method, based on experimental data gathered from literature. The plausibility of the method was tested for each descriptor by means of a k-fold cross-validation procedure demonstrating good to excellent predictive power for the former six descriptors and low reliability of logBB predictions. The goodness of fit (Q2 and the standard deviation of the 10-fold cross-validation calculation was >0.9999 and 25.2 kJ/mol, respectively, (based on N = 1965 test compounds for the heat of combustion, 0.9451 and 0.51 (N = 2640 for logP, 0.8838 and 0.74 (N = 1419 for logS, 0.9987 and 0.74 (N = 4045 for the molar refractivity, 0.9897 and 0.77 (N = 308 for the molecular polarizability, 0.8404 and 0.42 (N = 810 for the toxicity and 0.4709 and 0.53 (N = 383 for logBB. The latter descriptor revealing a very low Q2 for the test molecules (R2 was 0.7068 and standard deviation 0.38 for N = 413 training molecules is included as an example to show the limits of the group-additivity method. An eighth molecular descriptor, the heat of formation, was indirectly calculated from the heat of combustion data and correlated with published experimental heat of formation data with a correlation coefficient R2 of 0.9974 (N = 2031.

  13. Log canonical thresholds of smooth Fano threefolds

    International Nuclear Information System (INIS)

    Cheltsov, Ivan A; Shramov, Konstantin A

    2008-01-01

    The complex singularity exponent is a local invariant of a holomorphic function determined by the integrability of fractional powers of the function. The log canonical thresholds of effective Q-divisors on normal algebraic varieties are algebraic counterparts of complex singularity exponents. For a Fano variety, these invariants have global analogues. In the former case, it is the so-called α-invariant of Tian; in the latter case, it is the global log canonical threshold of the Fano variety, which is the infimum of log canonical thresholds of all effective Q-divisors numerically equivalent to the anticanonical divisor. An appendix to this paper contains a proof that the global log canonical threshold of a smooth Fano variety coincides with its α-invariant of Tian. The purpose of the paper is to compute the global log canonical thresholds of smooth Fano threefolds (altogether, there are 105 deformation families of such threefolds). The global log canonical thresholds are computed for every smooth threefold in 64 deformation families, and the global log canonical thresholds are computed for a general threefold in 20 deformation families. Some bounds for the global log canonical thresholds are computed for 14 deformation families. Appendix A is due to J.-P. Demailly.

  14. Case-Logging Practices in Otolaryngology Residency Training: National Survey of Residents and Program Directors.

    Science.gov (United States)

    Dermody, Sarah M; Gao, William; McGinn, Johnathan D; Malekzadeh, Sonya

    2017-06-01

    Objective (1) Evaluate the consistency and manner in which otolaryngology residents log surgical cases. (2) Assess the extent of instruction and guidance provided by program directors on case-logging practices. Study Design Cross-sectional national survey. Setting Accreditation Council for Graduate Medical Education otolaryngology residency programs in the United States. Subjects and Methods US otolaryngology residents, postgraduate year 2 through graduating chiefs as of July 2016, were recruited to respond to an anonymous questionnaire designed to characterize surgical case-logging practices. Program directors of US otolaryngology residency programs were recruited to respond to an anonymous questionnaire to elucidate how residents are instructed to log cases. Results A total of 272 residents and 53 program directors completed the survey, yielding response rates of 40.6% and 49.5%, respectively. Perceived accuracy of case logs is low among residents and program directors. Nearly 40% of residents purposely choose not to log certain cases, and 65.1% of residents underreport cases performed. More than 80% of program directors advise residents to log procedures performed outside the operating room, yet only 16% of residents consistently log such cases. Conclusion Variability in surgical case-logging behaviors and differences in provided instruction highlight the need for methods to improve consistency of logging practices. It is imperative to standardize practices across otolaryngology residency programs for case logs to serve as an accurate measure of surgical competency. This study provides a foundation for reform efforts within residency programs and for the Resident Case Log System.

  15. Elephant logging and environment

    International Nuclear Information System (INIS)

    Tin-Aung-Hla

    1995-01-01

    The natural environment comprises non-biological elements such as air, water, light, heat and biological elements of animal and plant life; all interact with each other to create an ecosystem. Human activities like over-exploitation of forest results in deforestation and desertification. This consequently changes ecological balance. Topics on: (1) history of elephants utilization; (2) elephant logging; (3) classification of elephants; (4) dragging gear; (5) elephant power; (6) elephant logging and environment, are discussed

  16. Building analytical platform with Big Data solutions for log files of PanDA infrastructure

    Science.gov (United States)

    Alekseev, A. A.; Barreiro Megino, F. G.; Klimentov, A. A.; Korchuganova, T. A.; Maendo, T.; Padolski, S. V.

    2018-05-01

    The paper describes the implementation of a high-performance system for the processing and analysis of log files for the PanDA infrastructure of the ATLAS experiment at the Large Hadron Collider (LHC), responsible for the workload management of order of 2M daily jobs across the Worldwide LHC Computing Grid. The solution is based on the ELK technology stack, which includes several components: Filebeat, Logstash, ElasticSearch (ES), and Kibana. Filebeat is used to collect data from logs. Logstash processes data and export to Elasticsearch. ES are responsible for centralized data storage. Accumulated data in ES can be viewed using a special software Kibana. These components were integrated with the PanDA infrastructure and replaced previous log processing systems for increased scalability and usability. The authors will describe all the components and their configuration tuning for the current tasks, the scale of the actual system and give several real-life examples of how this centralized log processing and storage service is used to showcase the advantages for daily operations.

  17. Well logging with natural gamma radiation

    International Nuclear Information System (INIS)

    Ellis, D.V.

    1983-01-01

    An invention is described for use in natural gamma radiation well logging in which measurements taken in a borehole are used in the search for valuable underground resources such as oil or gas. The invention comprises deriving a log of natural gamma radiation detected in selected energy windows for a selected borehole depth interval and converting it into a log of the selected subsurface materials, e.g. Th, U, K. This log is corrected for the effects of 1) either a gamma ray emitter in the borehole fluid, e.g. potassium salts and/or 2) a gamma ray attenuator in the borehole fluid, e.g. a strong attenuator such as barite and/or hematite. The Th, U, K log is particularly useful in the exploration of oil and gas resources since the Th, U, K concentrations are a good indication as to the presence, type and volume of shale and clay in the formations surrounding the borehole. (U.K.)

  18. Development of Cross-Platform Software for Well Logging Data Visualization

    Science.gov (United States)

    Akhmadulin, R. K.; Miraev, A. I.

    2017-07-01

    Well logging data processing is one of the main sources of information in the oil-gas field analysis and is of great importance in the process of its development and operation. Therefore, it is important to have the software which would accurately and clearly provide the user with processed data in the form of well logs. In this work, there have been developed a software product which not only has the basic functionality for this task (loading data from .las files, well log curves display, etc.), but can be run in different operating systems and on different devices. In the article a subject field analysis and task formulation have been performed, and the software design stage has been considered. At the end of the work the resulting software product interface has been described.

  19. Financial feasibility of a log sort yard handling small-diameter logs: A preliminary study

    Science.gov (United States)

    Han-Sup Han; E. M. (Ted) Bilek; John (Rusty) Dramm; Dan Loeffler; Dave Calkin

    2011-01-01

    The value and use of the trees removed in fuel reduction thinning and restoration treatments could be enhanced if the wood were effectively evaluated and sorted for quality and highest value before delivery to the next manufacturing destination. This article summarizes a preliminary financial feasibility analysis of a log sort yard that would serve as a log market to...

  20. Pembangkitan Data dari Distribusi Log-logistik

    Directory of Open Access Journals (Sweden)

    Aceng Komarudin Mutaqin

    2014-11-01

    Full Text Available Distribusi log-logistik merupakan salah satu distribusi yang dapat diaplikasikan untuk data mutu lingkungan. Makalah ini membahas pembangkitan data dari distribusi log-logistik mulai dari pembangunan algoritme sampai pembuatan program komputer pada perangkat lunak MATLAB. Metode pembangkitan datanya menggunakan metode inverse transform. Ada dua jenis data yang dibangkitkan, yaitu data lengkap dan data tersensor kiri. Dalam makalah ini diberikan contoh data yang dibangkitkan dari distribusi log-logistik.

  1. Preliminary analysis of downhole logging data from ICDP Lake Junin drilling Project, Peru

    Science.gov (United States)

    Pierdominici, Simona; Kück, Jochem; Rodbell, Donald T.; Abbott, Mark B.

    2016-04-01

    The International Continental Drilling Programm (ICDP) has supported a scientific drilling campaign in Peru during the summer season 2015. The Lake Junin Drilling Project mainly aims at obtaining high-resolution paleoclimate records from lacustrine sediments to reconstruct the history of the continental records covering the glacial-interglacial cycles. Lake Junín is located at 4000 m a.s.l. in the tropical Andes of Peru, and is characterized by a thick (> 125 m) sediment package deposited at a high rate (0.2 to 1.0 mm yr-1). Lake Junín is one of the few lakes in the tropical Andes that predates the maximum extent of glaciation and is in a geomorphic position to record the waxing and waning of glaciers in nearby cordillera, hence making the lake a key site for the investigation of the Quaternary climate evolution in the inner-tropics of the Southern Hemisphere. Continous coring was performed at three sites in overall 11 boreholes on the lake with at least two overlapping boreholes per site to avoid core gaps. The depth of the boreholes varied between approx. 30 m and 110 m depending on the drill site. The core bit had a bit size of 122.6 mm and yielded a core diameter of 85 mm. Upon completion of coring operations downhole geophysical logging was performed in five of the 11 boreholes (1A, 1C, 1D, 2A and 3B) by the Operational Support Group of ICDP. The main objective was to record in-situ the physical properties of the lacustrine sediments of Lake Junin. Downhole logs provide a powerful tool to fill in information at intervals with core gaps and as depth reference for depth matching of the discontinous cores. Furthermore it will be used for the lithological reconstruction and interpretation. The OSG downhole logging comprised total and spectrum gamma ray, magnetic susceptibility, borehole geometry, temperature, and sonic P-wave velocity. Unstable and collapsing borehole walls made it neccessary to carry out logging in several sections instead of in one run. The

  2. Sediment pathways in a tropical forest: effects of logging roads and skid trails

    Science.gov (United States)

    Sidle, Roy C.; Sasaki, Shozo; Otsuki, Mieko; Noguchi, Shoji; Rahim Nik, Abdul

    2004-03-01

    Significant erosion occurred from recently constructed forest logging roads and skid trails in a small headwater catchment in Peninsular Malaysia. Soil loss was estimated by measuring dimensions of all significant rills and gullies along the road, as well as by measuring height of preserved soil pedestals in sidecast and fill material and on skid trails. Estimates of surface erosion from logging roads and skid trails were 272 +/- 20 t ha-1 year-1 and 275 +/- 20 t ha-1 year-1 respectively. However, owing to lack of connectivity of skid trails to the stream, much of the sediment mobilized on skid trails was stored either on adjacent hillslopes or the trails themselves, rather than being transported to the stream system, as was the case for the road. Steeper skid trails (>20% gradient) had slightly higher erosion rates (320 +/- 24 t ha-1 year-1) than trails with gentler gradients (245-264 t ha-1 year-1). Some 60% of the soil loss on logging roads comes from erosion of the running surface. Disturbed cut and fill material along the road supplied the remaining 40% of the soil loss from roads. Roads and skid trails had no designed drainage systems; runoff discharged onto the hillslope at 25 major discharge nodes from the logging road (690 m total length) and at 34 nodes from skid trails (2300 m). Sediment pathways were either fully or moderately connected to headwater channels at 64% of the logging road nodes, but at only 26% of the nodes emanating from skid trails. A detailed sediment budget revealed that 78% of the soil loss from the road system (including log landings) was delivered to the stream in the first 16 months after logging began. Most (90%) of the deposition from skid trails occurred below just three discharge nodes. Runoff from and onto skid trails often exacerbated the sediment connectivity to channels. Clearly, sediment discharge from logging roads was more highly connected to the stream than discharge from skid trails. Once in the channel, much of this

  3. Pulsed neutron logging - a modern approach to petroleum exploration

    International Nuclear Information System (INIS)

    Navalkar, M.P.

    1978-01-01

    As hydrocarbons have strikingly different properties for neutrons as compared with rocks, neutronic methods are useful to prepare logs of bore holes drilled for petroleum exploration. The earlier neutron logs were based on steady neutron sources, but the superior logs, namely, neutron life time log and neutron induced spectral log are based on pulsed neutron sources. The methods of obtaining these logs, their limitations and the field equipment required are described briefly. As the two logs are complementary, a plea has been made to develop field equipment which can obtain two logs in a single run. (M.G.B.)

  4. Aggregation of log-linear risks

    DEFF Research Database (Denmark)

    Embrechts, Paul; Hashorva, Enkeleijd; Mikosch, Thomas Valentin

    2014-01-01

    In this paper we work in the framework of a k-dimensional vector of log-linear risks. Under weak conditions on the marginal tails and the dependence structure of a vector of positive risks, we derive the asymptotic tail behaviour of the aggregated risk {and present} an application concerning log...

  5. Assessing the feasibility and profitability of cable logging in southern upland hardwood forests

    Science.gov (United States)

    Chris B. LeDoux; Dennis M. May; Tony Johnson; Richard H. Widmann

    1995-01-01

    Procedures developed to assess available timber supplies from upland hardwood forest statistics reported by the USDA Forest Services' Forest Inventory and Analysis unit were modified to assess the feasibility and profitability of cable logging in southern upland hardwood forests. Depending on the harvest system and yarding distance used, cable logging can be...

  6. Real-Time Optical Antimicrobial Susceptibility Testing

    DEFF Research Database (Denmark)

    Fredborg, Marlene; Andersen, Klaus R; Jørgensen, Erik

    2013-01-01

    Rapid antibiotic susceptibility testing is in highly demand in health-care fields as antimicrobial resistant bacterial strains emerge and spread. Here we describe an optical screening system (oCelloScope), which based on time-lapse imaging of 96 bacteria-antibiotic combinations at a time......, introduces real-time detection of bacterial growth and antimicrobial susceptibility, with imaging material to support the automatically generated graphs. Automated antibiotic susceptibility tests of a monoculture showed statistically significant antibiotic effect within 6 minutes and within 30 minutes...... from multidrug-resistant pathogenic bacteria. The oCelloScope system can be employed for a broad range of applications within bacteriology and may present new vistas as a point-of-care instrument in both clinical and veterinarian settings....

  7. Hard-Thermal-Loop QCD thermodynamics and quark number susceptibility

    Directory of Open Access Journals (Sweden)

    Mogliacci Sylvain

    2014-04-01

    Full Text Available The weak-coupling expansion of the QCD pressure is known up to the order g6 log g. However, at experimentally relevant temperatures, the corresponding series is poorly convergent. In this proceedings, we discuss at which extent the gauge-invariant resummation scheme, Hard-Thermal-Loop perturbation theory (HTLpt, improves the apparent convergence. We first present HTLpt results for QCD thermodynamic functions up to three-loop order at vanishing chemical potential. Then, we report a preliminary HTLpt result of one-loop quark number susceptibility, probing the finite density equation of state. Our results are consistent with lattice data down to 2 − 3Tc, reinforcing the weakly-coupled quasiparticle picture in the intermediate coupling regime.

  8. Log-inject-log in sand consolidation

    International Nuclear Information System (INIS)

    Murphy, R.P.; Spurlock, J.W.

    1977-01-01

    A method is described for gathering information for the determination of the adequacy of placement of sand consolidating plastic for sand control in oil and gas wells. The method uses a high neutron cross-section tracer which becomes part of the plastic and uses pulsed neutron logging before and after injection of the plastic. Preferably, the method uses lithium, boron, indium, and/or cadmium tracers. Boron oxide is especially useful and can be dissolved in alcohol and mixed with the plastic ingredients

  9. Assessment of radiation safety in well logging

    International Nuclear Information System (INIS)

    Alles, A.; Pérez, Y.; Duménigo, C.

    2015-01-01

    Radiation safety assessments required by current regulations are a means to verify compliance with the requirements. Different methods have been used for this purpose. In the paper the results of applying the method of risk matrices, applied for the first time in the practice of well logging are exposed. For each initiating event frequency of occurrence, the severity of its consequences and the probability of failure of the barriers identified were evaluated. Starting from these assumptions, the risk associated is determined for each of the identified accident sequences, using for this the SEVRRA code 'Risk Assessment System', originally designed for use in radiotherapy. As an result sequences increased risk associated with the practice of well logging were identified, which is the starting point for the further implementation of a coherent program of dose optimization in practice. [es

  10. Gulf of Mexico Gas Hydrate Joint Industry Project Leg II logging-while-drilling data acquisition and analysis

    Science.gov (United States)

    Collett, Timothy S.; Lee, Wyung W.; Zyrianova, Margarita V.; Mrozewski, Stefan A.; Guerin, Gilles; Cook, Ann E.; Goldberg, Dave S.

    2012-01-01

    One of the objectives of the Gulf of Mexico Gas Hydrate Joint Industry Project Leg II (GOM JIP Leg II) was the collection of a comprehensive suite of logging-while-drilling (LWD) data within gas-hydrate-bearing sand reservoirs in order to make accurate estimates of the concentration of gas hydrates under various geologic conditions and to understand the geologic controls on the occurrence of gas hydrate at each of the sites drilled during this expedition. The LWD sensors just above the drill bit provided important information on the nature of the sediments and the occurrence of gas hydrate. There has been significant advancements in the use of downhole well-logging tools to acquire detailed information on the occurrence of gas hydrate in nature: From using electrical resistivity and acoustic logs to identify gas hydrate occurrences in wells to where wireline and advanced logging-while-drilling tools are routinely used to examine the petrophysical nature of gas hydrate reservoirs and the distribution and concentration of gas hydrates within various complex reservoir systems. Recent integrated sediment coring and well-log studies have confirmed that electrical resistivity and acoustic velocity data can yield accurate gas hydrate saturations in sediment grain supported (isotropic) systems such as sand reservoirs, but more advanced log analysis models are required to characterize gas hydrate in fractured (anisotropic) reservoir systems. In support of the GOM JIP Leg II effort, well-log data montages have been compiled and presented in this report which includes downhole logs obtained from all seven wells drilled during this expedition with a focus on identifying and characterizing the potential gas-hydrate-bearing sedimentary section in each of the wells. Also presented and reviewed in this report are the gas-hydrate saturation and sediment porosity logs for each of the wells as calculated from available downhole well logs.

  11. Gulf of Mexico Gas Hydrate Joint Industry Project Leg II logging-while-drilling data acquisition and anaylsis

    Science.gov (United States)

    Collett, Timothy S.; Lee, Myung W.; Zyrianova, Margarita V.; Mrozewski, Stefan A.; Guerin, Gilles; Cook, Ann E.; Goldberg, Dave S.

    2012-01-01

    One of the objectives of the Gulf of MexicoGasHydrateJointIndustryProjectLegII (GOM JIP LegII) was the collection of a comprehensive suite of logging-while-drilling (LWD) data within gas-hydrate-bearing sand reservoirs in order to make accurate estimates of the concentration of gashydrates under various geologic conditions and to understand the geologic controls on the occurrence of gashydrate at each of the sites drilled during this expedition. The LWD sensors just above the drill bit provided important information on the nature of the sediments and the occurrence of gashydrate. There has been significant advancements in the use of downhole well-logging tools to acquire detailed information on the occurrence of gashydrate in nature: From using electrical resistivity and acoustic logs to identify gashydrate occurrences in wells to where wireline and advanced logging-while-drilling tools are routinely used to examine the petrophysical nature of gashydrate reservoirs and the distribution and concentration of gashydrates within various complex reservoir systems. Recent integrated sediment coring and well-log studies have confirmed that electrical resistivity and acoustic velocity data can yield accurate gashydrate saturations in sediment grain supported (isotropic) systems such as sand reservoirs, but more advanced log analysis models are required to characterize gashydrate in fractured (anisotropic) reservoir systems. In support of the GOM JIP LegII effort, well-log data montages have been compiled and presented in this report which includes downhole logs obtained from all seven wells drilled during this expedition with a focus on identifying and characterizing the potential gas-hydrate-bearing sedimentary section in each of the wells. Also presented and reviewed in this report are the gas-hydrate saturation and sediment porosity logs for each of the wells as calculated from available downhole well logs.

  12. 29 CFR 1918.88 - Log operations.

    Science.gov (United States)

    2010-07-01

    ...) SAFETY AND HEALTH REGULATIONS FOR LONGSHORING Handling Cargo § 1918.88 Log operations. (a) Working in..., the employer shall ensure that employees remain clear of areas where logs being dumped could strike...

  13. Logging utilization in Idaho: Current and past trends

    Science.gov (United States)

    Eric A. Simmons; Todd A. Morgan; Erik C. Berg; Stanley J. Zarnoch; Steven W. Hayes; Mike T. Thompson

    2014-01-01

    A study of commercial timber-harvesting activities in Idaho was conducted during 2008 and 2011 to characterize current tree utilization, logging operations, and changes from previous Idaho logging utilization studies. A two-stage simple random sampling design was used to select sites and felled trees for measurement within active logging sites. Thirty-three logging...

  14. Estimating two indirect logging costs caused by accelerated erosion.

    Science.gov (United States)

    Glen O. Klock

    1976-01-01

    In forest areas where high soil erosion potential exists, a comparative yarding cost estimate, including the indirect costs determined by methods proposed here, shows that the total cost of using "advanced" logging methods may be less than that of "traditional" systems.

  15. Method and apparatus for logging inclined earth boreholes

    International Nuclear Information System (INIS)

    Youmans, A.H.

    1981-01-01

    An improved technique is provided for comparing the velocity of an elongated well logging instrument traversing an inclined earth borehole with the playout velocity of the well logging cable at the earth's surface to control both the cable hoist drum rotation and the rate of movement of the subsurface instrument and thus insure cable playout is in equilibrium with the logging instrument movement. Method and apparatus are described for detecting any reduction in movement of the logging instrument through the borehole and for reducing the velocity of the logging cable playout in response thereto by reducing drum rotation. Further, when the velocity of cable playout slows to a preselected value, a monitoring circuit generates control signals which actuate a means of power attached to or integral with the logging instrument which, upon initiation, apply a force to move the logging instrument upward or downward within the borehole

  16. Log-concavity property for some well-known distributions

    Directory of Open Access Journals (Sweden)

    G. R. Mohtashami Borzadaran

    2011-12-01

    Full Text Available Interesting properties and propositions, in many branches of science such as economics have been obtained according to the property of cumulative distribution function of a random variable as a concave function. Caplin and Nalebuff (1988,1989, Bagnoli and Khanna (1989 and Bagnoli and Bergstrom (1989 , 1989, 2005 have discussed the log-concavity property of probability distributions and their applications, especially in economics. Log-concavity concerns twice differentiable real-valued function g whose domain is an interval on extended real line. g as a function is said to be log-concave on the interval (a,b if the function ln(g is a concave function on (a,b. Log-concavity of g on (a,b is equivalent to g'/g being monotone decreasing on (a,b or (ln(g" 6] have obtained log-concavity for distributions such as normal, logistic, extreme-value, exponential, Laplace, Weibull, power function, uniform, gamma, beta, Pareto, log-normal, Student's t, Cauchy and F distributions. We have discussed and introduced the continuous versions of the Pearson family, also found the log-concavity for this family in general cases, and then obtained the log-concavity property for each distribution that is a member of Pearson family. For the Burr family these cases have been calculated, even for each distribution that belongs to Burr family. Also, log-concavity results for distributions such as generalized gamma distributions, Feller-Pareto distributions, generalized Inverse Gaussian distributions and generalized Log-normal distributions have been obtained.

  17. Linking susceptibility genes and pathogenesis mechanisms using mouse models of systemic lupus erythematosus

    Science.gov (United States)

    Crampton, Steve P.; Morawski, Peter A.; Bolland, Silvia

    2014-01-01

    Systemic lupus erythematosus (SLE) represents a challenging autoimmune disease from a clinical perspective because of its varied forms of presentation. Although broad-spectrum steroids remain the standard treatment for SLE, they have many side effects and only provide temporary relief from the symptoms of the disease. Thus, gaining a deeper understanding of the genetic traits and biological pathways that confer susceptibility to SLE will help in the design of more targeted and effective therapeutics. Both human genome-wide association studies (GWAS) and investigations using a variety of mouse models of SLE have been valuable for the identification of the genes and pathways involved in pathogenesis. In this Review, we link human susceptibility genes for SLE with biological pathways characterized in mouse models of lupus, and discuss how the mechanistic insights gained could advance drug discovery for the disease. PMID:25147296

  18. Linking susceptibility genes and pathogenesis mechanisms using mouse models of systemic lupus erythematosus

    Directory of Open Access Journals (Sweden)

    Steve P. Crampton

    2014-09-01

    Full Text Available Systemic lupus erythematosus (SLE represents a challenging autoimmune disease from a clinical perspective because of its varied forms of presentation. Although broad-spectrum steroids remain the standard treatment for SLE, they have many side effects and only provide temporary relief from the symptoms of the disease. Thus, gaining a deeper understanding of the genetic traits and biological pathways that confer susceptibility to SLE will help in the design of more targeted and effective therapeutics. Both human genome-wide association studies (GWAS and investigations using a variety of mouse models of SLE have been valuable for the identification of the genes and pathways involved in pathogenesis. In this Review, we link human susceptibility genes for SLE with biological pathways characterized in mouse models of lupus, and discuss how the mechanistic insights gained could advance drug discovery for the disease.

  19. Pulsed neutron generator for logging

    International Nuclear Information System (INIS)

    Thibideau, F.D.

    1977-01-01

    A pulsed neutron generator for uranium logging is described. This generator is one component of a prototype uranium logging probe which is being developed by SLA to detect, and assay, uranium by borehole logging. The logging method is based on the measurement of epithermal neutrons resulting from the prompt fissioning of uranium from a pulsed source of 17.6 MeV neutrons. An objective of the prototype probe was that its diameter not exceed 2.75 inches, which would allow its use in conventional rotary drill holes of 4.75-inch diameter. This restriction limited the generator to a maximum 2.375-inch diameter. The performance requirements for the neutron generator specified that it operate with a nominal output of 5 x 10 6 neutrons/pulse at up to 100 pulses/second for a one-hour period. The development of a neutron generator meeting the preliminary design goals was completed and two prototype models were delivered to SLA. These two generators have been used by SLA to log a number of boreholes in field evaluation of the probe. The results of the field evaluations have led to the recommendation of several changes to improve the probe's operation. Some of these changes will require additional development effort on the neutron generator. It is expected that this work will be performed during 1977. The design and operation of the first prototype neutron generators is described

  20. An innovative OSCE clinical log station: a quantitative study of its influence on Log use by medical students

    Directory of Open Access Journals (Sweden)

    Hudson Judith N

    2012-11-01

    Full Text Available Abstract Background A Clinical Log was introduced as part of a medical student learning portfolio, aiming to develop a habit of critical reflection while learning was taking place, and provide feedback to students and the institution on learning progress. It was designed as a longitudinal self-directed structured record of student learning events, with reflection on these for personal and professional development, and actions planned or taken for learning. As incentive was needed to encourage student engagement, an innovative Clinical Log station was introduced in the OSCE, an assessment format with established acceptance at the School. This study questions: How does an OSCE Clinical Log station influence Log use by students? Methods The Log station was introduced into the formative, and subsequent summative, OSCEs with careful attention to student and assessor training, marking rubrics and the standard setting procedure. The scoring process sought evidence of educational use of the log, and an ability to present and reflect on key learning issues in a concise and coherent manner. Results Analysis of the first cohort’s Log use over the four-year course (quantified as number of patient visits entered by all students revealed limited initial use. Usage was stimulated after introduction of the Log station early in third year, with some improvement during the subsequent year-long integrated community-based clerkship. Student reflection, quantified by the mean number of characters in the ‘reflection’ fields per entry, peaked just prior to the final OSCE (mid-Year 4. Following this, very few students continued to enter and reflect on clinical experience using the Log. Conclusion While the current study suggested that we can’t assume students will self-reflect unless such an activity is included in an assessment, ongoing work has focused on building learner and faculty confidence in the value of self-reflection as part of being a competent

  1. La competitividad logística en Latinoamérica: índice logístico vs. propuesta metodológica

    Directory of Open Access Journals (Sweden)

    Marco Alberto Valenzo Jiménez

    2016-02-01

    Full Text Available Este artículo muestra la situación actual de la competitividad logística en los países latinoamericanos, tomando como base el informe denominado “Connecting to Compite” (Trade Logistics in the Global Economy, 2007 del Banco Mundial. Este informe muestra el ranking de las posiciones que tienen los países latinoamericanos en materia de logística y en el cual se analizan las variables —aduanas, infraestructura, embarques internacionales, competencia logística, trazabilidad y seguimiento, costos logísticos domésticos y tiempo de entrega— que contiene la metodología utilizada por el Banco Mundial. La plataforma de estudio de este artículo parte del índice de competitividad logística, que, mediante la aplicación de la metodología “Valenzo – Martínez” permite analizar la base de datos de una manera más profunda, y da como resultado una escala de competitividad logística que nos muestra el nivel general de la competitividad logística en Latinoamérica, así como también el nivel de competitividad por variable, para, de esta manera, permitir una fácil interpretación de los resultados.

  2. The calibration facilities of gamma-ray spectrometer oil logging system

    International Nuclear Information System (INIS)

    Zhao Yunlong; Liu Yuzhang; Duan Wenxian

    1993-08-01

    The construction technology for the calibration facilities of gamma-ray spectrometer oil logging system is introduced. It is referenced to the experience from similar calibration facilities at home and abroad. Facilities consist of 9 models. The effective diameter of each model is 1.5 m and the height is 6 m. Each borehole has U ore zone, Th ore zone, K ore zone, high mixed zone, high mixed thin zone, low mixed zone and barren zone. There are 45 zones in total. Each element model has 6 in, 8.5 in and 12 in of different diameters. The preventing radon migration and complete sealing technology are used for each zone to prevent radon from escaping. The density of models, homogeneity and moisture of radio elements have been measured that gives a complete data for calibration adjusting of the instrument. The sizes of facilities and the concentration of radioactivity are reasonable designed and conformed to the recommendation of IAEA. Parameters are consistent with the parameters of calibration facilities built by Houston University in America. The emanation coefficient of the facilities is lees than 1%. The dry density of filling is 2.12 g/cm 3 and the relative standard deviation is +- 1.9%

  3. Selective logging and its relation to deforestation

    Science.gov (United States)

    Gregory P. Asner; Michael Keller; Marco Lentini; Frank Merry; Souza Jr. Carlos

    2009-01-01

    Selective logging is a major contributor to the social, economic, and ecological dynamics of Brazilian Amazonia. Logging activities have expanded from low-volume floodplain harvests in past centuries to high-volume operations today that take about 25 million m3 of wood from the forest each year. The most common high-impact conventional and often illegal logging...

  4. Landslide susceptibility mapping at Hoa Binh province (Vietnam) using an adaptive neuro-fuzzy inference system and GIS

    Science.gov (United States)

    Tien Bui, Dieu; Pradhan, Biswajeet; Lofman, Owe; Revhaug, Inge; Dick, Oystein B.

    2012-08-01

    The objective of this study is to investigate a potential application of the Adaptive Neuro-Fuzzy Inference System (ANFIS) and the Geographic Information System (GIS) as a relatively new approach for landslide susceptibility mapping in the Hoa Binh province of Vietnam. Firstly, a landslide inventory map with a total of 118 landslide locations was constructed from various sources. Then the landslide inventory was randomly split into a testing dataset 70% (82 landslide locations) for training the models and the remaining 30% (36 landslides locations) was used for validation purpose. Ten landslide conditioning factors such as slope, aspect, curvature, lithology, land use, soil type, rainfall, distance to roads, distance to rivers, and distance to faults were considered in the analysis. The hybrid learning algorithm and six different membership functions (Gaussmf, Gauss2mf, Gbellmf, Sigmf, Dsigmf, Psigmf) were applied to generate the landslide susceptibility maps. The validation dataset, which was not considered in the ANFIS modeling process, was used to validate the landslide susceptibility maps using the prediction rate method. The validation results showed that the area under the curve (AUC) for six ANFIS models vary from 0.739 to 0.848. It indicates that the prediction capability depends on the membership functions used in the ANFIS. The models with Sigmf (0.848) and Gaussmf (0.825) have shown the highest prediction capability. The results of this study show that landslide susceptibility mapping in the Hoa Binh province of Vietnam using the ANFIS approach is viable. As far as the performance of the ANFIS approach is concerned, the results appeared to be quite satisfactory, the zones determined on the map being zones of relative susceptibility.

  5. FLOZ-the computer program for the primary interpretation of nuclear borehole logging

    International Nuclear Information System (INIS)

    Zorski, T.

    1979-01-01

    This work presents the FLOZ program for nuclear well logging data interpretation. Program has been written in FORTRAN 1900 language for ODRA 1300 computers. The description of the program possibilities and the ways of its application are given. Short presentation of the interpretation method used here and the description of the program work with its complete listing, together with the explanatory commentaries are also presented. The type of interpretation performed by the program depends upon the kind of nuclear logging of interest. For neutron-gamma and gamma-gamma logging the program introduces the corrections for the following disturbing factors: the ratemeter time constant, the logging speed, the apparatus dead time, the gamma-ray background. The gamma-ray logging is corrected for the following disturbing factors: ratemeter time constant, the logging speed, the apparatus dead time of tool, borehole radius, gamma-ray absorbtion in the borehole liquid and the finite thickness of the layers. The calibration constant for gamma-ray probe can be introduced for calculations of radioactivity ore grades. The log deflections being the input data for the FLOZ program, are taken from specially prepared magnetic tape. The results of interpretation are written on magnetic tape, according to the X3GY system for the ODRA 1300 computers. The method of interpretation which is applicated in program FLOZ was elaborated by Prof. J.A. Czubek from Institute of Nuclear Physics in Cracow. (author)

  6. Mud Logging; Control geologico en perforaciones petroliferas (Mud Logging)

    Energy Technology Data Exchange (ETDEWEB)

    Pumarega Lafuente, J.C.

    1994-12-31

    Mud Logging is an important activity in the oil field and it is a key job in drilling operations, our duties are the acquisition, collection and interpretation of the geological and engineering data at the wellsite, also inform the client immediately of any significant changes in the well. (Author)

  7. A method of mapping sinkhole susceptibility using a geographic information system : a case study for interstates in the karst counties of Virginia.

    Science.gov (United States)

    2015-02-01

    This study proposes the use of a geographic information system (GIS) to create a susceptibility map, pinpointing : regions in the karst counties of Virginia, in particular, along interstates, most susceptible to future sinkhole : development, determi...

  8. Catching errors with patient-specific pretreatment machine log file analysis.

    Science.gov (United States)

    Rangaraj, Dharanipathy; Zhu, Mingyao; Yang, Deshan; Palaniswaamy, Geethpriya; Yaddanapudi, Sridhar; Wooten, Omar H; Brame, Scott; Mutic, Sasa

    2013-01-01

    A robust, efficient, and reliable quality assurance (QA) process is highly desired for modern external beam radiation therapy treatments. Here, we report the results of a semiautomatic, pretreatment, patient-specific QA process based on dynamic machine log file analysis clinically implemented for intensity modulated radiation therapy (IMRT) treatments delivered by high energy linear accelerators (Varian 2100/2300 EX, Trilogy, iX-D, Varian Medical Systems Inc, Palo Alto, CA). The multileaf collimator machine (MLC) log files are called Dynalog by Varian. Using an in-house developed computer program called "Dynalog QA," we automatically compare the beam delivery parameters in the log files that are generated during pretreatment point dose verification measurements, with the treatment plan to determine any discrepancies in IMRT deliveries. Fluence maps are constructed and compared between the delivered and planned beams. Since clinical introduction in June 2009, 912 machine log file analyses QA were performed by the end of 2010. Among these, 14 errors causing dosimetric deviation were detected and required further investigation and intervention. These errors were the result of human operating mistakes, flawed treatment planning, and data modification during plan file transfer. Minor errors were also reported in 174 other log file analyses, some of which stemmed from false positives and unreliable results; the origins of these are discussed herein. It has been demonstrated that the machine log file analysis is a robust, efficient, and reliable QA process capable of detecting errors originating from human mistakes, flawed planning, and data transfer problems. The possibility of detecting these errors is low using point and planar dosimetric measurements. Copyright © 2013 American Society for Radiation Oncology. Published by Elsevier Inc. All rights reserved.

  9. Applying Big Data solutions for log analytics in the PanDA infrastructure

    CERN Document Server

    Alekseev, Aleksandr; The ATLAS collaboration

    2017-01-01

    PanDA is the workflow management system of the ATLAS experiment at the LHC and is responsible for generating, brokering and monitoring up to two million jobs per day across 150 computing centers in the Worldwide LHC Computing Grid. The PanDA core consists of several components deployed centrally on around 20 servers. The daily log volume is around 400GB per day. In certain cases, troubleshooting a particular issue on the raw log files can be compared to searching for a needle in a haystack and requires a high level of expertise. Therefore we decided to build on trending Big Data solutions and utilize the ELK infrastructure (Filebeat, Logstash, Elastic Search and Kibana) to process, index and analyze our log files. This allows to overcome troubleshooting complexity, provides a better interface to the operations team and generates advanced analytics to understand our system. This paper will describe the features of the ELK stack, our infrastructure, optimal configuration settings and filters. We will provide ex...

  10. Mariners Weather Log

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — The Mariners Weather Log (MWL) is a publication containing articles, news and information about marine weather events and phenomena, worldwide environmental impact...

  11. Automated four-dimensional Monte Carlo workflow using log files and real-time motion monitoring

    DEFF Research Database (Denmark)

    Sibolt, Patrik; Cronholm, R.O.; Heath, E.

    2017-01-01

    been developed in python. The workflow has been tested and verified using an in-house developed dosimetry system comprised of a dynamic thorax phantom constructed for plastic scintillator dosimetry. The workflow is directly compatible with any treatment planning system and can also be triggered...... by the appearance of linac log files. It has minimum user interaction and, with the use of linac log files, it provides a method for verification of the actually delivered dose in the patient geometry....

  12. Pacific Rim log trade: determinants and trends.

    Science.gov (United States)

    Donald F. Flora; Andrea L. Anderson; Wendy J. McGinnls

    1991-01-01

    Pacific Rim trade in softwood logs amounts to about $3 billion annually, of which the U.S. share is about $2 billion. Log exporting is a significant part of the forest economy in the Pacific Northwest. The 10 major Pacific Rim log-trading client and competitor countries differ widely in their roles in trade and in their policies affecting the industry.

  13. Linking downhole logging data and clay mineralogy analysis in the ICDP Lake Junín drilling Project, Peru

    Science.gov (United States)

    Pierdominici, S.; Schleicher, A.; Kueck, J.; Rodbell, D. T.; Abbott, M. B.

    2017-12-01

    The lake Junin drilling project, co-funded by the International Continental Drilling Program (ICDP), is located at 4000 m a.s.l. in the tropical Andes of Peru. Several boreholes were drilled with the goal to obtain both high-resolution paleoclimate records from lacustrine sediments and to reconstruct the history of the continental records covering the glacial-interglacial cycles. Lake Junín is characterized by a thick package of lacustrine sediments (> 125 m) deposited at a high rate (0.2 to 1.0 mm yr-1), and it is one of the few lakes in the tropical Andes that is hundreds of thousands of years old with a continuous sedimentation rate preserving a very long and continuous record of past ice age cycles. The boreholes reached a maximum depth of 110.08 m and continuous coring was performed at three sites with 11 boreholes. Additionally, an extensive geophysical downhole logging campaign was performed on five boreholes (1A, 1C, 1D, 2A and 3B) by the Operational Support Group of ICDP. Downhole logging measurements comprise total and spectrum gamma ray, magnetic susceptibility, borehole geometry, temperature, and sonic p-wave velocity. In order to fit the downhole logging depths to the composite profile depths, each borehole was depth-matched with the core data. Interpreting the downhole logging data permits to establish a complete lithological log, to characterize the in-situ physical properties of drilled lacustrine sediments, to determine sedimentary structures and to obtain evidences about palaeoclimatic conditions during up to 200 ka. Th and K values are used as a proxy for a first estimate and characterization of clay content in the sediments, which are present as montmorillonite, smectite, illite, and kaolinite in different amounts. Linking the clay minerals that occur in the core material with the downhole logging data allows assessing the geological history of the lake and the relationship to climate change processes. Additional laboratory analysis will be

  14. Log and tree sawing times for hardwood mills

    Science.gov (United States)

    Everette D. Rast

    1974-01-01

    Data on 6,850 logs and 1,181 trees were analyzed to predict sawing times. For both logs and trees, regression equations were derived that express (in minutes) sawing time per log or tree and per Mbf. For trees, merchantable height is expressed in number of logs as well as in feet. One of the major uses for the tables of average sawing times is as a bench mark against...

  15. A history of nuclear well logging in the oil industry

    International Nuclear Information System (INIS)

    Tittle, C.W.

    1989-01-01

    Spurred by an interest in logging through steel casing γ-ray logging began in the late 1930s followed soon by neutron logging for porosity. These were the first two nuclear well logs. Gamma-gamma density logging was developed during the 1950s. Pulsed neutron lifetime logging appeared in the 1960s; the slim tools came in the early 1970s. Developments since then have included dual detector devices of several types which offered improved measurements or interpretation, γ-ray spectrometry logging (natural and neutron-induced) which identifies certain chemical elements, induced radioactivity logging, and the photoelectric absorption log, which, combined with the density log in a single tool, is known as litho-density logging. A combination of several γ-ray spectrometers in one tool, designed to determine 10 formation elements, was recently introduced, and a new neutron porosity tool measuring epithermal neutron die-away time has been developed. Digital transmission of logging data was a step forward in about 1975. Also, log interpretation techniques have greatly expanded since the advent of digital computers, and the microcomputer has had a distinct impact. It is now practical and economical to do iterative analysis on a suite of logs to obtain an optimum overall interpretation. (author)

  16. Review of the Czubek--Jonas gamma-log program

    International Nuclear Information System (INIS)

    Matthews, M.

    1978-11-01

    Several gamma-ray logs were computer processed using the Czubek--Jones and DOE's MDDAT gamma-log programs. Both of these programs convert counts per second from the gamma-ray logs to percent eU 3 O 8 . The results of these programs were compared to each other and to the core analysis (percent U 3 O 8 ) of the logged boreholes. The two gamma-log programs produced similar results. The core analysis did not compare favorably with the results of either gamma-log program. This unfavorable comparison is probably due to an incorrect assumption of secular equilibrium for the ore surrounding the boreholes. The Czubek--Jonas program requires a knowledge of the linear attenuation coefficient of the rocks surrounding a borehole. This limits the usefulness of the program because this coefficient is generally not known and varies for different gamma-ray energies. It is recommended that the MDDAT program continue to be used for estimating the grade (percent eU 3 O 8 ) from gamma-log data and not be replaced by the Czubek--Jonas program

  17. Nuclear log interpretation by first principle

    International Nuclear Information System (INIS)

    Oelgaard, P.L.

    1988-07-01

    A weakness connected to the present interpretation of nuclear borehole logs is that the interdependence of the various logs and physical effects of importance for the tools are not always taken into account in a correct way. Therefore a new approach to the interpretation of nuclear borehole logs is considered. It is based on the logs obtained with the natural gamma, the neutron porosity, the gamma density, and the pulsed neutron tools. For each of these tools a model, taking into account the important physical effects, is established. These models are incorporated into a computer programme which from the tool signals calculates, by use of iteration, a consistent set of the corresponding formation properties. In the paper the models developed for the four tools and the interpretation programme are briefly described. An example of the use of the interpretation programme is given and compared with a conventional interpretation. (author)

  18. Geophysical borehole logging and optical imaging of the pilot hole ONK-PH2

    International Nuclear Information System (INIS)

    Lahti, M.; Heikkinen, E.

    2005-01-01

    Suomen Malmi Oy conducted geophysical borehole logging and optical imaging surveys of pilot hole ONK-PH2 in ONKALO tunnel at the Olkiluoto site in December 2004. The survey is a part of Posiva Oy's detailed investigation program for the final disposal of spent nuclear fuel. The methods applied are magnetic susceptibility, natural gamma radiation, gamma-gamma density, single point resistance, Wenner-resistivity, borehole radar, full waveform sonic and optical imaging. The assignment included the field work of all the surveys, integration of the data as well as interpretation of the acoustic and borehole radar data. The report describes the field operation, equipment, processing procedures, interpretation results and shows the obtained geophysical and image data. The data as well as the interpretation results are delivered digitally in WellCAD and Excel format. (orig.)

  19. Geophysical borehole logging and optical imaging of the pilot hole ONK-PH2

    Energy Technology Data Exchange (ETDEWEB)

    Lahti, M. [Suomen Malmi Oy, Espoo (Finland); Heikkinen, E. [JP-Fintact Oy, Vantaa (Finland)

    2005-01-15

    Suomen Malmi Oy conducted geophysical borehole logging and optical imaging surveys of pilot hole ONK-PH2 in ONKALO tunnel at the Olkiluoto site in December 2004. The survey is a part of Posiva Oy's detailed investigation program for the final disposal of spent nuclear fuel. The methods applied are magnetic susceptibility, natural gamma radiation, gamma-gamma density, single point resistance, Wenner-resistivity, borehole radar, full waveform sonic and optical imaging. The assignment included the field work of all the surveys, integration of the data as well as interpretation of the acoustic and borehole radar data. The report describes the field operation, equipment, processing procedures, interpretation results and shows the obtained geophysical and image data. The data as well as the interpretation results are delivered digitally in WellCAD and Excel format. (orig.)

  20. Perancangan dan Realisasi Web-Based Data Logging System menggunakan ATmega16 melalui Hypertext Transfer Protocol (HTTP

    Directory of Open Access Journals (Sweden)

    RATNA SUSANA

    2016-02-01

    Full Text Available Abstrak Hypertext Transfer Protocol (HTTP merupakan protokol jaringan pada lapisan aplikasi TCP/IP yang menjadi dasar komunikasi pada World Wide Web (WWW. Penelitian ini merancang dan merealisasikan web-based data logging system yang bertujuan untuk memperkenalkan aturan HTTP, sehingga perangkat elektronik dapat berkomunikasi dengan website secara langsung. Sistem dirancang dengan dua sub sistem utama yaitu website data logger dan website. Data logger direalisasikan menggunakan ATMega16 yang diintegrasikan dengan sumber data analog dan digital, RTC serta modem GSM. Data logger berfungsi sebagai pengirim data, sedangkan website berfungsi sebagai pengatur, penerima, pengolah dan penyaji data. Sistem ini telah berhasil melakukan komunikasi antara data logger dengan website melalui HTTP, artinya protokol ini dapat diimplementasikan pada data logger yang menggunakan ATmega16. Perubahan data analog dan status logika 0 dan 1 dari data digital yang terjadi pada data logger dapat dilihat pada tampilan di website. Kata kunci:  basis data, data logger, Hypertext Transfer Protocol (HTTP, website, protokol jaringan. Abstract Hypertext Transfer Protocol (HTTP is an application layer network protocols in TCP/IP is the basis of communication on the World Wide Web (WWW. This research was to design and realize a web-based data logging system that aims to introduce the rules of HTTP, so that electronic devices could communicate with the website directly. The system was designed with two main sub-system, namely data logger and website. The data logger was realized using ATmega16 are integrated with analog and digital data sources, RTC and a GSM modem. Data logger function as the sender of data, while the website functions as regulator, receiver, processing and presenter data. This system had been successfully perform communication between the data logger to a website via HTTP, meaning that this protocol could be implemented on a data logger that uses ATmega16

  1. An application of adaptive neuro-fuzzy inference system to landslide susceptibility mapping (Klang valley, Malaysia)

    Science.gov (United States)

    Sezer, Ebru; Pradhan, Biswajeet; Gokceoglu, Candan

    2010-05-01

    Landslides are one of the recurrent natural hazard problems throughout most of Malaysia. Recently, the Klang Valley area of Selangor state has faced numerous landslide and mudflow events and much damage occurred in these areas. However, only little effort has been made to assess or predict these events which resulted in serious damages. Through scientific analyses of these landslides, one can assess and predict landslide-susceptible areas and even the events as such, and thus reduce landslide damages through proper preparation and/or mitigation. For this reason , the purpose of the present paper is to produce landslide susceptibility maps of a part of the Klang Valley areas in Malaysia by employing the results of the adaptive neuro-fuzzy inference system (ANFIS) analyses. Landslide locations in the study area were identified by interpreting aerial photographs and satellite images, supported by extensive field surveys. Landsat TM satellite imagery was used to map vegetation index. Maps of topography, lineaments and NDVI were constructed from the spatial datasets. Seven landslide conditioning factors such as altitude, slope angle, plan curvature, distance from drainage, soil type, distance from faults and NDVI were extracted from the spatial database. These factors were analyzed using an ANFIS to construct the landslide susceptibility maps. During the model development works, total 5 landslide susceptibility models were obtained by using ANFIS results. For verification, the results of the analyses were then compared with the field-verified landslide locations. Additionally, the ROC curves for all landslide susceptibility models were drawn and the area under curve values was calculated. Landslide locations were used to validate results of the landslide susceptibility map and the verification results showed 98% accuracy for the model 5 employing all parameters produced in the present study as the landslide conditioning factors. The validation results showed sufficient

  2. Advanced of X-ray fluorescence logging technique in China

    International Nuclear Information System (INIS)

    Zhou Sichun; Ge Liangquan; Lai Wanchang; Yang Qiang

    2010-01-01

    The paper discuses principle of X-ray fluorescence logging, and introduces advanced of X-ray fluorescence logging technique in China. By 2009, third generation XRF logging instrument has been developed in China, and good logging result has been obtained in Lala copper mine. (authors)

  3. Evaluation of an Automated System for Reading and Interpreting Disk Diffusion Antimicrobial Susceptibility Testing of Fastidious Bacteria.

    Science.gov (United States)

    Idelevich, Evgeny A; Becker, Karsten; Schmitz, Janne; Knaack, Dennis; Peters, Georg; Köck, Robin

    2016-01-01

    Results of disk diffusion antimicrobial susceptibility testing depend on individual visual reading of inhibition zone diameters. Therefore, automated reading using camera systems might represent a useful tool for standardization. In this study, the ADAGIO automated system (Bio-Rad) was evaluated for reading disk diffusion tests of fastidious bacteria. 144 clinical isolates (68 β-haemolytic streptococci, 28 Streptococcus pneumoniae, 18 viridans group streptococci, 13 Haemophilus influenzae, 7 Moraxella catarrhalis, and 10 Campylobacter jejuni) were tested on Mueller-Hinton agar supplemented with 5% defibrinated horse blood and 20 mg/L β-NAD (MH-F, Oxoid) according to EUCAST. Plates were read manually with a ruler and automatically using the ADAGIO system. Inhibition zone diameters, indicated by the automated system, were visually controlled and adjusted, if necessary. Among 1548 isolate-antibiotic combinations, comparison of automated vs. manual reading yielded categorical agreement (CA) without visual adjustment of the automatically determined zone diameters in 81.4%. In 20% (309 of 1548) of tests it was deemed necessary to adjust the automatically determined zone diameter after visual control. After adjustment, CA was 94.8%; very major errors (false susceptible interpretation), major errors (false resistant interpretation) and minor errors (false categorization involving intermediate result), calculated according to the ISO 20776-2 guideline, accounted to 13.7% (13 of 95 resistant results), 3.3% (47 of 1424 susceptible results) and 1.4% (21 of 1548 total results), respectively, compared to manual reading. The ADAGIO system allowed for automated reading of disk diffusion testing in fastidious bacteria and, after visual validation of the automated results, yielded good categorical agreement with manual reading.

  4. Costs and CO{sub 2} benefits of recovering, refining and transporting logging residues for fossil fuel replacement

    Energy Technology Data Exchange (ETDEWEB)

    Gustavsson, Leif [Ecotechnology, Department of Engineering and Sustainable Development, Mid Sweden University, 83125 Oestersund (Sweden); Linnaeus University, 35195 Vaexjoe (Sweden); Eriksson, Lisa; Sathre, Roger [Ecotechnology, Department of Engineering and Sustainable Development, Mid Sweden University, 83125 Oestersund (Sweden)

    2011-01-15

    There are many possible systems for recovering, refining, and transporting logging residues for use as fuel. Here we analyse costs, primary energy and CO{sub 2} benefits of various systems for using logging residues locally, nationally or internationally. The recovery systems we consider are a bundle system and a traditional chip system in a Nordic context. We also consider various transport modes and distances, refining the residues into pellets, and replacing different fossil fuels. Compressing of bundles entails costs, but the cost of chipping is greatly reduced if chipping is done on a large scale, providing an overall cost-effective system. The bundle system entails greater primary energy use, but its lower dry-matter losses mean that more biomass per hectare can be extracted from the harvest site. Thus, the potential replacement of fossil fuels per hectare of harvest area is greater with the bundle system than with the chip system. The fuel-cycle reduction of CO{sub 2} emissions per harvest area when logging residues replace fossil fuels depends more on the type of fossil fuel replaced, the logging residues recovery system used and the refining of the residues, than on whether the residues are transported to local, national or international end-users. The mode and distance of the transport system has a minor impact on the CO{sub 2} emission balance. (author)

  5. The Influence of Alloy Composition on the Hot Tear Susceptibility of the Al-Zn-Mg-Cu Alloy System

    International Nuclear Information System (INIS)

    Kim, Jee-Hun; Jo, Jae-Sub; Sim, Woo-Jeong; Im, Hang-Joon

    2012-01-01

    Hot tearing was the most significant casting defect when the castability evaluation of the Al- Zn-Mg-Cu alloy system was conducted. It was related to the solidification range of the alloy. Therefore, the hot tear susceptibility of the AA7075 alloy, whose solidification range is the widest, was evaluated. The hot tear susceptibility was evaluated by using a mold for a hot tearing test designed to create the condition for the occurrence of hot tear in 8 steps. According to the tearing location and shape, a hot tear susceptibility index (HTS) score was measured. The solidification range of each alloy and hot tear susceptibility was compared and thereafter the microstructure of a near tear defect was observed. As a result, the HTS of the AA7075 alloy was found to be 67. Also, the HTS in relation to a change in Zn, Mg, Cu composition showed a difference of about 6-11% compared to the AA7075 alloy.

  6. Technical basis for acceptance criteria on the susceptibility of digital systems to electromagnetic interference

    International Nuclear Information System (INIS)

    Ewing, P.D.; Korsah, K.; Antonescu, C.

    1992-01-01

    This paper discusses the development of the technical basis for establishing acceptance criteria on the susceptibility of digital systems to electromagnetic interference (EMI). The effort is sponsored by the US Nuclear Regulatory Commission and stems from the safety-related issues that need to be addressed with the application of digital instrumentation and controls systems in nuclear power plants. Designers of digital circuits are incorporating increasingly higher clock frequencies and lower logic voltage levels, thereby leading to the risk of susceptibility when spurious interference is misinterpreted as legitimate logic. Development of the technical basis for acceptance criteria centers around establishing good engineering practices to ensure that sufficient levels of electromagnetic compatibility (EMC) are maintained between the nuclear power plant's electronic and electromechanical systems. First, good EMC design and installation practices are needed to control the emissions from interference sources and their impact on other nearby circuits and systems. Then, a test and evaluation program is needed to outline the EMI tests to be performed, the associated test methods to be followed, and adequate test limits to ensure that the circuit or system under test meets the recommended guidelines. Test and evaluation should be followed by periodic maintenance to assess whether the recommended EMI control practices continue to be adhered to as part of the routine operation of the nuclear power plant. By following these steps, the probability of encountering safety-related problems associated with EMI will be greatly reduced

  7. The efficiency calibration and development of environmental correction factors for an in situ high-resolution gamma spectroscopy well logging system

    International Nuclear Information System (INIS)

    Giles, J.R.

    1996-05-01

    A Gamma Spectroscopy Logging System (GSLS) has been developed to study sub-surface radionuclide contamination. Absolute efficiency calibration of the GSLS was performed using simple cylindrical borehole geometry. The calibration source incorporated naturally occurring radioactive material (NORM) that emitted photons ranging from 186-keV to 2,614-keV. More complex borehole geometries were modeled using commercially available shielding software. A linear relationship was found between increasing source thickness and relative photon fluence rates at the detector. Examination of varying porosity and moisture content showed that as porosity increases, relative photon fluence rates increase linearly for all energies. Attenuation effects due to iron, water, PVC, and concrete cylindrical shields were found to agree with previous studies. Regression analyses produced energy-dependent equations for efficiency corrections applicable to spectral gamma-ray well logs collected under non-standard borehole conditions

  8. Rill erosion in burned and salvage logged western montane forests: Effects of logging equipment type, traffic level, and slash treatment

    Science.gov (United States)

    J. W. Wagenbrenner; P. R. Robichaud; R. E. Brown

    2016-01-01

    Following wildfires, forest managers often consider salvage logging burned trees to recover monetary value of timber, reduce fuel loads, or to meet other objectives. Relatively little is known about the cumulative hydrologic effects of wildfire and subsequent timber harvest using logging equipment. We used controlled rill experiments in logged and unlogged (control)...

  9. Applicability estimation of flowmeter logging for detecting hydraulic pass

    International Nuclear Information System (INIS)

    Miyakawa, Kimio; Tanaka, Yasuji; Tanaka, Kazuhiro

    1997-01-01

    Estimation of the hydraulic pass governing hydrogeological structure contributes significantly to the siting HLW repository. Flowmeter logging can detect hydraulic passes by measuring vertical flow velocity of groundwater in the borehole. We reviewed application of this logging in situ. The hydraulic pass was detected with combination of ambient flow logging, with pumping and/or injecting induced flow logging. This application showed that the flowmeter logging detected hydraulic passes conveniently and accurately compared with other hydraulic tests. Hydraulic conductivity by using flowmeter logging was assessed above 10 -6 m/sec and within one order from comparison with injection packer tests. We suggest that appropriate application of the flowmeter logging for the siting is conducted before hydraulic tests because test sections and monitoring sections are decided rationally for procurement of quantitative hydraulic data. (author)

  10. Electrical and gamma-ray logging in Gondwana and Tertiary coal fields of India

    International Nuclear Information System (INIS)

    Kayal, J.R.

    1979-01-01

    Electrical and gamma-ray logging have been very useful for identification and accurate determination of depth and thickness of coal seams in Gondwana and Tertiary coal fields of India. The characteristic resistance/resistivity peaks of coal seams in a particular area have been correlated, thus providing a picture of the subsurface structure. Physico-chemical properties of layers or sections of coal seams are responsive to electrical logs. Gamma-ray logs are found to be very useful for correlation and have sometimes been the only logs used in cased and dry boreholes for detection of coal seams. Under favourable conditions a single-point resistance log reveals a detailed picture of the formations and picks up thin coal seams as well as thin shale bands within the coal seam. But in some cases it fails to differentiate between coal and sandstone beds in spite of high contrast in true resistivities. Multi-electrode long-normal and lateral logs are found to be more useful in differentiating such formations because of higher penetration in this system. Long-normal and lateral curves can also be used to determine true resisvity of the formation. But long normal logs cannot pick up thin coal bands and/or thin shale partings within the coal seam because of the 'adjacent bed effect'. Gamma-ray logging can be done in both cased and uncased bore-holes or even in a dry borehole but its resolution for shaly coal or thin coal is not sufficient. Combined study has been found to yield the best results. (Auth.)

  11. The nuclear magnetic resonance well logging

    International Nuclear Information System (INIS)

    Zhang Yumin; Shen Huitang

    2003-01-01

    In this paper, the characteristic of the nuclear magnetic resonance logging is described at first. Then its development and its principle is presented. Compared with the nuclear magnetic resonance spectrometer, the magnet techniques is the first question that we must solve in the manufacture of the NMR well logging

  12. A Measuring System for Well Logging Attitude and a Method of Sensor Calibration

    Directory of Open Access Journals (Sweden)

    Yong Ren

    2014-05-01

    Full Text Available This paper proposes an approach for measuring the azimuth angle and tilt angle of underground drilling tools with a MEMS three-axis accelerometer and a three-axis fluxgate sensor. A mathematical model of well logging attitude angle is deduced based on combining space coordinate transformations and algebraic equations. In addition, a system implementation plan of the inclinometer is given in this paper, which features low cost, small volume and integration. Aiming at the sensor and assembly errors, this paper analyses the sources of errors, and establishes two mathematical models of errors and calculates related parameters to achieve sensor calibration. The results show that this scheme can obtain a stable and high precision azimuth angle and tilt angle of drilling tools, with the deviation of the former less than ±1.4° and the deviation of the latter less than ±0.1°.

  13. A measuring system for well logging attitude and a method of sensor calibration.

    Science.gov (United States)

    Ren, Yong; Wang, Yangdong; Wang, Mijian; Wu, Sheng; Wei, Biao

    2014-05-23

    This paper proposes an approach for measuring the azimuth angle and tilt angle of underground drilling tools with a MEMS three-axis accelerometer and a three-axis fluxgate sensor. A mathematical model of well logging attitude angle is deduced based on combining space coordinate transformations and algebraic equations. In addition, a system implementation plan of the inclinometer is given in this paper, which features low cost, small volume and integration. Aiming at the sensor and assembly errors, this paper analyses the sources of errors, and establishes two mathematical models of errors and calculates related parameters to achieve sensor calibration. The results show that this scheme can obtain a stable and high precision azimuth angle and tilt angle of drilling tools, with the deviation of the former less than ±1.4° and the deviation of the latter less than ±0.1°.

  14. Latent log-linear models for handwritten digit classification.

    Science.gov (United States)

    Deselaers, Thomas; Gass, Tobias; Heigold, Georg; Ney, Hermann

    2012-06-01

    We present latent log-linear models, an extension of log-linear models incorporating latent variables, and we propose two applications thereof: log-linear mixture models and image deformation-aware log-linear models. The resulting models are fully discriminative, can be trained efficiently, and the model complexity can be controlled. Log-linear mixture models offer additional flexibility within the log-linear modeling framework. Unlike previous approaches, the image deformation-aware model directly considers image deformations and allows for a discriminative training of the deformation parameters. Both are trained using alternating optimization. For certain variants, convergence to a stationary point is guaranteed and, in practice, even variants without this guarantee converge and find models that perform well. We tune the methods on the USPS data set and evaluate on the MNIST data set, demonstrating the generalization capabilities of our proposed models. Our models, although using significantly fewer parameters, are able to obtain competitive results with models proposed in the literature.

  15. Novel Desorber for Online Drilling Mud Gas Logging.

    Science.gov (United States)

    Lackowski, Marcin; Tobiszewski, Marek; Namieśnik, Jacek

    2016-01-01

    This work presents the construction solution and experimental results of a novel desorber for online drilling mud gas logging. The traditional desorbers use mechanical mixing of the liquid to stimulate transfer of hydrocarbons to the gaseous phase that is further analyzed. The presented approach is based on transfer of hydrocarbons from the liquid to the gas bubbles flowing through it and further gas analysis. The desorber was checked for gas logging from four different drilling muds collected from Polish boreholes. The results of optimization studies are also presented in this study. The comparison of the novel desorber with a commercial one reveals strong advantages of the novel one. It is characterized by much better hydrocarbons recovery efficiency and allows reaching lower limits of detection of the whole analytical system. The presented desorber seems to be very attractive alternative over widely used mechanical desorbers.

  16. PTPN22 gene polymorphisms in autoimmune diseases with special reference to systemic lupus erythematosus disease susceptibility

    Directory of Open Access Journals (Sweden)

    Pradhan V

    2010-01-01

    Full Text Available Systemic lupus erythematosus (SLE is a prototype autoimmune disease. SLE is a result of one or more immune mechanisms, like autoantibody production, complement activation, multiple inflammation and immune complex deposition leading to organ tissue damage. SLE affected patients are susceptible to common and opportunistic infections. There are several reports suggesting that Mycobacterium tuberculosis infection precipitates SLE in patients from endemic areas. Genetic factors and environmental factors also play an important role in the overall susceptibility to SLE pathophysiology. Recently, protein tyrosine phosphatase, non-receptor type 22 (PTPN22 gene, has been found to be associated with several autoimmune diseases like SLE, Grave′s disease and Hashimoto thyroiditis. The missense R620W polymorphism, rs 2476601, in PTPN22 gene at the nucleotide 1858 in codon 620 (620Arg > Trp has been associated with autoimmune diseases. The PTPN22 locus is also found to be responsible for development of pulmonary tuberculosis in certain populations. The PTPN22 1858C/T gene locus will be ideal to look for SLE susceptibility to tuberculosis in the Indian population. In this review, we focus on human PTPN22 gene structure and function as well as the association of PTPN22 gene polymorphisms with SLE susceptibility

  17. The effect of ultraviolet radiation on water-logging resistance in ...

    African Journals Online (AJOL)

    PRECIOUS

    2009-12-01

    Dec 1, 2009 ... similar defense systems to reduce cellular damages and a phenomenon ... UV-B radiation (280 - 320 nm) was provided by UV-B Lamps. (Beijing Normal .... of the experiment, water-logging led to a decrease of. SOD activity ...

  18. Neutron logging reliability techniques and apparatus

    International Nuclear Information System (INIS)

    Johnstone, C.W.

    1978-01-01

    This invention relates in general to neutron logging of earth formations, and in particular, to novel apparatus and procedures for determining the validity, or reliability, of data derived at least in part by logging neutron characteristics of earth formations and, if desired, for affording verifiably accurate indications of such data

  19. Neutron logging reliability techniques and apparatus

    International Nuclear Information System (INIS)

    Johnstone, C.W.

    1974-01-01

    This invention relates in general to neutron logging of earth formations, and in particular, to novel apparatus and procedures for determining the validity, or reliability, of data derived at least in part by logging neutron characteristics of earth formations and, if desired, for affording verifiably accurate indications of such data. (author)

  20. Towards an entropy-based analysis of log variability

    DEFF Research Database (Denmark)

    Back, Christoffer Olling; Debois, Søren; Slaats, Tijs

    2017-01-01

    the development of hybrid miners: given a (sub-)log, can we determine a priori whether the log is best suited for imperative or declarative mining? We propose using the concept of entropy, commonly used in information theory. We consider different measures for entropy that could be applied and show through...... experimentation on both synthetic and real-life logs that these entropy measures do indeed give insights into the complexity of the log and can act as an indicator of which mining paradigm should be used....

  1. Towards an Entropy-based Analysis of Log Variability

    DEFF Research Database (Denmark)

    Back, Christoffer Olling; Debois, Søren; Slaats, Tijs

    2018-01-01

    the development of hybrid miners: given a log, can we determine a priori whether the log is best suited for imperative or declarative mining? We propose using the concept of entropy, commonly used in information theory. We consider different measures for entropy that could be applied and show through...... experimentation on both synthetic and real-life logs that these entropy measures do indeed give insights into the complexity of the log and can act as an indicator of which mining paradigm should be used....

  2. Inversion of a lateral log using neural networks

    International Nuclear Information System (INIS)

    Garcia, G.; Whitman, W.W.

    1992-01-01

    In this paper a technique using neural networks is demonstrated for the inversion of a lateral log. The lateral log is simulated by a finite difference method which in turn is used as an input to a backpropagation neural network. An initial guess earth model is generated from the neural network, which is then input to a Marquardt inversion. The neural network reacts to gross and subtle data features in actual logs and produces a response inferred from the knowledge stored in the network during a training process. The neural network inversion of lateral logs is tested on synthetic and field data. Tests using field data resulted in a final earth model whose simulated lateral is in good agreement with the actual log data

  3. Ordinal Log-Linear Models for Contingency Tables

    Directory of Open Access Journals (Sweden)

    Brzezińska Justyna

    2016-12-01

    Full Text Available A log-linear analysis is a method providing a comprehensive scheme to describe the association for categorical variables in a contingency table. The log-linear model specifies how the expected counts depend on the levels of the categorical variables for these cells and provide detailed information on the associations. The aim of this paper is to present theoretical, as well as empirical, aspects of ordinal log-linear models used for contingency tables with ordinal variables. We introduce log-linear models for ordinal variables: linear-by-linear association, row effect model, column effect model and RC Goodman’s model. Algorithm, advantages and disadvantages will be discussed in the paper. An empirical analysis will be conducted with the use of R.

  4. Long-term responses of rainforest erosional systems at different spatial scales to selective logging and climatic change

    Science.gov (United States)

    Walsh, R. P. D.; Bidin, K.; Blake, W. H.; Chappell, N. A.; Clarke, M. A.; Douglas, I.; Ghazali, R.; Sayer, A. M.; Suhaimi, J.; Tych, W.; Annammala, K. V.

    2011-01-01

    Long-term (21–30 years) erosional responses of rainforest terrain in the Upper Segama catchment, Sabah, to selective logging are assessed at slope, small and large catchment scales. In the 0.44 km2 Baru catchment, slope erosion measurements over 1990–2010 and sediment fingerprinting indicate that sediment sources 21 years after logging in 1989 are mainly road-linked, including fresh landslips and gullying of scars and toe deposits of 1994–1996 landslides. Analysis and modelling of 5–15 min stream-suspended sediment and discharge data demonstrate a reduction in storm-sediment response between 1996 and 2009, but not yet to pre-logging levels. An unmixing model using bed-sediment geochemical data indicates that 49 per cent of the 216 t km−2 a−1 2009 sediment yield comes from 10 per cent of its area affected by road-linked landslides. Fallout 210Pb and 137Cs values from a lateral bench core indicate that sedimentation rates in the 721 km2 Upper Segama catchment less than doubled with initially highly selective, low-slope logging in the 1980s, but rose 7–13 times when steep terrain was logged in 1992–1993 and 1999–2000. The need to keep steeplands under forest is emphasized if landsliding associated with current and predicted rises in extreme rainstorm magnitude-frequency is to be reduced in scale. PMID:22006973

  5. Data Cleaning Methods for Client and Proxy Logs

    NARCIS (Netherlands)

    Weinreich, H.; Obendorf, H.; Herder, E.; Edmonds, A.; Hawkey, K.; Kellar, M.; Turnbull, D.

    2006-01-01

    In this paper we present our experiences with the cleaning of Web client and proxy usage logs, based on a long-term browsing study with 25 participants. A detailed clickstream log, recorded using a Web intermediary, was combined with a second log of user interface actions, which was captured by a

  6. Using Web Server Logs in Evaluating Instructional Web Sites.

    Science.gov (United States)

    Ingram, Albert L.

    2000-01-01

    Web server logs contain a great deal of information about who uses a Web site and how they use it. This article discusses the analysis of Web logs for instructional Web sites; reviews the data stored in most Web server logs; demonstrates what further information can be gleaned from the logs; and discusses analyzing that information for the…

  7. Landslides susceptibility mapping at Gunung Ciremai National Park

    Science.gov (United States)

    Faizin; Nur, Bambang Azis

    2018-02-01

    In addition to agriculture, tourism became one of primary economic income for communities around Mount Ciremai, West, Java. Unfortunately, the landscape of West Java has many potential causes to disasters, mainly landslides. Mapping of disaster susceptibility area is needed as a consideration of tourism planning. The study was conducted in Gunung Ciremai National Park, West Java. This paper propose a methodology to map landslides susceptibilities based on spatial data. Using Geographic Information System tools, several environmental parameters such as slope, land use, elevation, and lithology are scored to build a landslide susceptibility map. Then, susceptibility map is overlaid with Utilization Zone.

  8. Borehole Logging and Slug Tests for Evaluating the Applicability of Electrical Resistivity Tomography for Groundwater Exploration in Nampula Complex, Mozambique

    Directory of Open Access Journals (Sweden)

    Farisse Chirindja

    2017-02-01

    Full Text Available In Nampula province, Mozambique, there is a high number of water wells considered as having failed for having too low a pumping yield. Two Electrical Resistivity Tomography (ERT measurement campaigns were conducted in the area for evaluating the reasons of failures. However, in some cases it was difficult to verify and interpret the ERT results by only using the inadequate lithological description presented in drilling reports. In this paper the integration of borehole logging and slug testing is presented as a solution to add more information and to enhance the interpretation of ERT models. The borehole logging tool measured resistivity, magnetic susceptibility and natural gamma. The logging results proved that the ERT models are accurate in estimating the resistivity for basement (>1400 Ωm, fractured layer (220–1400 Ωm, semi-weathered layer with clay accumulation (10–220 Ωm, and weathered and leached layer (220–2700 Ωm. The slug testing gave results of high hydraulic conductivity (K values where the ERT indicates well-developed weathered and fractured layers, and low K values where these are less developed. The borehole interpretation can be extrapolated using the ERT model to give a geometric characterization of the aquifer. Therefore, the implementation of the ERT method in groundwater exploration is encouraged.

  9. Tucker Wireline Open Hole Wireline Logging; FINAL

    International Nuclear Information System (INIS)

    Milliken, M.

    2002-01-01

    The Tucker Wireline unit ran a suite of open hole logs right behind the RMOTC logging contractor for comparison purposes. The tools included Dual Laterolog, Phased Induction, BHC Sonic, and Density-Porosity

  10. SU-F-T-469: A Clinically Observed Discrepancy Between Image-Based and Log- Based MLC Position

    Energy Technology Data Exchange (ETDEWEB)

    Neal, B; Ahmed, M; Siebers, J [University of Virginia Health System, Charlottesville, VA (United States)

    2016-06-15

    Purpose: To present a clinical case which challenges the base assumption of log-file based QA, by showing that the actual position of a MLC leaf can suddenly deviate from its programmed and logged position by >1 mm as observed with real-time imaging. Methods: An EPID-based exit-fluence dosimetry system designed to prevent gross delivery errors was used in cine mode to capture portal images during treatment. Visual monitoring identified an anomalous MLC leaf pair gap not otherwise detected by the automatic position verification. The position of the erred leaf was measured on EPID images and log files were analyzed for the treatment in question, the prior day’s treatment, and for daily MLC test patterns acquired on those treatment days. Additional standard test patterns were used to quantify the leaf position. Results: Whereas the log file reported no difference between planned and recorded positions, image-based measurements showed the leaf to be 1.3±0.1 mm medial from the planned position. This offset was confirmed with the test pattern irradiations. Conclusion: It has been clinically observed that log-file derived leaf positions can differ from their actual positions by >1 mm, and therefore cannot be considered to be the actual leaf positions. This cautions the use of log-based methods for MLC or patient quality assurance without independent confirmation of log integrity. Frequent verification of MLC positions through independent means is a necessary precondition to trusting log file records. Intra-treatment EPID imaging provides a method to capture departures from MLC planned positions. Work was supported in part by Varian Medical Systems.

  11. Testing of a uranium downhole logging system to measure in-situ plutonium concentrations in sediments. [216-Z-1A crib

    Energy Technology Data Exchange (ETDEWEB)

    Kasper, R.B.; Kay, M.A.; Bruns, L.E.; Stokes, J.A.; Steinman, D.K.; Adams, J.

    1980-11-01

    A prototype urainium borehole logging system, developed for uranium exploration, was modified for Pu assay and testing at the site. It uses the delayed fission neutron (DFN) method. It was tested in a retired Pu facility, the 216-Z-1A Crib. General agreement between laboratory determined Pu concentrations in sediment samples and neutron flux measurements was found for the relative distribution with depth.

  12. Experience in well logging study of Eocene deposits at the territory of Central and West Azerbaijan

    International Nuclear Information System (INIS)

    Shilov, G.Ya.; Makhmudova, V.M.; Agabekova, L.A.

    1989-01-01

    Experience of investigation of Eocene deposits in Azerbaijan by well-logging methods (WLM), including gamma-logging (GL), neutron gamma-logging (NGL), gamma-gamma logging (GGL), is generalized. Clay rocks are characterized by the maximal NGL and GL values, tuff sandstones - by the average NGL values. NGL and GGL data are used to determine porosity of strata. Complex interpretation of WLM data enables to obtain reliable evaluations of lithology, porosity and oil saturation of Eocene rocks. Algorithm of quantitative interpretation of WLM materials is suggested. Efficiency of WLM interpretation was equal to 95 %. Since the suggested algorithm is formalized completely, it can be realized in systems of complex WLM interpretation by computer

  13. Neutron--neutron logging

    International Nuclear Information System (INIS)

    Allen, L.S.

    1977-01-01

    A borehole logging tool includes a steady-state source of fast neutrons, two epithermal neutron detectors, and two thermal neutron detectors. A count rate meter is connected to each neutron detector. A first ratio detector provides an indication of the porosity of the formation surrounding the borehole by determining the ratio of the outputs of the two count rate meters connected to the two epithermal neutron detectors. A second ratio detector provides an indication of both porosity and macroscopic absorption cross section of the formation surrounding the borehole by determining the ratio of the outputs of the two count rate meters connected to the two thermal neutron detectors. By comparing the signals of the two ratio detectors, oil bearing zones and salt water bearing zones within the formation being logged can be distinguished and the amount of oil saturation can be determined. 6 claims, 2 figures

  14. Ocular TRUST: nationwide antimicrobial susceptibility patterns in ocular isolates.

    Science.gov (United States)

    Asbell, Penny A; Colby, Kathryn A; Deng, Sophie; McDonnell, Peter; Meisler, David M; Raizman, Michael B; Sheppard, John D; Sahm, Daniel F

    2008-06-01

    Ocular Tracking Resistance in U.S. Today (TRUST) annually evaluates in vitro antimicrobial susceptibility of Staphylococcus aureus, Streptococcus pneumoniae, and Haemophilus influenzae to ciprofloxacin, gatifloxacin, levofloxacin, moxifloxacin, penicillin, azithromycin, tobramycin, trimethoprim, and polymyxin B in national samples of ocular isolates. Laboratory investigation. Prospectively collected ocular isolates (197 S. aureus, 49 S. pneumoniae, and 32 H. influenzae) from 35 institutions and archived ocular isolates (760 S. pneumoniae and 356 H. influenzae) from 34 institutions were tested by an independent, central laboratory. Mean minimum inhibitory concentrations that would inhibit growth of 90% of the tested isolates (MIC(90)) were interpreted as susceptible, intermediate, or resistant according to standardized breakpoints for systemic treatment. S. aureus isolates were classified as methicillin susceptible (MSSA) or methicillin resistant (MRSA). MSSA or MRSA susceptibility patterns were virtually identical for the fluoroquinolones, that is, MSSA susceptibility was 79.9% to 81.1% and MRSA susceptibility was 15.2%. Trimethoprim was the only agent tested with high activity against MRSA. All S. pneumoniae isolates were susceptible to gatifloxacin, levofloxacin, and moxifloxacin; 89.8% were susceptible to ciprofloxacin. H. influenzae isolates were 100% susceptible to all tested agents but trimethoprim. Ocular TRUST 1 data were consistent with the eight-year longitudinal sample of archived ocular isolates. The fluoroquinolones were consistently active in MSSA, S. pneumoniae, and H. influenzae. After more than a decade of intensive ciprofloxacin and levofloxacin use as systemic therapy, 100% of ocular S. pneumoniae isolates were susceptible to gatifloxacin, levofloxacin, and moxifloxacin; nonsusceptibility to ciprofloxacin was less than 15%. High-level in vitro MRSA resistance suggests the need to consider alternative therapy to fluoroquinolones when MRSA is a

  15. Synthetic rope applications in Appalachian logging

    Science.gov (United States)

    Ben D. Spong; Jingxin Wang

    2008-01-01

    New ultra-high molecular weight polyethylene rope has shown good results as a replacement for wire rope in logging applications in the western United States. A single case study trial was performed in Appalachian forest conditions to assess the appropriateness of this technology for hardwood logging applications. The study focused on use of the rope in West Virginia...

  16. A survey of animal-powered logging in Alabama

    Science.gov (United States)

    Christopher W. Toms; Mark R. Dubois; John C. Bliss; John H. Wilhoit; Robert B. Rummer

    2001-01-01

    In a state with a very large, highly mechanized timber harvesting industry, animal-powered logging still occupies a niche in Alabama as a small-scale harvesting alternative. This article summarizes the results from a study that examined the extent of animal logging in Alabama. We investigated this topic by asking who is logging with animals, where are they working,...

  17. Sediment transport and soil disturbance after postfire logging.

    Science.gov (United States)

    James D. McIver

    2003-01-01

    Recently there has been considerable debate on the practice of postfire logging, in which burned forests are entered soon after fire to recover commercially valuable trees. Proponents of the practice argue that postfire logging is part of a 'restoration package' that can be used to control erosion (e.g., contour logging) and can help to mitigate costs of...

  18. Root layering in a tropical forest after logging (Central Vietnam

    Directory of Open Access Journals (Sweden)

    Zdeněk Čermák

    2012-01-01

    Full Text Available Indigenous stands of tropical rain forests in the region of Kon Ha Nung are one of the most preserved forests in the whole Vietnam. Despite the logging activities mainly in the 1970’s, it was possible to preserve intact forests free from any primary harvesting. In the past, other stands were influenced by the logging to various extent. Some of those stands are managed presently; others were left to natural development. This paper deals with the influence of harvesting activities on the root system in forest stands. In primary stands and in stands with known harvest intensity, samples of root systems were collected. The total weight of dry basis and mainly their layering within the soil profile were assessed. The collected roots were divided into three classes: class I – ≤ 1.0 mm, class II 1.1–5.0 mm, class III – over 5.0 mm in the diameter. In the monitored plots, the total weight of dry basis of fine roots to 1.0 mm ranged from 2.34–3.24 t∙ha−1. The weight of dry basis of roots from 1.0–5.0 mm ranged from 6.57–9.69 t∙ha−1. The majority of roots of class I is presented in the top 10.0 cm of the soil and their share drops with the increasing depth. The roots of class II are distributed more equally. It was impossible to prove the influence of the logging on the root system.

  19. Use of pulsed neutron-neutron logging, thermal neutron-neutron logging, and gamma logging methods in classification for sand-clay sediments of Lower Cretaceous in Prikumsk oil-and-gas region according to filtration-capacitance characteristics

    International Nuclear Information System (INIS)

    Maksimenko, A.N.; Basin, Ya.N.; Novgorodov, V.A.

    1974-01-01

    To isolate reservoirs, the formation and deformation penetration zone parameters are used. They are estimated according to the false oil saturation factor and the time of the penetration zone deformation which are determined from the complex exploration of cased wells using the pulse neutron logging, thermal neutron-neutron logging and gamma logging techniques

  20. Susceptibility of Campylobacter jejuni and Yersinia enterocolitica to UV radiation

    Energy Technology Data Exchange (ETDEWEB)

    Butler, R.C.; Lund, V.; Carlson, D.A.

    1987-02-01

    Two enteric pathogens, Campylobacter jejuni and Yersinia enterocolitica serogroup O:3, together with Escherichia coli, were investigated for susceptibility to UV radiation at 254 nm. The UV dose required for a 3-log reduction (99.9% inactivation) of C. jejuni, Y. enterocolitica, and E. coli was 1.8, 2.7, and 5.0 mWs/cm2, respectively. Using E. coli as the basis for comparison, it appears that C. jejuni and Y. enterocolitica serogroup O:3 are more sensitive to UV than many of the pathogens associated with waterborne disease outbreaks and can be easily inactivated in most commercially available UV reactors. No association was found between the sensitivity of Y. enterocolitica to UV and the presence of a 40- to 50-megadalton virulence plasmid.

  1. Susceptibility of Campylobacter jejuni and Yersinia enterocolitica to UV radiation

    International Nuclear Information System (INIS)

    Butler, R.C.; Lund, V.; Carlson, D.A.

    1987-01-01

    Two enteric pathogens, Campylobacter jejuni and Yersinia enterocolitica serogroup O:3, together with Escherichia coli, were investigated for susceptibility to UV radiation at 254 nm. The UV dose required for a 3-log reduction (99.9% inactivation) of C. jejuni, Y. enterocolitica, and E. coli was 1.8, 2.7, and 5.0 mWs/cm2, respectively. Using E. coli as the basis for comparison, it appears that C. jejuni and Y. enterocolitica serogroup O:3 are more sensitive to UV than many of the pathogens associated with waterborne disease outbreaks and can be easily inactivated in most commercially available UV reactors. No association was found between the sensitivity of Y. enterocolitica to UV and the presence of a 40- to 50-megadalton virulence plasmid

  2. Supply of Rubber Wood Log in Malaysia

    OpenAIRE

    Noraida, A. W.; Abdul-Rahim, A. S.

    2014-01-01

    Issue on shortage of raw material for wood processing solved by discovery of rubber wood log as one of the substitutes the natural log. This paper examines the supply of rubber wood log in Malaysia. We employ ARDL Bound Approach Test and time series data from 1980 to 2010 which represented the whole Malaysia are used to achieve the established objectives. The result shown, in the long run harvested area and wages have 1% and 10% significant level respectively. While in the short run, there wa...

  3. Flood susceptibility mapping using novel ensembles of adaptive neuro fuzzy inference system and metaheuristic algorithms.

    Science.gov (United States)

    Razavi Termeh, Seyed Vahid; Kornejady, Aiding; Pourghasemi, Hamid Reza; Keesstra, Saskia

    2018-02-15

    Flood is one of the most destructive natural disasters which cause great financial and life losses per year. Therefore, producing susceptibility maps for flood management are necessary in order to reduce its harmful effects. The aim of the present study is to map flood hazard over the Jahrom Township in Fars Province using a combination of adaptive neuro-fuzzy inference systems (ANFIS) with different metaheuristics algorithms such as ant colony optimization (ACO), genetic algorithm (GA), and particle swarm optimization (PSO) and comparing their accuracy. A total number of 53 flood locations areas were identified, 35 locations of which were randomly selected in order to model flood susceptibility and the remaining 16 locations were used to validate the models. Learning vector quantization (LVQ), as one of the supervised neural network methods, was employed in order to estimate factors' importance. Nine flood conditioning factors namely: slope degree, plan curvature, altitude, topographic wetness index (TWI), stream power index (SPI), distance from river, land use/land cover, rainfall, and lithology were selected and the corresponding maps were prepared in ArcGIS. The frequency ratio (FR) model was used to assign weights to each class within particular controlling factor, then the weights was transferred into MATLAB software for further analyses and to combine with metaheuristic models. The ANFIS-PSO was found to be the most practical model in term of producing the highly focused flood susceptibility map with lesser spatial distribution related to highly susceptible classes. The chi-square result attests the same, where the ANFIS-PSO had the highest spatial differentiation within flood susceptibility classes over the study area. The area under the curve (AUC) obtained from ROC curve indicated the accuracy of 91.4%, 91.8%, 92.6% and 94.5% for the respective models of FR, ANFIS-ACO, ANFIS-GA, and ANFIS-PSO ensembles. So, the ensemble of ANFIS-PSO was introduced as the

  4. Screening efficacy of a simplified logMAR chart

    Directory of Open Access Journals (Sweden)

    Naganathan Muthuramalingam

    2016-04-01

    Aim: This study evaluates the efficacy of a simplified logMAR chart, designed for VA testing over the conventional Snellen chart, in a school-based vision-screening programme. Methods: We designed a simplified logMAR chart by employing the principles of the Early Treatment Diabetic Retinopathy Study (ETDRS chart in terms of logarithmic letter size progression, inter-letter spacing, and inter-line spacing. Once the simplified logMAR chart was validated by students in the Elite school vision-screening programme, we set out to test the chart in 88 primary and middle schools in the Tiruporur block of Kancheepuram district in Tamil Nadu. One school teacher in each school was trained to screen a cross-sectional population of 10 354 primary and secondary school children (girls: 5488; boys: 4866 for VA deficits using a new, simplified logMAR algorithm. An experienced paediatric optometrist was recruited to validate the screening methods and technique used by the teachers to collect the data. Results: The optometrist screened a subset of 1300 school children from the total sample. The optometrist provided the professional insights needed to validate the clinical efficacy of the simplified logMAR algorithm and verified the reliability of the data collected by the teachers. The mean age of children sampled for validation was 8.6 years (range: 9–14 years. The sensitivity and the specificity of the simplified logMAR chart when compared to the standard logMAR chart were found to be 95% and 98%, respectively. Kappa value was 0.97. Sensitivity of the teachers’ screening was 66.63% (95% confidence interval [CI]: 52.73–77.02 and the specificity was 98.33% (95% CI: 97.49–98.95. Testing of VA was done under substandard illumination levels in 87% of the population. A total of 10 354 children were screened, 425 of whom were found to have some form of visual and/or ocular defect that was identified by the teacher or optometrist. Conclusion: The simplified logMAR testing algorithm

  5. Novel Desorber for Online Drilling Mud Gas Logging

    Directory of Open Access Journals (Sweden)

    Marcin Lackowski

    2016-01-01

    Full Text Available This work presents the construction solution and experimental results of a novel desorber for online drilling mud gas logging. The traditional desorbers use mechanical mixing of the liquid to stimulate transfer of hydrocarbons to the gaseous phase that is further analyzed. The presented approach is based on transfer of hydrocarbons from the liquid to the gas bubbles flowing through it and further gas analysis. The desorber was checked for gas logging from four different drilling muds collected from Polish boreholes. The results of optimization studies are also presented in this study. The comparison of the novel desorber with a commercial one reveals strong advantages of the novel one. It is characterized by much better hydrocarbons recovery efficiency and allows reaching lower limits of detection of the whole analytical system. The presented desorber seems to be very attractive alternative over widely used mechanical desorbers.

  6. Borehole Logging for Uranium by Gamma-Ray Spectrometry

    DEFF Research Database (Denmark)

    Løvborg, Leif; Nyegaard, P.; Christiansen, E. M.

    1980-01-01

    The resources in a large syngenetic deposit of low-grade uranium (U) ore with thorium at Kvanefjeld, South Greenland, were evaluated by spectrometric gamma-ray logging of 23 boreholes, 46 mm in diameter and 200 m deep. The borehole probe's detector contained 22 cm3 of sodium-iodide, and the photo......The resources in a large syngenetic deposit of low-grade uranium (U) ore with thorium at Kvanefjeld, South Greenland, were evaluated by spectrometric gamma-ray logging of 23 boreholes, 46 mm in diameter and 200 m deep. The borehole probe's detector contained 22 cm3 of sodium...... of the spectrometer system were determined by calculating the average number of U and thorium (Th) counts per meter of borehole and comparing these with the U-Th concentrations in 1-m sections of analyzed drill core. The sensitivity and the background count rate in the uranium window varied appreciably from one hole...

  7. Correlation between rotary drill performance parameters and borehole geophysical logging

    International Nuclear Information System (INIS)

    Scoble, M.J.; Peck, J.; Hendricks, C.

    1989-01-01

    There is a growing interest in developing performance monitoring techniques for both surface and underground mining equipment used in excavating, loading and transport systems. Research into the techniques and applications for monitoring drilling machinery including gamma and neutron logging, is reviewed. 17 refs.; 5 figs

  8. National logging program for the National Uranium Resource Evaluation. Final report

    International Nuclear Information System (INIS)

    The Mineral Engineering Division (MED) of High Life Helicopters, Inc., operated from May, 1979, through August, 1981, as a subcontractor to the Department of Energy (DOE) to acquire downhole geophysical log information in support of the National Uranium Resource Evaluation program (NURE). MED acquired downhole geophysical log information in 26 1 0 x 2 0 NTMS quadrangles in Colorado, Montana, Nebraska, North Dakota, South Dakota, and Wyoming. MED obtained the log information by gaining permission to log oil and gas wells, water wells, and coal exploration holes. Actual geophysical logging was subcontracted to Century Geophysical Corporation. After logging of each well and completed, MED submitted the log information and other pertinent data to Bendix Field Engineering Corporation (BFEC) for evaluation. MED collected over 700,000 feet of geophysical logs. Additionally, MED conducted a search of log libraries for existing log data for twelve of the quadrangles included in the program. It should be noted that ERTEC, Inc. conducted geophysical logging and a log library search to five quadrangles in Wyoming. These areas were later assigned to MED. The location of all wells logged by MED and ERTEC and the location of other log data is shown on the enclosed maps. Detailed information that pertains to each well is provided following each map

  9. Susceptibility-Weighted Imaging and Quantitative Susceptibility Mapping in the Brain

    Science.gov (United States)

    Liu, Chunlei; Li, Wei; Tong, Karen A.; Yeom, Kristen W.; Kuzminski, Samuel

    2015-01-01

    Susceptibility-weighted imaging (SWI) is a magnetic resonance imaging (MRI) technique that enhances image contrast by using the susceptibility differences between tissues. It is created by combining both magnitude and phase in the gradient echo data. SWI is sensitive to both paramagnetic and diamagnetic substances which generate different phase shift in MRI data. SWI images can be displayed as a minimum intensity projection that provides high resolution delineation of the cerebral venous architecture, a feature that is not available in other MRI techniques. As such, SWI has been widely applied to diagnose various venous abnormalities. SWI is especially sensitive to deoxygenated blood and intracranial mineral deposition and, for that reason, has been applied to image various pathologies including intracranial hemorrhage, traumatic brain injury, stroke, neoplasm, and multiple sclerosis. SWI, however, does not provide quantitative measures of magnetic susceptibility. This limitation is currently being addressed with the development of quantitative susceptibility mapping (QSM) and susceptibility tensor imaging (STI). While QSM treats susceptibility as isotropic, STI treats susceptibility as generally anisotropic characterized by a tensor quantity. This article reviews the basic principles of SWI, its clinical and research applications, the mechanisms governing brain susceptibility properties, and its practical implementation, with a focus on brain imaging. PMID:25270052

  10. Susceptibility-weighted imaging and quantitative susceptibility mapping in the brain.

    Science.gov (United States)

    Liu, Chunlei; Li, Wei; Tong, Karen A; Yeom, Kristen W; Kuzminski, Samuel

    2015-07-01

    Susceptibility-weighted imaging (SWI) is a magnetic resonance imaging (MRI) technique that enhances image contrast by using the susceptibility differences between tissues. It is created by combining both magnitude and phase in the gradient echo data. SWI is sensitive to both paramagnetic and diamagnetic substances which generate different phase shift in MRI data. SWI images can be displayed as a minimum intensity projection that provides high resolution delineation of the cerebral venous architecture, a feature that is not available in other MRI techniques. As such, SWI has been widely applied to diagnose various venous abnormalities. SWI is especially sensitive to deoxygenated blood and intracranial mineral deposition and, for that reason, has been applied to image various pathologies including intracranial hemorrhage, traumatic brain injury, stroke, neoplasm, and multiple sclerosis. SWI, however, does not provide quantitative measures of magnetic susceptibility. This limitation is currently being addressed with the development of quantitative susceptibility mapping (QSM) and susceptibility tensor imaging (STI). While QSM treats susceptibility as isotropic, STI treats susceptibility as generally anisotropic characterized by a tensor quantity. This article reviews the basic principles of SWI, its clinical and research applications, the mechanisms governing brain susceptibility properties, and its practical implementation, with a focus on brain imaging. © 2014 Wiley Periodicals, Inc.

  11. Data processing and case identification in an agricultural and logging morbidity surveillance study: Trends over time.

    Science.gov (United States)

    Scott, Erika; Bell, Erin; Krupa, Nicole; Hirabayashi, Liane; Jenkins, Paul

    2017-09-01

    Agriculture and logging are dangerous industries, and though data on fatal injury exists, less is known about non-fatal injury. Establishing a non-fatal injury surveillance system is a top priority. Pre-hospital care reports and hospitalization data were explored as a low-cost option for ongoing surveillance of occupational injury. Using pre-hospital care report free-text and location codes, along with hospital ICD-9-CM external cause of injury codes, we created a surveillance system that tracked farm and logging injuries. In Maine and New Hampshire, 1585 injury events were identified (2008-2010). The incidence of injuries was 12.4/1000 for agricultural workers, compared to 10.4/1000 to 12.2/1000 for logging workers. These estimates are consistent with other recent estimates. This system is limited to traumatic injury for which medical treatment is administered, and is limited by the accuracy of coding and spelling. This system has the potential to be both sustainable and low cost. © 2017 Wiley Periodicals, Inc.

  12. Effects of reduced-impact logging on fish assemblages in central Amazonia.

    Science.gov (United States)

    Dias, Murilo S; Magnusson, William E; Zuanon, Jansen

    2010-02-01

    In Amazonia reduced-impact logging, which is meant to reduce environmental disturbance by controlling stem-fall directions and minimizing construction of access roads, has been applied to large areas containing thousands of streams. We investigated the effects of reduced-impact logging on environmental variables and the composition of fish in forest streams in a commercial logging concession in central Amazonia, Amazonas State, Brazil. To evaluate short-term effects, we sampled 11 streams before and after logging in one harvest area. We evaluated medium-term effects by comparing streams in 11 harvest areas logged 1-8 years before the study with control streams in adjacent areas. Each sampling unit was a 50-m stream section. The tetras Pyrrhulina brevis and Hemigrammus cf. pretoensis had higher abundances in plots logged > or =3 years before compared with plots logged fish composition did not differ two months before and immediately after reduced-impact logging. Temperature and pH varied before and after logging, but those differences were compatible with normal seasonal variation. In the medium term, temperature and cover of logs were lower in logged plots. Differences in ordination scores on the basis of relative fish abundance between streams in control and logged areas changed with time since logging, mainly because some common species increased in abundance after logging. There was no evidence of species loss from the logging concession, but differences in log cover and ordination scores derived from relative abundance of fish species persisted even after 8 years. For Amazonian streams, reduced-impact logging appears to be a viable alternative to clear-cut practices, which severely affect aquatic communities. Nevertheless, detailed studies are necessary to evaluated subtle long-term effects.

  13. Kajian Pendekatan Binary Log dalam Change Data Capture

    Directory of Open Access Journals (Sweden)

    Muhammad Febrian Rachmadhan Amri

    2017-08-01

    Full Text Available The online business era causes the form of transactions to occur so quickly that the information stored in the data warehouse becomes invalid. Companies are required to have a strong system, which is a system that is real time in order to be able to perform data loading into the media repository that resides on different hosts in the near-real time. Data Warehouse is used as a media repository of data that has the nature of subject-oriented, integrated, time-variant, and is fixed. Data Warehouse can be built into real time management with the advantages possessed and utilize Change Data Capture. Change Data Capture (CDC is a technique that can be used as problem solution to build real time data warehousing (RTDW. The binary log approach in change data capture is made to record any data manipulation activity that occurs at the OLTP level and is managed back before being stored into the Data Warehouse (loading process. This can improve the quality of data management so that the creation of the right information, because the information available is always updated. Testing shows that Binary Log approach in Change Data Capture (BinlogCDC is able to generate real time data management, valid current information, dynamic communication between systems, and data management without losing any information from data manipulation.

  14. Logging methods and peeling of Aspen

    Science.gov (United States)

    T. Schantz-Hansen

    1948-01-01

    The logging of forest products is influenced by many factors, including the size of the trees, density of the stand, the soundness of the trees, size of the area logged, topography and soil, weather conditions, the degree of utilization, the skill of the logger and the equipment used, the distance from market, etc. Each of these factors influences not only the method...

  15. Construction and validation of a Tamil logMAR chart.

    Science.gov (United States)

    Varadharajan, Srinivasa; Srinivasan, Krithica; Kumaresan, Brindha

    2009-09-01

    To design, construct and validate a new Tamil logMAR visual acuity chart based on current recommendations. Ten Tamil letters of equal legibility were identified experimentally and were used in the chart. Two charts, one internally illuminated and one externally illuminated, were constructed for testing at 4 m distance. The repeatability of the two charts was tested. For validation, the two charts were compared with a standard English logMAR chart (ETDRS). When compared to the ETDRS chart, a difference of 0.06 +/- 0.07 and 0.07 +/- 0.07 logMAR was found for the internally and externally illuminated charts respectively. Limits of agreement between the internally illuminated Tamil logMAR chart and ETDRS chart were found to be (-0.08, 0.19), and (-0.07, 0.20) for the externally illuminated chart. The test - retest results showed a difference of 0.02 +/- 0.04 and 0.02 +/- 0.06 logMAR for the internally and externally illuminated charts respectively. Limits of agreement for repeated measurements for the internally illuminated Tamil logMAR chart were found to be (-0.06, 0.10), and (-0.10, 0.14) for the externally illuminated chart. The newly constructed Tamil logMAR charts have good repeatability. The difference in visual acuity scores between the newly constructed Tamil logMAR chart and the standard English logMAR chart was within acceptable limits. This new chart can be used for measuring visual acuity in the literate Tamil population.

  16. Dual detector neutron lifetime log: theory and practical applications

    International Nuclear Information System (INIS)

    Serpas, C.J.; Wichmann, P.A.; Fertl, W.H.; DeVries, M.R.; Rndall, R.R.

    1977-01-01

    The Neutron Lifetime Log instrumentation has continued to evolve and now is equipped with dual detectors for increased ease in gas detection and also a ratio response for a simultaneous porosity determination. A good deal of experimentation was involved to minimize both lithology and salinity effects on the porosity indication. This paper contains a discussion of the theory and concepts related to the application of the Dual Detector Neutron Lifetime Log (DNLL). It is important to note that with these advances the recording of thermal neutron capture cross section (Σ) remains consistent with the past measurements of earlier generations of instruments as the most accurate determination of this parameter. A number of field examples of the newly logged results are shown. These field cases include Dual Detector NLL's run thru the drill strings of highly deviated holes when difficulties were encountered in getting conventional open hole logs to bottom, logs thru open perforations and hot radioactive zones, comparisons of the large and small diameter instruments, logs with anomalous fluids in the annulus, logs thru multiple casing strings, and a number of other examples

  17. Quantitative calculation of GOR of complex oil-gas-water systems with logging data: A case study of the Yingdong Oil/Gas Field in the Qaidam Basin

    Directory of Open Access Journals (Sweden)

    Sima Liqiang

    2014-12-01

    Full Text Available In the Yingdong Oil/Gas Field of the Qaidam Basin, multiple suites of oil-gas-water systems overlie each other vertically, making it difficult to accurately identify oil layers from gas layers and calculate gas-oil ratio (GOR. Therefore, formation testing and production data, together with conventional logging, NMR and mud logging data were integrated to quantitatively calculate GOR. To tell oil layers from gas layers, conventional logging makes use of the excavation effect of compensated neutron log, NMR makes use of the different relaxation mechanisms of light oil and natural gas in large pores, while mud logging makes use of star chart of gas components established based on available charts and mathematical statistics. In terms of the quantitative calculation of GOR, the area ratio of the star chart of gas components was first used in GOR calculation. The study shows that: (1 conventional logging data has a modest performance in distinguishing oil layers from gas layers due to the impacts of formation pressure, hydrogen index (HI, shale content, borehole conditions and invasion of drilling mud; (2 NMR is quite effective in telling oil layers from gas layers, but cannot be widely used due to its high cost; (3 by contrast, the star chart of gas components is the most effective in differentiating oil layers from gas layers; and (4 the GOR calculated by using the area ratio of star chart has been verified by various data such as formation testing data, production data and liquid production profile.

  18. Cased-hole log analysis and reservoir performance monitoring

    CERN Document Server

    Bateman, Richard M

    2015-01-01

    This book addresses vital issues, such as the evaluation of shale gas reservoirs and their production. Topics include the cased-hole logging environment, reservoir fluid properties; flow regimes; temperature, noise, cement bond, and pulsed neutron logging; and casing inspection. Production logging charts and tables are included in the appendices. The work serves as a comprehensive reference for production engineers with upstream E&P companies, well logging service company employees, university students, and petroleum industry training professionals. This book also: ·       Provides methods of conveying production logging tools along horizontal well segments as well as measurements of formation electrical resistivity through casing ·       Covers new information on fluid flow characteristics in inclined pipe and provides new and improved nuclear tool measurements in cased wells ·       Includes updates on cased-hole wireline formation testing  

  19. Log-concave Probability Distributions: Theory and Statistical Testing

    DEFF Research Database (Denmark)

    An, Mark Yuing

    1996-01-01

    This paper studies the broad class of log-concave probability distributions that arise in economics of uncertainty and information. For univariate, continuous, and log-concave random variables we prove useful properties without imposing the differentiability of density functions. Discrete...... and multivariate distributions are also discussed. We propose simple non-parametric testing procedures for log-concavity. The test statistics are constructed to test one of the two implicati ons of log-concavity: increasing hazard rates and new-is-better-than-used (NBU) property. The test for increasing hazard...... rates are based on normalized spacing of the sample order statistics. The tests for NBU property fall into the category of Hoeffding's U-statistics...

  20. Inertial Navigation System/Doppler Velocity Log (INS/DVL Fusion with Partial DVL Measurements

    Directory of Open Access Journals (Sweden)

    Asaf Tal

    2017-02-01

    Full Text Available The Technion autonomous underwater vehicle (TAUV is an ongoing project aiming to develop and produce a small AUV to carry on research missions, including payload dropping, and to demonstrate acoustic communication. Its navigation system is based on an inertial navigation system (INS aided by a Doppler velocity log (DVL, magnetometer, and pressure sensor (PS. In many INSs, such as the one used in TAUV, only the velocity vector (provided by the DVL can be used for aiding the INS, i.e., enabling only a loosely coupled integration approach. In cases of partial DVL measurements, such as failure to maintain bottom lock, the DVL cannot estimate the vehicle velocity. Thus, in partial DVL situations no velocity data can be integrated into the TAUV INS, and as a result its navigation solution will drift in time. To circumvent that problem, we propose a DVL-based vehicle velocity solution using the measured partial raw data of the DVL and additional information, thereby deriving an extended loosely coupled (ELC approach. The implementation of the ELC approach requires only software modification. In addition, we present the TAUV six degrees of freedom (6DOF simulation that includes all functional subsystems. Using this simulation, the proposed approach is evaluated and the benefit of using it is shown.

  1. Antianaerobic Antimicrobials: Spectrum and Susceptibility Testing

    Science.gov (United States)

    Wexler, Hannah M.; Goldstein, Ellie J. C.

    2013-01-01

    SUMMARY Susceptibility testing of anaerobic bacteria recovered from selected cases can influence the choice of antimicrobial therapy. The Clinical and Laboratory Standards Institute (CLSI) has standardized many laboratory procedures, including anaerobic susceptibility testing (AST), and has published documents for AST. The standardization of testing methods by the CLSI allows comparisons of resistance trends among various laboratories. Susceptibility testing should be performed on organisms recovered from sterile body sites, those that are isolated in pure culture, or those that are clinically important and have variable or unique susceptibility patterns. Organisms that should be considered for individual isolate testing include highly virulent pathogens for which susceptibility cannot be predicted, such as Bacteroides, Prevotella, Fusobacterium, and Clostridium spp.; Bilophila wadsworthia; and Sutterella wadsworthensis. This review describes the current methods for AST in research and reference laboratories. These methods include the use of agar dilution, broth microdilution, Etest, and the spiral gradient endpoint system. The antimicrobials potentially effective against anaerobic bacteria include beta-lactams, combinations of beta-lactams and beta-lactamase inhibitors, metronidazole, chloramphenicol, clindamycin, macrolides, tetracyclines, and fluoroquinolones. The spectrum of efficacy, antimicrobial resistance mechanisms, and resistance patterns against these agents are described. PMID:23824372

  2. Stand structure, composition and illegal logging in selectively logged production forests of Myanmar: Comparison of two compartments subject to different cutting frequency

    Directory of Open Access Journals (Sweden)

    Tual Cin Khai

    2016-07-01

    Full Text Available Appropriate cutting cycles and annual allowable cuts are crucial to ensure sustainability of tropical selective logging, but there have been limited field data to verify long-term effects of different cutting cycles. This study reveals some evidence of forest degradation in selectively logged production forests of Myanmar, which are subject to inappropriate cutting frequency. We compared stand structure, commercial species composition, and incidence of illegal logging between two compartments with low (LCF; 1 time and high (HCF; 5 times cutting frequency over a recent 18 years. Prior to the latest cutting, LCF had 176 trees ha−1 with an inverted-J shape distribution of diameter at breast height (DBH, including a substantial amount of teak (Tectona grandis and other commercially important species in each DBH class. HCF prior to the latest cut had only 41 trees ha−1 without many commercially important species. At HCF, nearly half the standing trees of various species and size were illegally cut following legal operations; this was for charcoal making in nearby kilns. At LCF, two species, teak and Xylia xylocarpa, were cut illegally and sawn for timber on the spot. More extensive and systematic surveys are needed to generalize the findings of forest degradation and illegal logging. However, our study calls for urgent reconsideration of logging practices with high cutting frequency, which can greatly degrade forests with accompanying illegal logging, and for rehabilitating strongly degraded, bamboo-dominated forests. To reduce illegal logging, it would be important to pay more attention on a MSS regulation stating that logging roads should be destroyed after logging operations.

  3. Western tight gas sands advanced logging workshop proceedings

    Energy Technology Data Exchange (ETDEWEB)

    Jennings, J B; Carroll, Jr, H B [eds.

    1982-04-01

    An advanced logging research program is one major aspect of the Western Tight Sands Program. Purpose of this workshop is to help BETC define critical logging needs for tight gas sands and to allow free interchange of ideas on all aspects of the current logging research program. Sixteen papers and abstracts are included together with discussions. Separate abstracts have been prepared for the 12 papers. (DLC)

  4. Specific features of well logging of boreholes drilled on electrical nonconducting solutions

    International Nuclear Information System (INIS)

    Ruchkin, A.F.; Fomenko, V.G.

    1978-01-01

    Methods for identification of permeable strata and determination of their porosity and oil-gas saturation using standard combination of geophysical investigations in the boreholes drilled with nonaqueous and inert drilling fluids are considered. Geophysical combination consists of the methods indications of which are independent on electrical conductivity of drilling fluids. They are all modifications of radioactivity logging (gamma logging, neutron logging, neutron-gamma logging, gamma-gamma logging, pulsed neutron logging, nuclear-magnetic logging), acoustic logging and thermal logging

  5. A cement channel-detection technique using the pulsed-neutron log

    International Nuclear Information System (INIS)

    Myers, G.D.

    1991-01-01

    A channel-detection technique has been developed using boron solutions and pulsed-neutron logging (PNL) tools. This technique relies on the extremely high-neutron-absorption cross section that boron exhibits relative to other common elements, including chlorine. The PNL tool is used to detect movement of a boron solution in a log-inject-log procedure. The technique has identified channels in such difficult applications as logging through two strings of pipe and in highly deviated wellbores. Logging procedures are simple and cement channels can be readily identified. The boron solutions are relatively inexpensive, safe to handle, and nonradioactive. Additional PNL information for reservoir performance evaluation is collected simultaneously during channel-detection logging. This paper describes the theory, development, field application, and limitations of this channel-detection logging technique

  6. Parallel compression of data chunks of a shared data object using a log-structured file system

    Science.gov (United States)

    Bent, John M.; Faibish, Sorin; Grider, Gary

    2016-10-25

    Techniques are provided for parallel compression of data chunks being written to a shared object. A client executing on a compute node or a burst buffer node in a parallel computing system stores a data chunk generated by the parallel computing system to a shared data object on a storage node by compressing the data chunk; and providing the data compressed data chunk to the storage node that stores the shared object. The client and storage node may employ Log-Structured File techniques. The compressed data chunk can be de-compressed by the client when the data chunk is read. A storage node stores a data chunk as part of a shared object by receiving a compressed version of the data chunk from a compute node; and storing the compressed version of the data chunk to the shared data object on the storage node.

  7. Web application for recording learners’ mouse trajectories and retrieving their study logs for data analysis

    Directory of Open Access Journals (Sweden)

    Yoshinori Miyazaki

    2012-03-01

    Full Text Available With the accelerated implementation of e-learning systems in educational institutions, it has become possible to record learners’ study logs in recent years. It must be admitted that little research has been conducted upon the analysis of the study logs that are obtained. In addition, there is no software that traces the mouse movements of learners during their learning processes, which the authors believe would enable teachers to better understand their students’ behaviors. The objective of this study is to develop a Web application that records students’ study logs, including their mouse trajectories, and to devise an IR tool that can summarize such diversified data. The results of an experiment are also scrutinized to provide an analysis of the relationship between learners’ activities and their study logs.

  8. Water saturation in shaly sands: logging parameters from log-derived values

    International Nuclear Information System (INIS)

    Miyairi, M.; Itoh, T.; Okabe, F.

    1976-01-01

    The methods are presented for determining the relation of porosity to formation factor and that of true resistivity of formation to water saturation, which were investigated through the log interpretation of one of the oil and gas fields of northern Japan Sea. The values of the coefficients ''a'' and ''m'' in porosity-formation factor relation are derived from cross-plot of porosity and resistivity of formation corrected by clay content. The saturation exponent ''n'' is determined from cross-plot of porosity and resistivity index on the assumption that the product of porosity and irreducible water saturation is constant. The relation of porosity to irreducible water saturation is also investigated from core analysis. The new logging parameters determined from the methods, a = 1, m = 2, n = 1.4, improved the values of water saturation by 6 percent in average, and made it easy to distinguish the points which belong to the productive zone and ones belonging to the nonproductive zone

  9. Continuous Tamper-proof Logging using TPM2.0

    Science.gov (United States)

    2014-06-16

    process each log entry. Additional hardware support could mitigate this problem. Tradeoffs between performance and security guarantees Disk write...becomes weaker as the block size increases. This problem is mitigated in protocol B by allowing offline recovery from a power failure and detection of...M.K., Isozaki, H.: Flicker : An execution infrastructure for TCB minimization. ACM SIGOPS Operating Systems Review 42(4) (2008) 315–328 24. Parno, B

  10. Geophysical log database for the Floridan aquifer system and southeastern Coastal Plain aquifer system in Florida and parts of Georgia, Alabama, and South Carolina

    Science.gov (United States)

    Williams, Lester J.; Raines, Jessica E.; Lanning, Amanda E.

    2013-04-04

    A database of borehole geophysical logs and other types of data files were compiled as part of ongoing studies of water availability and assessment of brackish- and saline-water resources. The database contains 4,883 logs from 1,248 wells in Florida, Georgia, Alabama, South Carolina, and from a limited number of offshore wells of the eastern Gulf of Mexico and the Atlantic Ocean. The logs can be accessed through a download directory organized by state and county for onshore wells and in a single directory for the offshore wells. A flat file database is provided that lists the wells, their coordinates, and the file listings.

  11. Use of pulsed neutron logging to evaluate perforation washing

    International Nuclear Information System (INIS)

    Dimon, C.A.

    1986-01-01

    This invention relates to the use of pulsed neutron logging techniques before and after perforation washing operations are performed to evaluate the degree of success of the perforation washing operations. Well logging operations of a type designed to respond to the difference between a formation immediately behind the well sheath and voids in the formation are performed both before and after the perforation washing operation. differences between the two resulting logs are then indicative of voids created by perforation washing. In a preferred embodiment, pulsed neutron logging is used as the logging technique, while a weighted brine having a high absorption cross section to pulsed neutrons is used as the perforation washing fluid

  12. Using ‘search transitions’ to study searchers investment of effort: experiences with client and server side logging

    OpenAIRE

    Pharo, Nils; Nordlie, Ragnar

    2013-01-01

    We are investigating the value of using the concept ‘search transition’ for studying effort invested in information search processes. In this paper we present findings from a comparative study of data collected from client and server side loggings. The purpose is to see what factors of effort can be captured from the two logging methods. The data stems from studies of searchers interaction with an XML information retrieval system. The searchers interaction was simultaneously logged by a scree...

  13. Nut Production in Bertholletia excelsa across a Logged Forest Mosaic: Implications for Multiple Forest Use

    Science.gov (United States)

    Rockwell, Cara A.; Guariguata, Manuel R.; Menton, Mary; Arroyo Quispe, Eriks; Quaedvlieg, Julia; Warren-Thomas, Eleanor; Fernandez Silva, Harol; Jurado Rojas, Edwin Eduardo; Kohagura Arrunátegui, José Andrés Hideki; Meza Vega, Luis Alberto; Revilla Vera, Olivia; Valera Tito, Jonatan Frank; Villarroel Panduro, Betxy Tabita; Yucra Salas, Juan José

    2015-01-01

    Although many examples of multiple-use forest management may be found in tropical smallholder systems, few studies provide empirical support for the integration of selective timber harvesting with non-timber forest product (NTFP) extraction. Brazil nut (Bertholletia excelsa, Lecythidaceae) is one of the world’s most economically-important NTFP species extracted almost entirely from natural forests across the Amazon Basin. An obligate out-crosser, Brazil nut flowers are pollinated by large-bodied bees, a process resulting in a hard round fruit that takes up to 14 months to mature. As many smallholders turn to the financial security provided by timber, Brazil nut fruits are increasingly being harvested in logged forests. We tested the influence of tree and stand-level covariates (distance to nearest cut stump and local logging intensity) on total nut production at the individual tree level in five recently logged Brazil nut concessions covering about 4000 ha of forest in Madre de Dios, Peru. Our field team accompanied Brazil nut harvesters during the traditional harvest period (January-April 2012 and January-April 2013) in order to collect data on fruit production. Three hundred and ninety-nine (approximately 80%) of the 499 trees included in this study were at least 100 m from the nearest cut stump, suggesting that concessionaires avoid logging near adult Brazil nut trees. Yet even for those trees on the edge of logging gaps, distance to nearest cut stump and local logging intensity did not have a statistically significant influence on Brazil nut production at the applied logging intensities (typically 1–2 timber trees removed per ha). In one concession where at least 4 trees ha-1 were removed, however, the logging intensity covariate resulted in a marginally significant (0.09) P value, highlighting a potential risk for a drop in nut production at higher intensities. While we do not suggest that logging activities should be completely avoided in Brazil nut rich

  14. Nut Production in Bertholletia excelsa across a Logged Forest Mosaic: Implications for Multiple Forest Use.

    Directory of Open Access Journals (Sweden)

    Cara A Rockwell

    Full Text Available Although many examples of multiple-use forest management may be found in tropical smallholder systems, few studies provide empirical support for the integration of selective timber harvesting with non-timber forest product (NTFP extraction. Brazil nut (Bertholletia excelsa, Lecythidaceae is one of the world's most economically-important NTFP species extracted almost entirely from natural forests across the Amazon Basin. An obligate out-crosser, Brazil nut flowers are pollinated by large-bodied bees, a process resulting in a hard round fruit that takes up to 14 months to mature. As many smallholders turn to the financial security provided by timber, Brazil nut fruits are increasingly being harvested in logged forests. We tested the influence of tree and stand-level covariates (distance to nearest cut stump and local logging intensity on total nut production at the individual tree level in five recently logged Brazil nut concessions covering about 4000 ha of forest in Madre de Dios, Peru. Our field team accompanied Brazil nut harvesters during the traditional harvest period (January-April 2012 and January-April 2013 in order to collect data on fruit production. Three hundred and ninety-nine (approximately 80% of the 499 trees included in this study were at least 100 m from the nearest cut stump, suggesting that concessionaires avoid logging near adult Brazil nut trees. Yet even for those trees on the edge of logging gaps, distance to nearest cut stump and local logging intensity did not have a statistically significant influence on Brazil nut production at the applied logging intensities (typically 1-2 timber trees removed per ha. In one concession where at least 4 trees ha-1 were removed, however, the logging intensity covariate resulted in a marginally significant (0.09 P value, highlighting a potential risk for a drop in nut production at higher intensities. While we do not suggest that logging activities should be completely avoided in Brazil

  15. Stress wave sorting of red maple logs for structural quality

    Science.gov (United States)

    Xiping Wang; Robert J. Ross; David W. Green; Brian Brashaw; Karl Englund; Michael Wolcott

    2004-01-01

    Existing log grading procedures in the United States make only visual assessments of log quality. These procedures do not incorporate estimates of the modulus of elasticity (MOE) of logs. It is questionable whether the visual grading procedures currently used for logs adequately assess the potential quality of structural products manufactured from them, especially...

  16. Performance of sampling methods to estimate log characteristics for wildlife.

    Science.gov (United States)

    Lisa J. Bate; Torolf R. Torgersen; Michael J. Wisdom; Edward O. Garton

    2004-01-01

    Accurate estimation of the characteristics of log resources, or coarse woody debris (CWD), is critical to effective management of wildlife and other forest resources. Despite the importance of logs as wildlife habitat, methods for sampling logs have traditionally focused on silvicultural and fire applications. These applications have emphasized estimates of log volume...

  17. Borehole logging in uranium exploration

    International Nuclear Information System (INIS)

    Kulkarni, N.H.

    1992-01-01

    The ultimate objective of exploration by drilling as far as Atomic Minerals Division is concerned is to locate the ore zone in the subsurface, draw samples and analyze them for their metal content. The presence of the ore zone is also indicated by gamma-ray logging of the borehole. A gamma-ray detector is lowered in the borehole and precise depth and grade of the ore zone is established. This helps the geologist in correlating the ore horizon with the surface outcrop or the ore zone intercepted in adjoining boreholes and in deciding about further drilling and location of boreholes. Most commonly, total gamma measurements are made although some units capable of measuring the gamma-ray spectrum are also in use. It is possible to know if the mineralization is due to uranium without waiting for the laboratory results. The present write up gives a brief account of the principles, equipment and methods of borehole gamma-ray logging including density and self-potential logging. (author). 8 refs., 5 figs

  18. Application of intrinsic germanium spectral gamma-ray logging for characterization of high-level nuclear waste tank leaks

    International Nuclear Information System (INIS)

    Brodeur, J.R.; Kiesler, J.P.; Kos, S.E.; Koizumi, C.J.; Nicaise, W.F.; Price, R.K.

    1993-11-01

    Spectral gamma-ray logging with a high-resolution, intrinsic germanium logging system was completed in boreholes surrounding two high-level nuclear waste tanks at the US Department of Energy's Hanford Site. The purpose was to characterize the concentrations of man-made radionuclides in the unsaturated zone sediments and identify any new leaks from the tanks. An intrinsic germanium detection system was used for this work because it was important to positively identify the specific radionuclides and to precisely assay those radionuclides. The spectral gamma log data were processed and displayed as log plots for each individual borehole and as three-dimensional plots of 137 Cs radionuclide concentrations. These data were reviewed to identify the sources of the contamination. The investigation did not uncover a new or active leak from either of the tanks. Most of the contamination found could be related to known pipeline leaks, to surface contamination from aboveground liquid spills, or to leaks from other tanks. The current spectral gamma ray data now provide a new baseline from which to compare future log data and identify any changes in the radioelement concentration

  19. Secure Audit Logging with Tamper-Resistant Hardware

    NARCIS (Netherlands)

    Chong, C.N.; Peng, Z.; Peng, Z.; Hartel, Pieter H.; Gritzalis, D.; De Capitani di Vimercati, S.; Katsikas, S.K.; Samarati, P.

    Secure perimeter schemes (e.g. DRM) and tracing traitor schemes (e.g. watermarking, audit logging) strive to mitigate the problems of content escaping the control of the rights holder. Secure audit logging records the user's actions on content and enables detection of some forms of tampering with

  20. Palm distributions for log Gaussian Cox processes

    DEFF Research Database (Denmark)

    Coeurjolly, Jean-Francois; Møller, Jesper; Waagepetersen, Rasmus

    This paper reviews useful results related to Palm distributions of spatial point processes and provides a new result regarding the characterization of Palm distributions for the class of log Gaussian Cox processes. This result is used to study functional summary statistics for a log Gaussian Cox...

  1. TH-AB-201-12: Using Machine Log-Files for Treatment Planning and Delivery QA

    Energy Technology Data Exchange (ETDEWEB)

    Stanhope, C [Beaumont Health System, Royal Oak MI and Wayne State University, Detroit, MI (United States); Liang, J; Drake, D; Yan, D [Beaumont Health System, Royal Oak, MI (United States)

    2016-06-15

    Purpose: To determine the segment reduction and dose resolution necessary for machine log-files to effectively replace current phantom-based patient-specific quality assurance, while minimizing computational cost. Methods: Elekta’s Log File Convertor R3.2 records linac delivery parameters (dose rate, gantry angle, leaf position) every 40ms. Five VMAT plans [4 H&N, 1 Pulsed Brain] comprised of 2 arcs each were delivered on the ArcCHECK phantom. Log-files were reconstructed in Pinnacle on the phantom geometry using 1/2/3/4° control point spacing and 2/3/4mm dose grid resolution. Reconstruction effectiveness was quantified by comparing 2%/2mm gamma passing rates of the original and log-file plans. Modulation complexity scores (MCS) were calculated for each beam to correlate reconstruction accuracy and beam modulation. Percent error in absolute dose for each plan-pair combination (log-file vs. ArcCHECK, original vs. ArcCHECK, log-file vs. original) was calculated for each arc and every diode greater than 10% of the maximum measured dose (per beam). Comparing standard deviations of the three plan-pair distributions, relative noise of the ArcCHECK and log-file systems was elucidated. Results: The original plans exhibit a mean passing rate of 95.1±1.3%. The eight more modulated H&N arcs [MCS=0.088±0.014] and two less modulated brain arcs [MCS=0.291±0.004] yielded log-file pass rates most similar to the original plan when using 1°/2mm [0.05%±1.3% lower] and 2°/3mm [0.35±0.64% higher] log-file reconstructions respectively. Log-file and original plans displayed percent diode dose errors 4.29±6.27% and 3.61±6.57% higher than measurement. Excluding the phantom eliminates diode miscalibration and setup errors; log-file dose errors were 0.72±3.06% higher than the original plans – significantly less noisy. Conclusion: For log-file reconstructed VMAT arcs, 1° control point spacing and 2mm dose resolution is recommended, however, less modulated arcs may allow less

  2. Nuclear borehole logging for oil exploration

    International Nuclear Information System (INIS)

    Oelgaard, P.L.

    1989-01-01

    Reactor physics can be applied to the logging of boreholes for the exploration of oil and gas and the results obtained can be interpreted more correctly by use of reactor physics models, e.g. one-dimensional multi-group diffusion theory adapted for gamma quanta. The standard nuclear logging tools are: natural gamma, gamma density, neutron porosity and the pulsed-neutron tool. The models and interpretation procedures are discussed. 1 fig

  3. Geophysical logging of the Harwell boreholes

    International Nuclear Information System (INIS)

    Brightman, M.A.

    1983-08-01

    A comprehensive geophysical borehole logging survey was carried out on each of three deep boreholes drilled at the Harwell research site. KOALA and PETRA computer programs were used to analyse and interpret the logs to obtain continuous quantitative estimates of the geological and hydrogeological properties of the sequences penetrated at the Harwell site. Quantitative estimates of the mineral composition and porosity of the cores samples were made. (UK)

  4. Anomalous self potential (sp) log signatures observed in a water ...

    African Journals Online (AJOL)

    Geophysical logging was done after drilling had been completed in a water well at Okwudor, South Eastern Nigeria. Three electric logs were run viz: Self Potential (SP), Resistivity N16″ and N64″ logs. An anomaly was observed in the SP log. The SP results from this well show some deviation from the standard norm.

  5. A semantic perspective on query log analysis

    NARCIS (Netherlands)

    Hofmann, K.; de Rijke, M.; Huurnink, B.; Meij, E.

    2009-01-01

    We present our views on the CLEF log file analysis task. We argue for a task definition that focuses on the semantic enrichment of query logs. In addition, we discuss how additional information about the context in which queries are being made could further our understanding of users’ information

  6. Explorations in statistics: the log transformation.

    Science.gov (United States)

    Curran-Everett, Douglas

    2018-06-01

    Learning about statistics is a lot like learning about science: the learning is more meaningful if you can actively explore. This thirteenth installment of Explorations in Statistics explores the log transformation, an established technique that rescales the actual observations from an experiment so that the assumptions of some statistical analysis are better met. A general assumption in statistics is that the variability of some response Y is homogeneous across groups or across some predictor variable X. If the variability-the standard deviation-varies in rough proportion to the mean value of Y, a log transformation can equalize the standard deviations. Moreover, if the actual observations from an experiment conform to a skewed distribution, then a log transformation can make the theoretical distribution of the sample mean more consistent with a normal distribution. This is important: the results of a one-sample t test are meaningful only if the theoretical distribution of the sample mean is roughly normal. If we log-transform our observations, then we want to confirm the transformation was useful. We can do this if we use the Box-Cox method, if we bootstrap the sample mean and the statistic t itself, and if we assess the residual plots from the statistical model of the actual and transformed sample observations.

  7. Why, What, and How to Log? Lessons from LISTEN

    Science.gov (United States)

    Mostow, Jack; Beck, Joseph E.

    2009-01-01

    The ability to log tutorial interactions in comprehensive, longitudinal, fine-grained detail offers great potential for educational data mining--but what data is logged, and how, can facilitate or impede the realization of that potential. We propose guidelines gleaned over 15 years of logging, exploring, and analyzing millions of events from…

  8. An Entry Point for Formal Methods: Specification and Analysis of Event Logs

    Directory of Open Access Journals (Sweden)

    Howard Barringer

    2010-03-01

    Full Text Available Formal specification languages have long languished, due to the grave scalability problems faced by complete verification methods. Runtime verification promises to use formal specifications to automate part of the more scalable art of testing, but has not been widely applied to real systems, and often falters due to the cost and complexity of instrumentation for online monitoring. In this paper we discuss work in progress to apply an event-based specification system to the logging mechanism of the Mars Science Laboratory mission at JPL. By focusing on log analysis, we exploit the "instrumentation" already implemented and required for communicating with the spacecraft. We argue that this work both shows a practical method for using formal specifications in testing and opens interesting research avenues, including a challenging specification learning problem.

  9. Method and equipment for fast transmission of a signal consisting of many data pulses by a normal well-logging cable

    International Nuclear Information System (INIS)

    Pitts, R.W. Jr.; Whatley, H.A. Jr.

    1975-01-01

    Well logging methods and equipment in general and a nuclear well logging process and apparatus in particular are presented. They increase the number of pulses which can be transmitted to the top of the well from a well logging instrument placed at the bottom, during a given time interval, by means of a processing giving two pulses for each pulse corresponding to a detection. The equipment is a double-spectrum well logging system, with near and far detectors [fr

  10. Design and Development of a Relative Humidity and Room Temperature Measurement System with On Line Data Logging Feature for Monitoring the Fermentation Room of Tea Factory

    Directory of Open Access Journals (Sweden)

    Utpal SARMA

    2011-12-01

    Full Text Available The design and development of a Relative Humidity (RH and Room Temperature (RT monitoring system with on line data logging feature for monitoring fermentation room of a tea factory is presented in this paper. A capacitive RH sensor with on chip signal conditioner is taken as RH sensor and a temperature to digital converter (TDC is used for ambient temperature monitoring. An 8051 core microcontroller is the heart of the whole system which reads the digital equivalent of RH data with the help of a 12-bit Analog to Digital (A/D converter and synchronize TDC to get the ambient temperature. The online data logging is achieved with the help of RS-232C communication. Field performance is also studied by installing it in the fermentation room of a tea factory.

  11. Biological legacies buffer local species extinction after logging.

    Science.gov (United States)

    Rudolphi, Jörgen; Jönsson, Mari T; Gustafsson, Lena; Bugmann, H

    2014-02-01

    Clearcutting has been identified as a main threat to forest biodiversity. In the last few decades, alternatives to clearcutting have gained much interest. Living and dead trees are often retained after harvest to serve as structural legacies to mitigate negative effects of forestry. However, this practice is widely employed without information from systematic before-after control-impact studies to assess the processes involved in species responses after clearcutting with retention. We performed a large-scale survey of the occurrence of logging-sensitive and red-listed bryophytes and lichens before and after clearcutting with the retention approach. A methodology was adopted that, for the first time in studies on retention approaches, enabled monitoring of location-specific substrates. We used uncut stands as controls to assess the variables affecting the survival of species after a major disturbance. In total, 12 bryophyte species and 27 lichen species were analysed. All were classified as sensitive to logging, and most species are also currently red-listed. We found that living and dead trees retained after final harvest acted as refugia in which logging-sensitive species were able to survive for 3 to 7 years after logging. Depending on type of retention and organism group, between 35% and 92% of the species occurrences persisted on retained structures. Most species observed outside retention trees or patches disappeared. Larger pre-harvest population sizes of bryophytes on dead wood increased the survival probability of the species and hence buffered the negative effects of logging. Synthesis and applications . Careful spatial planning of retention structures is required to fully embrace the habitats of logging-sensitive species. Bryophytes and lichens persisted to a higher degree in retention patches compared to solitary trees or in the clearcut area. Retaining groups of trees in logged areas will help to sustain populations of species over the clearcut phase

  12. Status report on the development of a prompt fission neutron uranium borehole logging technique

    International Nuclear Information System (INIS)

    Smith, G.W.

    1977-05-01

    The prompt fission neutron (PFN) method of direct uranium measurement was studied. The PFN uranium logging technique measures the enhanced epithermal neutron population created by the prompt thermal fission of 235 U to assay uranium mineralization around a borehole. This neutron population exists for several hundred microseconds after a pulsed neutron source produces a burst of high energy (14 MeV) neutrons. A feasibility study established the basic relationship between the uranium concentration and the enhanced epithermal neutron count, and defined the major measurement perturbing factors. Following the feasibility study, development of a PFN prototype field probe was undertaken. A laboratory type neutron generator, the Controlatron, was modified for use in the probe. Field evaluation of the prototype system began in January 1976. Comparisons of neutron logs and natural gamma logs taken during this evaluation period clearly define many disequilibrium conditions as verified by ore grade estimates from core samples. The feasibility of the PFN logging technique to detect uranium in-situ has now been demonstrated

  13. An interactive machine-learning approach for defect detection in computed tomogaraphy (CT) images of hardwood logs

    Science.gov (United States)

    Erol Sarigul; A. Lynn Abbott; Daniel L. Schmoldt; Philip A. Araman

    2005-01-01

    This paper describes recent progress in the analysis of computed tomography (CT) images of hardwood logs. The long-term goal of the work is to develop a system that is capable of autonomous (or semiautonomous) detection of internal defects, so that log breakdown decisions can be optimized based on defect locations. The problem is difficult because wood exhibits large...

  14. Tradeoffs and interdependence in the Alaska cant and log markets.

    Science.gov (United States)

    Donald Flora; Una Woller; Michael. Neergaard

    1990-01-01

    During the 1980s, log exports from Alaska have risen while cant (lumber) exports have declined. Eight explanations for the difference between cant and log market behavior are explored. It seems that declining demand for wood products in Japan and a surge of private-sector log harvests in Alaska are enough to account for the apparent substitution of logs for cants. It...

  15. An inexact log-normal distribution-based stochastic chance-constrained model for agricultural water quality management

    Science.gov (United States)

    Wang, Yu; Fan, Jie; Xu, Ye; Sun, Wei; Chen, Dong

    2018-05-01

    In this study, an inexact log-normal-based stochastic chance-constrained programming model was developed for solving the non-point source pollution issues caused by agricultural activities. Compared to the general stochastic chance-constrained programming model, the main advantage of the proposed model is that it allows random variables to be expressed as a log-normal distribution, rather than a general normal distribution. Possible deviations in solutions caused by irrational parameter assumptions were avoided. The agricultural system management in the Erhai Lake watershed was used as a case study, where critical system factors, including rainfall and runoff amounts, show characteristics of a log-normal distribution. Several interval solutions were obtained under different constraint-satisfaction levels, which were useful in evaluating the trade-off between system economy and reliability. The applied results show that the proposed model could help decision makers to design optimal production patterns under complex uncertainties. The successful application of this model is expected to provide a good example for agricultural management in many other watersheds.

  16. Genetic relatedness, antimicrobial and biocide susceptibility comparative analysis of methicillin-resistant and -susceptible Staphylococcus pseudintermedius from Portugal.

    Science.gov (United States)

    Couto, Natacha; Belas, Adriana; Couto, Isabel; Perreten, Vincent; Pomba, Constança

    2014-08-01

    Forty methicillin-resistant and -susceptible Staphylococcus pseudintermedius (MRSP and MSSP, respectively) from colonization and infection in dogs and cats were characterized for clonality, antimicrobial, and biocide susceptibility. MSSP were genetically more diverse than MRSP by multi-locus sequence typing and pulsed-field gel electrophoresis. Three different spa types (t06, t02, t05) and two SCCmec types (II-III and V) were detected in the MRSP isolates. All MRSP and two MSSP strains were multidrug-resistant. Several antibiotic resistance genes (mecA, blaZ, tet(M), tet(K), aac(6')-Ie-aph(2')-Ia, aph(3')-III, ant(6)-Ia, sat4, erm(B), lnu(A), dfr(G), and catp(C221)) were identified by microarray and double mutations in the gyrA and grlA genes and a single mutation in the rpoB gene were detected by sequence analysis. No differences were detected between MSSP and MRSP in the chlorhexidine acetate (CHA) minimum inhibitory concentrations (MICs). However, two MSSP had elevated MIC to triclosan (TCL) and one to benzalkonium chloride and ethidium bromide. One MSSP isolate harboured a qacA gene, while in another a qacB gene was detected. None of the isolates harboured the sh-fabI gene. Three of the biocide products studied had high bactericidal activity (Otodine(®), Clorexyderm Spot Gel(®), Dermocanis Piocure-M(®)), while Skingel(®) failed to achieve a five log reduction in the bacterial counting. S. pseudintermedius have become a serious therapeutic challenge in particular if methicillin- resistance and/or multidrug-resistance are involved. Biocides, like CHA and TCL, seem to be clinically effective and safe topical therapeutic options.

  17. AML (Advanced Mud Logging: First Among Equals

    Directory of Open Access Journals (Sweden)

    T. Loermans

    2017-09-01

    Full Text Available During the past ten years an enormous development in mud logging technology has been made. Traditional mud logging was only qualitative in nature, and mudlogs could not be used for the petrophysical well evaluations which form the basis for all subsequent activities on wells and fields. AML however can provide quantitative information, logs with a reliability, trueness and precision like LWD and WLL. Hence for well evaluation programmes there are now three different logging methods available, each with its own pros and cons on specific aspects: AML, LWD and WLL. The largest improvements have been made in mud gas analysis and elemental analysis of cuttings. Mud gas analysis can yield hydrocarbon fluid composition for some components with a quality like PVT analysis, hence not only revolutionising the sampling programme so far done with only LWD/WLL, but also making it possible to geosteer on fluid properties. Elemental analysis of cuttings, e.g. with XRF, with an ability well beyond the capabilities of the spectroscopy measurements possible earlier with LWD/WLL tools, is opening up improved ways to evaluate formations, especially of course where the traditional methods are falling short of requirements, such as in unconventional reservoirs. An overview and specific examples of these AML logs is given, from which it may be concluded that AML now ought to be considered as “first among its equals”.

  18. Rock mass characterization for Copenhagen Metro using face logs

    DEFF Research Database (Denmark)

    Hansen, Sanne Louise; Galsgaard, Jens; Foged, Niels Nielsen

    2015-01-01

    An extension of the existing Metro in central Copenhagen is currently under construction. We present a comparison of the different field logging techniques available from a large number of borehole logs and face logs carried out during the construction in cooperation with the constructor and client......, describing rock mass characteristics using detailed face logging with geological description and recording of induration and fracturing, giving a field RQD value during excavation, combined with televiewer logs, when available, has shown to be a valuable tool for rock mass characterization compared......’s representatives, which illustrate and approve the applied methods. The new ‘Cityringen’ Metro will consist of two 16 km single track tunnels, with 17 stations and 3 construction and ventilation shafts. The geological ground conditions are dominated by glacial and postglacial deposits overlying Paleocene Greensand...

  19. A comparison between elemental logs and core data

    International Nuclear Information System (INIS)

    Kerr, S.A.; Grau, J.A.; Schweitzer, J.S.

    1992-01-01

    Neutron-induced gamma-ray spectroscopy, of prompt capture and delayed activation, together with natural gamma-ray measurements, provides a borehole elemental analysis to characterize rock matrix composition. This study involved extensive core and log data in two wells. One well was drilled with a barite-weighted oil-based mud through a shallow marine sand. The other was drilled with fresh water-based mud through a channel sand, mudstone sequence overlying limestone. The results illustrate the importance of a suitable core sampling strategy and the problems associated with matching core to log data. Possible inaccuracies from the modelling of Ca-, Fe- and S-bearing minerals have been determined. A method for correcting the total measured aluminium concentration for that due to the borehole mud has been successfully tested against aluminium concentrations measured in the cleaned core samples. Estimates of the overall accuracy and precision of the elemental logging concentrations are obtained by comparing the log results with those obtained from the laboratory core analysis. A comprehensive core elemental analysis can also provide useful insight into the way other logs, such as the photoelectric factor or formation thermal neutron macroscopic absorption cross section, are influenced by minor and trace elements. Differences between calculated values from elemental logs and measured macroscopic parameters provide additional data for a more detailed understanding of the rock properties. (Author)

  20. Maintaining ecosystem resilience: functional responses of tree cavity nesters to logging in temperate forests of the Americas.

    Science.gov (United States)

    Ibarra, José Tomás; Martin, Michaela; Cockle, Kristina L; Martin, Kathy

    2017-06-30

    Logging often reduces taxonomic diversity in forest communities, but little is known about how this biodiversity loss affects the resilience of ecosystem functions. We examined how partial logging and clearcutting of temperate forests influenced functional diversity of birds that nest in tree cavities. We used point-counts in a before-after-control-impact design to examine the effects of logging on the value, range, and density of functional traits in bird communities in Canada (21 species) and Chile (16 species). Clearcutting, but not partial logging, reduced diversity in both systems. The effect was much more pronounced in Chile, where logging operations removed critical nesting resources (large decaying trees), than in Canada, where decaying aspen Populus tremuloides were retained on site. In Chile, logging was accompanied by declines in species richness, functional richness (amount of functional niche occupied by species), community-weighted body mass (average mass, weighted by species densities), and functional divergence (degree of maximization of divergence in occupied functional niche). In Canada, clearcutting did not affect species richness but nevertheless reduced functional richness and community-weighted body mass. Although some cavity-nesting birds can persist under intensive logging operations, their ecosystem functions may be severely compromised unless future nest trees can be retained on logged sites.

  1. New roles of LWD and wireline logging in scientific ocean drilling

    Science.gov (United States)

    Sanada, Y.; Kido, Y. N.; Moe, K.; Aoike, K.

    2014-12-01

    D/V Chikyu implemented by CDEX/JAMSTEC joined IODP from 2007. Various LWD (Logging While Drilling) and wireline logging have been carried out in many expeditions and for various purposes. Significant features of logging in Chikyu expeditions are many use of LWD than wireline logging, and riser dirlling. riser selected specific tools for each scientific target, and 3) carried out various borehole experiments. LWD has been more popular than wireline logging in Chikyu expeditions, because its advantages match theirs science targets. The advantages are followings. 1) LWD has more opportunities for measurement in unstable borehole, such as in the series of Nankai trough drilling expeditions. 2) LWD realtime data allows us to make realtime interpretation and operational decision. Realtime interpretation was required to set obsevartory at the properposition. 3) LWD before coring allows us to make a strategy of spot coring.We can design coring intervals for our interest and core length to improve core recovery.Riser drilling brings us merits for logging. One is hole stability (good hole condition) and the other is the use of large diameter tools. Controled drilling mud in riser drilling system prevent mud invasion to formation and mitigates collapse of borehole wall. They reduce the risk of tool stack and improve data quality. Large diameter of riser pipe enhances variation of tool seizes. A couple of new tools were used for new measurement and improvement of the data quality. For example, SonicScanner (trademark of Schulumberger) successfully measured compressional and share velocity in very low velocities at the soft sediment, where it has been difficult to measure them with conventional DSI tool (Exp319). The stress and pore pressure in the borehole were measured with the wireline logging tool, (Schlumberger MDT). The single probe tool enable to measure temporal formation fluid pressure. The double packer tool enable to fracture test by sealing and pumping in the

  2. Scientific Drilling of Impact Craters - Well Logging and Core Analyses Using Magnetic Methods (Invited)

    Science.gov (United States)

    Fucugauchi, J. U.; Perez-Cruz, L. L.; Velasco-Villarreal, M.

    2013-12-01

    Drilling projects of impact structures provide data on the structure and stratigraphy of target, impact and post-impact lithologies, providing insight on the impact dynamics and cratering. Studies have successfully included magnetic well logging and analyses in core and cuttings, directed to characterize the subsurface stratigraphy and structure at depth. There are 170-180 impact craters documented in the terrestrial record, which is a small proportion compared to expectations derived from what is observed on the Moon, Mars and other bodies of the solar system. Knowledge of the internal 3-D deep structure of craters, critical for understanding impacts and crater formation, can best be studied by geophysics and drilling. On Earth, few craters have yet been investigated by drilling. Craters have been drilled as part of industry surveys and/or academic projects, including notably Chicxulub, Sudbury, Ries, Vredefort, Manson and many other craters. As part of the Continental ICDP program, drilling projects have been conducted on the Chicxulub, Bosumtwi, Chesapeake, Ries and El gygytgyn craters. Inclusion of continuous core recovery expanded the range of paleomagnetic and rock magnetic applications, with direct core laboratory measurements, which are part of the tools available in the ocean and continental drilling programs. Drilling studies are here briefly reviewed, with emphasis on the Chicxulub crater formed by an asteroid impact 66 Ma ago at the Cretaceous/Paleogene boundary. Chicxulub crater has no surface expression, covered by a kilometer of Cenozoic sediments, thus making drilling an essential tool. As part of our studies we have drilled eleven wells with continuous core recovery. Magnetic susceptibility logging, magnetostratigraphic, rock magnetic and fabric studies have been carried out and results used for lateral correlation, dating, formation evaluation, azimuthal core orientation and physical property contrasts. Contributions of magnetic studies on impact

  3. 14 CFR 125.407 - Maintenance log: Airplanes.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 3 2010-01-01 2010-01-01 false Maintenance log: Airplanes. 125.407 Section... OPERATIONS: AIRPLANES HAVING A SEATING CAPACITY OF 20 OR MORE PASSENGERS OR A MAXIMUM PAYLOAD CAPACITY OF 6... Maintenance log: Airplanes. (a) Each person who takes corrective action or defers action concerning a reported...

  4. The application of radiation logs to groundwater hydrology

    Energy Technology Data Exchange (ETDEWEB)

    Scott Keys, W [United States Geological Survey, Denver, CO (United States)

    1967-05-15

    The drilling of exploratory holes to determine the availability of groundwater and to plan the most economical methods of water development is expensive. The only technique available at present for obtaining geological and hydrological information through the casing of pre-existing water wells and other boreholes is by radiation logging. Up to now these logging techniques have been little used in groundwater hydrology. This report describes inexpensive portable radiation logging equipment that is available or has been developed for groundwater studies in connection with a general research project on the application of borehole geophysics in groundwater hydrology. It is possible to obtain data on the following: the source, velocity, and chemical quality of groundwater; the location, extent, geometry, bulk density, porosity, permeability, and specific yield of aquifers and associated strata; and the position of casings, casing collars, leaks, perforations, and cement. The radiation logs employed include natural gamma, gamma-gamma, neutron-gamma. neutron epithermal-neutron. and radioactive tracer. The following radioisotopes are utilized: cobalt-60, plutonium-239, americium-241, and iodine-131. Typical radiation logs obtained by the various techniques are described and examples are given of practical applications of radiation logging to groundwater investigations. The applications cited are studies of perched water in basaltic rocks and associated sedimentary strata; the porosity, moisture content, and position of zones into which water was injected in volcanic tuff; the position of the interface between brine and fresh water in fine-grained carbonate rocks and associated fine clastic rocks; the interpretation of porosity from a neutron log; and the location by means of a radioactive tracer of the more permeable fracture zones in a well penetrating crystalline rock. (author)

  5. Convergence to a pulsating travelling wave for an epidemic reaction-diffusion system with non-diffusive susceptible population.

    Science.gov (United States)

    Ducrot, Arnaud; Giletti, Thomas

    2014-09-01

    In this work we study the asymptotic behaviour of the Kermack-McKendrick reaction-diffusion system in a periodic environment with non-diffusive susceptible population. This problem was proposed by Kallen et al. as a model for the spatial spread for epidemics, where it can be reasonable to assume that the susceptible population is motionless. For arbitrary dimensional space we prove that large classes of solutions of such a system have an asymptotic spreading speed in large time, and that the infected population has some pulse-like asymptotic shape. The analysis of the one-dimensional problem is more developed, as we are able to uncover a much more accurate description of the profile of solutions. Indeed, we will see that, for some initially compactly supported infected population, the profile of the solution converges to some pulsating travelling wave with minimal speed, that is to some entire solution moving at a constant positive speed and whose profile's shape is periodic in time.

  6. Closed expressions for $\\int_{0}^{1} t^{-1} log^{n-1}t log^{p}(1 - t) dt$

    CERN Document Server

    Kölbig, Kurt Siegfried

    1982-01-01

    Closed expressions for the integral integral /sub 0//sup 1/ t/sup -1/ log/sup n-1/t log/sup p/(1-t)dt, whose general form is given elsewhere, are listed for n=1(1)9, p=1(1)9. A formula is derived which allows an easy evaluation of these expressions by formula manipulation on a computer. The majority of the above expressions are given in a microfiche supplement to the paper.

  7. Pulsed power supply system for neutron well logging

    International Nuclear Information System (INIS)

    Hopkinson, E.C.

    1975-01-01

    A variable D. C. power supply and a variable A. C. power supply are coupled onto the upper end of a single conductor cable at the earth's surface and from the lower end of said cable to a well logging instrument. The A. C. voltage is used to provide filament power for the ion source accelerator tube. The D. C. voltage is used to provide power to fixed D. C. loads maintained constant by regulators once a threshold is reached. The D. C. voltage is raised above the threshold to control the pulsed acceleration voltage and hence neutron output by first feeding into a unijunction relaxation oscillator in combination with an SCR output which output is transformer coupled into a voltage multiplier circuit. An antilatch feature is provided for the SCR by transformer coupling the pulses on the SCR anode back to the base of a transistor in series with the cathode of the SCR. Two outputs of the voltage multiplier circuit are connected to the cathode and anode, respectively, of an ion source accelerator tube, the cathode being connected through a resistor to retard the ripple pulsing of the cathode to allow ionization of the accelerator tube

  8. REST: a computer system for estimating logging residue by using the line-intersect method

    Science.gov (United States)

    A. Jeff Martin

    1975-01-01

    A computer program was designed to accept logging-residue measurements obtained by line-intersect sampling and transform them into summaries useful for the land manager. The features of the program, along with inputs and outputs, are briefly described, with a note on machine compatibility.

  9. Multivariate log-skew-elliptical distributions with applications to precipitation data

    KAUST Repository

    Marchenko, Yulia V.

    2009-07-13

    We introduce a family of multivariate log-skew-elliptical distributions, extending the list of multivariate distributions with positive support. We investigate their probabilistic properties such as stochastic representations, marginal and conditional distributions, and existence of moments, as well as inferential properties. We demonstrate, for example, that as for the log-t distribution, the positive moments of the log-skew-t distribution do not exist. Our emphasis is on two special cases, the log-skew-normal and log-skew-t distributions, which we use to analyze US national (univariate) and regional (multivariate) monthly precipitation data. © 2009 John Wiley & Sons, Ltd.

  10. Multivariate log-skew-elliptical distributions with applications to precipitation data

    KAUST Repository

    Marchenko, Yulia V.; Genton, Marc G.

    2009-01-01

    We introduce a family of multivariate log-skew-elliptical distributions, extending the list of multivariate distributions with positive support. We investigate their probabilistic properties such as stochastic representations, marginal and conditional distributions, and existence of moments, as well as inferential properties. We demonstrate, for example, that as for the log-t distribution, the positive moments of the log-skew-t distribution do not exist. Our emphasis is on two special cases, the log-skew-normal and log-skew-t distributions, which we use to analyze US national (univariate) and regional (multivariate) monthly precipitation data. © 2009 John Wiley & Sons, Ltd.

  11. Logging in hardwood stands established on farm land

    International Nuclear Information System (INIS)

    Bjoerheden, R.

    1992-01-01

    Performance and costs for different harvesting systems in broad leaf stands established on former tillage is presented. The calculations, combined with a forecast of the market development, shows that it is risky to aim production exclusively at bulk products as fibre or fibre/energy. The harvest of fibre or energy wood can, however, be used as a means to increase profitability of a silvicultural programme aimed at production of high quality hardwood lumber. Management and logging in these stands will be carried out with small scale technology, often by the private forest owner. Todays large scale systems are not competitive in these stands. The cost calculations show that we lack economically sound systems for harvesting stands in the interval up to 5 cm DBH. The lowest logging cost for these stands was calculated for motor manual felling and chipping with a chipper/dumper mounted on a farm tractor. This alternative is competitive also in the interval 5-10 cm DBH but there is a number of other feasible systems, e.g. off-road chippers processing motor manually felled and piled trees. Tree section systems with extraction by forwarder or a farm tractor with grapple loader and a bogic trailer operates at low costs to roadside but costs for processing and, maybe, a more expensive secondary transportation must then be added. For thinnings in the interval 10-25 cm DBH tree chipping is the most cost efficient if only energy assortments is to be harvested. However, at the current price relations between energy wood and pulpwood tree section systems are preferable also in stands over 10 cm since it allows a combined harvest of fibre and energy. For the same reason, the seemingly most interesting system in later thinnings is a system with differentiated processing. The term denotes a system where pulpwood is cut motor manually down to 12.5 cm and extracted by forwarder or farm tractor. The remaining tops and branches are processed by an off-road chipper. (36 refs., 11 figs.)

  12. Development of regional stump-to-mill logging cost estimators

    Science.gov (United States)

    Chris B. LeDoux; John E. Baumgras

    1989-01-01

    Planning logging operations requires estimating the logging costs for the sale or tract being harvested. Decisions need to be made on equipment selection and its application to terrain. In this paper a methodology is described that has been developed and implemented to solve the problem of accurately estimating logging costs by region. The methodology blends field time...

  13. Teaching an Old Log New Tricks with Machine Learning.

    Science.gov (United States)

    Schnell, Krista; Puri, Colin; Mahler, Paul; Dukatz, Carl

    2014-03-01

    To most people, the log file would not be considered an exciting area in technology today. However, these relatively benign, slowly growing data sources can drive large business transformations when combined with modern-day analytics. Accenture Technology Labs has built a new framework that helps to expand existing vendor solutions to create new methods of gaining insights from these benevolent information springs. This framework provides a systematic and effective machine-learning mechanism to understand, analyze, and visualize heterogeneous log files. These techniques enable an automated approach to analyzing log content in real time, learning relevant behaviors, and creating actionable insights applicable in traditionally reactive situations. Using this approach, companies can now tap into a wealth of knowledge residing in log file data that is currently being collected but underutilized because of its overwhelming variety and volume. By using log files as an important data input into the larger enterprise data supply chain, businesses have the opportunity to enhance their current operational log management solution and generate entirely new business insights-no longer limited to the realm of reactive IT management, but extending from proactive product improvement to defense from attacks. As we will discuss, this solution has immediate relevance in the telecommunications and security industries. However, the most forward-looking companies can take it even further. How? By thinking beyond the log file and applying the same machine-learning framework to other log file use cases (including logistics, social media, and consumer behavior) and any other transactional data source.

  14. Log ASCII Standard (LAS) Files for Geophysical Wireline Well Logs and Their Application to Geologic Cross Sections Through the Central Appalachian Basin

    Science.gov (United States)

    Crangle, Robert D.

    2007-01-01

    Introduction The U.S. Geological Survey (USGS) uses geophysical wireline well logs for a variety of purposes, including stratigraphic correlation (Hettinger, 2001, Ryder, 2002), petroleum reservoir analyses (Nelson and Bird, 2005), aquifer studies (Balch, 1988), and synthetic seismic profiles (Kulander and Ryder, 2005). Commonly, well logs are easier to visualize, manipulate, and interpret when available in a digital format. In recent geologic cross sections E-E' and D-D', constructed through the central Appalachian basin (Ryder, Swezey, and others, in press; Ryder, Crangle, and others, in press), gamma ray well log traces and lithologic logs were used to correlate key stratigraphic intervals (Fig. 1). The stratigraphy and structure of the cross sections are illustrated through the use of graphical software applications (e.g., Adobe Illustrator). The gamma ray traces were digitized in Neuralog (proprietary software) from paper well logs and converted to a Log ASCII Standard (LAS) format. Once converted, the LAS files were transformed to images through an LAS-reader application (e.g., GeoGraphix Prizm) and then overlain in positions adjacent to well locations, used for stratigraphic control, on each cross section. This report summarizes the procedures used to convert paper logs to a digital LAS format using a third-party software application, Neuralog. Included in this report are LAS files for sixteen wells used in geologic cross section E-E' (Table 1) and thirteen wells used in geologic cross section D-D' (Table 2).

  15. Utilization and cost for animal logging operations

    Science.gov (United States)

    Suraj P. Shrestha; Bobby L. Lanford

    2001-01-01

    Forest harvesting with animals is a labor-intensive operation. Due to the development of efficient machines and high volume demands from the forest products industry, mechanization of logging developed very fast, leaving behind the traditional horse and mule logging. It is expensive to use machines on smaller woodlots, which require frequent moves if mechanically...

  16. La logística y sus componentes

    Directory of Open Access Journals (Sweden)

    Deyanira Elizabeth Argumedo Sánchez

    2014-05-01

    Full Text Available Hoy en día el tema de la logística es un tema de suma importancia para las empresas ya que estas se han dado a la tarea de crear áreas especificas para su análisis se ha ido desarrollando a través del tiempo y en la actualidad se ha convertido en un aspecto de suma importancia para lograr que la empresa se posicione como del primer mundo. Antes se entendía como logística el tener el producto en el lugar indicado en el tiempo justo al menor costo posible pero ahora esas actividades han llegado a ser mejoradas que no solo se trata de eso ahora son todo un proceso. La logística determina y coordina en forma óptima el producto correcto, el cliente correcto, el tiempo y lugar correctos por lo tanto la logística no es una actividad funcional si no un modelo que permitirá reducir la incertidumbre de un futuro desconocido.

  17. Numerical simulation of responses for cased-hole density logging

    International Nuclear Information System (INIS)

    Wu, Wensheng; Fu, Yaping; Niu, Wei

    2013-01-01

    Stabilizing or stimulating oil production in old oil fields requires density logging in cased holes where open-hole logging data are either missing or of bad quality. However, measured values from cased-hole density logging are more severely influenced by factors such as fluid, casing, cement sheath and the outer diameter of the open-hole well compared with those from open-hole logging. To correctly apply the cased-hole formation density logging data, one must eliminate these influences on the measured values and study the characteristics of how the cased-hole density logging instrument responds to these factors. In this paper, a Monte Carlo numerical simulation technique was used to calculate the responses of the far detector of a cased-hole density logging instrument to in-hole fluid, casing wall thickness, cement sheath density and the formation and thus to obtain influence rules and response coefficients. The obtained response of the detector is a function of in-hole liquid, casing wall thickness, the casing's outer diameter, cement sheath density, open-hole well diameter and formation density. The ratio of the counting rate of the detector in the calibration well to that in the measurement well was used to get a fairly simple detector response equation and the coefficients in the equation are easy to acquire. These provide a new way of calculating cased-hole density through forward modelling methods. (paper)

  18. Practical Aspects of Log-ratio Coordinate Representations in Regression with Compositional Response

    Directory of Open Access Journals (Sweden)

    Fišerová Eva

    2016-10-01

    Full Text Available Regression analysis with compositional response, observations carrying relative information, is an appropriate tool for statistical modelling in many scientific areas (e.g. medicine, geochemistry, geology, economics. Even though this technique has been recently intensively studied, there are still some practical aspects that deserve to be further analysed. Here we discuss the issue related to the coordinate representation of compositional data. It is shown that linear relation between particular orthonormal coordinates and centred log-ratio coordinates can be utilized to simplify the computation concerning regression parameters estimation and hypothesis testing. To enhance interpretation of regression parameters, the orthogonal coordinates and their relation with orthonormal and centred log-ratio coordinates are presented. Further we discuss the quality of prediction in different coordinate system. It is shown that the mean squared error (MSE for orthonormal coordinates is less or equal to the MSE for log-transformed data. Finally, an illustrative real-world example from geology is presented.

  19. Global stability of a susceptible-infected-susceptible epidemic model on networks with individual awareness

    International Nuclear Information System (INIS)

    Li Ke-Zan; Xu Zhong-Pu; Zhu Guang-Hu; Ding Yong

    2014-01-01

    Recent research results indicate that individual awareness can play an important influence on epidemic spreading in networks. By local stability analysis, a significant conclusion is that the embedded awareness in an epidemic network can increase its epidemic threshold. In this paper, by using limit theory and dynamical system theory, we further give global stability analysis of a susceptible-infected-susceptible (SIS) epidemic model on networks with awareness. Results show that the obtained epidemic threshold is also a global stability condition for its endemic equilibrium, which implies the embedded awareness can enhance the epidemic threshold globally. Some numerical examples are presented to verify the theoretical results. (interdisciplinary physics and related areas of science and technology)

  20. Impacts of extended working hours in logging

    Science.gov (United States)

    Dana Mitchell; Tom Gallagher

    2008-01-01

    Last year at the 2007 AIM in Minneapolis, MN, the authors presented the human factors impacts to consider when implementing extended working hours in the logging industry. In a continuation of this project, we have researched existing literature to identify possible actions that logging business owners can take to reduce the impact of extended working hours on their...

  1. Grading sugar pine saw logs in trees.

    Science.gov (United States)

    John W. Henley

    1972-01-01

    Small limbs and small overgrown limbs cause problems when grading saw logs in sugar pine trees. Surface characteristics and lumber recovery information for 426 logs from 64 sugar pine trees were examined. Resulting modifications in the grading specification that allow a grader to ignore small limbs and small limb indicators do not appear to decrease the performance of...

  2. Turning event logs into process movies : animating what has really happened

    NARCIS (Netherlands)

    Leoni, de M.; Suriadi, S.; Hofstede, ter A.H.M.; Aalst, van der W.M.P.

    2013-01-01

    Today's information systems log vast amount of data which contains information about the actual execution of business processes. The analysis of this data can provide a solid starting point for business process improvement. This is the realm of process mining, an area which has provided a repertoire

  3. Landslide susceptibility mapping using a neuro-fuzzy

    Science.gov (United States)

    Lee, S.; Choi, J.; Oh, H.

    2009-12-01

    This paper develops and applied an adaptive neuro-fuzzy inference system (ANFIS) based on a geographic information system (GIS) environment using landslide-related factors and location for landslide susceptibility mapping. A neuro-fuzzy system is based on a fuzzy system that is trained by a learning algorithm derived from the neural network theory. The learning procedure operates on local information, and causes only local modifications in the underlying fuzzy system. The study area, Boun, suffered much damage following heavy rain in 1998 and was selected as a suitable site for the evaluation of the frequency and distribution of landslides. Boun is located in the central part of Korea. Landslide-related factors such as slope, soil texture, wood type, lithology, and density of lineament were extracted from topographic, soil, forest, and lineament maps. Landslide locations were identified from interpretation of aerial photographs and field surveys. Landslide-susceptible areas were analyzed by the ANFIS method and mapped using occurrence factors. In particular, we applied various membership functions (MFs) and analysis results were verified using the landslide location data. The predictive maps using triangular, trapezoidal, and polynomial MFs were the best individual MFs for modeling landslide susceptibility maps (84.96% accuracy), proving that ANFIS could be very effective in modeling landslide susceptibility mapping. Various MFs were used in this study, and after verification, the difference in accuracy according to the MFs was small, between 84.81% and 84.96%. The difference was just 0.15% and therefore the choice of MFs was not important in the study. Also, compared with the likelihood ratio model, which showed 84.94%, the accuracy was similar. Thus, the ANFIS could be applied to other study areas with different data and other study methods such as cross-validation. The developed ANFIS learns the if-then rules between landslide-related factors and landslide

  4. Magnetic susceptibility and zone structure of solid solutions in ZrC-NbN and Zrsub(0.5)Nbsub(0.5)Csub(x)Nsub(1-x) systems

    International Nuclear Information System (INIS)

    Gusev, A.I.; Dubrovskaya, L.B.; Shvejkin, G.P.

    1975-01-01

    Face-centered cubic solid solutions in the systems ZrC-NbN and Zrsub(0.5)Nbsub(0.5)Csub(x)Nsub(1-x) arranged to the mutual substitution type have been synthesized. The concentration and temperature dependences of the magnetic susceptibility have been studied. The extremal nature of the concentrational dependences of the magnetic susceptibility and the magnetic susceptibility temperature coefficient in the system ZrC-NbN is determined. The possibility is shown of considering the stoichiometric carbides and nitrides of the transition metals of the same period within the framework of the model of a single zone structure

  5. Geophysical borehole logging in the unsaturated zone, Yucca Mountain, Nevada

    International Nuclear Information System (INIS)

    Schimschal, U.; Nelson, P.H.

    1991-01-01

    Borehole geophysical logging for site characterization in the volcanic rocks at the proposed nuclear waste repository at Yucca Mountain, Nevada, requires data collection under rather unusual conditions. Logging tools must operate in rugose, dry holes above the water table in the unsaturated zone. Not all logging tools will operate in this environment, therefore; careful consideration must be given to selection and calibration. A sample suite of logs is presented that demonstrates correlation of geological formations from borehole to borehole, the definition of zones of altered mineralogy, and the quantitative estimates of rock properties. The authors show the results of an exploratory calculation of porosity and water saturation based upon density and epithermal neutron logs. Comparison of the results with a few core samples is encouraging, particularly because the logs can provide continuous data in boreholes where core samples are not available

  6. Automated data mining: an innovative and efficient web-based approach to maintaining resident case logs.

    Science.gov (United States)

    Bhattacharya, Pratik; Van Stavern, Renee; Madhavan, Ramesh

    2010-12-01

    Use of resident case logs has been considered by the Residency Review Committee for Neurology of the Accreditation Council for Graduate Medical Education (ACGME). This study explores the effectiveness of a data-mining program for creating resident logs and compares the results to a manual data-entry system. Other potential applications of data mining to enhancing resident education are also explored. Patient notes dictated by residents were extracted from the Hospital Information System and analyzed using an unstructured mining program. History, examination and ICD codes were obtained and compared to the existing manual log. The automated data History, examination, and ICD codes were gathered for a 30-day period and compared to manual case logs. The automated method extracted all resident dictations with the dates of encounter and transcription. The automated data-miner processed information from all 19 residents, while only 4 residents logged manually. The manual method identified only broad categories of diseases; the major categories were stroke or vascular disorder 53 (27.6%), epilepsy 28 (14.7%), and pain syndromes 26 (13.5%). In the automated method, epilepsy 114 (21.1%), cerebral atherosclerosis 114 (21.1%), and headache 105 (19.4%) were the most frequent primary diagnoses, and headache 89 (16.5%), seizures 94 (17.4%), and low back pain 47 (9%) were the most common chief complaints. More detailed patient information such as tobacco use 227 (42%), alcohol use 205 (38%), and drug use 38 (7%) were extracted by the data-mining method. Manual case logs are time-consuming, provide limited information, and may be unpopular with residents. Data mining is a time-effective tool that may aid in the assessment of resident experience or the ACGME core competencies or in resident clinical research. More study of this method in larger numbers of residency programs is needed.

  7. Log evaluation of sub-bituminous coals in Magallanes, Chile

    International Nuclear Information System (INIS)

    Weltz, L.S.

    1976-01-01

    In coal exploration a drilling program is normally used for coal inquest through core analysis, with a high cost and operating time. However, in many cases, there is poor cores recovery due to operating procedures and/or formation conditions which leads to the determination of parameters non-representative of the coal seam. The cost and operating time can be minimized through the use of logs which also represent a continuous and in situ sampling. In the case of sub-bituminous coals, the analysis through logs is more complex due to the high content of clay, which masks the presence of water. This paper describes the analysis of sub-bituminous coals in Magallanes-Chile. The main coal seam components are: coal, clay, secondary quartz and water. An interpretation system using the density log, gamma ray, sonic and microlog, based on rho/sub B/-GR and rho/sub B/--Δ/sub T/ cross plots, permits to know the weight percentages of the following elements: total carbon, ash, moisture, which form the main local coal parameters. Empirical relationships permit us to obtain also the heating value and an estimate strength index to elastic-dynamic forces. The results obtained agree within 3 percent with the Laboratory cores analysis. The method is processed through a sequence of simple computer programs for IBM-360

  8. Log-Normal Turbulence Dissipation in Global Ocean Models

    Science.gov (United States)

    Pearson, Brodie; Fox-Kemper, Baylor

    2018-03-01

    Data from turbulent numerical simulations of the global ocean demonstrate that the dissipation of kinetic energy obeys a nearly log-normal distribution even at large horizontal scales O (10 km ) . As the horizontal scales of resolved turbulence are larger than the ocean is deep, the Kolmogorov-Yaglom theory for intermittency in 3D homogeneous, isotropic turbulence cannot apply; instead, the down-scale potential enstrophy cascade of quasigeostrophic turbulence should. Yet, energy dissipation obeys approximate log-normality—robustly across depths, seasons, regions, and subgrid schemes. The distribution parameters, skewness and kurtosis, show small systematic departures from log-normality with depth and subgrid friction schemes. Log-normality suggests that a few high-dissipation locations dominate the integrated energy and enstrophy budgets, which should be taken into account when making inferences from simplified models and inferring global energy budgets from sparse observations.

  9. Magnetic susceptibility characterisation of superparamagnetic microspheres

    Science.gov (United States)

    Grob, David Tim; Wise, Naomi; Oduwole, Olayinka; Sheard, Steve

    2018-04-01

    The separation of magnetic materials in microsystems using magnetophoresis has increased in popularity. The wide variety and availability of magnetic beads has fuelled this drive. It is important to know the magnetic characteristics of the microspheres in order to accurately use them in separation processes integrated on a lab-on-a-chip device. To investigate the magnetic susceptibility of magnetic microspheres, the magnetic responsiveness of three types of Dynabeads microspheres were tested using two different approaches. The magnetophoretic mobility of individual microspheres is studied using a particle tracking system and the magnetization of each type of Dynabeads microsphere is measured using SQUID relaxometry. The magnetic beads' susceptibility is obtained at four different applied magnetic fields in the range of 38-70 mT for both the mobility and SQUID measurements. The susceptibility values in both approaches show a consistent magnetic field dependence.

  10. The feasibility of well-logging measurements of arsenic levels using neutron-activation analysis

    Science.gov (United States)

    Oden, C.P.; Schweitzer, J.S.; McDowell, G.M.

    2006-01-01

    Arsenic is an extremely toxic metal, which poses a significant problem in many mining environments. Arsenic contamination is also a major problem in ground and surface waters. A feasibility study was conducted to determine if neutron-activation analysis is a practical method of measuring in situ arsenic levels. The response of hypothetical well-logging tools to arsenic was simulated using a readily available Monte Carlo simulation code (MCNP). Simulations were made for probes with both hyperpure germanium (HPGe) and bismuth germanate (BGO) detectors using accelerator and isotopic neutron sources. Both sources produce similar results; however, the BGO detector is much more susceptible to spectral interference than the HPGe detector. Spectral interference from copper can preclude low-level arsenic measurements when using the BGO detector. Results show that a borehole probe could be built that would measure arsenic concentrations of 100 ppm by weight to an uncertainty of 50 ppm in about 15 min. ?? 2006 Elsevier Ltd. All rights reserved.

  11. Grading options for western hemlock "pulpwood" logs from southeastern Alaska.

    Science.gov (United States)

    David W. Green; Kent A. McDonald; John Dramm; Kenneth Kilborn

    Properties and grade yield are estimated for structural lumber produced from No. 3, No. 4, and low-end No. 2 grade western hemlock logs of the type previously used primarily for the production of pulp chips. Estimates are given for production in the Structural Framing, Machine Stress Rating, and Laminating Stock grading systems. The information shows that significant...

  12. Two-stage recovery of amphibian assemblages following selective logging of tropical forests.

    Science.gov (United States)

    Adum, Gilbert Baase; Eichhorn, Markus Peter; Oduro, William; Ofori-Boateng, Caleb; Rödel, Mark-Oliver

    2013-04-01

    There is a lack of quantitative information on the effectiveness of selective-logging practices in ameliorating effects of logging on faunal communities. We conducted a large-scale replicated field study in 3 selectively logged moist semideciduous forests in West Africa at varying times after timber extraction to assess post logging effects on amphibian assemblages. Specifically, we assessed whether the diversity, abundance, and assemblage composition of amphibians changed over time for forest-dependent species and those tolerant of forest disturbance. In 2009, we sampled amphibians in 3 forests (total of 48 study plots, each 2 ha) in southwestern Ghana. In each forest, we established plots in undisturbed forest, recently logged forest, and forest logged 10 and 20 years previously. Logging intensity was constant across sites with 3 trees/ha removed. Recently logged forests supported substantially more species than unlogged forests. This was due to an influx of disturbance-tolerant species after logging. Simultaneously Simpson's index decreased, with increased in dominance of a few species. As time since logging increased richness of disturbance-tolerant species decreased until 10 years after logging when their composition was indistinguishable from unlogged forests. Simpson's index increased with time since logging and was indistinguishable from unlogged forest 20 years after logging. Forest specialists decreased after logging and recovered slowly. However, after 20 years amphibian assemblages had returned to a state indistinguishable from that of undisturbed forest in both abundance and composition. These results demonstrate that even with low-intensity logging (≤3 trees/ha) a minimum 20-year rotation of logging is required for effective conservation of amphibian assemblages in moist semideciduous forests. Furthermore, remnant patches of intact forests retained in the landscape and the presence of permanent brooks may aid in the effective recovery of amphibian

  13. TF insert experiment log book. 2nd Experiment of CS model coil

    International Nuclear Information System (INIS)

    Sugimoto, Makoto; Isono, Takaaki; Matsui, Kunihiro

    2001-12-01

    The cool down of CS model coil and TF insert was started on August 20, 2001. It took almost one month and immediately started coil charge since September 17, 2001. The charge test of TF insert and CS model coil was completed on October 19, 2001. In this campaign, total shot numbers were 88 and the size of the data file in the DAS (Data Acquisition System) was about 4 GB. This report is a database that consists of the log list and the log sheets of every shot. This is an experiment logbook for 2nd experiment of CS model coil and TF insert for charge test. (author)

  14. Dynamical spin susceptibility of electron-doped high-Tc cuprates. Comparison with hole-doped systems

    International Nuclear Information System (INIS)

    Suzuki, Atsuo; Mutou, Tetsuya; Tanaka, Syunsuke; Hirashima, Dai S.

    2010-01-01

    The magnetic excitation spectrum of electron-doped copper oxide superconductors is studied by calculating the dynamical spin susceptibility of the two-dimensional Hubbard model in which a d x2-y2 -wave superconducting order parameter is assumed. The spectrum of electron-doped systems is compared with that of hole-doped systems, and the relationship between the frequency at which a peak grows in the spectrum and the superconducting energy gap at a hot spot is investigated. A peak may be observed even when the magnetic resonance condition is not exactly satisfied. We find that, in the electron-doped systems, the resonance condition is less likely to be satisfied than in the hole-doped systems because of the small density of states around the hot spots, and the peak frequency is close to twice the gap magnitude at the hot spots. (author)

  15. The current situation and prospect of fundamental research about nuclear logging technology

    International Nuclear Information System (INIS)

    Zhang Feng; Wang Xinguang; Yuan Chao

    2010-01-01

    Nuclear logging technology is one of the important methods to evaluate complex hydrocarbon reservoir in the process of petroleum exploration and development. The fundamental research of nuclear logging is an important step of logging technology innovation. Through analyzing the current situation of the development of nuclear logging technology at home and abroad in recent years, the problems and gaps are pointed out in the field of fundamental research of nuclear logging at home, and the future development of new nuclear logging technologies is concisely analyzed. Therefore, the optimal design and processing are conducted from aspects of ray source, detector, data acquisition and processing method. In addition, the fundamental research of LWD and pulsed neutron logging technology is taken as the main breach. In the fundamental research of nuclear logging technology, innovative thinking should be expressed and the innovation should be achieved in every field of the development of nuclear logging technology. Meanwhile, the logging key lab should be taken as the platform and the latest achievement in the field of nuclear logging technology should be fully utilized. Thus, the level of independent R and D and technology innovation of logging tools will be raised and service for the exploration and development of petroleum and other mineral resources. (authors)

  16. Perfil logístico de Colombia

    OpenAIRE

    Cardozo Maglioni, María Victoria; Lozano Suarez, María Goretty

    2012-01-01

    El presente documento ofrece un estudio del perfil logístico de Colombia con la finalidad de dar a conocer el estado de arte de las ciudades, puertos e infraestructura principal para facilitar la toma de decisiones de los empresarios. Para el desarrollo de este trabajo se determinaron a partir de un análisis competitivo del país; las principales ciudades y puertos; logrando establecer un inventario de maquinaria y equipo e infraestructura logística; enmarcados en retos ya establecidos en las ...

  17. Financial and ecological indicators of reduced impact logging performance in the eastern Amazon

    Science.gov (United States)

    Thomas P. Holmes; Geoffrey M. Blate; Johan C. Zweede; Rodrigo Pereira; Paulo Barreto; Frederick Boltz; Roberto Bauch

    2002-01-01

    Reduced impact logging (RIL) systems are currently being promoted in Brazil and other tropical countries in response to domestic and international concern over the ecological and economic sustainability of harvesting natural tropical forests. RIL systems are necessary, but not sufficient, for sustainable forest management because they reduce damage to the forest...

  18. Borehole logging for uranium exploration

    International Nuclear Information System (INIS)

    1982-01-01

    The present text has been prepared taking into account the requirements of both developing countries, which might be at an incipient stage of uranium exploration, and industrialized countries, where more advanced exploration and resource evaluation techniques are commonly in use. While it was felt necessary to include some discussion of exploration concepts and fundamental physical principles underlying various logging methods, it was not the intention of the consultants to provide a thorough, detailed explanation of the various techniques, or even to give a comprehensive listing thereof. However, a list of references has been included, and it is strongly recommended that the serious student of mineral logging consult this list for further guidance

  19. Logging technique for assaying for uranium in rocks

    International Nuclear Information System (INIS)

    Givens, W.W.

    1973-01-01

    A uranium exploration technique is described for determining the uranium content of a formation traversed by borehole. A delayed fission neutron assay log is obtained by irradiating the formation with repetitive bursts of fast neutrons and detecting delayed neutrons resulting from neutron fission of uranium at time intervals between the fast neutron bursts and after dissipation of the neutrons originating in the bursts. In addition, a response log is obtained by irradiating the formation with a source of fast neutrons whereby the neutrons from this source are moderated in the formation to lower energy levels and are subject to absorption. Secondary radiation attendant to these lower energy neutrons is recorded in order to obtain a log representative of the response of the formation to moderation and absorption of the neutrons. The two logs thus obtained are correlated in order to determine a corrected value of uranium content of the formation. (author)

  20. Development of a phosphorylated Momordica charantia protein system for inhibiting susceptible dose-dependent C. albicans to available antimycotics: An allosteric regulation of protein.

    Science.gov (United States)

    Qiao, Yuanbiao; Song, Li; Zhu, Chenchen; Wang, Qian; Guo, Tianyan; Yan, Yanhua; Li, Qingshan

    2017-11-15

    A regulatory Momordica charantia protein system was constructed allosterically by in vitro protein phosphorylation, in an attempt to evaluate antimycological pluripotency against dose-dependent susceptibilities in C. albicans. Fungal strain lineages susceptible to ketoconazole, econazole, miconazole, 5-flucytosine, nystatin and amphotericin B were prepared in laboratory, followed by identification via antifungal susceptibility testing. Protein phosphorylation was carried out in reactions with 5'-adenylic, guanidylic, cytidylic and uridylic acids and cyclic adenosine triphosphate, through catalysis of cyclin-dependent kinase 1, protein kinase A and protein kinase C respectively. Biochemical analysis of enzymatic reactions indicated the apparent Michaelis-Menten constants and maximal velocity values of 16.57-91.97mM and 55.56-208.33μM·min -1 , together with an approximate 1:1 reactant stoichiometric ratio. Three major protein phosphorylation sites were theoretically predicted at Thr255, Thr102 and Thr24 by a KinasePhos tool. Additionally, circular dichroism spectroscopy demonstrated that upon phosphorylation, protein folding structures were decreased in random coil, β6-sheet and α1-helix partial regions. McFarland equivalence standard testing yielded the concentration-dependent inhibition patterns, while fungus was grown in Sabouraud's dextrose agar. The minimal inhibitory concentrations of 0.16-0.51μM (at 50% response) were obtained for free protein and phosphorylated counterparts. With respect to the 3-cycling susceptibility testing regimen, individuals of total protein forms were administrated in-turn at 0.14μM/cycle. Relative inhibition ratios were retained to 66.13-81.04% of initial ones regarding the ketoconazole-susceptible C. albicans growth. An inhibitory protein system, with an advantage of decreasing antifungal susceptibilities to diverse antimycotics, was proposed because of regulatory pluripotency whereas little contribution to susceptibility in

  1. Clinical Accuracy of the Respiratory Tumor Tracking System of the CyberKnife: Assessment by Analysis of Log Files

    International Nuclear Information System (INIS)

    Hoogeman, Mischa; Prevost, Jean-Briac; Nuyttens, Joost; Poell, Johan; Levendag, Peter; Heijmen, Ben

    2009-01-01

    Purpose: To quantify the clinical accuracy of the respiratory motion tracking system of the CyberKnife treatment device. Methods and Materials: Data in log files of 44 lung cancer patients treated with tumor tracking were analyzed. Errors in the correlation model, which relates the internal target motion with the external breathing motion, were quantified. The correlation model error was compared with the geometric error obtained when no respiratory tracking was used. Errors in the prediction method were calculated by subtracting the predicted position from the actual measured position after 192.5 ms (the time lag to prediction in our current system). The prediction error was also measured for a time lag of 115 ms and a new prediction method. Results: The mean correlation model errors were less than 0.3 mm. Standard deviations describing intrafraction variations around the whole-fraction mean error were 0.2 to 1.9 mm for cranio-caudal, 0.1 to 1.9 mm for left-right, and 0.2 to 2.5 mm for anterior-posterior directions. Without the use of respiratory tracking, these variations would have been 0.2 to 8.1 mm, 0.2 to 5.5 mm, and 0.2 to 4.4 mm. The overall mean prediction error was small (0.0 ± 0.0 mm) for all directions. The intrafraction standard deviation ranged from 0.0 to 2.9 mm for a time delay of 192.5 ms but was halved by using the new prediction method. Conclusions: Analyses of the log files of real clinical cases have shown that the geometric error caused by respiratory motion is substantially reduced by the application of respiratory motion tracking.

  2. LOG FILE ANALYSIS AND CREATION OF MORE INTELLIGENT WEB SITES

    Directory of Open Access Journals (Sweden)

    Mislav Šimunić

    2012-07-01

    Full Text Available To enable successful performance of any company or business system, both inthe world and in the Republic of Croatia, among many problems relating to its operationsand particularly to maximum utilization and efficiency of the Internet as a media forrunning business (especially in terms of marketing, they should make the best possible useof the present-day global trends and advantages of sophisticated technologies andapproaches to running a business. Bearing in mind the fact of daily increasing competitionand more demanding market, this paper addresses certain scientific and practicalcontribution to continuous analysis of demand market and adaptation thereto by analyzingthe log files and by retroactive effect on the web site. A log file is a carrier of numerousdata and indicators that should be used in the best possible way to improve the entirebusiness operations of a company. However, this is not always simple and easy. The websites differ in size, purpose, and technology used for designing them. For this very reason,the analytic analysis frameworks should be such that can cover any web site and at thesame time leave some space for analyzing and investigating the specific characteristicof each web site and provide for its dynamics by analyzing the log file records. Thoseconsiderations were a basis for this paper

  3. Modelling tropical forests response to logging

    Science.gov (United States)

    Cazzolla Gatti, Roberto; Di Paola, Arianna; Valentini, Riccardo; Paparella, Francesco

    2013-04-01

    Tropical rainforests are among the most threatened ecosystems by large-scale fragmentation due to human activity such as heavy logging and agricultural clearance. Although, they provide crucial ecosystem goods and services, such as sequestering carbon from the atmosphere, protecting watersheds and conserving biodiversity. In several countries forest resource extraction has experienced a shift from clearcutting to selective logging to maintain a significant forest cover and understock of living biomass. However the knowledge on the short and long-term effects of removing selected species in tropical rainforest are scarce and need to be further investigated. One of the main effects of selective logging on forest dynamics seems to be the local disturbance which involve the invasion of open space by weed, vines and climbers at the expense of the late-successional state cenosis. We present a simple deterministic model that describes the dynamics of tropical rainforest subject to selective logging to understand how and why weeds displace native species. We argue that the selective removal of tallest tropical trees carries out gaps of light that allow weeds, vines and climbers to prevail on native species, inhibiting the possibility of recovery of the original vegetation. Our results show that different regime shifts may occur depending on the type of forest management adopted. This hypothesis is supported by a dataset of trees height and weed/vines cover that we collected from 9 plots located in Central and West Africa both in untouched and managed areas.

  4. ADN* Density log estimation Using Rockcell*

    International Nuclear Information System (INIS)

    Okuku, C.; Iloghalu, Emeka. M.; Omotayo, O.

    2003-01-01

    This work is intended to inform on the possibilities of estimating good density data in zones associated with sliding in a reservoir with ADN* tool with or without ADOS in string in cases where repeat sections were not done, possibly due to hole stability or directional concerns. This procedure has been equally used to obtain a better density data in corkscrew holes. Density data (ROBB) was recomputed using neural network in RockCell* to estimate the density over zones of interest. RockCell* is a Schlumberger software that has neural network functionally which can be used to estimate missing logs using the combination of the responses of other log curves and intervals that are not affected by sliding. In this work, an interval was selected and within this interval twelve litho zones were defined using the unsupervised neural network. From this a training set was selected based on intervals of very good log responses outside the sliding zones. This training set was used to train and run the neural network for a specific lithostratigraphic interval. The results matched the known good density curve. Then after this, an estimation of the density curve was done using the supervised neural network. The output from this estimation matched very closely in the good portions of the log, thus providing some density measurements in the sliding zone. This methodology provides a scientific solution to missing data during the process of Formation evaluation

  5. Aespoe Hard Rock Laboratory. BIPS logging in borehole KAS09

    Energy Technology Data Exchange (ETDEWEB)

    Gustafsson, Jaana; Gustafsson, Christer (Malaa Geoscience AB (Sweden))

    2010-01-15

    This report includes the data gained in BIPS logging performed at the Aespoe Hard Rock Laboratory. The logging operation presented here includes BIPS logging in the core drilled borehole KAS09. The objective for the BIPS logging was to observe the condition of KAS09 in order to restore the borehole in the hydrogeological monitoring programme.All measurements were conducted by Malaa Geoscience AB on October 9th 2009. The objective of the BIPS logging is to achieve information of the borehole including occurrence of rock types as well as determination of fracture distribution and orientation. This report describes the equipment used as well as the measurement procedures and data gained. For the BIPS survey, the result is presented as images. The basic conditions of the BIPS logging for geological mapping and orientation of structures are satisfying for borehole KAS09, although induced affects from the drilling on the borehole walls limit the visibility

  6. Aespoe Hard Rock Laboratory. BIPS logging in borehole KAS09

    International Nuclear Information System (INIS)

    Gustafsson, Jaana; Gustafsson, Christer

    2010-01-01

    This report includes the data gained in BIPS logging performed at the Aespoe Hard Rock Laboratory. The logging operation presented here includes BIPS logging in the core drilled borehole KAS09. The objective for the BIPS logging was to observe the condition of KAS09 in order to restore the borehole in the hydrogeological monitoring programme.All measurements were conducted by Malaa Geoscience AB on October 9th 2009. The objective of the BIPS logging is to achieve information of the borehole including occurrence of rock types as well as determination of fracture distribution and orientation. This report describes the equipment used as well as the measurement procedures and data gained. For the BIPS survey, the result is presented as images. The basic conditions of the BIPS logging for geological mapping and orientation of structures are satisfying for borehole KAS09, although induced affects from the drilling on the borehole walls limit the visibility

  7. The log-linear return approximation, bubbles, and predictability

    DEFF Research Database (Denmark)

    Engsted, Tom; Pedersen, Thomas Quistgaard; Tanggaard, Carsten

    We study in detail the log-linear return approximation introduced by Campbell and Shiller (1988a). First, we derive an upper bound for the mean approximation error, given stationarity of the log dividendprice ratio. Next, we simulate various rational bubbles which have explosive conditional expec...

  8. Process variant comparison: using event logs to detect differences in behavior and business rules

    NARCIS (Netherlands)

    Bolt, A.; de Leoni, M.; van der Aalst, W.M.P.

    2018-01-01

    This paper addresses the problem of comparing different variants of the same process. We aim to detect relevant differences between processes based on what was recorded in event logs. We use transition systems to model behavior and to highlight differences. Transition systems are annotated with

  9. Bio-susceptibility of materials and thermal insulation systems used for historical buildings

    Science.gov (United States)

    Sterflinger, Katja; Ettenauer, Joerg; Pinar, Guadalupe

    2013-04-01

    In historical buildings of Northern countries high levels of energy are necessary to reach comfortable temperatures especially during the cold season. For this reason historical buildings are now also included in country specific regulations and ordinances to enhance the "energy - efficiency". Since an exterior insulation - as it is commonly used for modern architecture - is incompatible with monument protection, several indoor insulation systems based on historical and ecological materials, are on the market that should improve the thermic performance of a historical building. However, using organic materials as cellulose, loam, weed or wood, bears the risk of fungal growth and thus may lead to health problems in indoor environments. For this reason 5 different ecological indoor insulations systems were tested for their bio-susceptibility against various fungi both under natural conditions - after 2 years of installation in an historical building - and under laboratory conditions with high levels of relative humidity. Fungal growth was evaluated by classical isolation and cultivation as well as by molecular methods. The materials turned out to have a quite different susceptibility towards fungal contamination. Whereas insulations made of bloated Perlite (plaster and board) did not show any fungal growth after 2 years of exposition, the historical insulation made of loam and weed had high cell counts of various fungi. In laboratory experiments wooden softboard represented the best environment for fungal growth. As a result from this study, plaster and board made of bloated Perlite are presented as being the most appropriate materials for thermal insulation at least from the microbiological and hygienic point of view. For future investigations and for the monitoring of fungi in insulation and other building materials we suggest a molecular biology approach with a common protocol for quantitative DNA-extraction and amplification.

  10. Assessment of geophysical logs from borehole USW G-2, Yucca Mountain, Nevada

    International Nuclear Information System (INIS)

    Nelson, P.H.; Schimschal, U.

    1993-01-01

    Commercial logging contractors, Western Atlas, Schlumberger, and Edcon obtained borehole geophysical logs at the site of a potential high level nuclear waste repository at Yucca Mountain, Nevada. Drill hole USW-G2 was picked for this test of suitable logging tools and logging technology, both representing state-of-the-art technology by these commercial companies. Experience gained by analysis of existing core data and a variety of logs obtained earlier by Birdwell and Dresser Atlas served as a guide to a choice of logs to be obtained. Logs were obtained in water-filled borehole in zeolitized tuff (saturated zone) and in air-filled borehole largely in unaltered welded tuff (unsaturated zone)

  11. TENSOR DECOMPOSITIONS AND SPARSE LOG-LINEAR MODELS

    Science.gov (United States)

    Johndrow, James E.; Bhattacharya, Anirban; Dunson, David B.

    2017-01-01

    Contingency table analysis routinely relies on log-linear models, with latent structure analysis providing a common alternative. Latent structure models lead to a reduced rank tensor factorization of the probability mass function for multivariate categorical data, while log-linear models achieve dimensionality reduction through sparsity. Little is known about the relationship between these notions of dimensionality reduction in the two paradigms. We derive several results relating the support of a log-linear model to nonnegative ranks of the associated probability tensor. Motivated by these findings, we propose a new collapsed Tucker class of tensor decompositions, which bridge existing PARAFAC and Tucker decompositions, providing a more flexible framework for parsimoniously characterizing multivariate categorical data. Taking a Bayesian approach to inference, we illustrate empirical advantages of the new decompositions. PMID:29332971

  12. The Log-Linear Return Approximation, Bubbles, and Predictability

    DEFF Research Database (Denmark)

    Engsted, Tom; Pedersen, Thomas Quistgaard; Tanggaard, Carsten

    2012-01-01

    We study in detail the log-linear return approximation introduced by Campbell and Shiller (1988a). First, we derive an upper bound for the mean approximation error, given stationarity of the log dividend-price ratio. Next, we simulate various rational bubbles which have explosive conditional expe...

  13. Attraction of Tomicus yunnanensis (Coleoptera: Scolytidae to Yunnan Pine Logs with and without Periderm or Phloem: An Effective Monitoring Bait

    Directory of Open Access Journals (Sweden)

    Rong Chun Lu

    2012-01-01

    Full Text Available The Yunnan pine shoot beetle, Tomicus yunnanensis Kirkendall and Faccoli (Coleoptera: Scolytinae is an important pest of Yunnan pine (Pinus yunnanensis Franch in China. Experiments with host log baits were done to develop a pest monitoring system using host tree kairomone. Five Yunnan pine logs (each 10–15 cm diam. × 30-cm long in a trap-log bundle were treated by peeling periderm (outer bark off to expose the phloem, and half of each log was covered with sticky adhesive to capture any attracted adult beetles. Significantly, more beetles were attracted and caught on the periderm-peeled logs (ca 30 beetles/m2 log surface/day than on untreated control logs with adhesive (ca 2.5/m2/day. No significant differences were observed between catches on logs taken from lower or upper halves of Yunnan pines. T. yunnanensis flies mostly during the afternoon according to trap catches throughout the day. Attraction to the periderm-peeled logs decreased considerably when they were peeled further to remove the phloem, indicating phloem volatiles play a role in selection of the host by the beetle. The readily-available log baits appear useful for monitoring pine shoot beetle populations in integrated pest management programs.

  14. Influence of stripe rust infection on the photosynthetic characteristics and antioxidant system of susceptible and resistant wheat cultivars at the adult plant stage.

    Science.gov (United States)

    Chen, Yang-Er; Cui, Jun-Mei; Su, Yan-Qiu; Yuan, Shu; Yuan, Ming; Zhang, Huai-Yu

    2015-01-01

    Wheat stripe rust (Puccinia striiformis f. sp. tritici, Pst), is one of the most serious diseases of wheat (Triticum aestivum L.) worldwide. To gain a better understanding of the protective mechanism against stripe rust at the adult plant stage, the differences in photosystem II and antioxidant enzymatic systems between susceptible and resistant wheat in response to stripe rust disease (P. striiformis) were investigated. We found that chlorophyll fluorescence and the activities of the antioxidant enzymes were higher in resistant wheat than in susceptible wheat after stripe rust infection. Compared with the susceptible wheat, the resistant wheat accumulated a higher level of D1 protein and a lower level of reactive oxygen species after infection. Furthermore, our results demonstrate that D1 and light-harvesting complex II (LHCII) phosphorylation are involved in the resistance to stripe rust in wheat. The CP29 protein was phosphorylated under stripe rust infection, like its phosphorylation in other monocots under environmental stresses. More extensive damages occur on the thylakoid membranes in the susceptible wheat compared with the resistant wheat. The findings provide evidence that thylakoid protein phosphorylation and antioxidant enzyme systems play important roles in plant responses and defense to biotic stress.

  15. Logging a roadside stand to protect scenic values

    Science.gov (United States)

    Philip M. McDonald; Raymond V. Whiteley

    1972-01-01

    A case study on the Challenge Experimental Forest, California, demonstrated that logging along roadsides need not despoil roadside stands. Nearly every tree was "viewed" before marking. Because of the "special-care" procedures followed, combined logging and slash-disposal cost was about twice that of a single-tree selection cut.

  16. SedMob: A mobile application for creating sedimentary logs in the field

    Science.gov (United States)

    Wolniewicz, Pawel

    2014-05-01

    SedMob is an open-source, mobile software package for creating sedimentary logs, targeted for use in tablets and smartphones. The user can create an unlimited number of logs, save data from each bed in the log as well as export and synchronize the data with a remote server. SedMob is designed as a mobile interface to SedLog: a free multiplatform package for drawing graphic logs that runs on PC computers. Data entered into SedMob are saved in the CSV file format, fully compatible with SedLog.

  17. SU-E-T-184: Clinical VMAT QA Practice Using LINAC Delivery Log Files

    International Nuclear Information System (INIS)

    Johnston, H; Jacobson, T; Gu, X; Jiang, S; Stojadinovic, S

    2015-01-01

    Purpose: To evaluate the accuracy of volumetric modulated arc therapy (VMAT) treatment delivery dose clouds by comparing linac log data to doses measured using an ionization chamber and film. Methods: A commercial IMRT quality assurance (QA) process utilizing a DICOM-RT framework was tested for clinical practice using 30 prostate and 30 head and neck VMAT plans. Delivered 3D VMAT dose distributions were independently checked using a PinPoint ionization chamber and radiographic film in a solid water phantom. DICOM RT coordinates were used to extract the corresponding point and planar doses from 3D log file dose distributions. Point doses were evaluated by computing the percent error between log file and chamber measured values. A planar dose evaluation was performed for each plan using a 2D gamma analysis with 3% global dose difference and 3 mm isodose point distance criteria. The same analysis was performed to compare treatment planning system (TPS) doses to measured values to establish a baseline assessment of agreement. Results: The mean percent error between log file and ionization chamber dose was 1.0%±2.1% for prostate VMAT plans and −0.2%±1.4% for head and neck plans. The corresponding TPS calculated and measured ionization chamber values agree within 1.7%±1.6%. The average 2D gamma passing rates for the log file comparison to film are 98.8%±1.0% and 96.2%±4.2% for the prostate and head and neck plans, respectively. The corresponding passing rates for the TPS comparison to film are 99.4%±0.5% and 93.9%±5.1%. Overall, the point dose and film data indicate that log file determined doses are in excellent agreement with measured values. Conclusion: Clinical VMAT QA practice using LINAC treatment log files is a fast and reliable method for patient-specific plan evaluation

  18. Gerencia logística y global

    Directory of Open Access Journals (Sweden)

    Pablo Cesar Ocampo Vélez

    2009-04-01

    Full Text Available La logística es una filosofía que se encarga de aplicar las buenas pá¡cticas en los macroprocesos, procesos, procedimientos, tareas y productos dentro de una organización, con el fin de satisfacer las necesidades del cliente, quien es la razón de ser de la empresa. Existen entes internacionales que velan porque las compañias en todo el mundo utilicen y difundan las diferentes disciplinas logísticas en toda la red de valor y tengan un mismo enfoque estratégico.El objetivo de este artículo es explicar la existencia de procesos y macroprocesos de clase mundial en la logística, gracias a los cuales hay una gran oportunidad de mejora para los empresarios colombianos, con el fin de reestructurar los procesos estratégicos, tácticos y operacionales de cada Unidad de Negocio, para que sean organizaciones más competitivas, que puedan enfrentar los tratados de libre comercio, brindando mayor sostenibilidad y óptimo nivel de servicio.

  19. Secure optionally passive RFID tag or sensor with external power source and data logging

    Science.gov (United States)

    Nekoogar, Faranak; Reynolds, Matthew; Lefton, Scott; Dowla, Farid; Twogood, Richard

    2016-05-31

    A secure optionally passive RFID tag or sensor system comprises a passive RFID tag having means for receiving radio signals from at least one base station and for transmitting radio signals to at least one base station, where the tag is capable of being powered exclusively by received radio energy, and an external power and data logging device having at least one battery and electronic circuitry including a digital memory configured for storing and recalling data. The external power and data logging device has a means for powering the tag, and also has a means.

  20. A methodological approach to assess beach-dune system susceptibility to erosion. Cases studies from Valdelagrana spit (Spain) and Campomarino beach (Italy).

    Science.gov (United States)

    Rizzo, Angela; Aucelli, Pietro P. C.; Gracia, Javier F.; Anfuso, Giorgio; Rosskopf, Carmen M.

    2016-04-01

    Dunes provide many important services to coastal areas, such as coastal erosion mitigation, coastal flooding protection and biological diversity. Their dynamic equilibrium and geomorphological evolution are the result of the interaction between marine and aeolian processes. Moreover, coastal dunes are characterized by a high ecological value, being a narrow strip between marine and terrestrial ecosystems and are habitats considered of community interest by the Habitats Directive 92/43/EEC. In the meantime, the significant increase of human pressure on coastal environments during the last decades has caused a strong alteration and an increase of the fragility and fragmentation of these habitats. This paper presents a methodological approach for the assessment of the beach-dune system susceptibility to erosion. The aim is to identify, at the local scale, the degree of susceptibility of coastal stretches in order to evaluate the degree of exposure of human settlements and natural environments located behind the dune system and to support actuations to appropriately improve dune management and conservation. A coastal susceptibility matrix and a corresponding Coastal Susceptibility Index (CSI) are proposed. Following the assumption that a good index should be based on a minimum amount of essential information (Cooper and McLaughlin, 1998), possibly already available or easy to be obtained (Villa and McLeod, 2002), the proposed index consisted into eight variables concerning existing beach and dune conditions, covering geomorphological, physical and anthropogenic aspects. Each variable was inserted into a GIS system and overlapped with the others through a logical overlay operation. The resulting layer was reclassified according to the formula proposed by Rangel and Anfuso (2015) allowing to calculate the CSI, which ranged from 1 (null/very low susceptibility) to 5 (very high susceptibility). In a further step, the predominant processes occurred in the last decades were

  1. Unification of acoustic drillhole logging data

    International Nuclear Information System (INIS)

    Oehman, I.; Palmen, J.; Heikkinen, E.

    2009-04-01

    Posiva Oy prepares for disposal of spent nuclear fuel in bedrock in Olkiluoto, Eurajoki. This is in accordance of the application filed in 1999, the Decision-in-Principle of the State Council in 2000, and ratification by the Parliament in 2001. The site characterization at Olkiluoto has included comprehensive geological, hydrological, geochemical and geophysical investigations airborne, on ground and in drillholes since 1988. One of key techniques in geophysical drillhole surveys has been acoustic full waveform logging, which has been implemented since 1994. Various tools have been used in acquisition of acoustic data and several processing techniques have been applied. The logging work and processing to P and S wave velocities has been previously carried out on single drillhole basis. Comparisons to actual values and levels have not been made, and the results have not been calibrated. Therefore results for different drillholes have not been comparable. Resolution of the P and S wave velocity has been rather coarse, and depth correlation to the core data has been on tentative level. As the investigation data has been accumulating, it has become possible to correlate the results to geological and laboratory control data and to calibrate the results of separate measurement campaigns and different drillholes together onto same reference level and resolution. The presented technique has been applied for drillhole OL-KR29 onwards and has set the processing standard, settings and reference levels for later surveys. This approach will further assist the application of the method for mapping and numerical description of lithology variation and possible effect of alteration and deformation on it. Further on, the P and S wave velocity data together with density can be used in computing of dynamic in situ rock mechanical parameters, and possibly in correlating rock strength laboratory data to P and S wave velocity logging data. The acoustic logging data from drillholes OL-KR1

  2. On the generation of log-Levy distributions and extreme randomness

    International Nuclear Information System (INIS)

    Eliazar, Iddo; Klafter, Joseph

    2011-01-01

    The log-normal distribution is prevalent across the sciences, as it emerges from the combination of multiplicative processes and the central limit theorem (CLT). The CLT, beyond yielding the normal distribution, also yields the class of Levy distributions. The log-Levy distributions are the Levy counterparts of the log-normal distribution, they appear in the context of ultraslow diffusion processes, and they are categorized by Mandelbrot as belonging to the class of extreme randomness. In this paper, we present a natural stochastic growth model from which both the log-normal distribution and the log-Levy distributions emerge universally-the former in the case of deterministic underlying setting, and the latter in the case of stochastic underlying setting. In particular, we establish a stochastic growth model which universally generates Mandelbrot's extreme randomness. (paper)

  3. Background subtraction system for pulsed neutron logging of earth boreholes

    International Nuclear Information System (INIS)

    Hopkinson, E.C.

    1977-01-01

    A neutron generator in well logging instrument is pulsed 100 times having a time between pulses of 1400 microseconds. This is followed by an off period of four cycles wherein 2800 microseconds is allowed for capture radiation to decay to an insignificant level and the remaining 2800 microseconds is used to measure background radiation. This results in the neutron source being disabled four pulses after every hundred pulses of operation, or approximately a 4 percent loss of neutron output. A first detector gate is open from 400 to 680 microseconds and a second detector gate is open from 700 to 980 microseconds. During the 100 cycles, each of the gates is thus open for 280 microseconds times 100 for a total of 28,000 microseconds. By scaling the gate count rate by a factor of 10, the background is subtracted directly

  4. Log of Apollo 11.

    Science.gov (United States)

    National Aeronautics and Space Administration, Washington, DC.

    The major events of the first manned moon landing mission, Apollo 11, are presented in chronological order from launch time until arrival of the astronauts aboard the U.S.S. Hornet. The log is descriptive, non-technical, and includes numerous color photographs of the astronauts on the moon. (PR)

  5. The Spontaneous Ray Log: A New Aid for Constructing Pseudo-Synthetic Seismograms

    Science.gov (United States)

    Quadir, Adnan; Lewis, Charles; Rau, Ruey-Juin

    2018-02-01

    Conventional synthetic seismograms for hydrocarbon exploration combine the sonic and density logs, whereas pseudo-synthetic seismograms are constructed with a density log plus a resistivity, neutron, gamma ray, or rarely a spontaneous potential log. Herein, we introduce a new technique for constructing a pseudo-synthetic seismogram by combining the gamma ray (GR) and self-potential (SP) logs to produce the spontaneous ray (SR) log. Three wells, each of which consisted of more than 1000 m of carbonates, sandstones, and shales, were investigated; each well was divided into 12 Groups based on formation tops, and the Pearson product-moment correlation coefficient (PCC) was calculated for each "Group" from each of the GR, SP, and SR logs. The highest PCC-valued log curves for each Group were then combined to produce a single log whose values were cross-plotted against the reference well's sonic ITT values to determine a linear transform for producing a pseudo-sonic (PS) log and, ultimately, a pseudo-synthetic seismogram. The range for the Nash-Sutcliffe efficiency (NSE) acceptable value for the pseudo-sonic logs of three wells was 78-83%. This technique was tested on three wells, one of which was used as a blind test well, with satisfactory results. The PCC value between the composite PS (SR) log with low-density correction and the conventional sonic (CS) log was 86%. Because of the common occurrence of spontaneous potential and gamma ray logs in many of the hydrocarbon basins of the world, this inexpensive and straightforward technique could hold significant promise in areas that are in need of alternate ways to create pseudo-synthetic seismograms for seismic reflection interpretation.

  6. Calculating tissue shear modulus and pressure by 2D log-elastographic methods

    International Nuclear Information System (INIS)

    McLaughlin, Joyce R; Zhang, Ning; Manduca, Armando

    2010-01-01

    Shear modulus imaging, often called elastography, enables detection and characterization of tissue abnormalities. In this paper the data are two displacement components obtained from successive MR or ultrasound data sets acquired while the tissue is excited mechanically. A 2D plane strain elastic model is assumed to govern the 2D displacement, u. The shear modulus, μ, is unknown and whether or not the first Lamé parameter, λ, is known the pressure p = λ∇ . u which is present in the plane strain model cannot be measured and is unreliably computed from measured data and can be shown to be an order one quantity in the units kPa. So here we present a 2D log-elastographic inverse algorithm that (1) simultaneously reconstructs the shear modulus, μ, and p, which together satisfy a first-order partial differential equation system, with the goal of imaging μ; (2) controls potential exponential growth in the numerical error and (3) reliably reconstructs the quantity p in the inverse algorithm as compared to the same quantity computed with a forward algorithm. This work generalizes the log-elastographic algorithm in Lin et al (2009 Inverse Problems 25) which uses one displacement component, is derived assuming that the component satisfies the wave equation and is tested on synthetic data computed with the wave equation model. The 2D log-elastographic algorithm is tested on 2D synthetic data and 2D in vivo data from Mayo Clinic. We also exhibit examples to show that the 2D log-elastographic algorithm improves the quality of the recovered images as compared to the log-elastographic and direct inversion algorithms

  7. Economic incentives exist to support measures to reduce illegal logging

    Science.gov (United States)

    J.A. Turner; J. Buongiorno; A. Katz; S. Zhu; R. Li

    2008-01-01

    Three studies of the global economic implications of eliminating illegal logging are summarized. Processors of illegally sourced wood would lose from the elimination of illegal logging through high prices for logs and decreased production of wood products. Associated with these changes could be losses in employment and income. Beyond these losses to the processing...

  8. Interactive machine learning for postprocessing CT images of hardwood logs

    Science.gov (United States)

    Erol Sarigul; A. Lynn Abbott; Daniel L. Schmoldt

    2003-01-01

    This paper concerns the nondestructive evaluation of hardwood logs through the analysis of computed tomography (CT) images. Several studies have shown that the commercial value of resulting boards can be increased substantially if log sawing strategies are chosen using prior knowledge of internal log defects. Although CT imaging offers a potential means of obtaining...

  9. A novel method for quantitative geosteering using azimuthal gamma-ray logging.

    Science.gov (United States)

    Yuan, Chao; Zhou, Cancan; Zhang, Feng; Hu, Song; Li, Chaoliu

    2015-02-01

    A novel method for quantitative geosteering by using azimuthal gamma-ray logging is proposed. Real-time up and bottom gamma-ray logs when a logging tool travels through a boundary surface with different relative dip angles are simulated with the Monte Carlo method. Study results show that response points of up and bottom gamma-ray logs when the logging tool moves towards a highly radioactive formation can be used to predict the relative dip angle, and then the distance from the drilling bit to the boundary surface is calculated. Copyright © 2014 Elsevier Ltd. All rights reserved.

  10. suitability of vitek 2 system in identification and susceptibility testing

    African Journals Online (AJOL)

    2014-04-01

    Apr 1, 2014 ... susceptibility testing (AST) of bacteria from blood are ... This process ... This was a method validation study carried out at .... testing: Of the 19 cultures with AST by direct Vitek, three had discrepancies for some antibiotics.

  11. Log-periodic dipole antenna with low cross-polarization

    DEFF Research Database (Denmark)

    Pivnenko, Sergey

    2006-01-01

    In this work, log-periodic antennas with improved cross-polarization level were studied. It was found that some modifications of the traditional design lead to an essential improvement of the co-to-cross polarization ratio up to 40 dB. An improved design of a log-periodic dipole antenna with low...

  12. Mitigating Hillslope Erosion After Post-fire Salvage Logging Operations

    Science.gov (United States)

    Robichaud, P. R.; Bone, E. D.; Brown, R. E.

    2017-12-01

    In the past decades, wildfires around the world have continued to increase in size, severity, and cost. Major concerns after wildfires are the increased runoff and erosion due to loss of the protective forest floor layer, loss of water storage, and creation of water repellent soil conditions. Salvage logging is often a post-fire forest management action to recoup the economic loss of the burned timber, yet concerns arise on the impacts of this activity on water quality. Recently, several studies have been conducted to determine the effect of salvage logging on hillslope erosion. Logging skid trails have been cited as being the cause of high erosion during and after salvage operations. We investigated the impacts of adding operational logging slash to skid trails to reduce hillslope erosion after salvage operations on the 2015 North Star Fire, Washington. We implemented well-designed rapid response approach to compare slash treatment effectiveness by monitoring sediment yield and runoff response from hillslopes with a concentrated flow (rill) experiment. Various runoff amounts are incrementally added to 4 m hillslope plots with and without slash treatments. Our initial results suggest that adding logging slash increased ground cover significantly which contributed to an order of magnitude decrease in hillslope erosion. Integrating erosion mitigation strategies into salvage logging operations should be commonplace when hillslope erosion is a concern.

  13. Smartphone log data in a qualitative perspective

    DEFF Research Database (Denmark)

    Ørmen, Jacob; Thorhauge, Anne Mette

    2015-01-01

    into studies of smartphones in everyday life. Through an illustrative study, we explore a more nuanced perspective on what can be considered “log data” and how these types of data can be collected and analysed. A qualitative approach to log data analysis offers researchers new opportunities to situate......Log data from smartphones have primarily been used in large-scale research designs to draw statistical inferences from hundreds or even thousands of participants. In this article, we argue that more qualitatively oriented designs can also benefit greatly from integrating these rich data sources...... serve as cues to instigate discussion and reflection as well as act as resources for contextualizing and organizing related empirical material. In the discussion, the advantages of a qualitative perspective for research designs are assessed in relation to issues of validity. Further perspectives...

  14. Dimension yields from short logs of low-quality hardwood trees.

    Science.gov (United States)

    Howard N. Rosen; Harold A. Stewart; David J. Polak

    1980-01-01

    Charts are presented for determining yields of 4/4 dimension cuttings from short hardwood logs of aspen, soft maple, black cherry, yellow-poplar, and black walnut for several cutting grades and bolt sizes. Cost comparisons of short log and standard grade mixes show sizes. Cost comparisons of short log and standard grade mixes show the estimated least expensive...

  15. Susceptibility testing of fish cell lines for virus isolation

    DEFF Research Database (Denmark)

    Ariel, Ellen; Skall, Helle Frank; Olesen, Niels Jørgen

    2009-01-01

    and laboratories, but also between lineages of the same cell line. To minimise the occurrence of false negatives in a cell culture based surveillance system, we have investigated methods, to select cell lineages that are relatively superior in their susceptibility to a panel of virus isolates. The procedures...... cell lineages, we increased the number of isolates of each virus, propagated stocks in a given cell line and tested all lineages of that line in use in the laboratory. Testing of relative cell line susceptibility between laboratories is carried out annually via the Inter-laboratory Proficiency Test...... sensitivity for surveillance purposes within a cell line and between laboratories.In terms of economic and practical considerations as well as attempting to approach a realistic test system, we suggest the optimal procedure for susceptibility testing of fish cell lines for virus isolation to be a combination...

  16. Magnetic susceptibility and electron–phonon (e–p) interaction in some U and Ce based heavy fermion (HF) systems

    International Nuclear Information System (INIS)

    Sahoo, J.; Shadangi, N.; Nayak, P.

    2015-01-01

    Here an attempt is made to explore the variation of magnetic susceptibility with temperature for different values of the position of f-level (d) and electron–phonon interaction (EPI) strength (r) in some U and Ce based heavy Fermion (HF) systems within Periodic Anderson Model (PAM) in the presence of a static magnetic field B and interaction of phonons with electrons of hybridization band. Since magnetic susceptibility χ is related to the f-electron occupation n ±σ f , the expression for the latter is analytically derived through f–f correlation function following the Green function technique of Zubarev. The numerical analysis of χ as a function of temperature ‘T’ is done for different values of d and r. The results show a good agreement with the experiments for some U and Ce based HFs. An explanation for the existence of a critical value of d w.r.t. E F for switching of nature of χ∼T from U to Ce based HF systems is provided. Our calculated value of the temperature T χmax corresponding to the peak position of χ for small values of hybridization constant γ=0.002 and 0.0036 coincides with the experimental value of 19 K for UPt 3 and 35 K for UPd 2 Al 3 reported by Frings et al. and Geibel et al. respectively. - Highlights: • Variation of magnetic susceptibility χ with temperature T is studied for some HF systems. • Periodic Anderson Model in presence of magnetic field and electron–phonon interaction is used for numerical evaluation. • The existence of a critical value of the position of f-level(d) is proposed for distinction between χ∼T behavior of U and Ce based HF systems. • Results obtained are in good agreement with the experimental observations for some Ce and U based HF systems. • Theoretically evaluated temperature corresponding to the peak value of χ matches with the experimental results of UPt 3 and UPd 2 Al 3

  17. Kaizen aplicado à logística

    OpenAIRE

    Santos, Ana Catarina Almeida

    2011-01-01

    O presente trabalho propõe alcançar um aumento de produtividade e consequente redução de custos e desperdícios ajudando o departamento logístico da Empresa Revigrés – Industria de Revestimentos de Grés, Lda, a tornar-se mais eficiente, através da aplicação da filosofia kaizen que propõe melhorias no desempenho por implementação de pequenas ações. O objetivo deste projeto é a melhoria do departamento logístico globalmente, para isso houve o recurso a pesquisas e levantamento ...

  18. Some properties of the log-Laplace distribution

    International Nuclear Information System (INIS)

    Uppuluri, V.R.R.

    1980-01-01

    A random variable Y is said to have the Laplace distribution or the double exponential distribution whenever its probability density function is given by lambda exp(-lambda abs. value y), where -infinity 0. The random variable X = exp(Y) is said to have the log-Laplace distribution. With the problem of extrapolation to low doses in dose response curves as motivation, an axiomatic characterization of the log-Laplace distribution is obtained. 1 figure

  19. Some properties of the log-Laplace distribution

    International Nuclear Information System (INIS)

    Uppuluri, V.R.R.

    1980-08-01

    A random variable γ is said to have the Laplace distribution or the double exponential distribution whenever its probability density function is given by lambda exp(-lambda absolute value (y)), where -infinity 0. The random variable X = exp(γ) is said to have the log-Laplace distribution. With the problem of extrapolation to low doses in dose response curves as a motivation, an axiomatic characterization of the log-Laplace distribution is obtained. 1 figure

  20. Predictive models of forest logging residues of Triplochiton ...

    African Journals Online (AJOL)

    The model developed indicated that logarithmic functions performed better than other form of equation. The findings of this study revealed that there is significant logging residues left to waste in the forest after timber harvest and quantifying this logging residue in terms of biomass model can serve as management tools in ...

  1. Neutron die-away well logging

    International Nuclear Information System (INIS)

    Jacobson, L.A.

    1976-01-01

    Neutron die-away well logging is extensively used for the location and monitoring of hydrocarbon zones in cased wells. Casing prohibits the use of conventional open-hole electrical resistivity methods. Through an appropriate interpretation of the measured capture cross-section, it is possible to determine the fractional hydrocarbon content of the rock pore volume, provided that the interstitial water is moderately saline (Σ/sub w/ greater than or equal to .035 cm -1 ). Special sealed D-T accelerator tubes and high voltage supplies have been developed for this purpose. They must fit into a 25 mm design circle and operate at 175 0 C, producing approximately 10 8 neutron/sec average in repetitive bursts. In the Schlumberger method an electronic servo-system adjusts burst and measure-gate timing to minimize statistical uncertainty regardless of die-away time

  2. Applications of outcrop gamma-ray logging to field development and exploration

    International Nuclear Information System (INIS)

    Jordan, D.W.; Slatt, R.M.; Gillespie, R.H.; D'Agostino, A.E.; Scheihing, M.H.

    1991-01-01

    Gamma-ray logs of outcrops have been generated using two techniques. These techniques demonstrate the applicability of outcrop logging to better understand reservoir facies architecture and exploration type problems. The first logging technique employs the use of a standard logging truck and gamma-ray sonde. The truck is positioned near the top of the cliff face and the sonde is lowered to the bottom of the cliff. Gamma-ray counts are recorded as the sonde is raised at a constant rate. The second logging technique employs the use of a commercially available, hand-held, gamma-ray scintillometer. The tool measures total radiation at the outcrop. Equally-spaced measurements are made along the section and are displayed as a function of depth below a reference point. In this paper examples of gamma-ray logging experiments conducted on turbidities of the Jackfork Group (Pennsylvanian) in central and southern Arkansas are discussed, as are application of outcrop gamma-ray logging in the Long Beach Unit of Wilmington Oil Field, California, and Point Mugu (Santa Barbara Channel), California

  3. A novel method for quantitative geosteering using azimuthal gamma-ray logging

    International Nuclear Information System (INIS)

    Yuan, Chao; Zhou, Cancan; Zhang, Feng; Hu, Song; Li, Chaoliu

    2015-01-01

    A novel method for quantitative geosteering by using azimuthal gamma-ray logging is proposed. Real-time up and bottom gamma-ray logs when a logging tool travels through a boundary surface with different relative dip angles are simulated with the Monte Carlo method. Study results show that response points of up and bottom gamma-ray logs when the logging tool moves towards a highly radioactive formation can be used to predict the relative dip angle, and then the distance from the drilling bit to the boundary surface is calculated. - Highlights: • A new method is proposed for geosteering by using azimuthal gamma-ray logging. • The new method can quantitatively determine the distance from the drilling bit to the boundary surface while the traditional geosteering method can only qualitatively guide the drilling bit in reservoirs. • The response points of real-time upper and lower gamma line when the logging tool meets high radioactive formation are used to predict the relative dip angles, and then the distance from the drilling bit to the boundary surface is calculated

  4. Magnetic susceptibility of road deposited sediments at a national scale – Relation to population size and urban pollution

    International Nuclear Information System (INIS)

    Jordanova, Diana; Jordanova, Neli; Petrov, Petar

    2014-01-01

    Magnetic properties of road dusts from 26 urban sites in Bulgaria are studied. Temporal variations of magnetic susceptibility (χ) during eighteen months monitoring account for approximately 1/3rd of the mean annual values. Analysis of heavy metal contents and magnetic parameters for the fraction d  2  = −0.84) is observed between the ratio ARM/χ and Pb content. It suggests that Pb is related to brake/tyre wear emissions, releasing larger particles and higher Pb during slow driving – braking. Bulk χ values of road dusts per city show significant correlation with population size and mean annual NO 2 concentration on a log-normal scale. The results demonstrate the applicability of magnetic measurements of road dusts for estimation of mean NO 2 levels at high spatial density, which is important for pollution modelling and health risk assessment. - Highlights: • temporal variations of road dust magnetic susceptibility comprise 1/3 of the signal. • high negative correlation between Pb content and magnetic ratio ARM/χ is obtained. • brake- and tyre ware emissions are the main pollution sources of the road dusts. • road dust magnetic susceptibility rises parallel with logarithm of population size. • linear correlation is found between mean NO 2 concentrations and susceptibility. - Magnetic susceptibility of road dusts on a national scale increases proportionally to the population size and mean NO 2 concentrations due to the effect of traffic related pollution

  5. Well-logging method using well-logging tools run through a drill stem test string for determining in-situ change in formation water saturation values

    International Nuclear Information System (INIS)

    Fertl, W.H.

    1975-01-01

    A logging tool (pulsed neutron or neutron-gamma ray) whose response indicates formation water saturation value, is run through an opening extending through a portion of a drill stem test string. A sample portion of the formation fluid in the zone of interest is removed and another logging run is made. The differences between the plots of the two logging runs indicate the formation potential productivity in the zone of interest

  6. Cost of skid roads for arch logging in West Virginia

    Science.gov (United States)

    George R., Jr. Trimble; Carl R. Barr

    1960-01-01

    In the mountain hardwood country of the northern Appalachians, tree-length skidding with tractor and arch has proved to be economical logging. One essential part of this type of logging is that tree-length logs are winched to the skid roads: tractor and arch do not run around through the woods. Winching distance is commonly 200 to 300 feet; and occasionally an extra...

  7. Environmental effects of postfire logging: literature review and annotated bibliography.

    Science.gov (United States)

    James D. McIver; Lynn Starr

    2000-01-01

    The scientific literature on logging after wildfire is reviewed, with a focus on environmental effects of logging and removal of large woody structure. Rehabilitation, the practice of planting or seeding after logging, is not reviewed here. Several publications are cited that can be described as “commentaries,” intended to help frame the public debate. We review 21...

  8. Ultrafast CT scanning of an oak log for internal defects

    Science.gov (United States)

    Francis G. Wagner; Fred W. Taylor; Douglas S. Ladd; Charles W. McMillin; Fredrick L. Roder

    1989-01-01

    Detecting internal defects in sawlogs and veneer logs with computerized tomographic (CT) scanning is possible, but has been impractical due to the long scanning time required. This research investigated a new scanner able to acquire 34 cross-sectional log scans per second. This scanning rate translates to a linear log feed rate of 85 feet (25.91 m) per minute at one...

  9. Importance of well logging measurements in the design of underground railway tunnels

    International Nuclear Information System (INIS)

    Kiss, E.Z.; Szlaboczky, P.

    1981-01-01

    The paper shows how logs can be used in the construction of underground railway tunnels in terciary sediments. Even standard well logging techniques (electric conductivity, gamma logging) can provide important additional information on the wells if conclusions concerning construction technology are gained from the logs. In the course of continuous research work the application of well logs renders an essential help if the measurements give in-situ information on absolute values of the well sections by revealing the various geological formations based on the distribution of characteristic parameters. Well logging increases the resolving power of the mechanical method of layer differentiation. Beside the usual geological interpretation of logs the zones of shifting rocks, hard and friable formations as well as intercalations leading to problems in construction technology can be pointed out. (author)

  10. Bird species and traits associated with logged and unlogged forest in Borneo.

    Science.gov (United States)

    Cleary, Daniel F R; Boyle, Timothy J B; Setyawati, Titiek; Anggraeni, Celina D; Van Loon, E Emiel; Menken, Steph B J

    2007-06-01

    The ecological consequences of logging have been and remain a focus of considerable debate. In this study, we assessed bird species composition within a logging concession in Central Kalimantan, Indonesian Borneo. Within the study area (approximately 196 km2) a total of 9747 individuals of 177 bird species were recorded. Our goal was to identify associations between species traits and environmental variables. This can help us to understand the causes of disturbance and predict whether species with given traits will persist under changing environmental conditions. Logging, slope position, and a number of habitat structure variables including canopy cover and liana abundance were significantly related to variation in bird composition. In addition to environmental variables, spatial variables also explained a significant amount of variation. However, environmental variables, particularly in relation to logging, were of greater importance in structuring variation in composition. Environmental change following logging appeared to have a pronounced effect on the feeding guild and size class structure but there was little evidence of an effect on restricted range or threatened species although certain threatened species were adversely affected. For example, species such as the terrestrial insectivore Argusianus argus and the hornbill Buceros rhinoceros, both of which are threatened, were rare or absent in recently logged forest. In contrast, undergrowth insectivores such as Orthotomus atrogularis and Trichastoma rostratum were abundant in recently logged forest and rare in unlogged forest. Logging appeared to have the strongest negative effect on hornbills, terrestrial insectivores, and canopy bark-gleaning insectivores while moderately affecting canopy foliage-gleaning insectivores and frugivores, raptors, and large species in general. In contrast, undergrowth insectivores responded positively to logging while most understory guilds showed little pronounced effect

  11. Perfil logístico del sector cemento en Colombia

    OpenAIRE

    Hernández Calderón, Miguel Ángel; Nieves de la Hoz, Celia Elena

    2015-01-01

    Este proyecto caracteriza la logística del sector cemento en Colombia al identificar y describir los principales actores, procesos y materiales involucrados en la cadena de suministros del sector. Este documento compila la información logística relevante para la producción de cemento en Colombia. Esta información se obtuvo sintetizando estudios y reportes acerca de las prácticas logísticas y las condiciones en las que éstas se desarrollan. Adicionalmente se realizaron visitas empresariales en...

  12. Induction of somaclonal variation and mutations in sugarcane calli for selecting mutants with resistance to red-rot and tolerance to water-logged conditions

    International Nuclear Information System (INIS)

    Shaikh, M.A.Q.; Begum, S.; Samad, M.A.; Shmsuzzaman, K.M.

    1997-01-01

    Immature leaves of cv. 'Isd-16' of sugarcane were cultured on modified MS medium supplemented with 3.0 mg/l 2,4-D for callus induction. The calli were transferred to MS medium supplemented with 5.0 mg/l IAA and 2.0 mg/l KIN for shoot regeneration. The shoots were rooted on MS medium supplemented with 5.0 mg/1NAA and 70 g/l sucrose. The regenerated plants were screened against red-rot disease and water-logged condition in a field. Of the 368 plants inoculated with red-rot pathogen, only one was moderately resistant and two were moderately susceptible. In another set of 500 R 1 plants, six clones were tolerant to water-logged condition. Four week-old callus cultures were irradiated with doses of 2, 3, 4, 5, 6, 7, 8 and 10 Gy gamma-rays. Survival of calli decreased with increase in radiation dose and ranged from 58 to 91%. Regenerated shoots were obtained from all irradiated calli except those treated with 8 and 10 Gy. Shoot regeneration from the irradiated calli ranged from 8 to 50%, and gave 768 R 1 plants. The highest regeneration of plants was obtained from calli treated with 3 Gy. These plants are being grown in a field for screening against red-rot and water-logged conditions. (author). 10 refs, 2 tabs

  13. Induction of somaclonal variation and mutations in sugarcane calli for selecting mutants with resistance to red-rot and tolerance to water-logged conditions

    Energy Technology Data Exchange (ETDEWEB)

    Shaikh, M A.Q.; Begum, S; Samad, M A; Shmsuzzaman, K M [Bangladesh Inst. of Nuclear Agriculture, Mymensingh (Bangladesh)

    1997-07-01

    Immature leaves of cv. `Isd-16` of sugarcane were cultured on modified MS medium supplemented with 3.0 mg/l 2,4-D for callus induction. The calli were transferred to MS medium supplemented with 5.0 mg/l IAA and 2.0 mg/l KIN for shoot regeneration. The shoots were rooted on MS medium supplemented with 5.0 mg/1NAA and 70 g/l sucrose. The regenerated plants were screened against red-rot disease and water-logged condition in a field. Of the 368 plants inoculated with red-rot pathogen, only one was moderately resistant and two were moderately susceptible. In another set of 500 R{sub 1} plants, six clones were tolerant to water-logged condition. Four week-old callus cultures were irradiated with doses of 2, 3, 4, 5, 6, 7, 8 and 10 Gy gamma-rays. Survival of calli decreased with increase in radiation dose and ranged from 58 to 91%. Regenerated shoots were obtained from all irradiated calli except those treated with 8 and 10 Gy. Shoot regeneration from the irradiated calli ranged from 8 to 50%, and gave 768 R{sub 1} plants. The highest regeneration of plants was obtained from calli treated with 3 Gy. These plants are being grown in a field for screening against red-rot and water-logged conditions. (author). 10 refs, 2 tabs.

  14. Resistance-Associated NS5A Variants of Hepatitis C Virus Are Susceptible to Interferon-Based Therapy.

    Directory of Open Access Journals (Sweden)

    Jun Itakura

    Full Text Available The presence of resistance-associated variants (RAVs of hepatitis C virus (HCV attenuates the efficacy of direct acting antivirals (DAAs. The objective of this study was to characterize the susceptibility of RAVs to interferon-based therapy.Direct and deep sequencing were performed to detect Y93H RAV in the NS5A region. Twenty nine genotype 1b patients with detectable RAV at baseline were treated by a combination of simeprevir, pegylated interferon and ribavirin. The longitudinal changes in the proportion of Y93H RAV during therapy and at breakthrough or relapse were determined.By direct sequencing, Y93H RAV became undetectable or decreased in proportion at an early time point during therapy (within 7 days in 57% of patients with both the Y93H variant and wild type virus at baseline when HCV RNA was still detectable. By deep sequencing, the proportion of Y93H RAV against Y93 wild type was 52.7% (5.8%- 97.4% at baseline which significantly decreased to 29.7% (0.16%- 98.3% within 7 days of initiation of treatment (p = 0.023. The proportion of Y93H RAV was reduced in 21 of 29 cases (72.4% and a marked reduction of more than 10% was observed in 14 cases (48.7%. HCV RNA reduction was significantly greater for Y93H RAV (-3.65±1.3 logIU/mL/day than the Y93 wild type (-3.35±1.0 logIU/mL/day (p<0.001.Y93H RAV is more susceptible to interferon-based therapy than the Y93 wild type.

  15. Resistance-Associated NS5A Variants of Hepatitis C Virus Are Susceptible to Interferon-Based Therapy.

    Science.gov (United States)

    Itakura, Jun; Kurosaki, Masayuki; Higuchi, Mayu; Takada, Hitomi; Nakakuki, Natsuko; Itakura, Yoshie; Tamaki, Nobuharu; Yasui, Yutaka; Suzuki, Shoko; Tsuchiya, Kaoru; Nakanishi, Hiroyuki; Takahashi, Yuka; Maekawa, Shinya; Enomoto, Nobuyuki; Izumi, Namiki

    2015-01-01

    The presence of resistance-associated variants (RAVs) of hepatitis C virus (HCV) attenuates the efficacy of direct acting antivirals (DAAs). The objective of this study was to characterize the susceptibility of RAVs to interferon-based therapy. Direct and deep sequencing were performed to detect Y93H RAV in the NS5A region. Twenty nine genotype 1b patients with detectable RAV at baseline were treated by a combination of simeprevir, pegylated interferon and ribavirin. The longitudinal changes in the proportion of Y93H RAV during therapy and at breakthrough or relapse were determined. By direct sequencing, Y93H RAV became undetectable or decreased in proportion at an early time point during therapy (within 7 days) in 57% of patients with both the Y93H variant and wild type virus at baseline when HCV RNA was still detectable. By deep sequencing, the proportion of Y93H RAV against Y93 wild type was 52.7% (5.8%- 97.4%) at baseline which significantly decreased to 29.7% (0.16%- 98.3%) within 7 days of initiation of treatment (p = 0.023). The proportion of Y93H RAV was reduced in 21 of 29 cases (72.4%) and a marked reduction of more than 10% was observed in 14 cases (48.7%). HCV RNA reduction was significantly greater for Y93H RAV (-3.65±1.3 logIU/mL/day) than the Y93 wild type (-3.35±1.0 logIU/mL/day) (p<0.001). Y93H RAV is more susceptible to interferon-based therapy than the Y93 wild type.

  16. Defect core detection in radiata pine logs

    International Nuclear Information System (INIS)

    Wallace, G.

    1993-01-01

    Internal defect cores in Pinus radiata logs arise primarily from the practice in New Zealand of pruning trees to increase the amount of clear wood. Realising the benefits of this practice when milling the logs is hampered by the lack of a practical method for detecting the defect cores. This report attempts to establish industry requirements for detections and examine techniques which may be suitable. Some trials of a novel technique are described. (author) 19 refs.; 11 figs

  17. Generating porosity spectrum of carbonate reservoirs using ultrasonic imaging log

    Science.gov (United States)

    Zhang, Jie; Nie, Xin; Xiao, Suyun; Zhang, Chong; Zhang, Chaomo; Zhang, Zhansong

    2018-03-01

    Imaging logging tools can provide us the borehole wall image. The micro-resistivity imaging logging has been used to obtain borehole porosity spectrum. However, the resistivity imaging logging cannot cover the whole borehole wall. In this paper, we propose a method to calculate the porosity spectrum using ultrasonic imaging logging data. Based on the amplitude attenuation equation, we analyze the factors affecting the propagation of wave in drilling fluid and formation and based on the bulk-volume rock model, Wyllie equation and Raymer equation, we establish various conversion models between the reflection coefficient β and porosity ϕ. Then we use the ultrasonic imaging logging and conventional wireline logging data to calculate the near-borehole formation porosity distribution spectrum. The porosity spectrum result obtained from ultrasonic imaging data is compared with the one from the micro-resistivity imaging data, and they turn out to be similar, but with discrepancy, which is caused by the borehole coverage and data input difference. We separate the porosity types by performing threshold value segmentation and generate porosity-depth distribution curves by counting with equal depth spacing on the porosity image. The practice result is good and reveals the efficiency of our method.

  18. Local regularity analysis of strata heterogeneities from sonic logs

    Directory of Open Access Journals (Sweden)

    S. Gaci

    2010-09-01

    Full Text Available Borehole logs provide geological information about the rocks crossed by the wells. Several properties of rocks can be interpreted in terms of lithology, type and quantity of the fluid filling the pores and fractures.

    Here, the logs are assumed to be nonhomogeneous Brownian motions (nhBms which are generalized fractional Brownian motions (fBms indexed by depth-dependent Hurst parameters H(z. Three techniques, the local wavelet approach (LWA, the average-local wavelet approach (ALWA, and Peltier Algorithm (PA, are suggested to estimate the Hurst functions (or the regularity profiles from the logs.

    First, two synthetic sonic logs with different parameters, shaped by the successive random additions (SRA algorithm, are used to demonstrate the potential of the proposed methods. The obtained Hurst functions are close to the theoretical Hurst functions. Besides, the transitions between the modeled layers are marked by Hurst values discontinuities. It is also shown that PA leads to the best Hurst value estimations.

    Second, we investigate the multifractional property of sonic logs data recorded at two scientific deep boreholes: the pilot hole VB and the ultra deep main hole HB, drilled for the German Continental Deep Drilling Program (KTB. All the regularity profiles independently obtained for the logs provide a clear correlation with lithology, and from each regularity profile, we derive a similar segmentation in terms of lithological units. The lithological discontinuities (strata' bounds and faults contacts are located at the local extrema of the Hurst functions. Moreover, the regularity profiles are compared with the KTB estimated porosity logs, showing a significant relation between the local extrema of the Hurst functions and the fluid-filled fractures. The Hurst function may then constitute a tool to characterize underground heterogeneities.

  19. Logística e Atualidade - Empregando TI em Novas Oportunidades

    OpenAIRE

    Araujo, Jefferson Borges; UNIABEU

    2011-01-01

    Este trabalho apresenta inicialmente um histórico sobre a logística, seus principais objetivos e funções. São apontadas as principais dificuldades no processo de Gestão de Logística e identificada a utilização agressiva de Tecnologia da Informação como forte candidata para otimização dos processos da área de logística. São apresentados os conceitos envolvidos na técnica de Mineração de Dados – Data Mining e sua aplicação no campo da logística. São apresentadas as diversas técnicas associadas ...

  20. Midwest Logging Firm Perspectives: Harvesting on Increasingly Parcelized Forestlands

    Directory of Open Access Journals (Sweden)

    Shorna Allred

    2011-01-01

    Full Text Available Loggers play a critical role in the sustainable production of wood and paper products, and harvesting activities contribute to economic health and viability of many Upper Midwest communities in the United States. If the logging sector is unable to procure wood efficiently and economically from an increasingly parcelized land base, the competitive ability of the forest industry could be jeopardized. Little is known about the functions of the logging sector related to the forest resource land base on which they depend, and it is imperative to improve our understanding of this important part of the forest industry. The purpose of this study was to determine prospective attitudes about the future of the logging industry and how trends in forestland parcelization and harvesting mechanization are impacting the logging industry, especially as it relates to smaller tracts of land.