首页 > 最新文献

SCRS Conference Proceedings on Intelligent Systems最新文献

英文 中文
Women’s Shield 妇女的保护
Pub Date : 1900-01-01 DOI: 10.52458/978-93-91842-08-6-4
Shuchi Dave, Aman Jain, Deepak Sajnani, Saksham Soni
The women’s majesty is always respectable but presently the cruelty of humans and the jeopardy on women are not leading us towards hell only but also degrading our sublimity. A lot of women were sexually and mentally harassed while some are beaten to death and many of the cases are even not registered in the papers. Generally, when the wrong behavior happening to the woman, at that time she alone fought with them, no one comes to save her life because no one saw her and if she went to the police, she has no proof. So, for the safety of the women, we think to design such a device so that the woman could get help from the police department and her family too. The device contains e-components like GSM, GPS, ESP32 camera module, battery, etc. The whole design will be coded in the IC ATmega328p. Later on, the design will be printed on the PCB. The device will be in a very small design in the form of “Borla” a Rajasthani traditional wear. Because of the device, we will make a direct touch with the lady and along with the live tracking of that woman. It will also help us in tracking delinquents to put them behind the bars with adequate proofs. With the help of GSM, GPS the nearest police department and her family members will get the location of the woman via mobile message and the police will lead the rest. It will give a complete shield to the woman just with a single touch. In this paper, we tried to reduce the cost of women’s shields with help of value analysis &optimization.
女性的威严总是令人尊敬的,但目前人类的残忍和对女性的危险不仅把我们引向地狱,而且也贬低了我们的崇高。许多妇女受到性骚扰和精神骚扰,有些人被殴打致死,许多案件甚至没有在报纸上登记。一般来说,当错误的行为发生在女人身上时,当时她独自与他们战斗,没有人来救她的命,因为没有人看到她,如果她去找警察,她没有证据。所以,为了女性的安全,我们想设计这样一个装置,这样女性就可以从警察部门和她的家人那里得到帮助。该设备包含GSM、GPS、ESP32摄像模块、电池等电子元器件。整个设计将在ATmega328p集成电路中进行编码。稍后,将设计打印在PCB上。该装置将以拉贾斯坦邦传统服饰“Borla”的形式设计成一个非常小的形状。有了这个装置,我们就能直接接触这位女士并实时追踪她。这也将有助于我们追踪违法者,并将他们绳之以法。在GSM和GPS的帮助下,最近的警察部门和她的家人将通过手机短信获得该女子的位置,警察将领导其余的工作。只要轻轻一触,它就会给女人一个完整的盾牌。本文试图通过价值分析和优化来降低女性盾牌的成本。
{"title":"Women’s Shield","authors":"Shuchi Dave, Aman Jain, Deepak Sajnani, Saksham Soni","doi":"10.52458/978-93-91842-08-6-4","DOIUrl":"https://doi.org/10.52458/978-93-91842-08-6-4","url":null,"abstract":"The women’s majesty is always respectable but presently the cruelty of humans and the jeopardy on women are not leading us towards hell only but also degrading our sublimity. A lot of women were sexually and mentally harassed while some are beaten to death and many of the cases are even not registered in the papers. Generally, when the wrong behavior happening to the woman, at that time she alone fought with them, no one comes to save her life because no one saw her and if she went to the police, she has no proof. So, for the safety of the women, we think to design such a device so that the woman could get help from the police department and her family too. The device contains e-components like GSM, GPS, ESP32 camera module, battery, etc. The whole design will be coded in the IC ATmega328p. Later on, the design will be printed on the PCB. The device will be in a very small design in the form of “Borla” a Rajasthani traditional wear. Because of the device, we will make a direct touch with the lady and along with the live tracking of that woman. It will also help us in tracking delinquents to put them behind the bars with adequate proofs. With the help of GSM, GPS the nearest police department and her family members will get the location of the woman via mobile message and the police will lead the rest. It will give a complete shield to the woman just with a single touch. In this paper, we tried to reduce the cost of women’s shields with help of value analysis &optimization.","PeriodicalId":247665,"journal":{"name":"SCRS Conference Proceedings on Intelligent Systems","volume":"78 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124824834","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
Algorithm Design for Deterministic Finite Automata for a Given Regular Language with Prefix Strings 给定前缀字符串正则语言的确定性有限自动机算法设计
Pub Date : 1900-01-01 DOI: 10.52458/978-93-91842-08-6-11
Rashandeep Singh, G. Goyal
The field of automata theory is one of the most important areas in the field of Computer Science and Engineering that deals with how efficiently a problem can be solved on a model of computation using an algorithm. There exists a variety of formal languages like regular, context free, context sensitive, etc. These formal languages are described as set of specific strings over a given alphabet and can be described using state or transition diagrams. The state/transition diagram for regular languages is called a finite automaton which is used in the lexical analysis phase of compiler design for recognition of tokens. The construction of finite automata is a complicated and challenging process as there is no fixed mathematical approach that exists for designing of DFA and handling the validations for acceptance or rejection of strings. Consequently, it is difficult to represent the DFA’s transition table and graph. The present paper proposes an algorithm for designing of deterministic finite automata (DFA) for a regular language with a given prefix. The proposed method further aims to simplify the lexical analysis process of compiler design.
自动机理论领域是计算机科学与工程领域中最重要的领域之一,它研究如何有效地在使用算法的计算模型上解决问题。存在各种形式语言,如正则语言、上下文无关语言、上下文敏感语言等。这些形式语言被描述为给定字母表上的一组特定字符串,并且可以使用状态图或转换图来描述。正则语言的状态/转换图被称为有限自动机,用于编译器设计的词法分析阶段,以识别标记。有限自动机的构造是一个复杂而具有挑战性的过程,因为没有固定的数学方法来设计DFA和处理接受或拒绝字符串的验证。因此,很难表示DFA的转换表和图。本文提出了一种具有给定前缀的正则语言的确定性有限自动机的设计算法。该方法进一步简化了编译器设计的词法分析过程。
{"title":"Algorithm Design for Deterministic Finite Automata for a Given Regular Language with Prefix Strings","authors":"Rashandeep Singh, G. Goyal","doi":"10.52458/978-93-91842-08-6-11","DOIUrl":"https://doi.org/10.52458/978-93-91842-08-6-11","url":null,"abstract":"The field of automata theory is one of the most important areas in the field of Computer Science and Engineering that deals with how efficiently a problem can be solved on a model of computation using an algorithm. There exists a variety of formal languages like regular, context free, context sensitive, etc. These formal languages are described as set of specific strings over a given alphabet and can be described using state or transition diagrams. The state/transition diagram for regular languages is called a finite automaton which is used in the lexical analysis phase of compiler design for recognition of tokens. The construction of finite automata is a complicated and challenging process as there is no fixed mathematical approach that exists for designing of DFA and handling the validations for acceptance or rejection of strings. Consequently, it is difficult to represent the DFA’s transition table and graph. The present paper proposes an algorithm for designing of deterministic finite automata (DFA) for a regular language with a given prefix. The proposed method further aims to simplify the lexical analysis process of compiler design.","PeriodicalId":247665,"journal":{"name":"SCRS Conference Proceedings on Intelligent Systems","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122141942","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
Cognitive Computing and its Relationship to Computing Methods and Advanced Computing from a Human-Centric Functional Modeling Perspective 从以人为中心的功能建模角度看认知计算及其与计算方法和高级计算的关系
Pub Date : 1900-01-01 DOI: 10.52458/978-93-91842-08-6-9
Andy E. Williams
Recent advances in modeling human cognition have resulted in what is suggested to be the first model of Artificial General Intelligence (AGI) with the potential capacity for human-like general problem-solving ability, as well as a model for a General Collective Intelligence or GCI, which has been described as software that organizes a group into a single collective intelligence with the potential for vastly greater general problem-solving ability than any individual in the group. Both this model for GCI and this model for AGI require functional modeling of concepts that is complete in terms of meaning being self-contained in the model and not requiring interpretation based on information outside the model. The combination of a model of cognition to define an interpretation of meaning, and this functional modeling technique to represent information that way together results in fully self-contained definitions of meaning that are suggested to be the first complete implementation of semantic modeling. With this semantic modeling, and with these models for AGI and GCI, cognitive computing and its capacity for general problem-solving ability become far better defined. However, semantic representation of problems and of the details of solutions, as well general problem-solving ability in navigating those problems and solutions is not required in all cases. This paper attempts to explore the cases in which it is, and how the various computing methods and advanced computing paradigms are best utilized in each case from the perspective of cognitive computing.
人类认知建模的最新进展已经产生了被认为是第一个具有类似人类一般问题解决能力的人工通用智能(AGI)模型,以及通用集体智能(GCI)模型,GCI被描述为将一个群体组织成一个集体智能的软件,具有比群体中任何个体都更大的一般问题解决能力的潜力。GCI模型和AGI模型都需要对概念进行功能建模,这些概念的含义在模型中是自包含的,并且不需要基于模型外的信息进行解释。将定义意义解释的认知模型与以这种方式表示信息的功能建模技术结合在一起,产生了完全自包含的意义定义,这被认为是语义建模的第一个完整实现。有了这种语义建模,以及AGI和GCI的这些模型,认知计算及其解决一般问题的能力将得到更好的定义。然而,问题和解决方案细节的语义表示,以及导航这些问题和解决方案的一般解决问题的能力,并非在所有情况下都需要。本文试图从认知计算的角度探讨其存在的情况,以及如何在每种情况下最好地利用各种计算方法和先进的计算范式。
{"title":"Cognitive Computing and its Relationship to Computing Methods and Advanced Computing from a Human-Centric Functional Modeling Perspective","authors":"Andy E. Williams","doi":"10.52458/978-93-91842-08-6-9","DOIUrl":"https://doi.org/10.52458/978-93-91842-08-6-9","url":null,"abstract":"Recent advances in modeling human cognition have resulted in what is suggested to be the first model of Artificial General Intelligence (AGI) with the potential capacity for human-like general problem-solving ability, as well as a model for a General Collective Intelligence or GCI, which has been described as software that organizes a group into a single collective intelligence with the potential for vastly greater general problem-solving ability than any individual in the group. Both this model for GCI and this model for AGI require functional modeling of concepts that is complete in terms of meaning being self-contained in the model and not requiring interpretation based on information outside the model. The combination of a model of cognition to define an interpretation of meaning, and this functional modeling technique to represent information that way together results in fully self-contained definitions of meaning that are suggested to be the first complete implementation of semantic modeling. With this semantic modeling, and with these models for AGI and GCI, cognitive computing and its capacity for general problem-solving ability become far better defined. However, semantic representation of problems and of the details of solutions, as well general problem-solving ability in navigating those problems and solutions is not required in all cases. This paper attempts to explore the cases in which it is, and how the various computing methods and advanced computing paradigms are best utilized in each case from the perspective of cognitive computing.","PeriodicalId":247665,"journal":{"name":"SCRS Conference Proceedings on Intelligent Systems","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122340377","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
A Study on Management of Artificial Intelligence in Green Manufacturing with Special Reference to TVS Motor Company, Hosur, Tamil Nadu, India 绿色制造中的人工智能管理研究——以印度泰米尔纳德邦Hosur市TVS汽车公司为例
Pub Date : 1900-01-01 DOI: 10.52458/978-93-91842-08-6-14
Vipin C Nair, Lathangi R
Smart Manufacturing is a broad category of manufacturing that employs a computer based integrated manufacturing system with higher end of new adaptability and quick evolution in design structure along with digitization and effective workforce training. Industry 4.0 and the advent of industry 5.0 have given new dimensions in manufacturing along with sustainable and environment friendly manufacturing which is called Green manufacturing. Artificial intelligence (AI) if implemented with major environmental concerns can add a new dimension to the industrial revolution of this century. Imagining a set up of cell manufacturing and flexible manufacturing systems using low carbon emission standards with AI may one day make complex systems easy to operate and give a healthy environment to work. Less hazards and low carbon emissions particularly in chemical industries may make industries more environments friendly and thus save the life forms on earth from self destruction. Green Tech or Green manufacturing is an umbrella term which comes under the same branch in one way or other which is used in several technologies or the fields of science in order to bring up with products which Eco friendly. This article discusses as well as suggests remedies for AI systems to be more environments friendly and thus bring harmony with technology and its management with Mother Nature. This research article has data from secondary sources like reports / websites / professionals and a detailed model is prepared on it.
智能制造是一种基于计算机的集成制造系统,具有更高的新适应性和设计结构的快速演变,以及数字化和有效的劳动力培训。工业4.0和工业5.0的出现给制造业带来了新的维度,以及可持续和环境友好型制造,被称为绿色制造。人工智能(AI)如果在实施时考虑到主要的环境问题,可以为本世纪的工业革命增加一个新的维度。想象一下,利用人工智能建立低碳排放标准的电池制造和灵活制造系统,可能有一天会使复杂的系统易于操作,并提供一个健康的工作环境。减少危害和低碳排放,特别是在化学工业中,可能使工业更加环保,从而拯救地球上的生命形式,使其免于自我毁灭。绿色科技或绿色制造是一个总括性的术语,以某种方式属于同一分支,用于几种技术或科学领域,以提出生态友好的产品。本文讨论并建议了人工智能系统的补救措施,使其对环境更加友好,从而使技术及其管理与自然母亲和谐相处。这篇研究文章的数据来自报告/网站/专业人士等二手来源,并在此基础上准备了详细的模型。
{"title":"A Study on Management of Artificial Intelligence in Green Manufacturing with Special Reference to TVS Motor Company, Hosur, Tamil Nadu, India","authors":"Vipin C Nair, Lathangi R","doi":"10.52458/978-93-91842-08-6-14","DOIUrl":"https://doi.org/10.52458/978-93-91842-08-6-14","url":null,"abstract":"Smart Manufacturing is a broad category of manufacturing that employs a computer based integrated manufacturing system with higher end of new adaptability and quick evolution in design structure along with digitization and effective workforce training. Industry 4.0 and the advent of industry 5.0 have given new dimensions in manufacturing along with sustainable and environment friendly manufacturing which is called Green manufacturing. Artificial intelligence (AI) if implemented with major environmental concerns can add a new dimension to the industrial revolution of this century. Imagining a set up of cell manufacturing and flexible manufacturing systems using low carbon emission standards with AI may one day make complex systems easy to operate and give a healthy environment to work. Less hazards and low carbon emissions particularly in chemical industries may make industries more environments friendly and thus save the life forms on earth from self destruction. Green Tech or Green manufacturing is an umbrella term which comes under the same branch in one way or other which is used in several technologies or the fields of science in order to bring up with products which Eco friendly. This article discusses as well as suggests remedies for AI systems to be more environments friendly and thus bring harmony with technology and its management with Mother Nature. This research article has data from secondary sources like reports / websites / professionals and a detailed model is prepared on it.","PeriodicalId":247665,"journal":{"name":"SCRS Conference Proceedings on Intelligent Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127844699","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
Crowd Management and Monitoring using Deep Convolutinal Neural Network 基于深度卷积神经网络的人群管理与监控
Pub Date : 1900-01-01 DOI: 10.52458/978-93-91842-08-6-15
Pratiksha Singh, A. K. Daniel
India is counted as one of the most populated countries in the world. A lot of crime is also increasing due to the increasing population, as criminal activities are more frequent in a crowded place. Being crowded is also facing a lot of diseases. Therefore, crowd management and monitoring are very important therefore viewed from the security, crowd management, and monitoring plays a very important role in identifying group/ individual’s behavior in a crowd using video and image sequence for counting the person and detection of such misbehavior elements, This paper proposed a model for crowd management and monitoring person counting as object detection techniques. This paper proposed Deep Convolutional Neural Network, and Support Vector Machine. The data set are taken from Mall, Kumbh Mela, and UCFD. The performance of the model using training and testing of data is improved.
印度被认为是世界上人口最多的国家之一。由于人口的增加,犯罪活动在拥挤的地方更加频繁,因此犯罪也在增加。拥挤也面临着很多疾病。因此,人群管理和监控是非常重要的,因此从安全的角度来看,人群管理和监控在识别人群中群体/个人的行为中起着非常重要的作用,利用视频和图像序列进行人员计数并检测这些不良行为元素,本文提出了一种以人群管理和监控人员计数为对象的检测技术模型。本文提出了深度卷积神经网络和支持向量机。数据集取自Mall, Kumbh Mela和UCFD。通过对数据的训练和测试,提高了模型的性能。
{"title":"Crowd Management and Monitoring using Deep Convolutinal Neural Network","authors":"Pratiksha Singh, A. K. Daniel","doi":"10.52458/978-93-91842-08-6-15","DOIUrl":"https://doi.org/10.52458/978-93-91842-08-6-15","url":null,"abstract":"India is counted as one of the most populated countries in the world. A lot of crime is also increasing due to the increasing population, as criminal activities are more frequent in a crowded place. Being crowded is also facing a lot of diseases. Therefore, crowd management and monitoring are very important therefore viewed from the security, crowd management, and monitoring plays a very important role in identifying group/ individual’s behavior in a crowd using video and image sequence for counting the person and detection of such misbehavior elements, This paper proposed a model for crowd management and monitoring person counting as object detection techniques. This paper proposed Deep Convolutional Neural Network, and Support Vector Machine. The data set are taken from Mall, Kumbh Mela, and UCFD. The performance of the model using training and testing of data is improved.","PeriodicalId":247665,"journal":{"name":"SCRS Conference Proceedings on Intelligent Systems","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132431408","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
PALS - Precision Agriculture using Local Server PALS -使用本地服务器的精准农业
Pub Date : 1900-01-01 DOI: 10.52458/978-93-91842-08-6-13
N. Mangathayaru, K. Sumanth, P. Jeremiah John, T. Akhila, N. Nidhi
Agriculture plays a vital role in the development of Indian economy, these days many people living in the cities are preferring organic fruits and vegetables, which in turn is creating opportunities for big nurseries to grow fruits and vegetables in the traditional organic method, some people are also growing such plants at their home itself to meet their daily consumption needs. Even though the methodologies used for such farming are very good at providing a good yield, such activities still require a lot of time and man work for efficient output. Such people are starting to rely on some automation and monitoring to as most of the people in such urban localities have very little time to spend on such activities, this has recently become a trend as the sensors used monitor these plants are relatively inexpensive and also usage of such sensors which provide the users with a lot more information which can be used to make dynamic decisions based on various conditions and requirements turns out to be even more efficient as it is not ideal to keep providing the same amount of nutrients and water irrespective of their need, therefore such constant monitoring helps out the users to monitor and decide on what actions to perform such as how much nutrients have to sprayed and how much water needs to be supplied. The only issue in implementing such system arises when we need to use a cloud service to manage all the data which is typically an expensive service and since it is not a one-time expense like the sensors, the users have to keep paying as a monthly/yearly basis for such services. The main aim of this study is to implement a simple and easy to use local server which the user can run on their personal computers or a cheap computation device such as a raspberry pi to avoid the heavy costs of cloud services.
农业在印度经济的发展中起着至关重要的作用,这些天许多生活在城市的人更喜欢有机水果和蔬菜,这反过来又为大型苗圃以传统的有机方法种植水果和蔬菜创造了机会,有些人也在自己家里种植这些植物,以满足他们的日常消费需求。尽管用于这种农业的方法非常善于提供良好的产量,但这种活动仍然需要大量的时间和人力来获得有效的产出。这些人开始依赖一些自动化和监控,因为这些城市地区的大多数人很少有时间花在这些活动上。这最近已经成为一种趋势,因为用于监测这些植物的传感器相对便宜,而且这些传感器的使用为用户提供了更多的信息,这些信息可以用来根据各种条件和要求做出动态决策,结果是更有效的,因为不管他们需要什么,保持提供相同数量的营养和水是不理想的。因此,这种持续的监测有助于用户监测和决定采取什么行动,例如需要喷洒多少营养物质,需要供应多少水。实现这种系统的唯一问题是,当我们需要使用云服务来管理所有数据时,这通常是一项昂贵的服务,而且由于它不像传感器那样是一次性支出,用户必须按月/年为这种服务付费。本研究的主要目的是实现一个简单易用的本地服务器,用户可以在他们的个人电脑或便宜的计算设备(如树莓派)上运行,以避免云服务的沉重成本。
{"title":"PALS - Precision Agriculture using Local Server","authors":"N. Mangathayaru, K. Sumanth, P. Jeremiah John, T. Akhila, N. Nidhi","doi":"10.52458/978-93-91842-08-6-13","DOIUrl":"https://doi.org/10.52458/978-93-91842-08-6-13","url":null,"abstract":"Agriculture plays a vital role in the development of Indian economy, these days many people living in the cities are preferring organic fruits and vegetables, which in turn is creating opportunities for big nurseries to grow fruits and vegetables in the traditional organic method, some people are also growing such plants at their home itself to meet their daily consumption needs. Even though the methodologies used for such farming are very good at providing a good yield, such activities still require a lot of time and man work for efficient output. Such people are starting to rely on some automation and monitoring to as most of the people in such urban localities have very little time to spend on such activities, this has recently become a trend as the sensors used monitor these plants are relatively inexpensive and also usage of such sensors which provide the users with a lot more information which can be used to make dynamic decisions based on various conditions and requirements turns out to be even more efficient as it is not ideal to keep providing the same amount of nutrients and water irrespective of their need, therefore such constant monitoring helps out the users to monitor and decide on what actions to perform such as how much nutrients have to sprayed and how much water needs to be supplied. The only issue in implementing such system arises when we need to use a cloud service to manage all the data which is typically an expensive service and since it is not a one-time expense like the sensors, the users have to keep paying as a monthly/yearly basis for such services. The main aim of this study is to implement a simple and easy to use local server which the user can run on their personal computers or a cheap computation device such as a raspberry pi to avoid the heavy costs of cloud services.","PeriodicalId":247665,"journal":{"name":"SCRS Conference Proceedings on Intelligent Systems","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114806406","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
期刊
SCRS Conference Proceedings on Intelligent Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1