<!--{{{-->
<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": "LaTex_IT",
				"main": "$tw.LaTex.LaTex_IT.js",
				"fallback": "https://twve.tiddlyspot.com/#$tw.LaTex.LaTex_IT.min",
				"description": "Use LaTex_IT as the rendering engine.",
				"developing": true,
				"required": false,
				"toLoad": false
			},
			{
				"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": "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": "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": "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.22/dist/katex.min.js",
				"style": "https://cdn.jsdelivr.net/npm/katex@0.16.22/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.22/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.22/dist/contrib/auto-render.min.js",
				"description": "Auto render plugin of KaTex.",
				"required": false,
				"toLoad": false
			}
		],
		"debugging": false
	}
]
//}}}
{{FrameTinyRight{
[>img(100%,)[image/WANGCHI YEH.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 and the Head of 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__.

His current research interests is on __semiconductor nanomaterials and their potential applications, such as green hydrogen production and/or organic pollutant removal, as a low cost solution to energy and pollution problems__. He is currently working on the manufacturing and modification of 1D nanowires or 2D nanosheets, in the hope of increasing their visible light activities to contribute to solving energy and/or pollution problems.

In addition, __he also devotes a good part of his time in physics education__, including __popular science activities at high school level__, and __physics study with new technologies at college level__, hoping to ''inspire young students to become qualified researchers'' in the future.
<<<
}}}{{Section{
RESEARCH INTERESTS
}}}{{Paragraph{
*Nano-composites, 1D or 2D, for energy and environmental applications, with particular interests in visible light activities.
*Structural analysis of nano materials using XPS, Raman, SEM, TEM
* Model simulation for complex systems, including model construction and software development.
}}}{{Section{
TEACHING INTERESTS
}}}{{Paragraph{
*Trying to include and make a good use of AI tools in physics studies.
* Teaching //General Physics// with numerical simulations and 3D visualization tools. ([[VPython|http://www.vpython.org/]])
**[[Pysics 101|http://faculty.ndhu.edu.tw/~wcy2/wcy2.Pysics101.html]]   [[Pysics 102|http://faculty.ndhu.edu.tw/~wcy2/wcy2.Pysics102.html]]
**[img(80px,)[image/QRcode-Pysics102.png]] [img(80px,)[image/QRcode-wcy2.SimIYPT.jpg]]
}}}{{Section{
RECENT EXPERIENCES
}}}{{Paragraph{
|editable noborder multilined|k
|''2024-Present''|''Director, Department of Physics'', College of Science and Engineering (CSAE), National Dong Hwa University|Hualien, Taiwan|
|2023-2024|Director, Center for International Affairs, CSAE, National Dong Hwa University|Hualien, Taiwan|
|2022-2023|Director, Center for Bilingual Education and International Affairs, CSAE, National Dong Hwa University|Hualien, Taiwan|
|2020-2022|Director, Asian Academic Collaboration Center, CSAE, National Dong Hwa University|Hualien, Taiwan|
}}}{{Section{
SELECTED PUBLICATIONS
}}}
#Masauko Henry Utila, ~Hao-Wei Lin, ~Hao-En Chan, Jacob Wilder Ng, ~Chun-Chieh Lin, Pooja Manik Badgujar, ~Chia-Liang Cheng, __''~Wang-Chi V. Yeh''__, ~Chu-Hsuan Lin*, //Passivation with sputtered silicon nitride and modified heat treatment for lifetime improvement//, [[Materials Science in Semiconductor Processing|https://www.sciencedirect.com/journal/materials-science-in-semiconductor-processing/about/insights]] 185 (2025) 109007 (https://doi.org/10.1016/j.mssp.2024.109007) (2025/1)(IF:4.2)(CS:8.0)(''TC:0'')
#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|https://pubs.acs.org/page/aamick/about.html]] 2024, 16, 10, 12407-12416 (https://doi.org/10.1021/acsami.3c17114) (2024/02) (2IF:8.3, 5IF:8.7)(CS:16.0)(''TC:6'')
#Selvam, R (Selvam, Rajakar); Gandhi, A (Gandhi, Ashish); Hung, SC (Hung, Shih-Che); Karmenyan, AV (V. Karmenyan, Artashes); Perevedentseva, E (Perevedentseva, Elena); __''Yeh, WC (Yeh, Wang-Chi)''__; Wu, SY (Wu, Sheng-Yun); Chang, HH (Chang, Hsin-Hou); Cheng, CL (Cheng, Chia-Liang), //Multifunctional ferromagnetic nanodiamond for dual-mode fluorescence imaging and magnetic drug targeting//, [[Diamond and Related Materials|https://www.sciencedirect.com/journal/diamond-and-related-materials]] 2023, 139(3), 110398 (DOI 10.1016/j.diamond.2023.110398) (2023/11)(''TC:10'')
#Giang Thi Phan, Duy Van Pha*, 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|https://www.sciencedirect.com/journal/solar-energy-materials-and-solar-cells/about/insights]] ''231'', 111306. (https://doi.org/10.1016/j.solmat.2021.111306) (2021.10)(IF:6.3)(CS:12.6)(''TC:66'')
#Lokesh Saravanan, Ranjit A. Patil, Pangihutan Gultom, Brajesh Kuman, Arumugam Manikandan, ~Yen-Pei Fu, ~Yu-Lun Chueh, ~Chia-Liang Cheng, __''~Wang-Chi Yeh''__^^*^^, ~Yuan-Ron Ma^^*^^, //Rutile-phase TiO~~2~~@carbon core-shell nanowires and their photoactivation in visible-light region//, [[Carbon|https://www.sciencedirect.com/journal/carbon/about/insights]], ''181'', 280-289. (https://doi.org/10.1016/j.carbon.2021.04.101) (2021.04)(IF:10.5)(CS:20.8)(''TC:38'')
#~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 J. Photovotaics|https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=5503869]], ''11'', 873. (https://doi.org/10.1109/JPHOTOV.2021.3075869) (2021.05)(IF:2.5)(CS:7)(''TC:2'')
Background: #ddd
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
{{FrameTinyRight{
[>img(100%,)[image/WANGCHI YEH.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 and the Head of 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__.

His current research interests is on __semiconductor nanomaterials and their potential applications, such as green hydrogen production and/or organic pollutant removal, as a low cost solution to energy and pollution problems__. He is currently working on the manufacturing and modification of 1D nanowires or 2D nanosheets, in the hope of increasing their visible light activities to contribute to solving energy and/or pollution problems.

In addition, __he also devotes a good part of his time in physics education__, including __popular science activities at high school level__, and __physics study with new technologies at college level__, hoping to ''inspire young students to become qualified researchers'' in the future.
<<<
}}}{{Section{
RESEARCH INTERESTS
}}}{{Paragraph{
*Nano-composites, 1D or 2D, for energy and environmental applications, with particular interests in visible light activities.
*Structural analysis of nano materials using XPS, Raman, SEM, TEM
* Model simulation for complex systems, including model construction and software development.
}}}{{Section{
TEACHING INTERESTS
}}}{{Paragraph{
*Trying to include and make a good use of AI tools in physics studies.
* 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{
EXPERIENCES
}}}{{Paragraph{
|editable noborder multilined|k
|''2024-Present''|''Director, Department of Physics'', College of Science and Engineering, National Dong Hwa University|Hualien, Taiwan|
|2023-2024|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}}}
#Masauko Henry Utila, ~Hao-Wei Lin, ~Hao-En Chan, Jacob Wilder Ng, ~Chun-Chieh Lin, Pooja Manik Badgujar, ~Chia-Liang Cheng, __''~Wang-Chi V. Yeh''__, ~Chu-Hsuan Lin*, //Passivation with sputtered silicon nitride and modified heat treatment for lifetime improvement//, [[Materials Science in Semiconductor Processing|https://www.sciencedirect.com/journal/materials-science-in-semiconductor-processing/about/insights]] 185 (2025) 109007 (https://doi.org/10.1016/j.mssp.2024.109007) (2025/1)(IF:4.2)(CS:8.0)(''TC:0'')
#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|https://pubs.acs.org/page/aamick/about.html]] 2024, 16, 10, 12407-12416 (https://doi.org/10.1021/acsami.3c17114) (2024/02) (2IF:8.3, 5IF:8.7)(CS:16.0)(''TC:6'')
#Selvam, R (Selvam, Rajakar); Gandhi, A (Gandhi, Ashish); Hung, SC (Hung, Shih-Che); Karmenyan, AV (V. Karmenyan, Artashes); Perevedentseva, E (Perevedentseva, Elena); __''Yeh, WC (Yeh, Wang-Chi)''__; Wu, SY (Wu, Sheng-Yun); Chang, HH (Chang, Hsin-Hou); Cheng, CL (Cheng, Chia-Liang), //Multifunctional ferromagnetic nanodiamond for dual-mode fluorescence imaging and magnetic drug targeting//, [[Diamond and Related Materials|https://www.sciencedirect.com/journal/diamond-and-related-materials]] 2023, 139(3), 110398 (DOI 10.1016/j.diamond.2023.110398) (2023/11)(''TC:10'')
#Giang Thi Phan, Duy Van Pha*, 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|https://www.sciencedirect.com/journal/solar-energy-materials-and-solar-cells/about/insights]] ''231'', 111306. (https://doi.org/10.1016/j.solmat.2021.111306) (2021.10)(IF:6.3)(CS:12.6)(''TC:66'')
#Lokesh Saravanan, Ranjit A. Patil, Pangihutan Gultom, Brajesh Kuman, Arumugam Manikandan, ~Yen-Pei Fu, ~Yu-Lun Chueh, ~Chia-Liang Cheng, __''~Wang-Chi Yeh''__^^*^^, ~Yuan-Ron Ma^^*^^, //Rutile-phase TiO~~2~~@carbon core-shell nanowires and their photoactivation in visible-light region//, [[Carbon|https://www.sciencedirect.com/journal/carbon/about/insights]], ''181'', 280-289. (https://doi.org/10.1016/j.carbon.2021.04.101) (2021.04)(IF:10.5)(CS:20.8)(''TC:38'')
#~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 J. Photovotaics|https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=5503869]], ''11'', 873. (https://doi.org/10.1109/JPHOTOV.2021.3075869) (2021.05)(IF:2.5)(CS:7)(''TC:2'')
#Phan, GT (Giang Thi Phan); Pham, DV (Duy Van Pham); Patil, RA (Patil, Ranjit A.); Lai, CC (Lai, Chien-Chih); Yeh, WC (Yeh, Wang-Chi); Liou, Y (Liou, Yung); Ma, YR (Ma, Yuan-Ron), //Impact of valence-band-edge lifting on the doping-free bandgap tunability of 1D Magneli-phase W18O49 nanorods//, Applied Materials Today, 2019, 15, 605-613. (2019.06)(''TC:15'')
#~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|https://pubs.rsc.org/en/journals/journalissues/nr#!recentarticles&adv]], ''11'', 133385. (https://doi.org/10.1039/C9NR05235F) (2019.06)(IF:5.8)(''TC:43'')
#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|https://www.sciencedirect.com/journal/nano-energy/about/insights]], ''47'', 393-400. (https://doi.org/10.1016/j.nanoen.2018.02.044) (2018.02)(IF:16.8)(CS:30.3)(''TC:69'')
#~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)(''TC:36'')
#~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.(''TC:11'')
#~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. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2014.12.PhysRevB.90.235407.pdf]](''TC:7'')
#~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) (''TC:54'')
#~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:14__''. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2013.Ferroelectrics.456.31.pdf]] / [[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:14__''. (NSC 96-2112-M-259-009-~MY3) [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2013-Sci.Adv.Mater.5.1444-preprint.pdf]] / [[doi|http://dx.doi.org/10.1166/sam.2013.1641]]
#~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:16''__. (NSC 96-2112-M-259-009-~MY3) [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2012-CJP.50.926-Higher energy components....pdf]] / [[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: 23''__ (NSC 96-2112-M-259 -009 -~MY3) [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2011.PhysRevLett.107.066802.pdf]]. ''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: 8''__ (NSC 96-2112-M-259 -009 -~MY3). [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2011.Nanotech.22.285707.pdf]]
#~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: 31''__ (NSC 96-2112-M-259 -009 -~MY3). [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2011.Nanotech.22.275704.pdf]]
#~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: 14''__ (NSC 96-2112-M-259 -009 -~MY3). [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2010.PhysRevB.81.033407.pdf]]
#~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: 5''__ (NSC 96-2112-M-259 -009 -~MY3). [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2009.J.Lum.129.1762.pdf]]
#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: 12''__ (NSC 96-2112-M-259 -009 -~MY3). [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2009-Dia-Rel-Mat-18-76.pdf]]
#__''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: 11''__ (NSC 95-2112-M-259 -008). [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2008-Colloids-and-Surfaces-A-313-246-Measurements of superconducting transition temperature Tc of Sn nanoparticles.pdf]]
#~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: 41''__@@ (NSC 95-2112-M-259 -008). [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/Collaborated/2007-Nanotech-24-245604-Direct observation of short-circuit diffusion during the formation of a single cupric oxide nanowire.pdf]]
#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: 78''__@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2006-Surf_Sci_600_1417_The dense alpha-root3xroot3 Pb-Si(111) phase-A comprehensive STM and SPA-LEED study of ordering, phase transitions and interactions.pdf]]
#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: 41''__@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2005-PhysRevB_71_193408-Interface relaxation and electronic corrugation in the Pb-Si(111)-Pb-sq3xsq3.pdf]]
#__''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: 13''__. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2004-Surf_Sci_562_L238-Low temperature formation of numerous phases in Pb-Si(111).pdf]]
#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: 44''__@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2004-Phys_Rev_B_69_224103_Self-organization at finite temperatures of the devil's staircase in Pb-Si(111).pdf]]
#__''V Yeh''__, M Hupalo, EH Conrad, MC Tringides, //Quantum well dimension and energy level determination in Pb/Si(111)-7×7//, Surface Science, 551(1-2), 23-30 (2004) (''TC:10'')
#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: 35''__@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2003-Phys_Rev_B_67_165314_Kinetics measurements of Pb island growth on Si(111).pdf]]
#S. Stepanovskyy, __''V. Yeh''__, M. Hupalo, M.C. Tringides, "//Stabilization 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: 14''__. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2002-Surf_Sci_515_187_Stabilization of the Pb-Si(111)-(7x7) uniform height islands to higher temperatures with oxygen adsorption.pdf]]
#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: 115''__@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2001-Surf_Sci_493_526_Uniform island height selection in the low temperature growth of Pb-Si(111)-(7x7).pdf]]
#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: 98''__''@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2001-Phys_Rev_B_64_155307_Uniform-height island growth of Pb on Si(111)-Pb(sqrt[3]xsqrt[3]) at low temperatures.pdf]]
#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: 13''__. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2001-Surf_Sci_478_145_Morphology of ultrathin Ag films grown on Mo(111).pdf]]
#__''V. Yeh''__, L. ~Berbil-Bautista, C.Z. Wang, K.M. Ho, and M.C. Tringides, "//Role of the Metal/Semiconductor Interface in Quantum Size Effects//", Phys. Rev. Lett. 85, 5158 (2000). @@color:#ff0000;__''IF:7.943 TC: 190''__@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2000-Phys_Rev_Lett_85_5158_Role of the Metal-Semiconductor Interface in Quantum Size Effects- Pb-Si(111).pdf]]
#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: 223''__@@. [[PDF|../../../Google 雲端硬碟/Document/research/my-paper/2000-Phys_Rev_B_61_10602_Uniform, self-organized, seven-step height Pb-Si(111)-(7x7) islands at low temperatures.pdf]]
[[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>
<!--}}}-->