To see the other types of publications on this topic, follow the link: Ifmu language.

Journal articles on the topic 'Ifmu language'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 22 journal articles for your research on the topic 'Ifmu language.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Wakil, Karzan, and Dayang N. A. Jawawi. "Extensibility Interaction Flow Modeling Language Metamodels to Develop New Web Application Concerns." Kurdistan Journal of Applied Research 2, no. 3 (August 27, 2017): 172–77. http://dx.doi.org/10.24017/science.2017.3.23.

Full text
Abstract:
Web engineering is a systematic approach to develop web applications, and numerous web engineering methods have been proposed. These methods were extended through defining new models by using different mechanisms to capture the web application concepts. Due to the complexity rising of web applications, the web engineering methods cannot provide web solutions anymore. Even though Interaction Flow Modeling Language (IFML) is recently proposed as a new method for developing web applications, it has limitations. Therefore these methods need to be improved. In this paper, we present the ability of IFML extensibility to support new concerns from web applications. Moreover, we extend IFML through UML mechanisms to support new concerns from the context to the user interface. The new IFML solves the lack of context web application through defining a new model and becomes a new direction to develop concerns modern web applications.
APA, Harvard, Vancouver, ISO, and other styles
2

Gotti, Sara, and Samir Mbarki. "IFVM Bridge: A Model Driven IFML Execution." International Journal of Online and Biomedical Engineering (iJOE) 15, no. 04 (February 27, 2019): 111. http://dx.doi.org/10.3991/ijoe.v15i04.9707.

Full text
Abstract:
Graphical user interfaces (GUIs) present a powerful part of software systems that allows a simplified assimilation and manipulation by users throw visual objects such as text, image and button. however, with the increasing complexity of GUIs and the diversity of their interaction mode required by users to access information anywhere and anytime, the need for designing efficient and more adaptive user interfaces has become a necessity. Therefore, UIs researchers have attempted to address these issues by designing user interfaces at a high level of abstraction to separate GUI’s specification from its implementation. Besides, the OMG (Object Management Group) adopted the Interaction Flow Modeling Language (IFML) as a standard in March 2013 for this purpose. In this paper, we present a new model driven development approach to efficiently execute the abstract representation of software’s front-end with focus on navigation between the views. We introduce a IFML virtual machine IFVM which executes user interfaces by passing from IFML models to be translated into an intermediate bytecode representation proposed as the instruction set of IFVM virtual machine.
APA, Harvard, Vancouver, ISO, and other styles
3

Suryanto, Steven Putera, Timothy John Pattiasina, and Anggya Soetarmono. "Perancangan dan Pengembangan Toko Online dengan Metode Interaction Flow Modeling Language (Studi Kasus Toko Winata)." Teknika 6, no. 1 (November 30, 2017): 7–18. http://dx.doi.org/10.34148/teknika.v6i1.60.

Full text
Abstract:
Penjualan produk dan interaksi dengan konsumen adalah proses yang sering dilakukan di usaha/toko yang bergerak di bidang penjualan. Proses penjualan biasanya dilakukan secara langsung dan bertatap muka dengan konsumen. Persoalan penjualan secara langsung berkaitan dengan ruang lingkup dan waktu yang terbatas. Pada penelitian ini penulis merancang dan mengembangkan toko online dengan studi kasus Toko Winata dan menggunakan metode Interaction Flow Modeling Language (IFML). Fungsi dari metode IFML adalah membantu mempermudah komunikasi desain interaksi dengan pemangku kepentingan non-teknis. Fokus penelitian ini adalah pada tampilan antar muka yang menarik, kemudahan penggunaan, serta penyampaian informasi produk kepada konsumen dengan memanfaatkan website sebagai salah satu layanan secara online. Penelitian ini akan membahas mengenai penjualan produk dan interaksi dengan konsumen secara online. Dengan adanya toko online ini diharapkan dapat memberikan peningkatan pendapatan pada Toko Winata dan keuntungan berupa ruang lingkup yang lebih luas dan waktu yang banyak sehingga dapat menjawab persoalan penjualan secara langsung.
APA, Harvard, Vancouver, ISO, and other styles
4

Rodriguez-Echeverria, Roberto, Juan C. Preciado, Álvaro Rubio-Largo, José M. Conejero, and Álvaro E. Prieto. "A Pattern-Based Development Approach for Interaction Flow Modeling Language." Scientific Programming 2019 (April 14, 2019): 1–15. http://dx.doi.org/10.1155/2019/7904353.

Full text
Abstract:
Development and deployment technologies for data-intensive web applications have considerably evolved in the last years. Domain-specific frameworks or model-driven web engineering approaches are examples of these technologies. They have made possible to face implicit problems of these systems such as quick evolving business rules or severe time-to-market requirements. Both approaches propose the automation of redundant development tasks as the key factor for their success. The implementation of CRUD operations is a clear example of repetitive and recurrent task that may be automated. However, although web application frameworks have provided mechanisms to automate the implementation of CRUD operations, model-driven web engineering approaches have generally ignored them, so automation has not been properly faced yet. This paper presents a pattern-based development approach for the Interaction Flow Modeling Language as a way to finally automate repetitive specification tasks. Our approach is illustrated by defining and applying IFML patterns for CRUD operations. Additionally, a supporting tool, which enables automation, is shown. The suitability of our approach and the utility of its tool have been evaluated by its application into several real projects developed by a software company specialized in model-driven web application development. The results obtained present evidence of a significant productivity improvement obtained by the automation of the IFML specification of CRUD operations.
APA, Harvard, Vancouver, ISO, and other styles
5

Yigitbas, Enes, Ivan Jovanovikj, Kai Biermeier, Stefan Sauer, and Gregor Engels. "Integrated model-driven development of self-adaptive user interfaces." Software and Systems Modeling 19, no. 5 (January 27, 2020): 1057–81. http://dx.doi.org/10.1007/s10270-020-00777-7.

Full text
Abstract:
Abstract Modern user interfaces (UIs) are increasingly expected to be plastic, in the sense that they retain a constant level of usability, even when subjected to context changes at runtime. Self-adaptive user interfaces (SAUIs) have been promoted as a solution for context variability due to their ability to automatically adapt to the context-of-use at runtime. The development of SAUIs is a challenging and complex task as additional aspects like context management and UI adaptation have to be covered. In classical model-driven UI development approaches, these aspects are not fully integrated and hence introduce additional complexity as they represent crosscutting concerns. In this paper, we present an integrated model-driven development approach where a classical model-driven development of UIs is coupled with a model-driven development of context-of-use and UI adaptation rules. We base our approach on the core UI modeling language IFML and introduce new modeling languages for context-of-use (ContextML) and UI adaptation rules (AdaptML). The generated UI code, based on the IFML model, is coupled with the context and adaptation services, generated from the ContextML and AdaptML model, respectively. The integration of the generated artifacts, namely UI code, context, and adaptation services in an overall rule-based execution environment, enables runtime UI adaptation. The benefit of our approach is demonstrated by two case studies, showing the development of SAUIs for different application scenarios and a usability study which has been conducted to analyze end-user satisfaction of SAUIs.
APA, Harvard, Vancouver, ISO, and other styles
6

Bentwich, Miriam Ethel, Ya'arit Bokek-Cohen, and Nomy Dickman. "How figurative language may be related to formal care-givers’ person-centred approach toward their patients with dementia." Ageing and Society 39, no. 12 (July 17, 2018): 2653–70. http://dx.doi.org/10.1017/s0144686x18000685.

Full text
Abstract:
AbstractPerson-centred care that respects a patient's personhood is the gold standard in dementia care, which is often difficult to achieve given the complexity of caring for people with dementia. This article delves into the narration style of formal care-givers from a variety of ethno-cultural backgrounds in search of linguistic cues that may be related to their emphasis on a person-centred approach to care. A qualitative study, using a discourse analysis of semi-structured interviews with 20 formal care-givers in an institutional setting, was employed. The care-givers fell into three groups: Arabs, immigrants from the former Soviet Union (IFSU) and Jews born in Israel (JBI). Our results show 20 figurative language expressions (FLEs) in the narratives of the JBI care-givers and 11 among the IFSU care-givers. In contrast, the Arab care-givers conveyed 48 FLEs. Many of the Arab care-givers’ FLEs were not associated with the ‘regular’ domains articulated by other care-givers (family, children, militaristic language) and were primarily individual-focused, emphasising the personhood of the patient. These findings, together with relevant theoretical literature, suggest that the extensive use of figurative language by Arab care-givers may be a possible tool assisting these care-givers to employ a person-centred approach, manifested in their stress on the personhood of the patient. Such tools may be useful for better achieving person-centred care for these patients.
APA, Harvard, Vancouver, ISO, and other styles
7

Abts, Natalie, Angelica Hernandez, Stanley Caplan, A. Zachary Hettinger, Ethan Larsen, and Vicki R. Lewis. "When human factors and design unite: using visual language and usability testing to improve instructions for a home-use medication infusion pump." Proceedings of the International Symposium on Human Factors and Ergonomics in Health Care 3, no. 1 (June 2014): 254–60. http://dx.doi.org/10.1177/2327857914031041.

Full text
Abstract:
Use of medical devices in the home that had previously been used in a healthcare facility is increasing as more care is being transferred to the home environment. To accommodate these changes, instructions for use (IFU) for these devices must be clear and understandable for patients and caregivers to be able to operate them safety. IFUs that use illustrations and graphics rather than text to convey information may make user guides more accessible. This project consisted of two phases to determine the appropriate design of a visual user guide (VUG). During the first phase, a heuristic evaluation of the manufacturer’s IFU for an infusion pump was conducted. In the second phase, the heuristic evaluation results were used to inform the development of a VUG. Two rounds of iterative user testing were then conducted with a sample of target end users, with each round resulting in updates to the VUG. Findings demonstrated both major deficiencies in the usability of the manufacturer’s IFU, and improvements in helpfulness ratings and subjective participant feedback as the VUG was updated based on testing recommendations. The study demonstrates the value of visual guides for patients using medical devices and the use of discount usability techniques to identify major design issues.
APA, Harvard, Vancouver, ISO, and other styles
8

LYCHUK, Svіtlana. "Conceptual concepts of foreign language culture in the integrated system of studying foreign students in IFNMU." Humanities science current issues 3, no. 35 (2021): 304–9. http://dx.doi.org/10.24919/2308-4863/35-3-46.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Bernaschina, Carlo, Sara Comai, and Piero Fraternali. "Formal semantics of OMG’s Interaction Flow Modeling Language (IFML) for mobile and rich-client application model driven development." Journal of Systems and Software 137 (March 2018): 239–60. http://dx.doi.org/10.1016/j.jss.2017.11.067.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Yousaf, Nazish, Farooque Azam, Wasi Haider Butt, Muhammad Waseem Anwar, and Muhammad Rashid. "Automated Model-Based Test Case Generation for Web User Interfaces (WUI) From Interaction Flow Modeling Language (IFML) Models." IEEE Access 7 (2019): 67331–54. http://dx.doi.org/10.1109/access.2019.2917674.

Full text
APA, Harvard, Vancouver, ISO, and other styles
11

Roubi, Sarra, Mohammed Erramdani, and Samir Mbarki. "A Model Driven Approach based on Interaction Flow Modeling Language to Generate Rich Internet Applications." International Journal of Electrical and Computer Engineering (IJECE) 6, no. 6 (December 1, 2016): 3073. http://dx.doi.org/10.11591/ijece.v6i6.10541.

Full text
Abstract:
<p><span lang="EN-US">A Rich Internet Applications (RIAs) combine the simplicity of the hypertext paradigm with the flexibility of desktop interfaces. These appliations were proposed as a solution to follow the rapid growth and evolution of the Graphical User Interfaces. However, RIAs are complex applications and their development requires designing and implementation which are time-consuming and the available tools are specialized in manual design. In this paper, we present a model driven approach to generat GUI for Rich Internet Application. The approach exploits the new language IFML recently adopted by the Object Management Group. We used frameworks and technologies known to Model-Driven Engineering, such as Eclipse Modeling Framework (EMF) for Meta-modeling, Query View Transformation (QVT) for model transformations and Acceleo for code generation. The approach allows to quickly and efficiently generating a RIA focusing on the graphical aspect of the application.</span></p>
APA, Harvard, Vancouver, ISO, and other styles
12

Roubi, Sarra, Mohammed Erramdani, and Samir Mbarki. "A Model Driven Approach based on Interaction Flow Modeling Language to Generate Rich Internet Applications." International Journal of Electrical and Computer Engineering (IJECE) 6, no. 6 (December 1, 2016): 3073. http://dx.doi.org/10.11591/ijece.v6i6.pp3073-3079.

Full text
Abstract:
<p><span lang="EN-US">A Rich Internet Applications (RIAs) combine the simplicity of the hypertext paradigm with the flexibility of desktop interfaces. These appliations were proposed as a solution to follow the rapid growth and evolution of the Graphical User Interfaces. However, RIAs are complex applications and their development requires designing and implementation which are time-consuming and the available tools are specialized in manual design. In this paper, we present a model driven approach to generat GUI for Rich Internet Application. The approach exploits the new language IFML recently adopted by the Object Management Group. We used frameworks and technologies known to Model-Driven Engineering, such as Eclipse Modeling Framework (EMF) for Meta-modeling, Query View Transformation (QVT) for model transformations and Acceleo for code generation. The approach allows to quickly and efficiently generating a RIA focusing on the graphical aspect of the application.</span></p>
APA, Harvard, Vancouver, ISO, and other styles
13

Oliveira, Janilton Gomes de, Marcus Vinícius Da Silva, Geovália Oliveira Coelho, and Ricardo Bittencourt Pimentel. "Sistema de informação geográfica na web: estudo de caso do curso de Sistemas de Informação do IFMG - Campus São João Evangelista (SJE)." ForScience 8, no. 1 (May 25, 2020): e00679. http://dx.doi.org/10.29069/forscience.2020v8n1.e679.

Full text
Abstract:
Para buscar entender a dinâmica, diversidade e movimentação dos ingressos e egressos do Curso de Bacharelado em Sistemas de Informação do Instituto Federal de Minas Gerais - Campus São João Evangelista (IFMG-SJE) é necessário o uso de Sistemas de Informação Geográfica para auxiliar e agilizar o acesso às informações e a tomada de decisão dos gestores institucionais. Dessa forma, o presente trabalho tem como objetivo projetar e desenvolver um Sistema de Informação Geográfica na Web para acompanhamento dos ingressos e egressos do curso Bacharelado em Sistemas de Informação do IFMG-SJE. O sistema possibilitou o acompanhamento dos estudantes por semestre, informando de forma objetiva, rápida e visual as turmas, os status e as cidades dos estudantes, através de filtros estatísticos e informações geográficas. Para a construção do sistema foi utilizado as linguagens de programação Web, a API do Google Maps e a base de dados MySQL. Após o desenvolvimento foram feitos os seguintes testes: unitário, integração, piloto, e usuário. Os testes revelaram que o sistema teve boa aceitação por parte dos usuários, que constataram a relevância do sistema para a instituição. Palavras-chave: SIG na Web. API do Google Maps. Acompanhamento de ingresso e egresso. Informação geográfica. Geographic information system on the web: case study of the information systems class of IFMG-SJE Abstract To seek the understanding of the dynamics, diversity and movement of incoming and graduating students of the Bachelor Information Systems Course at the Federal Institute of Minas Gerais - Campus São João Evangelista (IFMG-SJE) it is necessary to use Geographic Information Systems to assist and streamline access to information and decision-making by institutional managers. Therefore, it aims to design and develop a Geographical Information System on the Web to monitor the incoming and graduating students of the Bachelor's course in Information Systems of IFMG-SJE. The system finally made it possible to monitor students per semester, objectively, quickly and visually informing student’s classes, status and cities, through statistical filters and geographical information. Web programming languages, the Google Maps API and the MySQL database were used to build the system. After development, the following tests were performed: unit, integration, pilot, and user. After all tests that we have done the system shows that it is working perfectly and it is well accepted by users, who verified the relevance of the system for the institution. Keywords:GIS on the web. Google Maps API. Monitoring of incoming and graduating students. Geographic Information.
APA, Harvard, Vancouver, ISO, and other styles
14

Elwert, Michael, Manuel Ramsaier, Boris Eisenbart, and Ralf Stetter. "Holistic Digital Function Modelling with Graph-Based Design Languages." Proceedings of the Design Society: International Conference on Engineering Design 1, no. 1 (July 2019): 1523–32. http://dx.doi.org/10.1017/dsi.2019.158.

Full text
Abstract:
AbstractGraph-based design languages offer a promising approach to address several major issues in engineering, e. g. the laborious manual transfer between CAD and CAE. Such languages generate a digital meta- or system model storing all relevant information about a design and feed this into any relevant CAE tool as needed to simulate and test the impact of any design variation on the resulting product performance. As this can be automated in digital compilers to perform systematic design variation for an almost infinite amount of parameters, such graph-based languages are a powerful means to generate viable design alternatives and thus permit fast evaluations.To leverage the full potential of graph-based design languages, possibilities are presented to expand their applicability into the domain of product functions. This possibilities allow to cohesively link integrative function modelling to product structures. This intends to close the gap between the early, abstract stages and the systematic, concrete design generation and validation with relevant CAE tools. In this paper, the IFM Framework was selected as integrated function model to be linked with the graph- based design languages.
APA, Harvard, Vancouver, ISO, and other styles
15

Da Silva, Geilson Rodrigues, Talina Meirely Nery Dos Santos, Griscele Souza De Jesus, and Lucas Pereira Gandra. "Experimentação na educação química: elaboração de sinais em libras para práticas de laboratório." Revista Brasileira de Educação em Ciências e Educação Matemática 2, no. 1 (May 3, 2018): 41. http://dx.doi.org/10.33238/rebecem.2018.v.2.n.1.18994.

Full text
Abstract:
Resumo: A Química é uma Ciência com poucos sinais específicos em Língua Brasileira de Sinais para o ensino de pessoas com surdez. Essa barreira de linguagem pode ocasionar obstáculos de aprendizagem aos estudantes surdos. Sendo assim, a presente pesquisa teve como objetivos catalogar verbetes e criar sinais para a utilização em aulas práticas de Química. Para coleta de dados foram levantados os termos na literatura no dicionário ilustrado trilíngue que possuíssem relações com a disciplina de Química, ao qual foram categorizados a partir da Análise de Conteúdo, em função do seu emprego e utilização. Realizou-se a análise quantitativa dos termos mais presentes em roteiros de aulas experimentais, usadas na disciplina de Química Geral e Experimental Ida Licenciatura em Química do IFMS campus Coxim. Sendo elaborados quatro sinais de instrumentos do laboratório de Química que apresentam potencial para serem utilizados em práticas bilíngues, no ensino superior e médio.Palavras-chave: Educação Bilíngue; Formação de Conceitos Científicos; Práticas Experimentais. Experimentation in chemical education: elaboration signals in libras for laboratory practicesAbstract: Chemistry is a Science with few specific signs in Brazilian Sign Language for teaching deaf people. This language barrier can lead to learning obstacles for deaf students. Thus, the present research had as objectives to catalog entries and to create signals for the use in practical classes of Chemistry. In order to collect data, the terms in the literature in the trilingual illustrated dictionary that had relations with the discipline of Chemistry were categorized from the Content Analysis, according to their use and use. A quantitative analysis of the most present terms was carried out in experimental classes, used in the General Chemistry and Experimental I subject of the Chemistry Degree of the IFMS campus Coxim. Four signs of chemistry laboratory instruments are being developed, which have the potential to be used in bilingual practices in higher and secondary education.Keywords: Bilingual Education; Formation of Scientific Concepts; Experimental Practices.
APA, Harvard, Vancouver, ISO, and other styles
16

Planas, Elena, Gwendal Daniel, Marco Brambilla, and Jordi Cabot. "Towards a model-driven approach for multiexperience AI-based user interfaces." Software and Systems Modeling 20, no. 4 (August 2021): 997–1009. http://dx.doi.org/10.1007/s10270-021-00904-y.

Full text
Abstract:
AbstractSoftware systems start to include other types of interfaces beyond the “traditional” Graphical-User Interfaces (GUIs). In particular, Conversational User Interfaces (CUIs) such as chat and voice are becoming more and more popular. These new types of interfaces embed smart natural language processing components to understand user requests and respond to them. To provide an integrated user experience all the user interfaces in the system should be aware of each other and be able to collaborate. This is what is known as a multiexperience User Interface. Despite their many benefits, multiexperience UIs are challenging to build. So far CUIs are created as standalone components using a platform-dependent set of libraries and technologies. This raises significant integration, evolution and maintenance issues. This paper explores the application of model-driven techniques to the development of software applications embedding a multiexperience User Interface. We will discuss how raising the abstraction level at which these interfaces are defined enables a faster development and a better deployment and integration of each interface with the rest of the software system and the other interfaces with whom it may need to collaborate. In particular, we propose a new Domain Specific Language (DSL) for specifying several types of CUIs and show how this DSL can be part of an integrated modeling environment able to describe the interactions between the modeled CUIs and the other models of the system (including the models of the GUI). We will use the standard Interaction Flow Modeling Language (IFML) as an example “host” language.
APA, Harvard, Vancouver, ISO, and other styles
17

Meißner, Tobias, Anja Seckinger, Thierry Rème, Thomas Hielscher, Thomas Möhler, Kai Neben, Hartmut Goldschmidt, Bernard Klein, and Dirk Hose. "Metascoring and Gene Expression Profiling in Clinical Routine in Multiple Myeloma,." Blood 118, no. 21 (November 18, 2011): 3940. http://dx.doi.org/10.1182/blood.v118.21.3940.3940.

Full text
Abstract:
Abstract Abstract 3940 BACKGROUND. Multiple myeloma is characterized by molecular heterogeneity transmitting to survival ranging from several months to over 15 years. Gene expression profiling allows assessment of biological entities, risk, and targets. Its translation into clinical routine alongside conventional prognostic factors has been prevented by lack of appropriated reporting tools and the integration with other prognostic factors into a single risk stratification (metascoring). METHODS. We present here a non-commercial open source software-framework developed in the open source language R (GEP-report) containing a graphic user interphase based on Gtk2. Affymetrix microarray raw-data and a documentation-by-value strategy to directly apply thresholds and grouping-algorithms from a reference cohort of 262 myeloma patients are used. Gene expression-based and conventional prognostic factors are integrated within one risk-stratification (HM-metascore) and the final report is created as a PDF-file. RESULTS. The GEP-report comprises i) quality control, ii) test of sample identity, iii) biological classifications of multiple myeloma, iv) risk stratification, v) assessment of target-genes, and vi) integration of expression-based and clinical risk factors within one metascore. This HM-metascore sums over the weighted factors gene-expression based risk-assessment (UAMS-, IFM-score), proliferation, ISS-stage, t(4;14), and expression of prognostic target-genes (AURKA, IGF1R) for which clinical grade inhibitors exist. It delineates three significantly different groups of 13.1, 72.1 and 14.7% of patients with a 6-year survival of 89.3, 60.6 and 18.6%, respectively. CONCLUSION. GEP-reporting allows prospective assessment of target gene expression and integration of current prognostic factors within one risk stratification (metascoring), being customizable regarding novel parameters or other cancer entities. Disclosures: No relevant conflicts of interest to declare.
APA, Harvard, Vancouver, ISO, and other styles
18

Meiβner, Tobias, Anja Seckinger, Thomas Hielscher, Thierry Rème, Jerome Moreaux, Axel Benner, Uta Bertsch, et al. "A Clinically Usable Gene Expression Report for Risk Assessment and Identification of Possible Therapeutic Targets in Multiple Myeloma." Blood 114, no. 22 (November 20, 2009): 1829. http://dx.doi.org/10.1182/blood.v114.22.1829.1829.

Full text
Abstract:
Abstract Abstract 1829 Poster Board I-855 Introduction In addition to current clinical and cytogenetic risk factors, several highly predictive gene expression based risk stratifications have been proposed in multiple myeloma. At the same time, putative drugable targets have been identified which are only expressed in a subpopulation of myeloma patients (e.g. AURKA). Whereas assessment of both works well within a clinical trial or an experimental setting, they can currently not readily be applied to clinical routine. Methods As reference a group of 300 Affymetrix U133 Plus 2.0 DNA microarrays from patients with multiple myeloma is preprocessed using GC-RMA. Quality control of the DNA microarrays is implemented according to the MACQ-Project. Gene expression based prediction of sex, immunoglobulin- and light chain type is used as sample identity-test within a multicenter-setting. Gene expression based risk stratification (IFM-score, 70-gene high risk score, gene expression based proliferation index) and molecular classifications are assessed as published, as are individual target genes e.g. AURKA. To classify a patient within a prospective clinical routine setting, the documentation by value strategy (Kostka & Spang, 2008) was adapted for GC-RMA preprocessing and is used for documenting the quantitative preprocessing information of the reference group. The gene expression based report is developed in the open source language R, containing a GUI based on Gtk2, and the final report is created as a PDF-file. Results We present here our publicly available (http://code.google.com/p/gep-r) open source software-framework (GEP-R) that allows creating a gene expression based report from Affymetrix raw-data. The risk stratification of an individual patient is assessed and based on saved preprocessing information of a reference cohort by treating the individual patient's expression data as being part of this group, assuring comparable risk stratification. Results can be interpreted and commented within the report and a PDF based document be created. The generation of the report can be performed within short time on a standard computer. Conclusion Gene expression reporting allows validated assessment of risk and of individual therapeutic targets in myeloma patients within a clinical routine setting. Disclosures No relevant conflicts of interest to declare.
APA, Harvard, Vancouver, ISO, and other styles
19

Rossi, Gustavo, Matias Urbieta, Damiano Distante, Jose Matias Rivero, and Sergio Firmenich. "25 Years of Model-Driven Web Engineering: What we achieved, What is missing." CLEI Electronic Journal, December 1, 2016. http://dx.doi.org/10.19153/cleiej.19.3.1.

Full text
Abstract:
Model-Driven Web Engineering (MDWE) approaches aim to improve the Web applications development process by focusing on modeling instead of coding, and deriving the running application by transformations from conceptual models to code. The emergence of the Interaction Flow Modeling Language (IFML) has been an important milestone in the evolution of Web modeling languages, indicating not only the maturity of the field but also a final convergence of languages. In this paper we explain the evolution of modeling and design approaches since the early years (in the 90’s) detailing the forces which drove that evolution and discussing the strengths and weaknesses of some of those approaches. A brief presentation of the IFML is accompanied with a thorough analysis of the most important achievements of the MDWE community as well as the problems and obstacles that hinder the dissemination of model-driven techniques in the Web engineering field.
APA, Harvard, Vancouver, ISO, and other styles
20

Min, Joe Lian. "ANALISIS KEMAMPUAN WEBRATIO UNTUK PENGEMBANGAN APLIKASI WEB MENGGUNAKAN INTERACTION FLOW MODELING LANGUAGE (IFML)." Jurnal Ilmiah Ilmu dan Teknologi Rekayasa 3, no. 2 (September 30, 2020). http://dx.doi.org/10.31962/jiitr.v3i2.109.

Full text
Abstract:
The model-driven development (MDD) method is a method that can accelerate the application development process. With this method, the model can be immediately transformed into an executable application. Model-driven architecture is one kind of MDD approaches. MDA has a standard modeling language that is used to facilitate the transformation process. One of the modeling languages in MDA is Interaction Flow Management Language (IFML). IFML models an application based on the interaction flow and interface of the application. This paper explains the capabilities of WebRatio in developing Web applications and their effectiveness. The effectiveness is calculated from the effort required for the development. On the other side, the effort is calculated from the line of code (LOC) generated from the model. The experiment's case study is a simple web-shop application, with some functional and non-functional requirements. The measurement results show that to develop a web-shop, the effort required is quite efficient, only 13% of the total application. However, another study still needs to be done because many variables affect the productivity of application development.
APA, Harvard, Vancouver, ISO, and other styles
21

Gotti, Sara, Samir Mbarki, Zineb Gotti, and Naziha Laaz. "A MODEL-DRIVEN APPROACH FOR MULTI-PLATFORM EXECUTION OF INTERACTIVE UIS DESIGNED WITH IFML." International Journal of Computing, September 30, 2019, 293–306. http://dx.doi.org/10.47839/ijc.18.3.1522.

Full text
Abstract:
Quite recently, considerable attention has been paid to the design, implementation and evaluation of graphical user interfaces due to the apparition of the new strategic trend of computing everywhere. Accordingly, it is necessary to adopt an abstract representation of systems front-end in order to ensure this trend. IFML (Interaction Flow Modeling Language) is a user interfaces description language used to describe the content and interaction behavior of applications front-end. It has been conceived with executability aspect that is obtained via model transformations and full code generators into functional codes. however, these code generators are often accompanied by a loss of information. The main goal of this paper is to present a new virtual machine for directly executing GUIs models designed with IFML language in combination with UML domain model; that captures the content dependency. These input models will be then run on different platforms and devices. We adopted a new model driven approach that includes the hybrid approach of interpretive compiler; through a set of transformation rules, for the implementation of the desired virtual machine.
APA, Harvard, Vancouver, ISO, and other styles
22

Kostyshyn, А. В. "PROFESSIONAL ADVANCED EDUCATION - THE BASIS OF QUALITY HIGHER EDUCATION." Art of Medicine, January 6, 2021, 114–19. http://dx.doi.org/10.21802/artm.2020.4.16.114.

Full text
Abstract:
Education is a process on which the future of a nation depends. In addition, a quality educational process is a necessary condition for higher education, without which education will not be competitive. Teachers, educational technologies, methods, tools (visual aids, textbooks, technical devices, etc.), educational management are involved in the process. Education provides general cultural and professionally oriented training of a graduate of the degree of junior specialist, determines the amount of special knowledge, skills and abilities sufficient to solve typical tasks of the specialist in the respective position, including the ability to use theoretical knowledge and practical skills, to perform the technological stages of manufacturing orthopedic prostheses, to provide medical care in emergencies, to assess the impact of dangerous factors on the development of occupational diseases. Education provides the activities of a nurse, which includes organizational functions, determining the needs of patients, the ability to prepare patients for complex laboratory tests and instrumental methods of examination, special care and care for patients, participation in treatment and prevention, conduct an educational work in accordance with the principles of nursing ethics and deontology, constant improvement of professional level, practice of practical skills in the departments of hospitals, hospices and family medicine clinics. Education provides students with the ability to form a worldview, understanding the principles of society, the ability to think abstractly, analyze and synthesize on the basis of logical arguments and verified facts, consider social phenomena in development and specific historical conditions, lead a discussion, use appropriate terminology and thoughts expression in oral and written forms in the native language. Students are taught to use knowledge in the field of socio-economic training, communicate in a foreign language, be ready to work in a foreign language environment using information technology, search for processing and analysis of information from various sources, communicate professionally, provide harmonious and constructive relationships in the performance of professional tasks. At IFNMU Medical College, students learn the ability to interpret and use theoretical knowledge and practical skills on diseases questions, methods of organizing the safety of human life, their protection from the possible consequences of accidents and disasters. At the same time, education, and hence its quality, is not limited to learning outcomes. It is also the physical, intellectual and spiritual development of the individual, the level of his upbringing. That is why well-known scientists do not have a single opinion on the concept of quality education. The quality of education depends on many factors: teaching staff, the level of their skills; resource provision of the educational process; management of the educational process; curricula of educational content and educational and methodological support; effective educational technologies; psychological support of the educational process, as well as from the subjects of education, concerted actions with parents, etc. Of course, education will be of good quality if all components interact effectively. The article highlights the features of providing quality professional before higher education, its interrelation with efficiency of preparation of experts in higher educational institutions is defined.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography