scholarly journals Development of a web application for Low Impact Development Rapid Assessment (LIDRA)

2013 ◽  
Vol 15 (4) ◽  
pp. 1276-1295 ◽  
Author(s):  
Miguel Aguayo ◽  
Ziwen Yu ◽  
Michael Piasecki ◽  
Franco Montalto

This paper describes the development of a database and a website to support the newest version of Low Impact Development Rapid Assessment (LIDRA) model, LIDRA 2.0, a planning level model for assessing the cost-effectiveness of low impact development (LID) and addressing runoff-related problems in urban watersheds. LIDRA 2.0 is a web-based application that generates stochastic precipitation data from local historical data sets using a Markov Chain and bootstrapping method. Precipitation is applied to urban watersheds with parcel and street areas. LID scenarios and associated adoption and repaving rates are then used to perform multiple 30 year simulations, during which the difference in runoff is calculated using a water balance. The application needs to store parcel and street specifications and also offer a management interface, both of which must be accessible through the internet. The results of this are: an efficient tool to support LIDRA in terms of storage, retrieval and analysis of data and an integrated web application which allows users an easier way to input data and greatly reduce the time it takes to manage simulation modules via use of the graphical result interfaces that show the results produced. The technical underpinnings of this tool are highlighted using a small example.

2007 ◽  
Vol 82 (3) ◽  
pp. 117-131 ◽  
Author(s):  
Franco Montalto ◽  
Christopher Behr ◽  
Katherine Alfredo ◽  
Max Wolf ◽  
Matvey Arye ◽  
...  

2019 ◽  
Vol 17 (2) ◽  
pp. 1
Author(s):  
Magdalena Karismariyanti

Manufacturing of products incurred raw material costs, direct labor costs, and factory overhead   costs, which could be used to determine the price of the product sold.  On the contrary, the company, which manufactured thousands of toys and dolls monthly, did not have proper cost record. Production cost calculated by the average of total cost divided with a total of confirmed product. Hence, the production cost for each product could not be defined precisely. Based on the problems described, a web application was developed to manage the recording of transaction and automatically calculated the cost of production. This application's functionalities were able to manage purchasing activities, handing over raw materials to production, confirming finished goods, calculating production costs, posting journals and ledgers, and reporting of the cost of production. This application could help companies to calculate the unit cost. Based on a comparison between manual and application testing, it could be concluded that output in the application displayed an exact match from the manual. Thus, this web-based application was ready to be implemented in the company.


2018 ◽  
Vol 10 (1) ◽  
Author(s):  
V. Solovei ◽  
O. Olshevska ◽  
Y. Bortsova

Today most of desktop and mobile applications have analogues in the form of web-based applications.  With evolution of development technologies and web technologies web application increased in functionality to desktop applications. The Web application consists of two parts of the client part and the server part. The client part is responsible for providing the user with visual information through the browser. The server part is responsible for processing and storing data.MPA appeared simultaneously with the Internet. Multiple-page applications work in a "traditional" way. Every change eg. display the data or submit data back to the server. With the advent of AJAX, MPA learned to load not the whole page, but only a part of it, which eventually led to the appearance of the SPA. SPA is the principle of development when only one page is transferred to the client part, and the content is downloaded only to a certain part of the page, without rebooting it, which allows to speed up the application and simplify the user experience of using the application to the level of desktop applications.Based on the SPA, the Mechatronics Robot Laboratory ONAFT application was designed to automate the management process. The application implements the client-server architecture. The server part consists of a RESTful API, which allows you to get unified access to the application functionality, and a database for storing information. Since the client part is a spa, this allows you to reduce the load on the connection to the server and improve the user experience


JAMIA Open ◽  
2019 ◽  
Vol 2 (4) ◽  
pp. 434-439 ◽  
Author(s):  
Edward R Melnick ◽  
Wesley C Holland ◽  
Osama M Ahmed ◽  
Anthony K Ma ◽  
Sean S Michael ◽  
...  

Abstract Computerized clinical decision support (CDS) faces challenges to interoperability and scalability. Centralized, web-based solutions offer a mechanism to share the cost of CDS development, maintenance, and implementation across practices. Data standards have emerged to facilitate interoperability and rapid integration of such third-party CDS. This case report describes the challenges to implementation and scalability of an integrated, web-based CDS intervention for EMergency department-initiated BuprenorphinE for opioid use Disorder which will soon be evaluated in a trial across 20 sites in five healthcare systems. Due to limitations of current standards, security concerns, and the need for resource-intensive local customization, barriers persist related to centralized CDS at this scale. These challenges demonstrate the need and importance for future standards to support two-way messaging (read and write) between electronic health records and web applications, thus allowing for more robust sharing across health systems and decreasing redundant, resource-intensive CDS development at individual sites.


2018 ◽  
Vol 24 (1) ◽  
pp. 3-11 ◽  
Author(s):  
Nathan M. Jones ◽  
Erika E. Scott ◽  
Nicole Krupa ◽  
Paul L. Jenkins

Abstract. This article provides an estimate for the economic costs of agricultural injuries sustained in the states of Maine and New Hampshire between the years 2008 and 2010. The authors used a novel dataset of 562 agriculturally related occupational injuries, and cost estimates were generated using the CDC’s Web-based Injury Statistics Query and Reporting System (WISQARS). Individual cases from the dataset that did not match the query options for WISQARS were excluded. Of the 562 agricultural injuries identified in the dataset, 361 met the WISQARS criteria. The remaining 201 cases were judged to be incompatible with the WISQARS query criteria. Significant differences (p < 0.0001) were found between the median costs of eight types of injury. Amputations (median = $70,077) and fractures (median = $13,365) were found to be the most expensive types of injury. The total cost of the 361 injuries for which estimates were available was $6,342,270. Injuries that reportedly involved machinery were found to be more expensive than injuries caused by animals. This article highlights the difference in the total cost of injury between types of injuries and demonstrates that agricultural injuries were a significant economic burden for Maine and New Hampshire for the years 2008-2010. These data can be used to direct future preventive efforts. Finally, this article suggests that WISQARS is a powerful tool for estimating injury costs without requiring access to treatment or billing records. Keywords: Agriculture, Economic burden, Maine, New Hampshire, Passive surveillance.


2012 ◽  
Vol 2 (2) ◽  
pp. 112-116
Author(s):  
Shikha Bhatia ◽  
Mr. Harshpreet Singh

With the mounting demand of web applications, a number of issues allied to its quality have came in existence. In the meadow of web applications, it is very thorny to develop high quality web applications. A design pattern is a general repeatable solution to a generally stirring problem in software design. It should be noted that design pattern is not a finished product that can be directly transformed into source code. Rather design pattern is a depiction or template that describes how to find solution of a problem that can be used in many different situations. Past research has shown that design patterns greatly improved the execution speed of a software application. Design pattern are classified as creational design patterns, structural design pattern, behavioral design pattern, etc. MVC design pattern is very productive for architecting interactive software systems and web applications. This design pattern is partition-independent, because it is expressed in terms of an interactive application running in a single address space. We will design and analyze an algorithm by using MVC approach to improve the performance of web based application. The objective of our study will be to reduce one of the major object oriented features i.e. coupling between model and view segments of web based application. The implementation for the same will be done in by using .NET framework.


2019 ◽  
Author(s):  
Ruslan N. Tazhigulov ◽  
James R. Gayvert ◽  
Melissa Wei ◽  
Ksenia B. Bravaya

<p>eMap is a web-based platform for identifying and visualizing electron or hole transfer pathways in proteins based on their crystal structures. The underlying model can be viewed as a coarse-grained version of the Pathways model, where each tunneling step between hopping sites represented by electron transfer active (ETA) moieties is described with one effective decay parameter that describes protein-mediated tunneling. ETA moieties include aromatic amino acid residue side chains and aromatic fragments of cofactors that are automatically detected, and, in addition, electron/hole residing sites that can be specified by the users. The software searches for the shortest paths connecting the user-specified electron/hole source to either all surface-exposed ETA residues or to the user-specified target. The identified pathways are ranked based on their length. The pathways are visualized in 2D as a graph, in which each node represents an ETA site, and in 3D using available protein visualization tools. Here, we present the capability and user interface of eMap 1.0, which is available at https://emap.bu.edu.</p>


Author(s):  
SAFITRI NURHIDAYATI ◽  
RIZKI AMELYA SYAM

This study aims to analyze whether the difference that occurs in the cost of raw materials, direct labor, and factory overhead costs between the standard costs and the actual costs in PLTU LATI is a difference that is favorable or unfavorable. Data collection techniques with field research and library research. The analytical tool used is the analysis of the difference in raw material costs, the difference in direct labor costs and the difference in factory overhead costs. The hypothesis in this study is that the difference allegedly occurs in the cost of raw materials, direct labor costs, and factory overhead costs at PT Indo Pusaka Berau Tanjung Redeb is a favorable difference. The results showed that the difference in the cost of producing MWh electricity at PT Indo Pusaka Berau Tanjung Redeb in 2018, namely the difference in the price of raw material costs Rp. 548,029.80, - is favorable, the difference in quantity of raw materials is Rp. 957,216,602, - is (favorable) , the difference in direct labor costs Rp 2,602,642,084, - is (unfavorable), and the difference in factory overhead costs Rp 8,807,051,422, - is (favorable) This shows that the difference in the overall production cost budget is favorable or profitable. This beneficial difference shows that the company is really able to reduce production costs optimally in 2018.  


Author(s):  
Jan Abel Olsen

Chapter 19 starts by distinguishing between the two contrasting perspectives that an economic evaluation would take: the healthcare sector perspective versus the societal perspective. The former is considered a ‘narrow analysis’ which includes only the costs accruing within the healthcare sector, while the latter represents a ‘broad analysis’ that accounts for all resource implications in all sectors of the economy. After an investigation into various types of costs, a ‘limited societal perspective’ is suggested to be more appropriate than either of the two ‘extreme perspectives’. The chapter continues with a discussion of the cost per quality-adjusted life year (QALY) threshold and explains the difference between a demand side- versus a supply-side approach to determining a threshold value for a QALY.


2021 ◽  
pp. 1-36
Author(s):  
Henry Prakken ◽  
Rosa Ratsma

This paper proposes a formal top-level model of explaining the outputs of machine-learning-based decision-making applications and evaluates it experimentally with three data sets. The model draws on AI & law research on argumentation with cases, which models how lawyers draw analogies to past cases and discuss their relevant similarities and differences in terms of relevant factors and dimensions in the problem domain. A case-based approach is natural since the input data of machine-learning applications can be seen as cases. While the approach is motivated by legal decision making, it also applies to other kinds of decision making, such as commercial decisions about loan applications or employee hiring, as long as the outcome is binary and the input conforms to this paper’s factor- or dimension format. The model is top-level in that it can be extended with more refined accounts of similarities and differences between cases. It is shown to overcome several limitations of similar argumentation-based explanation models, which only have binary features and do not represent the tendency of features towards particular outcomes. The results of the experimental evaluation studies indicate that the model may be feasible in practice, but that further development and experimentation is needed to confirm its usefulness as an explanation model. Main challenges here are selecting from a large number of possible explanations, reducing the number of features in the explanations and adding more meaningful information to them. It also remains to be investigated how suitable our approach is for explaining non-linear models.


Sign in / Sign up

Export Citation Format

Share Document