<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

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

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

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

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

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

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

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

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<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>>
//{{{
[
	{
		"pluginName": "$tw.VPM",
		"pluginScripts": [
			{
				"main": "nodejs/$tw.util.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.util.min",
				"description": "Plugin for general utilities.",
				"required": false,
				"toLoad": false,
				"developing": true,
				"deActivated": false
			},
			{
				"main": "$tw.ve.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.min",
				"description": "Plugin for view mode editing features in TiddlyWiki.",
				"required": false,
				"developing": true,
				"toLoad": true
			},
			{
				"main": "$tw.LaTex.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.LaTex.min",
				"description": "Plugin for LaTex formula handling.<br>MUST have a real LaTex rendering engine, such as MathJax or KaTex, to work properly.",
				"required": false,
				"developing": true,
				"toLoad": false
			},
			{
				"main": "$tw.3D.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.3D.min",
				"description": "Plugin for 3D graphing in TiddlyWiki. (Default: THREE.js.)",
				"required": false,
				"developing": true,
				"toLoad": false
			},
			{
				"main": "$tw.data.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.data.min",
				"description": "Plugin for data processing in TiddlyWiki. (Default: D3.js.)",
				"required": false,
				"developing": true,
				"toLoad": false
			},
			{
				"main": "$tw.numeric.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.numeric.min",
				"description": "Plugin for numeric calculatons.",
				"required": false,
				"toLoad": false,
				"developing": true,
				"deActivated": false,
				"parallel": "dedicated"
			},
			{
				"main": "$tw.physics.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.physics.min",
				"description": "Plugin for physics simulation.",
				"required": false,
				"toLoad": false,
				"developing": true,
				"deActivated": false
			},
			{
				"name": "Parallel.js",
				"main": "js/Parallel-transferable.js",
				"fallback": "https://unpkg.com/paralleljs@1.0/lib/parallel.js",
				"website": "https://parallel.js.org/",
				"description": "The Parallel.js main source.",
				"developing": true,
				"required": false,
				"toLoad": false
			},
			{
				"name": "~LaTex support",
				"main": "$tw.LaTex.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.LaTex.min",
				"description": "Plugin for LaTex formula handling.<br>MUST have a real LaTex rendering engine, such as MathJax or KaTex, to work properly.",
				"required": false,
				"developing": true,
				"toLoad": true
			},
			{
				"main": "tw3jsPlugin.js",
				"fallback": "http://twve.tiddlyspot.com/#tw3jsPlugin.min",
				"description": "Plugin to include THREE.js in TiddlyWiki.",
				"required": false,
				"toLoad": true
			},
			{
				"main": "twD3Plugin.js",
				"fallback": "http://twve.tiddlyspot.com/#twD3Plugin.min",
				"description": "Plugin to include D3.js in TiddlyWiki.",
				"required": false,
				"toLoad": true
			}
		],
		"debugging": false
	},
	{
		"pluginName": "$tw.ve",
		"pluginScripts": [
			{
				"main": "$tw.ve.core.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.core.min",
				"description": "The core of $tw.ve.",
				"developing": true,
				"required": true,
				"toLoad": true
			},
			{
				"main": "$tw.ve.extra.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.extra.min",
				"description": "The extended features of $tw.ve.",
				"developing": true,
				"required": false,
				"toLoad": true
			},
			{
				"main": "$tw.ve.table.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.table.min",
				"description": "View mode editing for tables in $tw.ve.",
				"developing": true,
				"required": false,
				"toLoad": true
			},
			{
				"main": "$tw.ve.tcalc.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.tcalc.min",
				"description": "Spreadsheet features in $tw.ve.",
				"developing": true,
				"required": false,
				"toLoad": true
			}
		],
		"debugging": false
	},
	{
		"pluginName": "$tw.LaTex",
		"pluginScripts": [
			{
				"name": "MathJax",
				"main": "$tw.LaTex.MathJax.js",
				"fallback": "https://twve.tiddlyspot.com/#$tw.LaTex.MathJax.min",
				"description": "Use MathJax as the rendering engine.",
				"developing": true,
				"required": false,
				"toLoad": false
			},
			{
				"name": "KaTex",
				"main": "$tw.LaTex.KaTex.js",
				"fallback": "https://twve.tiddlyspot.com/#$tw.LaTex.KaTex.min",
				"description": "Use KaTex as the rendering engine.",
				"developing": true,
				"required": false,
				"toLoad": true
			},
			{
				"name": "~MathJax",
				"main": "$tw.LaTex.MathJax.js",
				"fallback": "https://twve.tiddlyspot.com/#$tw.LaTex.MathJax.min",
				"description": "Use MathJax as the rendering engine.",
				"developing": true,
				"required": false,
				"toLoad": false
			},
			{
				"name": "~KaTex",
				"main": "$tw.LaTex.KaTex.js",
				"fallback": "https://twve.tiddlyspot.com/#$tw.LaTex.KaTex.min",
				"description": "Use KaTex as the rendering engine.",
				"developing": true,
				"required": false,
				"toLoad": true
			}
		],
		"debugging": false
	}
]
//}}}
//{{{
[
	{
		"pluginName": "$tw.ve.table",
		"pluginScripts": [
			{
				"main": "$tw.ve.tablelarge.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.tablelarge.min",
				"description": "Large table support in $tw.ve.",
				"required": false,
				"toLoad": false
			},
			{
				"name": "TableSortingPlugin",
				"main": "TableSortingPlugin.min.js",
				"fallback": "",
				"description": "Add table sorting feature in $tw.ve.",
				"required": false,
				"toLoad": false
			},
			{
				"name": "SortableGridPlugin",
				"main": "SortableGridPlugin.min.js",
				"fallback": "",
				"description": "Add table sorting feature in $tw.ve.",
				"required": false,
				"toLoad": false
			}
		],
		"debugging": false
	},
	{
		"pluginName": "$tw.ve.tcalc",
		"pluginScripts": [
			{
				"name": "Date/Time Extension",
				"main": "$tw.ve.tcalc.datetime.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.tcalc.datetime.min",
				"description": "Date/Time functions extension of $tw.ve.tcalc.",
				"developing": true,
				"required": false,
				"toLoad": true
			},
			{
				"name": "Statistics Extension",
				"main": "$tw.ve.tcalc.stats.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.tcalc.stats.min",
				"description": "Statistics functions extension of $tw.ve.tcalc.",
				"developing": true,
				"required": false,
				"toLoad": false
			},
			{
				"name": "Financial Extension",
				"main": "$tw.ve.tcalc.fin.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.tcalc.fin.min",
				"description": "Financial functions extension of $tw.ve.tcalc.",
				"developing": true,
				"required": false,
				"toLoad": false
			},
			{
				"name": "Bookkeeping Extension",
				"main": "$tw.ve.tcalc.bkkp.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.tcalc.bkkp.min",
				"description": "Daily life bookkeeping functions extension of $tw.ve.tcalc.",
				"developing": true,
				"required": false,
				"toLoad": true
			},
			{
				"name": "Finance Extension",
				"main": "$tw.ve.tcalc.fin.js",
				"fallback": "http://twve.tiddlyspot.com/#$tw.ve.tcalc.fin.min",
				"description": "Financial functions extension of $tw.ve.tcalc.",
				"developing": true,
				"required": false,
				"toLoad": false
			}
		],
		"debugging": false
	},
	{
		"pluginName": "$tw.LaTex.KaTex",
		"pluginScripts": [
			{
				"name": "KaTex",
				"main": "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js",
				"style": "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css",
				"fallback": "katex.min.js",
				"description": "The KaTex rendering engine.",
				"required": true,
				"toLoad": true
			},
			{
				"name": "KaTex-mhchem",
				"main": "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/mhchem.js",
				"description": "Chemical symbol extension.",
				"required": false,
				"toLoad": false
			},
			{
				"name": "KaTex-auto-render",
				"main": "https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js",
				"description": "Auto render plugin of KaTex.",
				"required": false,
				"toLoad": false
			}
		],
		"debugging": false
	}
]
//}}}
{{FrameTinyRight{
[>img(100%,)[image/1061031-02VincentYehFix.jpg]]
}}}
{{MOSTTitle{
葉旺奇 ~Wang-Chi Vincent Yeh
}}}
{{Affiliation{
Department of Physics, National Dong Hwa University, Hualien 97401, Taiwan
wcy2@gms.ndhu.edu.tw
Tel: +886-3-8903719 / +886-3-8903723
Fax: +886-3-8900166
}}}

{{Section{
Brief Introduction
}}}
{{Paragraph{
Prof. ~Wang-Chi Vincent Yeh is currently an Associate Professor at the __Department of Physics__, National Dong Hwa University (NDHU), located in the most beautiful scenic area, Hualien, Taiwan. He is currently in charge of an ''X-ray Photoelectron Spectrometer'' (XPS, ~ThermoFisher K-alpha) at the __Eastern Taiwan High-valued Instrument Center__ of NDHU, which offers services to ''domestic'' and ''international'' researchers for ''precise elemental analysis'', including //point measurements, surface mapping, depth profiling//, and others. Professor Yeh obtained his Ph.D. degree in 2003 from Iowa State University, USA, specializing in experimental surface sciences, and kept working on surface sciences for a while. Recently his research interests had shifted to oxide semiconductor nanomaterials and their potential applications. He is currently working on the manufacturing and modification of ~TiO~~2~~/~ZnO nanostructures, in 1D nanowires or 2D nanosheets, in the hope of increasing its visible light activities to serve as, for example, a low cost solution to energy and/or pollution problems.

In addition to research works, he also devotes a good part of his time in popular science activities at high school level, and physics education with new methods or new technologies, hoping to inspire more young students to become qualified researchers in the future.
}}}

{{Section{
RESEARCH INTERESTS
----
}}}
{{Paragraph{
* Structural analysis of nano materials using XPS, Raman, SEM, TEM
* ~TiO~~2~~/~ZnO nanostructures in energy and environmental applications, with particular interests in visible light activities.
* Model simulation for complex systems, including model construction and software development.
}}}
{{Section{
TEACHING INTERESTS
----
}}}
{{Paragraph{
* Teaching //General Physics// with numerical simulations and 3D visualization tools. ([[VPython|http://www.vpython.org/]])
|multilined noborder|k
|width:20em; [[Pysics 101|http://faculty.ndhu.edu.tw/~wcy2/wcy2.Pysics101.html]]<br>[img(100px,)[image/QRcode-Pysics101.png]]<br>[[好玩模擬:力學篇|http://faculty.ndhu.edu.tw/~wcy2/wcy2.SimForFun.html]]<br>[img(100px,)[image/QRcode-SimForFun.jpg]] |width:20em; [[Pysics 102|http://faculty.ndhu.edu.tw/~wcy2/wcy2.Pysics102.html]]<br>[img(100px,)[image/QRcode-Pysics102.png]]<br>[[好玩模擬:電磁篇|http://faculty.ndhu.edu.tw/~wcy2/wcy2.SimEM.html]]<br>[img(100px,)[image/QRcode-wcy2.SimEM.jpg]] |width:20em; [[模擬教室:IYPT 題目|http://faculty.ndhu.edu.tw/~wcy2/wcy2.SimIYPT.html]]<br>[img(100px,)[image/QRcode-wcy2.SimIYPT.jpg]] |
}}}

{{Section{
EXPERIENCE
----
}}}
{{Paragraph{
|editable noborder multilined|k
|2023-Present|Director, Center for International Affairs, College of Science and Engineering, National Dong Hwa University|Hualien, Taiwan|
|2022-2023|Director, Center for Bilingual Education and International Affairs, College of Science and Engineering, National Dong Hwa University|Hualien, Taiwan|
|2020-2022|Director, Asian Academic Collaboration Center, College of Science and Engineering, National Dong Hwa University|Hualien, Taiwan|
|2018-2020|Director, International Admissions, Office of International Affairs, National Dong Hwa University|Hualien, Taiwan|
|width:18%;''2013-Present''|width:68%;''Associate Professor, Department of Physics, National Dong Hwa University''|width:15%;''Hualien, Taiwan''|
|2010-Present|''Manager of XPS'', Core Facilities Research Center, National Dong Hwa University||
|2005-2013|Assistant Professor, Department of Physics, National Dong Hwa University<br>* Supervisor for the general physics lab|Hualien, Taiwan|
|2010|Visiting Scholar, Ames Laboratory, US DOE|Ames, IA, USA|
|2004-2005|Postdoctoral Research Fellow,Institute of Atomic and Molecular Sciences<br>* Developed a program to analyze complicated LEED data observed from adsorbate induced nano-faceting.|Taipei, Taiwan|
|1994-1996|Research Associate, Institute of Atomic and Molecular Sciences<br>* Developed a program to control a homemade lab automation system for surface science studies.|Taipei, Taiwan|
}}}

{{Section{
EDUCATION
----
}}}
{{Paragraph{
|editable noborder multilined|k
|width:18%;''December 2003''|''Ph.D. in Physics, Iowa State University, //Specialized in Condensed Matter Physics//''<br>* ~SPA-LEED study of the morphology and nucleation of a novel growth mode and the "devil's staircase" on Pb/Si(111)<br>* LEED studies, analysis and model simulation.|width:15%;''Ames, IA, USA''|
|July 1998|MS in Physics, National Taiwan University<br>* Studies on the Adsorption of Pd and Ag on Mo(111) Surface|Taipei, Taiwan|
|July 1992|BS in Physics, National Tsing Hua University<br>* Developed a program for a homemade STM (data acquisition, visualization, analysis).|Hsin-chu, Taiwan|
}}}

{{Section{
PUBLICATIONS
----
}}}
{{MOSTSubparagraph{
#Lokesh Saravanan^^*^^, Pandiyarajan Anand, ~Yen-Pei Fu, ~Yuan-Ron Ma, and __''~Wang-Chi Yeh^^*^^''__, //Enhancing the Hydrogen Evolution Performance of Tungsten Diphosphide on Carbon Fiber through Ruthenium Modification//, ACS Appl. Mater. Interfaces 2024, 1610, 16, 10, 12407-12416 (https://doi.org/10.1021/acsami.3c17114) (2024/01) (IF:9.5)
#~Yu-Jie Huang, ~Cheng-Yeh Yu, ~Zih-Kang Jiang, ~Yi-Cin Chen, ~Ching-Pao Sun, Masauko Henry Utila, __''~Wang-Chi V. Yeh''__, and ~Chu-Hsuan Lin, //Commercial Solar Cells With Graphene Oxide as the Passivation Film//, IEEE JOURNAL OF PHOTOVOLTAICS ''11'', 4, 873. (2021/07) (IF:3)
#Giang Thi Phan, Duy Van Pham,^^∗∗^^ Ranjit A. Patil^^∗∗∗^^, ~Chih-Hung Tsai, ~Chien-Chih Lai, __''~Wang-Chi Yeh''__, Yung Liou, ~Yuan-Ron Ma^^∗^^, //Fast-switching electrochromic smart windows based on ~NiO-nanorods counter electrode//,  Solar Energy Materials and Solar Cells ''231'', 111306 (2021/10) (IF:6.9)
#Lokesh Saravanana, Ranjit A. Patil, Pangihutan Gultom, Brajesh Kumar, Arumugam Manikandan, ~Yen-Pei Fu, ~Yu-Lun Chueh, ~Chia-Liang Cheng, __''~Wang-Chi Yeh''__, ~Yuan-Ron Ma, "//Rutile-phase ~TiO2@carbon core-shell nanowires and their photoactivation in visible light region//", Carbon, https://doi.org/10.1016/j.carbon.2021.04.101. (2021/05) (IF:10.9)
#~Yu-Jie Huang, ~Cheng-Yeh Yu, ~Zih-Kang Jiang, ~Yi-Cin Chen, ~Ching-Pao Sun, Masauko Henry Utila, __''~Wang-Chi V. Yeh''__, and ~Chu-Hsuan Lin, "//Commercial Solar Cells With Graphene Oxide as the Passivation Film//", IEEE Journal of Photovoltaics, doi: 10.1109/JPHOTOV.2021.3075869. (2021/05) (IF:3)
#~Han-Sheng Chou, ~Kai-Di Yang, ~Sheng-Hong Xiao, Ranjit A. Patil,^^*^^ ~Chien-Chih Lai, __''~Wang-Chi Vincent Yeh''__, ~Ching-Hwa Ho, Yung Liou and ~Yuan-Ron Ma,^^*^^ //Temperature-dependent ultraviolet photoluminescence in hierarchical Zn, ~ZnO and ~ZnO/Zn nanostructures//, Nanoscale, 2019, ''11'', 13385. (2019/06) (IF:6.7)
#Duy Van Pham, Ranjit A. Patil,^^⁎^^, ~Chun-Chuen Yang, __''~Wang-Chi Yeh''__, Yung Liou, ~Yuan-Ron Ma, //Impact of the crystal phase and 3d-valence conversion on the capacitive performance of one-dimensional ~MoO~~2~~ , ~MoO~~3~~ , and Magnéli-phase Mo~~4~~O~~11~~ nanorod-based pseudocapacitors//, Nano Energy, ''47'', 105-114. (2018/02) (17.6)
#~Feng-Chuan Chuang, ~Chia-Hsiu Hsu, ~Hsin-Lei Chou, Christian P. Crisostomo, ~Zhi-Quan Huang, ~Shih-Yu Wu, ~Chien-Cheng Kuo, ''__~Wang-Chi V. Yeh__'', Hsin Lin, Arun Bansil, //Prediction of two-dimensional topological insulator by forming a surface alloy on Au/Si(111) substrate//, Phys. Rev. B, ''93'', 035429. (2016/01)
#~Tsung-Yi Huang, ~Chien-Hao Huang, ~Chih-Fang Huang, ~Ching-Yao Yang, __''~Wang-Chi Vincent Yeh''__, ~Huang-Ping Chu, ~Chien-Wei Chiu, ~Kuo-Hsuan Lo, ~Hung-Der Su, ~Jing-Meng Liu, ~Jeng Gong, "//Demonstration of a HV BCD Technology with LV//", Proceedings of the 27th International Symposium on Power Semiconductor Devices & IC's May 10-14, 2015.
#~Shih-Yu Wu, ~Chia-Hsiu Hsu, ''__Wang-chi V. Yeh__'', Hsin Lin, ~Feng-Chuan Chuang, and ~Chien-Cheng Kuo^^*^^, "//Stable structure of high In coverage on Si(111)-α-√3×√3-Au//", 2014/12, Phys. Rev. B ''90'', 235407.
#~Tsung-Yi Huang, ~Wen-Yi Liao, ~Ching-Yao Yang, ~Chien-Hao Huang, __''~Wang-Chi Vincent Yeh''__, ~Chih-Fang Huang, ~Kuo-Hsuan Lo, ~Chien-Wei Chiu, ~Tzu-Cheng Kao, ~Hung-Der Su, ~Kuo-Cheng Chang, //0.18um BCD technology with best-in-class LDMOS from 6 V to 45 V//, 2014 IEEE 26th International Symposium on Power Semiconductor Devices & IC's (ISPSD) (2014/06)
#~Shau-Wei Yu, ''__~Wang-Chi Vincent Yeh__'', ~Jya-Ler Jou & ~Chien-Ming Lei, "//Synthesis and Characterization the Dielectric Properties of Cobalt Doping Hexagonal ~BaTiO~~3~~//", 2013/12, Ferroelectrics, ''456''(1), 31-37. ''__IF:0.415, TC:0__''. [[doi|http://dx.doi.org/10.1080/00150193.2013.846190]]
#Guo Lun Huang, Mona Jani, ~Yue-Lin Huang, ''__~Wang-Chi Vincent Yeh__^^*^^'', "//Nanowire Assemblies of Carbon Containing Mixed Phase ~TiO~~2~~ and Their Visible Light Photocatalytic Activities//", 2013/10, Science of Advanced Materials ''5''(10), 1444-1448. ''__IF:2.509, TC:0__''. (NSC 96-2112-M-259-009-~MY3) [[doi|http://dx.doi.org/10.1166/sam.2013.1641]] (IF:1.474)
#~Jya-Ler Jou, ~Chien-Ming Lei, ~Yi-Wei Xu, and ''__~Wang-Chi Vincent Yeh__^^*^^'', "//The Higher Energy Components in Ti2p XPS Spectrum of Ga Doped Barium Titanate//", 2012/12, Chinese Journal of Physics, ''50''(6), 926-931. __''IF:0.477, TC:0''__. (NSC 96-2112-M-259-009-~MY3) [[Journal page|http://psroc.phys.ntu.edu.tw/cjp/issues.php?vol=50&num=6]]
#S.-J. Tang, ~Chang-Yeh Lee, ~Chien-Chung Huang, ~Tay-Rong Chang, ~Cheng-Maw Cheng, ~Ku-Ding Tsuei, H.-T. Jeng, __''V. Yeh''__, and ~Tai-Chang Chiang, "//Electronic versus lattice match for metal-semiconductor epitaxial growth: Pb on Ge(111)//", 2011/08, Phys. Rev. Lett., ''107'', 6, 066802. __''IF: 7.943, TC: 4''__ (NSC 96-2112-M-259 -009 -~MY3). ''This paper was selected to the [[Virtual Journal of Nanoscale Science & Technology, vol 24, issue 7. | http://www.vjnano.org/getabs/servlet/GetabsServlet?prog=normal&id=VIRT01000024000007000008000001&idtype=cvips&gifs=Yes&ref=no.]]''
#C I Lin , C M Tseng , Y D Lee , __''V Yeh''__ and Y L Huang^^*^^, "//Raman scattering and growth disorders in single as-grown ~TiO~~2~~ nanowires//", 2011/06, Nanotechnology, ''22'', 28, 285707. __''IF: 3.842, TC: 1''__ (NSC 96-2112-M-259 -009 -~MY3).
#~Feng-Chuan Chuang,^^*^^ ~Wen-Huan Lin, ~Zhi-Quan Huang, ~Chia-Hsiu Hsu, ~Chien-Cheng Kuo, and __''V. Yeh''__, "//Electronic structures of an epitaxial graphene monolayer on ~SiC(0001) after gold intercalation: a first-principles study//", 2011/05, Nanotechnology ''22'', 27, 275704. __''IF: 3.842, TC: 10''__ (NSC 96-2112-M-259 -009 -~MY3).
#~Chia-Hsiu Hsu, ~Feng-Chuan Chuang,^^*^^ Marvin A. Albao, and __''V. Yeh''__, “//Electronic structure of the Pb/Si(111)-\(\sqrt{7} \times \sqrt{3}\) surface reconstruction: A first-principles study//”, 2010/01, Phys. Rev. B, 81, 033407-1~033407-4. __''IF: 3.767, TC: 5''__ (NSC 96-2112-M-259 -009 -~MY3).
#~Yue-Lin Huang,^^*^^ ~Yu-Te Lee, __''Vincent Yeh''__, C.L. Cheng, “//Phonon confinement in individual titanium dioxide nanowires//”,  2009/05, Journal of Luminescence, 129, 1762~1766. __''IF:2.144, TC: 2''__ (NSC 96-2112-M-259 -009 -~MY3).
#C. -D. Chu, E. Perevedentseva, __''V. Yeh''__, S. -J. Tsai, J. -S. Tu, C-L Cheng, "//Temperature-dependent surface CO stretching frequency investigations of functionalized nanodiamond particles//", 2009/01, DIAMOND AND RELATED MATERIALS, 18, 76~81. __''IF:1.709, TC: 6''__ (NSC 96-2112-M-259 -009 -~MY3).
#__''V. Yeh^^*^^''__, S.Y. Wu, W.-H. Li, "//Measurements of superconducting transition temperature Tc of Sn nanoparticles//", Colloids and Surfaces A: Physicochem. Eng. Aspects, 313-314, 246~249 (2008/02). __''IF:2.108, TC: 5''__ (NSC 95-2112-M-259 -008).
#~C-L Cheng, ~Y-R Ma, M H Chou, C Y Huang, __''V Yeh''__ and S Y Wu^^*^^, "//Direct observation of short-circuit diffusion during the formation of a single cupric oxide nanowire//", Nanotechnology, 18, 245604-1~245604-5 (2007/05). @@color:#990000;__''IF:3.842, TC: 13''__@@ (NSC 95-2112-M-259 -008).
#S. Stepanovsky, M. Yakes, __''V. Yeh''__, M. Hupalo, M. C. Tringides, "//The dense \(\alpha-\sqrt{3} \times \sqrt{3}\) Pb/Si(111) phase: A comprehensive STM and SPA-LEED study of ordering, phase transitions and interactions//", Surf. Sci. 600, 1417~1430 (2006/01). @@color:#990000;__''IF:1.838 TC: 15''__@@.
#M. Hupalo, __''V. Yeh''__, T. L. Chan, C. Z. Wang, K. M. Ho, and M. C. Tringides, "//Interface relaxation and electronic corrugation in the Pb/Si(111)-Pb-\(\alpha-\sqrt{3} \times \sqrt{3}\)//", Phys. Rev. B 71, 193408-1 ~ 193408-4 (2005/05). @@color:#990000;__''IF:3.767 TC: 14''__@@.
#__''V. Yeh''__, M. Yakes, M. Hupalo, M.C. Tringides, "//Low temperature formation of numerous phases in Pb/Si(111)//", Surf. Sci. 562, L238 (2004). __''IF:1.838 TC: 1''__.
#M. Yakes, __''V. Yeh''__, M. Hupalo, and M.C. Tringides, "//Self-organization at finite temperatures of the devil staircase in Pb/Si(111)//", Phys. Rev. B 69, 224103 (2004). @@color:#990000;__''IF:3.767 TC: 21''__@@.
#__''V. Yeh''__, M. Hupalo, E.H. Conrad, M.C. Tringides, "//Quantum well dimension and energy level determination in Pb/Si(111)-\(7 \times 7\)//", Surf. Sci. 551, 23 (2003). __''IF:1.838 TC: 8''__.
#A. Menzel, M. Kammler, E.H. Conrad, __''V. Yeh''__, M. Hupalo, M.C. Tringides, "//Kinetics measurement of Pb island growth on Si(111)//", Phys. Rev. B 67, 165314 (2003). @@color:#990000;__''IF:3.767 TC: 21''__@@.
#S. Stepanovskyy, __''V. Yeh''__, M. Hupalo, M.C. Tringides, "//Stabalization of the Pb/Si(111)-\(7 \times 7\) uniform height islands to higher temperatures with oxygen adsorption//", Surf. Sci. 515, 187 (2002). __''IF:1.838 TC: 6''__.
#M. Hupalo, S. Kremmer, __''V. Yeh''__, L. ~Berbil-Bautista, E. Abram, M.C. Tringides, "//Uniform island height selection in the low temperature growth of Pb/Si(111)-\(7 \times 7\)//", Surf. Sci. 493, 526 (2001). @@color:#990000;__''IF:1.838 TC: 54''__@@.
#M. Hupalo, __''V. Yeh''__, L. ~Berbil-Baustista, S. Kremmer, E. Abram, and M.C. Tringides, "//Uniform-height island growth of Pb on Si(111)-Pb\((\sqrt{3} \times \sqrt{3})\) at low temperatures//", Phys. Rev. B 64, 155307 (2001). @@color:#990000;''__''IF:3.767 TC: 53''__''@@.
#K.J. Song, W.R. Chen, __''V. Yeh''__, Y.W. Liao, P.T. Tsao, M.-T. Lin, "//Morphology of ultrathin Ag films grown on Mo(111)//", Surf. Sci. 478, 145 (2001).  __''IF:1.838 TC: 9''__.
#__''V. Yeh''__, L. ~Berbil-Bautista, C.Z. Wang, K.M. Ho, and M.C. Tringides, "//Role of the Metal/Semiconductor Interface in Quantim Size Effects//", Phys. Rev. Lett. 85, 5158 (2000). @@color:#ff0000;__''IF:7.943 TC: 109''__@@.
#K. Budde, E. Abram, __''V. Yeh''__, and M.C. Tringides, "//Uniform, self-organized, seven-step height Pb/Si(111)-\(7 \times 7\) islands at low temperatures//", Phys. Rev. B. Rap. Comm. 61, R10602 (2000). @@color:#ff0000;__''IF:3.767 TC: 127''__@@.
}}}
[[Brief CV]]
<<calendar thismonth>>
[[Teaching]]
[[Research]]
[[Brief CV]]
<!--{{{-->
<link rel="stylesheet" type="text/css" href="tw.qmo.css">
<script type="text/javascript" src="$tw.plugins.min.js"></script>
<script type="text/javascript" src="$tw.VPM.js"></script>
<!--}}}-->

Type the text for 'New Tiddler'
 -- 做中學、學中樂
葉旺奇 ~Want-Chi Vincent Yeh
[[ShCore.css]]
[[ShThemeDefault.css]]
/*{{{*/
* 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;}
/*}}}*/
/*{{{*/
@media print {
.header, .siteTitle, .siteSubtitle, #titleArea, .tagged, #mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 0em;}
#tiddlerDisplay {margin: -1em -20em -1em 18em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
chkHOTEnabled: true
chktw3jsEnabled: true
chktwD3Enabled: true
chktwLaTexIncludeDollarSignsDisplay: false
chktwLaTexIncludeDollarSignsInline: false
chktwLaTexPluginEnabled: true
chktwVEnabled: true
chktwVPMAsync: false
chktwVPMEnabled: true
chktwVPMUseParallelJS: false
chktwVPMUseTransferables: false
chktwveCoreClickAway: true
chktwveCoreConfirmToDelete: true
chktwveCoreEditWrappers: true
chktwveCoreEnabled: true
chktwveCoreManualSave: true
chktwveCoreManualUpload: true
chktwveCorePreview: true
chktwveCoreShowFocus: true
chktwveExtraCountText: true
chktwveExtraCyclicNavi: false
chktwveExtraCyclickNavi: false
chktwveExtraIncludeSubs: true
chktwveExtraInline: true
chktwveExtraLocateChar: false
chktwveExtraMathAutoNumber: true
chktwveExtraNoClick: false
chktwveExtracyclicNavi: false
chktwveNumericDebug: false
chktwveNumericEnabled: true
chktwveNumericForceRadix2: false
chktwvePluginEnabled: true
chktwveTableEditAll: false
chktwveTableEnabled: true
chktwveTableIncludeCSS: true
chktwveTableLargeEnabled: true
chktwveTableMultiLine: true
chktwveTableTranspose: true
chktwveTcalcAllTables: false
chktwveTcalcAsync: false
chktwveTcalcColorNegativeNumbers: false
chktwveTcalcDebugMode: false
chktwveTcalcEnabled: true
chktwveTcalcInTextCalc: true
chktwveTcalcThousandSeparated: false
txttwveCoreMinEditWidth: 6
txttwveCorePreviewCaret: %7C
txttwveCorePreviewHeight: 15
txttwveExtraCountHow: word
txttwveExtraPreviewOpacity: 1.00
txttwveTableFixCols: 0
txttwveTableFixRows: 0
txttwveTableMaxHeight: 700px
txttwveTableMaxWidth: 100%25
txttwveTableMinCellWidth: 2
txttwveTcalcDecimalMark: .
txttwveTcalcNegativeNumberColor: red
txttwveTcalcThousandSeparator: %2C
txttwveTcalcWorkFlow: TopDownLeftRight
About teaching...
<!--{{{-->
<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='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->