首页 > 最新文献

ACM SE '10最新文献

英文 中文
Adaptive stable marriage algorithms 自适应稳定婚姻算法
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900057
John Dabney, B. C. Dean
Although it takes O(n2) worst-case time to solve a stable marriage problem instance with n men and n women, a trivial O(n) algorithm suffices if all men are known to have identical preference lists and all women also are known to have identical preference lists. Since real-world instances often involve men or women with similar but not necessarily identical preference lists, this motivates us to introduce the notion of an adaptive stable marriage algorithm --- an algorithm whose running time is of the form O(n + k), where k describes the aggregate amount of disagreement between the preference lists in our instance versus a pair of specified "consensus" preference lists, one for the men and one for women. The running time of an adaptive stable matching algorithm therefore gracefully scales from O(n2) in the worse case down to O(n) in the case where preference lists are all in close agreement. We show how the O(n+k) running time bound can be achieved if all women are known to have identical preference lists, leaving the case where both men and women can have non-identical but similar preference lists as an open question. We also show how this special case may serve as a good model for sports drafts.
虽然解决一个有n个男人和n个女人的稳定婚姻问题实例需要O(n2)的最坏情况时间,但如果已知所有的男人有相同的偏好列表,并且已知所有的女人也有相同的偏好列表,那么一个平凡的O(n)算法就足够了。由于现实世界的实例通常涉及具有相似但不一定相同偏好列表的男性或女性,这促使我们引入自适应稳定婚姻算法的概念——该算法的运行时间为O(n + k),其中k描述了我们实例中的偏好列表与一对指定的“共识”偏好列表之间的分歧总量,一个用于男性,一个用于女性。因此,自适应稳定匹配算法的运行时间从最坏情况下的O(n2)优雅地扩展到偏好列表都非常一致的情况下的O(n)。我们展示了如果已知所有女性都有相同的偏好列表,如何实现O(n+k)的运行时间限制,留下男性和女性都有不相同但相似的偏好列表的情况作为一个开放问题。我们还展示了这种特殊情况如何可以作为体育选秀的一个很好的模型。
{"title":"Adaptive stable marriage algorithms","authors":"John Dabney, B. C. Dean","doi":"10.1145/1900008.1900057","DOIUrl":"https://doi.org/10.1145/1900008.1900057","url":null,"abstract":"Although it takes O(n2) worst-case time to solve a stable marriage problem instance with n men and n women, a trivial O(n) algorithm suffices if all men are known to have identical preference lists and all women also are known to have identical preference lists. Since real-world instances often involve men or women with similar but not necessarily identical preference lists, this motivates us to introduce the notion of an adaptive stable marriage algorithm --- an algorithm whose running time is of the form O(n + k), where k describes the aggregate amount of disagreement between the preference lists in our instance versus a pair of specified \"consensus\" preference lists, one for the men and one for women. The running time of an adaptive stable matching algorithm therefore gracefully scales from O(n2) in the worse case down to O(n) in the case where preference lists are all in close agreement. We show how the O(n+k) running time bound can be achieved if all women are known to have identical preference lists, leaving the case where both men and women can have non-identical but similar preference lists as an open question. We also show how this special case may serve as a good model for sports drafts.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114828448","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
Markov anomaly modeling for trust management in variable threat environments 可变威胁环境下信任管理的马尔可夫异常建模
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900155
W. O. Redwood, M. Burmester
Trust Management (TM) systems are frameworks for managing security in decentralized environments. Recently two TM systems were presented that support authorization in variable-threat environments: the first one deals with unanticipated network activities, the second with unanticipated user behavior. A trust agent is used to monitor the threat levels in each domain of the system. When the level is elevated, access to resources may be revoked, independently of other trust mechanisms that may apply (based on discretionary or mandatory controls). When the threat level is later lowered, services get restored---this is termed rollback access. In this paper we explore the application of Markov chains and hidden Markov models to trace anomalous domain and/or user behavior. Our model for TM in variable-threat environments provides for real-time proactive system defenses, based on anomalous behavior. Such behavior is not necessarily caused by adversarial actions: it is triggered by atypical behavior during a certain time-period. This is because with security critical applications it is not always possible to distinguish malicious from atypical behavior---of course our model also defends against malicious behavior that can be identified (using Intrusion Detection mechanisms). Our approach supports a new control layer, the Threat Level Control (TLC) layer, above the existing MAC and DAC layers, and implements a novel real-time Markov stochastic anomaly analyzer that defends system resources by using threat level controls. This work is part of ongoing research to develop dynamic, real-time trigger mechanisms for rollback-access Trust Management systems.
信任管理(TM)系统是用于在分散环境中管理安全性的框架。最近提出了两种支持变威胁环境下授权的TM系统:第一种系统处理意外的网络活动,第二种系统处理意外的用户行为。信任代理用于监视系统每个域中的威胁级别。当级别提升时,可以撤销对资源的访问,而不依赖于可能应用的其他信任机制(基于自由裁量或强制控制)。当稍后降低威胁级别时,将恢复服务——这称为回滚访问。在本文中,我们探讨了马尔可夫链和隐马尔可夫模型在跟踪异常域和/或用户行为中的应用。我们在可变威胁环境中的TM模型提供了基于异常行为的实时主动系统防御。这种行为不一定是由对抗行为引起的:它是由特定时间段内的非典型行为引发的。这是因为对于安全关键型应用程序,区分恶意行为和非典型行为并不总是可能的——当然,我们的模型也可以防御可识别的恶意行为(使用入侵检测机制)。我们的方法在现有的MAC和DAC层之上支持一个新的控制层,即威胁级别控制(TLC)层,并实现了一种新的实时马尔可夫随机异常分析器,该分析器通过使用威胁级别控制来保护系统资源。这项工作是为回滚访问信任管理系统开发动态、实时触发机制的正在进行的研究的一部分。
{"title":"Markov anomaly modeling for trust management in variable threat environments","authors":"W. O. Redwood, M. Burmester","doi":"10.1145/1900008.1900155","DOIUrl":"https://doi.org/10.1145/1900008.1900155","url":null,"abstract":"Trust Management (TM) systems are frameworks for managing security in decentralized environments. Recently two TM systems were presented that support authorization in variable-threat environments: the first one deals with unanticipated network activities, the second with unanticipated user behavior. A trust agent is used to monitor the threat levels in each domain of the system. When the level is elevated, access to resources may be revoked, independently of other trust mechanisms that may apply (based on discretionary or mandatory controls). When the threat level is later lowered, services get restored---this is termed rollback access.\u0000 In this paper we explore the application of Markov chains and hidden Markov models to trace anomalous domain and/or user behavior. Our model for TM in variable-threat environments provides for real-time proactive system defenses, based on anomalous behavior. Such behavior is not necessarily caused by adversarial actions: it is triggered by atypical behavior during a certain time-period. This is because with security critical applications it is not always possible to distinguish malicious from atypical behavior---of course our model also defends against malicious behavior that can be identified (using Intrusion Detection mechanisms).\u0000 Our approach supports a new control layer, the Threat Level Control (TLC) layer, above the existing MAC and DAC layers, and implements a novel real-time Markov stochastic anomaly analyzer that defends system resources by using threat level controls.\u0000 This work is part of ongoing research to develop dynamic, real-time trigger mechanisms for rollback-access Trust Management systems.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114910506","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
Pattern-based synonym and antonym extraction 基于模式的同义词反义词提取
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900094
Wenbo Wang, Christopher Thomas, A. Sheth, Victor Chan
Many research studies adopt manually selected patterns for semantic relation extraction. However, manually identifying and discovering patterns is time consuming and it is difficult to discover all potential candidates. Instead, we propose an automatic pattern construction approach to extract verb synonyms and antonyms from English newspapers. Instead of relying on a single pattern, we combine results indicated by multiple patterns to maximize the recall.
许多研究都采用人工选择模式进行语义关系提取。然而,手动识别和发现模式非常耗时,而且很难发现所有潜在的候选模式。为此,我们提出了一种自动模式构建方法来提取英语报刊中的动词近义词和反义词。我们不依赖单一模式,而是将多个模式显示的结果结合起来,以最大限度地提高召回率。
{"title":"Pattern-based synonym and antonym extraction","authors":"Wenbo Wang, Christopher Thomas, A. Sheth, Victor Chan","doi":"10.1145/1900008.1900094","DOIUrl":"https://doi.org/10.1145/1900008.1900094","url":null,"abstract":"Many research studies adopt manually selected patterns for semantic relation extraction. However, manually identifying and discovering patterns is time consuming and it is difficult to discover all potential candidates. Instead, we propose an automatic pattern construction approach to extract verb synonyms and antonyms from English newspapers. Instead of relying on a single pattern, we combine results indicated by multiple patterns to maximize the recall.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"49 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123182808","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}
引用次数: 30
Imprinting community college computer science education with software engineering principles: work in progress 用软件工程原理烙印社区大学计算机科学教育:工作进展
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900082
Jacqueline Hundley
Although the two-year curriculum guide includes coverage of all eight software engineering core topics, the computer science courses taught in the Alabama community colleges limit student exposure to the programming, or coding, phase of the software development lifecycle and offer little experience in requirements analysis, design, testing, and maintenance. We propose that some software engineering principles can be incorporated into the introductory level of the computer science curriculum. Our vision is to give community college students a broader exposure to the software development lifecycle. For those students who plan to transfer to a baccalaureate program subsequent to their community college education, our vision is to prepare them sufficiently to move seamlessly into mainstream computer science and software engineering degrees. For those students who plan to move from the community college to a programming career, our vision is to equip them with the foundational knowledge and skills required by the software industry.
尽管为期两年的课程指南涵盖了所有八个软件工程核心主题,但是阿拉巴马社区学院教授的计算机科学课程限制了学生接触软件开发生命周期的编程或编码阶段,并且在需求分析、设计、测试和维护方面提供的经验很少。我们建议将一些软件工程原理纳入计算机科学课程的入门阶段。我们的愿景是让社区大学的学生更广泛地接触软件开发生命周期。对于那些计划在社区大学教育之后转到学士学位课程的学生,我们的愿景是让他们做好充分准备,无缝地进入主流计算机科学和软件工程学位。对于那些计划从社区大学转到编程职业的学生,我们的愿景是为他们提供软件行业所需的基础知识和技能。
{"title":"Imprinting community college computer science education with software engineering principles: work in progress","authors":"Jacqueline Hundley","doi":"10.1145/1900008.1900082","DOIUrl":"https://doi.org/10.1145/1900008.1900082","url":null,"abstract":"Although the two-year curriculum guide includes coverage of all eight software engineering core topics, the computer science courses taught in the Alabama community colleges limit student exposure to the programming, or coding, phase of the software development lifecycle and offer little experience in requirements analysis, design, testing, and maintenance. We propose that some software engineering principles can be incorporated into the introductory level of the computer science curriculum. Our vision is to give community college students a broader exposure to the software development lifecycle. For those students who plan to transfer to a baccalaureate program subsequent to their community college education, our vision is to prepare them sufficiently to move seamlessly into mainstream computer science and software engineering degrees. For those students who plan to move from the community college to a programming career, our vision is to equip them with the foundational knowledge and skills required by the software industry.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"137 3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128656546","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
Using allopoietic agents in replicated software to respond to errors, faults, and attacks 在复制软件中使用同种异体代理来响应错误、故障和攻击
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900091
C. Bandy
As software becomes more prevalent in society and attacks and faults grow, it is important to have software that can survive. Autopoietic software exists to continuously repair, recreate, and improve itself without producing any computational result or providing any service. Replicated software introduces redundancy into software with diverse, redundant components doing tasks. This research proposes to work in an unbounded environment with agents used to search for software components that exhibit signs of faults, or attacks. The autopoietic agents would kill these processes and similar processes to make the healthy components more available and able to proactively deal with attacks, faults and errors.
随着软件在社会中变得越来越普遍,攻击和错误越来越多,拥有能够生存的软件是很重要的。自创生软件的存在是为了不断地修复、再造和改进自己,而不产生任何计算结果或提供任何服务。复制软件通过不同的、冗余的组件来完成任务,从而为软件引入冗余。这项研究建议在无界环境中使用代理来搜索显示故障或攻击迹象的软件组件。自创生剂会杀死这些过程和类似的过程,使健康的成分更容易获得,并能够主动应对攻击、故障和错误。
{"title":"Using allopoietic agents in replicated software to respond to errors, faults, and attacks","authors":"C. Bandy","doi":"10.1145/1900008.1900091","DOIUrl":"https://doi.org/10.1145/1900008.1900091","url":null,"abstract":"As software becomes more prevalent in society and attacks and faults grow, it is important to have software that can survive. Autopoietic software exists to continuously repair, recreate, and improve itself without producing any computational result or providing any service. Replicated software introduces redundancy into software with diverse, redundant components doing tasks. This research proposes to work in an unbounded environment with agents used to search for software components that exhibit signs of faults, or attacks. The autopoietic agents would kill these processes and similar processes to make the healthy components more available and able to proactively deal with attacks, faults and errors.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"168 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116492284","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
On real time active contours 实时活动轮廓
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900073
Cheng Jin
Active contours represent a widely used segmentation technique. Classical developments often involve great algorithmic complexity, inconveniences with local minima and low convergence to boundary concavities. This paper describes an approach based on a Coarse-to-Fine Normal Neighborhoods strategy (CoFiN2) which leads to lower computational costs, being robust to local minima, and encourages convergence to boundary concavities. This approach is compared with classical methods and is applied on Magnetic Resonance Imaging (MRI) in a real time application.
活动轮廓是一种应用广泛的分割技术。经典的发展往往涉及很大的算法复杂度,不方便局部极小和低收敛到边界凹。本文描述了一种基于粗到细正规邻域策略(CoFiN2)的方法,该方法具有较低的计算成本,对局部极小值具有鲁棒性,并鼓励收敛到边界凹。将该方法与经典方法进行了比较,并在磁共振成像(MRI)中进行了实时应用。
{"title":"On real time active contours","authors":"Cheng Jin","doi":"10.1145/1900008.1900073","DOIUrl":"https://doi.org/10.1145/1900008.1900073","url":null,"abstract":"Active contours represent a widely used segmentation technique. Classical developments often involve great algorithmic complexity, inconveniences with local minima and low convergence to boundary concavities. This paper describes an approach based on a Coarse-to-Fine Normal Neighborhoods strategy (CoFiN2) which leads to lower computational costs, being robust to local minima, and encourages convergence to boundary concavities. This approach is compared with classical methods and is applied on Magnetic Resonance Imaging (MRI) in a real time application.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126257499","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}
引用次数: 2
Shot boundary detection and key frame extraction using salient region detection and structural similarity 基于显著区域检测和结构相似性的镜头边界检测和关键帧提取
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900096
E. Mendi, Coskun Bayrak
In this paper, we present a novel algorithm for shot boundary detection and key frame extraction from video sequences. Saliency maps representing the attended regions are produced from the color and luminance features of the video frames. Introducing a novel signal fidelity measurement -saliency based structural similarity index- the similarity of the maps is measured. Based on the similarities, shot boundaries and key frames are determined. Proposed algorithm is tested on neurosurgical videos and precision and recall performances are measured. Experimental results validate effectiveness of the proposed shot boundary detection and key frame extraction algorithm. Moreover, the algorithm is robust to dissolving digital video effects used in shot transition.
本文提出了一种新的视频序列镜头边界检测和关键帧提取算法。从视频帧的颜色和亮度特征中产生代表参与区域的显著性图。引入一种新的信号保真度测量方法——基于显著性的结构相似度指标,对图的相似度进行了测量。基于相似性,确定镜头边界和关键帧。在神经外科视频上对算法进行了测试,测试了算法的准确率和召回率。实验结果验证了所提出的镜头边界检测和关键帧提取算法的有效性。此外,该算法对镜头过渡中使用的数字视频效果具有较强的鲁棒性。
{"title":"Shot boundary detection and key frame extraction using salient region detection and structural similarity","authors":"E. Mendi, Coskun Bayrak","doi":"10.1145/1900008.1900096","DOIUrl":"https://doi.org/10.1145/1900008.1900096","url":null,"abstract":"In this paper, we present a novel algorithm for shot boundary detection and key frame extraction from video sequences. Saliency maps representing the attended regions are produced from the color and luminance features of the video frames. Introducing a novel signal fidelity measurement -saliency based structural similarity index- the similarity of the maps is measured. Based on the similarities, shot boundaries and key frames are determined. Proposed algorithm is tested on neurosurgical videos and precision and recall performances are measured. Experimental results validate effectiveness of the proposed shot boundary detection and key frame extraction algorithm. Moreover, the algorithm is robust to dissolving digital video effects used in shot transition.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126165689","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}
引用次数: 25
Sammi: a 3-dimensional virtual human information kiosk
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900024
J. Vandeventer, B. Barbour
Sammi is a 3-Dimensional Virtual Human Information Kiosk for use by the Computer Science department at The University of North Carolina Wilmington. Sammi's purpose is to provide information to users about UNCW's Computer Science department, including the faculty, staff, building, and courses offered. She is also able to answer general questions about UNCW and has the ability to carry on an intelligent conversation when the statements or questions are outside the domain of UNCW. Sammi, once fully functional, is to be located in the Computer Information Systems Building. The majority of users will be UNCW students. Sammi will take speech as input and will output speech and graphics (such as maps and diagrams). We describe the design, development, and architecture of Sammi and will discuss the accuracy of her responses to questions from users in our field test.
Sammi是一个三维虚拟人类信息亭,供北卡罗来纳大学威尔明顿分校计算机科学系使用。Sammi的目的是向用户提供有关UNCW计算机科学系的信息,包括教师、员工、建筑和提供的课程。她还能够回答关于《联合国海洋法公约》的一般问题,并且当陈述或问题超出《联合国海洋法公约》的范围时,她有能力进行明智的对话。Sammi一旦完全发挥作用,将设在计算机信息系统大楼。大多数用户将是unw的学生。Sammi将把语音作为输入,并输出语音和图形(如地图和图表)。我们描述了Sammi的设计、开发和体系结构,并将讨论她在现场测试中对用户问题的回答的准确性。
{"title":"Sammi: a 3-dimensional virtual human information kiosk","authors":"J. Vandeventer, B. Barbour","doi":"10.1145/1900008.1900024","DOIUrl":"https://doi.org/10.1145/1900008.1900024","url":null,"abstract":"Sammi is a 3-Dimensional Virtual Human Information Kiosk for use by the Computer Science department at The University of North Carolina Wilmington. Sammi's purpose is to provide information to users about UNCW's Computer Science department, including the faculty, staff, building, and courses offered. She is also able to answer general questions about UNCW and has the ability to carry on an intelligent conversation when the statements or questions are outside the domain of UNCW. Sammi, once fully functional, is to be located in the Computer Information Systems Building. The majority of users will be UNCW students. Sammi will take speech as input and will output speech and graphics (such as maps and diagrams). We describe the design, development, and architecture of Sammi and will discuss the accuracy of her responses to questions from users in our field test.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125737847","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
Defining geometric algebra semantics 定义几何代数语义
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900157
Samantha Zambo
This paper discusses the development of Open Math Content Dictionaries (CDs) for Geometric Algebra (GA) in support of efforts towards developing a Physics Markup Language (PML). This paper introduces the underlying principles of a PML. The background on the various bodies of knowledge that are being leveraged including markup languages, GA, and OpenMath are introduced. The approach for the creation of CDs specific to GA is presented with an amplifying example. Four GA CDs were constructed proving the capabilities for standardizing GA semantics and PML development.
本文讨论了几何代数(GA)开放数学内容字典(cd)的开发,以支持开发物理标记语言(PML)的努力。本文介绍了PML的基本原理。介绍了所利用的各种知识体系的背景,包括标记语言、GA和OpenMath。通过一个放大示例介绍了创建特定于遗传算法的cd的方法。构建了四个GA cd,证明了标准化GA语义和PML开发的能力。
{"title":"Defining geometric algebra semantics","authors":"Samantha Zambo","doi":"10.1145/1900008.1900157","DOIUrl":"https://doi.org/10.1145/1900008.1900157","url":null,"abstract":"This paper discusses the development of Open Math Content Dictionaries (CDs) for Geometric Algebra (GA) in support of efforts towards developing a Physics Markup Language (PML). This paper introduces the underlying principles of a PML. The background on the various bodies of knowledge that are being leveraged including markup languages, GA, and OpenMath are introduced. The approach for the creation of CDs specific to GA is presented with an amplifying example. Four GA CDs were constructed proving the capabilities for standardizing GA semantics and PML development.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125190141","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
Making discrete mathematics relevant 让离散数学变得有意义
Pub Date : 2010-04-15 DOI: 10.1145/1900008.1900060
Anja Remshagen
Discrete mathematics is an important foundation of computer science. Especially during the last decade, resources for instructors have been designed to meet the needs in computer science education. These resources try to present relevant concepts in an engaging way. But the students do not necessarily recognize how discrete mathematics applies to their profession. This paper presents exercises and problems that relate directly to the material a computer science student encounters during his or her studies, so students are more motivated to delve into discrete mathematics.
离散数学是计算机科学的重要基础。特别是在过去的十年中,教师资源的设计是为了满足计算机科学教育的需要。这些资源试图以引人入胜的方式呈现相关概念。但是学生们并不一定认识到离散数学是如何应用于他们的专业的。本文介绍了与计算机科学学生在学习期间遇到的材料直接相关的练习和问题,因此学生更有动力深入研究离散数学。
{"title":"Making discrete mathematics relevant","authors":"Anja Remshagen","doi":"10.1145/1900008.1900060","DOIUrl":"https://doi.org/10.1145/1900008.1900060","url":null,"abstract":"Discrete mathematics is an important foundation of computer science. Especially during the last decade, resources for instructors have been designed to meet the needs in computer science education. These resources try to present relevant concepts in an engaging way. But the students do not necessarily recognize how discrete mathematics applies to their profession. This paper presents exercises and problems that relate directly to the material a computer science student encounters during his or her studies, so students are more motivated to delve into discrete mathematics.","PeriodicalId":333104,"journal":{"name":"ACM SE '10","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130876902","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}
引用次数: 7
期刊
ACM SE '10
全部 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