Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240430
Cesar Gonzalez-Perez
Conceptual modelling is usually accepted as a crucial technique for exploring, understanding, documenting and communicating complex domains. It is then paradoxical that a context where highly complex domains are very common, that of humanities and social sciences specialists reasoning about their fields, lacks appropriate conceptual modelling tools. This paper introduces ConML, a conceptual modelling language designed to be affordable for end users with no previous exposure to information technologies, and created with humanities and social sciences in mind. Some practical experiences about its usage in different scenarios are described, and future research directions and presented.
{"title":"A conceptual modelling language for the humanities and social sciences","authors":"Cesar Gonzalez-Perez","doi":"10.1109/RCIS.2012.6240430","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240430","url":null,"abstract":"Conceptual modelling is usually accepted as a crucial technique for exploring, understanding, documenting and communicating complex domains. It is then paradoxical that a context where highly complex domains are very common, that of humanities and social sciences specialists reasoning about their fields, lacks appropriate conceptual modelling tools. This paper introduces ConML, a conceptual modelling language designed to be affordable for end users with no previous exposure to information technologies, and created with humanities and social sciences in mind. Some practical experiences about its usage in different scenarios are described, and future research directions and presented.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123090502","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240436
Jia-Ling Koh, Nonhlanhla Shongwe, Chung-Wen Cho
Social communication websites has been an emerging type of a Web service that helps users to share their resources. For providing efficient similarity search of tag set in a social tagging system, we propose a multi-level hierarchical index structure to group similar tag sets. Not only the algorithms of similarity searches of tag sets, but also the algorithms of deletion and updating of tag sets by using the constructed index structure are provided. Furthermore, we define a modified hamming distance function on tag sets, which consider the semantically relatedness when comparing the members for evaluating the similarity of two tag sets. This function is more applicable to evaluate the similarity search of two tag sets. A systematic performance study is performed to verify the effectiveness and the efficiency of the proposed strategies. The experiment results show that the proposed MHIB approach further improves the pruning effect of the previous work which constructs a two-level index structure. Especially, the MHIB approach is well scalable with respect to the three parameters when using either the hamming distance or the modified hamming distance for similarity measure. Although the insertion operation of the MHIB approach requires higher cost than the naïve method, with the assistant of the constructed inverted list of clusters, it performs faster than the previous work. Besides, the cost of performing deletion operation by using the MHIB approach is much less than the other two approaches and so is the update operation.
{"title":"A multi-level hierarchical index structure for supporting efficient similarity search on tag sets","authors":"Jia-Ling Koh, Nonhlanhla Shongwe, Chung-Wen Cho","doi":"10.1109/RCIS.2012.6240436","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240436","url":null,"abstract":"Social communication websites has been an emerging type of a Web service that helps users to share their resources. For providing efficient similarity search of tag set in a social tagging system, we propose a multi-level hierarchical index structure to group similar tag sets. Not only the algorithms of similarity searches of tag sets, but also the algorithms of deletion and updating of tag sets by using the constructed index structure are provided. Furthermore, we define a modified hamming distance function on tag sets, which consider the semantically relatedness when comparing the members for evaluating the similarity of two tag sets. This function is more applicable to evaluate the similarity search of two tag sets. A systematic performance study is performed to verify the effectiveness and the efficiency of the proposed strategies. The experiment results show that the proposed MHIB approach further improves the pruning effect of the previous work which constructs a two-level index structure. Especially, the MHIB approach is well scalable with respect to the three parameters when using either the hamming distance or the modified hamming distance for similarity measure. Although the insertion operation of the MHIB approach requires higher cost than the naïve method, with the assistant of the constructed inverted list of clusters, it performs faster than the previous work. Besides, the cost of performing deletion operation by using the MHIB approach is much less than the other two approaches and so is the update operation.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"709 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122988601","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240459
Youness Bazhar
The increasing number of information systems modeling formalisms raises several problems such as data integration or data exchange. To address these problems, several meta-modeling systems have been proposed. However, few of them use a database as a back-end repository in order to offer a persistent solution for addressing over sized models. Yet, with the growing size of data manipulated in information systems, there is a need to exploit databases properties like scalability and querying capabilities. In this paper, we present persistent meta-modeling systems with their meta-modeling capabilities. We show that these systems support the definition of structural and descriptive semantics of models, but they can not express the behavioral semantics of models. Therefore, the aim of our work is to combine benefits of classic modeling systems, typically their capability to express behavioral semantics of models elements, together with advantages of databases i.e. their scalability and querying capabilities. Our approach focuses on the capability to dynamically introduce new operators that could be exploited by model-based databases exploitation languages. In particular, such operators could be implemented with an external program stored outside the database, or with a web service. As a consequence of this extension, we will be able to perform model transformations in database, trigger web services from relational databases, information exchange and data integration could be also supported in a persistent context.
{"title":"Handling behavioral semantics in persistent meta-modeling systems","authors":"Youness Bazhar","doi":"10.1109/RCIS.2012.6240459","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240459","url":null,"abstract":"The increasing number of information systems modeling formalisms raises several problems such as data integration or data exchange. To address these problems, several meta-modeling systems have been proposed. However, few of them use a database as a back-end repository in order to offer a persistent solution for addressing over sized models. Yet, with the growing size of data manipulated in information systems, there is a need to exploit databases properties like scalability and querying capabilities. In this paper, we present persistent meta-modeling systems with their meta-modeling capabilities. We show that these systems support the definition of structural and descriptive semantics of models, but they can not express the behavioral semantics of models. Therefore, the aim of our work is to combine benefits of classic modeling systems, typically their capability to express behavioral semantics of models elements, together with advantages of databases i.e. their scalability and querying capabilities. Our approach focuses on the capability to dynamically introduce new operators that could be exploited by model-based databases exploitation languages. In particular, such operators could be implemented with an external program stored outside the database, or with a web service. As a consequence of this extension, we will be able to perform model transformations in database, trigger web services from relational databases, information exchange and data integration could be also supported in a persistent context.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129317060","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240426
C. Guimaraes, Diego R. Antunes, L. S. García, A. Guedes, S. Fernandes
In Brazil, most Deaf children (approximately 90%) are born into non-Deaf families. These children suffer prejudice in social situations and within their own families. They have few chances to get exposed to Sign Language (SL), the natural language of the Deaf, thus being deprived of adequate language acquisition and age-appropriate intellectual development. Libras, the Brazilian Sign Language is a complete linguistic system to be used by the Deaf as a tool for communication, development, social inclusion, citizenship exercise among others. This paper presents a Human-Computer Interaction (HCI) conceptual meta-environment framework to construct computational Intellectual Artifacts in SL to promote bilingualism (Libras/Portuguese) via Intellectual Interactions (computer-mediated systems based on cognitive theories for mind development). A storytelling environment illustrates its use in order to increase family bonding activities and effective bilingualism for Deaf children and non-Deaf parents.
{"title":"Conceptual meta-environment for Deaf children Literacy challenge: How to design effective Artifacts for bilingualism construction","authors":"C. Guimaraes, Diego R. Antunes, L. S. García, A. Guedes, S. Fernandes","doi":"10.1109/RCIS.2012.6240426","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240426","url":null,"abstract":"In Brazil, most Deaf children (approximately 90%) are born into non-Deaf families. These children suffer prejudice in social situations and within their own families. They have few chances to get exposed to Sign Language (SL), the natural language of the Deaf, thus being deprived of adequate language acquisition and age-appropriate intellectual development. Libras, the Brazilian Sign Language is a complete linguistic system to be used by the Deaf as a tool for communication, development, social inclusion, citizenship exercise among others. This paper presents a Human-Computer Interaction (HCI) conceptual meta-environment framework to construct computational Intellectual Artifacts in SL to promote bilingualism (Libras/Portuguese) via Intellectual Interactions (computer-mediated systems based on cognitive theories for mind development). A storytelling environment illustrates its use in order to increase family bonding activities and effective bilingualism for Deaf children and non-Deaf parents.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"67 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114806486","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240460
Martinez Ferrandis, Ana Maria
The genomic data chaos is a relevant problem in the field of genomics. Therefore, the definition of a solid knowledge basis in this field is essential. Ontologies provide a precise and unambiguous specification when describing domains, offering a way to encode the knowledge of different areas of practice. The Wiki-Genome project aims to exploit this potential to provide a standard classification in the genomic field that could be used by different projects on an individual basis or jointly, facilitating communication between different researchers. The Wiki-Genome project is based on the description of a top-level ontology, its implementation on a physical level and the various tools available to provide data management characterized by this ontology. The goal of the Wiki-Genome project is to offer a holistic approach to the field of genomics that ends with the genomic data chaos, offering a genomic information management system, for the exploitation and introduction of data, guided by models.
{"title":"Wiki-Genome: A model-driven genome data management environment","authors":"Martinez Ferrandis, Ana Maria","doi":"10.1109/RCIS.2012.6240460","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240460","url":null,"abstract":"The genomic data chaos is a relevant problem in the field of genomics. Therefore, the definition of a solid knowledge basis in this field is essential. Ontologies provide a precise and unambiguous specification when describing domains, offering a way to encode the knowledge of different areas of practice. The Wiki-Genome project aims to exploit this potential to provide a standard classification in the genomic field that could be used by different projects on an individual basis or jointly, facilitating communication between different researchers. The Wiki-Genome project is based on the description of a top-level ontology, its implementation on a physical level and the various tools available to provide data management characterized by this ontology. The goal of the Wiki-Genome project is to offer a holistic approach to the field of genomics that ends with the genomic data chaos, offering a genomic information management system, for the exploitation and introduction of data, guided by models.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125730304","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240446
Patricia Martín-Rodilla
In most cases, the studied software in the cultural heritage domain has been designed from the perspective of other disciplines, such as forestry engineering, geography or documentation. In the Institute of Heritage Sciences, the cultural heritage is studied as a research topic, with methodologies to study the cultural heritage activities and considering the processing of data derived from these processes like a way to add value and knowledge in these contexts [4]. From this perspective, this paper shows a process of requirement elicitation with cultural heritage professionals and the needs identified by them. It mainly focuses on the identification of interaction human-computer (IHC) needs.
{"title":"The role of software in cultural heritage issues: Types, user needs and design guidelines based on principles of interaction","authors":"Patricia Martín-Rodilla","doi":"10.1109/RCIS.2012.6240446","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240446","url":null,"abstract":"In most cases, the studied software in the cultural heritage domain has been designed from the perspective of other disciplines, such as forestry engineering, geography or documentation. In the Institute of Heritage Sciences, the cultural heritage is studied as a research topic, with methodologies to study the cultural heritage activities and considering the processing of data derived from these processes like a way to add value and knowledge in these contexts [4]. From this perspective, this paper shows a process of requirement elicitation with cultural heritage professionals and the needs identified by them. It mainly focuses on the identification of interaction human-computer (IHC) needs.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130939030","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240443
F. Jorshari, H. Mouratidis, Shareeful Islam
For software systems that process and manage sensitive information, compliance with laws has become not an option but a necessity. Analysing relevant laws and aligning them with the system requirements is necessary for attaining compliance issues. But analyzing laws within the context of software system requirements is a difficult task, mainly because the concepts used in legal texts are different compared to the concepts used in requirements engineering. This paper contributes to that direction. In particular it presents a process to model and analyse laws and regulations and to support the elicitation of security requirements based on the relevant legal and system context. Finally a case study is used to demonstrate the applicability of the proposed approach.
{"title":"Extracting security requirements from relevant laws and regulations","authors":"F. Jorshari, H. Mouratidis, Shareeful Islam","doi":"10.1109/RCIS.2012.6240443","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240443","url":null,"abstract":"For software systems that process and manage sensitive information, compliance with laws has become not an option but a necessity. Analysing relevant laws and aligning them with the system requirements is necessary for attaining compliance issues. But analyzing laws within the context of software system requirements is a difficult task, mainly because the concepts used in legal texts are different compared to the concepts used in requirements engineering. This paper contributes to that direction. In particular it presents a process to model and analyse laws and regulations and to support the elicitation of security requirements based on the relevant legal and system context. Finally a case study is used to demonstrate the applicability of the proposed approach.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128715704","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240454
Edison Gonzalo Espinosa Gallardo
There is no empirical evidence whatsoever to support most of the beliefs on which software construction is based. We do not yet know the adequacy, limits, qualities, costs and risks of the technologies used to develop software. Experimentation helps to check and convert beliefs and opinions into facts. This research is concerned with the replication area. Replication is a key component for gathering empirical evidence on software development that can be used in industry to build better software more efficiently. Replication has not been an easy thing to do in software engineering (SE) because the experimental paradigm applied to software development is still immature. Nowadays, a replication is executed mostly using a traditional replication package. But traditional replication packages do not appear, for some reason, to have been as effective as expected for transferring information among researchers in SE experimentation. The trouble spot appears to be the replication setup, caused by version management problems with materials, instruments, documents, etc. This has proved to be an obstacle to obtaining enough details about the experiment to be able to reproduce it as exactly as possible. We address the problem of information exchange among experimenters by developing a schema to characterize replications. We will adapt configuration management and product line ideas to support the experimentation process. This will enable researchers to make systematic decisions based on explicit knowledge rather than assumptions about replications. This research will output a replication support web environment. This environment will not only archive but also manage experimental materials flexibly enough to allow both similar and differentiated replications with massive experimental data storage. The platform should be accessible to several research groups working together on the same families of experiments.
{"title":"Using configuration management and product line software paradigms to support the experimentation process in software engineering","authors":"Edison Gonzalo Espinosa Gallardo","doi":"10.1109/RCIS.2012.6240454","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240454","url":null,"abstract":"There is no empirical evidence whatsoever to support most of the beliefs on which software construction is based. We do not yet know the adequacy, limits, qualities, costs and risks of the technologies used to develop software. Experimentation helps to check and convert beliefs and opinions into facts. This research is concerned with the replication area. Replication is a key component for gathering empirical evidence on software development that can be used in industry to build better software more efficiently. Replication has not been an easy thing to do in software engineering (SE) because the experimental paradigm applied to software development is still immature. Nowadays, a replication is executed mostly using a traditional replication package. But traditional replication packages do not appear, for some reason, to have been as effective as expected for transferring information among researchers in SE experimentation. The trouble spot appears to be the replication setup, caused by version management problems with materials, instruments, documents, etc. This has proved to be an obstacle to obtaining enough details about the experiment to be able to reproduce it as exactly as possible. We address the problem of information exchange among experimenters by developing a schema to characterize replications. We will adapt configuration management and product line ideas to support the experimentation process. This will enable researchers to make systematic decisions based on explicit knowledge rather than assumptions about replications. This research will output a replication support web environment. This environment will not only archive but also manage experimental materials flexibly enough to allow both similar and differentiated replications with massive experimental data storage. The platform should be accessible to several research groups working together on the same families of experiments.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"32 2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122994907","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240417
V. Pelechano
Modeling Software Kit (MOSKitt) is a FREE CASE tool, built on Eclipse, which is being developed by the Conselleria de Infraestructuras, Territorio y Medio Ambiente. Its main goal is to provide the necessary tools for supporting a complete Model Driven Software Development (MDSD) Process. To achieve such support MOSKitt has been endowed with a set of graphical model editors (such as BPMN, UML, User Interface Design or Data Base Design) and Model Transformations (M2M and M2T) that turn it not just as a Modeling Tool but also as a powerful environment to automate the full development process. In addition, MOSKitt's plugin architecture allows using MOSKitt as a real CAME environment. This feature enables specifying and implementing different software development processes based on the specific requirements of software company life cycles and processes.
建模软件工具包(MOSKitt)是一个免费的案例工具,建立在Eclipse上,由Conselleria de infrastructure, Territorio y Medio Ambiente开发。它的主要目标是为支持一个完整的模型驱动软件开发过程提供必要的工具。为了实现这种支持,MOSKitt被赋予了一组图形模型编辑器(如BPMN, UML,用户界面设计或数据库设计)和模型转换(M2M和M2T),使其不仅成为建模工具,而且成为自动化整个开发过程的强大环境。此外,MOSKitt的插件架构允许使用MOSKitt作为一个真正的CAME环境。该特性允许根据软件公司生命周期和过程的特定需求指定和实现不同的软件开发过程。
{"title":"Automating the development of information systems with the MOSKitt open source tool","authors":"V. Pelechano","doi":"10.1109/RCIS.2012.6240417","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240417","url":null,"abstract":"Modeling Software Kit (MOSKitt) is a FREE CASE tool, built on Eclipse, which is being developed by the Conselleria de Infraestructuras, Territorio y Medio Ambiente. Its main goal is to provide the necessary tools for supporting a complete Model Driven Software Development (MDSD) Process. To achieve such support MOSKitt has been endowed with a set of graphical model editors (such as BPMN, UML, User Interface Design or Data Base Design) and Model Transformations (M2M and M2T) that turn it not just as a Modeling Tool but also as a powerful environment to automate the full development process. In addition, MOSKitt's plugin architecture allows using MOSKitt as a real CAME environment. This feature enables specifying and implementing different software development processes based on the specific requirements of software company life cycles and processes.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121826497","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}
Pub Date : 2012-05-16DOI: 10.1109/RCIS.2012.6240457
E. Soulier, P. Calvez, Florie Bugeaud
Sustainable behaviors, social interaction, mobility and information aggregation inside digital business environment need to converge to reach the next step of collaboration to enhance collaboration and innovation. The following article is based on the “Assemblage” concept seen as a framework to formalize new user interfaces and applications. The area of research is the Energy Social Business Environment and Smart Cities, especially the Energy Smart Grids, which are considered as functional and technical foundations of the revolution of the Energy Sector of tomorrow. The main goal is to offer new central attention and decision-making tools to end-users to help them to better use Energy.
{"title":"Simulation of energy social Smart Grid using Assemblage Theory and Simplicial Complex tool","authors":"E. Soulier, P. Calvez, Florie Bugeaud","doi":"10.1109/RCIS.2012.6240457","DOIUrl":"https://doi.org/10.1109/RCIS.2012.6240457","url":null,"abstract":"Sustainable behaviors, social interaction, mobility and information aggregation inside digital business environment need to converge to reach the next step of collaboration to enhance collaboration and innovation. The following article is based on the “Assemblage” concept seen as a framework to formalize new user interfaces and applications. The area of research is the Energy Social Business Environment and Smart Cities, especially the Energy Smart Grids, which are considered as functional and technical foundations of the revolution of the Energy Sector of tomorrow. The main goal is to offer new central attention and decision-making tools to end-users to help them to better use Energy.","PeriodicalId":130476,"journal":{"name":"2012 Sixth International Conference on Research Challenges in Information Science (RCIS)","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-05-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131591138","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}