IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 Industry Track Call for Papers
IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 Industry Track Call for Papers
Beijing China August 17-20, 2014
Home Page: www.asonam2014.org
Full paper/short paper/extended abstract submission deadline: May 23, 2014 (extended)
===========================================================================================
Social network analysis and mining techniques are being widely applied in industrial settings. In many cases such techniques are incubating and defining new industry sectors. Industry research in related areas is growing fast and a lot of exciting ideas, and innovative techniques and applications originated from these industry research activities.
The Industrial Track of the 2014 IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) seeks submissions in all submission categories (8-page full papers, 3-page short papers, and 1-page extended abstracts) to showcase recent advances in social network analysis and mining research with direct industry relevance, to discuss emerging trends and challenges with practical implications, and to facilitate interactions between academia and industry in this vital area of study of growing interests.
All papers submitted to ASONAM 2014 Industrial Track will be peer-reviewed. Compared to the ASONAM regular track (for which paper submission is already closed), Industrial Track papers do not necessarily need to contain major methodological advances, algorithmic contributions, or rigorous experimental validation. Rather, the emphasis will be on industrial innovations, clear practical relevance, interesting lessons learned through significant practice, or new classes of applications which might open up new venues for interesting academic work.
Contributions from both industry R&D groups and the academia are welcome. Note that industry should be broadly interpreted in this call, encompassing both private and public sectors.
In many related top-rated conferences, papers presented at the industry tracks tend to draw large audience and generate interesting discussions, and many among them become well-cited work down the road. In addition to regular presentation-based industry track sessions at the conference, we will also organize an all-inclusive Industry Poster Session to encourage exchange of ideas between academic researchers, industry researchers, and practitioners. Depending on the availability of presentation slots, a portion of accepted Industry Track papers might be scheduled for poster presentation only. In addition, we will also organize an Industry System Demo Session.
Industry teams that plan to give a Poster presentation or show a Demo but do not have full or short paper submissions, are requested to contribute 1-page extended abstracts, which will be reviewed and, if accepted, will be included in the conference proceedings.
===========================================================================================
Key dates (extended)
Full paper/short paper/extended abstract submission deadline May 23, 2014
Notification of acceptance June 16, 2014
Camera-ready papers due June 24, 2014
Conference events August 17-20, 2014
===========================================================================================
Paper submission
All papers need to be prepared in English using the IEEE CPS two-column template. The maximum length for full papers/short papers/extended abstracts is 8/3/1 pages, respectively. Papers should be submitted to the Conference Web site:
https://wi-lab.com/cyberchair/2014/asonam14/cbc_index.php
Paper submission implies that the intent is for one of the authors to present the paper in person at the conference if accepted and that at least one of the authors will register under the full conference registration category.
===========================================================================================
Publications
All accepted papers (including the extended abstracts) will be included in the ASONAM 2014 Conference Proceedings and forwarded for inclusion in IEEE Computer Society Digital Library (CSDL), IEEE Xplore and the ACM Digital Library. The conference proceedings will be submitted for EI indexing through INSPEC by IEEE.
===========================================================================================
Industry Track Chairs
Daniel Zeng, Institute of Automation, Chinese Academy of Sciences, China and University of Arizona, USA
Xueqi Cheng, Institute of Computing Technology, Chinese Academy of Sciences, China
Jie Cao, Nanjing University of Finance and Economics, China
IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 Industry Track Call for Papers的更多相关文章
- Call for Papers IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM)
IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 In ...
- IEEE/ACM ASONAM 2014 Industry Track Call for Papers
IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 In ...
- Social Network Analysis的Centrality总结,以及networkx实现EigenCentrality,PageRank和KatzCentrality的对比
本文主要总结近期学习的Social Network Analysis(SNA)中的各种Centrality度量,我暂且翻译为中心度.本文主要是实战,理论方面几乎没有,因为对于庞大的SNA,我可能连门都 ...
- 社会网络分析——Social Network Analysis
什么是社会网络分析,英文social network analysis.现在这个分析越来越时髦,也越来越显现其在社会科学的研究价值.我在2000年的时候受祝建华老师的邀请到香港城市大学作研究,接触到 ...
- Applied Social Network Analysis in Python 相关笔记3
如果是option2的话,答案选A. 这里节点s,从左边的选择,节点t从右边选择. 这里计算还是用以前的值,不用更新过的值.
- Applied Social Network Analysis in Python 相关笔记
- International Conference in 2015
Call for Paper International Conference on Computer Vision(ICCV2015, Santiago, Chile). (deadline: Ap ...
- Complex social network Partition for Balanced Subnetworks---Hao Lan Zhang,Jiming Liu,Chunyu Feng,Chaoyi Pang,Tongliang Li,Jing He阅读
摘要:Abstract—Complex social network analysis methods have been applied extensively in various domains ...
- International Conference for Smart Health 2015 Call for Papers
Advancing Informatics for healthcare and healthcare applications has become an international researc ...
随机推荐
- C# partial 关健字说明
参考:http://blog.csdn.net/niemeiquan/article/details/7801803 1. 什么是局部类型? C# 2.0 引入了局部类型的概念.局部类型允许我们将一个 ...
- HttpWebResponse Post 前端控件数据,后台如何接收?
MVC视图页: @{ Layout = null; } <!DOCTYPE html> <html> <head> <title>test</ti ...
- 闲话Pipeline In Maya
在整个行业都在高呼“农业学大寨,流程学xx”的大背景下,你想推出一个新的更好的流程有着极大的难度. 在2014年的时候行业内大部分公司就有了资产的概念,会成立资产部门去专门创建资产,供后续环节多次重用 ...
- HTML5 新的 Input 类型
Input 类型: color(拾色器) color 类型用在input字段主要用于选取颜色,如下所示: 支持浏览器 实例 从拾色器中选择一个颜色: 选择你喜欢的颜色: <input type= ...
- WAMP中mysql服务突然无法启动 解决方法
wamp的mysql服务前两天还能用,今天突然不能无法启动了,原因可能是近期电脑强行关机,删除wamp\bin\mysql\mysql5.6.17\data目录下的ib_logfile0和ib_log ...
- Python判断、运算符
1.Python之if判断 2.Python运算符 3.Python综合案例
- Linux中的configure,make,make install到底在做些什么
在Linux下经常要安装部署一些软件包或者工具,拿到安装包之后一看,简单,configure,make, make install即可搞定. 有时候我就在想,这个configure,make ,mak ...
- Redis配置不当致使root被提权漏洞
Redis配置不当致使root被提权漏洞 Dear all~ 最近Redis服务被曝出因配置不当,可能造成数据库被恶意清空,或被黑客利用写入后门文件造成进一步入侵,请关注! 一.漏洞发布日期 2015 ...
- 20175236 2018-2019-2 《Java程序设计》第五周学习总结
教材学习内容总结 接口回调 1.接口属于引用型变量,可以存放实现该接口类的实例的引用,即存放对象的引用. 2.接口回调理解上跟对象的上转型对象差不多. 理解接口 接口可以抽象出重要的行为标准. 接口多 ...
- Consul集群搭建 2Server+ 3Client
环境说明: 192.168.202.177 consul-server01 192.168.202.177 consul-server02192.168.202.174 mysql server no ...