<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}
	
.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0em 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0em;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0em 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0em 1em;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0em 0.25em; padding:0em 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px 1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none ! important;}
#displayArea {margin: 1em 1em 0em 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
noscript {display:none;}
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>
<!--}}}-->
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These InterfaceOptions for customising TiddlyWiki are saved in your browser

Your username for signing your edits. Write it as a WikiWord (eg JoeBloggs)

<<option txtUserName>>
<<option chkSaveBackups>> SaveBackups
<<option chkAutoSave>> AutoSave
<<option chkRegExpSearch>> RegExpSearch
<<option chkCaseSensitiveSearch>> CaseSensitiveSearch
<<option chkAnimate>> EnableAnimations

----
Also see AdvancedOptions
<<importTiddlers>>
//TBA//
There are several hotels located at walking distance to the main building of Babeş-Bolyai University. Fairly good hotels have prices varying around €45 for a single room. 

A limited number of rooms will be available in the hosting facilities of Babeş-Bolyai University, as for instance, single rooms around €35.

The Organizing Committee is currently trying to obtain some special rates from a certain number of hotels. 
Some events in KEPT present a Best Paper Award. 
The nominations will be based on reviewers' comments, follow. 
The Winners will be decided by conference delegates.
Knowledge Engineering: Principles and Techniques Conference (KEPT) 2011
Monday - Wednesday, July 4-6, 2011
~Cluj-Napoca, Romania

Featuring the latest advances in theoretical and applied research, KEPT topics include current challenging issues in knowledge processing. KEPT aims at fostering interaction among the scientific communities of knowledge engineering, with the purpose of exhibiting interesting applications of these areas both in theory and in practice. The event takes place in ~Cluj-Napoca, a traditional academic city in Romania, situated in the middle of Transylvania. KEPT 2011 will be hosted at ~Babes-Bolyai University in ~Cluj-Napoca, one of the oldest universities in Romania.

''Organised by:''
Computer Science Department,
~Babes-Bolyai University, ~Cluj-Napoca, Romania

[[Important Dates]]

''Topics to be covered include, but are not limited to (see [[General Tracks|General Tracks]] section also):''
*Knowledge in Computational Linguistics
*Knowledge Processing and Discovery
*Knowledge in Software Engineering
*Knowledge in Distributed Computing
''General chairs:''
* Militon Frentiu (~Babes-Bolyai University)
* Horia F. Pop (~Babes-Bolyai University)
* Simona Motogna (~Babes-Bolyai University)
''Session chairs:''
* Doina Tatar (~Babes-Bolyai University) - Natural Language Processing
* Dan Dumitrescu (~Babes-Bolyai University) - Natural Computing
* Bazil Parv (~Babes-Bolyai University) - Software Engineering
* Florian Mircea Boian (~Babes-Bolyai University) - Distributed Computing
[[Scientific Committee]]
KEPT 2011: Knowledge Engineering: Principles and Techniques Conference
~Babes-Bolyai University
July 4-6, 2011

E-mail: kept2011 ''at'' cs.ubbcluj.ro
Fax: +40.264.591906
[[Welcome]]
{{ textBox {
     [[Organizing Committee]]
     [[Scientific Committee]]
     [[Registration]]
     [[Program]]
     [[Social Events]]
     [[Previous editions]]
     [[Sponsors]]
}}}
General Submissions are being grouped into four General Tracks in order to simplify the review process. Please select a General Track based on the main topic(s) of your paper. Note that a given topic may be available in more than one track. 
 
!Knowledge in Computational Linguistics
!!Chair Prof. Doina Tatar, ~Babes-Bolyai University, dtatar ''at'' cs.ubbcluj.ro

The huge quantity of unstructured text documents stored on the web required the issues of the very hot researches  in Computational Linguistics (or Natural Language Processing). As a part of Knowledge Engineering, Knowledge in Computational Linguistics includes the studies in Linguistic tools in Information retrieval and Information Extraction, in Text mining,  Text entailment and Text summarization. The study of Discourse and Dialogue, of Machine learning for natural languages and of Linguistic components of information systems are also some very active fields in the present research. All these aspects of theoretical and application-oriented subjects related to NLP are subjects of debates in our section of Knowledge in Computational Linguistics.

!Knowledge Processing and Discovery
!!Chair Prof. D. Dumitrescu,  ~Babes-Bolyai University, ddumitr ''at'' cs.ubbcluj.ro

The purpose of this track is to promote research in AI and scientific exchange among AI researchers, practitioners, scientists, and engineers in related disciplines. Topics include but are not limited to the following: Agent-based and multiagent systems;  Cognitive modeling and human interaction; Commonsense reasoning; Computer vision; Computational Game Theory; Constraint satisfaction, search, and optimization; Game playing and interactive entertainment; Information retrieval, integration, and extraction; Knowledge acquisition and ontologies; Knowledge representation and reasoning; Learning models; Machine learning and data mining;  Modelbased systems;  Multidisciplinary AI; Natural computing: evolutionary computing, neural computing, DNA and membrane computing, etc.; Natural language processing;  Planning and scheduling;  Probabilistic reasoning;  Robotics; Web and information systems

!Knowledge in Software Engineering
!!Chair Prof. Bazil Parv, ~Babes-Bolyai University, bparv ''at'' cs.ubbcluj.ro

The main theme of this track is the interplay between software engineering and knowledge engineering, answering questions like: how knowledge engineering methods can be applied to software engineering, and vice-versa. Main topics include (but are not limited to): software engineering methods and practices, requirements engineering, software design, software reuse, object-oriented systems, formal specification, software verification and validation, reverse engineering in software design, model-driven architecture, model transformation, test-driven development, impact of CASE tools on software development life cycle, knowledge engineering methods and practices, ontology-based software development, ontology-driven information systems, knowledge-based systems, software and knowledge-ware maintenance and evolution, applications of knowledge engineering in various domains of interest.

!Knowledge in Distributed Computing
!!Chair Prof. Florian Mircea Boian,  ~Babes-Bolyai University, fboian ''at'' cs.ubbcluj.ro

For distributed computing and distributed systems, topics of interest include, but are not limited to, the following: System Architectures for Parallel Computing (including: Cluster Computing, Grid and Cloud Computing); Distributed Computing (including: Cooperative and Collaborative Computing,
Peer-to-peer Computing, Mobile and Ubiquitous Computing, Web Services and Internet Computing); Distributed Systems (including Distributed Systems Methodology and Networking, Software Agents and Multi-agent Systems, Distributed Software Components); Development of Basic Support Components (including Operating Systems for Distributed Systems, Middleware, Algorithms, Models and Formal Verification); Security in Parallel and Distributed Systems 
*''Important'': Submission deadline extended

*Deadline for Extended Abstracts Submission: April 10, 2011
*Deadline for Full Paper Submission: April 24, 2011
*Notification of acceptance:   May 15, 2011 
*Camera-ready extended abstracts due:   June 1, 2011
*Registration deadline for presenting authors: June 15, 2011
*Camera-ready full papers due:   July 1, 2011
*Conference dates:   July 4-6, 2011
A special feature of KEPT are the invited lectures which enable all participants to increase their knowledge of engineering from leading experts in the field. Topics are offered at introductory, intermediate and advanced levels in a range of subjects ranging from the fundamentals to specialized subjects. Each invited lecture lasts about 1 hour.

!Invited lecture - Assoc. Prof. Diana Inkpen, University of Ottawa, Canada

''Title:'' Error Correction for English and Romanian Texts

''Abstract:'' I will present an unsupervised method that automatically detects and corrects a text containing multiple errors of both syntactic and semantic nature. The method can deal with a large number of errors. Error types include, but are not limited to: spelling errors, real-word spelling errors, typographical errors, unwanted words, missing words, prepositional errors, punctuation errors, and many of the grammatical errors (e.g., errors in agreement and verb formation). The method works for any language for which Google n-grams are available. Evaluation experiments for English and for Romanian will be presented. 

!Invited lecture - Dr. Constantin Orăşanu, University of Wolwerhampton, United Kingdom

''Title:'' From TREC to Watson: is open domain question answering a solved problem?

!Invited lecture - Assoc. Prof. Chin Wei Ngan, National University of Singapore

!Invited lecture - Assoc. Prof. Rada Mihalcea, University of North Texas, USA

''Title:'' Multilingual subjectivity

!Invited Lecture: Prof. Adamko Attila, University of Debrecen, Hungary

!Invited Lecture: Prof. Dorel Lucanu, A.I.Cuza University, Iasi, Romania
This event is organized by :
[[Babes-Bolyai University, Faculty of Mathematics and Computer Science|www.cs.ubbcluj.ro]]

 
This event is listed at the [[Computer Science Event List|events.informatics-europe.org]]
{{ textBox {
     [[Accomodation]]
     [[Venue]]
}}}
{{ textBox {
     [[Call for papers]]
     [[Important Dates]]
     [[Submission procedure is open]]
}}}
[[Welcome]]
<<slider chkMain [[Main]] "Main..." "Click here to open...">>
<<slider chkTracks [[Tracks and Papers]] "Tracks and Papers..." "Click here to open...">>
<<slider chkGeneral [[General Info]] "General Info..." "Click here to open...">>
<<slider chkLocal [[Local Info]] "Local Info..." "Click here to open...">>
[[Contact]]
!Chairs:
* Militon Frentiu (~Babes-Bolyai University)
* Horia F. Pop (~Babes-Bolyai University)
* Simona Motogna (~Babes-Bolyai University)

!Session Chairs:
* Doina Tatar (~Babes-Bolyai University) - Natural Language Processing
* Dan Dumitrescu (~Babes-Bolyai University) - Natural Computing
* Bazil Parv (~Babes-Bolyai University) - Software Engineering
* Florian Mircea Boian (~Babes-Bolyai University) - Knowledge in Distributed Computing

!Members: 
* //TBA//

!Secretariat:
* Anca Gog (~Babes-Bolyai University)
* Andreea Navroschi (~Babes-Bolyai University) 
* Istvan Czibula (~Babes-Bolyai University) 
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='macro' force='true' macro='slider chkSideBarTabs SideBarTabs "index »" "Display lists of tiddlers"'></div>
<br>

</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
*[[First edition, KEPT-2007|http://www.cs.ubbcluj.ro/kept/2007]]
*[[Second edition, KEPT-2009|http://www.cs.ubbcluj.ro/kept/2009]]
[[Programul conferintei|files/Conference-Program-KEPT-2011.pdf]]

[[Fotografii de la conferinta|http://www.cs.ubbcluj.ro/kept2011/foto]]
All the submitted papers should be uploaded through the Conference Publishing System

Extended abstracts (4 to 6 pages) of the accepted papers will be published in Studia Universitatis Babes-Bolyai Informatica journal.

Papers accepted and presented at the conference by a registered author, in updated, final version, will be published in the Conference Proceedings, based on a review process (12 pages).

Manuscripts must be accompanied by a signed copyright form.
Please download the @@color(red): COPYRIGHT @@  [[file|files/CopyrightKEPT2011.pdf]]
Note:
- Title of the Book/Volume/Conference will be Knowledge Engineering: Principles and Techniques Conference (KEPT) 2011
- Volume Editor(s): M. Frentiu, H. F. Pop, S. Motogna

The [[Studia Universitatis Babes-Bolyai Informatica|http://www.cs.ubbcluj.ro/~studia-i]] journal is indexed by the following international databases: [[MathSciNet|http://www.ams.org/mathscinet/search/journaldoc.html?jc=STUBI]], [[Zentralblatt MATH|http://www.zentralblatt-math.org/zmath/en/journals/search/?an=00006215]], [[EBSCO Publishing|http://www.ebscohost.com/titleLists/e5h-coverage.htm]], [[Ulrichsweb.com (TM) Serials Solutions, ProQuest|http://www.ulrichsweb.com/ulrichsweb/Search/fullCitation.asp?navPage=1&tab=1&serial_uid=254411&issn=1224869X]].

The Conference Proceedings volume ''~KEPT-2009 Selected Papers'' has been indexed in the [[ISI Conference Proceedings Citation Index|isi/Kept-2009-ISI.pdf]].
Conferences fee:
* EUR 100 covers proceedings, refreshments during breaks, and banquet (on the first day evening).
* EUR 50 reduced fee for students at all levels (bachelor, master, Ph.D.)
* the fee can be paid either in EUR or RON, at the BNR exchange rate of the payment day.

Payment by bank transfer: Banking expense to your charge.

Details for the payment in EURO:

|Beneficiary Bank: |Banca Comerciala Romana|
|Beneficiary Bank Agency: |Agency ~Cluj-Napoca|
|Beneficiary Bank Address: |~Cluj-Napoca, str. Gh. Baritiu nr. 10-12, Jud. Cluj, 400027|
|Beneficiary Name: |Universitatea ~Babes-Bolyai ~Cluj-Napoca|
|International Bank Account Number (IBAN): |~RO16 RNCB 0106 0266 0470 0008|
|SWIFT Code: |RNCBROBU|
|Payment details: |Registration KEPT 2011 article_ID|

Details for the payment in RON:

|Beneficiary Bank: |Trezoreria ~Cluj-Napoca|
|Beneficiary Name: |Universitatea ~Babes-Bolyai ~Cluj-Napoca|
|International Bank Account Number (IBAN): |~RO76 TREZ 2165 0460 1X00 7224|
|CIF|4305849|
|Payment details: |Registration KEPT 2011 article_ID|

@@color(red): ''Registration''@@ [[form|reg/registration.php]]
Registration deadline: June 15, 2011
The authors are requested to register ONLY AFTER they have received the confirmation that their papers are accepted by the Scientific Committee.
* Ajith Abraham (Seoul University, Republic of Korea)
* Attila Adamkó (University of Debrecen)
* Razvan Andonie (Central Washington University)
* Florian Boian (~Babes-Bolyai University)
* Laszlo Boeszoermenyi (Klagenfurt University, Austria)
* Sabin C. Buraga ("A.I. Cuza" University, Iasi)
* Chin Wei Ngan (National University of Singapore)
* Sergiu Cataranciuc (Chisineu University, Moldova)
* Dan Cristea ("A.I. Cuza" University, Iasi)
* Gabriela Czibula (~Babes-Bolyai University)
* Robert Dollinger (Univeristy of Wisconsin - Stevens Point)
* Dan Dumitrescu (~Babes-Bolyai University)
* Calin Enachescu ("Petru Maior" University, Targu Mures)
* Militon Frentiu (~Babes-Bolyai University)
* Angel Garrido (UNED, Spain)
* Gheorghe Grigoras ("A.I. Cuza" University, Iasi)
* Crina Grosan (~Babes-Bolyai University)
* Hermann Hellwagner (Klagenfurt University, Austria)
* Zoltan Horvath (Eotvos Lorand University, Budapest, Hungary)
* Liviu Iftode (Rutgers State University of NJ, USA)
* Diana Inkpen (University of Ottawa, Canada)
* Zoltan Kasa (~Sapientia Hungarian University of Transylvania)
* Ioan A. Letia (Technical University of Cluj)
* Dorel Lucanu ("A.I. Cuza" University, Iasi)
* Andrian Marcus (Wayne State University)
* Daniela Marinescu (Transilvania University of Brasov)
* Rada Mihalcea (University of North Texas, USA)
* Simona Motogna (~Babes-Bolyai University)
* Viorel Negru (West University of Timisoara)
* Virginia Niculescu (~Babes-Bolyai University)
* Mihai Oltean (~Babes-Bolyai University)
* Constantin Orasan (University of Wolverhampton, UK)
* Bazil Parv (~Babes-Bolyai University)
* Dana Petcu (West University of Timisoara)
* Horia F. Pop (~Babes-Bolyai University)
* Dumitru Radoiu ("Petru Maior" University, Targu Mures)
* Vasile Rus (University of Memphis)
* Ioan Salomie (Technical University of Cluj)
* Gheorghe Stefanescu (Bucharest University)
* Emma ~Tamaianu-Morita (Akita University, Japan)
* Doina Tatar (~Babes-Bolyai University)
* Leon Tambulea (~Babes-Bolyai University)
* Daniela Zaharie (West University of Timisoara) 
/***
|Name|SinglePageModePlugin|
|Source|http://www.TiddlyTools.com/#SinglePageModePlugin|
|Documentation|http://www.TiddlyTools.com/#SinglePageModePluginInfo|
|Version|2.9.6|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Requires||
|Overrides|Story.prototype.displayTiddler(), Story.prototype.displayTiddlers()|
|Options|##Configuration|
|Description|Show tiddlers one at a time with automatic permalink, or always open tiddlers at top/bottom of page.|
This plugin allows you to configure TiddlyWiki to navigate more like a traditional multipage web site with only one tiddler displayed at a time.
!!!!!Documentation
>see [[SinglePageModePluginInfo]]
!!!!!Configuration
<<<
<<option chkSinglePageMode>> Display one tiddler at a time
><<option chkSinglePagePermalink>> Automatically permalink current tiddler
><<option chkSinglePageKeepFoldedTiddlers>> Don't close tiddlers that are folded
><<option chkSinglePageKeepEditedTiddlers>> Don't close tiddlers that are being edited
<<option chkTopOfPageMode>> Open tiddlers at the top of the page
<<option chkBottomOfPageMode>> Open tiddlers at the bottom of the page
<<option chkSinglePageAutoScroll>> Automatically scroll tiddler into view (if needed)

Notes:
* The "display one tiddler at a time" option can also be //temporarily// set/reset by including a 'paramifier' in the document URL: {{{#SPM:true}}} or {{{#SPM:false}}}.
* If more than one display mode is selected, 'one at a time' display takes precedence over both 'top' and 'bottom' settings, and if 'one at a time' setting is not used, 'top of page' takes precedence over 'bottom of page'.
* When using Apple's Safari browser, automatically setting the permalink causes an error and is disabled.
<<<
!!!!!Revisions
<<<
2008.10.17 [2.9.6] changed chkSinglePageAutoScroll default to false
| Please see [[SinglePageModePluginInfo]] for previous revision details |
2005.08.15 [1.0.0] Initial Release.  Support for BACK/FORWARD buttons adapted from code developed by Clint Checketts.
<<<
!!!!!Code
***/
//{{{
version.extensions.SinglePageModePlugin= {major: 2, minor: 9, revision: 6, date: new Date(2008,10,17)};
//}}}
//{{{
config.paramifiers.SPM = { onstart: function(v) {
	config.options.chkSinglePageMode=eval(v);
	if (config.options.chkSinglePageMode && config.options.chkSinglePagePermalink && !config.browser.isSafari) {
		config.lastURL = window.location.hash;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
} };
//}}}
//{{{
if (config.options.chkSinglePageMode==undefined)
	config.options.chkSinglePageMode=true;
if (config.options.chkSinglePagePermalink==undefined)
	config.options.chkSinglePagePermalink=false;
if (config.options.chkSinglePageKeepFoldedTiddlers==undefined)
	config.options.chkSinglePageKeepFoldedTiddlers=false;
if (config.options.chkSinglePageKeepEditedTiddlers==undefined)
	config.options.chkSinglePageKeepEditedTiddlers=false;
if (config.options.chkTopOfPageMode==undefined)
	config.options.chkTopOfPageMode=false;
if (config.options.chkBottomOfPageMode==undefined)
	config.options.chkBottomOfPageMode=false;
if (config.options.chkSinglePageAutoScroll==undefined)
	config.options.chkSinglePageAutoScroll=false;
//}}}
//{{{
config.SPMTimer = 0;
config.lastURL = window.location.hash;
function checkLastURL()
{
	if (!config.options.chkSinglePageMode)
		{ window.clearInterval(config.SPMTimer); config.SPMTimer=0; return; }
	if (config.lastURL == window.location.hash) return; // no change in hash
	var tids=decodeURIComponent(window.location.hash.substr(1)).readBracketedList();
	if (tids.length==1) // permalink (single tiddler in URL)
		story.displayTiddler(null,tids[0]);
	else { // restore permaview or default view
		config.lastURL = window.location.hash;
		if (!tids.length) tids=store.getTiddlerText("DefaultTiddlers").readBracketedList();
		story.closeAllTiddlers();
		story.displayTiddlers(null,tids);
	}
}

if (Story.prototype.SPM_coreDisplayTiddler==undefined)
	Story.prototype.SPM_coreDisplayTiddler=Story.prototype.displayTiddler;
Story.prototype.displayTiddler = function(srcElement,tiddler,template,animate,slowly)
{
	var title=(tiddler instanceof Tiddler)?tiddler.title:tiddler;
	var tiddlerElem=document.getElementById(story.idPrefix+title); // ==null unless tiddler is already displayed
	var opt=config.options;
	var single=opt.chkSinglePageMode && !startingUp;
	var top=opt.chkTopOfPageMode && !startingUp;
	var bottom=opt.chkBottomOfPageMode && !startingUp;
	if (single) {
		story.forEachTiddler(function(tid,elem) {
			// skip current tiddler and, optionally, tiddlers that are folded.
			if (	tid==title
				|| (opt.chkSinglePageKeepFoldedTiddlers && elem.getAttribute("folded")=="true"))
				return;
			// if a tiddler is being edited, ask before closing
			if (elem.getAttribute("dirty")=="true") {
				if (opt.chkSinglePageKeepEditedTiddlers) return;
				// if tiddler to be displayed is already shown, then leave active tiddler editor as is
				// (occurs when switching between view and edit modes)
				if (tiddlerElem) return;
				// otherwise, ask for permission
				var msg="'"+tid+"' is currently being edited.\n\n";
				msg+="Press OK to save and close this tiddler\nor press Cancel to leave it opened";
				if (!confirm(msg)) return; else story.saveTiddler(tid);
			}
			story.closeTiddler(tid);
		});
	}
	else if (top)
		arguments[0]=null;
	else if (bottom)
		arguments[0]="bottom";
	if (single && opt.chkSinglePagePermalink && !config.browser.isSafari) {
		window.location.hash = encodeURIComponent(String.encodeTiddlyLink(title));
		config.lastURL = window.location.hash;
		document.title = wikifyPlain("SiteTitle") + " - " + title;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
	if (tiddlerElem && tiddlerElem.getAttribute("dirty")=="true") { // editing... move tiddler without re-rendering
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		if (!isTopTiddler && (single || top))
			tiddlerElem.parentNode.insertBefore(tiddlerElem,tiddlerElem.parentNode.firstChild);
		else if (bottom)
			tiddlerElem.parentNode.insertBefore(tiddlerElem,null);
		else this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	} else
		this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	var tiddlerElem=document.getElementById(story.idPrefix+title);
	if (tiddlerElem&&opt.chkSinglePageAutoScroll) {
		// scroll to top of page or top of tiddler
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		var yPos=isTopTiddler?0:ensureVisible(tiddlerElem);
		// if animating, defer scroll until after animation completes
		var delay=opt.chkAnimate?config.animDuration+10:0;
		setTimeout("window.scrollTo(0,"+yPos+")",delay); 
	}
}

if (Story.prototype.SPM_coreDisplayTiddlers==undefined)
	Story.prototype.SPM_coreDisplayTiddlers=Story.prototype.displayTiddlers;
Story.prototype.displayTiddlers = function() {
	// suspend single/top/bottom modes when showing multiple tiddlers
	var opt=config.options;
	var saveSPM=opt.chkSinglePageMode; opt.chkSinglePageMode=false;
	var saveTPM=opt.chkTopOfPageMode; opt.chkTopOfPageMode=false;
	var saveBPM=opt.chkBottomOfPageMode; opt.chkBottomOfPageMode=false;
	this.SPM_coreDisplayTiddlers.apply(this,arguments);
	opt.chkBottomOfPageMode=saveBPM;
	opt.chkTopOfPageMode=saveTPM;
	opt.chkSinglePageMode=saveSPM;
}
//}}}
The third edition
KEPT 2011 conference
//TBA//
[img[Sponsors|img/sponsori.jpg]]
/*{{{*/
.externalLink {text-decoration:none;}
#sidebarTabs .button {margin:0em 0.2em; padding:0.2em 0.3em; display:block;}

.headerShadow {padding-top:1em;}
.headerForeground {padding-top:1em;}

.textBox {background:[[ColorPalette::TertiaryPale]]; border: 1px solid [[ColorPalette::TertiaryLight]];}
.viewer table.borderless, .viewer table.borderless * {border: 0;}
/*}}}*/
Prospective authors are invited to submit the electronic version of their papers (i.e. LaTeX sources archive) on the conference web site. The submission will include a 4-6 pages extended abstract and a 12 pages paper, and should follow the instructions and format available hereby:
* For the extended abstract please follow the style at Studia UBB Informatica, found at http://www.cs.ubbcluj.ro/kept2011/style/style-studia.zip and at http://www.cs.ubbcluj.ro/~studia-i/authors.php .
* For the final paper please follow the style at http://www.cs.ubbcluj.ro/kept2011/style/style-kept.zip 
These styles are virtually identical, the major difference being the header on the title page.

All papers will be handled electronically by using the online submission system  @@color(red): ''Submission site:''@@ [[here|http://www.easychair.org/conferences/?conf=kept2011]].  
*Create an ~EasyChair account
** Go to http://www.easychair.org/conferences/?conf=kept2011
** Follow the instructions under the login box to create a user account
*Submission process
** Login
** Select "New Submission" from menus at the top of the screen
** Select an appropriate track/session
** Follow on-screen instructions for completion of submission information and uploading of your paper(in pdf format).
You and your co-authors, if any, will receive an email confirming receipt of your paper. You may edit your paper information or update a new version at any time whilst submissions are still open.
If you wish to resubmit your paper please use "Submit a new version" from the right hand menu.

See the [[Publication]] section for more details about the publication procedure.

See the [[General Tracks|General Tracks]] section for more details about the general tracks of the conference.

![[Important Dates]]

!Organizational/Logistics:
*Anca Gog: anca ''at'' cs.ubbcluj.ro
*Andreea Navroschi: deiush ''at'' cs.ubbcluj.ro
*Istvan Czibula: istvanc ''at'' cs.ubbcluj.ro
{{ textBox {
     [[General Tracks]]
     [[Invited Lectures]]
     [[Publication]]
}}}
!Venue Details

~Babes-Bolyai University,
Faculty of Mathematics and Computer Science,
Computer Science Department,
Teodor Mihali (ex Cehoslovaciei) 58-60, ~Cluj-Napoca
www.cs.ubbcluj.ro


~Babes-Bolyai University is a modern institution which obtained a remarkable fame by achievements at national and international level. Offering services for more than 50,000 students in the 21 Faculties by means of 1,700 experienced teaching staff members, ~Babes-Bolyai University is currently a member of various international associations from all over the world. The university is actively involved in European research and education programs, promoting its multicultural character and becoming today not only one of the most impressive academic institution from Romania but also one of the most distinguished from this part of Europe. It offers a high level of education enabling students access to modern facilities.

The Campus building, where the events will take place, is situated at the 58-60 Teodor Mihali Str. and represents one of the most recent investments offering the best academic environment. It resides in 5 amphiteatres, 10 course rooms, 28 seminar rooms, 31 computer science laboratories, 10 laboratories for economical sciences, 4 laboratories for foreign languages study, a library and a cafeteria.

~Cluj-Napoca is the biggest city in Transylvania and one of the biggest and most important ones in Romania. It represents an important air and railway node with connections for all major destinations in the country or central and eastern Europe. Available connections can be found from the train timetable.

!How to Get There

Travel from ~Cluj-Napoca Airport takes between 45-60 minutes, and approximately 15-30 minutes from central parts of the city. Recommended airport transport is by bus shuttle. The nearest bus station is Campus Universitar. Transport details, maps and airport directions are available [[HERE|http://www.ratuc.ro/]].

The transportation by taxi is very well organized. As of 2010, the price of a taxi fare is 1.80 lei per km plus 1.80 lei per start of trip (1 EUR = 4.30 lei). For instance the fare from airport to the city center is around 6 EUR, and the fare from the University hotel to the conference building is around 3 EUR. 

To locate any objective you can use an interactive digital map of Cluj-Napoca city [[see map|http://www.cluj4all.com/cauta/harta-cluj-napoca]].
For other information about Cluj-Napoca please visit:
*[[Wikitravel Cluj-Napoca|http://wikitravel.org/en/Cluj-Napoca]]
*[[Cluj Turism (in Romanian)|http://www.cjnet.ro/cj/rturism.html]]
*[[Cluj-Napoca Town Hall (in Romanian)|http://www.primariaclujnapoca.ro/obiective-turistice.aspx]]
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
KEPT 2011: Knowledge Engineering: Principles and Techniques Conference
~Babes-Bolyai University
July 4-6, 2011

[img[Main|img/welcome.jpg]]

The post-proceedings volume ''~KEPT-2009 Selected Papers'' has been indexed in the [[ISI Conference Proceedings Citation Index|isi/Kept-2009-ISI.pdf]].

The frontmatter section of the ''~KEPT-2011 Selected Papers'' volume [[is available here|files/Kept-2011-Frontmatter.pdf]]. The volume is published with Presa Universitara Clujeana, under ISSN 2067-1180.