首页 > 最新文献

Conference on Organizational Computing Systems最新文献

英文 中文
Linguistic supports for development of distributed organizational information systems in object-oriented concurrent computation frameworks 面向对象并发计算框架中分布式组织信息系统开发的语言支持
Pub Date : 1991-10-01 DOI: 10.1145/122831.122851
Ken Wakita, A. Yonezawa
For the development of large and sophisticated distributed organizational information systems, one of the most prevalent, yet difficult problems is secure concurrent access to shared objects while preserving collective system consistency. In modeling and implementing such systems in object-oriented concurrent languages, linguistic supports are needed to enable the programmer to have a transparent view of shared objects. For this purpose, we generalized the standard notion of nested transactions to accommodate asynchronous message passing protocols, and introduced the notion of object-wise atomicity level. This paper discusses our proposed linguistic constructs for such transaction facilities.
对于大型和复杂的分布式组织信息系统的开发,最普遍但最困难的问题之一是在保持集体系统一致性的同时安全并发访问共享对象。在用面向对象并发语言建模和实现这样的系统时,需要语言支持,以使程序员能够对共享对象有一个透明的视图。为此,我们推广了嵌套事务的标准概念,以适应异步消息传递协议,并引入了面向对象的原子性级别的概念。本文讨论了我们为这种交易设施提出的语言结构。
{"title":"Linguistic supports for development of distributed organizational information systems in object-oriented concurrent computation frameworks","authors":"Ken Wakita, A. Yonezawa","doi":"10.1145/122831.122851","DOIUrl":"https://doi.org/10.1145/122831.122851","url":null,"abstract":"For the development of large and sophisticated distributed organizational information systems, one of the most prevalent, yet difficult problems is secure concurrent access to shared objects while preserving collective system consistency. In modeling and implementing such systems in object-oriented concurrent languages, linguistic supports are needed to enable the programmer to have a transparent view of shared objects. For this purpose, we generalized the standard notion of nested transactions to accommodate asynchronous message passing protocols, and introduced the notion of object-wise atomicity level. This paper discusses our proposed linguistic constructs for such transaction facilities.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1991-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131567157","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}
引用次数: 6
GMAL: a reflective language for distributed AI GMAL:一种用于分布式AI的反射语言
Pub Date : 1991-10-01 DOI: 10.1145/122831.122843
S. Hassas
GMAL is an actor language based on a reflective representationof LIICactor model. This modelization provides interesting features for a tool of Distributed Artificial Intelligence such as modularity, flexibility, i~erent parallelism and easy integration of intelligent functions such as introspection. We give first, a brief presentation of the pure actor model of Agha and show how GMAL is designed as a closure of this model. We preSent then, the interest of such a modelization for a tool for DAI and finish by presenting an example on the use of GMAL for knowledge’s representation, exploitation and generation.
GMAL是一种基于LIICactor模型的反射表示的actor语言。这种建模为分布式人工智能工具提供了一些有趣的特性,如模块化、灵活性、事件并行性和易于集成的智能功能(如自省)。我们首先简要介绍了Agha的纯行动者模型,并展示了GMAL是如何被设计为该模型的闭包的。然后,我们提出了对DAI工具进行这种建模的兴趣,并通过使用GMAL进行知识表示,开发和生成的示例来结束。
{"title":"GMAL: a reflective language for distributed AI","authors":"S. Hassas","doi":"10.1145/122831.122843","DOIUrl":"https://doi.org/10.1145/122831.122843","url":null,"abstract":"GMAL is an actor language based on a reflective representationof LIICactor model. This modelization provides interesting features for a tool of Distributed Artificial Intelligence such as modularity, flexibility, i~erent parallelism and easy integration of intelligent functions such as introspection. We give first, a brief presentation of the pure actor model of Agha and show how GMAL is designed as a closure of this model. We preSent then, the interest of such a modelization for a tool for DAI and finish by presenting an example on the use of GMAL for knowledge’s representation, exploitation and generation.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1991-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129685170","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}
引用次数: 0
Language and distributed system support for complex organizational services 复杂组织服务的语言和分布式系统支持
Pub Date : 1991-10-01 DOI: 10.1145/122831.122832
A. Schill, A. Malhotra
This paper presents a distributed approach and system to support complex distributed application services (briefly: complex services). A basic application service is described by a typed operational interface and is implemented by multiple distributed server instances. Complex services consist of sequential and parallel executions of basic services. They are implemented by a specific execution model. This model allows for specification of complex service execution sequences, for management of data objects to be operated upon, and for flexible binding of requested services to associated servers. This flexibility is mainly achieved by the dynamic routing of objects representing a complex service execution. Specific support for this model is provided by a new high-level language to specify a service/server environment and to describe execution sequences, by an associated runtime environment, and by a supplemental monitor approach to supervise distributed service executions. The paper describes these facilities using examples from the office automation area.
本文提出了一种支持复杂分布式应用服务(简称:复杂服务)的分布式方法和系统。基本应用程序服务由类型化操作接口描述,并由多个分布式服务器实例实现。复杂服务由基本服务的顺序并行执行组成。它们由特定的执行模型实现。该模型允许规范复杂的服务执行序列、管理要操作的数据对象,以及将请求的服务灵活地绑定到相关的服务器。这种灵活性主要通过表示复杂服务执行的对象的动态路由来实现。对该模型的特定支持由新的高级语言提供,以指定服务/服务器环境并描述执行序列,由关联的运行时环境提供,并通过补充的监视方法来监督分布式服务执行。本文以办公自动化领域的实例对这些设施进行了介绍。
{"title":"Language and distributed system support for complex organizational services","authors":"A. Schill, A. Malhotra","doi":"10.1145/122831.122832","DOIUrl":"https://doi.org/10.1145/122831.122832","url":null,"abstract":"This paper presents a distributed approach and system to support complex distributed application services (briefly: complex services). A basic application service is described by a typed operational interface and is implemented by multiple distributed server instances. Complex services consist of sequential and parallel executions of basic services. They are implemented by a specific execution model. This model allows for specification of complex service execution sequences, for management of data objects to be operated upon, and for flexible binding of requested services to associated servers. This flexibility is mainly achieved by the dynamic routing of objects representing a complex service execution. Specific support for this model is provided by a new high-level language to specify a service/server environment and to describe execution sequences, by an associated runtime environment, and by a supplemental monitor approach to supervise distributed service executions. The paper describes these facilities using examples from the office automation area.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1991-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117029046","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}
引用次数: 6
Replicated architectures for shared window systems: a critique 共享窗口系统的复制架构:评论
Pub Date : 1990-04-01 DOI: 10.1145/91474.91551
Chris Lauwers, T. A. Joseph, K. Lantz, A. Romanow
Replicating applications in a shared window environment can significantly improve the performance of the resulting system. Compared to a completely centralized approach, a replicated architecture offers superior response time and reduces network load. To date, however, these advantages have been overshadowed by the equally significant synchronization problems associated with replication. In this paper we document these problems and show that the most frequent synchronization problems can be solved without changing existing software. We further indicate how some of the limitations of the resulting system can be removed by making applications or system servers collaboration-aware. Finally, we point out where general system support is needed to address the remaining deficiencies.
在共享窗口环境中复制应用程序可以显著提高最终系统的性能。与完全集中的方法相比,复制体系结构提供了更好的响应时间并减少了网络负载。然而,到目前为止,这些优点已经被与复制相关的同样重要的同步问题所掩盖。在本文中,我们记录了这些问题,并表明最常见的同步问题可以在不更改现有软件的情况下解决。我们进一步指出如何通过使应用程序或系统服务器具有协作意识来消除最终系统的一些限制。最后,我们指出了需要一般系统支持的地方,以解决剩余的不足。
{"title":"Replicated architectures for shared window systems: a critique","authors":"Chris Lauwers, T. A. Joseph, K. Lantz, A. Romanow","doi":"10.1145/91474.91551","DOIUrl":"https://doi.org/10.1145/91474.91551","url":null,"abstract":"Replicating applications in a shared window environment can significantly improve the performance of the resulting system. Compared to a completely centralized approach, a replicated architecture offers superior response time and reduces network load. To date, however, these advantages have been overshadowed by the equally significant synchronization problems associated with replication. In this paper we document these problems and show that the most frequent synchronization problems can be solved without changing existing software. We further indicate how some of the limitations of the resulting system can be removed by making applications or system servers collaboration-aware. Finally, we point out where general system support is needed to address the remaining deficiencies.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114964080","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}
引用次数: 121
A logically distributed approach for structuring office systems 用于构建办公系统的逻辑分布式方法
Pub Date : 1990-04-01 DOI: 10.1145/91474.91482
Panos K. Chrysanthis, D. Stemple, K. Ramamritham
An object-oriented office model is presented. It uses the object taxonomy of Booch featuring object classes based on calling patterns. Our model is motivated by that of Woo and Lochovsky, but has a number of differences, especially in the definition of the object classes and in the treatment of nested objects. An office application, setting a meeting among office workers, is defined in terms the office model.
提出了一个面向对象的办公模型。它使用Booch的对象分类法,以基于调用模式的对象类为特征。我们的模型受到Woo和Lochovsky的启发,但有许多不同之处,特别是在对象类的定义和嵌套对象的处理方面。办公室应用程序设置办公室工作人员之间的会议,是根据办公室模型定义的。
{"title":"A logically distributed approach for structuring office systems","authors":"Panos K. Chrysanthis, D. Stemple, K. Ramamritham","doi":"10.1145/91474.91482","DOIUrl":"https://doi.org/10.1145/91474.91482","url":null,"abstract":"An object-oriented office model is presented. It uses the object taxonomy of Booch featuring object classes based on calling patterns. Our model is motivated by that of Woo and Lochovsky, but has a number of differences, especially in the definition of the object classes and in the treatment of nested objects. An office application, setting a meeting among office workers, is defined in terms the office model.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114298497","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
SACT: a tool for automating semi-structured organizational communication SACT:用于自动化半结构化组织通信的工具
Pub Date : 1990-04-01 DOI: 10.1145/91474.91493
C. Woo
To cope with a highly specialized environment, organizational workers specialize in different areas of knowledge (e.g., taxation). Communication plays a very important role in performing organizational tasks that require multiple specializations. In fact, research data shows that managers and professionals spend about 70-80% of their time in communication. To alleviate the time organizational workers spend in communication, some of their communication should be automated. In this paper, we propose a communication tool for this purpose. This tool can be used essentially in the same way that an expert system shell is used.The function of this tool is to collect data needed for performing a task in an open system. In order to do so, the two communicating parties must understand what each other wants. The speech act taxonomy developed by Searle, then modified by Reiss, is useful for this purpose. However, their taxonomy is intended for general communication. We have to select the appropriate subset of it that is suitable for automating organizational communication and have to operationalize the theory behind it into a computer-based communication tool.
为了应对高度专业化的环境,组织工作者专门研究不同的知识领域(例如,税务)。在执行需要多种专业化的组织任务时,沟通起着非常重要的作用。事实上,研究数据显示,管理者和专业人士花费大约70-80%的时间在沟通上。为了减少组织工作人员在沟通上花费的时间,他们的一些沟通应该自动化。在本文中,我们提出了一种用于此目的的通信工具。这个工具的使用方式基本上与专家系统shell的使用方式相同。该工具的功能是收集在开放系统中执行任务所需的数据。为了做到这一点,沟通双方必须了解对方想要什么。Searle提出的言语行为分类法,经过Reiss的修改,在这方面很有用。但是,它们的分类法用于一般通信。我们必须选择适合自动化组织沟通的适当子集,并且必须将其背后的理论应用到基于计算机的沟通工具中。
{"title":"SACT: a tool for automating semi-structured organizational communication","authors":"C. Woo","doi":"10.1145/91474.91493","DOIUrl":"https://doi.org/10.1145/91474.91493","url":null,"abstract":"To cope with a highly specialized environment, organizational workers specialize in different areas of knowledge (e.g., taxation). Communication plays a very important role in performing organizational tasks that require multiple specializations. In fact, research data shows that managers and professionals spend about 70-80% of their time in communication. To alleviate the time organizational workers spend in communication, some of their communication should be automated. In this paper, we propose a communication tool for this purpose. This tool can be used essentially in the same way that an expert system shell is used.\u0000The function of this tool is to collect data needed for performing a task in an open system. In order to do so, the two communicating parties must understand what each other wants. The speech act taxonomy developed by Searle, then modified by Reiss, is useful for this purpose. However, their taxonomy is intended for general communication. We have to select the appropriate subset of it that is suitable for automating organizational communication and have to operationalize the theory behind it into a computer-based communication tool.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"60 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126467537","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}
引用次数: 22
A set-to-set linking strategy for hypertext systems 超文本系统的集对集链接策略
Pub Date : 1990-04-01 DOI: 10.1145/91474.91500
Y. Hara, Y. Kasahara
This paper proposes a set-to-set linking model with the purpose of improving the trade-off between link organizing/updating costs and link utilization benefits. This model is based on a value-document linking structure in a multi-facet schema, that is, a schema-instance linking structure which helps to decrease the total number of links. It provides a series of traversing operations to create dynamically the related document set step-by-step in accord with certain specified values. A prototype fine arts encyclopedia demonstrates the usefulness of this linking strategy.
本文提出了一种集对集链接模型,以改善链路组织/更新成本与链路利用效益之间的权衡。该模型基于多层模式中的值-文档链接结构,即有助于减少链接总数的模式-实例链接结构。它提供了一系列遍历操作,以便根据某些指定值逐步动态地创建相关文档集。一个原型美术百科全书展示了这种链接策略的有效性。
{"title":"A set-to-set linking strategy for hypertext systems","authors":"Y. Hara, Y. Kasahara","doi":"10.1145/91474.91500","DOIUrl":"https://doi.org/10.1145/91474.91500","url":null,"abstract":"This paper proposes a set-to-set linking model with the purpose of improving the trade-off between link organizing/updating costs and link utilization benefits. This model is based on a value-document linking structure in a multi-facet schema, that is, a schema-instance linking structure which helps to decrease the total number of links. It provides a series of traversing operations to create dynamically the related document set step-by-step in accord with certain specified values. A prototype fine arts encyclopedia demonstrates the usefulness of this linking strategy.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115468094","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}
引用次数: 11
An object-oriented data model for distributed office applications 分布式办公应用程序的面向对象数据模型
Pub Date : 1990-04-01 DOI: 10.1145/91474.91544
E. Bertino, Mauro Negri, G. Pelagatti, L. Sbattella
The object-oriented paradigm is becoming very popular for database applications and several object-oriented DBMSs have been developed. A basic notion in this paradigm is the inheritance hierarchy that allows the users to define objects and the associated operations starting from already defined objects. However, in database applications the inheritance hierarchy must provide a conceptual modeling function, in addition to the re-usability function. Another important requirement is to provide support for data distribution in (possibly) heterogeneous environments. This means that object implementation may differ depending on the object location. This paper presents a model that decouples these two aspects, modeling vs implementation, by using the concept of abstract and implementation classes. An abstract class specifies properties and methods for a set of similar objects, like in other object-oriented data models. An abstract class is however independent of the object implementation and location. An implementation class defines the implementation of an abstract class. In our model an abstract class may have several implementations. This allows the user to provide different implementations for the same set of objects, without requiring the objects to change class.
面向对象范例在数据库应用程序中变得非常流行,并且已经开发了几个面向对象的dbms。这个范例中的一个基本概念是继承层次结构,它允许用户定义对象和从已经定义的对象开始的相关操作。然而,在数据库应用程序中,除了可重用性功能之外,继承层次结构还必须提供概念性建模功能。另一个重要需求是在(可能的)异构环境中提供对数据分发的支持。这意味着对象实现可能因对象位置的不同而不同。本文提出了一个模型,通过使用抽象类和实现类的概念,将建模和实现这两个方面解耦。抽象类为一组类似对象指定属性和方法,就像在其他面向对象的数据模型中一样。然而,抽象类独立于对象实现和位置。实现类定义抽象类的实现。在我们的模型中,一个抽象类可能有几个实现。这允许用户为同一组对象提供不同的实现,而不需要对象更改类。
{"title":"An object-oriented data model for distributed office applications","authors":"E. Bertino, Mauro Negri, G. Pelagatti, L. Sbattella","doi":"10.1145/91474.91544","DOIUrl":"https://doi.org/10.1145/91474.91544","url":null,"abstract":"The object-oriented paradigm is becoming very popular for database applications and several object-oriented DBMSs have been developed. A basic notion in this paradigm is the inheritance hierarchy that allows the users to define objects and the associated operations starting from already defined objects. However, in database applications the inheritance hierarchy must provide a conceptual modeling function, in addition to the re-usability function. Another important requirement is to provide support for data distribution in (possibly) heterogeneous environments. This means that object implementation may differ depending on the object location. This paper presents a model that decouples these two aspects, modeling vs implementation, by using the concept of abstract and implementation classes. An abstract class specifies properties and methods for a set of similar objects, like in other object-oriented data models. An abstract class is however independent of the object implementation and location. An implementation class defines the implementation of an abstract class. In our model an abstract class may have several implementations. This allows the user to provide different implementations for the same set of objects, without requiring the objects to change class.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128754169","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}
引用次数: 13
Coordinating distributed actions via agent voting 通过代理投票协调分布式操作
Pub Date : 1990-04-01 DOI: 10.1145/91474.91501
Arnold B. Urken
This paper investigates the use of voting policies to coordinate routing decisions in a phone network. Although the social metaphor of voting has been applied to network coordination decision tasks, this study presents the first operational example of a vote-theoretic group decision support system (GDSS) for nodes. The experimental evidence shows that a collective choice voting policy dominates a policy of individual, hierarchical voting in minimizing movement toward system saturation and promoting load balancing. This result provides a basis for using voting policies to create more complex self-correcting networks.
本文研究了在电话网络中使用投票策略来协调路由决策。虽然投票的社会隐喻已被应用于网络协调决策任务,但本研究提出了节点投票理论群体决策支持系统(GDSS)的第一个操作示例。实验证据表明,集体选择投票策略在最小化系统饱和运动和促进负载平衡方面优于个体分层投票策略。这一结果为使用投票策略创建更复杂的自校正网络提供了基础。
{"title":"Coordinating distributed actions via agent voting","authors":"Arnold B. Urken","doi":"10.1145/91474.91501","DOIUrl":"https://doi.org/10.1145/91474.91501","url":null,"abstract":"This paper investigates the use of voting policies to coordinate routing decisions in a phone network. Although the social metaphor of voting has been applied to network coordination decision tasks, this study presents the first operational example of a vote-theoretic group decision support system (GDSS) for nodes. The experimental evidence shows that a collective choice voting policy dominates a policy of individual, hierarchical voting in minimizing movement toward system saturation and promoting load balancing. This result provides a basis for using voting policies to create more complex self-correcting networks.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126413058","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
An approach to integrated office document processing and management 综合办公文件处理和管理的方法
Pub Date : 1990-04-01 DOI: 10.1145/91474.91497
N. Mattos, B. Mitschang, A. Dengel, Rainer Bleisinger
We propose an approach towards an integrated document processing and management system that has the intention to capture essentially freely structured documents, like those typically used in the office domain. The document analysis system ANASTASIL is capable to reveal the structure as well as the contents of complex paper documents. Moreover, it facilitates the handling of the containing information. Analyzed documents are stored in the management system KRISYS that is connected to several different subsequent services. The described system can be considered as an ideal extension of the human clerk, making his tasks in information processing easier. The symbolic representation of the analysis results allow an easy transformation in a given international standard, e.g., ODA/ODIF or SGML, and to interchange it via global network.
我们提出了一种集成文档处理和管理系统的方法,该系统的目的是捕获本质上自由结构化的文档,就像那些通常在办公领域使用的文档一样。文件分析系统ANASTASIL能够揭示复杂纸质文件的结构和内容。此外,它还方便了所包含信息的处理。分析后的文档存储在管理系统KRISYS中,该系统连接到几个不同的后续服务。所描述的系统可以被认为是人类职员的理想扩展,使他的信息处理任务更容易。分析结果的符号表示允许在给定的国际标准中轻松转换,例如,ODA/ODIF或SGML,并通过全球网络进行交换。
{"title":"An approach to integrated office document processing and management","authors":"N. Mattos, B. Mitschang, A. Dengel, Rainer Bleisinger","doi":"10.1145/91474.91497","DOIUrl":"https://doi.org/10.1145/91474.91497","url":null,"abstract":"We propose an approach towards an integrated document processing and management system that has the intention to capture essentially freely structured documents, like those typically used in the office domain. The document analysis system ANASTASIL is capable to reveal the structure as well as the contents of complex paper documents. Moreover, it facilitates the handling of the containing information. Analyzed documents are stored in the management system KRISYS that is connected to several different subsequent services. The described system can be considered as an ideal extension of the human clerk, making his tasks in information processing easier. The symbolic representation of the analysis results allow an easy transformation in a given international standard, e.g., ODA/ODIF or SGML, and to interchange it via global network.","PeriodicalId":338751,"journal":{"name":"Conference on Organizational Computing Systems","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133145598","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
期刊
Conference on Organizational Computing Systems
全部 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