<!--{{{-->
<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 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>>
amex: fee waived
sgcodejam24: judges
discover: register
sgcodejam24: ad push
tanps - contribution for sooyj
review: tao ch 2
junping: cat cables 56
jukka: send list, big cheques
vlingo summary
mail: us tax
pay: road tax
email: muime, sam sok, next
3245: meeting, lect notes 0 1 2, tut sessions done
2011 binder
next: quarterly report,  grad student positions talk to chuats
services: wordsim (ldk working), tamisaSample
chase: lrec journal
6242: lect, survey grading
mom card
nat: passport pickup
wei jin games email to tohmk, lowmb
antho: ijcnlp x2
scan ids
thank you cards: tzuo, rick 
sched: wingadmin, car servicing
review: irj, calico abstract
patent: signed, sent
3245: lec 13, hw4
review: printouts, jcdl x1, bionlp, alt4dl pub, acl x1
gai: budget numbers
lianrong in fridge
tohtan appointment winnie at 65860634
dinar


chime: update yiqun
meetings: yiqun, datta
reviews: icadl x 6, aobo 1-3, tao 3-4, mitra grp, irj 653r1
setup yiqun's talk
emails: robin abbyy, insect screen, redmond, next yiqun meeting
6242: html pages, workbin upload - ip
expenses - trac
stva: loocc email, meeting - next steps
transfer money to account
antho: lrec10, emnlp11 - ip

6242: implementation rubric update, grades, lect notes for 4 and 5
elsevier: loading data x10
lta sample application data
review: kaz abstract x2
NExT: bought HDDs, distributed
antho: w00 conll fix pierre
next: reboot systems, next-support rt email, update yum, update root password
cancel nuh
anqi / liner paper idea
email: chimetext, conf call agenda
antho: push acl2011, software, emnlp, conll email, sigdial preview, uli email, spelling mistake, pado correction, joyce fix
folder for 4vc, print out all email attachments
check on entrepreneur courses: 3882 / 5351
chimetext: update website, 
send up fidelity cheques
fix qing at console
ustax problem with foreign tax credit, print and file, send out check - ip
transfer 40k to current - ip
update parscit, sms with feedjit, parscit with feedjit

3245: print mt, feedback, make announcement, ivle, mt grading, hw1 grading
review: ziheng tp slides, irj, tao market, kaz nrf
chase Stewart
TRAC - submit CSIDM, NExT
reimb: printer, market, mturk
fyp/urop kaz, ngjp
ID
preslav
nghia
4gb from simlim, TRAC
3245: tut 04, sol 04, hw 4 set
reviews: printed: aaai, irj, acl
antho: sigmorphon
NExT report, GAI draft.
rec: sunamkim oregon, umd
github: prastava
sg.eats: more devel
review, ziheng 3-5, irj x1, jesse icme
fyp: ca x2, final - ip
submit imms2 to low mun bak

credit card application
next: send out lta application
suggestions for monitors for AOs
Call KHK
Finish ePortfolio
sgcodejam24: fallout, Webpage for winners
SingTelVAeval: questions 
cellini call back rearrange for 31 Aug 6367 0225 invoice number THA 02917 / IFA 01950
singtel
reviews: grp x2 - grp ip
irb applications - ip 
ngs application - ip
jesse irb grant no. - ip
hsbc account info - ip
han.ddns - raid 6, xfs, ldap - ip
27 May - 2 pg vita
nus high - ip
srp - ip
parscit: r2m - ip
360 - ziheng, jesse
vocabgenii sample
csidm: slides - ip
kaz letter - ip
acm: antho ids from praveen
ID
review: ramesh, su/anette, khang www, kaz jcdl, acl papers
hongbao: ngjp
review: acl x1
irb: nushigh x1
pdtbinvite: answered
review: tao, sudhanshu lit review, tac
chimetext: roxas, kilgariff
wing2
crawling: sched meeting, ask for data, check vamsi
email: space yeoak, lingtw
antho: O11
next: send disks, unplug disks from server, ready for transport, sent to Caslyn
book: 3 Nov CA3 venue MR1

citibank supplementary
review: jcdl dc x3, rgc x2
wingnews
asha meeting and followup.
pubs.html: updated
lu wei ref letter
verify paypal sg yahoo
3245: forum, tut 4 sol.
second ITQ award
desmond may
antho: redo emnlp2 + patches + supplementals, redo sigs, lrec10 chaser, publish
msra: thank yous
loocc: review, consultancy agreement
haoche: agreement signed returned
caslyn: receipts for reimb
amex: ip
annual report
ffext: tts
transfers: hsbc / sue 
review: chentao 1,2,3, ziheng nle, paclic x4
antho: W11-29
elsevier app: load data x 10, finished
air: install and port data, git sync suna, iphoto
mentees: contacted
consulate app for nathaniel: ip
recs: su
fmc: abstract
taxes us
khang id - ip
abet: 3245, 6242
password change
trac: reimb shawn, kaz dinner, rack stuff, wacom
review: emnlp x2
next: equipment awards into google spread, cola
install disks, raid card w/o cables.
ff4: try extensions
next: fix cola
3245: grading
4vc: sppower - ip
slides for tat-seng
mom's day

antho: updates for dblp, acm, redo p11-1,2, redo conll
ricklee: email
6242: html - ip
send out checkwriting
CL Books AZ195 Bor 2007
get more stamps
trac reimb for qinghai taxi
360 reviews - kaz
aiqing monitor
next report - ip
elsevier - follow up
sports towel
chase sue abt extension
AA batteries
bring home boxes - 1
moving company
ff3ext: word segment
coloring
ngs app
the four steps to epiphany, gary blank

coloring: recolor compact spans
parscit: pdf to bibtex, endnote, raw text processor, rest api?
obi ontology
antho (st) E03 problematic authors, remi zajac w01-0711, E03 redundancy problem, J93 jonathan may 3+ authors out of order
antho: author pages, acm xmls, jan hajic conll
antho: pierre wvlc 94, bonnie + aravind's c volumes, priscilla, google scholar, jason fix metadata
acm: dois, emnlp 03
citeseer endnote, bibtex, wsdl
fc: wsdl, su's kp, parshed, why empty url, gravatars for keywords, cover flow style

blogpulse and xanga
lt chuats: ne demo
az, cfc: tf*idf other features approximated
http://www.informatics.sussex.ac.uk/research/groups/nlp/rasp/index.html
NetDraw www.analytictech.com/download.htm
http://www.textfrompdf.com/tfpspeed.htm
http://jabref.sourceforge.net/
http://statgen.iop.kcl.ac.uk/bgim/mle/sslike_3.html
CAS ICT mobile services translation. raghavendra's corpus bounds for AMT/GWAP ideas, Robert: Logical Structure Recovery - Difficult, KyotoEMBT (example alignment and combination), U compare flow (Kano, Tsujii, PSB 2008)
antho: fix field searches, import xml, s02

drivers license
irb: nursing
nat: us citizenship http://singapore.usembassy.gov/birth_abroad.html
services: fix rate limiter, 

ACL CDs - 7 CDs, see email
myml
raz: look at tokenization.
contact: IR NUSlib, http://en.sccl.sg/
services: slide align - ip, poor tagger
http://caim.uib.no/
visualization: manyeyes
antho: digitize finite string, lrec 04 and earlier, danth policy on sync with ACM/DBLP
antho: prototype faceted nav, acm problems, faq (marc, ivelina), problems with cl author order (jonathan may), google xml metadata, acm publication pages
fyp: graphics
fyp/urop feb 25
3245: hw3, wk7
vu thesis
review: jcdl x1
lta
chinese visa for next

reviews: acl short x4
sg taxes
sched health appointment
kaz
exco
server quote - ip
reno / valuer - done
lrej - submitted
review: aobo, jesse x3, lrec x4
rchimetext redirect
exco meeting minutes
antho: acm / dblp push; L10, O11
children's songs
rec: kaz cornell
emails: tonyhey, lawrence
6242: finished grading
1056 prop tax
singtel: check incoming
check with daniel kwan 96882827
warren move - complete form (name of contractors, estimated work period, list of subcontractors)
irp: ngjp, jesse x2
hwee tou eval
texWordCount.pl to github, sam
eacl reviewer recruiting
6242: guest lect details, remove jin from TA.
amex app

review: rdsrp x2
kaz letter, transfer 94.05
csidm slides
call gain city to cancel site visit
4vc: aircon, followthru, 30% deposit
360 - jin, jun ping, aobo [old: ziheng jesse]
han.ddns - raid 6, xfs, ldap, mnt homes
khk bath filler set take out regulator
crawling meeting - timing
next proposal, slides
next servers: all drives formatted.
review: kaz sigir, irj x1, kaz jcdl
acl reviews: x5
desmond payment feb
chase stewart
update exco
pay hosf
chentao sms proofread
tyf defense date, chuats, atung, chancy
6242: email 4p jim gray, prep slides - ip
rec letters: kaz x2
review: ziheng ch 6
address update: ieee / nuss
capital 26.14
antho: W11-30 thru W11-37, IJCNLP
canon 530 mp nav
school printers - ip
problems with ivle/login - ip
print: floorplans, travel reservation
nec visitors announcement
final meeting: tamisa, low wee, shawn, yipeng
3245: redo 12, forum, hw5, summary, resends
bigDirs.pl
reviews: emnlp x2
spreadsheet aiqing
rack stuff: toolkit, screwdriver, labels, cutter
ems ebay EE000591078KW
recruit ff4
wacom tablet
antho: U11, L0[0246], W00 (assigned to jesse), C00
black rewards
3245: redirect, initial sched, git
pay fax
simon mok nuance
interviews: muhammad
zzj transfer
reports: next, next slides - ip, csidm - ip
interviews: sudheer, bac, hung, rahmad, trial task def'n
flashmob: [Min] Flashcard Friends http://flashcardfriends.com/welcome.php
PhD: bamdad - trial task
photo, ic copy, passport
3245: resched 
re-get from time capsule csidm 0930.
us cc payments 
fid: trade mag at loss
follow up: muhammad
bluehost reg

pick up passport on next friday
address change: great eastern, chartis, ikea
read bonnie's paper
read IDMI annual report
print more passport photos
praveen 3 months ext
review: su, kaz ipm x2, zhaojin, jon, huy
end of year letter
nathaniel website

quarter: what about tier1 arc?
elsevier: app
engkoo: ask who licensed it.
antho: schema, DBLP update: COLING 2004; INLG 00, 02, 06, 08, acm/dblp: L0[0246], U11, S01, W00-15 to 19
http://www.jaist.ac.jp/rccg/
vantage: skype - ip
antho: canonicalization,
littleskool, other preschool 3
4vc: bidet
texwordcount
isotope.metafuzzy.

https://wrbtf.nus.edu.sg/roombookingsSem1/roomtime/room.htm
address: amex, sunpage
git: remaining sync
write advice for liner
ziheng line fong check review, sent invite webber
elsevier api: erratic, null objects
6242: bibMetrics, infoSeek, textbook align x2
aobo grp, chimetext
guestlec: fmc, pr, wingover
next: ijam attendance, liao / song disk hookup, reimb hddx2
sapura: bring mbp back to office
csidm: quarter
review: zhaoyan
schedule dental appointment
chase sue abt extension
call helping hand x2
admin: fix ldap ming, fix group ids - del, Shawn, with h/p # 91452124, install ram
antho fix - up x2, search connectors
ocr api, agreements
check with helpinghand
call kohler
amex supp
csidm report
pay 587.10 to desmond, - ip, notify sue
joomla: update wing persons

reviews: jcdl, tomccap,lrej 4
acl: bids
amex annual
3245: hw3, mt. chase cit
visa pics
flip
reviews: aaai x4, wangkai thesis, tamisa 1
dayspring
sunpage
CSIDM report
500 praveen
printer from kaz
microphones from irene
3245: lec 11, hw5 set, lec 12
3243: final review
email: ilo
discover fraud
dentist
fyp+urop to attend, schedule meetings
review: keyphrase, lrj crowdsourcing
antho: J11-4
pay levy, distro fees
6242: grading, marks, immsnet
print itineraries
staff review zhaojin, huy
credit cards: missing amex
taxes sg
phd applications: haojie
house move
ricky problems
nate's birthday
lta app x2
lta seal inspection - road tax payment
daisy cd, burnt
gai - budget
nrf: aiqing, 
next: emails, yiqun, chuats cola - ip
acl: studentReviews, booking - ip 
mail: book
anthology: iccl and acm emails.
return nxt kit
3243: lecture copying, web mounted
3245: python 2.6.6, book

ID
next: quarterly report
review: ramesh, su/anette, khang www, kaz jcdl, acl papers

web services: parscit - xx, wordsim (wn working, ldk database).
chase: lrec journal, shihong
adl journal camera ready
check in with anindya
meetings: ugrads
review: kaz-kheng-tp, shanheng thesis
antho: W11-29, W11-38, I11 - ip
nathaniel: ica, usembassy
address update: citibank
recs: wan song, xiangyu
fyp listings: low wee
adobe install cs5.5
4vc: soil
fax gnc address change, hsbc
antho: I11, W30-37 - ip
hsbc payment
try adding premier acct again
nus high
srp
jimgray
han.ddns: redone
talk to khechai for pronunciation
irp: thanks
xining boarding pass
sunblock

review: tamisa rw
acm: urls - ip
3245: lect 4 prep, record, hw2, tut2
plag: detector accounts
antho: R11, W11-39 thru W11-43
6242: final lecture, final exam + answers, sms for makeup
download capitalland and krisflyer giro form
http://mediazone.brighttalk.com/comm/ReedElsevier/8239255075-25537-4229-27577
http://articleofthefuture.com/content_specific_features
emails: send out eacl reviewer info, zhaojin reviewer
mda: eunice slides
review: ziheng ch 1, 6, jesse icme - ip
irs address
10 big envelopes
chimetext
zhaojin: rec
register CC with mobilepay
pay AXS fine
3245: final, tut 05, final answers, tut 05 answers
review: yipengh, shawntan, jcdl x1, su x1
laizs: rack - ip
mlss scholarship.

3245: lec 13, hw 4 and 5
check fire insurance
review: jcdl x1, su x1, rgc x 2, acl x 1, emnlp, bionlp
gai papers: asia 1,2,3 and today's email
texwordcount
acm: antho ids
parscit update main distro
web services: parscit - xx
FAR update by 1 Apr
Dell: Shawn at 91452124
patent
conf call: james
introduce james
hire ziheng
james martin, lee giles, robert dale
check hwee tou about csidm funding
reviews: tianxia, ziheng, aobo - 1, 2, tao - 3, 4,  
emails: singyi, mai, james, trial period, 
elsevier app - 1st version
grp meeting: prep research skills talk
ramesh:slideseer
200 check home
order amazon, dinars
domainpanel
anqi RA position
review: tanyeefa, irj
antho: s98, stil agreement, O11-2 correction.
wingnews
taxes nathaniel

6242: make up lecture mr4, html corrections, state updated deadline in sms, give papers to both, 
reviews: irj
visitors: kai
hsbc: change addresses
4vc: vga cable at home, wireless rename
review: jin chapter
send philip, rick emails
xubo chentao email
email for amy reno
antho: acl preview, sigdial preview
conll email
antho: iwcs corrections
3245: tut01 sol, tut02 corrections, mt questions, feedback form
yeoak mail x2
review: jcdl printed, ziheng tp slides
chime: ziheng
alt4dl sub
emails: alex waibel, ziheng tp
wing.nus:crf++ install
gai: bac
email: ilo
395 to United States Treasury - ip

4vc: option, loans anz, dbs, hsbc
wing img
review: grp zhao gang, ijdl11
shawn eval 200
NExT: machine ordering, minutes, ppt, web updates
wing picture update
get string
web service: update wsdl, home page, check, javarap added
print cert
aaa rechargeable batts, NiMH 750mAh, 
javarap: github
ram: ricky email
3245: slides x2, upload tut3 answer
antho: J11-1
exco: minutes

review: jesse icme, ziheng 2, chentao, lrj - ip
6242: lecture notes, print, upload final
mda: slides, talk
car servicing, repairs - ip
change passwords
NExT: sg.eats, meeting prep
google: meetings, followup emails
32.20 jin
37.65 amex
https://secure.dbs.com/forms/dbsform/_layouts/eform/DBSForm.aspx?id=DBSCCPR
register IVU with capitalcard
peiwen: flashmob slides
coach bags
8811 tea time
print big cheques - ip
annual review
nght review: sched
sgcodejam24
ask consyn for
passport next Tuesday
update Nathaniels site
paypal alicia discover
3245: final grade, marks meeting
fix recorder tong yi
ff4 recruiting
flashcards nate
parscit: update main distro
gai: update
rack: email tanak, po
mai: email, skype
textbook adoption
praveen solr port 4001
Dell: Shawn at 91452124 - ip
review: kaz 
network redux
Google maps API key
ABQIAAAAPoBgQqJmDhtiEDoMtxmRIxQkY36XRKgmTY8SaPEB_AR8E8HMqxQjau6Fl5OBPPd8ESZ27kjvOGa0Ug

Elsevier Keyphrase API key
2cb7e21fa1564348861fff2db68f1da8

Wordnik:
854b24dc08048dcbba0010c91af0937a759b04d270ae0f0b5

Twitter:
DYlBf07MAHeOWrUTGkSQDQ
shower curtain for m bath
single day curtain for 1st floor
single night curtain for bedrooms
3rd study roller 

35 sq ft per 3 panel window
$7 to $15 sq ft
Background: #D4D9FF
Foreground: #000000
PrimaryPale: #F7A0A0
PrimaryLight: #F79090
PrimaryMid: #04598F
PrimaryDark: #B70000
SecondaryPale: #FBA320
SecondaryLight: #EB9300
SecondaryMid: #CB7300
SecondaryDark: #AB6300
TertiaryPale: #DAE48A
TertiaryLight: #304730
TertiaryMid: #747750
TertiaryDark: #2427000


1-800-762-3051
M-F 8am-9pm EST
Fraud Resolution Department
export JAVA_HOME=/Library/Java/Home
cd ~/Desktop/SciVerse_Applications_SDK3/
./StartGdk.sh &

Start Eclipse
Start Apache Shindig

*API Key
2cb7e21fa1564348861fff2db68f1da8

*Code example:
http://pastebin.com/z4dCDGtm

* Elsevier Login
minyenkan/noV*

var myapikey = "2cb7e21fa1564348861fff2db68f1da8"; // http://www.applications.sciverse.com/action/devprojects?zone=topNavBar&pageOrigin=editProject
var identifierlabel = "DOI";
var doi = "10.1016/j.pmcj.2010.07.001"; // free article in computer science 
// var doi = "10.1016/S0735-1097(98)00695-0";  // test article in local testbed
next
- forum spiderer
- forum threading
- realtime improvements
- person tracker through different media

csidm
(switch jin back to ff4 project after site finished)
- sms codec
- intern? ff4 project
- flashcard
- learning

fc
- slideseer impl
- extract metadata
- methods and problem extraction
- artifacts
(look at khan university)

MOP - not necessary literate (read/write).  orally fluent but with different languages

Q: sound wave generation
Q: image communication by shuicheng
Felix Q: why automate?

hardest part: UX design for illiterates
focus areas: food health, community

Argriculture: why pests? most opportunity for improvement.  Use social sharing to inform others. create advanced warning for them.

Healthcare: obstructive sleep apnea, using crowdsourcing and phone as sensor.  observe and diagnose, prescribe singing.

Tools: social media usage. low end smart phones, with minimal bandwidth usage. icon based interface?  ussd??

TB preventiong?  NTU side
Slide for labs for website

has about 200 M for next round.
MDA wants two more centers on design-centric and neurointerface
needs industry collabs to contrib inkind

== CUTE 
family oriented, using networked devices.

trend detection - (sugioya)

liquid interface - UX - 
paper interface -> to be used for photo, artist UX
taste interface -> send and receive via capture device using thermal and electrode, supervised method, working on tms module (magnetic)
smell interface -> location + sound + smell, deployed on glasses with smell emission module
open source media furniture -> pressure sensor and location deployed furniture.
ferrorelectric direct optical memory for wearable applications -> for UV light
XPloRETex > using mat sci to provide ambient information display

Direct and Remote Interpesonal Touch: Brain Responses and Benefits
(Annett Schirmer) why people care for each other
* understanding touch -> affective
* new touch device for massage, stroking
* observing touch: does it help the same as being touched?

Kitchen Media (w/ NEC)
* co-dining: tablecloth, moving dishes via magnets under table, spice printer 
* control via gesture rec

AR for MinDef
* marker based tracking, as well as natural feature tracking
* get content -- very time consuming
* author and distribute to wearable AR system for indiv soldier

Felix Lee (biz / market op)
* fork: <1 y, do contract work; >1 y, devel for specific products?

Labs for next meetings

1. 10-20M for transferring to industry

dpoo - brought in to do
IP review needed? but IP expensive, slow
consolidated comm team (CCT): manager + team
testbed separate issue: lwong 2.3M bootstrap, legal problems for using existing testbed at Temasek and NTU

Research Collaborations
Research only collab

connect with biz units in centres but dont take money from centres
mda wants to pull to build a central CCT. like techlaunch but bigger
dpoo: need to know what are the prod and cust? => productize.  sell direct to consumers, or to partners
lwong: like exploit a*star

project's scope: organize regular events
nus dblt office.
smaller than exploit, just for idmi
IDM futures?

no timeline involved
incentivize with options for software developers
--
2. Design

--
3. Brain
RCA - to bind other ind or univ to hold ip rights jointly (NUS Overhead minimum 20%)
CRA - to make contractual agreement with company (NUS Overhead minimum 60%)
Consultancy - personal arrangement (NUS 10-20% cut)
MOU - non legal binding, reviewed by OLA

Make sure to budget in overheads (with GST) in grant proposals
RCA/CRA need to have a completed schedule 1 to be approved.

Agreements related matters: ilobox4
Inventions related matters: ilobox3
Levels
Ask NIE - Talk to Henry Duh
Playtracing
Mesoscope for scholarly data
build probase type from scholarly data
http://www.orcid.org/
ask anqi sigir 11 bing paper on temporal information


	
	Posted 09-15-08 08:59 PM
Kranzberg’s First Law: Technology is neither good nor bad—nor is it neutral. At the risk of spoiling its Zenlike nature, let me propose an interpretation: a technology isn’t inherently good or bad, but it will have an impact, which is why it’s not neutral. Almost every applied technology has a good side and a bad side. When you think of transportation technologies, do you think of how they enable a delightful vacation or get the family back together during the holidays—or do you think of traffic jams and pollution? Are books a source of wisdom and spirituality or a way to distribute pornography and hate? Do you applaud medical technology for curing plagues or deplore transportation technology for spreading them? Does encrypted e-mail keep honest people safe from criminals or criminals safe from the police? Are plastics durable conveniences or everlasting pollutants? Counterfeiting comes with money, obscene phone calls come with the telephone, spam comes with e-mail, and pornography comes with the Internet. Every law creates an outlaw.
~ Edward Tenner, Future Hype, Technology Good or Bad, Why Things Bite Back (1996) 

hari, lexing, shih-fu: emergence of concepts: solidification
find concepts in multimedia that can't be described by text, linking pictures to paragraph

kan.photostream
KAN1photostream
The Little Skool House (LSH) will be holding briefing sessions for parents next week, from 27/10 (Tues) to 30/10 (Fri) at 6.30 pm daily.

At the briefing, LSH will touch on their curriculum, the transition plan, staffing plan and the registration process.

Please contact LSH at info@littleskoolhouse.com or call them at 6391 9248 if you are interested in attending any of the sessions.

For more information on LSH at Kent Vale, please click here.

LSH will also be having Open House at the following dates and venues in other locations:

(a) 31 Oct (Sat), 10am to 12nn
The Little Skool-House-In-The-Tree
333 Boon Lay Way
#2A-03 SAFRA Jurong
Singapore 649848
Tel: 6794 5307

(b) 2 Nov (Mon), 6pm to 8pm
The Little Skool-House By-The-Vista
170 Ghim Moh Road
Ulu Pandan Community Club #03-01
Singapore 279621
Tel: 6468 3725

(c) 6 Nov 09 (Fri), 6pm to 8pm
The Little Skool-House at Fidelio
118 Fidelio Street
Singapore 458493
Tel: 6446 7300

As for Learning Vision, I heard that their new centre will be in Science Park. Not sure which Science Park, though. More updates will be given after lunch.
Amazon order (3 gates + 1 bendy ball; all already delivered) (48 x 0.8 x 36)  and 2* (31.8 x 27.8 x 2.5 inches (10.8 pounds))
Lands End - 3 items Jul 19
Carters/Oshkosh - 7 items, Jul 20

bag behind study fan

Tamisa: 206.915.0069. Office: 425.707.4567. Home: 425.298.4743. 
175 USD/CAD/EUR* for bags measuring 63-80 inches (161-203 cm)

Ricky - 91137812
Desmond - 94879178
Aug 29-31 new move out date.
[[2010|http://www.comp.nus.edu.sg/~kanmy/wiki/knmnynWiki10.html]]
[[2009|http://www.comp.nus.edu.sg/~kanmy/wiki/knmnynWiki09.html]]
[[2008|http://www.comp.nus.edu.sg/~kanmy/wiki/knmnynWiki08.html]]
[[pre 2008|http://www.comp.nus.edu.sg/~kanmy/wiki/knmnynWiki.html]]
Session - Opening
http://www.eigenfactor.org/

Session - Federal 
Assessing the impacts of changes in Information Technology R&D Ecosystem : Retaining leadership in an increasingly global environment
2010 PCAST report
http://csta.acm.org/runningonempty
Cloud computing makes vulnerability a much bigger problem.

Session - Games (Ken Perlin)
Kids like to explore and customize things
Bought kinect for each student
collaborative music making
Ask school students to do prototyping
procedural computational education
games for learning website: http://g4li.org/

Session - Education 
* Video games and learning (Kurt Squire)
Would kids actually play this?  
"Aegis for growing"  Asessment has to be service in making better programming   
Education for any background and integration
psychometric theory
observations -> Model of Cognition -> Interpretive Framework
Assessment
1. Technical Achievements 2. Records of Decisions 3. Peer Records
Assessment to be social, decide by others (esp. real professionals)
Incentivize assessments
* Foldit (Seth Cooper; Center for Game Science)
john brandsford (learning)
problem solving (give a scenario) >>> Ask NIE
Idea: get more data and prove statistically (requires a lot of students) >>> Refraction (Kongregate)
Optimal pathways from novice to experts
* Tracy Fullerton (USC)
watch other people teach others use the system

Peter Lee
Short Term <-> Long Term  vs. Reactive <-> Open-Ended
* Mission Focused (short term, reactive)
* Sustainable (long term, reactive)
* Blue Sky (long term, open-ended)
* Disruptive (reactive, open-ended)
Session - Big Data
Virtual Clustering in COSMOS / running Dryad / SCOPE
triple replication, composed into streams, 
store layer: extent nodes + cosmos store manager (CSM)
structured streams have data inside the stream, useful for cases where the data is read-only; like Pig
CPU bound not IO bound

Balkanized clusters
trend of discovering galaxies are tied to moore's law
fixed cost of new digital cameras and laptops are providing exponential improvements.
call for better incremental and randomized algorithms 
visualization service and client sent only the visualization representation.
gpu in database work; gpu changes the smart algorithms used in previous algorithmic work
100TB about bottleneck about too hard to move around > must plan to have move it incrementally while generating.
Random IO to SSD
noSQL / DB / column store / SciDB

Session - Knowledge Commodity Computing 
What is an ontology (McGuiness, RPI)
Sustainability in Ontologies
Making tools to help experts build it (using ML)
now building ontologies getting info from twitter, fb, mobile.
base ontologies that are simple.  -> modularity, ease of use
ease of use, tranformation to input data and push to the internal ontology.

Probase (Haixun Wang)
Big data inference for relationship discovery via collocation
consensus, typicality, ambiguity, temporal validity
harvest individual is-a ontologies nodes via simple bayesian analyses
use similarity of instances and attributes to compute synonyms
short text is everywhere: twitter, query logs, anchor text 

Bing (Susan Dumais)
CIKM 10 paper clickthrough
query time for localization. 

Twitris (Amit Sheth)
ushahidi
realtimemarkts.com
twarql

Academic Search (Xin Zou)
- Crawler, Publisher, BibTex provided > Raw DataBase
- Journal/Conf Info > Venue Integration > Paper Integration > Refined Paper
- Author Integration (Domain Classifier, Org Normalizer, Author Name Cleanup  > Refined Paper-Author
Author Org Name Picker + User Input Data > Final DB
- Store Generator > to K/V pair database 
= Author Integration / Metadata cleanup large challenges
= Ingestion every 48 hours, Weekly (new PDFs), Monthly (Crawling Scan; check old papers now can reference new papers), 3 months milestone
- Academic Search > Public API 
- Alex Szalay - Ingest other databases - ingesting 100 million publications

API Jevin West (U Wash; Citation Analysis)
- Visualization systems
- de Solla PRice (Science, 1965)
- Too much data, filtering out is an important part of this
- Focusing on network affects
- http://www.mapequation.org/mapdemo/index.html
- Finding important papers is the goal
- hierarchical maps
- look over time: alluvial diagram
www.eutropria.biology.washington.edu
- expert / classic / hot / serendipitous RS system

Next Steps (Adnan)
- Completeness / Cross Domain Analysis / CrossRef (assessibility)
- Beyond Co-Authorship > Mentorship
- What is influence?
- Extensibility: Cloud + Client, Investing in APIs, Encouraging an Ecosystem

Q&A - 
- Impact beyond citations (no one cites the Web as Tim Berners-Lee) / Usage Patterns / Textbook or curriculum
- Normalization for field, since certain places cite more
- Alex Wade - API
- Data Set projects!
- schema.org

xinz@microsoft.com 

Future of Social - Lili Cheng
- people's groups change over time quite dynamically, so people don't organize them
- the "social network" of your email, embed it within your email.
- outlook social connector released in 2010
- research
- Twigg 
- 500 million updates a day 2010 + 15000 storage requests a second
- montage => (Seattle Traffic, CompanyCrowd) / flipboard-like / huffington post ==> authoring tool for wikipedia-like page
- need to have UIs that inform privacy settings much better than in the future
- don't retroactively deal with private data
- google+ - circles need some method and policy for sharing circles

MSRA (Hon Hsiao Wen)
- EngKoo
- Bing Translator

Tech Transfer (Johnathan Tien)
- 1. motivation 2. mechanism
- structure: senior program management team + engineering team (dedicated)  <= the "&" in R&D
- tech/demofest as a shopping spree for 1 or 2nd tier managers
- buy in from bottom if you want to do top-down tech transfer
- idea > demo source code > components for integration > business and team incubations (EngKoo)
- commitment is the key for tt.  mutual commitment, maintenance
- dict.bing.com.cn, 1M+ daily
* Could be better placed in the context of the literature
* Could be better integrated into the two themes (language learning and cross language communication)
* Cross Project opportunity
* Technical evaluation and with respect to the theme
* Not integrated with respect to the project itself (between Zhao Jun and Min)

* Use Business Development person to do SWOT of market and convince MDA/NRF that funding was correctly utilized
* Patent doesn't make sense from a defensive perspective
 
Kotaro Minato (Dean, NAIST) <kotaro@is.naist.jp> www.naist.jp
Hideyuki Tokuda (Dean, Keio, Graduate School of Media and Governance) <hxt@sfc.keio.ac.jp> ww.ht.sfc.keio.ac.jp
Yeong-Gil Shin <yshin@cse.snu.ac.kr> vplab.snu.ac.kr
James Won-Ki Hong (Div of IT Convergence Engineering) <jwkhong@postech.ac.kr> dpnm.postech.ac.kr/~jwkhong
Chanik Park <cipark@postech.edu> 
Amy Yuexuan Wang (Institute for Interdisciplinary Info Sci) <amywang@tsinghua.edu.cn> iiis.tsinghua.edu.cn
Wen-Guey Tsang <wgtzeng@cs.nctu.edu.tw> 
Jonathan Tien (Innovation Engineering) <jtien@microsoft.com> 
2011
Kn.mnyn
Troy - VP Sales
Luis -

Bkg: John Lin, Mike Philips (former Speechworks)
Nuance competitor IVR
ScanSoft / now Nuance

speech rec to mobile

open domain (grammar less?) vs closed domain

Vlingo deals with companies / download apps
license to partners => 
patents

3 layers / partner layer and embedded

watson: performed better and faster, 30% latency (domains/environment) 15% WER 
heavily integrated with watson applications 
uk model as baseline (3wks)

foreign names and/or words in sentences - combined, hierarchical models (fielded?).  Contact, address book
theory - language detection (won't work for word spotting), might 
adaptation to accent - per user or per language model (both), voice profile (3 to 5 utterances): parameterized to tie to the phone's user.
intent engines are for whole communities
intentions to add sex, gender other customization
NLP: NER how fast, accuracy?


--
P.S. I'd also like to add you to my group's news mailing list. This is a very low (4 emails per year) mailing list (with the subject [WINGnews]) documenting recent work from my research group, WING. If you're interested, just reply to this message and let me know, otherwise, no worries — I'll only add you to the list if you explicitly agree to it.
Wireless@SGx

802.1x 
knmnyn|HiLvTu4PWAn+OunWySdqfQ==@singnet

Wireless Network: Wireless@SGx (case sensitive)
WPA Enterprise => TTLS, PEAP enabled
TTLS auth: MSCHAPv2


-
WEP 128
The Kan Family
79045FCCB8
- schema
doi
anthology identifier
tags
volume
multiple venues

show
- authors
- volumes
- papers
- pdf icon
news reporting bias christiani
linked data
LeToR for keyphrase extraction
adaptor grammar / CRP for url segmentation / pyp instead of crp for language data
gpml library
Hang Li Sigir 08: CRF with edit distance