887 resultados para cashew nut kernel
Resumo:
Promotion of fruit abscission in macadamia, Macadamia integrifolia (Proteaceae), has potential to reduce costs associated with prolonged harvesting of late-abscising cultivars. Effects of ethephon [(2-chloroethyl) phosphonic acid] on fruit removal force and crop abscission were monitored at 3 stages of the harvest season on both unshaken and mechanically shaken trees of the late-abscising macadamia cultivar A16. Ethephon application, tree shaking, or a combination of the 2 methods, accelerated crop removal from the tree at all stages during harvest. Early harvest before natural abscission resulted in little or no difference in nut-in-shell and kernel weight, kernel recovery and kernel oil content. Delaying ethephon application or tree shaking until commencement of natural abscission resulted in greater crop removal. Fruit removal force declined naturally towards 1 kgf at this stage, and was further reduced by ethephon application. The most effective approach for harvest acceleration was to reduce fruit removal force, before tree shaking, by spraying trees with ethephon.
Resumo:
It was previously published by the authors that granules can either coalesce through Type I (when granules coalesce by viscous dissipation in the surface liquid layer before their surfaces touch) or Type II (when granules are slowed to a halt during rebound, after their surfaces have made contact) (AIChE J. 46 (3) (2000) 529). Based on this coalescence mechanism, a new coalescence kernel for population balance modelling of granule growth is presented. The kernel is constant such that only collisions satisfying the conditions for one of the two coalescence types are successful. One constant rate is assigned to each type of coalescence and zero is for the case of rebound. As the conditions for Types I and II coalescence are dependent on granule and binder properties, the coalescence kernel is thus physically based. Simulation results of a variety of binder and granule materials show good agreement with experimental data. (C) 2002 Elsevier Science Ltd. All rights reserved.
Resumo:
Structural and surface property changes of macadamia nut-shell (MNS) char upon activation and high temperature treatment (HTT) were studied by high-resolution nitrogen adsorption, diffuse reflectance infra-red Fourier transform spectroscopy, X-ray photoelectron spectroscopy, and temperature-programmed desorption. It is found that activation of MNS char can be divided into the low extent activation which may involve the reactions of internal oxygen-containing groups and leads to the formation of comparatively uniform micropores, and the high extent activation which induces reactions between carbon and activating gas and produces a large amount of micropores. The surface functional groups (SFGs) basically increase with the increase of activation extent, but high extent activation preferentially increases the amount of -C-O and -C=O. HTT in air for a short tithe at a high temperature (1173 K) greatly increases the micropore volume and the amounts of SFGs. By appropriately choosing the activation and HTT conditions, it is possible to control both the textural structure and the type and amounts of SFG. (C) 2002 Published by Elsevier Science Ltd.
Resumo:
Raw macadamia kernel pieces were immersed in water (specific gravity 1.00 g/cm(3)), brine (SG 1.02 g/cm(3)) or ethanol solution (SG 0.97 g/cm(3)) for 30 or 60 s, then re-dried to below 1.5% moisture (wet basis) and stored under vacuum for 0, 4 and 12 months. Flotation in water had no effect on the quality or shelf life of the kernel pieces over 12 months storage, as measured by sensory evaluation of the kernels and chemical analysis of the kernel oil. Immersion in a salt solution caused unacceptable changes in quality during storage, increasing as storage time increased. Flotation in dilute ethanol also caused unacceptable quality changes during storage. Therefore, only flotation of macadamia kernel pieces in water can be recommended for commercial operations. Microbiological concerns with such a process still need to be addressed.
Resumo:
A hierarchical matrix is an efficient data-sparse representation of a matrix, especially useful for large dimensional problems. It consists of low-rank subblocks leading to low memory requirements as well as inexpensive computational costs. In this work, we discuss the use of the hierarchical matrix technique in the numerical solution of a large scale eigenvalue problem arising from a finite rank discretization of an integral operator. The operator is of convolution type, it is defined through the first exponential-integral function and, hence, it is weakly singular. We develop analytical expressions for the approximate degenerate kernels and deduce error upper bounds for these approximations. Some computational results illustrating the efficiency and robustness of the approach are presented.
Resumo:
A presente dissertação visa retratar a exploração do suporte do protocolo Internet versão seis (IPv6) no kernel do Linux, conjuntamente com a análise detalhada do estado da implementação dos diferentes aspectos em que se baseia o protocolo. O estudo incide na experimentação do funcionamento em geral do stack, a identificação de inconsistências deste em relação aos RFC’s respectivos, bem como a simulação laboratorial de cenários que reproduzam casos de utilização de cada uma das facilidades analisadas. O objectivo desta dissertação não é explicar o funcionamento do novo protocolo IPv6, mas antes, centrar-se essencialmente na exploração do IPv6 no kernel do Linux. Não é um documento para leigos em IPv6, no entanto, optou-se por desenvolver uma parte inicial onde é abordado o essencial do protocolo: a sua evolução até à aprovação e a sua especificação. Com base no estudo realizado, explora-se o suporte do IPv6 no Kernel do Linux, fazendo uma análise detalhada do estado de implementação dos diferentes aspectos em que se baseia o protocolo. Bem como a realização de testes de conformidade IPv6 em relação aos RFC’s.
Resumo:
This paper proposes a global multiprocessor scheduling algorithm for the Linux kernel that combines the global EDF scheduler with a priority-aware work-stealing load balancing scheme, enabling parallel real-time tasks to be executed on more than one processor at a given time instant. We state that some priority inversion may actually be acceptable, provided it helps reduce contention, communication, synchronisation and coordination between parallel threads, while still guaranteeing the expected system’s predictability. Experimental results demonstrate the low scheduling overhead of the proposed approach comparatively to an existing real-time deadline-oriented scheduling class for the Linux kernel.
Resumo:
The mainline Linux Kernel is not designed forhard real-time systems; it only fits the requirements of soft realtimesystems. In recent years, a kernel developer communityhas been working on the PREEMPT-RT patch. This patch(that aims to get a fully preemptible kernel) adds some realtimecapabilities to the Linux kernel. However, in terms ofscheduling policies, the real-time scheduling class of Linux islimited to the First-In-First-Out (SCHED_FIFO) and Round-Robin (SCHED_RR) scheduling policies. These scheduling policiesare however quite limited in terms of realtime performance.Therefore, in this paper, we report one importantcontribution for adding more advanced real-time capabilitiesto the Linux Kernel. Specifically, we describe modificationsto the (PREEMPT-RT patched) Linux kernel to supportreal-time slot-based task-splitting scheduling algorithms. Ourpreliminary evaluation shows that our implementation exhibitsa real-time performance that is superior to the schedulingpolicies provided by the current version of PREMPT-RT. Thisis a significant add-on to a widely adopted operating system.
Resumo:
Typically common embedded systems are designed with high resource constraints. Static designs are often chosen to address very specific use cases. On contrast, a dynamic design must be used if the system must supply a real-time service where the input may contain factors of indeterminism. Thus, adding new functionality on these systems is often accomplished by higher development time, tests and costs, since new functionality push the system complexity and dynamics to a higher level. Usually, these systems have to adapt themselves to evolving requirements and changing service requests. In this perspective, run-time monitoring of the system behaviour becomes an important requirement, allowing to dynamically capturing the actual scheduling progress and resource utilization. For this to succeed, operating systems need to expose their internal behaviour and state, making it available to the external applications, usually using a run-time monitoring mechanism. However, such mechanism can impose a burden in the system itself if not wisely used. In this paper we explore this problem and propose a framework, which is intended to provide this run-time mechanism whilst achieving code separation, run-time efficiency and flexibility for the final developer.
Resumo:
Dissertação apresentada como requisito parcial para obtenção do grau de Mestre em Gestão de Informação
Resumo:
Journal of Human Evolution, V. 55, pp. 148-163
Resumo:
A Work Project, presented as part of the requirements for the Award of a Masters Degree in Management from the NOVA – School of Business and Economics
Resumo:
A Work Project, presented as part of the requirements for the Award of a Masters Degree in Management from the NOVA – School of Business and Economics
Resumo:
The tocopherol content of Brazil nut oil from different Amazon regions (Manicoré-AM, Rio Preto da Eva-AM, São João da Baliza-RR, Caroebe-RR, Belém-PA, and Xapurí-AC) was investigated by normal-phase high-performance liquid chromatography. For all authentic oils, two isomers: α- and γ-tocopherols were observed (37.92-74.48 µg g-1, 106.88-171.80 µg g-1, respectively), and their levels were relatively constant among the oils having these geographic origins, which would enable to distinguish Brazil nut oil from other plant oils for authentication purposes. Commercial Brazil nut oils were also evaluated, and some of these oils demonstrated a tocopherol content that was very different from that of the authentic oils. Therefore, we suggest that the tocopherol profile of Brazil nut oil can be useful chemical marker for quality control and authentication.