IntelliFest Oct 2012 (San Diego) : Healthcare, Bootcamps and More
by Mark Proctor
Please spread the word and submit presentations.
http://blog.athico.com/2012/07/intellifest-oct-2012-san-diego.html
----
IntelliFest <http://intellifest.org/> 22 - 26 Oct 2012 is under way.
This year it's located in San Diego, at the Bahia Resort Hotel.
<http://intellifest.org/wordpress/wp-content/uploads/2012/02/bahia_mosaic_...>
There will be a dedicated Healthcare day, as well as the normal
Drools&jBPM bootcamps. Both days are available with free registration
<http://intellifest.org/wordpress/community-registration/>; although
spaces are limited. Followed by the 3 day main event. The main sessions
will cover a wide range of reasoning technologies from the domain of AI,
register here
<http://intellifest.org/wordpress/community-registration/>. The main
sesssion format this year is multi-track to cater for developers,
management and executes. The IntelliFest call for presentations
<http://intellifest.org/wordpress/call-for-presentations/> is still open.
The healthcare day is being co-chaired by Dr Emory Fry and Dr Davide
Sottara, and request for presentations is now open. Please send your
healthcare and medical submissions to the following emails:
to: eafry at gmx d0t com.
cc: dsotty at gmail d0t com, mproctor at codehaus d0t org.
Any talks that involve reasoning technologies from the domain of AI is
accepted. However special focus will be given to rules, workflow, event
processing, ontologies, planning and agents. Both 25 and 50 minute talks
are accetable.We prefer presentations more on the clinical side, than on
the administration side (i.e. billing talks).
I have the great pleasure of announcing the healthcare keynote speaker,
Dr Robert Greenes. A biomedical and infomatics star
<http://www.flinn.org/news/454> from Arizona State University.
*Title: "Embedding Decision Support in Clinical Systems"*
<http://4.bp.blogspot.com/-FdhAwDys-Tc/T_aJVEk7wiI/AAAAAAAAA1c/4-bT8qDTHUc...>**
*Dr. Robert Greenes*
*Chair, Department of Biomedical Informatics*
*Arizona State University*
*
*
Dr. Greenes joined ASU in September, 2007 to lead the new Department of
Biomedical Informatics (BMI). This unit, originally in the School of
Computing and Informatics, in the Fulton School of Engineering, is now a
Department under the newly constituted Biomedicine@ASU framework.
Before coming to ASU, Dr. Greenes spent many years at Harvard, in the
field of BMI, first at Massachusetts General Hospital, then at Brigham
and Women's Hospital, where he established the Decision Systems Group in
1980, and developed it into a leading BMI research and development
program. Dr. Greenes was professor of radiology and of health sciences
and technology (HST), at Harvard Medical School, where HST is a joint
division of Harvard and MIT. He was also professor of health policy and
management at Harvard School of Public Health. For over 20 years, he has
directed the Biomedical Informatics Research Training (BIRT) program,
with support from the National Library of Medicine and other sources,
with co-directors now representing 10 hospital and university-based
informatics groups throughout the Boston area. Dr. Greenes is a
practicing radiologist, and has also had brief interludes at Stanford
and in industry. Dr. Greenes' research has been in the areas of clinical
decision support, in terms of models and approaches to decision making,
the knowledge representation to support it, and its clinical application
and validation. He has also been active in the promulgation of standards
and fostering of group collaborative work, particularly in knowledge
management. A related research interest is human-computer interaction,
particularly with respect to the use of clinical information systems by
providers and patients, the improved capture of clinical data and the
incorporation of individualized, context-specific decision support.
Another interest is in personal biosensors for monitoring of patients at
risk in a variety of settings.
*Expertise*
Modeling of clinical decision making - knowledge representation -
knowledge management - clinical decision support - personal biosensors -
human-computer interaction - group collaborative work
*Education*
1970, Ph.D, Harvard University
1966, MD, Harvard Medical School
1962, BA, University of Michigan
13 years, 9 months
How to batch high freq events before sending to RHS
by Ladd
I have events that come in bursts and I'd like to handle them in batches
instead of individually. So in English it would be something like "Collect
events that look like this for 10 seconds and send the list to my RHS."
I've tried several combinations of collect, accumulate, and "over
window:time()" but the best I can do is get the list sent to my RHS each
time an event is added to it.
I feel like I'm close. Can somebody point me in the right direction?
Many thanks in advance!!
- Ladd
--
View this message in context: http://drools.46999.n3.nabble.com/How-to-batch-high-freq-events-before-se...
Sent from the Drools: User forum mailing list archive at Nabble.com.
13 years, 9 months
Inserting Facts from Json Format
by ihabo01
Hello to all,
I have the following simple rule:
declare FlatData
param1 : String
param2 : String
end
rule "Test"
when
a:FlatData(param1=="something")
then
a.setParam2("hi");
end
And I have the following code to load the rule:
KnowledgeBuilder kBuilder = KnowledgeBuilderFactory.newKnowledgeBuilder();
kBuilder.add(ResourceFactory.newFileResource("myRule.drl"),ResourceType.DRL);
KnowledgeBaseConfiguration kBaseConfig = KnowledgeBaseFactory
.newKnowledgeBaseConfiguration();
KnowledgeBase kBase = KnowledgeBaseFactory.newKnowledgeBase(kBaseConfig);
kBase.addKnowledgePackages(kBuilder.getKnowledgePackages());
StatefulKnowledgeSession session = kBase.newStatefulKnowledgeSession();
session.fireAllRules();
And I have also the following object (in Json) that I would like to insert
as a fact just before firing the rules:
{"object":{" FlatData ":{"param1":"value1","param2":”value2”}}}}
How can I achieve that?
Many thanks in advance for your help
Ihab
--
View this message in context: http://drools.46999.n3.nabble.com/Inserting-Facts-from-Json-Format-tp3570...
Sent from the Drools: User forum mailing list archive at Nabble.com.
13 years, 9 months
MySQL and Derby issues with Guvnor
by paco
I have changed the defualt Derby DB to MySQL DB for the JacRabbit in Guvnor.
I see this below exception when I try to up the JBOSS 5.0.1 AS and Guvnor.
I get the error when I execute the deployement server Jboss 5.0.1.
And a log file give me the following error:
Class path contains multiple SLF4J bindings.
........................
.........................
org.jboss.seam.servlet.SeamListener org.jboss.seam.InstantiationException:
Could not instantiate Seam component: repositoryConfiguration
Thanks
--
View this message in context: http://drools.46999.n3.nabble.com/MySQL-and-Derby-issues-with-Guvnor-tp40...
Sent from the Drools: User forum mailing list archive at Nabble.com.
13 years, 9 months
Re: [rules-users] Logical insert and cyclic rules dependences
by zephyr
zephyr wrote
>
> I want to use "magick" of logical insert to keep dynamically changing
> inferred facts up to date. The problem are cyclic dependences:
>
> "a -> b" means "when a than insertLogical( new b()) end"
>
> a -> b
> b -> c
> c -> b
>
> when i insert "a" b and c are correctly inferred (they check equals so it
> doesnt loop)
> but when i remove a they persist, as they make they're rules active
> because ot the cycle
>
> is there a good way to remove such logical facts not supported by inserted
> data?
>
I thought maybe if next reference didnt increase the counter but instead
waited on some data structure, then after a fact and its implications are
removed those facts with counter 0 could see wheather there are any rules
still referencing them. As only one points at a time this should remove
cycles that stay after node is removed, but im not 100% shure it would work,
it can undo and insert again some facts [in my case its not that bad, but as
a general solution seems bad] and probably i would have to edit drools
files.
Hmm maybe there is some kind of better way to deal with this.
--
View this message in context: http://drools.46999.n3.nabble.com/Logical-insert-and-cyclic-rules-depende...
Sent from the Drools: User forum mailing list archive at Nabble.com.
13 years, 9 months
DEPLOYMENTS Guvnor IN ERROR
by paco
I am using jboss-5.0.1 to deploy guvnor-distribution-5.4.0.Final.
However it does not work and when I read the log file, I find the following
error:
ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap]
(main) Failed to load profile: Summary of incomplete deployments (SEE
PREVIOUS ERRORS FOR DETAILS).
I can not understand why this error.
Please suggest.
Thanks
--
View this message in context: http://drools.46999.n3.nabble.com/DEPLOYMENTS-Guvnor-IN-ERROR-tp4018482.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
13 years, 9 months