<!--{{{-->
<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]];}

.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:0; top:0;}

.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:0 3px 0 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:0; padding-bottom:0;}

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

.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>>
;Gunma University
;School of Engineering 
;Dept. of Computer Science
;Assistant Professor
[[ACM Portal|http://www.google.co.jp/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fportal.acm.org%2Fauthor_page.cfm%3Fid%3D81100486044%26coll%3DGUIDE%26dl%3DGUIDE%26trk%3D0%26CFID%3D15151515%26CFTOKEN%3D6184618&ei=WnXmSPnFOovQ6gOx-9yVCw&usg=AFQjCNGD2Bm4MFAwKPqQ9GDXtk6z2Ahpxw&sig2=SVHamZ2QywCeHCwWw-TX0A]]
[[DBLP|http://www.informatik.uni-trier.de/~ley/db/indices/a-tree/a/Ando:Shin.html]]
[[IEEE CS Digital Library|http://search3.computer.org/search/results?action=authorsearch&resultsPerPage=50&queryOption1=DC_CREATOR&sortOrder=descending&queryText1=Shin%20Ando]]
[[Eventseer|http://eventseer.net/p/shin_ando/]]
[[ISI|http://apps.isiknowledge.com/DaisyMultiClustViewRecords.do?product=WOS&parentQid=17&search_mode=DaisyMultiClustViewRecords]]
Type the text for 'New Tiddler'![[ECAI|http://ecai2010.appia.pt/index.php]]
-Deadline for electronic abstracts	Monday,	15 February 2010
-Paper submission deadline	Monday,	22 February 2010
<html>
<img src="http://ecai2010.appia.pt/templates/ja_mercury/images/logo-default.jpg">
</html>

![[WCCI2010|http://www.wcci2010.org]]
-January 31, 2010 Paper submission
<html>
<img src="http://www.wcci2010.org/templates/jp_business/images/white/logo.gif" height="50pt">
</html>

![[ICML2010|http://www.icml2010.org/]]
-February 1, 2010 Full paper submissions due
<html>
<img src="http://www.icml2010.org/images/icml_banner.gif" height="50pt">
</html>

![[KDD2010|http://www.sigkdd.org/kdd2010/]]
-Feb 5, 2010  	Full Paper deadline
-Feb 2, 2010 	Paper abstract deadline
<html>
<img src="http://www.kdd.org/kdd2010/images/KDD2010Banner__Final.jpg" height="50pt">
</html>

![[ECML/PKDD2010|http://www.ecmlpkdd2010.org/]]
- Abstract submission deadline 23rd of April 2010
- Paper submission deadline 30th of April 2010
<html>
<img src="http://www.ecmlpkdd2010.org/img/3629-200-0-IMG_ACCIO_SEE-eng.jpg" height="50pt">
</html>

![[CIKM2010|http://www.yorku.ca/cikm10/]]
- Abstracts due: May 27, 2010
- Papers due: June 3, 2010
<html>
<img src="http://www.yorku.ca/cikm10/images/header.jpg" height="50pt">
</html>

![[ICDM2010|http://datamining.it.uts.edu.au/icdm10/ICDM10-CFP-V1.txt]]
-Jul 02, 2010:   Deadline for full paper submission

![[SIGIR2010|http://www.sigir2010.org/doku.php]]
-15 Jan 2010 : Abstracts for full research papers due
-22 Jan 2010 : Full research paper submissions due
<html>
<img src="http://www.sigir2010.org/lib/tpl/dokucms/images/sigir_150_transp.png" height="50pt">
</html>

![[SDM2010|http://www.siam.org/meetings/sdm10/]]
- April 29 - May 1 2010 
<html>
<img src="http://www.siam.org/meetings/sdm10/images/sdmlogo.jpg" height="50pt">
</html>

!ACML 2009
*The First Asian Conference on Machine Learning will be held in Nanjing, China, on Nov. 2-4, 2009
*For more details, see the [[conference website|http://lamda.nju.edu.cn/conf/ACML09/]].
<html>
<img src="http://lamda.nju.edu.cn/conf/acml09/images/ACML.png" height="50pt">
</html>
|Conference|abst|paper|auth. fb|notice|conf|
|*[[SIGIR|http://www.sigir2011.org/]]|1/17|1/24|-|4/8|7/24|
|*[[IJCAI|http://ijcai-11.iiia.csic.es/]]|1/19|1/25|2/28|3/31|7/19|
|*[[ICML|http://www.icml-2011.org/]]|-|2/1|3/25|4/19|6/27|
|*[[KDD|http://kdd.org/kdd/2011/]]|2/11|2/18|-|4/29|8/21|
|[[UAI|http://auai.org/uai2011/]]|-|3/18|4/29|5/5|7/14|
|*[[ECML|http://www.ecmlpkdd2011.org/]]|4/12|4/19|5/23|6/3|9/5|
|[[DS|http://ds2011.org/]]|-|5/18|-|6/30|10/5|
|~[[CIKM|http://www.cikm2011.org/]]|5/17|5/24|-|7/19|10/24|
|~[[NIPS|http://nips.cc/Conferences/2011/]]|-|6/2|7/31|9/3|12/13|
|~[[ICDM|http://icdm2011.cs.ualberta.ca/]]|-|6/17|-|9/16|12/11|
|[[ACML|http://acml2011.ncu.edu.tw/]]|7/11|7/19|-|9/6|11/13|
|[[ICDE|http://www.icde12.org/Site/]]|7/12|7/19|9/8|9/27|+4/1|
|[[WSDM|http://wsdm2012.org]]|8/4|8/11|-|10/26|+2/8|
|*[[PAKDD|http://pakdd2012.pakdd.org/]]||10/2|-|12/30|+5/29|
|[[ECIR|http://ecir2012.upf.edu]]|-|10/2|-|11/27|+4/1|
|[[AISTAT|http://www.aistats.org]]|-|10/14|11/25|12/12|+4/21|
|*[[SDM|http://www.siam.org/meetings/sdm12/]]|-|10/14|-|12/21|+4/26|
|[[SIGMOD|http://www.sigmod.org/2012/]]|10/25|11/1|+1/19|+2/14|+5/20|
|[[WWW|http://www2012.org/]]|11/1|11/7|-|+1/30|+4/16|
|name|abst|paper|feedback|notice|conf|site|
|[[*KDD|http://kdd.org/kdd2012/]]|-|2/10|-|5/4|8/16|Beijing,CN|
|[[*SIGIR|http://www.sigir.org/sigir2012/]]|2/6|2/13|-|4/30|8/12|Portland,OR|
|[[*ICML|http://icml.cc/2012/]]|-|2/24|4/9|4/30|7/25|Edinburgh,UK|
|[[*ECML|http://www.ecmlpkdd2012.net/]]|4/19|4/23|5/28|6/15|9/24|Bristol,UK|
|[[CIKM|http://www.cikm2012.org]]|5/18|5/25|-|7/16|10/29|Maui, HI|
|[[NIPS|http://nips.cc]]|-|6/1|-|-|12/3|Lake Tahoe, NV|
|[[ICDM|http://icdm2012.ua.ac.be/]]|-|6/18|-|9/18|12/18|Brussels,BE|
|[[ICDE|http://www.icde2013.org]]|7/16|7/23|-|10/14|+4/8|Brisbane, AU|
|[[SAC|http://www.acm.org/conferences/sac/sac2013/]]|-|8/13|-|-|+5/18|Coimbra, PT|
|[[AISTAT|http://www.aistats.org]]|-|10/?|-|-|-|-|
|[[SDM|http://www.siam.org/meetings/sdm13]]|-|10/?|-|-|+5/2|Austin, TX|
|[[WWW|http://www2013.wwwconference.org/conferences/]]|-|12/?|-|-|+5/13|Rio, BR|
<html>
<script type="text/javascript"> 
document.write("ando");
</script> 
</html>

Address: 1-5-1 Tenjincho, Kiryu, Gunma, 376-8515, Japan
Office: Faculty of Engineering, Computer Science Bldg. 2, Room 311-2
Phone: +81 277 30 1839
E-mail: shin(dot)ando(at)acm(dot)org

Following Mathematica codes are provided courtesy of following contributors:Mr. Theerasak Thanomphongphan, Mr. Chan Ratha, and Shin Ando
* Cutting-Plane Linear SVM (coming soon)
* Area Under the ROC Curve (AUC)
* k-means++ [[[Arthur and Vassilvitsukji 2007]|http://portal.acm.org/citation.cfm?id=1283494]]
* Spectral Clustering [[[Shi and Malik 2000]|http://dx.doi.org/10.1109/34.868688]]
* Local Outlier Factor (LOF) [[[Breunig 2000]|http://portal.acm.org/citation.cfm?id=335388]]
* Breadth-First Score Ensemble [[[Lazarevic 2005]|http://dx.doi.org/10.1145/1081870.1081891]]
To access the codes, please read the [[Copyright and Disclaimers|https://sites.google.com/a/gunma-u.ac.jp/dm-codelets/home]] 
[[Welcome]] 
[[What's New]]
Ph. D. in Electronics Engineering (2004)
Department of Electronics Engineering, School of Engineering, University of Tokyo

M.E. in Information and Communication Engineering (2001)
Department of Information and Communication Engineering, School of Engineering, University of Tokyo

B.E. in Information and Communication Engineering (1999)
Department of Information and Communication Engineering, Faculty of Engineering, University of Tokyo 
* [[TKDD|http://tkdd.cs.uiuc.edu/]], ACM - [[Submission|http://mc.manuscriptcentral.com/tkdd]] 
* [[JMLR|http://jmlr.csail.mit.edu/author-info.html]]
* [[TKDE|http://www.computer.org/portal/web/tkde/author]], IEEE 
* [[Machine Learning|http://www.editorialmanager.com/mach/default.asp]]
* [[KaIS|http://www.editorialmanager.com/kais/]]
* [[DMKD|http://www.editorialmanager.com/dami/]]
[[Welcome/ようこそ|Welcome]]
[[Affiliation]]
[[Research Interests]]
[[Selected Publications]]
[[Education]]
[[Experience|Professional Experience]]
[[Contact]]
[[Supplementary Data]]
[[所属]]
[[研究テーマ]]
[[主要論文(英文)|Selected Publications]]
[[主要論文(和文)]]
[[学位]]
[[職歴]]
[[連絡先]]
----
[[Bibliography]]
[[Research|research/research.html]] / [[研究内容|research/research.html]]
[[What's New]] / [[お知らせ|What's New]]
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8513898-1");
pageTracker._trackPageview();
} catch(err) {}</script>
!LEMIR 
*First International Workshop on LEarning and Mining for Robotics (in conjuction with ECML/PKDD 2009)
<html>
<img src=http://www.i.kyushu-u.ac.jp/~suzuki/head.png width=300 alt="poster.jpg">
</html>
*For more details, see the [[workshop website|http://www.i.kyushu-u.ac.jp/~suzuki/lemir.html]]
;2002-2003
Research Assistant for 21st Century COE 
@ Department of Electronics Engineering, School of Engineering, University of Tokyo

;2004-2005
Post Doctoral Researcher of Japanese Society for Promotion of Science 
@Interdiciplanary Graduate School of Science and Engineering, Tokyo Institute of Techonology

;2005-2008
Research Associate 
@Faculty of Engineering, Yokohama National University

;2008-Present
Assistant Professor 
@Faculty of Engineering, Gunma University
*Shin Ando and Einoshin Suzuki " Detecting Clusters of Outliers with Information Theoretic Clustering", Journal of Japanese Society of Artificial Intelligence, [[Vol.23, No. 5 pp.344-354, 2008|http://www.jstage.jst.go.jp/article/tjsai/18/5/18_305/_article/-char/ja/]]
*Shin Ando, Jun Sakuma, Einoshin Suzuki, Shigenobu Kobayashi, "An Information Theoretic Approach to Detection of Minority Subsets",  Journal of Japanese Society of Artificial Intelligence, Vol.22, No.3, 2007. 
* Shin Ando, Hitoshi Iba,"Evolutionary Optimization of Network Structure using Informative Genotype Tag", Journal of Japanese Society of Artificial Intelligence,Vol. 18, No.5, 2003 Full Text
* Shin Ando, Hitoshi Iba,"Evolution of Analog Circuits using Variable Length Chromosomes, Journal of Japanese Society of Artificial Intelligence, Vol.15, No.5, No.9A8, 2000
!!!Data Mining
* Information Theoretic clustering 
* Mining minority objects in large datasets
!!!Soft Computing
* Design and optimization techniques using Genetic Algorithm and several other Bio-inspired Computation methods
!!!Applications
*Designing of electric circuits and neural networks
*Estimation of gene regulatory models
*Text and image classification.  
*Shin Ando and Einoshin Suzuki,"Role-behavior Analysis from Trajectory Data by Cross-domain Learning", in Procs. of Data Mining (ICDM), 2011 IEEE 11th International Conference on, pp.21-30, 2011 [[DOI 10.1109/ICDM.2011.125|http://dx.doi.org/10.1109/ICDM.2011.125]]
*Shin Ando, "Latent Feature Encoding using Dyadic and Relational Data", in Proceedings of the 20th ACM International Conference on Information and Knowledge Management, pp.2201-2204, 2011 [[DOI 10.1145/2063576.2063926|http://dx.doi.org/10.1145/2063576.2063926]] 
* Shin Ando, Theerasak Tanomphongphan,  Daisuke Hoshino, Youichi Seki, and Einoshin Suzuki; "ACE: Anomaly Clustering Ensemble for Multi-perspective Anomaly Detection in Robot Behaviors," in Proceedings of 2011 SIAM International Conference on Data Mining ([[SDM2011|http://www.siam.org/meetings/sdm11/]]), pp.55-68, 2011.  [[PDF|http://siam.omnibooksonline.com/data/papers/055.pdf#page=1]] [[Supplementary data|http://www.i.kyushu-u.ac.jp/~suzuki/SDM11data.zip]] (Property of [[JST-ANR project|http://www.i.kyushu-u.ac.jp/~suzuki/jstanr.htm]]) 
* Shin Ando and Einoshin Suzuki, "Detection of Unique Temporal Segments by Information Theoretic Meta-clustering" in Proceedings of the 15th ACM SIGKDD Conference on Knowledge Discovery and Data Mining ([[KDD-09|http://www.sigkdd.org/kdd2009/]]), pp.59-68, 2009. [[Abstract|http://doi.acm.org/10.1145/1557019.1557033]] [[PowerPoint/Video|http://videolectures.net/kdd09_ando_dutsitmc/]]  [[Supplementary Data]]
* Shin Ando and Einoshin Suzuki, "Unsupervised Cross-domain Learning by Interaction Information Co-clustering," in Proceedings of 8th IEEE International Conference on Data Mining (~ICDM08), pp. 13-22, 2008. [[Abstract|http://doi.ieeecomputersociety.org/10.1109/ICDM.2008.92]]
*Shin Ando "Clustering Needles in a Haystack: An Information Theoretic Analysis of Minority and Outlier Detection," in Proceedings of 7th IEEE International Conference on Data Mining (ICDM'07), pp. 13-22, 2007. [[Abstract|http://doi.ieeecomputersociety.org/10.1109/ICDM.2007.53]]
* Shin Ando "Heuristic Speciation for Evolving Neural Network Ensembles", in Proceedings of 2007 Genetic and Evolutionary Computation ~COnference (GECCO 2007), pp. 1766-1773, ACM Press, 2007. [[Abstract|http://doi.acm.org/10.1145/1276958.1277315]]
* Shin Ando and Einoshin Suzuki, "An Information Theoretic Approach to Detection of Minority Subsets in Database", in Proceedings of the 6th International Conference on Data Mining (ICDM'06), pp. 11-20, 2006. [[Abstract|http://doi.ieeecomputersociety.org/10.1109/ICDM.2006.19]]
* Shin Ando, Jun Sakuma, and Shigenobu Kobayashi, "Adaptive isolation model using data clustering for multimodal function optimization" in Proceedings of the 2005 Genetic and Evolutionary Computation ~COnference (~GECCO2005), pp. 1417-1424, 2005. [[Abstract|http://doi.acm.org/10.1145/1068009.1068235]]
* Shin Ando, Hitoshi Iba,"Classification of Gene Expression Profile Using Combinatory Method of Evolutionary Computation and Machine Learning", ed.Wolfgang Banzhaf, Vol. 5, pp. 145-156, Genetic Programming and Evolvable Machines, Kluwer Publishing, 2004 [[Abstract|http://dx.doi.org/10.1023/B:GENP.0000023685.83861.69]]
* Shin Ando, Hitoshi Iba,"Variable Length Chromosomes for Analog Evolvable Hardware",eds. A Ghosh and S Tsutsui, Advances in Evolutionary Computation, pp. 643-662, ~Springer-Verlag, 2003 
* Shin Ando, Hitoshi Iba,"Construction of Genetic Network using Evolutionary Algorithm and Combined Fitness Function" Genome Informatics, 14: 94-103, 2002 
* Shin Ando, Hitoshi Iba,"Evolutionary Modeling and Inference by Genetic Network" Information Science, Vol. 145, Iss. 3-4, Elsevier Science 2001 
Assist. Prof. [[Dept. of Computer Science, Gunma University|http://www.educ.cs.gunma-u.ac.jp]]
[[Shin Ando|http://www.educ.cs.gunma-u.ac.jp/~ando/]]
!KDD09 [[ [Ando and Suzuki 2009]|http://doi.acm.org/10.1145/1557019.1557033]]
!!Dataset for the 1st Experiment (6.1.1 p.62)
*polydat_seq_i.txt
**1st Row	:<html><math display='block'>
   <semantics>
      <mrow>
         <mrow><mo>(</mo>
            <mrow>
               <msub>
                  <mi>t</mi>
                  <mn>1</mn>
               </msub>
               <mo>,</mo><mo>&hellip;</mo><mo>,</mo><msub>
                  <mi>t</mi>
                  <mrow>
                     <mn>12</mn>
                  </mrow>
               </msub>
               
            </mrow>
         <mo>)</mo></mrow>
         
      </mrow>
      <annotation encoding='MathType-MTEF'>
         
      </annotation>
   </semantics>
</math>
</html> (timestamp)
**2nd Row	: <html><math display='block'>
   <semantics>
      <msub>
         <mi>y</mi>
         <mn>1</mn>
      </msub>
      <mo>=</mo><mrow><mo>[</mo> <mrow>
         <msub>
            <mi>x</mi>
            <mn>1</mn>
         </msub>
         <mrow><mo>(</mo>
            <mrow>
               <msub>
                  <mi>t</mi>
                  <mn>1</mn>
               </msub>
               
            </mrow>
         <mo>)</mo></mrow>
         <mo>,</mo><mn>...</mn><mo>,</mo><msub>
            <mi>x</mi>
            <mn>1</mn>
         </msub>
         <mrow><mo>(</mo>
            <mrow>
               <msub>
                  <mi>t</mi>
                  <mrow>
                     <mn>12</mn>
                  </mrow>
               </msub>
               
            </mrow>
         <mo>)</mo></mrow>
         
      </mrow> <mo>]</mo></mrow>
      <annotation encoding='MathType-MTEF'>
         
      </annotation>
   </semantics>
</math>
</html> (sequencial observed value)
**3rd Row	: <html><math display='block'>
   <semantics>
      <msub>
         <mi>y</mi>
         <mn>2</mn>
      </msub>
      
      <annotation encoding='MathType-MTEF'>
         
      </annotation>
   </semantics>
</math>
</html>
**...
*polydat_lbl_i.txt
**1st Row:<html><math display='block'>
 <semantics>
  <msub>
   <mi>z</mi>
   <mn>1</mn>
  </msub>
  <mo>&#x2208;</mo><mrow><mo>{</mo> <mrow>
   <mn>0</mn><mo>,</mo><mn>1</mn>
  </mrow> <mo>}</mo></mrow>
 <annotation encoding='MathType-MTEF'>
 </annotation>
 </semantics>
</math>
</html> (class label )
**...
*[[zipped tar|polydat.tar.bz2]]
*note that these datasets are randomly generated as described in the publication but are seeded differently 
[img[pic.jpg|http://www.educ.cs.gunma-u.ac.jp/~ando/pic.jpg]]

Thanks for visting my homepage. 
To view my profile, please select 
from the menu on the left 

ここは[[安藤晋|http://www.educ.cs.gunma-u.ac.jp/~ando/]]@群馬大のホームページです.
左側のメニューから私のプロフィールをご覧になれます.
----
[[About my research|research/research.html]] / [[研究内容についてはこちらへ|research/research.html]]
! [[Data Mining Codes]]
* Spectral Feature package has been uploaded. 
* LOF package has been uploaded.
|Name|Co-located|Submission|Dates|
|[[IBIS|http://ibisml.org/ibis2011/]]|IBISML|9/16|11/7-9|
|[[LEMIR|http://www.i.kyushu-u.ac.jp/~suzuki/lemir2011.html]]|ICDM|8/4|12/10|
*安藤 晋, 鈴木 英之進. 情報理論的クラスタリングによる異常値クラスタの検出, [[人工知能学会論文誌, Vol. 23 (2008) No. 5, pp.344-354|http://www.jstage.jst.go.jp/article/tjsai/23/5/23_344/_article/-char/ja/]] [[修正版|jsai08_revised.pdf]]
*安藤 晋, 佐久間 淳, 鈴木 英之進, 小林 重信. 情報理論的枠組に基づくマイノリティ集合の検出, [[人工知能学会論文誌,     Vol. 22 (2007)     No. 3      pp.311-321|http://www.jstage.jst.go.jp/article/tjsai/22/3/22_311/_article/-char/ja/]]
* 安藤 晋, 伊庭 斉志. タグ付遺伝子型を用いたネットワーク構造の進化的学習と最適化,  [[人工知能学会論文誌,Vol. 18 (2003) No. 5, pp.305-315|http://www.jstage.jst.go.jp/article/tjsai/18/5/18_305/_article/-char/ja/]]
*佐久間 淳, 安藤 晋, 小林 重信. 混合分布推定のためのコンポーネントワイズEM, [[人工知能学会論文誌,     Vol. 23 (2008)     No. 3      pp.163-175|http://www.jstage.jst.go.jp/article/tjsai/23/3/23_163/_article/-char/ja/]]
博士(工学) 2004年 東京大学大学院工学系研究科電子工学専攻
修士(工学) 2001年 東京大学大学院工学系研究科電子情報工学専攻
学士(工学) 1999年 東京大学工学部電子情報工学科
群馬大学
大学院工学研究科
情報工学専攻
助教 安藤晋

!!!データマイニング
*情報理論的クラスタリング
*異常値の検出
!!!ソフトコンピューティング
*遺伝的アルゴリズムおよび進化計算に基づく設計・最適化手法
!!!アプリケーション
*電気回路・神経回路の設計
*遺伝子発現時系列のモデル推定
*テキスト・画像の分類
2002-2003 東京大学大学院工学系研究科電子工学専攻
21世紀COEリサーチアシスタント 

2003-2004 東京大学大学院新領域創成研究科
学術振興会特別研究員

2004-2005 東京工業大学大学院総合理工学研究科
学術振興会特別研究員

2005-2008 横浜国立大学工学研究院
助手(特別研究教員)

2008-現在 群馬大学大学院工学研究科
助教
住所:〒376-8515群馬県桐生市天神町1-5-1
居室:工学部2号館311-2
電話:0277-30-1839
E-mail:ando@cs.gunma.u-tokyo.ac.jp