11,406 research outputs found
Human herpesvirus-6 associated hemophagocytosis syndrome in -thalassemia: report of one case.
Pyrolysis of trifluoroacetaldehyde, initiated by di-tertiary-butyl peroxide decomposition
PT: J; CR: ARTHUR NL, 1965, AUST J CHEM, V18, P1561 AYSCOUGH PB, 1956, J CHEM PHYS, V24, P994 BATT L, 1977, INT J CHEM KINET, V9, P141 COME GM, 1968, REV I R PETROLE, V23, P1365 COX DL, 1966, J CHEM SOC B, P245 DODD RE, 1957, J CHEM SOC, P1465 FERGUSON JM, 1965, J CHEM SOC, P4416 GRAY P, 1971, CHEM REV, V71, P247 HIATT R, 1972, INT J CHEM KINET, V4, P479 HIATT R, 1978, INT J CHEM KINET, V10, P185 HOOPER DG, 1975, J CHEM EDUC, V52, P131 LIU MH, 1973, CAN J CHEM, V51, P2292 LIU MTH, 1968, CAN J CHEM, V46, P479 LIU MTH, 1977, INT J CHEM KINET, V9, P589 MORRIS ER, 1967, T FARADAY SOC, V63, P2470 MORRIS ER, 1968, T FARADAY SOC, V64, P3027 PEARCE C, 1971, J CHEM SOC CHEM COMM, P1464 SHAW DH, 1968, CAN J CHEM, V46, P2721 SHEPP A, 1956, J CHEM PHYS, V24, P939 WIJNEN MHJ, 1960, J AM CHEM SOC, V82, P1847 YEEQUEE MJ, 1968, J PHYSICAL CHEMISTRY, V72, P2824 YEEQUEE MJ, 1968, T FARADAY SOC, V64, P1296; NR: 22; TC: 10; J9: CAN J CHEM; PG: 10; GA: HN360Source type: Electronic(1
Utilising Deep Learning Models for the Surface Registration Problem in HoloNav
Surface Registration is a registration problem that handles the registration of two similar surfaces. In most research that utilises Deep Learning (DL) models to handle surface registration two theories are investigated; the first being whether surfaces sampled from the same origin can be registered together, and the second theory being whether the models can register Point Clouds with low overlapping data for utilisation in Simultaneous Localisation and Mapping (SLAM) applications. However, the surface registration to be utilised in the HoloNav Augmented Reality (AR) navigation system will utilise Point Clouds sampled from different origins with a high overlap ratio. This research, therefore, aims to determine the viability of DL methods for surface registration in HoloNav data. To determine the viability, rotation and translation errors in the match were used, with the aforementioned metrics later being evaluated manually with the utilisation of a visualiser. The results indicate that the models can generalise on the navigator data for an initial Euler angle difference of 45 degrees, but due to the difference in sampling density on the utilised point clouds can not provide accurate matches. Therefore, the utilisation of DL models can be considered to be viable if the navigator data has a sampling density similar to the pre-operative model.https://github.com/alpcicimen/holonav-dl-registration The link to the github repository containing the utilised dataset, scripts, as well as the modified DL models RPMNet and PREDATOR.CSE3000 Research ProjectComputer Science and Engineerin
Panther men's basketball: UWM vs. LIU
Basketball, ca. 1973, unidentifiedUWM vs. LIU, Richard Cox #50 and Ed Williams #44 watching the ball as LIU players are colliding mid airGrayscal
The Scent of a Smell: An Extensive Comparison between Textual and Structural Smells
Code smells are symptoms of poor design or implementation choices that have a negative effect on several aspects of software maintenance and evolution, such as program comprehension or change- and fault-proneness. This is why researchers have spent a lot of effort on devising methods that help developers to automatically detect them in source code. Almost all the techniques presented in literature are based on the analysis of structural properties extracted from source code, although alternative sources of information (e.g., textual analysis) for code smell detection have also been recently investigated. Nevertheless, some studies have indicated that code smells detected by existing tools based on the analysis of structural properties are generally ignored (and thus not refactored) by the developers. In this paper, we aim at understanding whether code smells detected using textual analysis are perceived and refactored by developers in the same or different way than code smells detected through structural analysis. To this aim, we set up two different experiments. We have first carried out a software repository mining study to analyze how developers act on textually or structurally detected code smells. Subsequently, we have conducted a user study with industrial developers and quality experts in order to qualitatively analyze how they perceive code smells identified using the two different sources of information. Results indicate that textually detected code smells are easier to identify and for this reason they are considered easier to refactor with respect to code smells detected using structural properties. On the other hand, the latter are often perceived as more severe, but more difficult to exactly identify and remove.Accepted Author ManuscriptSoftware Engineerin
March dl: Adding Adaptive Heuristics and a New Branching Strategy
We introduce the march dl satisability (SAT) solver, a successor of march eq. The latter was awarded state-of-the-art in two categories during the Sat 2004 competition. The focus lies on presenting those features that are new in march dl. Besides a description, each of these features is illustrated with some experimental results. By extending the pre-processor, using adaptive heuristics, and by using a new branching strategy, march dl is able to solve nearly all benchmarks faster than its predecessor. Moreover, various instances which were beyond the reach of march eq, can now be solved - relatively easily - due to these new features.Software TechnologyElectrical Engineering, Mathematics and Computer Scienc
Liu et al_lipidomics.xlsx
WT and KRASG12V-expressing MDCK cells were treated with glucose-free medium (4h), UGCG inhibtior DL-PDMP (24h), glycolysis inhibitor 2DG (24h) before harvested for shot-gun mass spectrometry-based lipid analysis, performed by Lipotype GmbH (Dresden, Germany). Three biological replicates were included for each condition. Data are represented as molar precentages of total lipids. </p
Singular value decomposition-based multiuser multiple-input multiple-output vector perturbation-aided downlink transmitter and lattice-reduction-assisted uplink receiver pair
Abstract: A full-duplex uplink/downlink (UL/DL) system having a UL transmitter/receiver (transceiver) pair and a DL transceiver is considered. Both the UL and DL are improved. The DL is enhanced by a novel vector perturbation (VP)-aided singular value decomposition (SVD)-based precoding scheme, which is capable of exploiting the different-quality SVD eigenbeams and substantially reduces the overall average transmit power requirement of the traditional zero-forcing (ZF) precoder. By contrast, the UL is enhanced by a lattice reduction (LR)-aided receiver scheme designed for SVD-based multiuser multiple-input multiple-output (MU MIMO) UL transmission, when different modulation schemes are employed for different-quality eigenbeams. This new UL scheme avoids the noise-enhancement problem of the classic ZF UL receiver. The authors demonstrate that the proposed VP-aided DL and LR-assisted UL constitute a powerful full-duplex system, which achieves an 15 dB signal to noise ratio (SNR) gain for both SVD-based MU-MIMO DL and UL transmissions over the traditional ZF-aided schemes at a bit error rate (BER) of 1023
Crash Reproduction Using Helper Objectives
Evolutionary-based crash reproduction techniques aid developers in their debugging practices by generating a test case that reproduces a crash given its stack trace. In these techniques, the search process is typically guided by a single search objective called Crash Distance. Previous studies have shown that current approaches could only reproduce a limited number of crashes due to a lack of diversity in the population during the search. In this study, we address this issue by applying Multi-Objectivization using Helper-Objectives (MO-HO) on crash reproduction. In particular, we add two helper-objectives to the Crash Distance to improve the diversity of the generated test cases and consequently enhance the guidance of the search process. We assessed MO-HO against the single-objective crash reproduction. Our results show that MO-HO can reproduce two additional crashes that were not previously reproducible by the single-objective approach.Virtual/online event due to COVID-19 Green Open Access added to TU Delft Institutional Repository ‘You share, we take care!’ – Taverne project https://www.openaccess.nl/en/you-share-we-take-care Otherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.Software EngineeringSoftware Technolog
A General Formulation to Describe Empirical Rainfall Thresholds for Landslides
AbstractIn this paper, a brief description of the Generalized FLaIR Model (GFM, De Luca and Versace, 2016) is provided, that is able to reproduce all the empirical thresholds proposed in literature, aimed to forecast landslides triggered by rainfall. In particular, this paper focuses on Antecedent Precipitation (AP) schemes. The paper demonstrates that these are particular solutions of the GFM and will exemplify this using AP schemes for NE Italy1, Seattle2 and Nicaragua - El Salvador3
- …
