International Conference for Smart Health 2015 Call for Papers
Advancing Informatics for healthcare and healthcare applications has become an international research priority. There is increased effort to transform reactive care to proactive and preventive care, clinic-centric to patient-centered practice, training-based interventions to globally aggregated evidence, and episodic response to continuous well-being monitoring and maintenance.
ICSH 2015 (International Conference for Smart Health 2015) is intended to provide a forum for the growing smart health research community to discuss the principles, algorithms and applications of intelligent data acquisition, processing, and analysis of healthcare data.
The conference proceedings will be published by Springer Lecture Notes in Computer Science (LNCS). The electronic conference proceedings will be provided at the time of registration. The published proceedings will be sent to each registrant later by organizers. Selected papers will also be considered for IEEE Intelligent Systems and ACM Transactions on Management Information Systems.
---------------------------------------------------------------------------------------
Important Dates:
Paper Submission: SEPTEMBER 6, 2015(EXTENDED)
Notification of acceptance: SEPTEMBER 26, 2015
Conference dates: NOVEMBER 17-18, 2015
------------------------------------------------------------------------------------
Topics of Interest for the conference include, but are not limited to (see the conference website at http://icsh2015.org for additional suggestions):
I. Information sharing, integrating and extraction
♦ Patient education, learning and involvement
♦ Consumer and clinician health information needs, seeking, sharing, and use
♦ Healthcare knowledge abstraction, classification and summarization
♦ Effective Information retrieval for healthcare applications
♦ Natural language processing and text mining for biomedical and clinical applications, EHR, clinical notes, and health consumer texts
♦ Intelligent systems and text mining for electronic health records
♦ Health and clinical data integrity, privacy and representativeness for secondary use of data
II. Clinical practice and training
♦ Virtual patient modeling for learning, practicing and demonstrating care practices
♦ Medical recommender systems
♦ Text mining clinical text for innovative applications (patient monitoring, recommender systems for clinicians, adverse effects monitoring)
♦ Mental and physical health data integration
♦ Computer-aided diagnosis
♦ Computational support for patient-centered and evidence-based care
♦ Disease profiling and personalized treatment
♦ Visual analytics for healthcare
♦ Transdisciplinary healthcare through IT
III. Mining clinical and medical data
♦ Data augmentation and combination for evidence-based clinical decision making
♦ Biomarker discovery and biomedical data mining
♦ Semantic Web, linked data, ontologies for healthcare applications
♦ Software infrastructure for biomedical applications (text mining platforms, semantic web, workflows, etc)
♦ Intelligent Medical data management
♦ Computational intelligence methodologies for healthcare
IV. Assistive, persuasive and intelligent devices for medical care and monitoring
♦ Assistive devices and tools for individuals with special needs
♦ Intelligent medical devices and sensors
♦ Continuous monitoring and streaming technologies for healthcare
♦ Computer support for surgical intervention
♦ Localized data for improving emergency care
♦ Localization, persuasion and mobile approaches to increasing healthy life styles and better self-care
♦ Virtual and augmented reality for healthcare
V. Global systems and large-scale health data analysis and management
♦ Global spread of disease: models, tools and interventions
♦ Data analytics for clinical care
♦ Systems for Telemedicine
♦ Pharmacy informatics systems and drug discovery
♦ Collaboration technologies for healthcare
♦ Healthcare workflow management
♦ Meta-studies of community, national and international programs
------------------------------------------------------------------------------
MORE INFORMATION:
http://icsh2015.org/
International Conference for Smart Health 2015 Call for Papers的更多相关文章
- Call for Papers International Conference for Smart Health (ICSH) 2014
Call for PapersInternational Conference for Smart Health (ICSH) 2014 Beijing, China July 10-11, 2014 ...
- ICLR 2013 International Conference on Learning Representations深度学习论文papers
ICLR 2013 International Conference on Learning Representations May 02 - 04, 2013, Scottsdale, Arizon ...
- ICLR 2014 International Conference on Learning Representations深度学习论文papers
ICLR 2014 International Conference on Learning Representations Apr 14 - 16, 2014, Banff, Canada Work ...
- International Conference in 2015
Call for Paper International Conference on Computer Vision(ICCV2015, Santiago, Chile). (deadline: Ap ...
- 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 ...
- International Conference in 2014
International Conference on Machine Learning (ICML2014, Beijing).(papers are available) Neural Infor ...
- 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 In ...
- ICLR 2016 - Workshop Track International Conference on Learning Representations 论文papers
ICLR 2016 - Workshop Track International Conference on Learning Representations May 2 - 4, 2016, Car ...
- 2014 International Conference on Robotics and Computer Vision (ICRVC 2014)
2014机器人与计算机视觉国际会议ICRVC 与会地点:北京 与会时间:2014.10.24-26 截稿日期:2014-07-10 关于征稿: 语言:英文 主题: • Evolutionary Rob ...
随机推荐
- ios 弹出不同的键盘
iOS 提供了10种键盘类型,在开发中,我们可以根据不同的需求,选择不同的键盘样式,例如,当我们只需要输入手机号码时,可以选择纯数字类型的键盘(NumbersAndPunctuation),当我们需要 ...
- 【Java EE 学习 76 上】【数据采集系统第八天】【角色授权】【用户授权】【权限的粗粒度控制】【权限的细粒度控制】
一.角色管理 单击导航栏上的"角色管理"超链接,跳转到角色管理界面,在该界面上显示所有角色,并提供角色的增加和删除.修改超链接. 1.增加新角色(角色授权) 流程:单击增加新角色超 ...
- 《Python操作SQLite3数据库》快速上手教程
为什么使用SQLite数据库? 对于非常简单的应用而言,使用文件作为持久化存储通常就足够了,但是大多数复杂的数据驱动的应用需要全功能的关系型数据库.SQLite的目标则是介于两者之间的中小系统.它有以 ...
- 分布式消息总线,基于.NET Socket Tcp的发布-订阅框架之离线支持,附代码下载
一.分布式消息总线以及基于Socket的实现 在前面的分享一个分布式消息总线,基于.NET Socket Tcp的发布-订阅框架,附代码下载一文之中给大家分享和介绍了一个极其简单也非常容易上的基于.N ...
- [译]:Xamarin.Android开发入门——Hello,Android快速上手
返回索引目录 原文链接:Hello, Android_Quickstart. 译文链接:Xamarin.Android开发入门--Hello,Android快速上手 本部分介绍利用Xamarin开发A ...
- RDD/Dataset/DataFrame互转
1.RDD -> Dataset val ds = rdd.toDS() 2.RDD -> DataFrame val df = spark.read.json(rdd) 3.Datase ...
- Python os模块介绍
os.getcwd() 获取当前工作目录,即当前python脚本工作的目录路径 os.chdir("dirname") 改变当前脚本工作目录:相当于shell下cd os.curd ...
- scrapy爬虫结果插入mysql数据库
1.通过工具创建数据库scrapy
- ubuntu14.04禁用自动待机保持屏幕亮度
http://jingyan.baidu.com/article/9989c7461fd041f648ecfe05.html
- Mac 不能输入波浪线?
当你发现你的Mac或者mbp不能输入波浪线 , 输出的都是的时候,检查一下这个选项(如下图所示)有没有选中. 如果没有,就勾上它!