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的更多相关文章

  1. 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 ...

  2. ICLR 2013 International Conference on Learning Representations深度学习论文papers

    ICLR 2013 International Conference on Learning Representations May 02 - 04, 2013, Scottsdale, Arizon ...

  3. ICLR 2014 International Conference on Learning Representations深度学习论文papers

    ICLR 2014 International Conference on Learning Representations Apr 14 - 16, 2014, Banff, Canada Work ...

  4. International Conference in 2015

    Call for Paper International Conference on Computer Vision(ICCV2015, Santiago, Chile). (deadline: Ap ...

  5. 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 ...

  6. International Conference in 2014

    International Conference on Machine Learning (ICML2014, Beijing).(papers are available) Neural Infor ...

  7. 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 ...

  8. ICLR 2016 - Workshop Track International Conference on Learning Representations 论文papers

    ICLR 2016 - Workshop Track International Conference on Learning Representations May 2 - 4, 2016, Car ...

  9. 2014 International Conference on Robotics and Computer Vision (ICRVC 2014)

    2014机器人与计算机视觉国际会议ICRVC 与会地点:北京 与会时间:2014.10.24-26 截稿日期:2014-07-10 关于征稿: 语言:英文 主题: • Evolutionary Rob ...

随机推荐

  1. scala eclipse plugin 插件安装

    最近在看Apache Apollo 代码,其中有很多scala代码,没办法需要安装一个scala插件. 我试过zip 安装,直接下载的update-site.zip 不能直接安装到位.我又特别懒,不想 ...

  2. (2)WebAPI的增删改查

    using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Ne ...

  3. python ImportError: No module named builtins

    解决方案: sudo pip install future

  4. 基于NPOI导出和导入Excel

    概述 NPOI,顾名思义,就是POI的.NET版本.NPOI就是用.NET语言编写的一套数据导出Excel的开源项目,支持XML.xls.xlsx.ppt等格式..NET不仅实现Excel导出还可以实 ...

  5. C 标准库系列之errno.h

    errno.h 提供了一个整数全局变量errno,当系统调用或者库函数的错误事件发生时可能会修改该值,指明错误的原因,该值可在任何需要的地方被修改:一般情况不为0的值表示出现了异常或者错误. errn ...

  6. 如何在vim里删除空行?

    删除空行,进入底行模式 :g/^$/d ^代表首列 $代表尾列 d代表删除 g代表全局替换

  7. 【转载】关于treeview的多层显示的科学用法!

    http://blogs.msdn.com/b/mikehillberg/archive/2009/10/30/treeview-and-hierarchicaldatatemplate-step-b ...

  8. Redis 数据库入门指南

    Redis 是一个开源数据库,它使用内存数据结构存储,可作为数据库.缓存和消息代理使用.Redis 支持丰富的数据结构,有:字符串(Strings).哈希(Hashs).列表(Lists).集合(Se ...

  9. html学习第三天—— 第12章——css布局模型

    清楚了CSS 盒模型的基本概念. 盒模型类型, 我们就可以深入探讨网页布局的基本模型了.布局模型与盒模型一样都是 CSS 最基本. 最核心的概念. 但布局模型是建立在盒模型基础之上,又不同于我们常说的 ...

  10. 调用0A中断输入字符串数据段的DUP定义

    ;这是自动生成的代码模板 STACKS SEGMENT STACK ;堆栈段 DW DUP(?) ;注意这里只有128个字节 STACKS ENDS DATAS SEGMENT ;数据段 STRING ...