-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprogram.html
More file actions
855 lines (720 loc) · 44 KB
/
Copy pathprogram.html
File metadata and controls
855 lines (720 loc) · 44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
<!DOCTYPE html>
<html>
<!-- Mirrored from dbis.informatik.tu-cottbus.de/ruleml2012/program.html by HTTrack Website Copier/3.x [XR&CO'2013], Wed, 23 Oct 2013 12:39:16 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8"/>
<title>RuleML 2012 Program and Presentations</title>
<link rel="copyright" type="text/html" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link href="http://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet"
type="text/css"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-886770-25']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script> </head>
<body>
<header>
<p id="logo"><strong>RuleML 2012</strong></p>
<p id="slogan">The 6<sup>th</sup> International Symposium on Rules:
Research Based and Industry Focused <a id="twitterButton" href="https://twitter.com/share?url=http://2012.ruleml.org&text=Update+your+calendar%2C+RuleML2012+in+Montpellier%2C+France+on+August+27-28%2C+2012&count=horizontal&via=RuleML2012"
title="Share on Twitter"> <img src="http://a0.twimg.com/a/1317332595/images/goodies/tweetn.png"
alt="Share this on Twitter"/></a> </p>
<p id="subslogan">Montpellier, France, August 27-29(30), 2012</p>
<hr/>
<nav id="menu"> <a class="menuItem" href="index.html">Home</a> <a
class="menuItem" href="keynotes.html">Keynote Speakers</a> <a
class="menuItem" href="tracks.html">Symposium Tracks</a> <a class="menuItem"
href="calls.html">Call for Papers</a> <a class="menuItem" href="organisation.html">Organisation</a>
<a class="menuItem" href="pc.html">Program Committee</a>
<a class="menuItem" href="deadlines.html">Important Dates</a> <a
class="menuItem" href="submission.html">Submission</a> <br>
<br>
<a class="menuItem" href="sponsoring.html">Sponsorship</a> <a class="menuItem"
href="registration.html">Registration</a> <a class="menuItem"
href="accommodation.html">Accommodation and Venue</a> <a class="menuItem"
href="papers.html">Accepted Papers</a> <a class="menuItem" href="program.html">Program</a>
<a class="menuItem" href="phdconsortium.html">Doctoral
Consortium</a> <a class="menuItem" href="rulechallenge.html">Int'l
RuleML Challenge</a>
<br/><br/>
<a class="menuItem" href="ruleresponder.html">SymposiumPlanner-2012</a>
</nav>
</header>
<div class="group">
<div id="container">
<article id="program">
<section>
<h2><mark> Registration desks </mark></h2>
<h3>27 August 08:00-18:00, 28 August 08:00-14:00</h3>
<p>
The registration desk is at the campus of University Montpellier 2 at
the <a href="https://plus.google.com/100549645508686597451/about">I.A.E. building (no 29)</a>.<br/>
See also the <a href="http://www.univ-montp2.fr/fichiers/Commun/plan-campus-triolet.pdf">Campus map</a> (PDF).</p>
<h3>28 August 16:00-18:00, 29-31 August 08:00-18:00</h3>
<p>The registration desk is at Le Corum Congress Hall (level 0).</p>
</section>
<h1>Program and Presentations</h1>
<!-- Doctoral Consortium and the Challenge-->
<section itemscope="" itemtype="http://schema.org/Event" id="dc101">
<h2 itemprop="name"><mark>RuleML2012 Doctoral Consortium and 6<sup>th</sup>
International Rule Challenge</mark></h2>
<link itemprop="url" href="http://2012.ruleml.org/phdconsortium">
<h3>Monday, August 27, 2012</h3>
<div>Location: Campus de Triolet, Building:IAE, Room: IAE amphitheatre</div>
<meta itemprop="startDate" content="the datetime">
<meta itemprop="endDate" content="the datetime">
<table border="1">
<tbody>
<tr>
<td><strong>Time</strong></td>
<td><strong>Activity</strong></td>
</tr>
<tr>
<td><strong>08:00AM</strong></td>
<td><strong>Registration</strong></td>
</tr>
<tr>
<td><strong>08:30AM</strong></td>
<td><strong>Chair's Opening Address</strong></td>
</tr>
<tr>
<td>8:40AM</td>
<td><strong>Doctoral Consortium</strong> <br>
<strong>Chair:</strong> <em itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Monica Palmirani</em>, CIRSFID-University
of Bologna, Italy
<div itemprop="performers">
<ul>
<li>Enabling Knowledge-Based Complex Event Processing,
by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Kia Teymourian</span> </li>
<li>Cognitive System for Knowledge Representation of
Elementary Pragmatics, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Shashishekar Ramakrishna</span></li>
<li style="list-style:none; background-color:gold; z-index:-1; margin-top:5px; margin-bottom:5px; padding:10px; border:2px solid gold;">
<img src="gold.png" alt="Gold Medal" style="display:inline;"/>
<div style="margin-left:35px; margin-top:-50px;">
<strong style="color:red;">Best Doctoral Paper Award</strong><br/><strong>Combining Ontology and Rules to Model Judicial
Interpretation</strong>, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Marcello Ceci</span></div></li>
<li>Checking Compliance in European Tender Documents
through Ontologies and Rules, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Isabella Distinto</span></li>
</ul>
</div>
</td>
</tr>
<tr>
<td>09:40AM</td>
<td><strong>6<sup>th</sup> International Rule Challenge</strong><br>
<strong>Chair:</strong> <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Davide Sottara</span>
<div itemprop="performers">
<ul>
<li><strong style="color:red">Invited Demo: </strong>Rule
Based Business Process Compliance, by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Guido
Governatori</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Sidney Shek</span></li>
</ul>
</div>
</td>
</tr>
<tr>
<td>10:00AM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>10:30AM</td>
<td><strong>6<sup>th</sup> International Rule Challenge</strong><br>
<strong>Chair:</strong> <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Davide Sottara</span>, Arizona State
University
<div itemprop="performers">
<ul>
<li style="list-style:none; background-color:gold; z-index:-1; margin-top:5px; margin-bottom:5px; padding:10px; border:2px solid gold;">
<img src="gold.png" alt="Gold Medal" style="display:inline;"/>
<div style="margin-left:35px; margin-top:-50px;">
<strong style="color:red;">Best Challenge Paper Award</strong><br/><strong>Legal Rules, Text, and Ontologies Over Time</strong>, by
Monica Palmirani, Tommaso Ognibene and Luca Cervone
</div></li>
<li>Browsing case-law: an application of the Carneades
Argumentation, by System Marcello Ceci and Thomas
Gordon</li>
<li>A model driven approach for bridging ILOG Rule
Language and RIF, by Valerio Cosentino, Marcos Didonet
Del Fabro and Adil El Ghali</li>
<li>A loose Coupling Approach for Combining OWL
Ontologies and Business Rules, by Amina Chniti,
Patrick Albert and Jean Charlet</li>
<li>Diamond Debugger Demo: Rete-Based Processing of
Linked Data, by Daniel Miranker, Rodolfo Depena,
Hyunjoon Jung, Juan Sequeda and Carlos Reyna</li>
<li>Loosely-Coupled and Event-Messaged Interactions with
Reaction RuleML 1.0 in Rule Responder, by Zhili Zhao,
Kia Teymourian, Adrian Paschke, Harold Boley and Tara
Athan</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>12:30AM</td>
<td>Lunch</td>
</tr>
<tr>
<td>02:00PM</td>
<td><strong>6<sup>th</sup> International Rule Challenge </strong><br>
<strong>Chair:</strong> <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Adrian Paschke</span>, Freie Universität
Berlin
<div itemprop="performers">
<ul>
<li><strong style="color:red">Invited Demo: </strong>
PSOATransRun: Translating and Running PSOA RuleML via
the TPTP Interchange Language for Theorem Provers (<a href="http://www.slideshare.net/ruleml2012/psoa-trans-runinviteddemoruleml2012-ruleml-wiki">presentation</a>), by
Gen Zou, Reuben Peter-Paul, Harold Boley, Alexandre
Riazanov</li>
<li>Graph-based rule editor, by Maciej Nowak, Jaroslaw
Bak and Czeslaw Jedrzejek</li>
<li>RuleTheWeb!: Rule-based Adaptive User Experience (<a href="http://www.slideshare.net/ruleml2012/psoa-trans-runinviteddemoruleml2012-ruleml-wiki">presentation</a>), by
Adrian Giurca, Matthias Tylkowski and Martin Mueller</li>
<li style="list-style:none; background-color:gold; z-index:-1; margin-top:5px; margin-bottom:5px; padding:10px; border:2px solid gold;">
<img src="gold.png" alt="Gold Medal" style="display:inline;"/>
<div style="margin-left:35px; margin-top:-50px;">
<strong style="color:red;">Best Challenge Demo Award</strong><br/><strong>PLIS+: A Rule-Based Personalized Location
Information System</strong>, by Iosif Viktoratos, Athanasios
Tsadiras and Nick Bassiliades
</div>
</li>
<li>Monitoring BPMN-Processes with Rules in a
Distributed Environment, by Lothar Hotz, Stephanie Von
Riegen, Alexander Pokahr, Lars Braubach and Torsten
Schwinghammer</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>04:00PM</td>
<td>Coffee Break, Best DC Paper Award voting, Challenge Demos
Awards voting</td>
</tr>
<tr>
<td>04:30PM</td>
<td><strong style="color:red">Tutorial:</strong>Deliberation RuleML, <a href="http://de.slideshare.net/swadpasc/reaction-ruleml-ruleml2012paschketutorial">Reaction RuleML</a>, and
LegalRuleML:</strong> Specification and Application by
<span itemprop="performers"> Harold Boley, Adrian Paschke,
Tara Athan, Monica Palmirani, and Guido Governatori. </span> </td>
</tr>
<tr>
<td>6:15PM</td>
<td><strong style="color:red">Invited Talk: </strong>Translating Rules in Natural Language to RuleML (<a href="http://wyner.info/LanguageLogicLawSoftware/index.php/2012/08/28/presentations-at-cmna-2012-and-ruleml-2012/">presentation</a>), by <span
itemprop="performers"><span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Adam Wyner</span></span> </td>
</tr>
<tr>
<td>7:00PM</td>
<td><strong>LegalRuleML OASIS TC face to face meeting</strong>
(with possibility to call the other TC members) </td>
</tr>
<tr>
<td>8:30PM</td>
<td>Montpellier downtown (informal) </td>
</tr>
</tbody>
</table>
</section>
<!-- The Symposium -->
<section itemscope="" itemtype="http://schema.org/Event" id="s101">
<h2 itemprop="name"><mark>The RuleML2012 Symposium</mark></h2>
<link itemprop="url" href="http://2012.ruleml.org/">
<meta itemprop="startDate" content="the datetime">
<meta itemprop="endDate" content="the datetime">
<h3>Tuesday, August 28, 2012</h3>
<div>Location: <span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
Campus de Triolet</span>, Building:IAE, Room: IAE amphitheatre</div>
<table border="1">
<tbody>
<tr>
<td><strong>Time</strong></td>
<td><strong>Activity</strong></td>
</tr>
<tr>
<td>9:00AM</td>
<td style="text-align:center;"><strong>Keynote Talk: </strong>Prof.
Dr. Marie-Laure Mugnier<br>
<a href="http://www.slideshare.net/ruleml2012/ontologybased-data-access-with-existential-rules"><em>Ontology-Based
Query Answering with Existential Rules</em></a></td>
</tr>
<tr>
<td>10:00AM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>10:30AM</td>
<td><strong>Track: Rules and the Semantic Web</strong><br>
<strong>Chair:</strong> <em itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Grzegorz J. Nalepa</em>, AGH University of
Science and Technology, Poland
<div itemprop="performers">
<ul>
<li>Using SOIQ(D) to Formalize Semantics within a
Semantic Decision Table, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Yan Tang</span> and <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Trung-Kien
Tran</span>.</li>
<li>Imposing Restrictions Over Temporal Properties in
OWL: A Rule Based Approach, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Sotiris Batsakis</span> and <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Euripides
Petrakis</span>. </li>
<li>OWL RL in Logic Programming: Querying, Reasoning and
Inconsistency Explanation, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Jesus M. Almendros-Jimenez</span>.</li>
<li>Using data-to-knowledge exchange for transforming
relational databases to knowledge bases, by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Tadeusz
Pankowski</span>.</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>11:55AM</td>
<td><strong>Track: Rule Transformation, Extraction and
Learning</strong> <br>
<strong>Chair:</strong> <em itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Monica Palmirani</em>, CIRSFID-University
of Bologna, Italy
<div itemprop="performers">
<ul>
<li> An Approach to Parallel Class Expression Learning <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Tran
C. An</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Jens Dietrich</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Hans
W. Guesgen</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Stephen Marsland</span>.</li>
<li>Rule-Based High-Level Situation Recognition from
Incomplete Tracking Data
(<a href="http://www.slideshare.net/ruleml2012/ruleml2012-rulebased-highlevel-situation-recognition-from-incomplete-tracking-data">presentation</a>) by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">David Muench</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Joris
Ijsselmuiden</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Ann-Kristin Grosselfinger</span>, <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Michael
Arens</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Rainer Stiefelhagen</span>.</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>12:30AM</td>
<td>Lunch</td>
</tr>
<tr>
<td>2:30PM</td>
<td>Presentatio of <a href="http://www2.lirmm.fr/~mugnier/graphik/">GraphIK
Laboratory</a></td>
</tr>
<tr>
<td>03:30PM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>04:00PM</td>
<td><strong>Track: Rule-based Event Processing and Reaction
Rules</strong> <br>
<strong>Chair:</strong> <em itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Harold Boley</em>, University of New
Brunswick, Canada
<div itemprop="performers">
<ul>
<li>Reaction RuleML 1.0: Standardized Semantic Reaction
Rules, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Adrian Paschke</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Harold
Boley</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Zhili Zhao</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Kia
Teymourian</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Tara Athan</span></li>
<li>On Algebraic Semantics of Reaction Rules, by <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Katerina
Ksystra</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Nikolaos Triantafyllou</span> and <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Petros
Stefaneas</span></li>
<li>A Rule-based Calculus and Processing of Complex
Events (<a href="http://www.slideshare.net/ruleml2012/bragaglia-rule-ml-2012-a-rulebased-calculus-and-processing-of-complex-events-compressed">presentation</a>), by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Stefano Bragaglia</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Federico
Chesani</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Paola Mello</span> and <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Davide
Sottara</span></li>
<li>Complex Reactivity with Preferences in Rule-Based
Agents, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Stefania Costantini</span> and <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Giovanni
De Gasperis</span></li>
</ul>
</div>
</td>
</tr>
<tr>
<td>5:40PM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>06:00PM</td>
<td><strong>Track: Rule-based Policies and Agents on the
Pragmatic Web</strong> <br>
<strong>Chairs:</strong> <em itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Adrian Paschke</em>, Freie Universitaet
Berlin, Germany <br>
<em itemscope="" itemtype="http://schema.org/Person" itemprop="name">Hans
Weigand</em>, Tilburg University, Netherlands
<div itemprop="performers">
<ul>
<li>The Pragmatic Web: Putting Rules in Context (<a href="http://www.slideshare.net/swadpasc/icpw2012-the-pragmaticwebrulespaschke">presentation</a>) by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Hans
Weigand</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Adrian Paschke</span>.</li>
<li>HARM: A Hybrid Rule-based Agent Reputation Model
based on Temporal Defeasible Logic
(<a href="http://www.slideshare.net/ruleml2012/bassiliades-ruleml12">presentation</a>) by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Kalliopi
Kravari</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Nick Bassiliades</span>.</li>
<li>Whispering Interactions to the End User Using Rules
<span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Benjamin Jailly</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Christophe
Gravier</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Julien Subercaze</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Marius
Preda</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Jacques Fayolle</span>.</li>
<li>Personalizing Location Information through
Rule-Based Policies (<a href="http://www.slideshare.net/ruleml2012/ruleml2012-personalizing-location-information-through-rule-based-policies">presentation</a>), by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Iosif Viktoratos</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Athanasios
Tsadiras</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Nick Bassiliades</span>.</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>08:00PM</td>
<td>ECAI Welcome Cocktail Buffet at <a href="http://www.google.com/places/Le Corum?t=m&z=14">Le Corum Congress Hall</a></td>
</tr>
</tbody>
</table>
<h3>Wednesday, August 29, 2012</h3>
<div>Location: <span itemprop="location" itemscope="" itemtype="http://schema.org/Place">
Le Corum</span>, Room: Sully</div>
<table border="1">
<tbody>
<tr>
<td><strong>Start Time</strong></td>
<td><strong>Activity</strong></td>
</tr>
<tr>
<td>09:00AM</td>
<td><strong>Track: Rule Markup Languages and Rule Interchange</strong>
<br>
<strong>Chair:</strong> <em itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Nick Bassiliades</em>, Aristotle
University of Thessaloniki, Greece
<div itemprop="performers">
<ul>
<li>PSOA2TPTP: A Reference Translator for Interoperating
PSOA RuleML with TPTP Reasoners (<a href="http://www.slideshare.net/ruleml2012/psoa2tptp-a-reference-translator-for-interoperating-psoa-ruleml-with-tptp-reasoners">presentation</a>),
by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Gen
Zou</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Reuben Peter-Paul</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Harold
Boley</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Alexandre Riazanov</span>.</li>
<li>PSOA RuleML API: A Tool for Processing Abstract and
Concrete Syntaxes (<a href="http://www.slideshare.net/ruleml2012/psoa-ruleml-api-a-tool-for-processing-abstract-and-concrete-syntaxes">presentation</a>), by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Mohammad Sadnan Al Manir</span>, <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Alexandre
Riazanov</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Harold Boley</span> and <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Christopher
J.O. Baker</span>.</li>
<li>Syntax Reuse: XSLT as a Metalanguage for Knowledge
Representation Languages (<a href="http://www.slideshare.net/taraathan/syntax-reuse-2012">presentation</a>), by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Tara Athan</span>.</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>10:00AM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>10:30AM</td>
<td style="text-align:center;"><strong>Keynote Talk: </strong>Dr.
Francois Briant<br>
<a href="http://2012.ruleml.org/keynotes#fbriant"><em>RIDER
(Research for IT Driven EneRgy efficiency)</em></a></td>
</tr>
<tr>
<td>11:30AM</td>
<td><strong>Track: Business Rules and Processes</strong> <strong>Chair:</strong>
<em itemscope="" itemtype="http://schema.org/Person" itemprop="name">Patrick
Albert</em>, IBM, France
<div itemprop="performers">
<ul>
<li>A Model Driven Reverse Engineering Framework for
Extracting Business Rules out of a Java Application (<a href="http://www.slideshare.net/ruleml2012/a-model-driven-reverse-engineering-framework-for-extracting-business-rules-out-of-a-java-application">presentation</a>),
by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Valerio Cosentino</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Jordi
Cabot</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Patrick Albert</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Philippe
Bauquel</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Jacques Perronnet</span>.</li>
<li>Business Process Data Compliance, by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Mustafa
Hashmi</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Guido Governatori</span> and <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Moe
Wynn</span>.</li>
<li>An Automated approach for Business Rule Generation
from Business Process Models, by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Saleem Malik</span> and <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Imran
Sarwar Bajwa</span>.</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>12:40AM</td>
<td>Lunch</td>
</tr>
<tr>
<td>02:30PM</td>
<td style="text-align:center;"><strong>Keynote Talk: </strong>Prof.
Dr. Robert Kowalski<br>
<a href="http://www.doc.ic.ac.uk/~rak/papers/RuleML.pdf"><em>A
Logic-Based Framework for Reactive Systems</em></a>
(with Fariba Sadri) (<a href="http://www.slideshare.net/ruleml2012/kelps-lps-30-aug-2012">presentation</a>)</td>
</tr>
<tr>
<td>03:40PM</td>
<td>
<div itemprop="performers">
<ul>
<li style="list-style:none; background-color:gold; z-index:-1; margin-top:5px; margin-bottom:5px; padding:10px; border:2px solid gold;">
<img src="gold.png" alt="Gold Medal" style="display:inline;"/>
<div style="margin-left:35px; margin-top:-50px;">
<strong style="color:red">RuleML2012 Best Paper Session</strong><br/>
A Production Rule-based Framework for Causal and
Epistemic Reasoning (<a href="http://www.slideshare.net/ruleml2012/ruleml2012-a-production-rulebased-framework-for-causal-and-epistemic-reasoning">presentation</a>), by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Theodore Patkos</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Abdelghani
Chibani</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Dimitris Plexousakis</span> and <span
itemscope="" itemtype="http://schema.org/Person" itemprop="name">Yacine
Amirat</span></div></li>
</ul>
</div>
</td>
</tr>
<tr>
<td>04:10PM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>04:45PM</td>
<td><strong>Track: Business Rules and Processes</strong> <strong>Chair:</strong>
<em itemscope="" itemtype="http://schema.org/Person" itemprop="name">Patrick
Albert</em>, IBM, France
<div itemprop="performers">
<ul>
<li>Formalizing Both Refraction-Based and Sequential
Executions of Production Rule Programs (<a href="http://swt.informatik.uni-freiburg.de/staff/berstel/ruleml12-slides.pdf">presentation</a>), by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Bruno
Berstel-Da Silva</span>.</li>
<li>Bringing OWL ontologies to the Business Rules Users,
by <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Adil El Ghali</span>, <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Amina
Chniti</span> and <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Hugues Citeau</span>.</li>
<li>From regulatory texts to BRMS: how to guide the
acquisition of business rules? by <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Abdoulaye
Guisse</span>, <span itemscope="" itemtype="http://schema.org/Person"
itemprop="name">Francois Levy</span> and <span itemscope=""
itemtype="http://schema.org/Person" itemprop="name">Adeline
Nazarenko</span>.</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>06:00PM</td>
<td>Visit at IBM CAS</td>
</tr>
<tr>
<td>09:00PM</td>
<td>Informal RuleML SC Meeting</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3>ECAI 2012 Activities</h3>
<p>While RuleML2012 officially ends on August 29, <em>ECAI 2012
activities take place until August 31, 2012</em>. <strong>As
RuleML2012 participant you get access to all ECAI 2012 events</strong>.
Please check <a href="http://www2.lirmm.fr/ecai2012/images/stories/ecai_doc/pdf/ProgramECAI_Final_web.pdf">ECAI 2012
Program</a> for more details.</p>
<h3>August 30, 2012</h3>
<table border="1">
<tbody>
<tr>
<td><strong>Start Time</strong></td>
<td><strong>Place</strong></td>
<td><strong>Activity</strong></td>
</tr>
<tr>
<td>6:00PM</td>
<td><span itemscope="" itemtype="http://schema.org/Place"><a itemprop="url"
href="http://www.google.com/places/Abbaye de Valmagne?t=m&z=14"
target="_blank">Abbaye de Valmagne</a>, <span itemprop="description">a
gothic abbey near Mèze and the Etang de Thau <br>
(45 minutes by bus from Corum de Montpellier)</span></span></td>
<td style="text-align:center;"><strong><a href="http://www2.lirmm.fr/ecai2012/index.php?option=com_content&view=article&id=94&Itemid=94">BANQUET</a>
</strong></td>
</tr>
</tbody>
</table>
</section>
</article>
</div>
<!-- content -->
<div id="rightSidebar">
<article id="partners">
<section>
<h1>Sponsors</h1>
<p><a href="http://www.nicta.com.au/"><img src="nicta_logo.jpg" alt="NICTA"
width="120"></a><br>
<a href="http://www.cirsfid.unibo.it/"><img src="logo_cirsfid.jpg"
alt="CIRSFID" width="120"></a><br>
<span class="sponsortype">(Gold Sponsor)</span></p>
<p> <a href="http://www.legalxml.org/"><img src="LegalXML.jpg" alt="LegalXML"
width="120"></a><br>
<a href="http://www.modelsystems.co.uk/"><img src="modelsystems.gif"
alt="Model Systems" width="120"></a><br>
<a href="http://research.dejanseo.com.au/"><img src="dejan-research-logo.jpg"
alt="Dejan Research" width="120"></a><br>
<span class="sponsortype">(Bronze Sponsors)</span> </p>
</section>
<section>
<h1>Partners</h1>
<p> <a href="http://www.oasis-open.org/"><img src="oasis-logo.jpg"
alt="OASIS" width="80"></a></p>
<p> <a href="http://www.w3c.org/"><img src="http://www.w3.org/Icons/w3c_main"
alt="W3C" width="120"></a></p>
<p> <a href="http://www.eccai.org/"><img src="http://www.eccai.org/img/eccailogo0.gif"
alt="ECCAI" width="120"></a></p>
<p> <a href="http://www.aaai.org/"><img src="http://www.aaai.org/styles/images/aaai-logo.jpg"
alt="AAAI" width="100"></a></p>
<p> <a href="http://www.ep-ts.com/"><img src="http://www.defeasible.org/images/ruleml2011/partners/eptslogo.png?1301530039"
alt="EPTS" width="120"></a></p>
<p> <a href="http://www.omg.org/"><img src="http://www.omg.org/images/homepage/OMG-logo-color-TAG-rgb.gif"
alt="OMG" width="120"></a></p>
<p> <a href="http://www.csw.inf.fu-berlin.de/debs2012/"><img src="DEBS2012_logo.png"
alt="DEBS 2012" width="120"></a></p>
<p><a href="https://www.posccaesar.org/wiki/PCA/SemanticDays2012"><img
src="sd12_smallLogo.png" alt="Semantic Days 2012" width="120"></a></p>
<p><a href="http://www.athant.com/"><img src="LogoV2.png" alt="Tara Athan"
width="120"></a></p>
<p><a href="http://ipsnp.wikidot.com/"><img src="IPSNP.jpg" alt="IPSNP Computing Inc"
width="120"></a></p>
<p><a href="http://dl.acm.org/citation.cfm?id=2389656">Web-KR 2012</a></p>
<p><a href="http://wasp.cs.vu.nl/art2012/"><img src="ART2012logo.jpg"
alt="ART 2012" width="120"></a></p>
<p><a href="http://intellifest.org/"><img width="120" src="Intellifestlogo_final.png" alt="Intellifest 2012"/></a></p>
</section>
<section>
<h1>Media Partners</h1>
<p> <a href="http://www.sigart.org/"><img src="sigart.gif" alt="Special Interest Group on Artificial Intelligence"
width="120"></a></p>
<p> <a href="http://www.sigweb.org/"><img src="sigweb.png" alt="Special Interest Group on Hypertext and the Web"
width="120"></a></p>
<p> <a href="http://www.springer.com/computer/lncs?SGWID=0-164-6-73659-0"><img
src="http://images.springer.com/cda/content/image/cda_displayimage.jpg?SGWID=0-0-16-94391-0"
alt="Springer" width="120"></a></p>
<p> <a href="http://www.springerlink.com/"><img src="http://images.springer.com/cda/content/image/cda_displayimage.jpg?SGWID=0-0-16-73060-0"
alt="SpringerLink" width="120"></a></p>
<p> <a href="http://www.risingmedia.com/"><img src="http://www.risingmedia.com/_assets/rm_header1.jpg"
alt="Rising Media Logo" width="120"></a></p>
<p> <a href="http://choven.ca/"><img src="choven_logo_standalone.png"
alt="Choven" width="120"></a></p>
</section>
<section>
<h1>Indexes</h1>
<p><a href="http://www.informatik.uni-trier.de/~ley/db/conf/ruleml/"><img
src="http://www.informatik.uni-trier.de/~ley/db/Logo.gif" alt="DBLP"
width="120"></a></p>
<p><a href="http://citeseerx.ist.psu.edu/"><img src="http://csxstatic.ist.psu.edu/sites/default/themes/citeseerx/logo.png"
alt="CiteSeerX" width="120"></a></p>
<p><a href="http://scholar.google.com/scholar?q=ruleml"><img src="http://scholar.google.com/intl/en/images/scholar_logo_md_2011.gif"
alt="Google Scholar" width="120"></a></p>
<p><a href="http://www.scirus.com/srsapp/search?q=ruleml"><img src="images/scirus-logo-jpg.jpg"
alt="SCIRUS" width="120"></a></p>
<p><a href="http://thomsonreuters.com/products_services/science/science_products/a-z/conf_proceedings_citation_index/"><img
src="http://images.webofknowledge.com/WOKRS54B7/images/ISIweb.gif"
alt="WebOfKnowledge" width="120"></a></p>
</section>
</article>
</div>
</div>
<div id="footer">
<hr>
<footer>
<p style="font-size:75%">Copyright © 2011-2012 <a href="http://www.ruleml.org/">RuleML
Inc.</a>. Created by Adrian Giurca using valid CSS3 & <a href="http://validator.w3.org/check?uri=http://dbis.informatik.tu-cottbus.de/ruleml2012/"
target="_blank">HTML5</a>. Last update:
<script src="http://www.informatik.tu-cottbus.de/~agiurca/scripts/lastUpdate.js"
type="text/javascript"></script>. </p>
</footer>
</div>
<script language="JavaScript" type="text/javascript">
<!--
function show(c){
var ids = ['dc101', 's101']
var e = document.getElementById(c);
for (var i=0; i < 2; i++) {
if (c != ids[i]){
document.getElementById(ids[i]).style.display = "none";
}
}
window.scrollTo(0,0);
e.style.display = "block";
}
//-->
</script> </body>
<!-- Mirrored from dbis.informatik.tu-cottbus.de/ruleml2012/program.html by HTTrack Website Copier/3.x [XR&CO'2013], Wed, 23 Oct 2013 12:39:16 GMT -->
</html>