<!--{{{-->
<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>>
- Research
* Tutorial: all clear. Oracle account created. 
- xquery / xlst 
- think about trying Oracle
- any questions on forum on "Assignments?"
- answer Rezak 

* research
- check UMLS / glossary concept: Done (got a license, but resort to using BCKO's knowledge source. Need to check those). 
- think about evaluation: read the paper's chapter (survey / log analysis. Read; however seems to be a generic survey method chapter. Any specific example on logs?)
- some deployment for log viewer tool: DONE!! (notes are saved in draft). Some server scripts yet to be improved.
+ step 1: local envi
+ step 2: deploy
- planning on "unfinished prototype" check mail (not yet)
* All ideas about implementation / prototype seems clear (except evaluation!).
** now need to focus on resaerch agenda, set the straight path and just follow
** read design science paper by GIST / Arnott as well?
** read ONTOLOGER paper carefully (DONE - mostly are not metrics, but are "formula" to prioritise queries. What can be learnt? 
** starting from Julie's research loop, work out what is "checked", what is "missing" (DONE)

* Consolidate unfinished sys dev
- prototype
- logviewer
- change URL / aliases
- web interface work w/ Tao
- Sys Dev wishlist (merge in notepad with things such as graphical charts)

* Incorporate into notes why sip stands out
** the inevitable integration of domain expert role (compared to unmanned web search engine)
** the integration with local knowledge source (MESH for NLP?)
** the user-sensitive approach
** the viable use of smart "features": managable
** usage-driven appproach for improving HIPs also differ in terms of:
*** integration with the workflow of the d.e.
*** make use of local knowledge
*** provide insights the way users use with a focus on adapting it to all kinds of users (not treating all "users" as the same)
*** making it viable and extends its longevity by making the usage-driven maintenance managable and scalable for D.E. (unlike in web search engines, most data are large scale thus
most utilisation of usage data actually becomes automatically generated for end users use only)
*** combine the data from users; the workflow of domain experts; the external knowledge sources (an ontology) to address specific problems.
** the methodology / solution concepts we provide can be extended well onto other domains: the approach of brining the users; the information manager; the
wisdome from the usage that makes sense of the data

** in recent years, domain-specific mechanism for info management / info saerching have gained attention, given that general approaches failed to address adequately.

* Tutoring
** Old tutes (DONE)
** Discuss Oracle tutorial, account, try out next tute (DONE)
** marking (think about criteria). Go through marking with Mark on Fri. 

* Sys Dev
** Consolidate (- prototype- integratoin - interface - set up environment)
** Ask Frada, Tao to get started (DONE)

ReSearch

* back from AMCIS debriefing: see debriefing notes
* finalise scripts to run experiment (only java compiling / running left)
* udpate Frada/Julie on sys dev (syd dev claim as well)
* update website / important if you got connection now
* write thesis / update supervisor about that as well
* find papers to be the foundation / methodological grounds for your experiments (see some other papers how they did that)
* check back TODO-list and add to this list
* Jan-present: Am preparing fro AMCIS paper
* on leave 25 Jan - 20 Feb
* preparing outline and general structure of thesis
* AMCIS paper to finish
* Frada's BCKO demographics data (look at old data as well. Reports??)
* Tutor teaching: registration, preparation
* Plan for research agenda next sem (which systems to produce, how to conduct evaluation, an outline for the thesis)
* Ethics Clearance: done (got it - only for user survey)
* Prepare instruments for user survey and discuss when sups are back
* Sys Dev: laid out the foundation for Smart Usage Analysis (FINISH!) - prepare for a demo in July/August
* Prepare Review Report
* Conference trip:
- AIS Registration (done - TODO: claim with Akamon)
- book hotel / transfers
- check out other papers in the track / workshops
- important: prepare slides!!


* User survey / evaluation
- list about some people that you can invite for the survey
- do at least a pilot study
- come up with 3 search scenarios for: Lack of Content / difficulty with user terms(strategies) / indexing issues AND/OR diveristy issues)
- prepare at least 1 example before discussing the evaluation.

* Mid year revivew
* finished and presented prototype layout
* Brainstorming work to be continue. Need to get the concept right
- what is smart learning from usage data?
- what is the key functionality to support it
- how to evaluate it
* Evaluation plan: 2 plans; one is user evaluation!
** Get to prepare ethics clearance (prepare list of questionaires?)

* Think about slides for AMCIS

* Sys Dev: continued on prototype
* Revamp the survey instrument 
- some lit review on think aloud
- protocol designs
- list of scenarios
- questionnaire

* BCKO sys dev (done)
* syd dev meeting
* finalise on chapter Usage data
* outline the chapter change (first 2 chapters)
* split each chapter into a document
* Ethics: DONE
* revisit survey questionnaire
* help Hamid's conference
* Research
- done with writing first 2 chaps - sent out to supervisors
( need to work on the glossary? some bugs)
- need to "finalise" the instruments used for the interview (find supporting refs as well!)

* Misc
- hamid's meeting

* BCKO sys dev
- consolidate the source code, upload to bcko server, investigated integraton (notes in word/email)
* bcko3 work
- next: incorprate Julie's text, fix About us text
- send "environment description" -> Frada, prepare migration

* research
- Need to ask Gerrie for next user, as well as wait for Julie's subject. Need 1 more subject
- target next chapter ("Conceptual framework" - talk about Taxonomy and literature analysis- 
- log analysis automated runs (produced # search outcomes)
- incorporate Julie's suggestion on research method chapter
- DONE got a plan until end July

* journal paper writing
- finished with plan to upgrade paper. Target internet research
- data 2 b consolidated
*bcko work
- all bcko3 fixes done (emailed)
- fix delete button cms

* Resaerch work
- start budding writing with Adel (100words/day first)
- finished 1st user study with Rosetta + transcript + log extraction
- transcribed Frada's transcript
- changes to the instrument: demographics + user issues 
* bcko work
- incorporate changes (has a compilation folder)
- see if you can effect (publish) the change. Tomcat manager publish? 
- tried to put generated topics into a webpage / interface first. Try to incorporate into bcko3 later
- email frada/ rosetta regarding the changes?

* research thesis work
- research method chapter writing
- 2 pages for journal extension
- finalise user survey instruments: wordings / format / make it "final"
- plan to set up to have a mock-up example with frada if possible

* others
- writing diary!
- try some brainstorm session
- keep refining the "Feb plan"
- outing trip
* research / work
BCKO simple edits
BCKO deployed: tried
BCKO work: tried generate different keywords / topics
try generating data: DONE
finalise ethics questionnnaire (after last meeting w Julie)
catch up with Rudy, had some planned on theoretical foundation / theoretical testing


* Errands
citylink reactivate change addr (done_
pay traffict infringment not yet, deferred till March (on calendar)
optus bill / transfer done
mv house: i/p
budget direct: done, paid
* back from leave, paperwork with MRGS to resume
* housework
* Brief meet up with Frada, talked about user survey, recruitment, clarify on the objectives of the think-aloud study
* Touch up the lit review of Think-aloud methods
* research
- chapter 6 (think-aloud): done, sent for reviewing
- draft from paper: revision 5.0
- paperwork for MRGS extension done

* sys dev
- create "back up" archive (all the logs?)
- tracking Jared on logs/ bcko2 set up
- plan to work on the topic search interface?
* have a "snapshot" final version of the paper. 
- check Communication of the AIS papers
- revise lit reviews (many refs? a good lit review for you to start (note Phd Thesis))
- done a list on updating news paper

1. read through the results section. (DONE)
2. read through the conclusion (DONE)
3. find tools to compare similarity with amcis paper?  (DONE)
4. Change the "similarity" of usage data analysis tools (DON4. 
5. Reformat 2 tables, as well as the tables reporting the percentage (adding the labels)
6. Check all formats carefully (footnotes? spell checks? BUGs? "Usage problems?" Format
in the tables; Handle the "track changes" (accepting misc text changes)


* food for thought
- andrew Ng machine learning
- analytics (top books? prediction on trends/usage?) 
- cloud computing 
- stock

* need to clear a bunch of "backlogs" research things:
- chapter 4 (on the taxonomy) - finish them up! discuss on each individual issue (the concept). Have a conclusion (a bird eye view - reading a good summary from others alway help)
- chapter 6 - must clear the "BUGs"
- go back to Methodology chapter - what else need to delegate "back" to this chapter? add book-mark
- fix the refs in chapter 6
- changing the name in chapter 6
- install NVIVO officially
- changing the naming of the issues to be consistent (in CHapter 4/ chapter 6. see the tables?)
- table summarising the years of experience using health portal
- see what else on the descriptive statistics can u include for chapter 5? 
- check health IR books on William hersh: any thoughts? 

* errands
- Asad web
- tax filing 
- (done) commonbank kaching
(continued on the backlogs)
*research 
- done chapter 4
- done with finalising and re-checked all the data in Nvivo. Good tool
- done some visio diagramming
- working very fast on chapter 6 (think-aloud) - almost finish the data
- done another draft of journal paper - got 1 more round of feedback from Julie:
- next targets: finish chapter 6 and got a structure for chapter 5 - need to quickly put stuff in there

* bcko3
- done with the launch! (still requests for the logging, and for putting up bcko2)
- passed all the stuff to Daswin
TODO: fix so that it is also compatible for IE (or noted down - compiled a list for the user evaluation) (and how about deploying the tool bugherd?)


* some misc
- finalise some markings. 
- tutor registration for next sems: done
* research
- almost done chapter 4 (taxonomy - conceptual framework)
- journal paper writing: finished the "case study", restructuring of the paper, discussion, abstract, revamp the format/figures
- completed a summarisation of the "Think-aloud findings"

* bcko work
- DONE topic search and many changes on quality report, work with Daswin, some interface changes, interface
- migration work: done the back up

* teaching: 
- finish the semester, all markings!
- registered for next sem?
* bcko work
- continue on "topic search" getting user data
- pick on 1 interface?

* research
- monthly plan (tackling "Reserach methodology") DONE as of end of March
- continued with user study (get new recorders) DONE 2 studiies, all transcribed
- do "log extraction" with # of search results
- get more DS thesis
* research
- DONE finished all 5 interviews; need to tabulate findings (transcripts done for 4!)
- journal paper writing: done first draft, need to put in formatting!
- catch up with July's plan (prioritise many things!)

* bcko work
- concentrate to finish at least "basic" version of topic search
- fix "Errror" messages
- include "meeting" logs 2nd time with Daswin (the one with the plan?) - email Rosetta, set up meeting with Sue, Evans etc as well
Chapter 7 work:
- fill the content of each with very "brief" discussion, but enough to form the backbone of it. Then identify "the "TODO" (also, revisit the "TODO for the prototype?")
- specific lists todo: (Thurs)

* Left over
- Finish "Design principles" (done)
- Draw all diagrams in this chapter (flow of applications; Better Efficiency diagrams)


* Tues
- develop "Evaluation framework" (Table) with reference (halfway done)
- Diagrams Flow of research 


* Wednesday:
- Finish "Evaluation" framework
- Add 2 more refs of "usage driven approaches"
- Draw diagram flows of research
- add good ideas for research --- DONE in research notes
- check notepad? 
- determine what else to write for "Evaluation?" 

Errands: 
- check what is needed for Seminar submission 
- health check

* Errands
- Viranga 10000  steps rego done
- Friday
* Meeting with Campbell for chapter 5. The following needs to be done
- Strengthen discussion on "Diversity issue (2 types of issues)", "indexing issues", "information overload - (also need diversity to deal with that - some example with health like "breast reconstruction"" (too much information is being returned - needs to cite someone in health IR), "precision/recall"
in health IR 
- discuss how the " indexing" is done (It is done semi-automatically; a  content may not be indexied with all the keywords, but the saerch keywords is expanded with synonyms;
for the metadata, the assignment is done by domain experts. If a user tries for options A & B and dind't find it, but if they use C they would find it, now would the resource
should be tagged for A & B as well? these things might need to concern a domain experts)

TODO for chapter 5, 6 before moving on

- Fix Campbell's feedbacks for Chapter "Usage data analysis"
a. Diversity in sarch results in "Information overload"
b. Get 1 example in usage data coding. Remove 1 section of "Objectives of usage data coding" 
c. Indexing issues 
d. Fixing Frada's list of issues in U1, U2 etc


- Fix Julie's naming issues, as well as the profile/age of each participant in "THink-aloud" What else? 
a. create anotehr version of the file
b. Getting the age profile of users
c. Add "professional nurse with domain knowledge"  

Chapter 7 work:
- an outline of the chapter
- fill the content of each with very "brief" discussion, but enough to form the backbone of it. Then identify "the "TODO" (also, revisit the "TODO for the prototype?")
- specific lists todo: (Thurs)

++ Evaluation: what to put in? 
++ read through "Objectives" 
++ Finish "Design principles" 
++ Strategy framework: add in
++ Find the word for " Instantion artifact"
++ Draw all diagrams 

29/9 
Overall Diagrams
- research diagram
- checking if anydiagram u produced in: ACIS conference? Mid year candidature review? Proposal? (Done but none as comprehensive as the one just produced; due to lack of recent developments ("Think-aloud") 
- finih lists on chapter 7

!About
This Research Log aims to organize and index the all the research logs and materials. More importantly, it is group into 3 main categories (Click! to see. It can also be accessed from the Left Menu)

* <<tag Readings>>  for a compiled list of papers with a brief summarisation and comments, to facilitate Literature study
* <<tag Logs>>  to record and monitor the research progress
* <<tag Meetings>> for Meeting Minutes (fortnightly)
It is designed to facilitate progress-tracking, and for easy knowledge retrieval at a later stage.


!About the Author and work

Bang V. Nguyen is a PhD student at Monash University, advised by [[Prof. Frada Burstein| http://www.sims.monash.edu.au/staff/fb/]] and [[Prof. Julie Fisher|http://www.sims.monash.edu.au/staff/jfisher/]].
His current endeavour is on Informational Support in Health Informatics
He goes with his first name 'Bang' (pronounced like Baang, although mispronunciation is just fine to me.

!!This gadget:
The idea was actually mirrored from the logging style at [[Prof Kan Min Yen's webpage| http://www.comp.nus.edu.sg/~kanmy]]. It is powered by [[TiddlyWiki | http://www.tiddlywiki.com]]
[[About]]
[[About]]   
<<newTiddler label:"Create article..." accessKey:n>>
<<search>>
* go through some bugs in think-aloud, notably:
- find better refs
- explain the need to "intervention" during interview
- change one scenarios. On the side effect of Taxotere -> change to one of the "open choices"

* Some thinking Frada suggested when writing up
- the process of observation - improvement - evaluation: note on longitudinal process and informal vs. formal observation (based on a long-term engagement
with the systems -> is also part of the research progress)
- how much data is enough for evaluation? Can justify: quatitative data (log data, use for exploratory purpose) and qualitative evaluation (use for in-depth evaluation)

* Some discussion on writing up journal paper:
- communications of the AIS Journal
- Internet resaerch 
- ideas: talk about the benefits of usage data; or the use of systems-specific measure to address the identified issues. 
* short chat w/ Frada on prospect of BCKO3
- use most popular keywords from domain experts as topics most important to them
- use most used keywords as most important to users
- generate dynamically a range of "topics"

* ideas is to balance between what is deemed most "important" to users and let users have the freedom to choose
* use static HTML
* Go through the "cycle" of research. Some notes:
** continue to refine and let it evolve
** Description of each box: take care about the label, the details vs high-level
** Scope (IR / not IR?)
** Conceptualisation

* With respects to John Venable's model
** take care about "theorising" the resaerch"
** read Frada's model abotu "Resaerch students academics and professional 

* Intervention --> design or "identify"

* Improvement: "Process" or "Outcomes"
* confirmatory
* some readings: 
** journal of DSS in David Arnott
** Sean Maynard 's chapter in "DSS in the new milenium"

* some discussion about possibility of UMLS
- accessibility
- might consider BCKO own knowledge base (3 glossary?)

* Graphical interface might be good (for indexing issue utility?)

* Scope / limitation
in the thesis we might argue the "scope" vs "limitation". Scope may refer to the "conscious choice" of the resaerch boundary.
In the data collection (Ip address..) we may assume that due to the "high penetration of the internet", most users of the system are home users and therefore the IP address should reflect the "real users" (as opposed to bots / spam / 

* Data preparatoin
- use alias instead of IP

* Is "in" or "out" a fuzzy concept? A fall-back mechanism?

* Context / data

* Some other ideas
- VIP users
- serious vs non-serious users
- prioritization rule (list of heuristics)
* some questions / thinking about the prototype
- indexing issues?
- how to evaluate it?
- what key criteria that it can boast?
* deciding on merging 2 chapters
* send Campbell usage data chapter to proofread when done
* finalise Ethics (done!) discuss with both Julie and Frada when survey is done
Few things / conventions to note and agreed on (w Julie / Campbell)

* The final # of chapters depend on the "core concepts" being discussed: (could be 1 chapter for HIP and 1 chapter for usage data)
* Some misc
- underline not necessary for glossary
- the text in between the chapter opening and 1st paragraph might be" This sections describes ...."
- font: times roman

* Header styles
* Table to summarise the main points. The surrounding text might contain the description
* The difference between usage analysis (in the resaerch method) vs usage analysis in the lit review:
- in the lit review: show what it is / why need to do that / how / what can be done
- in the method: why usage analysis is valid in the context of understnading issues of health portals
Continuation of bcko3
* bckonline back-end access
* prepare new todo table
   **update topic search
  ** faceted search
  ** column show the date (timeline)
  ** survey in BCKOnline (in the database?)
* banner for redirection of bckonline
* log data (BCKO3)
* email Rosetta on "unpublished content" (DONE)
* another table: back up plan for BCKO2
* Email Grace (done)
* look at Google anlaytics
* send out docs with timeline (by the end of the week)
* discuss the extension of journal paper (Julie suggested meeting with Rudy)
* discuss the survey instruments (Julie did change some of the wording)
* some suggestions
some other notes by Frada 
- Use of radio button: revert to BCKO2
- Site summary not removed
- Stock photo: get a new one from infotech

- gray/white alternating
Type the text for 'OneDummyPaper'
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<!--{{{-->
<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> BY BANG --> 
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
PhD stands for Pile Higher and Deeper
<<tabs txtMainTab "Timeline" "Timeline" TabTimeline  "Menu" "Menu" TabMenu "All" "All tiddlers" TabAll "Tags" "All tags" TabTags "More" "More lists" TabMore>>
a research on the way...@ Bang Nguyen
2011/2012 Research Log - Health Informatics::Smart Information Portal
1. Edit Site Title, Site SubTitle
2. Edit the Menu by edit SiteBarTabs , add [[readingListF]] and [[weekleyLogF]] (hint: use slider. read more about slider in tiddlywiki site (Macro)
3. Bring the menu to the left (todo)
/***
The StyleSheet holds the custom style modifications.  It augments  and overrides the hidden default pages.
***/
/*{{{*/
body {background:#ddd;
        position: static;
	font-size: .75em;
	font-family: arial,helvetica;}
.header {height: 5.8em;}
.headerShadow {
	padding: 2em 1em 1em 20em;
	left: 1px;
	top: 1px;}
.headerForeground {
	padding: 2em 1em 1em 20em;
	color: #ddd}
.siteTitle {font-size: 2.5em;}
.siteSubtitle {font-size: 1em;}
#displayControl {
	position:absolute;
	top:0;
	left:0;
	margin:0em;
	padding: 0em;
	background: #ddd;}
#displayControl a{text-decoration: none; font-size: 1em; color: #04b;}
#sidebar {
	font-size: 1em;
	left: 0em;
	width: 19em;
	overflow: hidden;}
#mainMenu {
	position: relative;
	width: 17em;
	margin: .5em 0em 0em .5em;
	padding: 0.3em .5em 0.3em .5em;
	text-align: left;
	line-height: 1.4em;
	font-size: 1em;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	background:#eee;}
#sidebarOptions {
	width: 17.6em;
	margin: .5em .5em 0em .5em;
	padding: 0.3em 0em 0.3em 0.4em;
        overflow: hidden;
	font-size: 1em;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	background:#eee;}
#sidebarOptions a {
	margin: 0em 0em;
	padding: 0.15em .3em;
	font-size: 1.1em;
	display: inline;}
#sidebarOptions input {
	margin: 0em 0.1em;
	width: 7.5em;
	font-size: 1em;
	padding: 0.2em 0.2em;
	border: 1px solid #888;}
#sidebarOptions .button {border: 1px solid #eee;}
#sidebarOptions .button:hover {
	color: #014;
	background: #fe8;
	border: 1px solid #db4;}
#sidebarOptions .sliderPanel {
	margin-top: .5em;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-left: .5em;
	font-size: 1em;
	padding: 1em;
	background: #aaa;}
#sidebarOptions .sliderPanel a {
	display: inline;}
#sidebarOptions .sliderPanel input {
	width: 1em;
	font-size: 1em;}
#sidebar .inputFix input{width: 8em;}
#sidebarTabs {
	width: 16em;
	margin: .5em .5em 1em .5em;
	font-size: 1em;}
#sidebarTabs .tabset {padding: .3em 0em 0em 0em;}
#sidebarTabs .tab {margin: .5em 0em 0em 0.5em;
	padding: 2px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right:1px solid #bbb;}
#sidebarTabs .tabContents {
	width: 18em;
	margin: 0em 0em 0em 0em;
	padding: .25em 0em .25em 0em;
	border-top: none;
	border-left: none;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	overflow: hidden;}
#sidebarTabs .tabContents ul{
	margin-left: .65em;
	overflow: hidden;}
#messageArea {
	position:absolute;
	top:0;
        width: 10em;
	right: 1em;
	margin:0.3em;
	padding: 0.4em;
	border: 1px solid #999;
	background: #ddd;
	color: #014;}
#messageArea a{text-decoration: none; font-size: .75em; }
*[id='messageArea'] {position:absolute !important; z-index:99;}
.messageToolbar {padding: 0em;}
#messageArea .button {
        border: 1px solid #555;
	padding: 0.1em 0.1em 0.1em 0.1em;
	color: #014;
	background: #aaa;}
.popup {
	background: #fe8;
	border: 1px solid #db4;}
.popup hr {
	color: #db4;
	background: #db4;
	border-bottom: 1px;}
.popup li.disabled {
	color: #db4;}
.popup li a, .popup li a:visited {
	color: #04b;
	border: none;}
.popup li a:hover {
	background: #04b;
	color: #fe8;
	border: none;}
#displayArea {
	margin-left: 18.5em;
	margin-right: 0em;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: .25em;}
.toolbar {
	float: right;
	font-size: 1em;}
.note {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	margin: .5em .5em .5em .75em;
	padding-bottom: .5em;
	padding-top: .75em;
	background-color: white;}
.shadow .title {
	color: #000; background: #fff;}
.title {
	font-size: 1.5em;
        background: #fff;
	color: #000;}
h1,h2,h3,h4,h5 {
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: .5em;
	margin-bottom: .1em;
	color: #000;
	background: transparent;}
h1 {font-size: 1.2em;}
h2 {font-size: 1.15em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.05em;}
h5 {font-size: 1em;}
.subtitle {
	font-size: .8em;
	padding-right: 1em;
        padding-left: 3em;
        padding-top: 0em;
        margin-bottom: 0.25em;
	color: #888;}
.tagged {margin: 0em 0em .25em 1.25em;}
.selected .tagging, .selected .tagged {
	background-color: #eee;
	border: 1px solid #ccc;}
.tagging .button, .tagged .button {color: #666;}
.tagClear{margin-top: 0.1em;clear:both;}
/*      ie fix?                                                                              */
.viewer {
       line-height: 120%;
       font-size: 1.25em;}
.viewer .listTitle {list-style-type:none; margin-left:-2em; background-color:white;}
.viewer ul, .viewer ol {
	margin-left: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 1.5em;}
.viewer pre {overflow: visible;}
.viewer hr {
	border: 0;
	border-top: solid 1px #666;}
.viewer table {
	text-align: center;
	margin-left: auto;
    	margin-right: auto;
	border: 2px solid #000;}
.viewer th, thead td {
	font-size: 1.0em;
	font-style: normal;
	background: #FFF;
	border-right: 1px solid #000;
	border-bottom: 2px solid #000;
	color: #000}
.viewer td, .viewer tr {
	border-right: 1px solid #000;}
.viewer caption {
	text-align: center;
	margin-left: auto;
    	margin-right: auto;}
.viewer table.gtable {
	border: none;}
.viewer table.gtable td, .viewer table.gtable tr {
	border: none;}
.viewer table.ptable {
	font-size: .7em;
	border: 2px solid #000;}
.viewer table.ptable td, .viewer table.ptable tr {
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	border-right: 1px solid #000;}
.viewer table.ptable th {
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	background: #FFF;
	border: none;
	border-right: 1px solid #000;
	border-bottom: 2px solid #000;
	color: #000}
.viewer tr.butt td {
	border-bottom: 1px solid #000;}
.editorFooter .button {padding-top: 0px; padding-bottom: 0px;}
.references {
	font-size: 1em;
	text-align: center;
	color: #666;
	margin-top: .75em;
	padding: .25em;
	border: 1px solid #eee;
	background-color: #eee;}
.selected .references {
	background-color: #eee;
	border: 1px solid #ccc;}
.references .tiddlyLinkExisting {font-weight: normal;}
/*}}}*/
* <<tag Readings>>
* <<tag Logs>>
* <<tag Meetings>>
OneDummyPaper
[[2009 06 30]]