130 research outputs found

    Goal- and Object-Oriented Models of the Aerodynamic Coefficients

    Get PDF
    Nowadays, aeronautics discovers new ways of flights near the critical regimes, unconventional aircraft forms, utilizing the micro–electro-mechanical technologies in flow and aircraft control, adaptive and morphing structures, using the structures and controls based on the biological principles, developing highly flexible structures, etc. Before deployment, these new technologies and solutions must be evaluated, tested in wide aerodynamic, flight dynamic simulations that require improved and new type of aerodynamic coefficient models. The chapter overviews the applicable models of the aerodynamic coefficients, introduces some new models and demonstrates how the different models can be applied in different goal- and object-oriented solutions. The following will be shortly explained: (i) how the aerodynamic forces and moments are generating, (ii) how the linear, nonlinear, steady, and nonsteady aerodynamic coefficient structures and forms might be modeled, and (iii) how to harmonize the model with the goal and object of investigations

    Towards a flexible open-source software library for multi-layered scholarly textual studies: An Arabic case study dealing with semi-automatic language processing

    Get PDF
    This paper presents both the general model and a case study of the Computational and Collaborative Philology Library (CoPhiLib), an ongoing initiative underway at the Institute for Computational Linguistics (ILC) of the National Research Council (CNR), Pisa, Italy. The library, designed and organized as a reusable, abstract and open-source software component, aims at solving the needs of multi-lingual and cross-lingual analysis by exposing common Application Programming Interfaces (APIs). The core modules, coded by the Java programming language, constitute the groundwork of a Web platform designed to deal with textual scholarly needs. The Web application, implemented according to the Java Enterprise specifications, focuses on multi-layered analysis for the study of literary documents and related multimedia sources. This ambitious challenge seeks to obtain the management of textual resources, on the one hand by abstracting from current language, on the other hand by decoupling from the specific requirements of single projects. This goal is achieved thanks to methodologies declared by the 'agile process', and by putting into effect suitable use case modeling, design patterns, and component-based architectures. The reusability and flexibility of the system have been tested on an Arabic case study: the system allows users to choose the morphological engine (such as AraMorph or Al-Khalil), along with linguistic granularity (i.e. with or without declension). Finally, the application enables the construction of annotated resources for further statistical engines (training set). © 2014 IEEE

    DESIGNING HTML HELPERS TO OPTIMIZE WEB APPLICATION DEVELOPMENT

    Get PDF
    Building a web application or a website can become difficult, just because so many technologies are involved. Generally companies tend to people that work in teams to develop web applications. These teams are made up of professionals that focus on different technologies, such as CGI, HTML, JavaScript, CSS and databases. When the work of many people gathers to make up a single document there is often a mismatch between parts of code written by different team members. This article focuses on improving this matter by bringing consistency in code through the use of HTML helpers in server-side scripting languages. The examples in this article use PHP as the server-side language, but the model can be applied in any other language a developer works with.HTML, CGI, Helper, OOP, code generation
    • …
    corecore