首页 > 最新文献

2018 IEEE International Conference on Innovative Research and Development (ICIRD)最新文献

英文 中文
Streamlining mobile app deployment with Jenkins and Fastlane in the case of Catrobat's pocket code 以Catrobat的口袋代码为例,简化了Jenkins和Fastlane的手机应用部署
Pub Date : 2018-06-11 DOI: 10.1109/ICIRD.2018.8376296
K. K. Luhana, Christian Schindler, W. Slany
This paper describes how we improved speed and reliability for deployment in the case of Catrobat's Pocket Code, a mobile open source project with over 500 contributors and 28k active installs, by moving to continuous deployment. Pocket Code is a mobile app supporting multiple languages including right to left languages such as Arabic, Farsi, and Urdu. This leads to additional repetitive tasks during deployment. The main challenge of a transition to continuous deployment is acceptance tests done by product owners, which in our case, take place as a step during deployment and lead to overall deployment prolongation. Another challenge is the translated application descriptions for the app store for all supported languages which lead to a huge amount of repetitive tasks. Creating screenshots for these languages is tedious and error-prone and further, prolong the deployment. This paper describes how we used Fastlane, a mobile app release framework, in conjunction with Jenkins, a continuous integration server, to improve app deployment in terms of speed and reliability. Deployment steps which are not automatable are moved out of the actual process which is supported by the staged deployment approach of Google Play. The presented approach was also successfully tested with Pocket Paint, another Catrobat app on Google Play, which shows it can be easily transferred to fit other apps supporting multiple languages.
本文描述了我们如何通过转向持续部署来提高Catrobat的Pocket Code的部署速度和可靠性。Pocket Code是一个拥有超过500名贡献者和28k活跃安装量的移动开源项目。Pocket Code是一款支持多种语言的移动应用程序,包括从右向左的语言,如阿拉伯语、波斯语和乌尔都语。这将导致部署期间出现额外的重复任务。过渡到持续部署的主要挑战是由产品所有者完成的验收测试,在我们的例子中,验收测试作为部署期间的一个步骤进行,并导致整个部署的延长。另一个挑战是为所有支持的语言翻译应用商店的应用描述,这导致了大量的重复任务。为这些语言创建屏幕截图既繁琐又容易出错,而且还会延长部署时间。本文描述了我们如何使用Fastlane(一个移动应用发布框架)和Jenkins(一个持续集成服务器)来提高应用部署的速度和可靠性。不能自动化的部署步骤被移出实际的过程,这是由Google Play的阶段部署方法所支持的。这种方法在Google Play上的另一款Catrobat应用《Pocket Paint》中也得到了成功的测试,结果表明它可以很容易地移植到其他支持多种语言的应用中。
{"title":"Streamlining mobile app deployment with Jenkins and Fastlane in the case of Catrobat's pocket code","authors":"K. K. Luhana, Christian Schindler, W. Slany","doi":"10.1109/ICIRD.2018.8376296","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376296","url":null,"abstract":"This paper describes how we improved speed and reliability for deployment in the case of Catrobat's Pocket Code, a mobile open source project with over 500 contributors and 28k active installs, by moving to continuous deployment. Pocket Code is a mobile app supporting multiple languages including right to left languages such as Arabic, Farsi, and Urdu. This leads to additional repetitive tasks during deployment. The main challenge of a transition to continuous deployment is acceptance tests done by product owners, which in our case, take place as a step during deployment and lead to overall deployment prolongation. Another challenge is the translated application descriptions for the app store for all supported languages which lead to a huge amount of repetitive tasks. Creating screenshots for these languages is tedious and error-prone and further, prolong the deployment. This paper describes how we used Fastlane, a mobile app release framework, in conjunction with Jenkins, a continuous integration server, to improve app deployment in terms of speed and reliability. Deployment steps which are not automatable are moved out of the actual process which is supported by the staged deployment approach of Google Play. The presented approach was also successfully tested with Pocket Paint, another Catrobat app on Google Play, which shows it can be easily transferred to fit other apps supporting multiple languages.","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127791691","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Pocket code build variants 袖珍代码构建变体
Pub Date : 2018-06-08 DOI: 10.1109/ICIRD.2018.8376329
K. K. Luhana
This case study is about Pocket Code's build variants. Pocket Code is a free and open source integrated development environment (IDE) for the brick based visual programming language Catrobat. It is released in various flavors for different partners and projects (e.g., Create@School, Phiro and Standalone). All flavors use the same code base but slightly differ in design and functionality. If different flavors are maintained as separate projects, all projects require proper maintenance. Any feature introduced or updated in one project must be ported to all others, for that they dont diverge. With an increase in the number of flavors, efforts to maintain will also increase which renders the project unmaintainable. If all flavors are maintained in one project, it is challenging to release more than one version of an application with a different set of functionalities and different user interface (UI) enhancements. In this paper, Pocket Code's different build variants are discussed particularly the standalone build variant. To build a standalone version of any app hosted on the Pocket Code sharing platform, the user has to trigger the build via the web interface on the remote Pocket Code server. Resource files and app configuration are generated based on user input. This paper can be of interest to organizations dealing with dynamic build variants triggered by external actors.
这个案例研究是关于Pocket Code的构建变体。Pocket Code是一个免费的开源集成开发环境(IDE),用于基于brick的可视化编程语言Catrobat。它针对不同的合作伙伴和项目(例如Create@School、Phiro和Standalone)以不同的风格发布。所有风格都使用相同的代码库,但在设计和功能上略有不同。如果不同的风格作为单独的项目来维护,那么所有的项目都需要适当的维护。在一个项目中引入或更新的任何特性都必须移植到所有其他项目中,这样它们就不会产生分歧。随着口味数量的增加,维护的工作量也会增加,从而使项目变得不可维护。如果在一个项目中维护所有风格,那么发布具有不同功能集和不同用户界面(UI)增强的应用程序的多个版本是具有挑战性的。本文讨论了Pocket Code的不同构建变体,特别是独立构建变体。要构建托管在Pocket Code共享平台上的任何应用的独立版本,用户必须通过远程Pocket Code服务器上的web界面触发构建。资源文件和应用配置是根据用户输入生成的。对于处理由外部参与者触发的动态构建变量的组织来说,本文可能会很有意义。
{"title":"Pocket code build variants","authors":"K. K. Luhana","doi":"10.1109/ICIRD.2018.8376329","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376329","url":null,"abstract":"This case study is about Pocket Code's build variants. Pocket Code is a free and open source integrated development environment (IDE) for the brick based visual programming language Catrobat. It is released in various flavors for different partners and projects (e.g., Create@School, Phiro and Standalone). All flavors use the same code base but slightly differ in design and functionality. If different flavors are maintained as separate projects, all projects require proper maintenance. Any feature introduced or updated in one project must be ported to all others, for that they dont diverge. With an increase in the number of flavors, efforts to maintain will also increase which renders the project unmaintainable. If all flavors are maintained in one project, it is challenging to release more than one version of an application with a different set of functionalities and different user interface (UI) enhancements. In this paper, Pocket Code's different build variants are discussed particularly the standalone build variant. To build a standalone version of any app hosted on the Pocket Code sharing platform, the user has to trigger the build via the web interface on the remote Pocket Code server. Resource files and app configuration are generated based on user input. This paper can be of interest to organizations dealing with dynamic build variants triggered by external actors.","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132171872","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
Lithium recovery from Bledug Kuwu Mud volcano using water leaching method 水浸法回收Bledug Kuwu泥火山锂
Pub Date : 2018-06-08 DOI: 10.1109/ICIRD.2018.8376336
M. Rohmah, L. H. Lalasari, J. Wahyuadi, N. Natasha
Bledug Kuwu of Mud Volcano was investigated by water leaching for lithium recovery in Indonesia deposit. Mud volcano can be used as an alternative resources beside minerals and brine because lithium trapped by geothermal phenomenon. Bledug Kuwu Mud is dominated by Aluminium-Silica Clays and lithium can be found in Li-Montmorillonite phase of Clays. The mud sample which treated in the experiment contains 0.0029% lithium on wet condition. Water leaching was done by adding 500 ml water into the mud to make its ratio become 1:2. The leaching was performed in mixer settler under ambient and low temperature (45 °C) for 2, 3, 4, 5 hours. Lithium, Sodium, Potassium, Calcium, and Magnesium which analyzed by Inductively Coupled Plasma, they were abundant element in the brine composition as the filtrate. As increasing temperature, the recovery percentage of lithium was decrease. Water leaching can recovered up to 80% lithium on Clays for ambient and lower temperature. X-Ray diffraction shows that Li-Montmorillonite didn't detect in the dried mud of residue for all experiment. Scanning Electron Microscope used to determine morphology modification of clays after water treatment at different temperature. Furthermore, brine can be used for brine resource on the next lithium processing
采用水浸法对印尼泥火山Bledug Kuwu矿床进行了锂回收研究。泥火山可以作为矿物和卤水的替代资源,因为地热现象会捕获锂。Bledug Kuwu泥以铝-硅粘土为主,锂存在于粘土的锂-蒙脱土相中。实验处理的泥浆样品在湿态下锂含量为0.0029%。用水浸出,向泥浆中加入500 ml水,使其比例为1:2。在常温和低温(45°C)下的混合沉淀池中浸出2,3,4,5小时。锂、钠、钾、钙、镁作为滤液在卤水组成中含量丰富。随着温度的升高,锂的回收率降低。水浸可以回收高达80%的锂在粘土环境和更低的温度。x射线衍射结果表明,在所有实验中,渣渣干泥中均未检测到锂蒙脱石。用扫描电镜测定了不同温度下水处理后粘土的形貌变化。此外,卤水可作为下一步锂加工的卤水资源
{"title":"Lithium recovery from Bledug Kuwu Mud volcano using water leaching method","authors":"M. Rohmah, L. H. Lalasari, J. Wahyuadi, N. Natasha","doi":"10.1109/ICIRD.2018.8376336","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376336","url":null,"abstract":"Bledug Kuwu of Mud Volcano was investigated by water leaching for lithium recovery in Indonesia deposit. Mud volcano can be used as an alternative resources beside minerals and brine because lithium trapped by geothermal phenomenon. Bledug Kuwu Mud is dominated by Aluminium-Silica Clays and lithium can be found in Li-Montmorillonite phase of Clays. The mud sample which treated in the experiment contains 0.0029% lithium on wet condition. Water leaching was done by adding 500 ml water into the mud to make its ratio become 1:2. The leaching was performed in mixer settler under ambient and low temperature (45 °C) for 2, 3, 4, 5 hours. Lithium, Sodium, Potassium, Calcium, and Magnesium which analyzed by Inductively Coupled Plasma, they were abundant element in the brine composition as the filtrate. As increasing temperature, the recovery percentage of lithium was decrease. Water leaching can recovered up to 80% lithium on Clays for ambient and lower temperature. X-Ray diffraction shows that Li-Montmorillonite didn't detect in the dried mud of residue for all experiment. Scanning Electron Microscope used to determine morphology modification of clays after water treatment at different temperature. Furthermore, brine can be used for brine resource on the next lithium processing","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132640108","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
Copyright Information 版权信息
Pub Date : 2018-06-01 DOI: 10.1109/ice.2018.8436298
George E. Heidorn
Editorial Board 1979-1981: Bozena Henisz-Thompson, Calif . Inst. of Technology Hubert Lehmann, IBM Heidelberg Scient i f ic Center Wendy G. Lehnert, Yale Universi ty Robert F. Simmons, Universi ty of Texas at Aust in David L. Waltz, Universi ty of I l l i no is 1980-1982: Ronald J. Brachman, Fai rch i ld Research Jerry R. Hobbs, SRI Internat ional Remko Scha, Phi l ips Research Laboratories Stuart C. Shapiro, State Univ. of N. Y. at Buf fa lo Candace L. Sidner, Bolt Beranek and Newman 1981-1983: Philip R. Cohen, Oregon State Universi ty Barbara J. Grosz, SRI Internat ional Karen Sparck Jones, Universi ty of Cambridge Jonathan Slocum, Siemens Ralph M. Weischedel, Universi ty of Delaware
1979-1981年编辑委员会:Bozena Henisz-Thompson,加利福尼亚州海德堡机构技术赵舒休伯特莱曼,IBM有技巧的我f ic中心温迪·g·莱纳特,耶鲁是罗伯特·f·西蒙斯是德州在大卫·l·华尔兹欧斯特,是我l l的没有是1980 - 1982:罗纳德·j . Brachman Fai rch我ld研究杰瑞·r·霍布斯SRI国际的维Remko Scha,φl ips研究实验室斯图尔特·c·夏皮罗州立大学纽约大学在Buf fa罗坎迪斯l . Sidner螺栓贝拉尼克和纽曼1981 - 1983:Philip R. Cohen, Oregon State university Barbara J. Grosz, SRI international Karen Sparck Jones, university of Cambridge Jonathan Slocum, Siemens Ralph M. Weischedel, university of Delaware
{"title":"Copyright Information","authors":"George E. Heidorn","doi":"10.1109/ice.2018.8436298","DOIUrl":"https://doi.org/10.1109/ice.2018.8436298","url":null,"abstract":"Editorial Board 1979-1981: Bozena Henisz-Thompson, Calif . Inst. of Technology Hubert Lehmann, IBM Heidelberg Scient i f ic Center Wendy G. Lehnert, Yale Universi ty Robert F. Simmons, Universi ty of Texas at Aust in David L. Waltz, Universi ty of I l l i no is 1980-1982: Ronald J. Brachman, Fai rch i ld Research Jerry R. Hobbs, SRI Internat ional Remko Scha, Phi l ips Research Laboratories Stuart C. Shapiro, State Univ. of N. Y. at Buf fa lo Candace L. Sidner, Bolt Beranek and Newman 1981-1983: Philip R. Cohen, Oregon State Universi ty Barbara J. Grosz, SRI Internat ional Karen Sparck Jones, Universi ty of Cambridge Jonathan Slocum, Siemens Ralph M. Weischedel, Universi ty of Delaware","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131968504","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
Calculating customer experience management index for telecommunication service using genetic algorithm based weighted attributes 基于加权属性的遗传算法计算电信业务客户体验管理指标
Pub Date : 2018-05-11 DOI: 10.1109/ICIRD.2018.8376335
Nusratullah Khan, M. Akram, Asadullah Shah, S. Khan
The Customers are the hearts of any industry. Telecommunication being a service oriented industry always prioritizes to find ways of making customers happy, satisfied and loyal. By recognizing this prominence, this paper presents a survey based analysis. A study is conducted to determine what makes customers of Telecommunication Industry satisfied. This paper presents a genetic algorithm (GA) based technique for assigning weights to different attributes of a service based on survey data to find overall customer experience management index (CEMI). Six attributes of service i.e. network coverage, voice call quality, drop call rate, SMS delivery, internet service and call setup duration have been considered in this research to find overall CEMI. The weights for each attribute are optimized by minimizing the error between weighted attributes based calculated CEMI and actual CEMI provided during survey process. The study has been confined within Islamabad City, the capital of Pakistan. The data is gathered through telephonic survey by calling 200 targeted customers of a mobile service provider network in Pakistan. The results indicate that network coverage, signal strength and voice quality are the major factors that highly effect the customer satisfaction. The result of this research proved that there is positive and significant relationship between dependent variables
客户是任何行业的心脏。电信业作为一个以服务为导向的行业,总是优先考虑如何让客户满意、满意和忠诚。在认识到这一重要性的基础上,本文提出了基于调查的分析。进行了一项研究,以确定是什么让电信行业的客户满意。提出了一种基于遗传算法(GA)的基于调查数据的服务属性权重分配技术,以获得整体客户体验管理指数(CEMI)。本研究考虑了六个服务属性,即网络覆盖、语音通话质量、掉话率、短信发送、互联网服务和呼叫建立持续时间,以找到总体的CEMI。通过最小化基于加权属性计算的CEMI与调查过程中提供的实际CEMI之间的误差来优化每个属性的权重。这项研究仅限于巴基斯坦首都伊斯兰堡市。这些数据是通过电话调查收集的,他们给巴基斯坦一家移动服务提供商网络的200名目标客户打电话。结果表明,网络覆盖范围、信号强度和语音质量是影响用户满意度的主要因素。本研究结果证明因变量之间存在显著正相关关系
{"title":"Calculating customer experience management index for telecommunication service using genetic algorithm based weighted attributes","authors":"Nusratullah Khan, M. Akram, Asadullah Shah, S. Khan","doi":"10.1109/ICIRD.2018.8376335","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376335","url":null,"abstract":"The Customers are the hearts of any industry. Telecommunication being a service oriented industry always prioritizes to find ways of making customers happy, satisfied and loyal. By recognizing this prominence, this paper presents a survey based analysis. A study is conducted to determine what makes customers of Telecommunication Industry satisfied. This paper presents a genetic algorithm (GA) based technique for assigning weights to different attributes of a service based on survey data to find overall customer experience management index (CEMI). Six attributes of service i.e. network coverage, voice call quality, drop call rate, SMS delivery, internet service and call setup duration have been considered in this research to find overall CEMI. The weights for each attribute are optimized by minimizing the error between weighted attributes based calculated CEMI and actual CEMI provided during survey process. The study has been confined within Islamabad City, the capital of Pakistan. The data is gathered through telephonic survey by calling 200 targeted customers of a mobile service provider network in Pakistan. The results indicate that network coverage, signal strength and voice quality are the major factors that highly effect the customer satisfaction. The result of this research proved that there is positive and significant relationship between dependent variables","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115400791","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
Mobility assistance robot for disabled persons using electromyography(EMG) sensor 使用肌电传感器的残疾人移动辅助机器人
Pub Date : 2018-05-11 DOI: 10.1109/ICIRD.2018.8376304
S. F. Ahmed, Athar Ali, M. K. Joyo, M. Rehan, F. A. Siddiqui, J. Bhatti, Aatika Liaquat, M. M. S. Dezfouli
Mobility Assistance Robot (MAR) is a stand stool or an electronic walker. This robot can make a wheelchair bound person to experience the sensation of standing and navigating while standing up. This is not just a wheelchair substitute but indeed an absolutely new and advanced platform of mobility which makes the life of a disabled person easier. It can be controlled by an android mobile phone and users bind or tie themselves into a standing position without any difficulty. This robot can also be controlled through Electromyography (i.e. muscle movement). Electromyography is basically a method of monitoring the motion of neutrons, which are then converted into analog electrical signals and further working is then carried out through these signals. MAR has the potential to carry (lift) the disabled person automatically. It provides a platform for disabled person to ride on it and move with a maximum speed of 10 km/h. The robotic vehicle can be moved in any desired direction using both android mobile application and muscle movement. The person on ride can get the feeling of roaming around like a normal human with legs. This robot is specifically designed to provide a platform for disabled person to live like normal humans. This Robot has many social benefits and caters the need of real world.
移动辅助机器人(MAR)是一种站立式凳子或电子行走器。这个机器人可以让一个坐轮椅的人在站立的同时体验站立和导航的感觉。这不仅仅是一个轮椅的替代品,而是一个全新的、先进的移动平台,使残疾人的生活更容易。它可以由安卓手机控制,用户可以毫不费力地将自己绑成站立的姿势。这个机器人也可以通过肌电图(即肌肉运动)来控制。肌电图基本上是一种监测中子运动的方法,然后将其转换为模拟电信号,然后通过这些信号进行进一步的工作。MAR具有自动携带(提升)残疾人的潜力。它为残疾人提供了一个平台,可以乘坐它,并以最高10公里/小时的速度移动。机器人车辆可以通过安卓移动应用程序和肌肉运动向任何想要的方向移动。乘坐过山车的人可以像一个有腿的正常人一样四处走动。这个机器人是专门为残疾人提供一个像正常人一样生活的平台而设计的。这个机器人有很多社会效益,满足了现实世界的需要。
{"title":"Mobility assistance robot for disabled persons using electromyography(EMG) sensor","authors":"S. F. Ahmed, Athar Ali, M. K. Joyo, M. Rehan, F. A. Siddiqui, J. Bhatti, Aatika Liaquat, M. M. S. Dezfouli","doi":"10.1109/ICIRD.2018.8376304","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376304","url":null,"abstract":"Mobility Assistance Robot (MAR) is a stand stool or an electronic walker. This robot can make a wheelchair bound person to experience the sensation of standing and navigating while standing up. This is not just a wheelchair substitute but indeed an absolutely new and advanced platform of mobility which makes the life of a disabled person easier. It can be controlled by an android mobile phone and users bind or tie themselves into a standing position without any difficulty. This robot can also be controlled through Electromyography (i.e. muscle movement). Electromyography is basically a method of monitoring the motion of neutrons, which are then converted into analog electrical signals and further working is then carried out through these signals. MAR has the potential to carry (lift) the disabled person automatically. It provides a platform for disabled person to ride on it and move with a maximum speed of 10 km/h. The robotic vehicle can be moved in any desired direction using both android mobile application and muscle movement. The person on ride can get the feeling of roaming around like a normal human with legs. This robot is specifically designed to provide a platform for disabled person to live like normal humans. This Robot has many social benefits and caters the need of real world.","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129475764","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}
引用次数: 20
An image processing technique for coffee black beans identification 一种用于咖啡黑豆识别的图像处理技术
Pub Date : 2018-05-11 DOI: 10.1109/ICIRD.2018.8376325
Edwin R. Arboleda, Arnel C. Fajardo, Ruji P. Medina
The quality of a coffee bean is determined by several factors including color, texture, and size. High quality beans are carefully refined where defects, such as black beans, are removed. The assessment through visual inspection may be subjected to external factors such as light and the amount of beans to be inspected. This study presents a method of controlling the coffee bean quality using Image Processing techniques. Normal beans are identified through the extraction of RGB color components of training image. The RGB values were integrated in an image processing technique that eliminated the black beans in the image. Using the technique in this study, a classification of 100% were achieved for eliminating the black beans in the testing images.
咖啡豆的质量是由几个因素决定的,包括颜色、质地和大小。高品质的豆子是经过精心提炼的,其中的缺陷,如黑豆,被去除。通过目测进行的评估可能受到外界因素的影响,如光线和待测豆子的数量。本研究提出一种利用图像处理技术控制咖啡豆品质的方法。通过提取训练图像的RGB颜色分量来识别正常豆类。将RGB值整合到图像处理技术中,消除图像中的黑豆。利用本研究的方法,对检测图像中的黑豆进行了去除,分类率达到100%。
{"title":"An image processing technique for coffee black beans identification","authors":"Edwin R. Arboleda, Arnel C. Fajardo, Ruji P. Medina","doi":"10.1109/ICIRD.2018.8376325","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376325","url":null,"abstract":"The quality of a coffee bean is determined by several factors including color, texture, and size. High quality beans are carefully refined where defects, such as black beans, are removed. The assessment through visual inspection may be subjected to external factors such as light and the amount of beans to be inspected. This study presents a method of controlling the coffee bean quality using Image Processing techniques. Normal beans are identified through the extraction of RGB color components of training image. The RGB values were integrated in an image processing technique that eliminated the black beans in the image. Using the technique in this study, a classification of 100% were achieved for eliminating the black beans in the testing images.","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115435647","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}
引用次数: 51
The future of data privacy and security concerns in Internet of Things 未来物联网中的数据隐私与安全问题
Pub Date : 2018-05-11 DOI: 10.1109/ICIRD.2018.8376320
Z. Solangi, Yasir Ali Solangi, Shahmurad Chandio, Madihah bt. S. Abd. Aziz, Mohd Syarqawy bin Hamzah, Asadullah Shah
A global, immersive, invisible, ambient network-computing environment built through the continued proliferation of smart sensors, cameras, software, databases, and massive data centers in a world-spanning information fabric known as the Internet of Things. The idea is to live in connected world. Altogether varieties of connected objects from smart home appliances like televisions, laundry machines, thermostats, refrigerators to Industrial Internet of Things (IIoT) and Internet of Medical Things (IoMT) are going to conserve the potential of IoT connectivity in all paces of future smart world. However, it has high importance to preserve adherence of enormous benefits of IoT connectivity, which might lead to unseen security and privacy issues and vulnerabilities that will cause various malicious attacks including waterhole, ransomware, eavesdropping, and others to exploit the potential of smart objects. This paper will present and forecast advanced concepts for end-to end security and privacy issues in a highly distributed, heterogeneous and dynamic network of IoT devices, which may reveal a holistic approach of device identification, authentication, and management, security, and privacy concerns.
一个全球性的、身临其境的、不可见的环境网络计算环境,通过智能传感器、摄像头、软件、数据库和大规模数据中心在一个被称为物联网的跨越世界的信息结构中不断扩散而构建。我们的想法是生活在一个相互联系的世界里。从智能家电(如电视、洗衣机、恒温器、冰箱)到工业物联网(IIoT)和医疗物联网(IoMT),各种连接对象将在未来智能世界的所有空间中保持物联网连接的潜力。然而,保持物联网连接的巨大优势非常重要,这可能会导致看不见的安全和隐私问题和漏洞,从而导致各种恶意攻击,包括水坑,勒索软件,窃听等,以利用智能对象的潜力。本文将介绍并预测高度分布式、异构和动态的物联网设备网络中端到端安全和隐私问题的先进概念,这可能会揭示设备识别、认证和管理、安全和隐私问题的整体方法。
{"title":"The future of data privacy and security concerns in Internet of Things","authors":"Z. Solangi, Yasir Ali Solangi, Shahmurad Chandio, Madihah bt. S. Abd. Aziz, Mohd Syarqawy bin Hamzah, Asadullah Shah","doi":"10.1109/ICIRD.2018.8376320","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376320","url":null,"abstract":"A global, immersive, invisible, ambient network-computing environment built through the continued proliferation of smart sensors, cameras, software, databases, and massive data centers in a world-spanning information fabric known as the Internet of Things. The idea is to live in connected world. Altogether varieties of connected objects from smart home appliances like televisions, laundry machines, thermostats, refrigerators to Industrial Internet of Things (IIoT) and Internet of Medical Things (IoMT) are going to conserve the potential of IoT connectivity in all paces of future smart world. However, it has high importance to preserve adherence of enormous benefits of IoT connectivity, which might lead to unseen security and privacy issues and vulnerabilities that will cause various malicious attacks including waterhole, ransomware, eavesdropping, and others to exploit the potential of smart objects. This paper will present and forecast advanced concepts for end-to end security and privacy issues in a highly distributed, heterogeneous and dynamic network of IoT devices, which may reveal a holistic approach of device identification, authentication, and management, security, and privacy concerns.","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"299 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122121437","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}
引用次数: 28
Application of high efficiency motors in HVAC system for energy saving purpose 高效电机在暖通空调系统中的节能应用
Pub Date : 2018-05-11 DOI: 10.1109/ICIRD.2018.8376309
M. Dezfouli, Mohd Zaid Abu Yazid, A. Zakaria, S. F. Ahmed, Athar Ali, S. Moghimi
The standard electric motors have devoted themselves a large share of total energy consumption in the world due to high electric consumption. One of the alternative solution to reduce energy consumption in mechanical systems that have large numbers of motor like HVAC system is using high efficient electric motor. Application of high efficient motor saving in this study presents investigation of energy saving, energy saving cost, payback period, and emission reduction by using efficient motors replacement to standard motors of HVAC system in one hospital in Malaysia (UKMMC). It was found that a considerable energy saving values for different loads (50%, 75%, and 100%) could be achieved by replacing the high efficient motors to standard motors. During the one year, total energy savings have been measured for different loads as 122.5, 120.9, and 99 MWh respectively. Also, it has been estimated that amounts of energy saving cost for different loads are US$12,244, US$12,095, and US$9,893. The best size and amount of payback period, and energy saving, saving cost and emission reduction was found for 50% load.
标准电动机由于耗电量大,在世界总能耗中占有很大的份额。在像暖通空调系统这样具有大量电机的机械系统中,使用高效电机是降低能耗的替代解决方案之一。本研究以马来西亚某医院(UKMMC)暖通空调系统为例,探讨以高效电机替代标准电机的节能效果、节能成本、投资回收期及减排效果。通过将高效电机替换为标准电机,可以在不同负载下实现可观的节能值(50%,75%和100%)。在一年中,不同负荷的总节能量分别为122.5兆瓦时、120.9兆瓦时和99兆瓦时。此外,据估计,不同负荷的节能费用分别为12,244美元、12,095美元和9,893美元。在负荷为50%时,找到了最佳的规模和回收期,节能降耗和减排效果。
{"title":"Application of high efficiency motors in HVAC system for energy saving purpose","authors":"M. Dezfouli, Mohd Zaid Abu Yazid, A. Zakaria, S. F. Ahmed, Athar Ali, S. Moghimi","doi":"10.1109/ICIRD.2018.8376309","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376309","url":null,"abstract":"The standard electric motors have devoted themselves a large share of total energy consumption in the world due to high electric consumption. One of the alternative solution to reduce energy consumption in mechanical systems that have large numbers of motor like HVAC system is using high efficient electric motor. Application of high efficient motor saving in this study presents investigation of energy saving, energy saving cost, payback period, and emission reduction by using efficient motors replacement to standard motors of HVAC system in one hospital in Malaysia (UKMMC). It was found that a considerable energy saving values for different loads (50%, 75%, and 100%) could be achieved by replacing the high efficient motors to standard motors. During the one year, total energy savings have been measured for different loads as 122.5, 120.9, and 99 MWh respectively. Also, it has been estimated that amounts of energy saving cost for different loads are US$12,244, US$12,095, and US$9,893. The best size and amount of payback period, and energy saving, saving cost and emission reduction was found for 50% load.","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122443483","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
Sentiment analysis on large scale Amazon product reviews 大型亚马逊产品评论的情感分析
Pub Date : 2018-05-11 DOI: 10.1109/ICIRD.2018.8376299
Tanjim Ul Haque, Nudrat Nawal Saber, F. Shah
The world we see nowadays is becoming more digitalized. In this digitalized world e-commerce is taking the ascendancy by making products available within the reach of customers where the customer doesn't have to go out of their house. As now a day's people are relying on online products so the importance of a review is going higher. For selecting a product, a customer needs to go through thousands of reviews to understand a product. But in this prospering day of machine learning, going through thousands of reviews would be much easier if a model is used to polarize those reviews and learn from it. We used supervised learning method on a large scale amazon dataset to polarize it and get satisfactory accuracy.
我们现在看到的世界正变得越来越数字化。在这个数字化的世界里,电子商务正在占据主导地位,因为它使顾客不必走出家门就能买到产品。如今,人们越来越依赖在线产品,因此评论的重要性越来越高。为了选择产品,客户需要通过数千条评论来了解产品。但在这个机器学习蓬勃发展的时代,如果使用一个模型来分化这些评论并从中学习,那么浏览数千条评论会容易得多。我们使用监督学习方法对大型amazon数据集进行极化,得到了满意的准确率。
{"title":"Sentiment analysis on large scale Amazon product reviews","authors":"Tanjim Ul Haque, Nudrat Nawal Saber, F. Shah","doi":"10.1109/ICIRD.2018.8376299","DOIUrl":"https://doi.org/10.1109/ICIRD.2018.8376299","url":null,"abstract":"The world we see nowadays is becoming more digitalized. In this digitalized world e-commerce is taking the ascendancy by making products available within the reach of customers where the customer doesn't have to go out of their house. As now a day's people are relying on online products so the importance of a review is going higher. For selecting a product, a customer needs to go through thousands of reviews to understand a product. But in this prospering day of machine learning, going through thousands of reviews would be much easier if a model is used to polarize those reviews and learn from it. We used supervised learning method on a large scale amazon dataset to polarize it and get satisfactory accuracy.","PeriodicalId":397098,"journal":{"name":"2018 IEEE International Conference on Innovative Research and Development (ICIRD)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122231248","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}
引用次数: 143
期刊
2018 IEEE International Conference on Innovative Research and Development (ICIRD)
全部 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