154 research outputs found
Genetic characterization of Bhanja virus and Palma virus, two tick-borne phleboviruses
The genomes of Bhanja virus (BHAV) and Palma virus (PALV) two tick-borne viruses hitherto grouped into the Bhanja virus antigenic complex of the Bunyaviridae were determined by pyrosequencing. Phylogenetic analysis groups all three segments of BHAV and PALV into a distinct clade of tick-borne phleboviruses together with the newly described severe fever with thrombocytopenia syndrome virus and Uukuniemi virus. The terminal signature sequences which are signatures for taxonomic grouping and important for virus replication and RNA transcription show marked differences in the L- and S-segments
Design of NML Circuits based on M-RAM
NanoMagnet Logic (NML) is an emerging technol- ogy that allows to design digital circuits using nanomagnets. Each magnet has only two possible states and encodes digital informa- tion without the need for currents or voltages. This behavior differentiates NML circuits from charge based technologies. The advantages provided by NML circuits are a possible very low power consumption, and the ability to mix logic and memory in the same device. While a rich experimental activity on NML circuits can be found in literature, the feasibility of a complete NML system remains to be demonstrated yet. In this work we explore the possibility of implementing NML logic circuits based on the physical structure of Magnetic RAM (M-RAM). The advantages are twofold: First, M-RAM is a well developed technology, ready for the commercial stage, second it intrinsically provides an interface toward the CMOS world. To demonstrate the feasibility of NML circuits based on M-RAM we have designed a 3-input Ex-OR gate, using two different physical layouts for control signals. The first solution is strictly based on the M-RAM structure; the second solution requires a more complex fabrication process but leads to a smaller area. Circuits are simulated using VHDL language, with the aid of a tool that we have developed which automatically generates the VHDL code starting from the circuit layout. Overall, the solution here presented is a considerable step-forward toward the development of a complete magnetic circui
Vital Edges for (s,t)-Mincut: Efficient Algorithms, Compact Structures, & Optimal Sensitivity Oracles
Let G be a directed weighted graph on n vertices and m edges with designated source and sink vertices s and t. An edge in G is vital if its removal reduces the capacity of (s,t)-mincut. Since the seminal work of Ford and Fulkerson [CJM 1956], a long line of work has been done on computing the most vital edge and all vital edges of G. However, even after 60 years, the existing results are for either undirected or unweighted graphs. We present the following result for directed weighted graphs that also solves an open problem by Ausiello, Franciosa, Lari, and Ribichini [NETWORKS 2019].
1. Algorithmic Results: There is an algorithm that computes all vital edges as well as the most vital edge of G using {O}(n) maximum (s,t)-flow computations.
Vital edges play a crucial role in the design of sensitivity oracle for (s,t)-mincut - a compact data structure for reporting (s,t)-mincut after insertion/failure of any edge. For directed graphs, the only existing sensitivity oracle is for unweighted graphs by Picard and Queyranne [MPS 1982]. We present the first and optimal sensitivity oracle for directed weighted graphs as follows.
2. Sensitivity Oracles:
a) There is an optimal O(n²) space data structure that can report an (s,t)-mincut C in O(|C|) time after the failure/insertion of any edge.
b) There is an O(n) space data structure that can report the capacity of (s,t)-mincut after failure or insertion of any edge e in O(1) time if the capacity of edge e is known.
A mincut for a vital edge e is an (s,t)-cut of the least capacity in which edge e is outgoing. For unweighted graphs, in a classical work, Picard and Queyranne [MPS 1982] designed an O(m) space directed acyclic graph (DAG) that stores and characterizes all mincuts for all vital edges. Conversely, there is a set containing at most n-1 (s,t)-cuts such that at least one mincut for every vital edge belongs to the set. We generalize these results for directed weighted graphs as follows.
3. Structural & Combinatorial Results:
a) There is a set M containing at most n-1 (s,t)-cuts such that at least one mincut for every vital edge belongs to the set. This bound is tight as well. We also show that set M can be computed using O(n) maximum (s,t)-flow computations.
b) We design two compact structures for storing and characterizing all mincuts for all vital edges - (i) an O(m) space DAG for partial and (ii) an O(mn) space structure for complete characterization.
To arrive at our results, we develop new techniques, especially a generalization of maxflow-mincut Theorem by Ford and Fulkerson [CJM 1956], which might be of independent interest
QCA Circuits for Robust Coplanar Crossing
In this paper, different circuits of Quantum-dot Cellular Automata (QCA) are proposed for the so-called coplanar crossing. Coplanar crossing is one of the most interesting features of QCA because it allows for mono-layered interconnected circuits, whereas CMOS technology needs different levels of metalization. However, the characteristics of the coplanar crossing make it prone to malfunction due to thermal noise or defects. The proposed circuits exploit the majority voting properties of QCA to allow a robust crossing of wires on the Cartesian plane. This is accomplished using enlarged lines and voting. A Bayesian Network (BN) based simulator is utilized for evaluation; results are provided to assess robustness in the presence of cell defects and thermal effects. The BN simulator provides fast and reliable computation of the signal polarization versus normalized temperature. Simulation of the wire crossing circuits at different operating temperatures is provided with respect to defects and a quantitative metric for performance under temperature variations is proposed and assessed. I
Minimum+1 (s,t)-cuts and Dual Edge Sensitivity Oracle
Let G be a directed multi-graph on n vertices and m edges with a designated source vertex s and a designated sink vertex t. We study the (s,t)-cuts of capacity minimum+1 and as an important application of them, we give a solution to the dual edge sensitivity for (s,t)-mincuts - reporting the (s,t)-mincut upon failure or addition of any pair of edges.
Picard and Queyranne [Mathematical Programming Studies, 13(1):8-16, 1980] showed that there exists a directed acyclic graph (DAG) that compactly stores all minimum (s,t)-cuts of G. This structure also acts as an oracle for the single edge sensitivity of minimum (s,t)-cut. Dinitz and Nutov [STOC, pages 509-518, 1995] showed that there exists an (n) size 2-level cactus model that stores all global cuts of capacity minimum+1. However, for minimum+1 (s,t)-cuts, no such compact structures exist till date. We present the following structural and algorithmic results on minimum+1 (s,t)-cuts.
1) There exists a pair of DAGs of size O(m) that compactly store all minimum+1 (s,t)-cuts of G. Each minimum+1 (s,t)-cut appears as a (s,t)-cut in one of the 2 DAGs and is 3-transversal - it intersects any path in the DAG at most thrice.
2) There exists an O(n²) size data structure that, given a pair of vertices {u,v} which are not separated by an (s,t)-mincut, can determine in (1) time if there exists a minimum+1 (s,t)-cut, say (A,B), such that {s,u} ∈ A and {v,t} ∈ B; the corresponding cut can be reported in (|B|) time.
3) There exists an O(n²) size data structure that solves the dual edge sensitivity problem for (s,t)-mincuts. It takes (1) time to report the value of a resulting (s,t)-mincut (A,B) and (|B|) time to report the cut.
4) For the data structure problems addressed in (2) and (3) above, we also provide a matching conditional lower bound. We establish a close relationship among three seemingly unrelated problems – all-pairs directed reachability problem, the dual edge sensitivity problem for (s,t)-mincuts, and 2× 2 maximum flow. Assuming the directed reachability hypothesis, this leads to Ω(n²) lower bounds on the space for the latter two problems
Novel designs for thermally robust coplanar crossing in QCA
In this paper, different circuit arrangements of Quantum-dot Cellular Automata (QCA) are proposed for the so-called coplanar crossing. These arrangements exploit the major-ity voting properties of QCA to allow a robust crossing of wires on the Cartesian plane. This is accomplished using enlarged lines and voting. Using a Bayesian Network (BN) based simulator, new results are provided to evaluate the robustness to so-called kink of these arrangements to ther-mal variations. The BN simulator provides fast and reli-able computation of the signal polarization versus normal-ized temperature. It is shown that by modifying the layout, a higher polarization level can be achieved in the routed sig-nal by utilizing the proposed QCA arrangements. 1
Detection of Bhanja Bandavirus in Patients with Neuroinvasive Disease of Unknown Etiology in Croatia
Background: Although the Bhanja bandavirus (BHAV) is widely distributed in some European countries, human infections are rarely reported. This study analyzed the prevalence of BHAV antibodies in patients with neuroinvasive diseases of unsolved etiology. Methods: A total of 254 Croatian patients who developed neurological symptoms during the four consecutive arbovirus transmission seasons (April 2017–October 2021) were tested. Cerebrospinal fluid (CSF) and urine samples were tested using RT-qPCR. In addition, CSF and serum samples were tested using a virus neutralization test. Results: BHAV RNA was not detected in any samples, while neutralizing (NT) antibodies were detected in serum samples of 53/20.8% of patients (95% CI = 16.0–26.3). In two patients, BHAV NT antibodies were detected in the CSF, indicating a recent infection. Both patients were inhabitants of rural areas in continental Croatia, and one reported a tick bite two weeks before symptoms onset. The seropositivity was high in all age groups (15.2–29.1%). The majority of seropositive patients (94.3%) resided at altitudes less than 200 m above sea level. The prevalence rates correlated positively with population density and negatively with certain climate parameters (temperature, number of hot/warm days). Conclusions: The presented results indicate that BHAV is distributed in Croatia. Further studies are needed to determine the clinical significance of this neglected arbovirus
Sublethal effects of pesticide on selected stored product insect.
This Dissertation / Report is the outcome of investigation carried out by the creator(s) / author(s) at the department/division of Central Food Technological Research Institute (CFTRI), Mysore mentioned below in this page
Linear stability analysis of planar liquid sheet with unequal gas velocities confined between two solid walls
- …
