991 resultados para Tin Can API


Relevância:

30.00% 30.00%

Publicador:

Resumo:

Web APIs have gained increasing popularity in recent Web service technology development owing to its simplicity of technology stack and the proliferation of mashups. However, efficiently discovering Web APIs and the relevant documentations on the Web is still a challenging task even with the best resources available on the Web. In this paper we cast the problem of detecting the Web API documentations as a text classification problem of classifying a given Web page as Web API associated or not. We propose a supervised generative topic model called feature latent Dirichlet allocation (feaLDA) which offers a generic probabilistic framework for automatic detection of Web APIs. feaLDA not only captures the correspondence between data and the associated class labels, but also provides a mechanism for incorporating side information such as labelled features automatically learned from data that can effectively help improving classification performance. Extensive experiments on our Web APIs documentation dataset shows that the feaLDA model outperforms three strong supervised baselines including naive Bayes, support vector machines, and the maximum entropy model, by over 3% in classification accuracy. In addition, feaLDA also gives superior performance when compared against other existing supervised topic models.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

* The research has been partially supported by INFRAWEBS - IST FP62003/IST/2.3.2.3 Research Project No. 511723 and “Technologies of the Information Society for Knowledge Processing and Management” - IIT-BAS Research Project No. 010061.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Recent advances in the electric & hybrid electric vehicles and rapid developments in the electronic devices have increased the demand for high power and high energy density lithium ion batteries. Graphite (theoretical specific capacity: 372 mAh/g) used in commercial anodes cannot meet these demands. Amorphous SnO2 anodes (theoretical specific capacity: 781 mAh/g) have been proposed as alternative anode materials. But these materials have poor conductivity, undergo a large volume change during charging and discharging, large irreversible capacity loss leading to poor cycle performances. To solve the issues related to SnO2 anodes, we propose to synthesize porous SnO2 composites using electrostatic spray deposition technique. First, porous SnO2/CNT composites were fabricated and the effects of the deposition temperature (200, 250, 300 °C) & CNT content (10, 20, 30, 40 wt %) on the electrochemical performance of the anodes were studied. Compared to pure SnO2 and pure CNT, the composite materials as anodes showed better discharge capacity and cyclability. 30 wt% CNT content and 250 °C deposition temperature were found to be the optimal conditions with regard to energy capacity whereas the sample with 20% CNT deposited at 250 °C exhibited good capacity retention. This can be ascribed to the porous nature of the anodes and the improvement in the conductivity by the addition of CNT. Electrochemical impedance spectroscopy studies were carried out to study in detail the change in the surface film resistance with cycling. By fitting EIS data to an equivalent circuit model, the values of the circuit components, which represent surface film resistance, were obtained. The higher the CNT content in the composite, lower the change in surface film resistance at certain voltage upon cycling. The surface resistance increased with the depth of discharge and decreased slightly at fully lithiated state. Graphene was also added to improve the performance of pure SnO2 anodes. The composites heated at 280 °C showed better energy capacity and energy density. The specific capacities of as deposited and post heat-treated samples were 534 and 737 mAh/g after 70 cycles. At the 70th cycle, the energy density of the composites at 195 °C and 280 °C were 1240 and 1760 Wh/kg, respectively, which are much higher than the commercially used graphite electrodes (37.2–74.4 Wh/kg). Both SnO2/CNTand SnO2/grapheme based composites with improved energy densities and capacities than pure SnO2 can make a significant impact on the development of new batteries for electric vehicles and portable electronics applications.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Background: Biologists often need to assess whether unfamiliar datasets warrant the time investment required for more detailed exploration. Basing such assessments on brief descriptions provided by data publishers is unwieldy for large datasets that contain insights dependent on specific scientific questions. Alternatively, using complex software systems for a preliminary analysis may be deemed as too time consuming in itself, especially for unfamiliar data types and formats. This may lead to wasted analysis time and discarding of potentially useful data. Results: We present an exploration of design opportunities that the Google Maps interface offers to biomedical data visualization. In particular, we focus on synergies between visualization techniques and Google Maps that facilitate the development of biological visualizations which have both low-overhead and sufficient expressivity to support the exploration of data at multiple scales. The methods we explore rely on displaying pre-rendered visualizations of biological data in browsers, with sparse yet powerful interactions, by using the Google Maps API. We structure our discussion around five visualizations: a gene co-regulation visualization, a heatmap viewer, a genome browser, a protein interaction network, and a planar visualization of white matter in the brain. Feedback from collaborative work with domain experts suggests that our Google Maps visualizations offer multiple, scale-dependent perspectives and can be particularly helpful for unfamiliar datasets due to their accessibility. We also find that users, particularly those less experienced with computer use, are attracted by the familiarity of the Google Maps API. Our five implementations introduce design elements that can benefit visualization developers. Conclusions: We describe a low-overhead approach that lets biologists access readily analyzed views of unfamiliar scientific datasets. We rely on pre-computed visualizations prepared by data experts, accompanied by sparse and intuitive interactions, and distributed via the familiar Google Maps framework. Our contributions are an evaluation demonstrating the validity and opportunities of this approach, a set of design guidelines benefiting those wanting to create such visualizations, and five concrete example visualizations.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The development of non-equilibrium group IV nanoscale alloys is critical to achieving new functionalities, such as the formation of a direct bandgap in a conventional indirect bandgap elemental semiconductor. Here, we describe the fabrication of uniform diameter, direct bandgap Ge1-xSnx alloy nanowires, with a Sn incorporation up to 9.2[thinsp]at.%, far in excess of the equilibrium solubility of Sn in bulk Ge, through a conventional catalytic bottom-up growth paradigm using noble metal and metal alloy catalysts. Metal alloy catalysts permitted a greater inclusion of Sn in Ge nanowires compared with conventional Au catalysts, when used during vapour-liquid-solid growth. The addition of an annealing step close to the Ge-Sn eutectic temperature (230[thinsp][deg]C) during cool-down, further facilitated the excessive dissolution of Sn in the nanowires. Sn was distributed throughout the Ge nanowire lattice with no metallic Sn segregation or precipitation at the surface or within the bulk of the nanowires. The non-equilibrium incorporation of Sn into the Ge nanowires can be understood in terms of a kinetic trapping model for impurity incorporation at the triple-phase boundary during growth.

Relevância:

30.00% 30.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.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Recent advances in the electric & hybrid electric vehicles and rapid developments in the electronic devices have increased the demand for high power and high energy density lithium ion batteries. Graphite (theoretical specific capacity: 372 mAh/g) used in commercial anodes cannot meet these demands. Amorphous SnO2 anodes (theoretical specific capacity: 781 mAh/g) have been proposed as alternative anode materials. But these materials have poor conductivity, undergo a large volume change during charging and discharging, large irreversible capacity loss leading to poor cycle performances. To solve the issues related to SnO2 anodes, we propose to synthesize porous SnO2 composites using electrostatic spray deposition technique. First, porous SnO2/CNT composites were fabricated and the effects of the deposition temperature (200,250, 300 oC) & CNT content (10, 20, 30, 40 wt %) on the electrochemical performance of the anodes were studied. Compared to pure SnO2 and pure CNT, the composite materials as anodes showed better discharge capacity and cyclability. 30 wt% CNT content and 250 oC deposition temperature were found to be the optimal conditions with regard to energy capacity whereas the sample with 20% CNT deposited at 250 oC exhibited good capacity retention. This can be ascribed to the porous nature of the anodes and the improvement in the conductivity by the addition of CNT. Electrochemical impedance spectroscopy studies were carried out to study in detail the change in the surface film resistance with cycling. By fitting EIS data to an equivalent circuit model, the values of the circuit components, which represent surface film resistance, were obtained. The higher the CNT content in the composite, lower the change in surface film resistance at certain voltage upon cycling. The surface resistance increased with the depth of discharge and decreased slightly at fully lithiated state. Graphene was also added to improve the performance of pure SnO2 anodes. The composites heated at 280 oC showed better energy capacity and energy density. The specific capacities of as deposited and post heat-treated samples were 534 and 737 mAh/g after 70 cycles. At the 70th cycle, the energy density of the composites at 195 °C and 280 °C were 1240 and 1760 Wh/kg, respectively, which are much higher than the commercially used graphite electrodes (37.2-74.4 Wh/kg). Both SnO2/CNTand SnO2/grapheme based composites with improved energy densities and capacities than pure SnO2 can make a significant impact on the development of new batteries for electric vehicles and portable electronics applications.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

To analyze the prevalence of cervical cytopathological results for the screening of cervical cancer with regard to women's age and time since the last examination in Maceió and Rio de Janeiro, Brazil, among those assisted by the Brazilian Unified Health System. Cervical cytopathological results available in the Information System of Cervical Cancer Screening for the year 2011 were analyzed, corresponding to 206,550 for Rio de Janeiro and 45,243 for Maceió. In Rio de Janeiro, examination at one and two year intervals predominated, while in Maceió examination at one and three year intervals had a higher predominance. Women who underwent cervical smear screening in Maceió were older than those in Rio de Janeiro. The prevalence of invasive squamous cell carcinoma was similar for the two cities, but all the other results presented a higher prevalence in Rio de Janeiro: ASCUS (PR=5.32; 95%CI 4.66-6.07); ASCH (PR=4.27; 95%CI 3.15-5.78); atypical glandular cells (PR=10.02; 95%CI 5.66-17.76); low-grade squamous intraepithelial lesions (PR=6.10; 95%CI 5.27-7.07); high-grade squamous intraepithelial lesions (PR=8.90; 95%CI 6.50-12.18) and adenocarcinoma (PR=3.00; 95%CI 1.21-7.44). The rate of unsatisfactory cervical samples was two times higher in Maceió and that of rejected samples for analysis was five times higher in Maceió when compared to Rio de Janeiro. The prevalence rates of altered cervical cytopathological results was significantly higher in Rio de Janeiro than in Maceió. There is no objective information that may justify this difference. One hypothesis is that there may be a difference in the diagnostic performance of the cervical cancer screening, which could be related to the quality of the Pap smear. Thus, these findings suggest that it would be necessary to perform this evaluation at national level, with emphasis on the performance of cervical cancer screening in order to improve the effectiveness of cervical cancer control.