990 resultados para Google API


Relevância:

10.00% 10.00%

Publicador:

Resumo:

L'ontologia que s'ha dissenyat contempla els conceptes bàsics de Twitter, les relacions entre ells i les restriccions que cal respectar. L'ontologia s'ha dissenyat amb el programa Protégé i està disponible en format OWL. S'ha desenvolupat una aplicació per poblar l'ontologia amb els tweets que s'obtenen a partir d'una cerca a Twitter. L'accés a Twitter es fa via l'API que ofereix per accedir a les dades des d'aplicacions de tercers. El resultat de l'execució de l'aplicació és un fitxer RDF/XML amb les tripletes corresponents a les instàncies dels objectes en l'ontologia.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This paper proposes to reflect from a semiotic perspective on the transformation that brands have undergone since the rise of the Internet. After a brief theoretical introduction to digital communication and the semiotics of brands, the case of the Google brand is analyzed by applying concepts of generative and interpretive semiotics. The paper holds that the iconic and linguistic enunciations are secondary with respect to interaction. In digital media interaction — the interactive experience that the Internet user lives — is a fundamental component of the hypermedia cocktail and occupies a central position in the brand building process. The article concludes with some of the questions and special characteristics raised by so-called eBranding.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Background: Some countries have recently extended smoke-free policies to particular outdoor settings; however, there is controversy regarding whether this is scientifically and ethically justifiable. Objectives: The objective of the present study was to review research on secondhand smoke (SHS) exposure in outdoor settings. Data sources: We conducted different searches in PubMed for the period prior to September 2012. We checked the references of the identified papers, and conducted a similar search in Google Scholar. Study selection: Our search terms included combinations of"secondhand smoke,""environmental tobacco smoke,""passive smoking" OR"tobacco smoke pollution" AND"outdoors" AND"PM" (particulate matter),"PM2.5" (PM with diameter ≤ 2.5 µm),"respirable suspended particles,""particulate matter,""nicotine,""CO" (carbon monoxide),"cotinine,""marker,""biomarker" OR"airborne marker." In total, 18 articles and reports met the inclusion criteria. Results: Almost all studies used PM2.5 concentration as an SHS marker. Mean PM2.5 concentrations reported for outdoor smoking areas when smokers were present ranged from 8.32 to 124 µg/m3 at hospitality venues, and 4.60 to 17.80 µg/m3 at other locations. Mean PM2.5 concentrations in smoke-free indoor settings near outdoor smoking areas ranged from 4 to 120.51 µg/m3. SHS levels increased when smokers were present, and outdoor and indoor SHS levels were related. Most studies reported a positive association between SHS measures and smoker density, enclosure of outdoor locations, wind conditions, and proximity to smokers. Conclusions: The available evidence indicates high SHS levels at some outdoor smoking areas and at adjacent smoke-free indoor areas. Further research and standardization of methodology is needed to determine whether smoke-free legislation should be extended to outdoor settings.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

INTRODUCTION: Pyoderma gangrenosum (PG) is a rare autoinflammatory neutrophilic ulcerative skin disease, often developing after a trauma or surgical wounds. In the literature there are several reports of post-surgical PG (PSPG) of the breast. The authors of this article experienced an impressive case of PSPG after an aesthetic breast augmentation mastopexy. PSPG is a rare but severe complication in this elective aesthetic surgical procedure. METHOD: A systematic review of the literature was performed, focusing on PSPG after aesthetic breast surgery (augmentation mammoplasty/mastopexy). The online databases Pubmed, Medline, and Cochrane were used and additionally a Google© search was conducted. We compared the data obtained from a systematic literature review to an index case of PSPG after esthetic augmentation mammoplasty. RESULTS: The literature search identified seven articles describing eight cases of PSPG after aesthetic breast surgery. In four of these cases augmentation mammoplasty had been carried out, in two cases mastopexy and in two cases augmentation mammoplasty and mastopexy (augmentation mastopexy). The patient we treated and describe in this paper underwent an augmentation mastopexy outside our clinic. Eight patients suffered from local disease, at the site of surgical wounds, one patient had disseminated disease. Leukocytosis was present in five cases (out of nine). Eight patients had received corticosteroid treatment, one patient refused such treatment. The duration of corticosteroid treatment was on average for 41 days (range 21-60 days). In all cases, the areola had been spared. Complete healing of PSPG was observed on average after 5 months (range 1.5 months-1 year). DISCUSSION: PSPG of the breast after aesthetic breast surgery is rare, but every plastic surgeon should consider this possibility, especially if skin disease develops post-surgery, mimicking wound infection that does not respond to broad-spectrum antibiotic treatment. CONCLUSION: Although the literature does not recommend this step, implant removal is recommended by the authors because bacterial wound infection normally cannot be ruled out definitely in the early stages of disease. Additional surgical intervention should be limited to the absolute necessary and performed only under adequate systemic immunosuppressive therapy. LEVEL OF EVIDENCE V: This journal requires that authors assign a level of evidence to each article. For a full description of these Evidence-Based Medicine ratings, please refer to the Table of Contents or the online Instructions to Authors www.springer.com/00266 .

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Article About the Authors Metrics Comments Related Content Abstract Introduction Functionality Implementation Discussion Acknowledgments Author Contributions References Reader Comments (0) Figures Abstract Despite of the variety of available Web services registries specially aimed at Life Sciences, their scope is usually restricted to a limited set of well-defined types of services. While dedicated registries are generally tied to a particular format, general-purpose ones are more adherent to standards and usually rely on Web Service Definition Language (WSDL). Although WSDL is quite flexible to support common Web services types, its lack of semantic expressiveness led to various initiatives to describe Web services via ontology languages. Nevertheless, WSDL 2.0 descriptions gained a standard representation based on Web Ontology Language (OWL). BioSWR is a novel Web services registry that provides standard Resource Description Framework (RDF) based Web services descriptions along with the traditional WSDL based ones. The registry provides Web-based interface for Web services registration, querying and annotation, and is also accessible programmatically via Representational State Transfer (REST) API or using a SPARQL Protocol and RDF Query Language. BioSWR server is located at http://inb.bsc.es/BioSWR/and its code is available at https://sourceforge.net/projects/bioswr/​under the LGPL license.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This thesis evaluates methods for obtaining high performance in applications running on the mobile Java platform. Based on the evaluated methods, an optimization was done to a Java extension API running on top the Symbian operating system. The API provides location-based services for mobile Java applications. As a part of this thesis, the JNI implementation in Symbian OS was also benchmarked. A benchmarking tool was implemented in the analysis phase in order to implement extensive performance test set. Based on the benchmark results, it was noted that the landmarks implementation of the API was performing very slowly with large amounts of data. The existing implementation proved to be very inconvenient for optimization because the early implementers did not take performance and design issues into consideration. A completely new architecture was implemented for the API in order to provide scalable landmark initialization and data extraction by using lazy initialization methods. Additionally, runtime memory consumption was also an important part of the optimization. The improvement proved to be very efficient based on the measurements after the optimization. Most of the common API use cases performed extremely well compared to the old implementation. Performance optimization is an important quality attribute of any piece of software especially in embedded mobile devices. Typically, projects get into trouble with performance because there are no clear performance targets and knowledge how to achieve them. Well-known guidelines and performance models help to achieve good overall performance in Java applications and programming interfaces.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Current-day web search engines (e.g., Google) do not crawl and index a significant portion of theWeb and, hence, web users relying on search engines only are unable to discover and access a large amount of information from the non-indexable part of the Web. Specifically, dynamic pages generated based on parameters provided by a user via web search forms (or search interfaces) are not indexed by search engines and cannot be found in searchers’ results. Such search interfaces provide web users with an online access to myriads of databases on the Web. In order to obtain some information from a web database of interest, a user issues his/her query by specifying query terms in a search form and receives the query results, a set of dynamic pages that embed required information from a database. At the same time, issuing a query via an arbitrary search interface is an extremely complex task for any kind of automatic agents including web crawlers, which, at least up to the present day, do not even attempt to pass through web forms on a large scale. In this thesis, our primary and key object of study is a huge portion of the Web (hereafter referred as the deep Web) hidden behind web search interfaces. We concentrate on three classes of problems around the deep Web: characterization of deep Web, finding and classifying deep web resources, and querying web databases. Characterizing deep Web: Though the term deep Web was coined in 2000, which is sufficiently long ago for any web-related concept/technology, we still do not know many important characteristics of the deep Web. Another matter of concern is that surveys of the deep Web existing so far are predominantly based on study of deep web sites in English. One can then expect that findings from these surveys may be biased, especially owing to a steady increase in non-English web content. In this way, surveying of national segments of the deep Web is of interest not only to national communities but to the whole web community as well. In this thesis, we propose two new methods for estimating the main parameters of deep Web. We use the suggested methods to estimate the scale of one specific national segment of the Web and report our findings. We also build and make publicly available a dataset describing more than 200 web databases from the national segment of the Web. Finding deep web resources: The deep Web has been growing at a very fast pace. It has been estimated that there are hundred thousands of deep web sites. Due to the huge volume of information in the deep Web, there has been a significant interest to approaches that allow users and computer applications to leverage this information. Most approaches assumed that search interfaces to web databases of interest are already discovered and known to query systems. However, such assumptions do not hold true mostly because of the large scale of the deep Web – indeed, for any given domain of interest there are too many web databases with relevant content. Thus, the ability to locate search interfaces to web databases becomes a key requirement for any application accessing the deep Web. In this thesis, we describe the architecture of the I-Crawler, a system for finding and classifying search interfaces. Specifically, the I-Crawler is intentionally designed to be used in deepWeb characterization studies and for constructing directories of deep web resources. Unlike almost all other approaches to the deep Web existing so far, the I-Crawler is able to recognize and analyze JavaScript-rich and non-HTML searchable forms. Querying web databases: Retrieving information by filling out web search forms is a typical task for a web user. This is all the more so as interfaces of conventional search engines are also web forms. At present, a user needs to manually provide input values to search interfaces and then extract required data from the pages with results. The manual filling out forms is not feasible and cumbersome in cases of complex queries but such kind of queries are essential for many web searches especially in the area of e-commerce. In this way, the automation of querying and retrieving data behind search interfaces is desirable and essential for such tasks as building domain-independent deep web crawlers and automated web agents, searching for domain-specific information (vertical search engines), and for extraction and integration of information from various deep web resources. We present a data model for representing search interfaces and discuss techniques for extracting field labels, client-side scripts and structured data from HTML pages. We also describe a representation of result pages and discuss how to extract and store results of form queries. Besides, we present a user-friendly and expressive form query language that allows one to retrieve information behind search interfaces and extract useful data from the result pages based on specified conditions. We implement a prototype system for querying web databases and describe its architecture and components design.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Abstract Personalized medicine is a challenging research area in paediatric treatments. Elaborating new paediatric formulations when no commercial forms are available is a common practice in pharmacy laboratories; among these, oral liquid formulations are the most common. But due to the lack of specialized equipment, frequently studies to assure the efficiency and safety of the final medicine cannot be carried out. Thus the purpose of this work was the development, characterization and stability evaluation of two oral formulations of sildenafil for the treatment of neonatal persistent pulmonary hypertension. After the establishment of a standard operating procedure (SOP) and elaboration, the physicochemical stability parameters appearance, pH, particle size, rheological behaviour and drug content of formulations were evaluated at three different temperatures for 90 days. Equally, prediction of long term stability, as well as, microbiological stability was performed. Formulations resulted in a suspension and a solution slightly coloured exhibiting fruity odour. Formulation I (suspension) exhibited the best physicochemical properties including Newtonian behaviour and uniformity of API content above 90% to assure an exact dosification process.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Le système digestif est colonisé dès la naissance par une population bactérienne, le microbiote, qui influence le développement du système immunitaire. Des modifications dans sa composition sont associées à des pathologies comme l'obésité et les maladies inflammatoires chroniques de l'intestin. Outre les antibiotiques, des facteurs environnementaux comme le tabagisme semblent aussi avoir une influence sur la composition de la flore intestinale, pouvant en partie expliquer la prise de poids à l'arrêt du tabac avec une modification de la composition du microbiote proche de celle observée chez des personnes obèses (profil microbiotique montrant des capacités accrues d'extraction calorique des aliments ingérés). Ces découvertes permettent d'imaginer de nouvelles approches diagnostiques et thérapeutiques via la régulation de ce microbiome. The digestive tract is colonized from birth by a bacterial population called the microbiota which influences the development of the immune system. Modifications in its composition are associated with problems such as obesity or inflammatory bowel diseases. Antibiotics are known to influence the intestinal microbiota but other environmental factors such as cigarette smoking also seem to have an impact on its composition. This influence might partly explain weight gain which is observed after smoking cessation. Indeed there is a modification of the gut microbiota which becomes similar to that of obese people with a microbiotical profile which is more efficient to extract calories from ingested food. These new findings open new fields of diagnostic and therapeutic approaches through the regulation of the microbiota.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The objective of this thesis is to provide a business model framework that connects customer value to firm resources and explains the change logic of the business model. Strategic supply management and especially dynamic value network management as its scope, the dissertation is based on basic economic theories, transaction cost economics and the resource-based view. The main research question is how the changing customer values should be taken into account when planning business in a networked environment. The main question is divided into questions that form the basic research problems for the separate case studies presented in the five Publications. This research adopts the case study strategy, and the constructive research approach within it. The material consists of data from several Delphi panels and expert workshops, software pilot documents, company financial statements and information on investor relations on the companies’ web sites. The cases used in this study are a mobile multi-player game value network, smart phone and “Skype mobile” services, the business models of AOL, eBay, Google, Amazon and a telecom operator, a virtual city portal business system and a multi-play offering. The main contribution of this dissertation is bridging the gap between firm resources and customer value. This has been done by theorizing the business model concept and connecting it to both the resource-based view and customer value. This thesis contributes to the resource-based view, which deals with customer value and firm resources needed to deliver the value but has a gap in explaining how the customer value changes should be connected to the changes in key resources. This dissertation also provides tools and processes for analyzing the customer value preferences of ICT services, constructing and analyzing business models and business concept innovation and conducting resource analysis.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

OBJETIVO: Pesquisar visualizadores de imagens médicas gratuitos disponíveis na internet capazes de funcionar como cliente PACS (picture archiving and communication system) e avaliar suas principais funções e a viabilidade do uso em computadores pessoais. MATERIAIS E MÉTODOS: Foi feita pesquisa, no Google e em sites especializados, por programas gratuitos disponíveis para o Windows. Foram encontrados cerca de 70, sendo 11 capazes de funcionar como cliente PACS, e selecionados seis destes para análise: ClearCanvas Workstation, KPACS, Onis, Synedra View Personal, Mito e Tudor DicomViewer. Com base nas necessidades dos autores, 16 funções foram avaliadas. RESULTADOS: Dos seis programas avaliados, dois possuem 10 das 16 funções avaliadas e um possui apenas duas. Três realizam MPR (reconstrução multiplanar), um realiza MIP (reconstrução por projeção de intensidade máxima), dois realizam VR (renderizações volumétricas), dois funcionam como servidor PACS, dois geram CDs, um realiza fusão de imagens, três permitem utilizar múltiplos monitores e apenas um não é compatível com Windows 7. CONCLUSÃO: Diversos programas gratuitos estão disponíveis e não existe nenhum completo. Cabe ao usuário analisar e selecionar o programa que melhor se enquadra nas suas necessidades, porém, os programas Onis, Synedra e ClearCanvas se destacam, cada um com suas peculiaridades. É totalmente viável o uso de programas gratuitos para o dia-a-dia do radiologista.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Background: Malnutrition among hospitalized patients increases length of stay (LOS) and carries extra hospitalization costs. Objective: To review the impact of malnutrition on hospital LOS and costs in Europe. Methods: PubMed and Google Scholar search. All articles from January 2004 until November 2014 were identified. Reference lists of relevant articles were also manually searched. Results: Ten studies on LOS and nine studies on costs were reviewed. The methods used to assess malnutrition and to calculate costs differed considerably between studies. Malnutrition led to an increased LOS ranging from 2.4 to 7.2 days. Among hospitalized patients, malnutrition led to an additional individual cost ranging between 1640 V and 5829 V. At the national level, the costs of malnutrition ranged between 32.8 million V and 1.2 billion V. Expressed as percentage of national health expenditures, the values ranged between 2.1% and 10%. Conclusions: In Europe, malnutrition leads to an increase in LOS and in hospital costs, both at the individual and the national level. Standardization of methods and results reported is needed to adequately compare results between countries. © 2015 European Society for Clinical Nutrition and Metabolism. Published by Elsevier Ltd. All rights reserved.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

El TFM ha consistit en participar i conèixer de prop tots el passos de desenvolupament d’una aplicació: elaboració d’un guió, realització de la part gràfica, programació i màrqueting. Per aquest motiu he realitzat unes hores de pràctiques a l'empresa Factoria Interactive SL. Durant aquest periòde vaig realitzar diversos guions per diferents apps relacionades amb continguts matemàtics i vaig participar en el programació de l'app "Dress up". I l'últim pas va consistir en penjar l'app a la botiga de Google Play. Per poder accedir a l'aplicació cal seguir el següent enllaç de Google Play: https://play.google.com/store/apps/details?id=eu.lafactoria.dressup&hl=es

Relevância:

10.00% 10.00%

Publicador:

Resumo:

En aquet TFG1 és presenta un estudi on el seu objectiu és l’anàlisi de les dificultats que és troben els professors a l’hora d’impartir les activitats al medi natural, per tal de poder entendré com és que és el bloc de continguts menys treballat. Per això, s’ha utilitzat com a instrument un qüestionari que s’ha aplicat a 49 professors d’educació física de 26 comarques de Catalunya. Aquests docents han estat escollit aleatòriament i han respòs el qüestionari per voluntat pròpia. El tractament estadístic del qüestionari s’ha dut a terme amb Google Drive. Entre les conclusions cal destacar la diferència entre el currículum proposat per la LOE (2006) i el proposat per la LOE (2007), i la clara aposta del professorat per realitzar les activitats al medi natural fora del centre, amb el cost afegit que això suposa. Aquest últim fet, a més, sembla comportar, per una banda, la dificultat afegida que suposa pels professors el fet de sortir fora de l’escola i, per altra banda, la responsabilitat que requereix dur a terme aquestes activitats.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

[Summary] 2. Roles of quality control in the pharmaceutical and biopharmaceutical industries. - 2.1. Pharmaceutical industry. - 2.2. Biopharmaceutical industry. - 2.3. Policy and regulatory. - 2.3.1. The US Food and Drug Administration (FDA). - 2.3.2. The European Medicine Agency (EMEA). - 2.3.3. The Japanese Ministry of Work, Labor and Welfare (MHLW). - 2.3.4. The Swiss Agency for Therapeutic Products (Swissmedic). - 2.3.5. The International Conference on Harmonization (ICH). - - 3. Types of testing. - 3.1. Microbiological purity tests. - 3.2. Physiochemical tests. - 3.3. Critical to quality steps. - 3.3.1. API starting materials and excipients. - 3.3.2. Intermediates. - 3.3.3. APIs (drug substances) and final drug product. - 3.3.4. Primary and secondary packaging materials fro drug products. - - 4. Manufacturing cost and quality control. - 4.1.1. Pharmaceutical manufacturing cost breakdown. - 4.1.2. Biopharmaceutical manufacturing cost breakdown. - 4.2. Batch failure / rejection / rework / recalls. - - 5. Future trends in the quality control of pharmaceuticals and biopharmaceuticals. - 5.1. Rapid and real time testing. - 5.1.1. Physio-chemicals testing. - 5.1.2. Rapid microbiology methods