Search results for "Java"
showing 10 items of 425 documents
Nonlocal Elastic-Damage Interface Mechanical Model
2007
The paper presents a nonlocal extension of the elastic-damage interface mechanical model, which is able to describe the effects of the spatially extended microstructure on the decohesion (or fracture) process along a surface. The key feature of the proposed model is an integral constitutive relation between tractions and displacement jumps at the interface. The presence of an integral kernel brings in the model an internal length measure, which characterizes the transition from the microscale, dominated by heterogeneities and discontinuous media, to the mesoscale, characterized as an enhanced homogenized continuum with nonlocal features. The motivations and the fields of applications of the…
2015
Abstract. The coupling of Earth system model components, which work on different grids, into an Earth System Model (ESM) provokes the necessity to transfer data from one grid to another. Additionally, each of these model components might require data import onto its specific grid. Usually, one of two approaches is used: Either all input data is preprocessed to the employed grid, or the imported data is interpolated on-line, i.e. during model integration to the required grid. For the former, each change in the model resolution requires the re-preprocessing of all data. The latter option implies that in each model integration computing time is required for the grid mapping. If all components …
Domain Expert Platform for Goal-Oriented Dialog Collection
2021
Today, most dialogue systems are fully or partly built using neural network architectures. A crucial prerequisite for the creation of a goal-oriented neural network dialogue system is a dataset that represents typical dialogue scenarios and includes various semantic annotations, e.g. intents, slots and dialogue actions, that are necessary for training a particular neural network architecture. In this demonstration paper, we present an easy to use interface and its back-end which is oriented to domain experts for the collection of goal-oriented dialogue samples. The platform not only allows to collect or write sample dialogues in a structured way, but also provides a means for simple annotat…
Machine Learning Methods for One-Session Ahead Prediction of Accesses to Page Categories
2004
This paper presents a comparison among several well-known machine learning techniques when they are used to carry out a one-session ahead prediction of page categories. We use records belonging to 18 different categories accessed by users on the citizen web portal Infoville XXI. Our first approach is focused on predicting the frequency of accesses (normalized to the unity) corresponding to the user’s next session. We have utilized Associative Memories (AMs), Classification and Regression Trees (CARTs), Multilayer Perceptrons (MLPs), and Support Vector Machines (SVMs). The Success Ratio (SR) averaged over all services is higher than 80% using any of these techniques. Nevertheless, given the …
Thermodynamics of Nanoparticles: Experimental Protocol Based on a Comprehensive Ginzburg-Landau Interpretation
2014
MATERIAUX+SMR:SDA; The effects of surface and interface on the thermodynamics of small particles require a deeper understanding. This step is crucial for the development of models that can be used for decision-making support to design nanomaterials with original properties. On the basis of experimental results for phase transitions in compressed ZnO nanoparticles, we show the limitations of classical thermodynamics approaches (Gibbs and Landau). We develop a new model based on the Ginzburg-Landau theory that requires the consideration of several terms, such as the interaction between nanoparticles, pressure gradients, defect density, and so on. This phenomenological approach sheds light on …
Interface Diffusion Controlled Sintering of Atomically Clean Surfaces of Metals
2003
Symbolic Reductionist Model for Program Comprehension
2007
This article presents the main features of a novel construction, symbolic analysis, for automatic source code processing. The method is superior to the known methods, because it uses a semiotic, interpretative approach. Its most important processes and characteristics are considered here. We describe symbolic information retrieval and the process of analysis in which it can be used in order to obtain pragmatic information. This, in turn, is useful in understanding a current Java program version when developing a new version.
Cross-technology wireless experimentation: Improving 802.11 and 802.15.4e coexistence
2016
In this demo we demonstrate the functionalities of a novel experimentation framework, called WiSHFUL, that facilitates the prototyping and experimental validation of innovative solutions for heterogeneous wireless networks, including cross-technology coordination mechanisms. The framework supports a clean separation between the definition of the logic for optimizing the behaviors of wireless devices and the underlying device capabilities, by means of a unifying platform-independent control interface and programming model. The use of the framework is demonstrated through two representative use cases, where medium access is coordinated between IEEE-802.11 and IEEE-802.15.4 networks.
Systems Engineering approach in support to the breeding blanket design
2019
Abstract Nowadays the Systems Engineering (SE) methodology is applied in several fields of engineering and it represents a powerful interdisciplinary means to enable the realisation of complex systems taking into account the customer and Stakeholder´s needs. Also in the fusion community, this theme is becoming increasingly pressing and the implementation of the SE approach, from the early stage of design, is now a must. Indeed, within the framework of EUROfusion activities, SE method has been selected for capturing the system and interface requirements and for their management and verification with particular focus to the Breeding Blanket (BB) System of the European Demonstration Fusion Pow…
2010
Research has noticed that imparting TDD-like testing to an early computing curriculum is challenging because it increases technical and cognitive load for the students. This paper addresses the challenge with a software-based solution constructed to facilitate the process of writing tests. The solution allows using a compact while efficient syntax for formulating tests, writing tests into JavaDoc comments, thus close to the source code that implements intended functionalities, and automates the generation of actual test code. The constructed solution -- the ComTest tool -- has now been used in four introductory level programming course offerings. The paper presents the tool and concludes wi…