Literatura académica sobre el tema "Web extension"

Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros

Elija tipo de fuente:

Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Web extension".

Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.

También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.

Artículos de revistas sobre el tema "Web extension"

1

Picazo-Sanchez, Pablo, Juan Tapiador y Gerardo Schneider. "After you, please: browser extensions order attacks and countermeasures". International Journal of Information Security 19, n.º 6 (21 de noviembre de 2019): 623–38. http://dx.doi.org/10.1007/s10207-019-00481-8.

Texto completo
Resumen
AbstractBrowser extensions are small applications executed in the browser context that provide additional capabilities and enrich the user experience while surfing the web. The acceptance of extensions in current browsers is unquestionable. For instance, Chrome’s official extension repository has more than 63,000 extensions, with some of them having more than 10M users. When installed, extensions are pushed into an internal queue within the browser. The order in which each extension executes depends on a number of factors, including their relative installation times. In this paper, we demonstrate how this order can be exploited by an unprivileged malicious extension (i.e., one with no more permissions than those already assigned when accessing web content) to get access to any private information that other extensions have previously introduced. We propose a solution that does not require modifying the core browser engine, since it is implemented as another browser extension. We prove that our approach effectively protects the user against usual attackers (i.e., any other installed extension) as well as against strong attackers having access to the effects of all installed extensions (i.e., knowing who did what). We also prove soundness and robustness of our approach under reasonable assumptions.
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

De Sarkar, Tanmay. "The prevalence of web browser extensions use in library services: an exploratory study". Electronic Library 33, n.º 3 (1 de junio de 2015): 334–54. http://dx.doi.org/10.1108/el-04-2013-0063.

Texto completo
Resumen
Purpose – The paper aims to present an outline how libraries are harnessing browser extensions to provide an easy and convenient access to library resources and services. Investigating the features, purposes of use and types of browser extensions prevalent among libraries in different regions, the paper seeks to measure the degree of implementation of browser extensions. Design/methodology/approach – Stratified sampling method was followed to select academic libraries, and convenient sampling method was applied to select public libraries from four continents – Asia, Oceania, Europe and North America. Two-step web content analysis was applied to gather data along the select dimensions. Findings – The study contributes to the recent advances in application of browser extension with numerous examples focussing on the relevance of different approaches adopted by the libraries. Providing a framework of proportionate implementation along checkpoints, the study also highlights degree of acceptance of browser extension among libraries in different regions. Research limitations/implications – The investigation was restricted to libraries having English websites and confined to four continents only. This study aims at improving understanding among the librarians about the intended use and application of browser extension and helping them benchmark their effort in support of education, research and training. The current investigation expands the scope of future research on remaining regions and website whose contents are in non-English language to attain a broader perspective of its implementation. Originality/value – The article may guide library professionals to use, develop and promote the implementation of browser extension in libraries. The checkpoints used here may serve as bedrock for framing questionnaire and interview schedule for conducting future research examining users’ perception of browser extension in the context of library resources and usage pattern, to fully comprehend its practicability and usefulness.
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Feng, Xian Zhang y Qun Li. "Effect of Extension Coefficient on H-Beam Deformation". Applied Mechanics and Materials 20-23 (enero de 2010): 1199–204. http://dx.doi.org/10.4028/www.scientific.net/amm.20-23.1199.

Texto completo
Resumen
In order to research the effect of metal flow between web and flange, the concept of extension coefficient used to judge the deformation degree for rolling H-beam, through the method of changing the extension coefficient, the finite element model was established by the platform of CAD software. Defining boundary conditions, geometric properties and contact situation, and input initial conditions based on the model. It can gain the displacement cloud map and displacement curves of the model by computer simulation. Based on the simulation results, studying the effects of different extension coefficient on metal flowing between flange and web, as well as the qualitative relations of extension coefficient between flange and web. The results showed that with the enlargement of extension coefficient, the metal flowing between web and flange would be more obvious, while the definite feature relation between web and flange can get better effects with the condition that the extension coefficient of flange is large than that of the web.
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Chrismanto, Antonius Rachmat, Willy Sudiarto Raharjo y Yuan Lukito. "Firefox Extension untuk Klasifikasi Komentar Spam pada Instagram Berbasis REST Services". Jurnal Edukasi dan Penelitian Informatika (JEPIN) 5, n.º 2 (6 de agosto de 2019): 146. http://dx.doi.org/10.26418/jp.v5i2.33010.

Texto completo
Resumen
Klasifikasi komentar spam pada Instagram (IG) hanya dapat digunakan oleh pengguna melalui sistem yang berjalan di sisi client, karena data IG tidak dapat dimanipulasi dari luar IG. Dibutuhkan sistem yang dapat memanipulasi data dari sisi client dalam bentuk browser extension. Penelitian ini berfokus pada pengembangan browser extension untuk Firefox yang memanfaatkan web services REST pada layanan cloud dengan platform Amazon Web Services (AWS). Browser extension yang dikembangkan menggunakan 2 algoritma klasifikasi, yaitu KNN dan Distance-Weighted KNN (DW-KNN). Extension ini mampu menandai komentar spam dengan mengubah Document Object Model (DOM) IG menjadi berwarna merah dengan dicoret (strikethrough). Metode pengembangan extension dilakukan dengan metode Rapid Application Development (RAD). Pengujian pada penelitian ini dilakukan pada hasil implementasi browser extension dan pengukuran akurasi web service (algoritma KNN & DW-KNN). Pengujian implementasi browser extension menggunakan metode pengujian fungsionalitas, dimana setiap fitur yang telah diimplementasikan diuji apakah sudah sesuai dengan spesifikasi yang telah ditentukan sebelumnya. Pengujian akurasi web service dilakukan dengan bantuan tool SOAPUI. Hasil pengujian extension adalah: (1) pengujian extension pada sembarang halaman web berhasil 100%, (2) pengujian pada halaman awal (default) IG berhasil 100%, (3) pengujian pada halaman profile suatu akun IG berhasil 100%, (4) pengujian pada suatu posting IG dan komentarnya, tidak selalu berhasil karena dipengaruhi oleh kemampuan algoritma pada web services, (5) pengujian untuk bahasa bukan Indonesia tidak selalu berhasil karena bergantung pada library bahasa, (6) pengujian untuk load more comments pada IG tidak selalu berhasil karena bergantung pada algoritma pada web services, dan (7) pengujian pilihan algoritma pada options extension berhasil 100%. Hasil akurasi rata-rata tertinggi algoritma KNN adalah 80% untuk k=1, sedangkan DW-KNN adalah 90% untuk k=2.
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Henzel, Jerry, Barbara S. Hutchinson y Anne Thwaits. "Using web services to promote library‐extension collaboration". Library Hi Tech 24, n.º 1 (enero de 2006): 126–41. http://dx.doi.org/10.1108/07378830610652158.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Ryzhkova, Natalia. "Web-based customer innovation: A replication with extension". Innovation 14, n.º 3 (septiembre de 2012): 416–30. http://dx.doi.org/10.5172/impp.2012.14.3.416.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Tarkiainen, Anssi, Hanna‐Kaisa Ellonen y Olli Kuivalainen. "Complementing consumer magazine brands with internet extensions?" Internet Research 19, n.º 4 (14 de agosto de 2009): 408–24. http://dx.doi.org/10.1108/10662240910981371.

Texto completo
Resumen
PurposeThe purpose of this paper is to increase understanding of the effects of web site extension on the parent‐magazine brand in the context of experiential goods, and to identify factors that are related to success.Design/methodology/approachThe paper focuses on the relationship between consumers' experiences on magazine web sites and their loyalty towards the print magazine.FindingsThere are different ways in which the web site can complement the print version. The first mechanism is related to engaging in more frequent communication with the magazine's readers, and the second is related to consumer‐initiated interaction between other readers. In both cases something is offered that cannot be obtained from the print magazine, but is assumed to complement it.Originality/valueThe paper increases understanding of brand extensions with regard to experiential goods, but more research is needed on the factors that are related to extension success.
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Lineberger, R. Daniel. "Integrating the Web into Existing Extension and Educational Technology". HortScience 32, n.º 3 (junio de 1997): 553C—553. http://dx.doi.org/10.21273/hortsci.32.3.553c.

Texto completo
Resumen
Recent studies by academic, extension, and private foundation “think tanks” have reaffirmed the land-grant philosophy as an important component of American society in the 21st century. According to Bill Campbell's dictum, successful land-grant systems will have more closely integrated educational, research, and extension programs characterized as more ACCESSIBLE, AFFORDABLE, and ACCOUNTABLE than current models. The World Wide Web affords the land-grant professional an information delivery/teaching system that conforms to Campbell's three As. Web technology is evolving rapidly, necessitating continuous and rapid adaptation by information providers. The availability of low-cost, user-friendly Web access through home TVs promises to upset the existing paradigms of extension information delivery through county offices and undergraduate instruction exclusively in the campus classroom. Some land-grant professionals have adopted Web technology as a tool to deliver educational programs and coursework; however, the vast majority have not. Most faculty continue to distribute information in a printed form, citing as justification the very steep learning curve and time involved in formatting materials for electronic delivery. We have emphasized the need for life-long learning to our clientele and students; we must heed our own advice. The transition from a paper-based, county-centered extension delivery system and campus classroom-oriented undergraduate educational system is being facilitated by satellite and compressed video conferencing, and Web server networks. Faculty must develop the ability to integrate appropriate technology into their own programs, since it is clear that the “efficient” land-grant systems of the future will not provide them with the support personnel to do it for them.
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Dooley, Dian A. y Julia M. Zee. "Extension in the Classroom: “Produce an Athlete” Web Site". Journal of Nutrition Education and Behavior 37, n.º 4 (julio de 2005): 213–14. http://dx.doi.org/10.1016/s1499-4046(06)60250-9.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Ölvecký, Miroslav y Darja Gabriska. "Motion Capture as an Extension of Web-Based Simulation". Applied Mechanics and Materials 513-517 (febrero de 2014): 827–33. http://dx.doi.org/10.4028/www.scientific.net/amm.513-517.827.

Texto completo
Resumen
The results of researches in the area of web-based simulation, motion capture and virtual reality show that is necessary to put new technologies in the process of continual learning. Several educators try to find out the possibilities how to integrate these technologies in curriculum. In this article we deal with the results of our research which was focused on the web-based simulations (mentioned results we consider as a basis) and we deal with motion capture technology as a one possibility how to make more attractive the process of education for students.
Los estilos APA, Harvard, Vancouver, ISO, etc.
Más fuentes

Tesis sobre el tema "Web extension"

1

Norberg, Tobias, Andreas Oskarsson y Martin Kling. "Web application development : a study on UML Web Application Extension". Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik och datavetenskap, 2002. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-1689.

Texto completo
Resumen
The complexity of Web sites are increasing and transforming into Web applications that contain business logic, interactivity, transaction handling and states. This phenomenon forces the Web developers to adapt more traditional software engineering techniques to keep the Web applications error free, maintainable, reusable, well documented etc. Many Web developers do not use any engineering techniques at all and design mainly to create as fashionable applications as possible with no regards on the application?s functionality. This results in applications that are hard to maintain and with poor functionality. The purpose with this thesis was to see if the use of a more traditional software engineering technique, namely the Unified Modeling Language with the newly added Web Application Extension, resulted in a Web application with good design regarding the maintainability of the application. To investigate the maintainability of an application, the maintainability was further divided into three sub criteria: extensibility, reusability and documentation. These three criteria were then applied on a case study were a Web application was designed. From the analysis of the final design, using the three criteria, the maintainability was derived. The result of the entire investigation showed that the UML WAE had a good support for extensibility, fair support for reusability and very good support for documentation. From these results the main conclusion was derived, that the use of UML WAE resulted in good design regarding the maintainability. However, the result is limited to our case study and the design created in that case. The result may have been different if the three criteria had been applied on a different case. Another aspect to consider is that the quality of a design is often dependent on the knowledge of the persons that carry out the design.
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Dosi, Harsh. "Patway Pioneer: A Web-Based Metabolic Network Layout Extension". DigitalCommons@USU, 2014. https://digitalcommons.usu.edu/etd/2797.

Texto completo
Resumen
The number and complexity of genome-scale metabolic networks is increasing as new systems are characterized and existing models are extended. Tools for visualization of network topology and dynamics are not keeping pace and are becoming a bottleneck for advancement. Specically, visualization tools are not optimized for human comprehension and often produce layouts where important interactions and inherent organization are not apparent. Researchers seek visualizations in which the network is partitioned into functional modules and compartments, arranged in linear, cyclic, or branching schema as appropriate, and most importantly, can be customized to their needs and shared. Challenges include the wide diversity in the biological standards, layout schemas, and network formats. This work introduces a web-based tool that provides this functionality as an extension to the existing web-based tool called Pathway Pioneer (www.pathwaypioneer.org). Pathway Pioneer is a dynamic web-based system built as a front-end graphical user interface to the ux balance analysis tool COBRA-py. Full click-and-drag layout editing capabilities are added allowing each metabolite and reaction to be translated and rotated as connecting edges are automatically redrawn. Initial automated layouts for new models maximize planarity while clustering reactions based on subsystem module and compartment. The users are given maximum exibility to design specific layouts while details of convention, such as joined in and out of reaction edges, disconnected co-factors, and connected metabolites, are automatically handled. Layouts can be shared among researchers and explored to archival Symphony format, along with pdf and png images. This tool provides the user with a semi automatic layout algorithm along with graphical and interactive tools to fully customize the network layout for optimal comprehension. Export capabilities are compatible with COBRA-py and other visualization tools. It provides a platform for share model development and innovation to the community, sharpening the R&D curve, and improving the turn-around time of model reconstruction at the genome-scale. Pathway Pioneer provides unique capabilities in customization of metabolic networks that complements and overcomes limitations of the growing body of existing tools.
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Mota, João Batista. "A web como instrumento de comunicação e extensão universitária: um estudo de usuários do Espaço do Produtor". Universidade Federal de Viçosa, 2012. http://locus.ufv.br/handle/123456789/4165.

Texto completo
Resumen
Made available in DSpace on 2015-03-26T13:33:49Z (GMT). No. of bitstreams: 1 texto completo.pdf: 2483134 bytes, checksum: aee321ed5b188d1755dcb833a73aa151 (MD5) Previous issue date: 2012-06-29
This dissertation discusses the main concepts of university extension, distance learning and the Internet to show the feasibility of the web as an instrument of university extension, from the experience of the website Espaço do Produtor‟ (Farmer‟s space), created by the Coordination of Open and Distance Learning (Cead) from the Universidade Federal de Viçosa (UFV), Brazil. The site intends to target on familiar rural producers and small-scale farmers and their families, promoting dissemination of the knowledge generated at UFV. Through a user study, the research used a methodological triangulation of data sources: statistics‟ access (Google Analytics), qualitative analysis of e-mails sent to the website and electronic survey (questionnaire). Thus, it was possible to diagnose and analyze the usages and demands for information from users who visit the site Espaço do Produtor‟ in order to contribute to the discussion and development of university extension activities at UFV. The study found that users have a great lack of extension courses - most have never attended one of these activities. Second, they revealed a wide acceptance of the website‟s available content, especially the extension courses and the online articles sections; which are most used to guide the openness of a home-based business or future developments in the area of agriculture, but also mainly to improve the quality life. There has been also found that the users are aware of the potential of the website as an instrument for university extension, demanding for replies about questions and demands related to it. In addition, most users believe in the efficiency of techniques used in distance learning courses online. The work also suggests some measures to improve the Espaço do Produtor‟ and other websites that may be created in the future aimed at university extension.
A presente dissertação discute os principais conceitos da extensão universitária, da educação a distância e da internet para mostrar a viabilidade da web como instrumento de extensão universitária, a partir da experiência do website Espaço do Produtor, criado pela Coordenadoria de Educação Aberta e a distância (Cead) da Universidade Federal de Viçosa (UFV). O site pretende atender a agricultores familiares e produtores rurais de pequena produção, bem como seus familiares, socializando o conhecimento gerado na UFV. Por meio de um estudo de usuário, a pesquisa utilizou uma triangulação metodológica ou multimétodo para a obtenção de dados: estatísticas de acesso (Google Analytics), análise qualitativa dos e-mails enviados ao site e o survey (questionário) eletrônico. Dessa forma, foi possível diagnosticar e analisar os usos e as demandas de informação dos usuários do site Espaço do Produtor, visando contribuir para a discussão e desenvolvimento das atividades de extensão universitária na UFV. O trabalho comprovou que os usuários têm uma grande carência de cursos de extensão - a maioria nunca participou de uma dessas atividades. Por outro lado, eles revelaram uma grande aceitação pelo conteúdo disponibilizado, especialmente pelos cursos de extensão de curta duração on-line e pelos artigos, que os utilizam para abertura de negócios caseiros ou futuros empreendimentos na área da agropecuária, mas principalmente para a melhoria de qualidade de vida. Constatou também que o público usuário tem consciência do site como potencial instrumento de extensão universitária, solicitando solução de diversas demandas e dúvidas nessa área. Além disso, a maioria dos usuários acredita na eficiência das técnicas de educação a distância utilizadas nos cursos on-line. A dissertação ainda sugere algumas medidas para aprimorar o Espaço do Produtor e outros sites que venham a ser criados na área da extensão universitária.
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Di, Toro Andrea. "Registrazione e replicazione di procedure Web con una Firefox Extension". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2011. http://amslaurea.unibo.it/1866/.

Texto completo
Resumen
In questo lavoro di tesi è stata sviluppata una Firefox Extension per la registrazione e la replicazione di procedure sul Web. Si tratterà a fondo l’ambiente tecnologico nel quale è stata sviluppata l’applicazione e il contesto in cui si inserisce una Firefox Extension. Illustreremo il problema che intendiamo risolvere con la nostra estensione,il contesto applicativo in cui si inserisce e riporteremo una serie di lavori correlati che cercano, con diversi approcci, di risolvere il nostro stesso problema. Illustreremo il lavoro trattando approfonditamente l’approccio da noi utilizzato, mostrandone i vantaggi e i limiti.
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Bohn, Hendrik. "Web service composition for embedded systems : WS-BPEL extension for DPWS /". Göttingen : Sierke, 2009. http://d-nb.info/99274900X/04.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Hajduk, Jakub Henryk. "Extension of the web system ffor the mobile work characterizatio franmework, MWCF". Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2004. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-9146.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Amous-Ben, Amor Ikram. "Méthodologies de conception d'applications hypermédia : extension pour la réingénierie des sites web". Toulouse 3, 2002. http://www.theses.fr/2002TOU30132.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Yu, Hau. "International extension program online registration system". CSUSB ScholarWorks, 2006. https://scholarworks.lib.csusb.edu/etd-project/2990.

Texto completo
Resumen
The International Extension Program Online Registration System (IEPORS) allows prospective international students to apply over the Web to the programs offered through the International Extension Program of the College of Extended Learning. The system is comprised of two separate systems: a web application and a desktop application. In this project, Hibernate technique is used to reduce code size and system architecture. Security schema was also modified to be simple and solidly secure. All the private information could be interceped on the Internet are protected by SSL (secure Sockets Layer).
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Estevão, Pricila. "Análise da Web como fonte de informação científica e de interação entre pesquisa e extensão rural". Universidade Federal de Viçosa, 2011. http://locus.ufv.br/handle/123456789/4148.

Texto completo
Resumen
Made available in DSpace on 2015-03-26T13:33:45Z (GMT). No. of bitstreams: 1 texto completo.pdf: 1749897 bytes, checksum: 58bea367bbd1b20aa2296e40b198fb66 (MD5) Previous issue date: 2011-07-06
Information and knowledge are the primary raw materials to the technological and social development in contemporary society. New information and communication technologies play a central role in this picture. The Internet, and especially the Web, is the main responsible for this quiet revolution. Since its introduction in Brazilin the 1990s, the Web has attracted interest as a mean of communication, information and interaction between people, institutions and professionals from various fields, including agricultural extension and agricultural research. In this scenario, this study had the objective to verify how the Web is being appropriated by the public or private technical advice and extension agents that work with dairy farmers in two micro regions of Minas Gerais. The study analyze if the extension agents use Web as a tool to facilitate their activities and to support the process of communication and interaction with research, especially with Embrapa Dairy Cattle and the site as a virtual vehicle to disseminate scientific information. The research methodology is descriptive and exploratory, it was used a person to person semi-structured interview. Among the result a highpoint is the fact that the Web is more used by the extension agent as a channel of scientific-technical, rather than training and interaction environment. Regarding the Embrapa Dairy Cattle, the results show that it is necessary to streng then the relationship with extension agents and that the physical distance is an important barrier to that goal. The improvement of the interaction of researchers and extension agents can bring benefits such as researches that better fit the real needs of different levels of dairy farmers, especially small and family farmers, which are most of the Brazilian farmers. With regard to the Embrapa Dairy site, despite being agreat vehicleto disseminate scientific and technical information today, still needs to be are thought and reinvented to be an effective channel between the Embrapa Dairy Cattle and extension agents, since extension agents consider the information in the Embrapa site as relevant, reliable and updated. The conclusion is that Web offers several possibilities for technical updating as well as for information, communication and training environment, by shortening the distance between source and receiver, minimization of resources, and mutual cooperation for the construction of knowledge in virtual collaborative networks. However, there are still many technical and cultural barriers and limitations before this technology is really incorporated into the daily work of these extension agents. Among them the infrastructure access for connection in the cities and therefore for the Extension Companies; the need to train extension agents to use this tool as well as the incentive to use the technology by the Extension Companies.
Na sociedade contemporânea, as novas tecnologias da informação e comunicação possuem um papel central, na medida em que a informação e o conhecimento são as matérias-primas primordiais ao desenvolvimento tecnológico e social. A Internet e especialmente a Web são as principais responsáveis por esta revolução silenciosa. Desde sua criação e introdução no Brasil, na década de 1990, a Web vem despertando interesse como meio de comunicação, de informação e de interação entre pessoas, instituições e profissionais de diversas áreas, incluindo a extensão rural e a pesquisa agropecuária. Neste contexto, este estudo buscou verificar como a Web está sendo apropriada por agentes de assistência técnica e extensão rural, pública e privada, que trabalham com produtores de leite de duas microrregiões de Minas Gerais, apresentando-se como instrumento facilitador para a realização de suas atividades e para apoio ao processo de comunicação e interação com a pesquisa, principalmente no que se refere à Embrapa Gado de Leite e seu site, veículo virtual de divulgação científica. Esta pesquisa é do tipo descritiva e utilizou-se de questionários estruturados e aplicados por meio de entrevista presencial. Os dados foram cruzados por meio do programa estatístico para as ciências sociais (SPSS) e analisados pelo confrontamento com o referencial teórico apresentado. Entre os resultados obtidos, destaca-se o fato de que a Web está sendo mais apropriada pelos extensionistas como canal de informação científico-técnica, não sendo aproveitadas as potencialidades como ambiente de capacitação e interação. Com relação à Embrapa Gado de Leite, os dados mostram que há necessidade de se estreitar o relacionamento com os agentes de Ater, e que a distância física ainda é uma barreira importante neste sentido. Os extensionistas acreditam que a melhoria da interação destes dois atores pode trazer benefícios como o desenvolvimento de pesquisas mais compatíveis com as reais necessidades dos diferentes níveis de produtores de leite, especialmente os pequenos pecuaristas familiares que são a maioria dos produtores brasileiros. No que se refere ao site da Embrapa Gado de Leite, apesar de ser reconhecido como ótimo veículo de divulgação científico-técnica na atualidade, ainda necessita ser repensado e reformulado, com relação à interatividade e conteúdo, para ser um canal efetivo entre a Embrapa Gado de Leite e os extensionistas, já que, no geral, as informações veiculadas pelo site da Empresa são vistas como relevantes, confiáveis e atualizadas por este público. Conclui-se, portanto, que as potencialidades apresentadas pela Web para a extensão rural como os ambientes de informação, comunicação e capacitação trazem diversas possibilidades de atualização técnica e treinamento, pelo encurtamento das distâncias entre fonte e receptor; minimização de recursos; e benefícios visualizados como os espaços de interação mútua e de construção de conhecimento pela cooperação virtual em redes colaborativas. Porém, há barreiras e limitações de ordem técnica e cultural para que esta tecnologia seja realmente incorporada no cotidiano profissional dos agentes de Ater; entre elas está a precária infraestrutura de acesso e conexão nos municípios e consequentemente nestas organizações, bem como a necessidade de capacitação do extensionista para utilizar esta ferramenta, além do incentivo ao uso efetivo desta tecnologia por parte das próprias organizações de Ater.
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Huynh, The Dang. "Extension de PageRank et application aux réseaux sociaux". Thesis, Paris 6, 2015. http://www.theses.fr/2015PA066114/document.

Texto completo
Resumen
Le classement des objets est une des questions importantes et typiques dans notre vie quotidienne. De nombreuses applications ont besoin de classifier des objets en fonction de certains critères, parfois simple comme de classifier les étudiants dans une classe en fonction de relevé de notes ou plus compliqué comme le classement des universités. Classifier des objets consiste à les ordonner selon certains critères exigés par une application spécifique.Avec la popularisation de l’Internet, un problème typique qui a émergé des deux dernières décennies est le classement des résultats renvoyés par les moteurs de recherche. Dans les moteurs de recherche classiques (comme Google, Yahoo ou Bing ),l’importance d’une page web est la base pour le classement. Cette valeur est calculée sur la base de l’analyse des hyper-liens entre les pages Web. Avec un ensemble de documents V={v1, ..., vn}, quand il y a une requête q d’un utilisateur arrivant, le moteur de recherche cherche des documents dans V correspondant à la requête q, puis trie les documents dans l’ordre décroissant de leur pertinence pour la requête. Ce processus peut être réalisé grâce à une fonction de classement qui permet de cal culer la similarité sim(q, vi) entre la requête q et un document vi ∈ V. La fonction de classement peut être considérée comme le noyau qui détermine essentiellement la qualité du moteur de recherche
Ranking objects is one of the important and typical issues in our daily life. Many applications need to rank objects according to certain criteria, as simple as ranking students in a class according to average grades, or more complicated as ranking universities. Ranking objects means to arrange them in accordance with some criteria depending on the specific application.In the era of the Internet, a typical problem emerging in the last decades is the ranking of results returned by search engines. In conventional search engines (like Google, Yahoo or Bing ), the importance of a web page is the basis for ranking. This value is determined based on the analysis of graph links between web pages. With a set of documents V={v1, ..., vn}, when there is a user’s query q arriving, the search engine looks for documents in V matching the query q, then sorts the documents according to their relevance to the query in descending order. This process can be done thanks to a ranking function which allows us to compute the similarity s(q,vi) between the query q and a document vi ∈ V . Obviously, the ranking function can be seen as the core and significantly determines the quality of the search engine
Los estilos APA, Harvard, Vancouver, ISO, etc.
Más fuentes

Libros sobre el tema "Web extension"

1

Inc, ebrary, ed. TYPO3 extension development: Developer's guide to creating feature-rich extensions using the TYPO3 API. Birmingham, UK: Packt Pub., 2008.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Learning Joomla! 1.5 extension development. Birmingham: Packt, 2008.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Dreamweaver extension wang ye te xiao jue zhao. Taibei Shi: Qi feng zi xun gu fen you xian gong si, 2003.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

James, Kennard y ebrary Inc, eds. Mastering Joomla! 1.5 extension and framework development: The professional guide to programming Joomla! : extend the power of Joomla! by adding components, modules, plugins, and other extensions. Birmingham, U.K: Packt Open Source, 2010.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

XPages extension library: A step-by-step guide to the next generation of XPages components. Upper Saddle River, NJ: IBM Press, 2012.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Krenn, Philipp. SilverStripe 2.4 module extension, themes, and widgets: Beginner's guide : create smashing SilverStripe applications by extending modules, creating themes, and adding widgets. Birmingham, U.K: Packt Pub., 2011.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Barr, Catherine. Web assessment development assistant further extensions. [s.l: The Author], 2004.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Sarkar, Suhreed. Joomla! 1.5 top extensions cookbook. Birmingham [England]: Packt Pub., 2010.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Ray, West, ed. Building Dreamweaver 4 and Dreamweaver UltraDev 4 extensions. Berkeley, Calif: Osborne/McGraw-Hill, 2001.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Inc, ebrary, ed. Joomla! 1.5 JavaScript jQuery: Enhance your Joomla! sites with the power of jQuery extensions, plugins, and more. Birmingham, U.K: Packt Pub., 2010.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
Más fuentes

Capítulos de libros sobre el tema "Web extension"

1

Kies, Raphaël. "Extension of Online Political Debates". En Promises and Limits of Web-Deliberation, 65–94. New York: Palgrave Macmillan US, 2010. http://dx.doi.org/10.1057/9780230106376_4.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Di Rosa, Emanuele y Alberto Durante. "App2Check Extension for Sentiment Analysis of Amazon Products Reviews". En Semantic Web Challenges, 95–107. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-46565-4_7.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Lefrançois, Maxime, Antoine Zimmermann y Noorani Bakerally. "A SPARQL Extension for Generating RDF from Heterogeneous Formats". En The Semantic Web, 35–50. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-58068-5_3.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Meusel, Robert, Mathias Niepert, Kai Eckert y Heiner Stuckenschmidt. "Thesaurus Extension Using Web Search Engines". En The Role of Digital Libraries in a Time of Global Change, 198–207. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-13654-2_24.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Yang, Chunyan, Xiaomei Li y Weihua Li. "Research on Customer Segmentation Based on Extension Classification". En Web Technologies and Applications, 95–105. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-29426-6_13.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Li, Xingsen, Zhongbiao Xiang, Haolan Zhang y Zhengxiang Zhu. "A Novel Method for Extension Transformation Knowledge Discovering". En Web Technologies and Applications, 43–50. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-29426-6_7.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Wang, Xing, Z. M. Ma, Li Yan y Xiangfu Meng. "Vague-SWRL: A Fuzzy Extension of SWRL". En Web Reasoning and Rule Systems, 232–33. Berlin, Heidelberg: Springer Berlin Heidelberg, 2008. http://dx.doi.org/10.1007/978-3-540-88737-9_20.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Jeckle, M. y B. Zengler. "Active UDDI - An Extension to UDDI for Dynamic and Fault-Tolerant Service Invocation". En Web, Web-Services, and Database Systems, 91–99. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-36560-5_7.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Yang, Xiaoling, Jing Yang y Chao Chen. "Tuple Refinement Method Based on Relationship Keyword Extension". En Web Information Systems and Mining, 564–71. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-33469-6_70.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Bühmann, Lorenz, Ricardo Usbeck, Axel-Cyrille Ngonga Ngomo, Muhammad Saleem, Andreas Both, Valter Crescenzi, Paolo Merialdo y Disheng Qiu. "Web-Scale Extension of RDF Knowledge Bases from Templated Websites". En The Semantic Web – ISWC 2014, 66–81. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-11964-9_5.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Actas de conferencias sobre el tema "Web extension"

1

Difranzo, Dominic, John S. Erickson, Marie Joan Kristine T. Gloria, Joanne S. Luciano, Deborah L. McGuinness y James Hendler. "The web observatory extension". En the 23rd International Conference. New York, New York, USA: ACM Press, 2014. http://dx.doi.org/10.1145/2567948.2576936.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Zekan, Boze, Mark Shtern y Vassilios Tzerpos. "Protecting web applications via Unicode extension". En 2015 IEEE 22nd International Conference on Software Analysis, Evolution and Reengineering (SANER). IEEE, 2015. http://dx.doi.org/10.1109/saner.2015.7081852.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Baresi, Luciano, Domenico Bianculli, Carlo Ghezzi, Sam Guinea y Paola Spoletini. "A Timed Extension of WSCoL". En IEEE International Conference on Web Services (ICWS 2007). IEEE, 2007. http://dx.doi.org/10.1109/icws.2007.25.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Sudharsan, D., J. Adinarayana y A. K. Tripathy. "Geo-information Services to Rural Extension Community for Rural Development Planning – A Framework". En Web Services. IEEE, 2009. http://dx.doi.org/10.1109/geows.2009.9.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Obaidat, Muath, Joseph Brown y Abdullah Al Hayajneh. "Web Browser Extension User-Script XSS Vulnerabilities". En 2020 IEEE Intl Conf on Dependable, Autonomic and Secure Computing, Intl Conf on Pervasive Intelligence and Computing, Intl Conf on Cloud and Big Data Computing, Intl Conf on Cyber Science and Technology Congress (DASC/PiCom/CBDCom/CyberSciTech). IEEE, 2020. http://dx.doi.org/10.1109/dasc-picom-cbdcom-cyberscitech49142.2020.00062.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Restrepo-Arango, Camilo y Claudia Jimenez-Guarin. "BirdFinder: Web search and audio search extension". En 2013 8th Computing Colombian Conference (8CCC). IEEE, 2013. http://dx.doi.org/10.1109/colombiancc.2013.6637519.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Fukuda, Hiroaki. "AOP based Language Extension for Web Development". En Artificial Intelligence and Applications. Calgary,AB,Canada: ACTAPRESS, 2013. http://dx.doi.org/10.2316/p.2013.796-033.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Park, J. y D. Hwang. "Protein knowledge extension based on Web database". En Fourth Annual ACIS International Conference on Computer and Information Science (ICIS'05). IEEE, 2005. http://dx.doi.org/10.1109/icis.2005.105.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Yanagisawa, Hideaki. "Extension of Web-Based Software Development Environment". En 2015 IEEE 29th International Conference on Advanced Information Networking and Applications Workshops (WAINA). IEEE, 2015. http://dx.doi.org/10.1109/waina.2015.117.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Khivasara, Yash, Yash Khare y Tejas Bhadane. "Fake News Detection System using Web-Extension". En 2020 IEEE Pune Section International Conference (PuneCon). IEEE, 2020. http://dx.doi.org/10.1109/punecon50868.2020.9362384.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Informes sobre el tema "Web extension"

1

Dusseault, L., ed. HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV). RFC Editor, junio de 2007. http://dx.doi.org/10.17487/rfc4918.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Clemm, G., J. Crawford y J. Whitehead. Binding Extensions to Web Distributed Authoring and Versioning (WebDAV). Editado por J. Reschke. RFC Editor, abril de 2010. http://dx.doi.org/10.17487/rfc5842.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Clemm, G., J. Amsden, T. Ellison, C. Kaler y J. Whitehead. Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning). RFC Editor, marzo de 2002. http://dx.doi.org/10.17487/rfc3253.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Daboo, C. CardDAV: vCard Extensions to Web Distributed Authoring and Versioning (WebDAV). RFC Editor, agosto de 2011. http://dx.doi.org/10.17487/rfc6352.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Beatty, William D. y III. Department of Defense, Inc. Are We Ready To Become An Extension of Corporate America. Fort Belvoir, VA: Defense Technical Information Center, abril de 1999. http://dx.doi.org/10.21236/ada362978.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Melnyk, Andriy. «INTELLECTUAL DARK WEB» AND PECULIARITIES OF PUBLIC DEBATE IN THE UNITED STATES. Ivan Franko National University of Lviv, marzo de 2021. http://dx.doi.org/10.30970/vjo.2021.50.11113.

Texto completo
Resumen
The article focuses on the «Intellectual Dark Web», an informal group of scholars, publicists, and activists who openly opposed the identity politics, political correctness, and the dominance of leftist ideas in American intellectual life. The author examines the reasons for the emergence of this group, names the main representatives and finds that the existence of «dark intellectuals» is the evidence of important problems in US public discourse. The term «Intellectual Dark Web» was coined by businessman Eric Weinstein to describe those who openly opposed restrictions on freedom of speech by the state or certain groups on the grounds of avoiding discrimination and hate speech. Extensive discussion of the phenomenon of «dark intellectuals» began after the publication of Barry Weiss’s article «Meet the renegades from the «Intellectual Dark Web» in The New York Times in 2018. The author writes of «dark intellectuals» as an informal group of «rebellious thinkers, academic apostates, and media personalities» who felt isolated from traditional channels of communication and therefore built their own alternative platforms to discuss awkward topics that were often taboo in the mainstream media. One of the most prominent members of this group, Canadian clinical psychologist Jordan Peterson, publicly opposed the C-16 Act in September 2016, which the Canadian government aimed to implement initiatives that would prevent discrimination against transgender people. Peterson called it a direct interference with the right to freedom of speech and the introduction of state censorship. Other members of the group had a similar experience that their views were not accepted in the scientific or media sphere. The existence of the «Intellectual Dark Web» indicates the problem of political polarization and the reduction of the ability to find a compromise in the American intellectual sphere and in American society as a whole.
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

López Vargas, Kristian, Rafael Novella y Diego Tocre. Plataformas web de información para la educación superior: ¿qué sabemos y cómo mejorarlas? Inter-American Development Bank, julio de 2021. http://dx.doi.org/10.18235/0003396.

Texto completo
Resumen
Al momento de tomar decisiones tan importantes como qué carrera estudiar y en qué institución hacerlo, los jóvenes suelen estar poco informados, por lo que a menudo toman decisiones subóptimas. Para aliviar esta falta de información, una herramienta costo-efectiva que se está utilizando en diversos países son las plataformas web con información acerca de programas de educación superior. Esta nota técnica tiene como objetivo servir como un punto de partida para las organizaciones que planean diseñar por primera vez o mejorar alguna plataforma web de este tipo y requieran revisar la experiencia internacional en estas prácticas. Este documento contiene: 1) una revisión de la literatura pertinente en torno al rol de la información para la elección de carreras y la utilidad de las plataformas web; 2) una revisión de un extenso grupo de plataformas alrededor del mundo a fin de identificar qué atributos suelen presentar y cómo organizan la información; y 3) a partir de la mejora del portal web peruano Ponte en Carrera, se busca dar un ejemplo de cómo identificar necesidades en la población objetivo y las oportunidades de mejora al portal y, a la vez, proponer cambios al respecto. Para este propósito, se emplearon grupos focales y encuestas a jóvenes en torno a sus preferencias y percepciones, las que brindan evidencia acerca de qué indicadores utilizar y cómo presentar la información en términos de relevancia y claridad.
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Neves, Mateus C. R., Felipe De Figueiredo Silva y Carlos Otávio Freitas. The Effect of Extension Services and Credit on Agricultural Production in Bolivia, Peru, and Colombia. Inter-American Development Bank, julio de 2021. http://dx.doi.org/10.18235/0003404.

Texto completo
Resumen
In this paper we estimate the average treatment effect from access to extension services and credit on agricultural production in selected Andean countries (Bolivia, Peru, and Colombia). More specifically, we want to identify the effect of accessibility, here represented as travel time to the nearest area with 1,500 or more inhabitants per square kilometer or at least 50,000 inhabitants, on the likelihood of accessing extension and credit. To estimate the treatment effect and identify the effect of accessibility on these variables, we use data from the Colombian and Bolivian Agricultural Censuses of 2013 and 2014, respectively; a national agricultural survey from 2017 for Peru; and geographic information on travel time. We find that the average treatment effect for extension is higher compared to that of credit for farms in Bolivia and Peru, and lower for Colombia. The average treatment effects of extension and credit for Peruvian farms are $2,387.45 and $3,583.42 respectively. The average treatment effect for extension and credit are $941.92 and $668.69, respectively, while in Colombia are $1,365.98 and $1,192.51, respectively. We also find that accessibility and the likelihood of accessing these services are nonlinearly related. Results indicate that higher likelihood is associated with lower travel time, especially in the analysis of credit.
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Ahmadi, S. Real-Time Transport Protocol (RTP) Payload Format for the Variable-Rate Multimode Wideband (VMR-WB) Extension Audio Codec. RFC Editor, febrero de 2006. http://dx.doi.org/10.17487/rfc4424.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Brianne, Selman, Brian Fauteux y Andrew deWaard. A User-Centric Case for Rights Reversions and Other Mitigations: The Cultural Capital Project Submission to ISED Consultation on Term Extension. University of Winnipeg Library, marzo de 2021. http://dx.doi.org/10.36939/ir.202103091613.

Texto completo
Resumen
Term extension is unlikely to benefit any but the largest of rightsholders, and indeed, in general independent creators typically do not benefit greatly from the promised financial exploitation promised by copyrights. This has been made even more evident by the COVID pandemic - while copyrighted works are consumed more than ever, independent creators have sunk further into poverty. We propose mitigation strategies for term extension that would help the people who are creating Canada’s cultural landscape, as well as additional actions that would alleviate additional current copyright losses.
Los estilos APA, Harvard, Vancouver, ISO, etc.
Ofrecemos descuentos en todos los planes premium para autores cuyas obras están incluidas en selecciones literarias temáticas. ¡Contáctenos para obtener un código promocional único!

Pasar a la bibliografía