scholarly journals Innovative Agricultural Information System with User Friendly Digital Assistance for Farmers

In India, most of the populace is subordinate to cultivating for survival. Numerous farmers are not mindful of the exterior world and the specialized progressions around cultivating. They confront a parcel of issues in their day-to-day life such as they need to keep track of their trim stock, their tractors, and devices. Most of the farmers do not have any thought almost the rates of the crops and their items and they offer their items at any fetched price. In today's world, farmers get news through daily papers and television. Farmers don’t get the data or news around the closest showcase that's displayed in their locale or indeed offer and track their crops. So, because of this they more often do not get any thought about the current news regarding the farming plans. In conclusion, they have to sell their products at a very low cost to a local supplier. We are looking forward to protecting these anticipating farmers from being cheated from their reasonable share of their income. These days versatile applications and web administrations are making things less difficult by satisfying our day by day needs for data, communication, amusement, or relaxation. Web applications have brought an unused insurgency. In this paper, we offer one such web application called “Genesis - Farmers Digital Assistant” which is as of now beneath advancement by us. This web benefit can offer assistance to farmers, customers, and suppliers have a less difficult, easy-to-use, and less time-consuming solution. Farmers Digital Assistant could be a web application that's built on keeping the farmers, providers, and customers in intellect. It keeps a farmer overhauled with all the data related to crops, pesticides, bug sprays, money related segment, etc. It gives nitty gritty data about which crop to cultivate in which season and which crop is appropriate for that specific region where the farmer is situated in. The government of India is investing a lot to form the utilization of the web accommodation for agribusiness purposes but the hindrance is the literacy of farmers with their access to the advanced world presently. So, with this web application, we make it a point to create our project user-friendly for the farmers in specific.

In India, most of the populace is subordinate to cultivating for survival. Numerous farmers are not mindful of the exterior world and the specialized progressions around cultivating. They confront a parcel of issues in their day-to-day life such as they need to keep track of their trim stock, their tractors, and devices. Most of the farmers do not have any thought almost the rates of the crops and their items and they offer their items at any fetched price. In today's world, farmers get news through daily papers and television. Farmers don’t get the data or news around the closest showcase that's displayed in their locale or indeed offer and track their crops. So, because of this they more often do not get any thought about the current news regarding the farming plans. In conclusion, they have to sell their products at a very low cost to a local supplier. We are looking forward to protecting these anticipating farmers from being cheated from their reasonable share of their income. These days versatile applications and web administrations are making things less difficult by satisfying our day by day needs for data, communication, amusement, or relaxation. Web applications have brought an unused insurgency. In this paper, we offer one such web application called “Genesis - Farmers Digital Assistant” which is as of now beneath advancement by us. This web benefit can offer assistance to farmers, customers, and suppliers have a less difficult, easy-to-use, and less time-consuming solution. Farmers Digital Assistant could be a web application that's built on keeping the farmers, providers, and customers in intellect. It keeps a farmer overhauled with all the data related to crops, pesticides, bug sprays, money related segment, etc. It gives nitty gritty data about which crop to cultivate in which season and which crop is appropriate for that specific region where the farmer is situated in. The government of India is investing a lot to form the utilization of the web accommodation for agribusiness purposes but the hindrance is the literacy of farmers with their access to the advanced world presently. So, with this web application, we make it a point to create our project user-friendly for the farmers in specific.


Symmetry ◽  
2020 ◽  
Vol 12 (11) ◽  
pp. 1770 ◽  
Author(s):  
Kavita Sahu ◽  
Fahad A. Alzahrani ◽  
R. K. Srivastava ◽  
Rajeev Kumar

The development of web applications essentially relies on users’ demands who expect highly efficacious but cost effective software services. Managing time and cost so as to develop web applications that cater to the users’ need is a challenge for developers at present. Moreover, low-cost maintenance can only be achieved by enhancing the durability of the web applications. Identifying characteristics of durability is a complex task because the different experts have different opinions regarding the significance of characteristics that determine durability quotient of the web applications. As established by the best practices undertaken in this context, some experts consider quality to be the most important factor for determining durability. Therefore, the present study enlists multi-criteria decision-based symmetrical technique to address the multi-vector option availability for the apt selection of the characteristics for durability. Furthermore, it has also been identified that a numerical assessment of web applications’ durability can affect the service life and low-cost management in web applications. In this context, to achieve high durability and longevity in web applications, this paper attempts to illustrate and perform a numerical evaluation of durability characteristics. By understanding the various characteristics and their significance towards durability, the paper finds that the hesitant fuzzy-based symmetrical technique of the Analytic Hierarchy Process (AHP) and Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) is an effective methodology for evaluating web applications’ durability. For evaluating the quality of the results and establishing their sensitivity, the authors have assessed the outcomes on six different projects of the University. Additionally, results assessed and discussed in this paper would be a conclusive reference for the developers in their attempts to develop highly durable and manageable web applications.


Author(s):  
JUNXIA GUO ◽  
HAO HAN

The technology that integrates various types of Web contents to build a new Web application through end-user programming is widely used nowadays. However, the Web contents do not have a uniform interface for accessing the data and computation. Most of the general Web users access information on the Web through applications until now. Hence, designing a uniform and flexible programmatic interface for integration of different Web contents is unavoidable. In this paper, we propose an approach that can be used to analyze Web applications automatically and reuse the information of Web applications through the programmatic interface we designed. Our approach can support the flexible integration of Web applications, Web services and Web feeds. In our experiments, we use a large number of Web pages from different types of Web applications and achieve the integration by the proposed programmatic interfaces. The experimental results show that our approach brings to the end-users a flexible and user-friendly programming environment.


Author(s):  
Д.В. Ратов

Today, in the development of information systems, cloud technologies are often used for remote computing and data processing. There are web technologies, and on their basis, libraries and frameworks have been developed for creating web applications and user interfaces designed for the operation of information systems in browsers. Ready-made JavaScript libraries have been developed to add drag and drop functionality to a web application. However, in some situations, the library may not be available, or there may be overhead or dependencies that the project does not need to use it. In such situations, an alternative solution provides the functionality of APIs available in modern browsers. The article discusses the current state of the methods of the Drag and Drop mechanism and proposes a programmatic way to improve the interface by creating a class for dragging and dropping elements when organizing work in multi-user information web systems. Drag and Drop is a convenient way to improve the interface. Grabbing an element with the mouse and moving it visually simplifies many operations: from copying and moving documents, as in file managers, to placing orders in online store services. The HTML drag and drop API uses the DOM event model to retrieve information about a dragged element and update that element after the drag. Using JavaScript event handlers, it is possible to turn any element of the web system into a drag-and-drop element or drop target. To solve this problem, a JavaScript object was developed with methods that allow you to create a copy of any object and handle all events of this object aimed at organizing the Drag and Drop mechanism. Basic algorithm of Drag and Drop technology based on processing mouse events. The software implementation is considered and the results of the practical use of object adaptation of the Drag and Drop technology for the interface components of the web system - the medical information system MedSystem, in which the application modules have the implementation of the dispatcher and the interactive window interface are presented. In the "Outpatient clinic" module, the Drag and Drop mechanism is used when working with the "Appointment sheet". In the "Hospital" module of the MedSystem medical information system, the Drag and Drop mechanism is used in the "List of doctor's appointments". The results of using object adaptation of Drag and Drop technology have shown that this mechanism organically fits into existing technologies for building web applications and has sufficient potential to facilitate and automate work in multi-user information systems and web services.


2018 ◽  
Vol 48 (3) ◽  
pp. 84-90 ◽  
Author(s):  
E. A. Lapchenko ◽  
S. P. Isakova ◽  
T. N. Bobrova ◽  
L. A. Kolpakova

It is shown that the application of the Internet technologies is relevant in the selection of crop production technologies and the formation of a rational composition of the machine-and-tractor fl eet taking into account the conditions and production resources of a particular agricultural enterprise. The work gives a short description of the web applications, namely “ExactFarming”, “Agrivi” and “AgCommand” that provide a possibility to select technologies and technical means of soil treatment, and their functions. “ExactFarming” allows to collect and store information about temperature, precipitation and weather forecast in certain areas, keep records of information about crops and make technological maps using expert templates. “Agrivi” allows to store and provide access to weather information in the fi elds with certain crops. It has algorithms to detect and make warnings about risks related to diseases and pests, as well as provides economic calculations of crop profi tability and crop planning. “AgCommand” allows to track the position of machinery and equipment in the fi elds and provides data on the weather situation in order to plan the use of agricultural machinery in the fi elds. The web applications presented hereabove do not show relation between the technologies applied and agro-climatic features of the farm location zone. They do not take into account the phytosanitary conditions in the previous years, or the relief and contour of the fi elds while drawing up technological maps or selecting the machine-and-tractor fl eet. Siberian Physical-Technical Institute of Agrarian Problems of Siberian Federal Scientifi c Center of AgroBioTechnologies of the Russian Academy of Sciences developed a software complex PIKAT for supporting machine agrotechnologies for production of spring wheat grain at an agricultural enterprise, on the basis of which there is a plan to develop a web application that will consider all the main factors limiting the yield of cultivated crops.


2020 ◽  
Vol 10 (1) ◽  
pp. 450-458
Author(s):  
Filip Pružinec ◽  
Peter Mego ◽  
Renata Đuračiová

AbstractThe use of LED lights in smart street lighting to save energy is efficient and very common in many developed cities. However, such a system results in higher initial costs, which may discourage smaller towns and villages from its purchasing. This paper therefore deals with the design and development of a smart street lighting control system for smaller cities and villages. Such a system is required to be economical from the perspective of development and production. Considering other requirements such as platform independence, high availability and broad support, we proposed to build a system as a web application using a custom light control service component. The result is a web application that consists of a user interface served by a web server and an application server used to communicate with light control service. In addition, the system is designed as a geographical information system to be easy to use for managing street lights in groups or individually, while displaying them on the map. The system allows automatic sensor-based light intensity modulation by default with the possibility of manual adjustment or override of the illumination. It also includes a device error notification system with a tool to navigate faulty devices. The presented system is a low-cost solution for intelligent street lighting control designed for smaller cities or villages. They can apply the designed architecture of the system and the specific technologies suitable because of their low-cost implementation.


2021 ◽  
Vol 13 (2) ◽  
pp. 50
Author(s):  
Hamed Z. Jahromi ◽  
Declan Delaney ◽  
Andrew Hines

Content is a key influencing factor in Web Quality of Experience (QoE) estimation. A web user’s satisfaction can be influenced by how long it takes to render and visualize the visible parts of the web page in the browser. This is referred to as the Above-the-fold (ATF) time. SpeedIndex (SI) has been widely used to estimate perceived web page loading speed of ATF content and a proxy metric for Web QoE estimation. Web application developers have been actively introducing innovative interactive features, such as animated and multimedia content, aiming to capture the users’ attention and improve the functionality and utility of the web applications. However, the literature shows that, for the websites with animated content, the estimated ATF time using the state-of-the-art metrics may not accurately match completed ATF time as perceived by users. This study introduces a new metric, Plausibly Complete Time (PCT), that estimates ATF time for a user’s perception of websites with and without animations. PCT can be integrated with SI and web QoE models. The accuracy of the proposed metric is evaluated based on two publicly available datasets. The proposed metric holds a high positive Spearman’s correlation (rs=0.89) with the Perceived ATF reported by the users for websites with and without animated content. This study demonstrates that using PCT as a KPI in QoE estimation models can improve the robustness of QoE estimation in comparison to using the state-of-the-art ATF time metric. Furthermore, experimental result showed that the estimation of SI using PCT improves the robustness of SI for websites with animated content. The PCT estimation allows web application designers to identify where poor design has significantly increased ATF time and refactor their implementation before it impacts end-user experience.


Author(s):  
Theresia Devi Indriasari ◽  
Kusworo Anindito ◽  
Eddy Julianto ◽  
Bertha Laroha Paraya Pangaribuan

<span>Indonesia is a country located on top of some tectonic plates that bring potential natural disasters. Disaster management system is considered essential in controlling the situation in the site both before and after the disaster takes place. In disaster situation, the government and society are involved in a volunteer team in order to help minimize victims and support survivors. However, the volunteering activities are often hindered since there are problems in the disaster site. One of the problems is late responses due to poor coordination among volunteers that drives the delay in disaster relief. Therefore, it is necessary to have an application that maps the positions of volunteers in a disaster site, so that the disaster management coordinator can disseminate volunteers to disaster areas based on needs. The purpose of the study is to propose an application called ‘MyMapVolunteers’ that effectively and efficiently detects the position of the volunteers in order to improve disaster management service. In this case, real time and location based service technology will able to detect the position of each volunteer. ‘MyMapVolunteers’ is composed of two platforms, which are mobile and web applications. Mobile platform is an application that uses GPS function provided by the smartphone to find the volunteers’ location coordinates and then send the data of the location automatically and manually. The web platform is used to receive volunteers’ location data and to present them in google map, therefore disaster management coordinator can monitor the positions of and search for volunteers faster.</span>


i-com ◽  
2008 ◽  
Vol 6 (3/2007) ◽  
pp. 23-29 ◽  
Author(s):  
Birgit Bomsdorf

SummaryTask modelling has entered the development process of web applications, strengthening the usage-centred view within the early steps in Web-Engineering (WE). In current approaches, however, this view is not kept up during subsequent activities to the same degree as this is the case in the field of Human-Computer-Interaction (HCI). The modelling approach presented in this contribution combines models as known from WE with models used in HCI to change this situation. Basically the WE-HCI-integration is supported by combining task and object models as known from HCI with conceptual modelling known from WE. In this paper, the main focus is on the WebTaskModel, a task model adapted to web application concerns, and its contribution towards a task-related web user interface. The main difference to existing task models is the build-time and run-time usage of a generic task lifecycle. Hereby the description of exceptions and erroneous situations during task performance (caused by, e.g., the stateless protocol or Browser interaction) is enabled and at the same time clearly separated from the flow of correct action.


Author(s):  
DHANASHREE TAWARE ◽  
NAMRATA ATTKARE ◽  
DIVYA SINGH

As we know internet has become a very important factor in our day today life. It is a wide media for communication and exchange of ideas for people staying in any nook and corner of the world. We have proposed a system in which we are developing a speech interactive web application services. Our main aim is to provide these services to the special ones who are unable to make use of the current system so efficiently. In our proposed work we are mainly focusing on the WEB APPLICATIONS. Many a times the disabled people are unable to access internet, for them this system will help to download news, or even access their mails through speech. Our proposed system mainly deals with the ability to handle web applications along with the O.S, mouse and keyboard control through speech, so that they can be used by persons without the use of the hands to develop an interface between the computer and the user. In our proposal we have used SAPI .It provides commands to the main central application which is handled by the GUI. Thus we look forward to develop web application through speech interaction.


Sign in / Sign up

Export Citation Format

Share Document