Siga este enlace para ver otros tipos de publicaciones sobre el tema: Web extension.

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

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

Elija tipo de fuente:

Consulte los 50 mejores artículos de revistas para su investigación 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.

Explore artículos de revistas sobre una amplia variedad de disciplinas y organice su bibliografía correctamente.

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.
11

Mezni, Haithem, Walid Chainbi y Khaled Ghedira. "AWS-Policy: An Extension for Autonomic Web Service Description". Procedia Computer Science 10 (2012): 915–20. http://dx.doi.org/10.1016/j.procs.2012.06.122.

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

Greene∗, E. A., J. L. Whittle, A. S. Griffin, C. H. Wood, K. Anderson y C. A. Williams. "Using Web 2.0 Technology (YouTube) to Reach Extension Clientele". Journal of Equine Veterinary Science 29, n.º 5 (mayo de 2009): 439–40. http://dx.doi.org/10.1016/j.jevs.2009.04.135.

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

Gilman, E. F. y H. Beck. "The CD-ROM–World Wide Web Hybrid". HortScience 32, n.º 3 (junio de 1997): 553D—553. http://dx.doi.org/10.21273/hortsci.32.3.553d.

Texto completo
Resumen
A large horticultural database and an electronic retrieval system for extension education programs were developed using compact disk-read only memory (CD-ROM) and World Wide Web (WWW) as the medium for information delivery. Object-oriented database techniques were used to organize the information. Conventional retrieval techniques including hypertext, full text searching, and expert systems were integrated into a complete package for accessing information stored in the database. A multimedia user interface was developed to provide a variety of capabilities, including computer graphics and high-resolution digitized images. Information for the CD-ROM was gathered from extension publications that were tagged using the Standard Generalized Markup Language (SGML) -based document markup language (International Standards Organization, 1986). Combining funds from the state legislator with grants from the USDA, and other institutions, the CD-ROM system has been implemented in all 67 county extension offices in Florida and is available to the public as a for sale CD-ROM. Public access is also available to most of the database through the WWW.
Los estilos APA, Harvard, Vancouver, ISO, etc.
14

Rahman, Wan Nurhayati Wan Ab y Farid Meziane. "A Generic QoS Model for Web". International Journal of Information Technology and Web Engineering 6, n.º 3 (julio de 2011): 15–38. http://dx.doi.org/10.4018/jitwe.2011070102.

Texto completo
Resumen
The development, registration, discovery, and invocation of quality Web services are vital for the successful implementation of applications using Web services. Considerable research focuses on quality for Web services. Unfortunately, current research on Quality of Service (QoS) for Web services is concentrated on service users and the implementation stage. This research highlights the importance of incorporating QoS at the design and development stages; the authors propose the introduction of QoS at the same time as functional requirements. However, Web Service Description Language (WSDL) describes the functional elements of a Web service, and QoS is significant for this description. Therefore, the authors propose an extension to the WSDL through a generic QoS metamodel, incorporating QoS specifications into the functionalities. This paper begins by defining the required QoS specifications for the development of quality Web services and explores the potential of the Unified Modeling Language as a technique and notation to specify QoS. To properly integrate QoS in the design, the authors propose extensions to the existing UML QoS profile. The paper concludes with the evaluation of the proposed framework and summarises its advantages.
Los estilos APA, Harvard, Vancouver, ISO, etc.
15

Zhang, Kem Z. K., Xiang Gong, Chongyang Chen, Sesia J. Zhao y Matthew K. O. Lee. "Spillover effects from web to mobile payment services". Internet Research 29, n.º 6 (2 de diciembre de 2019): 1213–32. http://dx.doi.org/10.1108/intr-11-2017-0457.

Texto completo
Resumen
Purpose Drawing from the spillover effect literature, the purpose of this paper is to investigate the spillover effect in consumers’ web-mobile payment extension behavior. The authors figure out two categories of factors associated with the spillover effect: relevant schema and schematic fit. Cognitive trust and emotional trust in web payment are used to capture relevant schema, while perceived similarity and perceived business tie are proposed to denote schematic fit in the web-mobile payment extension context. Design/methodology/approach An online survey (n =552) was conducted to empirically test the model. The data were analyzed by structural equation modeling approach. Findings The results show that relevant schema and schematic fit factors positively influence perceived value of mobile payment (MP), which facilitates consumers’ behavioral intention of MP. Originality/value This study contributes to the extant literature by theoretically identifying the key factors of the spillover effect and empirically investigating its role during the web-mobile service extension process.
Los estilos APA, Harvard, Vancouver, ISO, etc.
16

Proskudina, G. Yu y K. A. Kudim. "About technologies of use of external data on creating and editing of encyclopedic texts". PROBLEMS IN PROGRAMMING, n.º 1 (2017): 067–82. http://dx.doi.org/10.15407/pp2017.01.067.

Texto completo
Resumen
The paper discusses developing of Wikidata project, the query web service and the query language. The workflow of the web service, query language and result output forms are demonstrated with plenty of examples. Wikidata usage technology by third-party systems is developed.In this concern ExternalData extension which is part of MediaWiki software is considered. Additionally the instruction for installation and configuration of the extension is presented. During test period ExternalData extension was improved. procedure for automatic list generation in wiki page is developed.
Los estilos APA, Harvard, Vancouver, ISO, etc.
17

Saini, Anu y N. Parimala. "An extension to BPEL for criteria-based web service composition". International Journal of Computational Science and Engineering 13, n.º 1 (2016): 87. http://dx.doi.org/10.1504/ijcse.2016.077735.

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

Saini, Anu y N. Parimala. "An extension to BPEL for criteria-based web service composition". International Journal of Computational Science and Engineering 13, n.º 1 (2016): 87. http://dx.doi.org/10.1504/ijcse.2016.10000019.

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

Pennisi, Bodie. "Interactive Web-based Technology Has Wide Applications for Extension Programs". HortScience 40, n.º 4 (julio de 2005): 1112D—1112. http://dx.doi.org/10.21273/hortsci.40.4.1112d.

Texto completo
Resumen
The Internet has become a valuable tool in education in the traditional classroom. Although electronic publications and other visual information in the form of PowerPoint presentations, with or without streaming video, have proven very effective in disseminating information, these forms lack interaction with clientele. Horizon Wimba software circumvents this limitation by allowing interaction between presenter and remote audience as well as between individual students while the lecture is in progress. This Web-based tool was evaluated in two Extension programs, Master Gardener and county agent trainings. With both types of audience, evaluations showed high satisfaction and effectiveness of the delivery of information. Evaluations also showed that Master Gardeners who use the Internet on a regular basis considered the Web-delivered interactive lecture format similar to face-to-face interaction. Master Gardeners who do not use the Internet on a regular basis listed that Web-delivered interactive training could be used as a supplement to traditional face-to-face interaction. County agents were very comfortable with the format and indicated high interest in participating in future trainings via the Internet.
Los estilos APA, Harvard, Vancouver, ISO, etc.
20

De la Torre, Anibal. "Web Educativa 2.0". Edutec. Revista Electrónica de Tecnología Educativa, n.º 20 (20 de enero de 2006): a058. http://dx.doi.org/10.21556/edutec.2006.20.515.

Texto completo
Resumen
Paralelamente al comienzo de la incorporación de las TICs a las prácticas educativas, se ha debatido bastante sobre las competencias tecnológicas que los docentes debían adquirir en sus diferentes procesos formativos. Sobre todo por ser necesarias determinadas destrezas en el uso y, sobre todo, en la generación de recursos para la Web.En los últimos meses estamos asistiendo a una amplia extensión del concepto de Web 2.0, cuya principal característica podría ser la sustitución del concepto de Web de lectura, por el de lectura-escritura. Multitud de herramientas están ayudando a que, los procesos productivos de información que se desarrollan en torno a la Red, se puedan poner en marcha sin casi ningún tipo de conocimiento técnico, y sin un excesivo gasto de tiempo. Por ello, poner en marcha actos educativos en torno a Internet (Web educativa 2.0), resulta hoy en día una tarea mucho más fácil desde el punto de vista de los recursos lógicos necesarios, con lo que podemos hacer prevalecer nuestro perfil docente sobre roles más cercanos al mundo de la Informática.AbstractParallelly to the beginning of the incorporation of the Technologies to the educative practice, many different opinions have arised on the technological skills that teachers have to acquire in their different learning processes. Above all, some determined skills are required in the use and, especially, in the production of resources for the Web.In the last months, we are attending a wide extension of the concept of Web 2,0, whose main characteristic could be the substitution of the concept of read Web, for the one of read-write Web. Multitude of tools are helping to, set the productive processes of information that are developed around the Web in motion; without the need of almost any technical knowledge, and without an excessive cost of time. For that reason, to start up educative acts around the Internet (Educative Web 2.0), is nowadays a much easier easy task from the point of view of necessary logical resources, with which we can make our educational profile prevail over rolls nearer the world of Computer science.
Los estilos APA, Harvard, Vancouver, ISO, etc.
21

Lineberger, R. Daniel. "Providing Extension Information Electronically—Easing the Transition From a Paper-Based System". HortScience 32, n.º 4 (julio de 1997): 591F—592. http://dx.doi.org/10.21273/hortsci.32.4.591f.

Texto completo
Resumen
Cooperative Extension has relied heavily on the distribution of printed materials to accomplish its mission of providing research-based educational materials to agricultural producers and consumers. As the costs of print media have escalated and budgets have been reduced, Extension has continually sought more efficient and effective alternatives. World Wide Web information servers are central to this task, since they are relatively inexpensive to set up and operate, and can deliver high-quality materials for on-screen viewing or printing on demand. Recent developments (specifically the WebTV network) indicate the Web to be the medium of choice for Extension delivery systems. In addition to providing electronic versions of publications, slide shows, and video clips, most Web browsers also support e-mail and interactive forms for obtaining information from the client. Analysis of Web server logs and guest registers can be used to determine client use patterns to address issues of access and accountability. The current and next generations of most word processing, page layout, and presentation software offer Web-ready layout as one saving option.
Los estilos APA, Harvard, Vancouver, ISO, etc.
22

Lineberger, R. Daniel. "Integrating the World Wide Web into Existing Extension and Educational Technology". HortTechnology 8, n.º 3 (julio de 1998): 313–15. http://dx.doi.org/10.21273/horttech.8.3.313.

Texto completo
Resumen
Studies by academic, extension, and private foundation think tanks have reaffirmed the land-grant philosophy as an important component of American society in the twenty-first century. 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 (Web) will play a key role in this transformation. Web technology is evolving rapidly, necessitating continuous and rapid adaptation by information providers (Lineberger, 1996a, 1996b; Rhodus and Hoskins, 1996). 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, most have not, citing as justification the very steep learning curve and time involved in formatting materials for electronic delivery. We have emphasized the need for lifelong learning to our clientele and students; we must heed our own advice. Faculty must develop the ability to integrate appropriate technology into their own programs, since it is clear that 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.
23

Walsh, Patrick y Antonio Williams. "To Extend or Not Extend a Human Brand: An Analysis of Perceived Fit and Attitudes Toward Athlete Brand Extensions". Journal of Sport Management 31, n.º 1 (enero de 2017): 44–60. http://dx.doi.org/10.1123/jsm.2015-0314.

Texto completo
Resumen
While athletes have been building and leveraging their brands for many years by introducing brand extensions, research on sport brand extensions has primarily focused on factors that influence the success of team-related extensions. However, as there is potential risk involved when introducing brand extensions, it is important for athletes to understand how consumers respond to extensions they may introduce. Through the use of self-administered web-based surveys this study provides the initial examination of this topic by exposing participants (n = 292) to hypothetical brand extensions and investigating factors that may influence perceived fit and attitudes toward athlete brand extensions. Partial least squares path modeling suggests that athlete prestige had the most significant effect on fit and attitudes for a brand extension that is considered to be a fit with an athlete’s image, while athlete attachment had the most influence on fit and attitudes for a brand extension with low perceived fit.
Los estilos APA, Harvard, Vancouver, ISO, etc.
24

Souidi, Mohammed El Habib, Songhao Piao y Guo Li. "Mobile agents path planning based on an extension of Bug-Algorithms and applied to the pursuit-evasion game". Web Intelligence 15, n.º 4 (20 de noviembre de 2017): 325–34. http://dx.doi.org/10.3233/web-170369.

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

Brumfield, Robin G. y Margaret F. Brennan. "An Interactive World Wide Web Site for Disseminating and Gathering Farm Budget Data". HortTechnology 10, n.º 4 (enero de 2000): 830–33. http://dx.doi.org/10.21273/horttech.10.4.830.

Texto completo
Resumen
Today's farmers need current and accurate farm management information. The Internet, and specifically the World Wide Web (web), is a powerful tool to efficiently and effectively deliver this information. Rutgers Cooperative Extension developed a web site to host agricultural production budgets for three cropping systems (conventional, integrated crop management and organic) for crops raised in the northeastern United States. Since budget information needs to be kept current if it is to be of real value to a farmer, we determined that the best way to keep the information up to date was to provide a separate, interactive HTML form that could be viewed and submitted from a users' standard web browser. The interactive web site enables farm management specialists to provide costs and returns information on current agricultural practices in a timely manner. This web site is accessible via the Rutgers Cooperative Extension Farm Management Home Page.
Los estilos APA, Harvard, Vancouver, ISO, etc.
26

Marr, Charles. "422 Digital Video Images and Their Use in Extension Programs". HortScience 34, n.º 3 (junio de 1999): 517B—517. http://dx.doi.org/10.21273/hortsci.34.3.517b.

Texto completo
Resumen
Digital images are becoming an essential part of computer “slide” presentations, identification of plants and problems from a distant location, and adding visual elements to Web pages. The use of digital video images allows capturing of single frames for individual or sequence photographs as well as “mass” storage of digital images. There are also some uses of short “video clips” to be included in slide or Web presentations. A discussion of digital image quality and demonstration of equipment used will be included in the presentation.
Los estilos APA, Harvard, Vancouver, ISO, etc.
27

Zhang, Dong, Christine (Qin) Sun y Yanbo Liu. "Influence of Heat-Stretching Treatment on Structure and Properties of Bico MB Nonwoven Webs". International Nonwovens Journal os-13, n.º 1 (marzo de 2004): 1558925004os—13. http://dx.doi.org/10.1177/1558925004os-1300112.

Texto completo
Resumen
Heat stretching treatment (HST) to side-by-side bicomponent meltblown webs has been carried out on the Stretch Consolidation Pilot Line at the UTK-TANDEC Demonstration Laboratory, to examine the influence of HST on the web structure and properties. The results showed that the fibers aligned preferentially along machine direction after the treatment. Changes in the web structure and properties were studied, including basis weight, thickness, air permeability, tensile strength, bending stiffness, as well as extension recovery (%) from the strain of 50% elongation-to-break, etc. No fiber splitting was observed, which indicated that HST did not result in fiber splitting in the bicomponent meltblown webs as desired.
Los estilos APA, Harvard, Vancouver, ISO, etc.
28

Gajger, Tomasz. "NVIDIA GPU Performance Monitoring using an Extension for Dynatrace OneAgent". Scalable Computing: Practice and Experience 21, n.º 4 (20 de diciembre de 2020): 689–99. http://dx.doi.org/10.12694/scpe.v21i4.1807.

Texto completo
Resumen
This work presents a Dynatrace OneAgent extension for gathering NVIDIA GPU metrics using NVIDIA Management Library (NVML). The extension integrates GPU metrics into an industry-leading platform for Application Performance Management extending its capability of monitoring important business workloads to the GPU-oriented computational nodes. A practical approach for acquiring and processing NVML metrics via Python bindings is described. The work also proposes and discusses implementation of helper applications for convenient simulation of performance problems in a multi-tier web application. These applications are then used in combination with OneAgent-based monitoring and appropriate configuration of Dynatrace platform for web application monitoring. Next, an end-to-end production-like scenarios are presented, which exemplify extension usefulness in test setup resembling a real world implementation. The extension has been released on GitHub under MIT license.
Los estilos APA, Harvard, Vancouver, ISO, etc.
29

Polgar, Tony. "WSRP, SOA and UDDI". International Journal of Web Portals 2, n.º 2 (abril de 2010): 38–50. http://dx.doi.org/10.4018/jwp.2010040104.

Texto completo
Resumen
Web Services for Remote Portlets (WSRP) provide solutions for implementation of lightweight Service Oriented Architecture (SOA). UDDI extension for WSRP enables the discovery and access to user facing web services provided by business partners while eliminating the need to design local user facing portlets. Most importantly, the remote portlets can be updated by web service providers from their own servers. Remote portlet consumers are not required to make any changes in their portals to accommodate updated remote portlets. This approach results in easier team development, upgrades, administration, low cost development and usage of shared resources. Furthermore, with the growing interest in SOA, WSRP should cooperate with service bus (ESB).In this paper, the author examines the technical underpinning of the UDDI extensions for WSRP (user facing remote web services) and their role in service sharing among business partners. The author also briefly outlines the architectural view of using WSRP in enterprise integration tasks and the role Enterprise Service Bus (ESB).
Los estilos APA, Harvard, Vancouver, ISO, etc.
30

Balaur, Irina, Ludovic Roy, Alexander Mazein, S. Gökberk Karaca, Ugur Dogrusoz, Emmanuel Barillot y Andrei Zinovyev. "cd2sbgnml: bidirectional conversion between CellDesigner and SBGN formats". Bioinformatics 36, n.º 8 (6 de enero de 2020): 2620–22. http://dx.doi.org/10.1093/bioinformatics/btz969.

Texto completo
Resumen
Abstract Motivation CellDesigner is a well-established biological map editor used in many large-scale scientific efforts. However, the interoperability between the Systems Biology Graphical Notation (SBGN) Markup Language (SBGN-ML) and the CellDesigner’s proprietary Systems Biology Markup Language (SBML) extension formats remains a challenge due to the proprietary extensions used in CellDesigner files. Results We introduce a library named cd2sbgnml and an associated web service for bidirectional conversion between CellDesigner’s proprietary SBML extension and SBGN-ML formats. We discuss the functionality of the cd2sbgnml converter, which was successfully used for the translation of comprehensive large-scale diagrams such as the RECON Human Metabolic network and the complete Atlas of Cancer Signalling Network, from the CellDesigner file format into SBGN-ML. Availability and implementation The cd2sbgnml conversion library and the web service were developed in Java, and distributed under the GNU Lesser General Public License v3.0. The sources along with a set of examples are available on GitHub (https://github.com/sbgn/cd2sbgnml and https://github.com/sbgn/cd2sbgnml-webservice, respectively). Supplementary information Supplementary data are available at Bioinformatics online.
Los estilos APA, Harvard, Vancouver, ISO, etc.
31

TAKAHASHI, Kiyotaka, Yoshiki SHIMOMURA, Takeshi TATEYAMA, Masaharu YOSHIOKA y Hideaki TAKEDA. "2302 Web-based knowledge information database extension method for supporting design". Proceedings of Design & Systems Conference 2008.18 (2008): 305–9. http://dx.doi.org/10.1299/jsmedsd.2008.18.305.

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

Shekarpour, Saeedeh y S. D. Katebi. "Modeling and evaluation of trust with an extension in semantic web". Journal of Web Semantics 8, n.º 1 (marzo de 2010): 26–36. http://dx.doi.org/10.1016/j.websem.2009.11.003.

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

Auchariyabut, Sittiporn y Yachai Limpiyakorn. "Improving Web Accessibility for Visually Impaired with Open Source Browser Extension". International Journal of Software Engineering and Its Applications 8, n.º 1 (31 de enero de 2014): 457–68. http://dx.doi.org/10.14257/ijseia.2014.8.1.39.

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

Nazarov, A. D. "Balancing V-8 engines by mounting counterweights on crank web extension". Russian Engineering Research 27, n.º 1 (enero de 2007): 20–27. http://dx.doi.org/10.3103/s1068798x07010030.

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

Flynn, Peter. "W[h]ither the web? The extension or replacement of HTML". Journal of the American Society for Information Science 48, n.º 7 (julio de 1997): 614–21. http://dx.doi.org/10.1002/(sici)1097-4571(199707)48:7<614::aid-asi8>3.0.co;2-w.

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

Nomani Kabir, Muhammad, Md Munirul Hasan, Md Arafatur Rahman y Hai Tao. "Development of a web-extension for authentication of online hadith texts". International Journal of Engineering & Technology 7, n.º 2.5 (10 de marzo de 2018): 19. http://dx.doi.org/10.14419/ijet.v7i2.5.10047.

Texto completo
Resumen
Background and objective: With the widespread internet availability, now-a-days Hadith texts which are essential sources of Islamic knowledge appear on many websites. In this paper, a client-based web-extension program that can authenticate online Hadith texts from Sahih Bukhari and Sahih Muslim is presented.Materials and Methods: First, the program reads the content of the specific browsed website and identifies Arabic language only. Then this Arabic text is screened to verify whether this contains any Hadith text by comparing with the authentic source. If complete match occurs in comparison, then the text is marked with green color proving the text as authentic. If some words/letters are missing, then the text will be marked with red color indicating that the Hadith is unauthentic and requires to be verified.Results: Using this web-extension, the authenticity of Hadith from Sahih Bukhari and Sahih Muslim can be verified simply by clicking a button of the web-extension. If the Hadith is unauthentic, it will display the authentic version of Hadith just by moving the mouse over the unauthentic text. Conclusion: This application will create Islamic consciousness for ordinary people. The application will also benefit government agencies of Islamic affairs, Hadith printing centers, etc.
Los estilos APA, Harvard, Vancouver, ISO, etc.
37

Yang, Shuiqing, Yuangao Chen y June Wei. "Understanding Consumers' Web-Mobile Shopping Extension Behavior: A Trust Transfer Perspective". Journal of Computer Information Systems 55, n.º 2 (enero de 2015): 78–87. http://dx.doi.org/10.1080/08874417.2015.11645759.

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

Wisnubhadra, Irya, Safiza Kamal Baharin, Nurul A. Emran y Djoko Budiyanto Setyohadi. "QB4MobOLAP: A Vocabulary Extension for Mobility OLAP on the Semantic Web". Algorithms 14, n.º 9 (13 de septiembre de 2021): 265. http://dx.doi.org/10.3390/a14090265.

Texto completo
Resumen
The accessibility of devices that track the positions of moving objects has attracted many researchers in Mobility Online Analytical Processing (Mobility OLAP). Mobility OLAP makes use of trajectory data warehousing techniques, which typically include a path of moving objects at a particular point in time. The Semantic Web (SW) users have published a large number of moving object datasets that include spatial and non-spatial data. These data are available as open data and require advanced analysis to aid in decision making. However, current SW technologies support advanced analysis only for multidimensional data warehouses and Online Analytical Processing (OLAP) over static spatial and non-spatial SW data. The existing technology does not support the modeling of moving object facts, the creation of basic mobility analytical queries, or the definition of fundamental operators and functions for moving object types. This article introduces the QB4MobOLAP vocabulary, which enables the analysis of mobility data stored in RDF cubes. This article defines Mobility OLAP operators and SPARQL user-defined functions. As a result, QB4MobOLAP vocabulary and the Mobility OLAP operators are evaluated by applying them to a practical use case of transportation analysis involving 8826 triples consisting of approximately 7000 fact triples. Each triple contains nearly 1000 temporal data points (equivalent to 7 million records in conventional databases). The execution of six pertinent spatiotemporal analytics query samples results in a practical, simple model with expressive performance for the enabling of executive decisions on transportation analysis.
Los estilos APA, Harvard, Vancouver, ISO, etc.
39

Brandenberger, L. y D. Lineberger. "Creation and Maintenance of a Horticultural Education Web Site by an Extension Specialist Without HTML Programming Skills". HortScience 33, n.º 3 (junio de 1998): 507b—507. http://dx.doi.org/10.21273/hortsci.33.3.507b.

Texto completo
Resumen
Informational web sites on the World Wide Web (WWW) are another means for extension educators to transfer information to a clientele and provide access to new audiences. One of the problems inherent in the utilization of this new technology is the amount of effort required by those involved in order to become proficient enough to accomplish their goal of sharing information through a web site. Through the use of a HTML editor and the assistance from staff knowledgeable about the WWW, a web site on a main campus server was created by untrained off-campus personnel at a remote site to provide information on commercial vegetable production. Planning of the web site included targeting potential audiences, determining what information would be shared from the site, and building a team of extension and research personnel that would provide information and act as reviewers for web publications. Assistance in the form of graphics and general know how were supplied by departmental specialists. After development, the web site was maintained and refined on a regular basis through the utilization of the HTML editor and a web file transfer program.
Los estilos APA, Harvard, Vancouver, ISO, etc.
40

Cortés, Humberto y Antonio Navarro. "NMMp: A Model-Driven UML Extension for the Description of Navigation Maps for Web Applications". International Journal of Software Engineering and Knowledge Engineering 24, n.º 03 (abril de 2014): 391–417. http://dx.doi.org/10.1142/s0218194014500156.

Texto completo
Resumen
With the advent of multitier and service-oriented architectures, the presentation tier is more detached from the rest of the web application than ever. Moreover, complex web applications can have thousands of linked web pages built using different technologies. As a result, the description of navigation maps has become more complex in recent years. This paper presents NMMp, a UML extension that: (i) provides an abstract vision of the navigation structure of the presentation tier of web applications, independently of architectural details or programming languages; (ii) can be automatically transformed into UML-WAE class diagrams, which can be easily integrated with the design of the other tiers of the web application; (iii) encourages the use of architectural and multitier design patterns; and (iv) has been developed according to OMG standards, thus facilitating its use with general purpose UML CASE tools in industry.
Los estilos APA, Harvard, Vancouver, ISO, etc.
41

Sadler, Jeffrey M., Daniel P. Ames y Shaun J. Livingston. "Extending HydroShare to enable hydrologic time series data as social media". Journal of Hydroinformatics 18, n.º 2 (27 de noviembre de 2015): 198–209. http://dx.doi.org/10.2166/hydro.2015.331.

Texto completo
Resumen
The Consortium of Universities for the Advancement of Hydrologic Science Inc. (CUAHSI) hydrologic information system (HIS) is a widely used service oriented system for time series data management. While this system is intended to empower the hydrologic sciences community with better data storage and distribution, it lacks support for the kind of ‘Web 2.0’ collaboration and social-networking capabilities being used in other fields. This paper presents the design, development, and testing of a software extension of CUAHSI's newest product, HydroShare. The extension integrates the existing CUAHSI HIS into HydroShare's social hydrology architecture. With this extension, HydroShare provides integrated HIS time series with efficient archiving, discovery, and retrieval of the data, extensive creator and science metadata, scientific discussion and collaboration around the data and other basic social media features. HydroShare provides functionality for online social interaction and collaboration while the existing HIS provides the distributed data management and web services framework. The extension is expected to enable scientists to access and share both national- and laboratory-scale hydrologic time series datasets in a standards-based web services architecture combined with social media functionality developed specifically for the hydrologic sciences.
Los estilos APA, Harvard, Vancouver, ISO, etc.
42

Dennis, L. Meghan. "An Extension Without an Exhibition". Advances in Archaeological Practice 6, n.º 1 (febrero de 2018): 82–87. http://dx.doi.org/10.1017/aap.2017.35.

Texto completo
Resumen
In the push to provide further interaction with museum and heritage exhibitions, the internet has become an established venue, offering nearly unlimited space and options for providing extensions to in-person content. These internet-based supplements in many cases outlast the physical displays they are meant to accompany. After the exhibitions have closed and the museums have moved on, the digital content remains, a static placeholder for a particular viewpoint on heritage, curation, and public outreach. Such is the case with the Interface Experience, the Web extension to the exhibition of the same name, which ran for a few months in 2015 (Bard Graduate Center [BGC] 2014a). This site, which remains largely functional, is now disconnected from the exhibition it was meant to accompany, leaving it to stand alone as a study on the connections between digital outputs and materiality.
Los estilos APA, Harvard, Vancouver, ISO, etc.
43

Chatelain-Jardon, Ruth, Jesus S. Carmona y Ned Kock. "An Extension to Simulated Web-Based Threats and Their Impact on Knowledge Communication Effectiveness". International Journal of Technology and Human Interaction 12, n.º 3 (julio de 2016): 64–77. http://dx.doi.org/10.4018/ijthi.2016070105.

Texto completo
Resumen
This paper presents an extension to the study by Kock, Chatelain-Jardon, and Carmona (2008), An Experimental Study of Simulated Web-Based Threats and Their Impact on Knowledge Communication Effectiveness, and empirically validates their results. Kock and colleagues reported that enhanced memorization capacity can be used in computer interfaces to exploit knowledge communication. They evaluated the impact of an evolutionary adaptive web-simulated threat (simulated web-based snake attack) on the effectiveness of knowledge communication and reported positive and significant outcomes. This research extends their study by using a technology-related web-simulated threat and measuring its impact on knowledge communication effectiveness. This research showed that the subjects in the treatment condition performed approximately 34% better than those in the control condition, which, provides empirical support to the original study and shows how to exploit automatic brain mechanisms to enhance knowledge communication effectiveness throughout the design of computer interfaces.
Los estilos APA, Harvard, Vancouver, ISO, etc.
44

Métral, C. y G. Falquet. "EXTENSION AND CONTEXTUALISATION FOR LINKED SEMANTIC 3D GEODATA". ISPRS - International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences XLII-4/W10 (12 de septiembre de 2018): 113–18. http://dx.doi.org/10.5194/isprs-archives-xlii-4-w10-113-2018.

Texto completo
Resumen
<p><strong>Abstract.</strong> The application of the linked data principles provide a simple and effective way to publish and share data on the Web. The publication of geodata on the Web bas been studied and developed for a long time, leading to the creation of geo vocabularies and ontologies as well as geographic query languages. This is also true for 3D geodata, for which multiple RDF vocabularies and OWL ontologies exist (at the building, city, or territory level). In this paper we show that at least two issues remain to be addressed to reach a satisfactory publication framework for 3D linked geodata. First, the semantic model interconnection issue is not magically solved by the creation of ontologies, it requires the careful design of interconnection and extension schemes and their management. Second, the representation of additional dimensions, such as time, level of detail, confidence level, provenance, etc. cannot be directly handled in RDF. For these two issues we propose methodologies and design patterns and show how they can actually be used to create a semantically rich representation of 3D or nD linked geodata.</p>
Los estilos APA, Harvard, Vancouver, ISO, etc.
45

Ma, Dong Mei, Li Yao y Hong Dan Xue. "A Web-Based Groundwater Management Information System". Applied Mechanics and Materials 737 (marzo de 2015): 688–91. http://dx.doi.org/10.4028/www.scientific.net/amm.737.688.

Texto completo
Resumen
The groundwater management information system is based on up-to-date Java web technologies and the architecture of system deployment. The system has been implemented using mature lightweight SSH (Struts, Spring, Hibernate) frameworks, and the physical hardware deployment mode has been thoroughly described. Built upon the solid foundation of J2EE architecture, the groundwater management information system presents some promising features, such as cross-platform, extension-oriented, easy maintenances, loosing couple but strong cohesion component, module reusable, etc.
Los estilos APA, Harvard, Vancouver, ISO, etc.
46

Yang, Shuiqing, Yan Wang y June Wei. "Integration and consistency between web and mobile services". Industrial Management & Data Systems 114, n.º 8 (2 de septiembre de 2014): 1246–69. http://dx.doi.org/10.1108/imds-06-2014-0167.

Texto completo
Resumen
Purpose – Attracted by tremendous market opportunities of mobile business, many web services providers have started to expand their web services from traditional PC-based environment into the mobile-based environment. However, success in the web services cannot guarantee the success in the mobile services. The purpose of this paper is to identify factors that influence consumer evaluation and use of mobile shopping services in a web-mobile service extension context. Design/methodology/approach – Based on categorization theory, this paper focusses on the role of integration and consistency between web and mobile services. A research model was created and empirically tested on data collected from 298 mobile shopping users in China. Findings – The structural equation modeling analysis indicates that evaluation of source (web service quality) positively affect evaluation of target (perceived mobile service quality and flow in mobile services). The study also found that the relationships between source and target (perceived integration and perceived consistency) play an important role in determining evaluation of the target, which in turn shapes intention to use mobile services. Research limitations/implications – The survey is based on mobile shopping consumers. Caution is required in any effort to generalize the findings to other research contexts. Factors influencing a consumer's extension or adoption decisions in regard to different mobile services may not be the same, or the degree of influence may differ. Continued studies can test and compare our findings in different mobile services contexts. Practical implications – The results of the findings provide specific methods for managing the process of web-mobile service extension. The results also indicate the importance of perceived consistency in shaping consumers’ evaluation of the extended mobile services in practical environments. Originality/value – The present study extends the categorization theory to a multi-channel context and examines mobile services adoption from a cross-environment perspective. It considers evaluation of source, evaluation of target, and the relationships between source and target, which enriches the innovation adoption literature by providing a holistic insight into the evaluation and use of mobile services.
Los estilos APA, Harvard, Vancouver, ISO, etc.
47

Jung, Hyosook y Seongbin Park. "A grammar-based model for the semantic web". Computer Science and Information Systems 8, n.º 1 (2011): 73–100. http://dx.doi.org/10.2298/csis091011009j.

Texto completo
Resumen
The Semantic Web is an extension of the Web where information is represented in a machine processable way. In this paper, we present a two-level model for the Semantic Web from the perspective of formal language theory. The model consists of two grammars where the first level grammar is for creating ontologies and the second level grammar is for creating ontological instances. Based on the model, we implemented a system by which one can easily construct a small-scale Semantic Web environment.
Los estilos APA, Harvard, Vancouver, ISO, etc.
48

Lineberger, R. Daniel. "Analyzing Web Server Statistics". HortScience 31, n.º 4 (agosto de 1996): 588f—589. http://dx.doi.org/10.21273/hortsci.31.4.588f.

Texto completo
Resumen
The World Wide Web is regarded widely as an invaluable asset to teaching and extension programs. Data supporting this assertion can be gathered actively or passively and can be analyzed to aid decision makers in matters of personnel evaluation and resource allocation. Most Web server software applications keep a log of connections by time, location, and file size transferred. The server logs of Aggie Horticulture, the Web site of the Texas Horticulture program, are analyzed bi-weekly using WebStat 2.3.4 and the number of logins, file size transferred (total and amount per sub-site), and client domain are tabulated. The number of “hits” increased from 15,000 to 120,000 per month (mid-February to mid-March of 1995 and 1996, respectively) over the last year. The logins came from 61 Internet domains representing 56 different countries. The “net” and “com” domains exhibited the greatest increase. “Active” data acquisition through a guest register at one of the sub-sites indicated that only 9% of the visitors registered. However, the data obtained from the active registrants were useful in determining the distribution of users by state and county within Texas.
Los estilos APA, Harvard, Vancouver, ISO, etc.
49

Avelar, Luis Otávio de, Guilherme Camillo Rezende y André Pimenta Freire. "WebHelpDyslexia: A Browser Extension to Adapt Web Content for People with Dyslexia". Procedia Computer Science 67 (2015): 150–59. http://dx.doi.org/10.1016/j.procs.2015.09.259.

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

임양미. "A Study of Extension of Web Navigation Design Functions on Paradigm Variations". Journal of Digital Design 11, n.º 3 (julio de 2011): 183–92. http://dx.doi.org/10.17280/jdd.2011.11.3.018.

Texto completo
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