首页 > 最新文献

1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)最新文献

英文 中文
On shape to specifications adequacy 对形状规格的充分性
Y. Gardan, C. Minich, Denis Pallez
Computer aided design now aims to provide designers with a support during the early stages of design. The purpose is to translate the client's specifications into a shape as automatically as possible. However, the processing of a text in natural language is still out of reach. We then assume that the client's specifications are manually translated into intermediate specifications composed of intermediate constraints upon physical parameters. Our efforts concern the transformation of these intermediate specifications into a shape, precisely the way to complete whether a shape satisfies the intermediate specifications or not. We first study the case in which the shape is a single primitive solid; we also give elements to choose the instance that best fits the specifications. Then, we study the extension of the method to solids defined by a combination of primitive solids.
计算机辅助设计现在的目标是在设计的早期阶段为设计师提供支持。其目的是尽可能自动地将客户的规格转换为形状。然而,自然语言文本的处理仍然遥不可及。然后,我们假设客户的规范被手动转换为由物理参数上的中间约束组成的中间规范。我们的工作涉及到将这些中间规范转化为形状,确切地说,是完成形状是否满足中间规范的方法。我们首先研究形状是单一原始固体的情况;我们还提供元素来选择最适合规范的实例。然后,我们研究了将该方法推广到由原始实体组合定义的实体。
{"title":"On shape to specifications adequacy","authors":"Y. Gardan, C. Minich, Denis Pallez","doi":"10.1109/IV.1999.781576","DOIUrl":"https://doi.org/10.1109/IV.1999.781576","url":null,"abstract":"Computer aided design now aims to provide designers with a support during the early stages of design. The purpose is to translate the client's specifications into a shape as automatically as possible. However, the processing of a text in natural language is still out of reach. We then assume that the client's specifications are manually translated into intermediate specifications composed of intermediate constraints upon physical parameters. Our efforts concern the transformation of these intermediate specifications into a shape, precisely the way to complete whether a shape satisfies the intermediate specifications or not. We first study the case in which the shape is a single primitive solid; we also give elements to choose the instance that best fits the specifications. Then, we study the extension of the method to solids defined by a combination of primitive solids.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129114895","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Distributed Information Sharing for Collaborative Systems (DISCS) 协同系统的分布式信息共享
H. Anderson, H. S. Abdalla
With the advent of global competition, greater numbers of organisations require collaborations with others. Concurrent engineering can provide a highly effective framework for this collaboration. A distributed object oriented concurrent engineering system (DISCS) focuses on the communication of data between the members of a distributed project team. Conceptually the communication is the enabling factor; technologically the use of the WWW and object oriented technologies. A portfolio of collaboration support tools facilitates practical mechanisms for information sharing within the distributed enterprise, communication/conferencing for project teams, configuration/version control and workflow structures. DISCS effectively facilitates the virtual team, currently within an engineering context.
随着全球竞争的到来,越来越多的组织需要与其他组织合作。并行工程可以为这种协作提供一个非常有效的框架。分布式面向对象并发工程系统(disc)关注的是分布式项目团队成员之间的数据通信。从概念上讲,沟通是促成因素;技术上使用了WWW和面向对象技术。协作支持工具的组合促进了分布式企业中的信息共享、项目团队的通信/会议、配置/版本控制和工作流结构的实用机制。目前,在工程环境中,disc有效地促进了虚拟团队的发展。
{"title":"Distributed Information Sharing for Collaborative Systems (DISCS)","authors":"H. Anderson, H. S. Abdalla","doi":"10.1109/IV.1999.781599","DOIUrl":"https://doi.org/10.1109/IV.1999.781599","url":null,"abstract":"With the advent of global competition, greater numbers of organisations require collaborations with others. Concurrent engineering can provide a highly effective framework for this collaboration. A distributed object oriented concurrent engineering system (DISCS) focuses on the communication of data between the members of a distributed project team. Conceptually the communication is the enabling factor; technologically the use of the WWW and object oriented technologies. A portfolio of collaboration support tools facilitates practical mechanisms for information sharing within the distributed enterprise, communication/conferencing for project teams, configuration/version control and workflow structures. DISCS effectively facilitates the virtual team, currently within an engineering context.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"53 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126495125","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Triangle mesh compression for fast rendering 三角形网格压缩快速渲染
Dong-Gyu Park, Yang-Soo Kim, Hwan-Gue Cho
Modern GIS (geographic information system) application programs and simulation systems have to handle large datasets for rendering. Currently, three dimensional rendering hardware are facing a memory bus bandwidth bottleneck problem at the graphics pipeline. One general solution for this problem is to compress the static three dimensional geometry in a preprocessing phase. We present a new mesh compression/decompression algorithm for this application. Our compression algorithm breaks down a triangle mesh into a set of triangle strips and vertex chains. After decomposition, we encode vertex connectivity with entropy encoding. Our algorithm provides a 32% improvement in the compression ratio over existing "Generalized Triangle Mesh (GTM)" compression and supports parallel decompression. We also proposed a parallelogram prediction method for vertex coordinate compression.
现代GIS(地理信息系统)应用程序和仿真系统必须处理大型数据集进行绘制。目前,三维渲染硬件在图形管道上都面临着内存总线带宽瓶颈的问题。一般的解决方案是在预处理阶段压缩静态三维几何图形。为此,我们提出了一种新的网格压缩/解压缩算法。我们的压缩算法将三角形网格分解为一组三角形条和顶点链。分解后,用熵编码对顶点连通性进行编码。与现有的“广义三角网格(GTM)”压缩相比,我们的算法压缩比提高了32%,并支持并行解压缩。提出了一种顶点坐标压缩的平行四边形预测方法。
{"title":"Triangle mesh compression for fast rendering","authors":"Dong-Gyu Park, Yang-Soo Kim, Hwan-Gue Cho","doi":"10.1109/IV.1999.781571","DOIUrl":"https://doi.org/10.1109/IV.1999.781571","url":null,"abstract":"Modern GIS (geographic information system) application programs and simulation systems have to handle large datasets for rendering. Currently, three dimensional rendering hardware are facing a memory bus bandwidth bottleneck problem at the graphics pipeline. One general solution for this problem is to compress the static three dimensional geometry in a preprocessing phase. We present a new mesh compression/decompression algorithm for this application. Our compression algorithm breaks down a triangle mesh into a set of triangle strips and vertex chains. After decomposition, we encode vertex connectivity with entropy encoding. Our algorithm provides a 32% improvement in the compression ratio over existing \"Generalized Triangle Mesh (GTM)\" compression and supports parallel decompression. We also proposed a parallelogram prediction method for vertex coordinate compression.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"74 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115737838","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 10
Enhancement of decision support process in road administration domain with the use of GIS technology 利用GIS技术增强道路管理领域的决策支持过程
Nenad Čuš-Babič, D. Rebolj, C. Gregorc
In recent years, geographic information systems and spatial database technology are fast spreading across the tight circles of experts, working in the fields of geography and geodesy. In the first wave, GIS functions have been built into engineering applications, which were not just GIS centered (as for example road design, emission calculation, building site-plan etc.). The use has been accelerated through the component technology, which simplifies the insertion of GIS components into a variety of applications-including administration. We describe the upgrading of the business information system of the Slovenian road administration: basic application user interfaces were enriched with a specialized GIS component, which enables a fast and clear (geo)graphical view of the data about the selected part of the road network. The simplicity of using this intelligent digital map (as we named this specialized component) makes it possible to effectively and clearly display the relevant information, which is so necessary in the process of decision making. Besides, there is no need to leave the application the user is familiar with.
近年来,地理信息系统和空间数据库技术在地理学和大地测量学领域的专家圈子里迅速传播开来。在第一波浪潮中,GIS功能已被构建到工程应用中,而不仅仅是以GIS为中心(例如道路设计、排放计算、建筑场地规划等)。通过组件技术加速了使用,该技术简化了将GIS组件插入到各种应用程序(包括管理)中的过程。我们描述了斯洛文尼亚道路管理业务信息系统的升级:基本应用程序用户界面丰富了一个专门的GIS组件,它可以快速清晰地显示有关道路网络选定部分的数据(地理)图形视图。使用这种智能数字地图(我们将其命名为专用组件)的简单性使其能够有效而清晰地显示相关信息,这在决策过程中是非常必要的。此外,不需要离开用户熟悉的应用程序。
{"title":"Enhancement of decision support process in road administration domain with the use of GIS technology","authors":"Nenad Čuš-Babič, D. Rebolj, C. Gregorc","doi":"10.1109/IV.1999.781553","DOIUrl":"https://doi.org/10.1109/IV.1999.781553","url":null,"abstract":"In recent years, geographic information systems and spatial database technology are fast spreading across the tight circles of experts, working in the fields of geography and geodesy. In the first wave, GIS functions have been built into engineering applications, which were not just GIS centered (as for example road design, emission calculation, building site-plan etc.). The use has been accelerated through the component technology, which simplifies the insertion of GIS components into a variety of applications-including administration. We describe the upgrading of the business information system of the Slovenian road administration: basic application user interfaces were enriched with a specialized GIS component, which enables a fast and clear (geo)graphical view of the data about the selected part of the road network. The simplicity of using this intelligent digital map (as we named this specialized component) makes it possible to effectively and clearly display the relevant information, which is so necessary in the process of decision making. Besides, there is no need to leave the application the user is familiar with.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132474765","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Signed area of sectors between spline curves and the origin 样条曲线与原点之间扇形的带符号面积
Kanji Ueda
Formulas for representing the signed area of sectors between Bezier and B-spline curve segments and the origin are presented. The area is expressed by using the coordinates of the control points and coefficients calculated with the basis functions of the spline curves. Area-preserving deformations of the spline curves by moving the control points are also investigated.
给出了表示Bezier和b样条曲线段与原点之间扇区的带符号面积的公式。该面积由控制点的坐标和由样条曲线的基函数计算的系数表示。还研究了通过移动控制点来实现样条曲线的保面积变形。
{"title":"Signed area of sectors between spline curves and the origin","authors":"Kanji Ueda","doi":"10.1109/IV.1999.781575","DOIUrl":"https://doi.org/10.1109/IV.1999.781575","url":null,"abstract":"Formulas for representing the signed area of sectors between Bezier and B-spline curve segments and the origin are presented. The area is expressed by using the coordinates of the control points and coefficients calculated with the basis functions of the spline curves. Area-preserving deformations of the spline curves by moving the control points are also investigated.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130956451","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Visual metaphors to enhance hypermedia 视觉隐喻增强超媒体
Senaka Perera, D. Hobbs, D. Moore
The paper argues that whilst hypermedia systems potentially have a major role to play in education, there is the danger that they tend to engender cognitive and navigational overhead in their users, which in turn detracts from their educational value. A potentially valuable means of ameliorating this difficulty is to use metaphors to aid the user as they interact with the system. The value of metaphors in overcoming the problems of cognitive overloading and navigational overhead is discussed and an experimental study proposed to investigate the design and deployment of suitable metaphors in this context.
这篇论文认为,虽然超媒体系统在教育中有潜在的重要作用,但它们往往会给用户带来认知和导航上的负担,这反过来又降低了它们的教育价值。改善这种困难的一个潜在的有价值的方法是在用户与系统交互时使用隐喻来帮助用户。本文讨论了隐喻在克服认知超载和导航开销方面的价值,并提出了一项实验研究来探讨在这一背景下适当隐喻的设计和使用。
{"title":"Visual metaphors to enhance hypermedia","authors":"Senaka Perera, D. Hobbs, D. Moore","doi":"10.1109/IV.1999.781600","DOIUrl":"https://doi.org/10.1109/IV.1999.781600","url":null,"abstract":"The paper argues that whilst hypermedia systems potentially have a major role to play in education, there is the danger that they tend to engender cognitive and navigational overhead in their users, which in turn detracts from their educational value. A potentially valuable means of ameliorating this difficulty is to use metaphors to aid the user as they interact with the system. The value of metaphors in overcoming the problems of cognitive overloading and navigational overhead is discussed and an experimental study proposed to investigate the design and deployment of suitable metaphors in this context.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130914052","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Environment piJ for visual programming in Java 用于Java可视化编程的环境piJ
V. V. Prokhorov, V. A. Kosarev
Authoring tool /sup /spl pi//J (piJ) is based on original results in the areas of visual languages and programming technology. It is developed in 2 main versions: (a) a tool to program in Java (as stay-alone tool, as add-on for MS FrontPage, and as a component of our MetaCalc environment); (b) add-on for MS FrontPage to develop fragments in JavaScript. The software supports chart versions of Java and JavaScript in V. Prokhorov's (1992) structured /spl pi/-chart, flow-chart, and Nessie-Shneidermann structure grams. /sup /spl pi//J includes tools to convert a plain Java text to chart and back. The tool allows the user to change textual representation of any structured part of a program to a graphic one and back. The tool realizes technology of extension/cutting of the user language and technology of linking with external languages. A version of a tool supports programming of microprocessor Z8 in visual assembler. The tool can be used in software design, education, Web design, supercomputing, and other areas.
创作工具/sup /spl pi//J (piJ)是基于视觉语言和编程技术领域的原始成果。它有两个主要版本:(a)一个用Java编程的工具(作为单独的工具,作为MS FrontPage的附加组件,以及作为我们MetaCalc环境的一个组件);(b) MS FrontPage的插件,以开发JavaScript片段。该软件支持Java和JavaScript的图表版本V. Prokhorov(1992)结构化/spl pi/-图,流程图和Nessie-Shneidermann结构图。/sup /spl pi//J包含将纯Java文本转换为图表和返回的工具。该工具允许用户将程序的任何结构化部分的文本表示形式更改为图形表示形式。该工具实现了用户语言的扩展/切割技术和与外部语言的链接技术。一种支持微处理器Z8可视化汇编编程的工具版本。该工具可用于软件设计、教育、Web设计、超级计算和其他领域。
{"title":"Environment piJ for visual programming in Java","authors":"V. V. Prokhorov, V. A. Kosarev","doi":"10.1109/IV.1999.781609","DOIUrl":"https://doi.org/10.1109/IV.1999.781609","url":null,"abstract":"Authoring tool /sup /spl pi//J (piJ) is based on original results in the areas of visual languages and programming technology. It is developed in 2 main versions: (a) a tool to program in Java (as stay-alone tool, as add-on for MS FrontPage, and as a component of our MetaCalc environment); (b) add-on for MS FrontPage to develop fragments in JavaScript. The software supports chart versions of Java and JavaScript in V. Prokhorov's (1992) structured /spl pi/-chart, flow-chart, and Nessie-Shneidermann structure grams. /sup /spl pi//J includes tools to convert a plain Java text to chart and back. The tool allows the user to change textual representation of any structured part of a program to a graphic one and back. The tool realizes technology of extension/cutting of the user language and technology of linking with external languages. A version of a tool supports programming of microprocessor Z8 in visual assembler. The tool can be used in software design, education, Web design, supercomputing, and other areas.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"16 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126534288","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
3D ray-tracing on PC networks using TCP/IP 使用TCP/IP的PC网络上的3D光线追踪
T. D. Scott, V. Fusco, R. S. Ferguson
This paper presents a 3D graphics rendering algorithm for photorealistic ray tracing operating over a network of personal computers. The implementation incorporates partitioning methodologies for both memory and workload to achieve efficient execution on a distributed personal computer, PC, network. Experimental results that compare algorithm efficiency in dual processor machines and TCP/IP networks with respect to execution on a single processor are discussed.
本文提出了一种在个人计算机网络上运行的用于逼真光线追踪的三维图形绘制算法。该实现结合了内存和工作负载的分区方法,以实现在分布式个人计算机(PC)网络上的高效执行。实验结果比较了算法在双处理机和TCP/IP网络上在单处理机上的执行效率。
{"title":"3D ray-tracing on PC networks using TCP/IP","authors":"T. D. Scott, V. Fusco, R. S. Ferguson","doi":"10.1109/IV.1999.781542","DOIUrl":"https://doi.org/10.1109/IV.1999.781542","url":null,"abstract":"This paper presents a 3D graphics rendering algorithm for photorealistic ray tracing operating over a network of personal computers. The implementation incorporates partitioning methodologies for both memory and workload to achieve efficient execution on a distributed personal computer, PC, network. Experimental results that compare algorithm efficiency in dual processor machines and TCP/IP networks with respect to execution on a single processor are discussed.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121582963","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Ultima Ratio-a visual language for argumentation 终极比例——一种用于论证的视觉语言
Michael Schroeder, D. Plewe, A. Raab
In the third act of Shakespeare's Hamlet, the hero is unsure whether to kill Claudius-the assassin of Hamlet's father-or not. He argues that if he does kill him, Claudius who is praying at that very moment goes to heaven and if he does not kill him Hamlet's father is not revenged. A contradiction. Ultima Ratio aims at formalization and visualization of argumentation for agents. An agent is constituted by a set of arguments and assumptions. Facing a particular world, the agent's believes may be inconsistent triggering a rational monologue to deal with the situation. Formally, we define a framework for argumentation based on extended logic programming under well-founded semantics. The system serves as decision support and is capable of detecting and removing contradictions and deriving conclusions of the agent's arguments. To demonstrate the structure and dynamics of the agent's argumentation, we visualise the process as dynamic construction of proof trees. The paper includes screenshots of the logical engine and the visualisation unit as exhibited at the computer arts exhibition Ars Electronica 98.
在莎士比亚的《哈姆雷特》第三幕中,主人公不确定是否要杀死杀死哈姆雷特父亲的刺客克劳迪斯。他辩称,如果他杀了哈姆雷特,正在祈祷的克劳迪斯就会升入天堂,如果他不杀他,哈姆雷特的父亲就不会得到复仇。一个矛盾。Ultima Ratio旨在将智能体的论证形式化和可视化。一个代理是由一组论证和假设构成的。面对一个特定的世界,代理人的信念可能不一致,从而引发理性的独白来处理这种情况。在形式上,我们定义了一个基于扩展逻辑规划的论证框架。该系统作为决策支持,能够检测和消除矛盾,并得出代理论点的结论。为了演示智能体论证的结构和动态,我们将该过程可视化为证明树的动态构造。本文包括逻辑引擎和可视化单元的截图,在计算机艺术展览Ars Electronica 1998上展出。
{"title":"Ultima Ratio-a visual language for argumentation","authors":"Michael Schroeder, D. Plewe, A. Raab","doi":"10.1109/IV.1999.781604","DOIUrl":"https://doi.org/10.1109/IV.1999.781604","url":null,"abstract":"In the third act of Shakespeare's Hamlet, the hero is unsure whether to kill Claudius-the assassin of Hamlet's father-or not. He argues that if he does kill him, Claudius who is praying at that very moment goes to heaven and if he does not kill him Hamlet's father is not revenged. A contradiction. Ultima Ratio aims at formalization and visualization of argumentation for agents. An agent is constituted by a set of arguments and assumptions. Facing a particular world, the agent's believes may be inconsistent triggering a rational monologue to deal with the situation. Formally, we define a framework for argumentation based on extended logic programming under well-founded semantics. The system serves as decision support and is capable of detecting and removing contradictions and deriving conclusions of the agent's arguments. To demonstrate the structure and dynamics of the agent's argumentation, we visualise the process as dynamic construction of proof trees. The paper includes screenshots of the logical engine and the visualisation unit as exhibited at the computer arts exhibition Ars Electronica 98.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115367333","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Visualizing real estate property information on the Web 可视化Web上的房地产信息
Theodore W. Hong
We have designed and are implementing a system called ReV (Real estate Visualiser) for exploring real estate property listings on the World-Wide Web. Given the large number of different Web sites providing listings, each with its own presentation format, and the high dimensionality of the property space itself, it is difficult to obtain a comprehensive single view of property data on the Web. ReV addresses this problem by using grammar induction techniques to automatically learn to parse pages from new Web sites and collate all of their listings together. It them visualizes this listing data using a map based color coding technique. This work draws together a number of strands from the fields of information visualization, machine learning, and database integration. We also hypothesize that ReV will be adaptable to inducing structures from other types of Web data.
我们已经设计并正在实现一个名为ReV (Real estate Visualiser)的系统,用于在万维网上搜索房地产列表。考虑到提供清单的大量不同的Web站点(每个站点都有自己的表示格式)以及属性空间本身的高维性,很难在Web上获得属性数据的全面单一视图。ReV通过使用语法归纳技术来自动学习解析来自新Web站点的页面并将它们的所有列表整理在一起,从而解决了这个问题。它使用基于地图的颜色编码技术可视化这个清单数据。这项工作汇集了信息可视化、机器学习和数据库集成领域的许多分支。我们还假设ReV将适用于从其他类型的Web数据中引入结构。
{"title":"Visualizing real estate property information on the Web","authors":"Theodore W. Hong","doi":"10.1109/IV.1999.781556","DOIUrl":"https://doi.org/10.1109/IV.1999.781556","url":null,"abstract":"We have designed and are implementing a system called ReV (Real estate Visualiser) for exploring real estate property listings on the World-Wide Web. Given the large number of different Web sites providing listings, each with its own presentation format, and the high dimensionality of the property space itself, it is difficult to obtain a comprehensive single view of property data on the Web. ReV addresses this problem by using grammar induction techniques to automatically learn to parse pages from new Web sites and collate all of their listings together. It them visualizes this listing data using a map based color coding technique. This work draws together a number of strands from the fields of information visualization, machine learning, and database integration. We also hypothesize that ReV will be adaptable to inducing structures from other types of Web data.","PeriodicalId":340240,"journal":{"name":"1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115569500","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
期刊
1999 IEEE International Conference on Information Visualization (Cat. No. PR00210)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1