<!--{{{-->
<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]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#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 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 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:0 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 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

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

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

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding: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 0;}
.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 0 0 0.5em;}
.tab {margin:0 0 0 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 0 14em;}

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

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

.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:0 0.25em; padding:0 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 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin: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;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding: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;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<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 excludeLists'></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>>
Participants should arrange their accommodation by themselves (booking and payment). 
The Organizing Committee has reached agreements with a selection of hotels, given in the lists (I) and (II) below.
! (I) ~Babes-Bolyai University Accommodation
The university offers two accommodation facilities: 
* 1. Hotel UNIVERSITAS STUDENT HOUSE (limited number of rooms)
* 2. Student dormitory ECONOMICA II
The fares and detailed information [[can be found here|GCM10_university_accommodation.pdf]]. 
! (II) Partner Hotels and Pensions
Special rates or services have been offered by the hotels and pensions listed below: 
* 1. Pension VIDALIS***, http://www.pensiuneavidalis.ro/en
* 2. Pension SIAGO***, http://www.pensiuneasiago.ro/eng
* 3. Hotel CAPITOLINA***, http://www.hotel-capitolina.ro/main.do?lang=en
* 4. Hotel CAPITOL***, http://hotel-capitolina.ro/capitol_welcome.do?lang=en
* 5. Hotel VICTORIA***, http://www.hotelvictoriacluj.ro
* 6. Hotel PREMIER****, http://www.hotelpremier.ro/index.php/en
* 7. Hotel AGAPE****, http://www.hotelagape.ro/en
* 8. Hotel OPERA PLAZA*****, http://www.operaplaza.ro/2en 
By partnership agreement,  detailed information about these special rates and services will not be posted on the symposium's website, but will be sent by e-mail, as an attached file //~GCM10_partner_hotels_offer.pdf//, to each potential participant which has completed the participation intent form (form closed). 

''IMPORTANT NOTICE:'' In order to benefit of special rates or services, participants have to follow the instructions contained in the file //~GCM10_partner_hotels_offer.pdf// and to ''avoid by all means'' the regular booking available on the hotels' web sites, or any other booking systems.
!A map of accommodation facilities (I) and (II) is available here.
<html>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=212837023183978451314.00049eb01cfdbd002f1ce&amp;ll=46.770892,23.586814&amp;spn=0.016105,0.070372&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=212837023183978451314.00049eb01cfdbd002f1ce&amp;ll=46.770892,23.586814&amp;spn=0.016105,0.070372&amp;source=embed" style="color:#0000FF;text-align:left">GCM10 Accomodation</a> in a larger map</small>
</html>
''November 4, 2011''
The online submission form to upload papers for the ~GCM10 Proceedings is open. The link to this form has been sent to each registered participant by e-mail on November 4, 2011.
''August 7, 2011''
The symposium's Program is now posted [[on this page|Program]].
''July 16, 2011''
The list of participants is now posted [[on this page|Registered participants]].
''May 1, 2011''
Early registration is now closed. Late registration is open. Read all information [[on this page|Registration]].
''March 31, 2011''
Early registration is open. Read all information [[on this page|Registration]].
''March 31, 2011''
Accomodation information is updated. Read all information [[on this page|Accommodation]].
''December 21, 2010''
[[Travel information|Travel]] is updated. As well, the participation intent form now includes tentative title (form closed).
''October 18, 2010''
The form to declare the participation intent is open (form closed).
~Babes-Bolyai University
Faculty of Mathematics and Computer Science
1, M. Kogalniceanu Street
400084 ~Cluj-Napoca, Romania

E-mail: gcm10@cs.ubbcluj.ro
Fax: +40.264.591.906

For sending a letter by Post or Fax please use ATTN: [[Nicolae Popovici|http://www.math.ubbcluj.ro/~popovici/]]  - Chair of the Organizing Committee of ~GCM10
[[Welcome]]
[[Announcements]]
{{ textBox {
     [[Program Committee]]
     [[Organizing Committee]]
     [[Registration]]
     [[Participants|Registered participants]]
     [[Program]]
     [[Previous editions]]
     [[Sponsors & Partners]]
}}}
The Symposium will be hosted by the Faculty of Mathematics and Computer Science at Babeş-Bolyai University of ~Cluj-Napoca (www.cs.ubbcluj.ro) on 22-27, August 2011. It aims to continue the series of nine conferences organized in the area of generalized convexity/monotonicity and their applications in various fields during the last three decades: 
* 1980 (Vancouver, Canada), 
* 1986 (Canton, U.S.A.), 
* 1988 (Pisa, Italy), 
* 1992 (Pécs, Hungary),
* 1996 (~Luminy-Marseille, France), 
* 1999 (~Karlovassi-Samos, Greece), 
* 2002 (Hanoi, Vietnam), 
* 2005 (Varese, Italy), and 
* 2008 (Kaohsiung, Taiwan). 
As all recent editions, this one is organized by WGGC (www.genconv.org) - the international Working Group on Generalized Convexity (an international scientific community with more than 450 members from 52 countries, founded by a group of researchers on Siegfried Schaible’s initiative in 1994).  Its theme covers generalized convexity, variational analysis and applications in optimization, control, economics, statistics, finance, engineering and related areas. 
* ''open until late registration'' : Expression of interest to attend ~GCM10 Symposium by/without presenting a talk;
* ''30/04/2011'' : Early registration by bank transfer of registration fees;
* ''30/06/2011'' : Late registration by bank transfer of registration fees;
* ''30/06/2011'' : Submission of abstracts by regular email;
* ''31/01/2012'' : Submission of papers for the ~GCM10 Proceedings through the online form (the link to this form has been sent by e-mail to each registered participant on November 4, 2011)
*	Y. Nesterov (Catholic University of Louvain, Belgium)
*	J. V. Outrata (Academy of Sciences, Prague, Czech Republic)
*	S. M. Robinson (University of Wisconsin- Madison, U.S.A.)
*	C. Zălinescu (Alexandru Ioan Cuza University, Iaşi, Romania)
{{ textBox {
     [[Accommodation]]
     [[Venue]]
     [[Travel]]
}}}
{{ textBox {
     [[Announcements]]
     [[Important Dates]]
}}}
[[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]]
* [[N. Popovici|http://www.math.ubbcluj.ro/~popovici/]]  (Babeş-Bolyai University, ~Cluj-Napoca), Chair
* W. W. Breckner (Babeş-Bolyai University, ~Cluj-Napoca)
* A. Grad (Babeş-Bolyai University, ~Cluj-Napoca)
* G. Kassay (Babeş-Bolyai University, ~Cluj-Napoca)
* D. T. Luc (University of Avignon), Chair of WGGC
* A. Petruşel (Babeş-Bolyai University, ~Cluj-Napoca)
* C. Pintea (Babeş-Bolyai University, ~Cluj-Napoca)
* H. F. Pop (Babeş-Bolyai University, ~Cluj-Napoca)
<!--{{{-->
<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>
<!--}}}-->
[[Previous editions of GCM|http://www.genconv.org/index.php?option=com_content&view=article&id=49&Itemid=75]]
*	The meeting is scheduled for the period of August 22-27, 2011.
*	The sessions will actually begin on 23/08 (Tuesday morning, after registration and official opening), but participants are encouraged to arrive on 22/08 (Monday) and register during a welcome buffet in the late afternoon.
*	Thursday (25/08) is reserved for a one-day excursion.
*	The Symposium Banquet is planned for 26/08 (Friday evening).
*	The meeting ends Saturday (27/08) with a morning closing session.

See the detailed [[Program|GCM10 Program on WEBSITE.pdf]] as PDF file.
* D. T. Luc (University of Avignon, France), Chair
* D. Aussel (University of Perpignan, France)
* R. Cambini (University of Pisa, Italy)
* F. ~Flores-Bazan (University of Concepcion, Chile)
* N. Hadjisavvas (University of the Aegean, Syros, Greece)
* B. Mordukhovich (Wayne State University, Detroit, U.S.A.)
* N. Popovici (Babeş-Bolyai University of ~Cluj-Napoca, Romania)
* S. Schaible (Chung Yuan Christian University, ~Chung-Li, Taiwan)
The Symposium proceedings will be published in a special issue of the ''Journal of Global Optimization'', the selection of papers being based upon peer review. Guest editors for the proceedings' issue will be B. Mordukhovich, R. L. Sheu and N. Popovici.

The manuscripts in PDF format should be uploaded by the corresponding authors (~GCM10 registered participants) on the symposium’s server through an online form. The link to this form has been sent to each registered participant by e-mail on November 4, 2011. The deadline for the submission is set on January 31, 2012.
*Mohammad Hossein ALIZADEH (Greece)
*Elisabetta ALLEVI (Italy)
*Didier AUSSEL (France)
*~Alina-Ramona BAIAS (Romania)
*Mircea BALAJ (Romania)
*Mihaela BERCHESAN (Romania)
*Mihály BESSENYEI (Hungary)
*Henri BONNEL (France)
*Radu Ioan BOŢ (Germany)
*Wolfgang Werner BRECKNER (Romania)
*Pál BURAI (Hungary)
*Boglárka ~BURJÁN-MOSONI (Romania)
*Riccardo CAMBINI (Italy)
*Adela CAPĂTĂ (Romania)
*Ouayl CHADLI (Morocco) - pending
*Liana CIOBAN (Romania)
*Ştefan COBZAŞ (Romania)
*João Paulo COSTA (Portugal)
*Gabriela CRISTESCU (Romania)
*Ernö Robert CSETNEK (Germany)
*Anulekha DHARA (France)
*Fabián ~FLORES-BAZÁN (Chile)
*Attila GILÁNYI (Hungary)
*Ivan GINCHEV (Italy)
*Adriana GNUDI (Italy)
*Vasyl GORBACHUK (Ukraine)
*Daniel GOURION (France)
*Anca GRAD (Romania)
*~Sorin-Mihai GRAD (Germany)
*Shiv Kumar GUPTA (India) - pending
*Nicolas HADJISAVVAS (Greece)
*Attila HÁZY (Hungary)
*André HEINRICH (Germany)
*Beatriz ~HERNÁNDEZ-JIMÉNEZ (Spain)
*~Shun-Chin HO (Taiwan)
*Alfredo Noel IUSEM (Brazil)
*Vsevolod IVANOV (Bulgaria)
*Gábor KASSAY (Romania)
*József KOLUMBÁN (Romania)
*Sándor KOMLÓSI (Hungary)
*Poom KUMAM (Thailand)
*~Hang-Chin LAI (Taiwan)
*Szilárd LÁSZLÓ (Romania)
*~Lai-Jiu LIN (Taiwan)
*Dinh The LUC (France)
*Traian Ionuţ LUCA (Romania)
*Judit MAKÓ (Hungary)
*Daniela MARIAN (Romania)
*Dan-Ştefan MARINESCU (Romania)
*Laura MARTEIN (Italy)
*Flavia Corina MITROI (Romania)
*Delia Maria NECHITA (Romania)
*Yurii NESTEROV (Belgium)
*Constantin NICULESCU (Romania)
*Kazimierz NIKODEM (Poland)
*Jiří OUTRATA (Czech Republic)
*Zsolt PÁLES (Hungary)
*Monica PATRICHE (Romania)
*Adrian PETRUŞEL (Romania)
*Cornel PINTEA (Romania)
*Emilia Loredana POP (Romania)
*Horia F. POP (Romania)
*Nicolae POPOVICI (Romania)
*~Gabriel-Teodor PRIPOAE (Romania)
*Stephen M. ROBINSON (U.S.A.)
*Ionel ROVENŢA (Romania)
*Alin Marian RUSU (Romania)
*Shoham SABACH (Israel)
*Siwaporn SAEWAN (Thailand)
*Siegfried SCHAIBLE (Taiwan)
*~Ruey-Lin SHEU (Taiwan)
*Majid ~SOLEIMANI-DAMANEH (Iran)
*Andreea Mădălina STANCU (Romania)
*Ioan M. ~STANCU-MINASIAN (Romania)
*Jacek TABOR (Poland)
*Jozef TABOR (Poland)
*Oana Ruxandra TUNS (BODE) (Romania)
*Pierre VON MOUCHE (The Netherlands)
*Gert WANKA (Germany)
*Szymon WASOWICZ (Poland)
*Constantin ZĂLINESCU (Romania)
!Registration information
(F1) The basic registration fee is: 
* senior researchers: early registration €150 before April 30 / late registration €175 after April 30 but not later than June 30;
* students*: early registration €75 before April 30 / late registration €100 after April 30 but not later than June 30.
It covers: 
*	the conference kit including the volume of abstracts, information and office materials;
*	the welcome buffet;
*	full access to all sessions and coffee breaks.
(F2) Regular participants are also encouraged to register for:
*	three lunches (one in each full working day: Tuesday, Wednesday, and Friday): €24;
*	the one-day excursion organized on Thursday (including a lunch): €25;
*	the symposium banquet on Friday: €20.
(F3) The accompanying persons willing to attend any of the events listed above should pay the corresponding amounts mentioned at (F2), and €10 if they intend to participate to the welcome buffet.

''(*)'' Official certificate is requested to confirm the status of ~PhD student.
!Early Registration is closed
!Late Registration is open
Step 1. Fill in this registration form (form closed).
Step 2. Make the payment by bank transfer according to instructions received by automated email generated by step 1.
Step 3. Send confirmation of payment and ~PhD student status (if applicable) by email at gcm10@cs.ubbcluj.ro .

The Romanian participants, wishing to pay in RON are requested to contact the Organizing Committee at gcm10@cs.ubbcluj.ro, for bank account details for RON payments.
!Cancellation policy
Due to financial commitments, the organizers cannot refund the entire registration fees. However, if a registered participant will submit a written cancellation before July 15, 2011, the amount of EUR 40 will be retained, the rest being returned. No refunds will be issued on cancellation requests received after July 15, 2011.

/***
|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;
}
//}}}
10th International Symposium on Generalized Convexity and Monotonicity
~GCM10
!Sponsors
* Universitatea ~Babes-Bolyai
!Partners
* Asociatia Farkas Gyula pentru Matematica si Informatica
* Eximtur Travel Agency
* Pensiunea VIDALIS***
* Pensiunea SIAGO***
* Hotel CAPITOLINA***
* Hotel CAPITOL***
* Hotel VICTORIA***
* Hotel AGAPE****
* Hotel OPERA PLAZA***** 
/*{{{*/
.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;}
/*}}}*/
{{ textBox {
     [[General Tracks]]
     [[Invited Speakers]]
     [[Publication]]
}}}
The partner travel agency of the ~GCM10 international symposium is

Eximtur Travel Agency 
Str. Andrei Saguna nr. 34-36
400103 ~Cluj-Napoca, Romania
http://www.eximtur.ro (website in Romanian)

For travel information (in English) and flight tickets please contact Mrs. Oana COZMA, by mentioning that you will attend the ~GCM10 international symposium. 

OANA COZMA
Ticketing Agent
E-mail: oana.cozma@eximtur.ro
Phone/Fax: +40.264.433.569 
Mobile: +40.735.407.134

<html><img src="eximtur.jpg" style="width: 450px; "/></html>
!Venue Details
~Babes-Bolyai University,
Faculty of Mathematics and Computer Science,
1 M. Kogalniceanu Street, 400084 ~Cluj-Napoca
http://www.cs.ubbcluj.ro

~Babes-Bolyai University is a modern institution which acquired a remarkable fame by achievements at national and international level. Offering services for more than 52,000 students in the 21 Faculties by means of 1,700 experienced teaching staff members, "~Babes-Bolyai" University joins at present the specialty academic associations from Europe and America. After 1989 the University entered the field of the great European research and education institutions by reasserting its multicultural character and becoming today - with its 21 Faculties, extensions in 18 towns and with study programs for three levels (university degrees, advanced postgraduate studies and master's degrees, Ph.D. degrees) - 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 higher level of education enabling students access to modern facilities.

~Cluj-Napoca is the largest city in Transylvania and one of the biggest and most important ones in Romania. It represents an important 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 and from the Cluj airport site.
!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 or taxi. Transport details, maps and airport directions are available [[HERE|http://www.ratuc.ro/]]. 

The trasportation 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|http://www.primariaclujnapoca.ro/en/multicultural-guide/]]
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
10th INTERNATIONAL SYMPOSIUM ON
GENERALIZED CONVEXITY AND MONOTONICITY 

Hosted by ~Babes-Bolyai University
August 22-27, 2011, ~Cluj-Napoca, Romania

<html><img src="logo.jpg" style="width: 250px; "/></html>