<!--{{{-->
<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>>
jesse: x2
kaz: done
jin: done
raz: done
thang: s4-9
emma: s1-3
raz recomputes
semeval promo
200 words csidm
trac claims
vu's eval
unc: prep email, mapping, skype, post email
car license renewal
csidm budget
elance post
papers: yee fan
obvisit
student progress report - zhaojin, aobo
louhi10: writing, demographics, submitted.
dvcaas - external reviewers, sharad, aripcss, chase grant officer
review: sigir: comments, icadl, jcst, bucc, jon, irj-1, sigir-3, amia, tyf 3,4,5
ssid: deploy, test users, documentation
chase ilo on patent.
mentee - mit gambit
teach html
1st ccstatements
razvan - ip
plagiarism - ip
3243: lectNotes, post suna, tut, grades to gradebook
review: semeval 1, semeval 2, coling x6
antho: j10-2, n/w10 rebuild, replace w09-12 pages.
elance - feedback for neo_x
send silver bars 
ricardo - grant, nalini
trip planning - costco disneyland, choice hotel booking, car rental
fixed project page
vu's eval x1.5
emails: paula, jin intern x2, snkim, email, wster
reviews: jesse x2, ngjp
writing: parscit++, fc, raz-ip
conf call: dukegms
check health claims, marriage registry
isi talk:prep, followup
antho: W10-41
review: tweb r4, jnle
nat's dvd
research award nomination
3243: lecture, prolog, lecture (w10)
razvan teach eval
textbook adoption
cda
bengawan solo x3
mentees
buy milk
parsCit distro: git commits, doc changes, email, updates
review: semeval 10, semeval 5, ecdl-p, coling x2
ijdls: author bios
get parking permit back from ramesh
obgyn, acu
meetings: sharadm chen, nalini, alex
AcRF T2 grant

arc restore finished
antho: p10 fixes, ranlp preview and publish
reimb: fedex, acl-ijcnlp 09 claims
review: zhaojin amia x 2, tanyeefa x2
printer
wing: shutdown
iptel: messages done
anindya, shuicheng chat, files from tat-seng
trac: fedex
emails: mentor, rec for hendra
kaz: 2146.32
git: alumni
check 375 deposit for las lomas
recover knmnyn.com passwords

bring transparencies / photocopy
scan: baby book, senseval
chaser: shihong
wingnews, wing portal update
imedicare claims
review: ziheng x2
git: sync laptop
praveen - ip
website update - ip
gai ra - ip
rec: chidat
olga x1
fyp: tfidf kaz, hypernym ngjp
3243: print mt, feedback. process feedback, lect notes
antho: ProcessCL.rb, O10 x2, J10-3, github push
wingnews: add thu
thu: proposal, slides
csidm:
acrf variance
chase: omy
xiangyu
wingnews
review: vu ch 5, mwe, kaz jcdl slides v2, emnlp ziheng
pr app - filed
minute madness
trac: jcdl/icadl
car sale completed
sabbatical report
ws 1150 consultancy to nora - ip
email 20 January 2010, Period of work on the technical consultancy tell Chng Lay Khim
housing: checked nus reimbursement rate
setup wii
deposited cheques
scanner driver for mp530 
NUH date and time: 3:10 pm 23 Jun Wed (SG time?)
retrieve poster
fix remote pc, cye/aye/pie

acl papers: ziheng, aobo, thang, junping
rocling: all conference pdfs, all journal pdfs, all xml, emailed
antho: j10-1
paclic: all, rechecked 95-02
legal counsel for junping
urop, fyp proposals
obgy, costco
kaz review - ip
a*star tsrp proposal: emails to philip, sharad and WSPC, writing - ip
sigir review: 1
icadl review:
gai redux
meetings: ronen, pinaki, tamisa, markus
pams sharad
waive annual fee
email: angsana to install imagemagick, pinaki, hari meeting time, heri amia, naveen
antho: paclic deploy
ultrasound appt
review: pouria, wi10 x1
update: services, wing people
jon payment

3243: demo day, plag done, hw2t vid/pic page
canon mx347
meet: devanathan
review: irj
next: thu prop x2
archive amia slides.

chimetext done, seminar reimb
updates: far, sps
hiring: ugrads, emma til 30 Sep
zap - ch5 of book
chase; housing office
win: xpsp3 doesn't work, win7, to bootcamp
file: propnex, medical claims
review: su survey paper, 
airs: reviewer info, secondary reviewers, program

hiring: ra: zhao jin - ip, csidm: huy - ip
antho: j81 bug, chase coling2010 - ip
pr - ip,
personal leave
grant sub

UNC timeline
doc appoint
icadl submissions: markus, prastava

3243: setup grading, exam
matsuo visit, emails
razvan
contact mentees
parscit release to mailing list and others, 100401c distro.
antho: alta05-09
review: tweb r1
i2b2: citi cert
rohit internship

problems with servers, cte ldap
starhub phones: milestone
presents: distributed
blacklight: initial demo install
trac: jcdl claims ONCE approved
thang: replacement hire emails
bimaple - inci install
nus profile achievements
review: kaz download package, vu ch2, shomir
research on 1tb hard drives - wd 1tb caviar black ~150S$
philip slides
ask workshop/helpdesk: usb extension, usb hub
antho: scripts, zipfile creation, push zipfiles for acm, mail dblp files
schedule car service
mp530: 8 c,m,y,bk; 5 bkpg
buy usb extension, hub
ivle: 3243 mod, tutorial uploads
ganglia
review: vu poster, vu ch 2, ngjp
email: juwar open source code email, wai rendezvous, jon pointer
emacs compile
rt fixing
antho: refix conll, sigs, push to github
reimb: wai hong 2K, emma 1.8K
zhaojin: rs rec
tweb - downloaded
airs: ac consolidation, accept/reject
next 2-3 pager
jon: pointers
duy: send sw test
airs: sched, emails
antho: fix D1000 problems in Sig, W10-3100 to acm/dblp
update sps - ip
wai hong - ip 1 sgd
coling practice - ip, redo room booking
csidm: omy.sg email

d960: teamviewer
ramesh meeting
scan tatty
review: kaz, kiddysky
email: shihong, scrappers, http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?origTrackNum=CQ678251731US
kenric email, dayspring registration
personal update
dossier: airs2010, update sps
csidm update
wing: gem canonicalization - ip
csidm: slides
script collection.
reviews: preslav job, su job, anindya, shawn urop, low wee urop, yipeng urop
antho: w01-0711, w10-41 x2
fullmonth: 3 Oct (sunday), invites
3243: driver, emails, grading, hw2 initial specs 
next: send twitter data
kaz: review - ip, reappoint
thang: review
kwang: tp, report.
csidm: report draft
buy: snow butter spread, kiddie palace nonslip bathtub
passport cfp
patent: kaz
bing: card
preslav: travel airs
ff3ext: word segment
coloring
ngs app
wing arch slides update
the four steps to epiphany, gary blank
vu: play the language play coreference. www.lgame.cz

feb: http://www.hp.com/hpinfo/grants/hpiie-2009recipients.html

coloring: recolor compact spans
sinatra
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
submit to nature/science?
think about: Jason Chang argument for lattice based phrase tables, try integrating 1TB ngram corpus for MT use, 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)
chase pinaki
ziheng rec
icadl/jcdl presentations
housing: revert to stewart
review: slides v3, vu thesis ch 6 7, markus slides, semeval slides, su coling 
draft: nrf report
renewed firstcycle.org
email: jcdl followups, joelng
redo sabbatical report submission

paclic: manual checking finished
kaz: fyp intern proposal, Accurate Recommendation for Collaborative Filtering
antho: cristian meeting
updated sps
student progress report - ip, missing aobo, zhaojin
PoP for Pouria - done, ask yee fan
icadl: 2 done
dvcaas - pams, ricklee, external reviewers, ip: sharad, aripcss


ecdl: reviews for group, bid
duke proposal: editing, conference call.
review: jin cr, markus cr dvi, kaz sutd, wi, 
review: jon, ecdl10-1, kaz, pouria
data: jesse
antho: install heroku/local, alta08 as u08, mysql
parscit 100401
recs: himanshu
sg tax

3243: hw2 grading, exam
nrfmda: final report draft
airs: best papers
20 tanps
saravanan
philip, exam
antho: S98, E03

vu travel to mark 
taknet: received goods, receipt
ilo: license meeting arranged
3243: tutorial check, lect 3
admin: cr2 visit
update: contacts list, calendaring,
emails: xuan's ref, techsvc wireless on AS6 04, juzar forms for innovation, sis bday, chimetext
antho: coling2010
bring back macos install cd
closing: rohit
reimb: junping 15.90
review: ziheng tp, tweb
pr: got form, waiting on medical report, appointment
decide phd student
lucky draw - ip

Personal leave
shomir ad
rahmad interview setting
antho:n10-pre, w10
bmrc grant endorsement
scholars departure.
review: tyf ch 2, kaz ipm.
thank you sam sok.
baby amazon/target buys
dishwasher repair, visit icha moving out early

aiml prep, talk
raz interviews - 3 of 4
jon pe

3243: grading
review: ijdls, tanyee ch 7
danth: W10-43 preview, push, acm/dblp
hiring: huydn
exam moderation
email: sharad west differentiator
review: pandt ntu, ronen mtap, cerg x2
antho: elance oai, fn
ida cloud application
antho: N10/W10 preview
alan/brenda gift
airs: cfp out, publicity
email ramesh slide coordinator 
jcdl-icadl registration
naacl registration workshop 
amazon fliphd
print: frc and sign to mark, declaration of conflict for GO
find wireless card
chase housing office abt commission.
anindya paper idea
expired: jesse tp
checked pie memory
check areca raid in mce - via gebiz
gong show
antho: rewrite SigYaml2Html.rb, sigweb for w10, w10-31 sponsorship
tsinghua - meetings
us credit cards
stewart - ip

chase: stlira
csidm update x3
3245: syllabus 
ugrad mentoring emails
wing: gem canonicalization
desmond: pay 23 jan 2600
aclAnth: restful authentication, spelling errors, rake task

web services: kp, meurlin (load key), raz (load key), pdfbox, mxtag, 
parscit - xx, stanford-ner (missing source), wordsim (wn working, ldk database).
chase lrec journal, adl journal

nrf
wsdl canonicalization.
sched dentist
Tel : (65) 6736 0267
Fax : (65) 6733 7241
Email: lodent@singnet.com.sg
antho: fix field searches, import xml, s02
matrix anindya, chase next
ID
lta road tax, inspection
daisy cd for music

review: ramesh, su/anette, khang www, kaz jcdl
drivers license
irb: nursing
nat: us citizenship http://singapore.usembassy.gov/birth_abroad.html
services: fix rate limiter, 

forwarded: 2097.60 to shihong
240 * 8.74 = 2097.60

IRJ editing: 1 (2010)
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
ldkhang: 47.5, ziheng 60 for up to apr.
do bmw check
email: group slots
services: wnsim - WSDL
papers: icadl2010-markus - ip, icadl2010-prastava - ip.
resync privateWiki
heroku check out
antho: rocling 88-09, ijclclp 96-09

starhub: hubbing package
consultancy: pay levy
mail: academic transcripts requests, antho-leibniz, ohs, wingnews
mac: return and pickup, fix up new
gai: urgent stuff, philip lunch, follow up email.
3243: get account, fix initial webpages.
call PEM, SGH
posters: jcdl-kaz
bring in FC poster
draft: csidm report
alicia: ask about group dinner
jcdl: kaz video, jin video
scheduling: ngjp mahendra
yipeng: ask soc about hadoop, uci
IBM laptop
condemn drives in changi airport bag
capital one, bills
review: thang cr x2, hcdvu cr x1
renew lease desmond, 300 - ip
wing portal
lrej: author registration
loan rates

parscit x2
kaz reimburse
review: jin, ecdl 10 x3, khang ch 2, 3, sectLabel x1, jon ch 3, abstract, ch 1, semeval-10, aobo
wingweb: update edwin, long javarap path
prastava paper
mail package
antho: alta
khang, jon review grades
airs: ac work, spreadsheet
pinaki: data collect, chase
csidm yearly report draft
insurance

Kaz/Philip agreement
irb: 2x revise mturk
d960: passenger, rails, blacklight install, troubleshoot
agents: warren
3243: grades, exam marking
review: jesse
hiring: ra: zhao jin, csidm: huy 
check housing allowance
review: thang app, emnlp
3243: push to git, lecture w4, tut 2-7
NAACL: meetings, louhi prep and presentation
car sale - ip
cte problems
reg: ifac, arc
papers: camp10 cr, parscit v1 - ip
email: hp grant, idm, rocling, mias
recs: kalpana x3
raz for simone
antho: xmlfix P96-1013, P9[87], C9[246]
antho: xmlfix2: C94-2199 C00-1003, C00-1041, P95-1050, P95-1052, P96-1020, P96-1022, P97-1050, P98-1111, P98-1112 **, P98-2192, W99-0205

check cc statements
nrf report
review: tfy thesis chaps
whiteboard markers
mustela cream, softener in bottle
rec: stefan, more su
csidm reports - ip
antho: inlg, emnlp prev
email: kaz desk
3243: scoreboader.pl, mt exams, lect notes
antho: D10
irb: mturk - ip
iweb
razvan - teach eval
review: sectLabel x2; jon, 4 UI, 5 conclude, louhi10-cr, mm x2, pinaki 
csidm report
elance - selected
emails: urops, craigACM
fyp feedback
us tax, tres forms
airs: ac email
interview
elance - award IP
urops: init email: yipeng, shawn, 
rohit kumar
do urop selection - ip
lrej: finished 09 review, submitted x2
emails: lib, vu
antho: built preview site
3243: textbook adoption out
check knmnyn.com domain name renewal
antho: to hwee tou, acl pub to antho, report out to g group
call amex, address change, watch deal
trac: hard drives, survey, misc
prep for group talk
call reserve 8 pax for krgh monday 
antho: arc restore - ip
prep for group dinner
emails: pou, chinchin x2, chase bmrc
ziheng: airs 1012.86
3243: exam mod and immsnet
chimetext: update page, byung-won
antho: s98, w06-39 refix
3243: wumpus pix page
antho: blacklight, solr - ip
3245: html pages, course account
frc, olga x2, bmrc: done
nathaniel: birthreg, babybonus, nus reg for ntuc
pr: ic, scan, soc forms
3243: lectNotes, midterm draft, driver
thang: coling reimb
antho: processCL.rb - ip
employ: emma - to frc - ip
airs: preface, emails

louhi slide upload
car: smog, validate check, mailings
Ask to add Advaith to WINGNEWS list, aditya, louhi organizers
uci souvenirs
review: vu, tyf 1,5
email: gai, philip, farewell
antho: acl q3 report, n10/w10 corrections
aussie visa
low wee hiring
moving: invoices, scanning
get envelopes
give birdfeeder
review: irj
ziheng: pass 1 - sect 1-5, pass2, pass 3. done
antho: budget
vu: pass 1 - abs, intro, conclusion, pass 2 - done GCSum partial SCSum
aobo: pass 1 - abs, partial intro, pass 2 - finished intro
thang: pass 1 - abs, intro, sect 3, missing one full pass.


futurebooks: singtel, veev.tv
unc ch doc - ip
mentor emails
pouria, pinaki meetings
maxent
review: amia-2, kaz-ppt 
philip gai x2
acl arc: faq
antho: rocling release
obgyn appointment on calendar
tech reports
3243: plag - ip, x2 in
irb: mturk - ip
razvan
rev: pinaki
kaz rec
d960: ubuntu 10.10, apache2, ganglia, rails, ruby, updates, Res S segment, mysql, phpmyadmin
ntuc imedicare
5244 changes
thu prop
urop: grading
wing admin: mce/cte mac
3243: class prep
GAI workshop
chimetext: seminar arrangement
pgf ng jun ping
ask wangye about gwap
undone yipeng: lit review pointers from db group - ooibc, tankl
keyphrase for pradeep
xpsp3 burnt
desktop dead
Dear BMRC Officer:

We are preparing a BMRC grant proposal, and wanted to ask about one of the budget restrictions.  The proposal guidelines state that no more than 6000 SGD can be budgeted per year for overseas travel.  We have plans for the staff to travel to our collaborator in the US for a study trip.  Does this also fall under the restriction for overseas travel or can it be considered a different category of expenditure.

We would also like to request funds for our collaborator to come visit our project as a visiting professor, as OOE.  As the guidelines state that no funding can be given to collaborators, how should we resolve this conflict?  Would the professor's visit be allowable if not considered a collaborator and as an external third party?
Background: #eeffcc
Foreground: #000
PrimaryPale: #bbcc99
PrimaryLight: #bbdd88
PrimaryMid: #445533
PrimaryDark: #000
SecondaryPale: #ffc
SecondaryLight: #99dd55
SecondaryMid: #cccccc
SecondaryDark: #445533
TertiaryPale: #bbcc99
TertiaryLight: #EEC591
TertiaryMid: #552233
TertiaryDark: #8B7355

kaz feedback: cvs unstable during wing machine down
Follow up funding for data-sharing and collab available if good
glaxo-smith-klein + EDB - healthcare 17M SGD grant

Clarke Kerr berkeley chancellor

''NIHA - Eti Bhaskar''
Med + LYK SPP + BIZ

''Deng Yengpeng, Real Estate''
Economic models, Econometric Models
why companies relocate

''Com Cheong, Sociology''
How do you select projects to get output, what's the sampling?

''Peter Little''
Info overload

--
''Tracy Skelton''
best practices, both adequate and inadequate
facet based on residential status - migrants, or residents.
4 key themes.
--
# how about flagship projects
# how about common language
# how about common data archive
75
Coupon Code:
EN3V-H3MD-7UDA-573C-R9N
makri 2008 ipm -> Ellis's model and their own PRET A Rapporteur model
world wide telescope analogy for the digital library
Curtis Wong

Instructive / Self-Instructive Learning / Exploration

[[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]]
merck knowledge management

germany, berne scai 
luca
biomedical - bioinfomatics
chinese medical
medura - 
chinese mesh terms
platform - luxid
prominer - protein miner

currently chinese/english annotator 50 batch of articles
patent search/regulations
patient blogs/forum

funding students
project product 
no open source
terminology!! c-mesh
disease/ chinese 

pointers
Please send me your progress report for the March to June quarter.

Please look into the last report and follow the formt in writing your progress. To include: reserach progress, plus systems, awards, patent etc... Let me know your progress on possible patent filing.

For publications, please report only publicaitons publized during the period. Do not report "accepted" ones.

CAslyn: Pls insert their reports into previous quarter's report with yellow highlights for their new input. Pass me when ready.
what is livable cities - RT

rt transport - car / commuter network
rt caching (edge non-trad db)?
rt database wrt geotime, incorrect os config (acm queue?)
digital divide
rt chope-ing seats 
rt public services: civil defense, crisis management, fire and police?
counseling depression / social introduction for referrals (house seeking, car seeking)
enabling handicapped individuals

datta: wep app prediction / movie prediction
zhou/sun: concern about leadership and center management

yiqun liu / min zhang - user data analysis (behavior analysis), opinion mining
* opinion mining - business (products), government (policy)
* difficulties - labor costs and diff domain, freestyle informal illformed, ambiguities of NL
* three attributes: 1) target entities, 3) attributes, 3) sentiment description
* ideas: detecting oov, abbrev, making domain-indepent -> transfer model? 
* diff in trend analysis vs live user data and trad media focus

live search
* user/bot quality estimation, for filtering, spam
* detect and predict social events
* search performance evaluation (behavior analysis)
* seasonal epidemic prediction
wa - on leave till mid jul

kaz - ok
emma / fc - ok
thang - ok

tyf - ok
zj - ok
jp - ok
lz - ok
njp - ok
hcdvu - ok

yipeng - ok
shawn - ok
lowwee - ok
tamisa - ok

shomir - ok
rahmad - ok
2010
Kn.mnyn
OLAC http://language-archives.org/tools.html > Latest dump of OLAC record in XML, gzipped
ISO 639-3 

push for ACL submission process (OLAC/metadata.html)
Quality score: NOTE/metrics
ethnologue.com , especially for drop down selection multiple selection of languages used in the paper/corpus
within Dublin Core (Subject element: OLAC Language)

Ron Kaplan - up to 2 weeks before.
July
- ACL Antho redesign
- Antho new scripts

August
- Patent 

No deadline
- Yee Fan thesis
- Vu thesis
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.