4 resultados para Web, Html 5, JavaScript, Dart, Structured Web Programming
em University of Queensland eSpace - Australia
Resumo:
The Environmental Sciences Division within Queensland Environmental Protection Agency works to monitor, assess and model the condition of the environment. The Division has as a legislative responsibility to produce a whole-of-government report every four years dealing environmental conditions and trends in a ”State of the Environment report” (SoE)[1][2][3]. State of Environment Web Service Reporting System is a supplementary web service based SoE reporting tool, which aims to deliver accurate, timely and accessible information on the condition of the environment through web services via Internet [4][5]. This prototype provides a scientific assessment of environmental conditions for a set of environmental indicators. It contains text descriptions and tables, charts and maps with spatiotemporal dimensions to show the impact of certain environmental indicators on our environment. This prototype is a template based indicator system, to which the administrator may add new sql queries for new indicator services without changing the architecture and codes of this template. The benefits are brought through a service-oriented architecture which provides an online query service with seamless integration. In addition, since it uses web service architecture, each individual component within the application can be implemented by using different programming languages and in different operating systems. Although the services showed in this demo are built upon two datasets of regional ecosystem and protection area of Queensland, it will be possible to report on the condition of water, air, land, coastal zones, energy resources, biodiversity, human settlements and natural culture heritage on the fly as well. Figure 1 shows the architecture of the prototype. In the next section, I will discuss the research tasks in the prototype.
Resumo:
Background Strong evidence exists for the efficacy of screening and brief intervention for reducing hazardous drinking. However, problems have been highlighted with respect to its implementation in health-care systems, not least of which is a reluctance of some doctors to discuss alcohol proactively with their patients. Aims To determine the efficacy of a novel web-based screening and brief intervention (e-SBI) to reduce hazardous drinking. Design A double-blind randomized controlled trial. Setting A university student health service. Participants A total of 16 7 students (17-26 years) were recruited in the reception area and completed a 3-minute web-based screen including the Alcohol Use Disorder Identifiation Test (AUDIT) questionnaire. Of these, 112 tested positive, and 104 (52 females) who consented to follow-up were included in the trial. Measurements Drinking frequency, typical occasion quantity, total volume, heavy episode frequency (females > 80 g ethanol, males > 120 g ethanol), number of personal problems, an academic problems score. Intervention Participants were randomized to 10-15 minutes of web-based assessment and personalized feedback on their drinking (intervention, n = 5 1) or to a leaflet-only control group (n = 5 3). Findings Mean baseline AUDIT scores for control and intervention groups were 16.6 (SD = 6.0) and 16.6 (SD = 5.7). At 6 weeks, participants receiving e-SBI reported significantly lower total consumption (geometric mean ratio = 0.74; 9 5 % confidence interval: 0.56-0.96), lower heavy episode frequency (0.63; 0.42-0.92) and fewer personal problems (0.70; 0.54-0.91). At 6 months personal problems remained lower (0.76; 0.60-0.97), although consumption did not differ significantly. At 6 months, academic problems were lower in the intervention group relative to controls (0.72; 0.51-1.02). Conclusions e-SBI reduced hazardous drinking among university students, to an extent similar to that found for practitioner-delivered brief interventions in the general population. e-SBI offers promise as a strategy to reduce alcohol-related harm in a way that is non-intrusive, appealing to the target group, and capable of being incorporated into primary care. Research is required to replicate the findings, to determine the duration of intervention effects, and to investigate the mechanisms by which the intervention operates.
Resumo:
Information and content integration are believed to be a possible solution to the problem of information overload in the Internet. The article is an overview of a simple solution for integration of information and content on the Web. Previous approaches to content extraction and integration are discussed, followed by introduction of a novel technology to deal with the problems, based on XML processing. The article includes lessons learned from solving issues of changing webpage layout, incompatibility with HTML standards and multiplicity of the results returned. The method adopting relative XPath queries over DOM tree proves to be more robust than previous approaches to Web information integration. Furthermore, the prototype implementation demonstrates the simplicity that enables non-professional users to easily adopt this approach in their day-to-day information management routines.
Resumo:
Web wrapper extracts data from HTML document. The accuracy and quality of the information extracted by web wrapper relies on the structure of the HTML document. If an HTML document is changed, the web wrapper may or may not function correctly. This paper presents an Adjacency-Weight method to be used in the web wrapper extraction process or in a wrapper self-maintenance mechanism to validate web wrappers. The algorithm and data structures are illustrated by some intuitive examples.