2 resultados para Project 2002-005-C : Decision Support Tools for Concrete Infrastructure rehabilitation

em Universidade Complutense de Madrid


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Transboundary animal diseases can have very severe socio-economic impacts when introduced into new regions. The history of disease incursions into the European Union suggests that initial outbreaks were often initiated by illegal importation of meat and derived products. The European Union would benefit from decision-support tools to evaluate the risk of disease introduction caused by illegal imports in order to inform its surveillance strategy. However, due to the difficulty in quantifying illegal movements of animal products, very few studies of this type have been conducted. Using African swine fever as an example, this work presents a novel risk assessment framework for disease introduction into the European Union through illegal importation of meat and products. It uses a semi-quantitative approach based on factors that likely influence the likelihood of release of contaminated smuggled meat and products, and subsequent exposure of the susceptible population. The results suggest that the European Union is at non-negligible risk of African swine fever.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

During the lifetime of a research project, different partners develop several research prototype tools that share many common aspects. This is equally true for researchers as individuals and as groups: during a period of time they often develop several related tools to pursue a specific research line. Making research prototype tools easily accessible to the community is of utmost importance to promote the corresponding research, get feedback, and increase the tools lifetime beyond the duration of a specific project. One way to achieve this is to build graphical user interfaces (GUIs) that facilitate trying tools; in particular, with web-interfaces one avoids the overhead of downloading and installing the tools. Building GUIs from scratch is a tedious task, in particular for web-interfaces, and thus it typically gets low priority when developing a research prototype. Often we opt for copying the GUI of one tool and modifying it to fit the needs of a new related tool. Apart from code duplication, these tools will live separately, even though we might benefit from having them all in a common environment since they are related. This work aims at simplifying the process of building GUIs for research prototypes tools. In particular, we present EasyInterface, a toolkit that is based on novel methodology that provides an easy way to make research prototype tools available via common different environments such as a web-interface, within Eclipse, etc. It includes a novel text-based output language that allows to present results graphically without requiring any knowledge in GUI/Web programming. For example, an output of a tool could be (a structured version of) highlight line number 10 of file ex.c and when the user clicks on line 10, open a dialog box with the text .... The environment will interpret this output and converts it to corresponding visual e_ects. The advantage of using this approach is that it will be interpreted equally by all environments of EasyInterface, e.g., the web-interface, the Eclipse plugin, etc. EasyInterface has been developed in the context of the Envisage [5] project, and has been evaluated on tools developed in this project, which include static analyzers, test-case generators, compilers, simulators, etc. EasyInterface is open source and available at GitHub2.