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. JavaScript代码优化指南

    1. 将脚本放在页面的底部 <script src="./jquery.min.js"></script> <script src="./i ...

  2. Oracle执行计划详解

    Oracle执行计划详解 --- 作者:TTT BLOG 本文地址:http://blog.chinaunix.net/u3/107265/showart_2192657.html --- 简介:   ...

  3. jQuery中的事件绑定方法

    在jQuery中,事件绑定方法大致有四种:bind(),live(), delegate(),和on(). 那么在工作中应该如何选择呢?首先要了解四种方法的区别和各自的特点. 在了解这些之前,首先要知 ...

  4. 光标失去焦点事件 onblur

    onblur="judgeLandCode()" function judgeLandCode(){ $.ajax({ type:'post', dataType:'json', ...

  5. iTerm 2 && Oh My Zsh

    一年前,在搞终端的时候偶然一次机会,让我看到了各种强大的DIY界面,这让我很想去自己搞一个.于是在网上不断的寻找资源,也请教了大多数朋友.最终以失败告终.最近,本人又突然想起当时这件事,于是,决定边做 ...

  6. 1.Linux中安装LNMP过程

    第一步安装mysql过程 安装包mysql-5.0.22.tar.gz,解压tar -zxvf  mysql-5.0.22.tar.gz cd mysql-5.0.22 进行源码安装./configu ...

  7. LeetCode 136. Single Number

    最原始的方法:先排序,然后从头查找.若nums[i] = nums[i] + 1则为一对相同的数,i = i  + 2,继续判断.若nums[i] != nums[i] + 1,则输出nums[i]. ...

  8. 从零开始山寨Caffe·拾:IO系统(三)

    数据变形 IO(二)中,我们已经将原始数据缓冲至Datum,Datum又存入了生产者缓冲区,不过,这离消费,还早得很呢. 在消费(使用)之前,最重要的一步,就是数据变形. ImageNet Image ...

  9. Linux 学习记录

    整理学习Linux操作系统遇到的不理解的概念.逐个进行补充.我们用的版本是CentOs. what's the gcc? what's the yum? what's the wget?

  10. Codeforces Round #368 (Div. 2)

    直达–>Codeforces Round #368 (Div. 2) A Brain’s Photos 给你一个NxM的矩阵,一个字母代表一种颜色,如果有”C”,”M”,”Y”三种中任意一种就输 ...