首页 > 最新文献

2014 International Conference on Advanced Computer Science and Information System最新文献

英文 中文
A new patients' rights oriented model of EMR access security 以患者权利为导向的EMR访问安全新模型
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065858
Y. B. Dwi Setianto, Yustina Retno Wahyu Utami
Electronic Medical Records (EMR) is an evolution of the conventional Medical Record files. The evolution is inevitable due to information technology advancement. Electronic format brings flexibility and ease which is potential to better guarantee patients' rights to access the contents of the files in their medical records, according to the laws in Indonesia. This study designed a new model of EMR security access which is patients' rights-oriented and adjusted with the regulations and laws in Indonesia. The architecture of the model uses an Authentication Authorization and Accounting (AAA) server which also functions as EMR Index Server. To improve the data accessibility for patients and physicians authorization is done using Short Message Service in mobile technology.
电子病历(EMR)是传统病历文件的发展。由于信息技术的进步,这种演变是不可避免的。根据印度尼西亚的法律,电子格式带来了灵活性和便利性,这有可能更好地保障患者访问其医疗记录中文件内容的权利。本研究设计了一种新的EMR安全访问模式,该模式以患者权利为导向,并与印度尼西亚的法规和法律进行了调整。该模型的体系结构使用一个身份验证、授权和记帐(AAA)服务器,该服务器也用作EMR索引服务器。为了提高患者和医生的数据可访问性,在移动技术中使用短信服务进行授权。
{"title":"A new patients' rights oriented model of EMR access security","authors":"Y. B. Dwi Setianto, Yustina Retno Wahyu Utami","doi":"10.1109/ICACSIS.2014.7065858","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065858","url":null,"abstract":"Electronic Medical Records (EMR) is an evolution of the conventional Medical Record files. The evolution is inevitable due to information technology advancement. Electronic format brings flexibility and ease which is potential to better guarantee patients' rights to access the contents of the files in their medical records, according to the laws in Indonesia. This study designed a new model of EMR security access which is patients' rights-oriented and adjusted with the regulations and laws in Indonesia. The architecture of the model uses an Authentication Authorization and Accounting (AAA) server which also functions as EMR Index Server. To improve the data accessibility for patients and physicians authorization is done using Short Message Service in mobile technology.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128197108","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
Multicore computation of tactical integration system in the Maritime Patrol Aircraft using Intel Threading Building Block 基于Intel线程构建块的海上巡逻机战术集成系统多核计算
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065821
M. Fathoni, Bambang Sridadi
A Tactical Integration System (TIS) in the Maritime Patrol Aircraft (MPA) is a system that serves to carry out the mission of surveillances, detection, positioning, and identify the objects in the ocean with video streaming. At current computing of video was done sequentially which involves many matrix operations with command repetition (looping) such as: sequential for, assuming that the processor used is one processor. Meanwhile, a multicore computer systems is already in a personal environment. Example: Intel Core 2 Duo (2 cores), i7 (8 core), Haswell. To maximize the performance of computer systems, Intel TBB (Threading Building Blocks) must be used in multicore computing / programming. In this study, has designed and implemented a software for parallel video streaming using Intel TBB framework Programs written in C + + on MS Visual Studio 2010 and run on computers based on Intel Core 2 Duo on MS Windows 7 operating system. System testing is performed sequential and parallel on avi video with compression quality factor (Q = 1, 5, 10). By the Amdahl's law limitation, the average encoder speedup for quality factor Q = 1 is 1.2665, for Q = 5 is 1.2911, and for Q = 10 is 1.3015. Whereas the average decoder speedup for quality factor Q = 1 is 1.3023, for Q = 5 is 1.3558, and for Q = 10 is 1.3776.
海上巡逻机(MPA)中的战术集成系统(TIS)是一种通过视频流执行监视、探测、定位和识别海洋物体任务的系统。目前视频的计算是顺序进行的,这涉及到许多具有命令重复(循环)的矩阵运算,例如:假设使用的处理器是一个处理器,则顺序进行。同时,一个多核计算机系统已经在个人环境中。例如:Intel Core 2 Duo(2核),i7(8核),Haswell。为了最大限度地提高计算机系统的性能,必须在多核计算/编程中使用英特尔TBB(线程构建块)。本研究利用Intel TBB框架设计并实现了一个并行视频流软件。程序在MS Visual Studio 2010上用c++编写,运行在基于Intel Core 2 Duo的计算机上,运行在MS Windows 7操作系统上。系统测试在压缩质量因子为(Q = 1,5,10)的avi视频上依次并行进行。根据Amdahl定律的限制,当品质因子Q = 1时,编码器的平均加速为1.2665,当品质因子Q = 5时,编码器的平均加速为1.2911,当品质因子Q = 10时,编码器的平均加速为1.3015。而质量因子Q = 1的平均解码器加速是1.3023,Q = 5的是1.3558,Q = 10的是1.3776。
{"title":"Multicore computation of tactical integration system in the Maritime Patrol Aircraft using Intel Threading Building Block","authors":"M. Fathoni, Bambang Sridadi","doi":"10.1109/ICACSIS.2014.7065821","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065821","url":null,"abstract":"A Tactical Integration System (TIS) in the Maritime Patrol Aircraft (MPA) is a system that serves to carry out the mission of surveillances, detection, positioning, and identify the objects in the ocean with video streaming. At current computing of video was done sequentially which involves many matrix operations with command repetition (looping) such as: sequential for, assuming that the processor used is one processor. Meanwhile, a multicore computer systems is already in a personal environment. Example: Intel Core 2 Duo (2 cores), i7 (8 core), Haswell. To maximize the performance of computer systems, Intel TBB (Threading Building Blocks) must be used in multicore computing / programming. In this study, has designed and implemented a software for parallel video streaming using Intel TBB framework Programs written in C + + on MS Visual Studio 2010 and run on computers based on Intel Core 2 Duo on MS Windows 7 operating system. System testing is performed sequential and parallel on avi video with compression quality factor (Q = 1, 5, 10). By the Amdahl's law limitation, the average encoder speedup for quality factor Q = 1 is 1.2665, for Q = 5 is 1.2911, and for Q = 10 is 1.3015. Whereas the average decoder speedup for quality factor Q = 1 is 1.3023, for Q = 5 is 1.3558, and for Q = 10 is 1.3776.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128321460","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
Improve fault tolerance in cell-based evolve hardware architecture 提高基于单元的进化硬件架构的容错性
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065852
Chanin Wongyai
This paper presents a new fault tolerance control unit model in cell-based architecture. The main feature of the model is that a control unit is able to individual repair that uses to improve system reliability in case of control units are failure. In the approach considered a cell to be multi-layers that separate repairing and detecting of each layer, and also used to support repair and detect faults between layers. This paper shows how the model can be used to repair cover a single fault and multiple faults. The reliability analysis shows the improving fault-tolerance of this model.
提出了一种新的基于单元结构的容错控制单元模型。该模型的主要特点是在控制单元出现故障的情况下,控制单元能够独立维修,从而提高系统的可靠性。该方法认为细胞是多层的,每一层的修复和检测是分开的,同时也支持层与层之间的故障修复和检测。本文展示了该模型如何用于覆盖单个故障和多个故障的修复。可靠性分析表明,该模型的容错能力有所提高。
{"title":"Improve fault tolerance in cell-based evolve hardware architecture","authors":"Chanin Wongyai","doi":"10.1109/ICACSIS.2014.7065852","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065852","url":null,"abstract":"This paper presents a new fault tolerance control unit model in cell-based architecture. The main feature of the model is that a control unit is able to individual repair that uses to improve system reliability in case of control units are failure. In the approach considered a cell to be multi-layers that separate repairing and detecting of each layer, and also used to support repair and detect faults between layers. This paper shows how the model can be used to repair cover a single fault and multiple faults. The reliability analysis shows the improving fault-tolerance of this model.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122337227","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
Physicians' involvement in social media on dissemination of health information 医生参与社交媒体传播健康信息的情况
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065843
Pauzi Ibrahim Nainggolan, H. Zaman, Azlina Ahmad
Social media is becoming a source for patients to share and seek health information. Previous research show many patients seek health information on social media either for themselves or to get advice on whether a physician is required to treat certain disease. However, the information available on social media is not entirely accurate and can be dangerous if it has not received a referral from a physician. As such, we propose a visualization tool for profiling of physicians and health information in social media. This tool can be used to oversee and verify dissemination information in social media. Development of this tool requires an initial study of physicians' involvement in social media. The initial study was conducted using an online questionnaire distributed through social networks and personal emails to the staff of the Faculty of Medicine at universities in Malaysia. The results of this study showed that physicians mainly use social media to gain knowledge or information and to increase popularity but not to communicate and discuss with patients.
社交媒体正在成为患者分享和寻求健康信息的来源。先前的研究表明,许多患者在社交媒体上寻求健康信息,要么是为了自己,要么是为了获得是否需要医生治疗某种疾病的建议。然而,社交媒体上提供的信息并不完全准确,如果没有得到医生的推荐,可能会很危险。因此,我们提出了一种可视化工具,用于在社交媒体上分析医生和健康信息。这个工具可以用来监督和核实社交媒体上的传播信息。开发这一工具需要对医生参与社交媒体的情况进行初步研究。最初的研究是通过社交网络和个人电子邮件向马来西亚大学医学院的工作人员分发在线问卷进行的。本研究结果表明,医生使用社交媒体主要是为了获取知识或信息,提高知名度,而不是与患者进行沟通和讨论。
{"title":"Physicians' involvement in social media on dissemination of health information","authors":"Pauzi Ibrahim Nainggolan, H. Zaman, Azlina Ahmad","doi":"10.1109/ICACSIS.2014.7065843","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065843","url":null,"abstract":"Social media is becoming a source for patients to share and seek health information. Previous research show many patients seek health information on social media either for themselves or to get advice on whether a physician is required to treat certain disease. However, the information available on social media is not entirely accurate and can be dangerous if it has not received a referral from a physician. As such, we propose a visualization tool for profiling of physicians and health information in social media. This tool can be used to oversee and verify dissemination information in social media. Development of this tool requires an initial study of physicians' involvement in social media. The initial study was conducted using an online questionnaire distributed through social networks and personal emails to the staff of the Faculty of Medicine at universities in Malaysia. The results of this study showed that physicians mainly use social media to gain knowledge or information and to increase popularity but not to communicate and discuss with patients.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123939392","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
Campaign 2.0: Analysis of social media utilization in 2014 Jakarta legislative election Campaign 2.0:分析2014年雅加达立法选举中社交媒体的使用情况
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065881
D. A. Ramadhan, Yani Nurhadryani, I. Hermadi
The advances in information and communication technologies are not only have revolutionized the society daily routine, but also offer a new way of interaction between community elements. In politics, the Internet has been used by political figures as a medium to interact with their constituents. Specifically, the social media have been enabling more interactive activities in political campaign. This research presents an analysis of social media usage in political campaign in DKI Jakarta legislative election in 2014. In detail, it explores the correlation between the votes gained by the legislative candidates and the social media that they used. Further, this research also recommend an application to support legislative candidate campaign in social media. The period when the survey was taken is 5-9 April 2014. In this period, the social media activities are observed in each legislative candidate pages or sites. This research shows that the usage of social media, especially Facebook and Twitter, is strongly correlated with the number of votes gained by the candidate. Therefore, we recommend the candidates to utilize the social media as one of their campaign strategies.
信息通信技术的进步不仅彻底改变了社会的日常生活,而且为社区元素之间的互动提供了一种新的方式。在政治领域,政治人物利用互联网作为与选民互动的媒介。具体来说,社交媒体已经使政治竞选活动更具互动性。本研究分析了2014年DKI雅加达立法选举中社交媒体在政治竞选中的使用情况。详细地说,它探讨了立法候选人获得的选票与他们使用的社交媒体之间的相关性。此外,本研究还推荐了一种应用程序来支持立法候选人在社交媒体上的竞选活动。调查时间为2014年4月5日至9日。在此期间,在每个立法候选人页面或网站上观察社交媒体活动。这项研究表明,社交媒体的使用,尤其是Facebook和Twitter,与候选人获得的选票数量密切相关。因此,我们建议候选人利用社交媒体作为他们的竞选策略之一。
{"title":"Campaign 2.0: Analysis of social media utilization in 2014 Jakarta legislative election","authors":"D. A. Ramadhan, Yani Nurhadryani, I. Hermadi","doi":"10.1109/ICACSIS.2014.7065881","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065881","url":null,"abstract":"The advances in information and communication technologies are not only have revolutionized the society daily routine, but also offer a new way of interaction between community elements. In politics, the Internet has been used by political figures as a medium to interact with their constituents. Specifically, the social media have been enabling more interactive activities in political campaign. This research presents an analysis of social media usage in political campaign in DKI Jakarta legislative election in 2014. In detail, it explores the correlation between the votes gained by the legislative candidates and the social media that they used. Further, this research also recommend an application to support legislative candidate campaign in social media. The period when the survey was taken is 5-9 April 2014. In this period, the social media activities are observed in each legislative candidate pages or sites. This research shows that the usage of social media, especially Facebook and Twitter, is strongly correlated with the number of votes gained by the candidate. Therefore, we recommend the candidates to utilize the social media as one of their campaign strategies.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115409660","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}
引用次数: 9
Influence of presidential candidates e-campaign towards voters in 2014 presidential election in Bogor City 2014年茂物市总统选举中总统候选人电子竞选对选民的影响
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065874
I. Satria, A. Kurnia, Yani Nurhadryani
The use of social media (facebook, Twitter and youtube) is an activity that is most in demand by Internet users in Indonesia. The media can be used in the election campaign to shape public opinion in order to influence voters and increase participation of voters. This paper analyzes the effect of e-campaign on Indonesian Presidential election 2014 study conducted in West Java (Bogor City). Respondents were asked to complete a questionnaire containing the activities undertaken in the use of the website, facebook, Twitter and youtube about the presidential candidates and campaign statements to the effect of e-voting decision. The relationship between the use of websites and social media by voters with the voting decision are examined using Spearman correlation. Based on the analysis found score relative overall respondents agreed argue that campaign through the website, Twitter, facebook page, and youtube channel is able to influence their voting decision to choose one of the Candidates. Correlation test shows there are significant relationship between website utilization, social media towards voting decision.
使用社交媒体(facebook、Twitter和youtube)是印尼互联网用户最需要的活动。在竞选活动中可以利用媒体来塑造公众舆论,以便影响选民,增加选民的参与。本文分析了在西爪哇(茂物市)进行的电子竞选对2014年印度尼西亚总统选举的影响。受访者被要求完成一份调查问卷,内容包括使用网站、facebook、Twitter和youtube对总统候选人和竞选声明进行的活动,以影响电子投票决定。使用斯皮尔曼相关性来检验选民使用网站和社交媒体与投票决定之间的关系。根据分析发现得分相对总体受访者同意认为通过网站,Twitter, facebook页面和youtube频道的活动能够影响他们选择候选人之一的投票决定。相关检验显示,网站使用率、社交媒体对投票决策有显著的影响。
{"title":"Influence of presidential candidates e-campaign towards voters in 2014 presidential election in Bogor City","authors":"I. Satria, A. Kurnia, Yani Nurhadryani","doi":"10.1109/ICACSIS.2014.7065874","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065874","url":null,"abstract":"The use of social media (facebook, Twitter and youtube) is an activity that is most in demand by Internet users in Indonesia. The media can be used in the election campaign to shape public opinion in order to influence voters and increase participation of voters. This paper analyzes the effect of e-campaign on Indonesian Presidential election 2014 study conducted in West Java (Bogor City). Respondents were asked to complete a questionnaire containing the activities undertaken in the use of the website, facebook, Twitter and youtube about the presidential candidates and campaign statements to the effect of e-voting decision. The relationship between the use of websites and social media by voters with the voting decision are examined using Spearman correlation. Based on the analysis found score relative overall respondents agreed argue that campaign through the website, Twitter, facebook page, and youtube channel is able to influence their voting decision to choose one of the Candidates. Correlation test shows there are significant relationship between website utilization, social media towards voting decision.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126598630","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
Framework model of sustainable supply chain risk for dairy agroindustry based on knowledge base 基于知识库的奶业农业可持续供应链风险框架模型
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065841
W. Septiani, Marimin Marimin, Y. Herdiyeni, L. Haditjaroko
The objective of this paper was to develop a framework model for sustainable supply chain risk for dairy industry based on knowledge base. It presented a conceptual framework with integrated risk supply chain and knowledge base systems. The critical point of dairy located on the product which has the characteristic easy damage. Risk-damaged dairy contaminated with bacteria due to improper handling of dairy. Risk occurred in each activity in the supply chain network ranging from farmer, cooperative and dairy processing industry. The structured approach of supply chain risk divided into the phases of risk identification, risk measurement and risk assessment, risk evaluation and risk mitigation and contingency plans; and risk control and monitoring system based on knowledge base system. Adding Knowledge base component to risk supply chain will produce the following process: knowledge base risk capture, knowledge base risk discovery, knowledge base risk examination, knowledge base risk sharing, knowledge base risk evaluation and knowledge base risk repository. The relationship between risk factor, risks and their consequences are represented on Failure Mode and Effect Analysis (FMEA) and Hierarchical Risk Breakdown Structure (HRBS). Likelihood of risk event occurring, the level of dependence between risks and severity of risk event are quantified using linguistic variables and fuzzy logic. The proposed system was designed by Intelligent Decision Support System (IDSS). The design of this model was able to improve the effectiveness of decision-making with regard to the organization of knowledge, storage and sharing of knowledge in the agro-industry supply chain risks dairy.
本文的目的是建立一个基于知识库的乳制品行业可持续供应链风险的框架模型。提出了一个集成风险供应链和知识库系统的概念框架。乳制品的临界点位于产品易损坏的特点上。因处理不当而被细菌污染的风险受损乳制品。风险发生在从农民、合作社到乳制品加工业的供应链网络中的每一项活动中。供应链风险结构化方法分为风险识别、风险度量和风险评估、风险评价和风险缓解以及应急计划等阶段;以及基于知识库系统的风险控制与监控系统。在风险供应链中加入知识库组件将产生以下过程:知识库风险捕获、知识库风险发现、知识库风险检查、知识库风险共享、知识库风险评估和知识库风险存储。风险因素、风险及其后果之间的关系用失效模式与影响分析(FMEA)和层次风险分解结构(HRBS)来表示。运用语言变量和模糊逻辑对风险事件发生的可能性、风险之间的依赖程度和风险事件的严重程度进行量化。该系统采用智能决策支持系统(IDSS)设计。该模型的设计能够提高农产产业风险乳制品供应链中知识组织、知识存储和知识共享决策的有效性。
{"title":"Framework model of sustainable supply chain risk for dairy agroindustry based on knowledge base","authors":"W. Septiani, Marimin Marimin, Y. Herdiyeni, L. Haditjaroko","doi":"10.1109/ICACSIS.2014.7065841","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065841","url":null,"abstract":"The objective of this paper was to develop a framework model for sustainable supply chain risk for dairy industry based on knowledge base. It presented a conceptual framework with integrated risk supply chain and knowledge base systems. The critical point of dairy located on the product which has the characteristic easy damage. Risk-damaged dairy contaminated with bacteria due to improper handling of dairy. Risk occurred in each activity in the supply chain network ranging from farmer, cooperative and dairy processing industry. The structured approach of supply chain risk divided into the phases of risk identification, risk measurement and risk assessment, risk evaluation and risk mitigation and contingency plans; and risk control and monitoring system based on knowledge base system. Adding Knowledge base component to risk supply chain will produce the following process: knowledge base risk capture, knowledge base risk discovery, knowledge base risk examination, knowledge base risk sharing, knowledge base risk evaluation and knowledge base risk repository. The relationship between risk factor, risks and their consequences are represented on Failure Mode and Effect Analysis (FMEA) and Hierarchical Risk Breakdown Structure (HRBS). Likelihood of risk event occurring, the level of dependence between risks and severity of risk event are quantified using linguistic variables and fuzzy logic. The proposed system was designed by Intelligent Decision Support System (IDSS). The design of this model was able to improve the effectiveness of decision-making with regard to the organization of knowledge, storage and sharing of knowledge in the agro-industry supply chain risks dairy.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131709173","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}
引用次数: 14
Alternative feature extraction from digitized images of dye solutions as a model for algal bloom remote sensing 染料溶液数字化图像的替代特征提取作为藻华遥感模型
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065842
R. Uy, J. Ilao, E. Punzalan, Mariel Prane Ong
Digital images of methyl violet dye and methyl orange solutions were obtained under controlled contributions to simulate images of algal blooms. From those images, feature extraction based from both Red-Green-Blue (RGB) and Hue-Saturation-Value (HSV) color space were used. The independent variable C, which is the concentration value of the dye solution, is mapped independently with the R-channel, G-channel and B-channel as well as the H-channel, S-channel and V-channel. Linear regression and non-linear regression techniques were used to determine the best fit equation while Akaike Information Criterion (AIC) were used to compare which among the equations provide the best fit.
在控制贡献下获得甲基紫染料和甲基橙溶液的数字图像,以模拟藻华图像。从这些图像中,使用基于红-绿-蓝(RGB)和色调-饱和度值(HSV)颜色空间的特征提取。自变量C为染料溶液的浓度值,与r通道、g通道、b通道以及h通道、s通道、v通道独立映射。采用线性回归和非线性回归技术确定最优拟合方程,并采用赤池信息准则(Akaike Information Criterion, AIC)对最优拟合方程进行比较。
{"title":"Alternative feature extraction from digitized images of dye solutions as a model for algal bloom remote sensing","authors":"R. Uy, J. Ilao, E. Punzalan, Mariel Prane Ong","doi":"10.1109/ICACSIS.2014.7065842","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065842","url":null,"abstract":"Digital images of methyl violet dye and methyl orange solutions were obtained under controlled contributions to simulate images of algal blooms. From those images, feature extraction based from both Red-Green-Blue (RGB) and Hue-Saturation-Value (HSV) color space were used. The independent variable C, which is the concentration value of the dye solution, is mapped independently with the R-channel, G-channel and B-channel as well as the H-channel, S-channel and V-channel. Linear regression and non-linear regression techniques were used to determine the best fit equation while Akaike Information Criterion (AIC) were used to compare which among the equations provide the best fit.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"431 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133545136","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
Robust discriminant analysis for classification of remote sensing data 基于鲁棒判别分析的遥感数据分类
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065892
Wina, D. Herwindiati, S. M. Isa
This paper discusses the classic and robust discriminant analysis algorithm applied to the classification of rice fields, water, buildings, and bare land areas. Discriminant Analysis for multiple groups is often done. This method relies on the sample averages and covariance matrices computed from the training sample. Since sample averages and covariance matrices are not robust, it has been proposed to use robust estimators and covariance instead. In order to obtain a robust procedure with high breakdown point for discriminant analysis, the classical estimators are replaced by Feasible Solution Algorithm (FSA). The input data is a time-series of Landsat 8 Normalize Difference Vegetation Index (NDVI). The classification process is guided over two steps, training and classification. The purpose of the training step is to produce discriminant functions using FSA estimators, and the purpose of the classification step is to classify rice fields, water, buildings and bare land areas. The aim of this paper is to measure the accuracy of Classic and Robust Discriminant Analysis to classify the rice fields, water, buildings and bare land areas from Landsat 8 NDVI time series.
本文讨论了经典的鲁棒判别分析算法在稻田、水体、建筑物和裸地区域分类中的应用。经常对多组进行判别分析。该方法依赖于从训练样本中计算的样本平均值和协方差矩阵。由于样本均值和协方差矩阵不具有鲁棒性,因此建议使用鲁棒估计量和协方差来代替。为了获得具有高击穿点的鲁棒判别分析过程,用可行解算法(FSA)代替了经典的估计量。输入数据为Landsat 8标准化植被指数(Normalize Difference Vegetation Index, NDVI)时间序列。分类过程分为两个步骤,训练和分类。训练步骤的目的是使用FSA估计器产生判别函数,分类步骤的目的是对稻田、水、建筑物和裸地区域进行分类。本文的目的是衡量经典和稳健判别分析方法对Landsat 8 NDVI时间序列中稻田、水域、建筑物和裸地区域进行分类的准确性。
{"title":"Robust discriminant analysis for classification of remote sensing data","authors":"Wina, D. Herwindiati, S. M. Isa","doi":"10.1109/ICACSIS.2014.7065892","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065892","url":null,"abstract":"This paper discusses the classic and robust discriminant analysis algorithm applied to the classification of rice fields, water, buildings, and bare land areas. Discriminant Analysis for multiple groups is often done. This method relies on the sample averages and covariance matrices computed from the training sample. Since sample averages and covariance matrices are not robust, it has been proposed to use robust estimators and covariance instead. In order to obtain a robust procedure with high breakdown point for discriminant analysis, the classical estimators are replaced by Feasible Solution Algorithm (FSA). The input data is a time-series of Landsat 8 Normalize Difference Vegetation Index (NDVI). The classification process is guided over two steps, training and classification. The purpose of the training step is to produce discriminant functions using FSA estimators, and the purpose of the classification step is to classify rice fields, water, buildings and bare land areas. The aim of this paper is to measure the accuracy of Classic and Robust Discriminant Analysis to classify the rice fields, water, buildings and bare land areas from Landsat 8 NDVI time series.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133890912","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
Forecasting the length of the rainy season using time delay neural network 用时滞神经网络预测雨季长度
Pub Date : 2014-10-01 DOI: 10.1109/ICACSIS.2014.7065823
A. Buono, M. A. Agmalaro, A. Almira
Indonesia has abundant natural resources in agriculture. Good agricultural results can be obtained by determining a good growing season plan. One of important factors which determines the successful of crop is the length of the rainy season. The length of the rainy season is dynamic and difficult to be controlled. Therefore the planning of the growing season becomes inaccurate and cause crop failures. This research aims to develop a model to predict the length of the rainy season using time delay neural network (TDNN). Observational data used in this research is the length of rainy season from three weather and climate stations of the Pacitan region from 1982/1983 to 2011/2012. Predictor data used in this reserach is sea surface temperature (SST) derived from the region of Nino 1+2, Nino 3, Nino 4, and Nino 3.4 from 1982 to 2011. Model with the best accuracy was obtained by Pringkuku station with RMSE of 1.97 with parameters of delay [0 12 3], learning rate 0.1, 40 hidden neurons, and predictors of Nino 3 and R-squared of 0.82 with parameters of delay [0 1], learning rate 0.3, 5 hidden neurons, and predictors of Nino 3.
印尼拥有丰富的农业自然资源。通过确定一个好的生长季节计划,可以获得良好的农业效果。决定农作物收成的一个重要因素是雨季的长短。雨季的长短是动态的,难以控制。因此,生长季节的规划变得不准确,导致作物歉收。本研究旨在建立一种利用时滞神经网络(TDNN)预测雨季长度的模型。本研究使用的观测资料是1982/1983年至2011/2012年太平洋地区三个天气气候站的雨季长度。本研究使用的预测数据是1982 - 2011年期间Nino 1+2、Nino 3、Nino 4和Nino 3.4区域的海表温度(SST)。Pringkuku站在参数为延迟[0 12 3]、学习率0.1、隐藏神经元40个、预测因子Nino 3的RMSE为1.97时获得了精度最好的模型,参数为延迟[0 1]、学习率0.3、隐藏神经元5个、预测因子Nino 3的r²为0.82。
{"title":"Forecasting the length of the rainy season using time delay neural network","authors":"A. Buono, M. A. Agmalaro, A. Almira","doi":"10.1109/ICACSIS.2014.7065823","DOIUrl":"https://doi.org/10.1109/ICACSIS.2014.7065823","url":null,"abstract":"Indonesia has abundant natural resources in agriculture. Good agricultural results can be obtained by determining a good growing season plan. One of important factors which determines the successful of crop is the length of the rainy season. The length of the rainy season is dynamic and difficult to be controlled. Therefore the planning of the growing season becomes inaccurate and cause crop failures. This research aims to develop a model to predict the length of the rainy season using time delay neural network (TDNN). Observational data used in this research is the length of rainy season from three weather and climate stations of the Pacitan region from 1982/1983 to 2011/2012. Predictor data used in this reserach is sea surface temperature (SST) derived from the region of Nino 1+2, Nino 3, Nino 4, and Nino 3.4 from 1982 to 2011. Model with the best accuracy was obtained by Pringkuku station with RMSE of 1.97 with parameters of delay [0 12 3], learning rate 0.1, 40 hidden neurons, and predictors of Nino 3 and R-squared of 0.82 with parameters of delay [0 1], learning rate 0.3, 5 hidden neurons, and predictors of Nino 3.","PeriodicalId":443250,"journal":{"name":"2014 International Conference on Advanced Computer Science and Information System","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122249002","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
期刊
2014 International Conference on Advanced Computer Science and Information System
全部 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