2 resultados para Apis mellifera

em Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT)


Relevância:

100.00% 100.00%

Publicador:

Resumo:

The agriculture with the use of products with less environmental impact is expanding. In it, the producers offer their products without the use of synthetic chemical inputs, solving the phytosanitary problems with the use of biological or alternative control agents such as parasites, predators, entomopathogenic, alternative products, plant extracts and essential oils. These products can be considered safe to non-target organisms, but studies are needed to find these features on natural enemies and on the beneficial insects such as bees, common frequenter of cultures. In this sense, this study aims to evaluate the effects of control over reproductive quality queens of Apis mellifera L. (Hymenoptera: Apidae) Africanized. For this, it tested the action of control products on the production of A. mellifera queens, using the commercial entomopathogenic fungus Boveril® 1,0x108 (Beauveria bassiana) and aqueous extract of pomegranate (Punica granatum) at a concentration of 5% sterile distilled water with Tween (0.01%) and sterile distilled water (controls). The treatments were incorporated into a tissue type gauze, wrapped in an acrylic plate and packed inside minirrecrias type colonies for the production of queens on the day before the transfer of larvae. The next day were introduced battens with 30 domes with larvae to produce queens, so the workers have contacted the agent tested. From the emergence of all the queens, they were monitored to determine the measures of body weight (mg), length and width of wing and abdomen, length, width and height of the chest (mm) as well as the time of emergence of queens. The next step was evaluated the influence of the control agents in production creates, performing measurements of creating areas in cm2 for six straight weeks. It was found that the area creates Queens did not differ among the treatments. Histological analysis of hipofaringeanas of workers glands that came into contact with the control agents and the midgut of virgin queens were also held. Histological analysis differences were observed in the tissues when the treatments were compared with the respective controls.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This document presents GEmSysC, an unified cryptographic API for embedded systems. Software layers implementing this API can be built over existing libraries, allowing embedded software to access cryptographic functions in a consistent way that does not depend on the underlying library. The API complies to good practices for API design and good practices for embedded software development and took its inspiration from other cryptographic libraries and standards. The main inspiration for creating GEmSysC was the CMSIS-RTOS standard, which defines an unified API for embedded software in an implementation-independent way, but targets operating systems instead of cryptographic functions. GEmSysC is made of a generic core and attachable modules, one for each cryptographic algorithm. This document contains the specification of the core of GEmSysC and three of its modules: AES, RSA and SHA-256. GEmSysC was built targeting embedded systems, but this does not restrict its use only in such systems – after all, embedded systems are just very limited computing devices. As a proof of concept, two implementations of GEmSysC were made. One of them was built over wolfSSL, which is an open source library for embedded systems. The other was built over OpenSSL, which is open source and a de facto standard. Unlike wolfSSL, OpenSSL does not specifically target embedded systems. The implementation built over wolfSSL was evaluated in a Cortex- M3 processor with no operating system while the implementation built over OpenSSL was evaluated on a personal computer with Windows 10 operating system. This document displays test results showing GEmSysC to be simpler than other libraries in some aspects. These results have shown that both implementations incur in little overhead in computation time compared to the cryptographic libraries themselves. The overhead of the implementation has been measured for each cryptographic algorithm and is between around 0% and 0.17% for the implementation over wolfSSL and between 0.03% and 1.40% for the one over OpenSSL. This document also presents the memory costs for each implementation.