Welcome to TiddlyWiki created by Jeremy Ruston, Copyright © 2007 UnaMesa Association
<!--{{{-->
<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]];}
#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}
.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}
.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}
.tiddler .defaultCommand {font-weight:bold;}
.shadow .title {color:[[ColorPalette::TertiaryDark]];}
.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}
.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}
.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}
.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}
.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}
.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}
.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}
.imageLink, #displayArea .imageLink {background:transparent;}
.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}
.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}
.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}
.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}
.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}
.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}
body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}
hr {height:1px;}
a {text-decoration:none;}
dt {font-weight:bold;}
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}
.txtOptionInput {width:11em;}
#contentWrapper .chkOptionInput {border:0;}
.externalLink {text-decoration:underline;}
.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}
.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}
/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}
#mainMenu .tiddlyLinkExisting,
#mainMenu .tiddlyLinkNonExisting,
#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}
.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 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:0em 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 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}
.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}
#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}
.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 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 0em;}
.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 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 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 0em 14em;}
.toolbar {text-align:right; font-size:.9em;}
.tiddler {padding:1em 1em 0em 1em;}
.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:0em 0.25em; padding:0em 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 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}
.fieldsetFix {border:0; padding:0; margin:1px 0px 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 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 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 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
noscript {display:none;}
}
/*}}}*/
<!--{{{-->
<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 closeTiddler closeOthers +editTiddler > fields syncing permalink references jump'></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 +saveTiddler -cancelTiddler deleteTiddler'></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'></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
/***
|''Name:''|CryptoFunctionsPlugin|
|''Description:''|Support for cryptographic functions|
***/
//{{{
if(!version.extensions.CryptoFunctionsPlugin) {
version.extensions.CryptoFunctionsPlugin = {installed:true};
//--
//-- Crypto functions and associated conversion routines
//--
// Crypto "namespace"
function Crypto() {}
// Convert a string to an array of big-endian 32-bit words
Crypto.strToBe32s = function(str)
{
var be = Array();
var len = Math.floor(str.length/4);
var i, j;
for(i=0, j=0; i<len; i++, j+=4) {
be[i] = ((str.charCodeAt(j)&0xff) << 24)|((str.charCodeAt(j+1)&0xff) << 16)|((str.charCodeAt(j+2)&0xff) << 8)|(str.charCodeAt(j+3)&0xff);
}
while (j<str.length) {
be[j>>2] |= (str.charCodeAt(j)&0xff)<<(24-(j*8)%32);
j++;
}
return be;
};
// Convert an array of big-endian 32-bit words to a string
Crypto.be32sToStr = function(be)
{
var str = "";
for(var i=0;i<be.length*32;i+=8)
str += String.fromCharCode((be[i>>5]>>>(24-i%32)) & 0xff);
return str;
};
// Convert an array of big-endian 32-bit words to a hex string
Crypto.be32sToHex = function(be)
{
var hex = "0123456789ABCDEF";
var str = "";
for(var i=0;i<be.length*4;i++)
str += hex.charAt((be[i>>2]>>((3-i%4)*8+4))&0xF) + hex.charAt((be[i>>2]>>((3-i%4)*8))&0xF);
return str;
};
// Return, in hex, the SHA-1 hash of a string
Crypto.hexSha1Str = function(str)
{
return Crypto.be32sToHex(Crypto.sha1Str(str));
};
// Return the SHA-1 hash of a string
Crypto.sha1Str = function(str)
{
return Crypto.sha1(Crypto.strToBe32s(str),str.length);
};
// Calculate the SHA-1 hash of an array of blen bytes of big-endian 32-bit words
Crypto.sha1 = function(x,blen)
{
// Add 32-bit integers, wrapping at 32 bits
add32 = function(a,b)
{
var lsw = (a&0xFFFF)+(b&0xFFFF);
var msw = (a>>16)+(b>>16)+(lsw>>16);
return (msw<<16)|(lsw&0xFFFF);
};
// Add five 32-bit integers, wrapping at 32 bits
add32x5 = function(a,b,c,d,e)
{
var lsw = (a&0xFFFF)+(b&0xFFFF)+(c&0xFFFF)+(d&0xFFFF)+(e&0xFFFF);
var msw = (a>>16)+(b>>16)+(c>>16)+(d>>16)+(e>>16)+(lsw>>16);
return (msw<<16)|(lsw&0xFFFF);
};
// Bitwise rotate left a 32-bit integer by 1 bit
rol32 = function(n)
{
return (n>>>31)|(n<<1);
};
var len = blen*8;
// Append padding so length in bits is 448 mod 512
x[len>>5] |= 0x80 << (24-len%32);
// Append length
x[((len+64>>9)<<4)+15] = len;
var w = Array(80);
var k1 = 0x5A827999;
var k2 = 0x6ED9EBA1;
var k3 = 0x8F1BBCDC;
var k4 = 0xCA62C1D6;
var h0 = 0x67452301;
var h1 = 0xEFCDAB89;
var h2 = 0x98BADCFE;
var h3 = 0x10325476;
var h4 = 0xC3D2E1F0;
for(var i=0;i<x.length;i+=16) {
var j,t;
var a = h0;
var b = h1;
var c = h2;
var d = h3;
var e = h4;
for(j = 0;j<16;j++) {
w[j] = x[i+j];
t = add32x5(e,(a>>>27)|(a<<5),d^(b&(c^d)),w[j],k1);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=16;j<20;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),d^(b&(c^d)),w[j],k1);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=20;j<40;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),b^c^d,w[j],k2);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=40;j<60;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),(b&c)|(d&(b|c)),w[j],k3);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=60;j<80;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),b^c^d,w[j],k4);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
h0 = add32(h0,a);
h1 = add32(h1,b);
h2 = add32(h2,c);
h3 = add32(h3,d);
h4 = add32(h4,e);
}
return Array(h0,h1,h2,h3,h4);
};
}
//}}}
[[Go Spielen]]
[[Linzer Go Turnier 2008]]
/***
|''Name:''|DeprecatedFunctionsPlugin|
|''Description:''|Support for deprecated functions removed from core|
***/
//{{{
if(!version.extensions.DeprecatedFunctionsPlugin) {
version.extensions.DeprecatedFunctionsPlugin = {installed:true};
//--
//-- Deprecated code
//--
// @Deprecated: Use createElementAndWikify and this.termRegExp instead
config.formatterHelpers.charFormatHelper = function(w)
{
w.subWikify(createTiddlyElement(w.output,this.element),this.terminator);
};
// @Deprecated: Use enclosedTextHelper and this.lookaheadRegExp instead
config.formatterHelpers.monospacedByLineHelper = function(w)
{
var lookaheadRegExp = new RegExp(this.lookahead,"mg");
lookaheadRegExp.lastIndex = w.matchStart;
var lookaheadMatch = lookaheadRegExp.exec(w.source);
if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
var text = lookaheadMatch[1];
if(config.browser.isIE)
text = text.replace(/\n/g,"\r");
createTiddlyElement(w.output,"pre",null,null,text);
w.nextMatch = lookaheadRegExp.lastIndex;
}
};
// @Deprecated: Use <br> or <br /> instead of <<br>>
config.macros.br = {};
config.macros.br.handler = function(place)
{
createTiddlyElement(place,"br");
};
// Find an entry in an array. Returns the array index or null
// @Deprecated: Use indexOf instead
Array.prototype.find = function(item)
{
var i = this.indexOf(item);
return i == -1 ? null : i;
};
// Load a tiddler from an HTML DIV. The caller should make sure to later call Tiddler.changed()
// @Deprecated: Use store.getLoader().internalizeTiddler instead
Tiddler.prototype.loadFromDiv = function(divRef,title)
{
return store.getLoader().internalizeTiddler(store,this,title,divRef);
};
// Format the text for storage in an HTML DIV
// @Deprecated Use store.getSaver().externalizeTiddler instead.
Tiddler.prototype.saveToDiv = function()
{
return store.getSaver().externalizeTiddler(store,this);
};
// @Deprecated: Use store.allTiddlersAsHtml() instead
function allTiddlersAsHtml()
{
return store.allTiddlersAsHtml();
}
// @Deprecated: Use refreshPageTemplate instead
function applyPageTemplate(title)
{
refreshPageTemplate(title);
}
// @Deprecated: Use story.displayTiddlers instead
function displayTiddlers(srcElement,titles,template,unused1,unused2,animate,unused3)
{
story.displayTiddlers(srcElement,titles,template,animate);
}
// @Deprecated: Use story.displayTiddler instead
function displayTiddler(srcElement,title,template,unused1,unused2,animate,unused3)
{
story.displayTiddler(srcElement,title,template,animate);
}
// @Deprecated: Use functions on right hand side directly instead
var createTiddlerPopup = Popup.create;
var scrollToTiddlerPopup = Popup.show;
var hideTiddlerPopup = Popup.remove;
// @Deprecated: Use right hand side directly instead
var regexpBackSlashEn = new RegExp("\\\\n","mg");
var regexpBackSlash = new RegExp("\\\\","mg");
var regexpBackSlashEss = new RegExp("\\\\s","mg");
var regexpNewLine = new RegExp("\n","mg");
var regexpCarriageReturn = new RegExp("\r","mg");
}
//}}}
!25th European Go Congress 1981
Linz, Austria, 25.07.1981-09.08.1981
Source: European Go Federation (http://www.eurogofed.org/results/congress/egc81c.txt)
Im looking for the full table of results. If you have it either electronically or in print please contact me at [[linz@goverband.at|mailto:inz@goverband.at]]
|!Pl|!Name |!Str|!Co| !1| !2| !3| !4| !5| !6| !7| !8| !9| !Pt| !SOS |!SODOS|
| 1|Zeijst, Rob van | 5d| NLD| 8+| 22+| 6+| 3+| 2+| 13+| 14+| 4-| 9+| 8 | 45.5 | 39.5|
| 2|Hasibeder, Helmut | 5d| AUT| 5+| 14+| 13+| 12+| 1-| 7+| 8+| 3-| 4+| 7 | 49 | 35|
| 3|Rehm, Robert | 5d| NLD| 21+| 23+| 7+| 1-| 4-| 9+| 5+| 2+| 6-| 6 | 48.5 | 28.5|
| 4|Donzet, Frederic | 4d| FRA| 15+| 13-| 16+| 6+| 3+| 14-| 7+| 1+| 2-| 6 | 48 | 33|
| 5|Mattner, Lutz | 5d| GER| 2-| 18+| 8+| 11+| 7-| 10+| 3-| 16+| 15+| 6 | 45 | 27|
| 6|Muller, Cas | 4d| NLD| 20+| 9+| 1-| 4-| 24+| 8-| 17+| 13+| 3+| 6 | 43 | 24|
| 7|Novak, Ernst | 4d| AUT| 10+| 11+| 3-| 15+| 5+| 2-| 4-| 8+| 12-| 5 | 49 | 25|
| 8|Michel, Jean | 4d| FRA| 1-| 19+| 5-| 20+| 15+| 6+| 2-| 7-| 16+| 5 | 46 | 20|
| 9|Moussa, Andre | 4d| FRA| 12+| 6-| 15-| 19+| 11+| 3-| 13+| 14+| 1-| 5 | 45 | 21|
| 10|Koopman, Rob | 4d| NLD| 7-| 24+| 22+| 13-| 12+| 5-| 16-| 17+!| 14+| 5 | 36.5 | 17.5|
| 11|Garcia de la Banda, | 4d| ESP| 24+| 7-| 14+| 5-| 9-| 17-| 21+| 19+| 13+| 5 | 36 | 16|
| 12|Hansen, Frank | 5d| DEN| 9-| 20+| 23+| 2-| 10-| 16-| 22+| 24+| 7+| 5 | 36 | 15|
| 13|Diamond, John | 6d| GBR| 17+| 4+| 2-| 10+| 16+| 1-| 9-| 6-| 11-| 4 | 50 | 19|
| 14|Vries, Henk de | 4d| NLD| 18+| 2-| 11-| 17+| 23+| 4+| 1-| 9-| 10-| 4 | 46.5 | 16.5|
| 15|Zschintzsch, Hans | 4d| GER| 4-| 17+| 9+| 7-| 8-| 19-| 24+| 18+| 5-| 4 | 40 | 15|
| 16|Suc, Loise | 4d| YUG| 23-| 21+| 4-| 22+| 13-| 12+| 10+| 5-| 8-| 4 | 39 | 15.5|
| 17|Bizjak, Igor | 4d| YUG| 13-| 15-| 19+| 14-| 20+| 11+| 6-| 10+!| 24-| 4 | 36 | 16|
| 18|Baumann, Hans Peter | 4d| SWZ| 14-| 5-| 21+| 23-| 22-| 24+| 20+| 15-| 19+| 4 | 30 | 11|
| 19|Petrovic, Rade | 4d| YUG| 22-| 8-| 17-| 9-| 21+| 15+| 23+| 11-| 18-| 3 | 35 | 9.5|
| 20|Mumme, Thorsten | 3d| GER| 6-| 12-| 24+| 8-| 17-| 21-| 18-| 22+| 23+| 3 | 34 | 7|
| 21|Sudhoff, Horst | 4d| GER| 3-| 16-| 18-| 24-| 19-| 20+| 11-| 23+| 22+| 3 | 32 | 8|
| 22|Hall, T. Mark | 4d| GBR| 19+| 1-| 10-| 16-| 18+| 23=| 12-| 20-| 21-| 2.5 | 37.5 | 8|
| 23|Macfadyen, Matthew | 5d| GBR| 16+| 3-| 12-| 18+| 14-| 22=| 19-| 21-| 20-| 2.5 | 34.5 | 9|
| 24|Aroutcheff, Pierre | 3d| FRA| 11-| 10-| 20-| 21+| 6-| 18-| 15-| 12-| 17+| 2 | 39 | 7|
''Donnerstag 19:00 - 24:00'' im [[La Boheme | http://laboheme-linz.at/]] in der Pfarrgasse (nähe Hauptplatz)
{{{e-mail:}}} [[linz@goverband.at|mailto:linz@goverband.at]]
Der [[VHS Go Kurs]] startet wieder am 25. September 2008
(Anmeldung: https://vhskurs.linz.gv.at/index.php?urlparameter=kathaupt%3A12%3Bknr:08.36115)
[img[Go im Boheme|http://linz.goverband.at/laboheme_small.JPG]]
!Medieninhaber von linz.goverband.at:
~Go-Klub Linz
Stefan Fischmeister
Ferihumerstr. 11
4040 Linz
~ZVR-Nummer: 741088268
Für den Inhalt verantwortlich:
Gabriel Kronberger
[[linz@goverband.at | mailto:linz@goverband.at]]
Der ~Go-Klub Linz weist darauf hin, daß für den Inhalt verlinkter Seiten keine Haftung übernommen werden kann.
© Copyright 2007, 2008, alle Rechte vorbehalten.
!Vorstand und Rechnungsprüfer
Obmann: Stefan Fischmeister
Obmannstellv.: Gabriel Kronberger
Kassier: Siegfried Kolnberger
Schriftführer: Gabriel Kronberger
1. Rechnungsprüfer: Sebastian Röber
2. Rechnungsprüfer: Christoph Röber
/***
|''Name:''|LegacyStrikeThroughPlugin|
|''Description:''|Support for legacy (pre 2.1) strike through formatting|
|''Version:''|1.0.2|
|''Date:''|Jul 21, 2006|
|''Source:''|http://www.tiddlywiki.com/#LegacyStrikeThroughPlugin|
|''Author:''|MartinBudden (mjbudden (at) gmail (dot) com)|
|''License:''|[[BSD open source license]]|
|''CoreVersion:''|2.1.0|
***/
//{{{
// Ensure that the LegacyStrikeThrough Plugin is only installed once.
if(!version.extensions.LegacyStrikeThroughPlugin) {
version.extensions.LegacyStrikeThroughPlugin = {installed:true};
config.formatters.push(
{
name: "legacyStrikeByChar",
match: "==",
termRegExp: /(==)/mg,
element: "strike",
handler: config.formatterHelpers.createElementAndWikify
});
} //# end of "install only once"
//}}}
! Go Associations
[[Österreichischer Go Verband | http://www.goverband.at]]
[[Czech Go Associaction | http://www.goweb.cz/node]]
[[DGoB | http://www.dgob.de]]
! Clubs
[[Go7| http://www.go7.at]]
[[Gote | http://www.gote.at]]
! Personal pages
[[PokSpace | http://pokspace.goverband.at]]
[img[http://linz.goverband.at/linz08s.jpg]]
!Date
5th - 6th of April 2008
!Location
Volkshaus Pichling, Luna Platz 4
4030 Linz
!Rules
5 rounds Mc Mahon, Japanese rules
Komi: 6,5
Main time: 60 minutes
Byo-yomi: 15 stones in 5 minutes (not progressive)
!Tournament fee
10 Euro (+2 Euro when registering on site)
no tournament fee for players weaker than 15kyu or under 14 years old!
!Prizes
1st place: 250€
2nd place: 150€
3rd place: 100€
(ordered by MMS, SOS)
!Schedule
End of registration: Saturday 11:30am
Prize giving ceremony: Sunday 4:30pm
!Registration
[[Registration and pre-registered players|http://linz.goverband.at/registration.php]]
!!Contact
Go-Club Linz (email: [[linz@goverband.at|mailto:linz.goverband.at]])
Stefan Fischmeister
Mobile at the playing location: 0676 / 75 33 090
!Schedule
Saturday:
* End of registration 11:30
* 1. round 12:00
* 2. round 14:45
* 3. round 17:30
Sunday:
* 4. round 10:00
* 5. round 13:30
* Prize giving 16:30
!How to arrive at the playing location
* From Vienna (A1): Exit Asten - Sankt Florian, follow directions to Pichling, Linz, at the Mona Lisa tunnel turn right and follow the directions to Solar City.
* From České Budějovice (A7): Exit Voest-Linz, follow directions to Ebelsberg at the Mona Lisa tunnel turn left and follow the directions to Solar City.
* From Salzburg or Passau (A1, A25) Exit Asten - Sankt Florian, follow directions to Pichling, Linz, at the Mona Lisa tunnel turn right and follow the directions to Solar City.
[[Zoom | http://linz.goverband.at/plan2.png]]
[img[http://linz.goverband.at/plan2_.png]]
[[Zoom | http://linz.goverband.at/plan4.png]]
[img[http://linz.goverband.at/plan4_.png]]
!Accomodation
[[Find hotels in Linz|http://www.linz.at/tourist/hotel_suche.asp]]
[[Hotel guide Linz|http://www.linz.at/images/HV_2008_kern.pdf]]
Most hotels are in the center of Linz. The tram takes ca. 40 minutes from the center of Linz to the playing location in the very north of Linz.
<<<
[img[http://linz.goverband.at/pics2004/linz_2004-20_small.jpg]]
[[Alle Bilder|http://linz.goverband.at/pics2004/]]
<<<
|!Pl.|!Name|!Str|!Co.|!MMS|!1|!2|!3|!4|!5|!Pt|!SOS|!SOSOS|
|1|Hüttler, Franz|4d|AT|35|3+|5+|2-|4+|6+|4|171|841|
|2|Szabo, Michael|5d|AT|35|12+|4+|1+|8+|3-|4|169|843|
|3|Zhang, Gefei|4d|DE|35|1-|6+|12+|7+|2+|4|168|846|
|4|Winkler, Michael|4d|AT|34|9+|2-|13+|1-|7+|3|168|835|
|5|~Kuan-Lun, Lee|2d|MLY|34|10+|1-|7-|11+|8+|3|167|833|
|6|Kerbl, Thomas|2d|AT|33|8-|3-|10+|9+|1-|2|169|834|
|7|Fidrmuc, Ondrej|1d|CZ|33|11+|8+|5+|3-|4-|3|169|833|
|8|Kilpatrick, Andrew|2d|AT|33|6+|7-|9+|2-|5-|2|168|838|
|9|Hilbert, David|3d|AT|33|4-|14+|8-|6-|15+|2|164|824|
|10|Posch, Franz|2d|AT|33|5-|12-|6-|14+|13+|2|163|828|
|11|Kronberger, Gabriel|1d|AT|33|7-|16+|14+|5-|12+|3|162|823|
|12|Gerstorfer, Erwin|3d|AT|32|2-|10+|3-|15-|11-|1|168|819|
|13|Effenberg, Alfred|1d|AT|32|14-|15+|4-|16+|10-|2|162|807|
|14|Prellinger, Thomas|1d|AT|32|13+|9-|11-|10-|17+|2|162|804|
|15|Strutzenberger, Clemens|1k|AT|32|21+|13-|18+|12+|9-|3|157|798|
|16|Krenn, Martin|1k|AT|31|17+|11-|20+|13-|19-|2|157|777|
|17|Stowasser, Rainer|1k|AT|31|16-|18-|22+|20+|14-|2|153|762|
|18|Schmidt, Zadok|2k|DE|31|20+|17+|15-|19-|21+|3|153|761|
|19|Paar, Kurt|3k|AT|31|23+|20-|21+|18+|16+|4|149|751|
|20|Linzberger, Fabian|2k|AT|30|18-|19+|16-|17-|24+|2|151|751|
|21|Gruber, Stefan|2k|AT|29|15-|22-|19-|23+|18-|1|151|737|
|22|Fischmeister, Stefan|4k|AT|29|24+|21+|17-|--|--|2|139|703|
|23|Hu, Bin|5k|CHN|28|19-|25+|24+|21-|26+|3|139|697|
|24|Schmied, Otto|5k|AT|27|22-|26+|23-|25+|20-|2|139|687|
|25|Jüngling, Hans|6k|AT|26|26+|23-|29+|24-|30-|2|130|637|
|26|Gemel, Simon|6k|AT|26|25-|24-|31+|29+|23-|2|128|641|
|29|Kolnberger, Siegfried|9k|AT|24|31+|30+|25-|26-|33+|3|119|594|
|30|Costa, Pascal|10k|AT|24|33+|29-|32+|31+|25+|4|112|576|
|31|Wunder, Michael|10k|AT|22|29-|33+|26-|30-|32+|2|114|572|
|32|Klemsa, Martin|12k|CZ|21|34+|35+|30-|33+|31-|3|103|512|
|33|Kerbl, Manuel|10k|AT|20|30-|31-|34-|32-|29-|0|110|538|
|34|Schweiger, Kristofer|14k|AT|19|32-|36+|33+|35-|40+|3|90|436|
|35|Kronberger, Karli|15k|AT|17|39+|32-|37-|34+|36-|2|86|397|
|36|Seidel, Christian|19k|DE|15|37+|34-|40+|39+|35+|4|70|377|
|37|Ertl, Simon|19k|AT|15|36-|38+|35+|40+|39+|4|66|348|
|38|Scheichenbauer, Martin|20k|AT|13|40+|37-|39+|--|--|2|57|301|
|39|Hintermüller, Cathrine|19k|AT|12|35-|40+|38-|36-|37-|1|68|346|
|40|Kutschera, Manfred|20k|AT|10|38-|39-|36-|37-|34-|0|67|351|
http://www.europeangodatabase.eu/Tournament_Card.php?&key=T040515A
<<<
[img[http://linz.goverband.at/linz2005.jpg]]
[[Alle Bilder | http://linz.goverband.at/pics2005/]]
<<<
Ein Dankeschön an alle die am vergangenen ~Pfingst-Wochenende beim diesjährigen Linzer Go Turnier mitgekämpft haben!
Das Turnier war wieder ein voller Erfolg, und für uns steht fest, dass das Linzer Turnier auch nächstes Jahr wieder ein Fixpunkt in der Liste der österreichischen Go Turniere sein wird. Besonders gefreut hat uns, dass viele Anfänger mitgespielt und erste ~Turnier-Erfahrungen gesammelt haben.
Teilgenommen haben 34 Spieler zwischen 5dan - 20kyu aus Österreich, Deutschland und Tschechien.
Dieses Jahr war das Turnier, durch einige überraschende Ergebnisse besonders spannend. Am besten hat es Simon Gemel im Go Newsletter ausgedrückt:
<<<
Das Pantheon der ~Go-Giganten am österreichischen ~Go-Himmel erzittert, als plötzlich deren langjährige Ruhe durch das entschlossene Anklopfen einer neuen Generation gestört wird:
Stefan Gruber, 1kyu, sitzt an Brett 1 vs. Franz Hüttler, 4Dan - und siegt! Damit nicht genug kann auch Thomas Kerbl, 2Dan, gegen Michael Szabo, 5Dan, den Sieg für sich beanspruchen.
Die anwesenden der alten Herrschergilde - Franz Hüttler, Michael Winkler und Michael Szabo bäumen sich auf, die alte Ordnung wieder herzustellen. - Runde 4 & 5 entscheiden sie alle Partien geschlossen für sich, Franz Hüttler macht wie gewohnt Platz 1.
Doch für wie lange ist das Beben damit behoben?
Stefan Gruber und Thomas Kerbl sind nur die Spitze eines langsam aber massiv fließenden Stroms junger ~Go-Spieler - die Brücke zum ~Go-Himmel hinaufschreitend allesamt gewillt die alte Festung zu stürmen.
<<<
Gewonnen hat Franz Hüttler (4d) vor David Hilbert (2d) und Michael Winkler (4d).
Eine besondere Erwähnung hat sich auch Valentin Plechinger verdient, der als 13kyu als einziger Spieler 5 Siege schaffte.
|!Pl. |!Name |!Str |!Cl. |!MMS |!1 |!2 |!3 |!4 |!5 |!Pt |!SOS |!SOSOS|
|1 |Hüttler, Franz |4d |- |34 |9+ |3+ |-6 |7+ |4+ |4 |164 |813|
|2 |Hilbert, David |2d |Graz |34 |4+ |5+ |7+ |-6 |8+ |4 |163 |815½|
|3 |Winkler, Michael |4d |Wien |34 |10+ |-1 |13+ |8+ |6+ |4 |161½ |805|
|4 |Kerbl, Thomas |2d |Wien |33 |-2 |10+ |5+ |9+ |-1 |3 |165 |811|
|5 |Szabo, Michael |5d |Daikoku |33 |11+ |-2 |-4 |10+ |7+ |3 |162 |811|
|6 |Gruber, Stefan |1k |Daikoku |33 |16+ |11+ |1+ |2+ |-3 |4 |162 |797½|
|7 |Effenberg, Alfred |1d |? |32 |13+ |8+ |-2 |-1 |-5 |2 |163½ |807|
|8 |Janecek, Karel |1d |Linz |32 |12+ |-7 |9+ |-3 |-2 |2 |163 |805|
|9 |Lee, ~Kuan-Lun |2d |Wien |32 |-1 |12+ |-8 |-4 |11+ |2 |161 |806½|
|10 |Kronberger, Gabriel |2d |Linz |32 |-3 |-4 |12+ |-5 |14+ |2 |161 |793½|
|11 |Prellinger, Thomas |1d |Linz |31 |-5 |-6 |-14 |13+ |-9 |1 |158½ |789|
|12 |Kilpatrick, Andrew |1d |Linz |31 |-8 |-9 |-10 |-- |-- |0 |156 |785|
|13 |Krenn, Martin |1k |Innsbruck |30½ |-7 |16+ |-3 |-11 |-- |1 |155 |779|
|14 |Paar, Kurt |4k |Frauenkirchen |30 |18+ |15+ |11+ |16+ |-10 |4 |149 |752|
|15 |Spiegel, Lothar |4k |Gote |30 |17+ |-14 |16+ |18+ |19+ |4 |140½ |704½|
|16 |Scheitler |2k |Erding |29 |-6 |-13 |-15 |-14 |18+ |1 |150½ |748|
|17 |Fischmeister, Stefan |5k |Linz |27½ |-15 |18+ |20+ |-19 |-- |2 |133 |662|
|18 |Anderson, Christian |4k |Gote |27 |-14 |-17 |19+ |-15 |-16 |1 |141½ |703½|
|19 |Costa, Pascal |8k |Linz |25 |20+ |21+ |-18 |17+ |-15 |3 |130½ |659½|
|20 |Gemel, Simon |7k |Daikoku |25 |-19 |23+ |-17 |-22 |21+ |2 |124½ |617½|
|21 |Ertl, Simon |8k |Linz |24 |24+ |-19 |-22 |23+ |-20 |2 |120 |604|
|22 |Kolnberger, Siegfried |9k |Linz |24 |-23 |24+ |21+ |20+ |-25 |3 |118 |583½|
|23 |Wunder, Michael |9k |Linz |24 |22+ |-20 |27+ |-21 |24+ |3 |116 |587½|
|24 |Kerbl, Manuel |9k |Kirchdorf |22 |-21 |-22 |-25 |27+ |-23 |1 |115 |572|
|25 |Hacker, Louis |12k |Erding |22 |29+ |27+ |24+ |-26 |22+ |4 |108 |536|
|26 |Plechinger , Valentin |13k |? |22 |30+ |28+ |29+ |25+ |27+ |5 |99 |496|
|27 |Anderson, Elisabeth |10k |Gote |21 |28+ |-25 |-23 |-24 |-26 |1 |110 |533|
|28 |Zeh, Sebastian |12k |Erding |20 |-27 |-26 |30+ |-31 |34+ |2 |95 |431|
|29 |Punzengruber, Clemens |13k |TU Wien |20 |-25 |30+ |-26 |33+ |31+ |3 |94 |429|
|30 |Kronberger, Karli |15k |Kirchdorf |16 |-26 |-29 |-28 |34+ |-33 |1 |89 |418|
|31 |Röber, Sebastian |20k |Linz |14 |34+ |32+ |33+ |28+ |-29 |4 |68 |375|
|32 |Kovacs, Zoltan |20k |Linz |13 |33+ |-31 |34+ |-- |-- |2 |56 |298|
|33 |Selinger, Andreas |20k |Linz |12 |-32 |34+ |-31 |-29 |30+ |2 |65 |372|
|34 |Kraus, Maja |20k |? |10 |-31 |-33 |-32 |-30 |-28 |0 |65 |373|
http://www.europeangodatabase.eu/Tournament_Card.php?&key=T050514C
! W.Schmid and A.Steininger Memorial 2006
<<<
[img[http://linz.goverband.at/uploaded_images/DSC01072_s-721656.JPG]]
[[Alle Bilder|http://linz.goverband.at/pics_2006/index.html]]
<<<
Am letzten Wochenende kamen 35 ~Go-Spieler aus Österreich, Tschechien, Deutschland, Spanien und Zypern nach Linz um an unserem diesjährigen Turnier teilzunehmen. Für uns war das Turnier, das dieses Jahr in den Räumlichkeiten der VHS Linz in der Solar City stattfand, ein voller Erfolg. Es war aber ein wenig enttäuschend, dass wir nur wenige der Linzer Go Spieler zu dem Turnier motivieren konnten. Um so mehr freuten wir uns aber über die relativ große Delegation von Tschechischen Spielern.
Besonders interessant war die Rangverteilung; mit nur einem 6d (Ondrej Silt) und einem 4d (Michael Winkler, der ganz alleine die Ehre der Wiener 5d und 4d verteidigen musste) , war die Spitze ungewöhnlich dünn. Dafür war der Konkurrenzkampf im Bereich 1k - 2d umso stärker.
In diesem Bereich kämpften auch die "~Jung-Dans" Stefan Gruber, Thomas Kerbl, G.K., Lothar Spiegel (alle 2d) um die wichtigen Meisterschaftspunkte. Am besten konnte sich hier Thomas Kerbl behaupten, der sich nur dem übermächtigen Ondrej Silt geschlagen geben musste und damit am Ende den 2. Platz erreichte. Lothar Spiegel konnte einen Sieg gegen Michael Winkler ergattern, verlor aber in weiterer Folge gegen Thomas Kerbl und schaffte es damit gerade nicht aufs imaginäre Siegertreppchen. Ich selbst musste mich leider mit 1-4 der starken tschechischen Konkurrenz geschlagen geben.
Wir gratulieren den Siegern:
1. Ondrej Silt, 5 Siege
2. Thomas Kerbl, 4 Siege
3. Michael Winkler, 3 Siege
Bester Spieler jünger als 18: Ondrej Kruml
|!Pl. |!Name |!Str |!Cl. |!MMS |!1 |!2 |!3 |!4 |!5 |!Pt |!SOS |!SOSOS|
|1 |Silt, Ondrej |6d |Karlovy Vary |36 |10+ |2+ |4+ |3+ |7+ |5 |167 |841|
|2 |Kerbl, Thomas |2d |? |35 |5+ |-1 |7+ |4+ |6+ |4 |168 |840|
|3 |Winkler, Michael |4d |? |34 |8+ |-4 |6+ |-1 |5+ |3 |168 |836|
|4 |Spiegel, Lothar |2d |Gote |33 |6+ |3+ |-1 |-2 |-9 |2 |171 |830|
|5 |Gruber, Stefan |2d |Daikoku |33 |-2 |-7 |9+ |8+ |-3 |2 |168 |826|
|6 |Hilbert, David |2d |Graz |33 |-4 |8+ |-3 |11+ |-2 |2 |167 |827|
|7 |Zaloudkova, Klara |1d |Prague |33 |12+ |5+ |-2 |10+ |-1 |3 |167 |826|
|8 |Pisarik, Jan |2d |Karlovy Vary |33 |-3 |-6 |13+ |-5 |10+ |2 |163 |826|
|9 |Jiruse, Jaroslav |1k |Blansko |33 |14+ |10+ |-5 |12+ |4+ |4 |160 |817|
|10 |Kronberger, Gabriel |2d |Linz |32 |-1 |-9 |11+ |-7 |-8 |1 |167 |814|
|11 |Kruml, Ondrej |1k |Brno |32 |13+ |14+ |-10 |-6 |15+ |3 |157 |797|
|12 |Krenn, Martin |1k |Innsbruck |31 |-7 |-15 |16+ |-9 |13+ |2 |156 |786|
|13 |Stowasser, Rainer |1k |Daikoku |31 |-11 |16+ |-8 |14+ |-12 |2 |156 |782|
|14 |Prellinger, Thomas |1k |Linz |31 |-9 |-11 |15+ |-13 |16+ |2 |155 |776|
|15 |Plechinger, Valentin |3k |Gote |30 |17+ |12+ |-14 |16+ |-11 |3 |152 |760|
|16 |Hacker, Louis |2k |Erding |29 |20+ |-13 |-12 |-15 |-14 |1 |151 |763|
|17 |Paar, Kurt |4k |? |29 |-15 |-21 |22+ |18+ |20+ |3 |141 |713|
|18 |Cerny, Thomas |4k |Gote |29 |19+ |-20 |21+ |-17 |22+ |3 |140 |697|
|19 |Fischmeister, Stefan |4k |Linz |29 |-18 |22+ |20+ |-- |-- |2 |135 |684|
|20 |Anderson, Christian |3k |Gote |28 |-16 |18+ |-19 |-21 |-17 |1 |144 |704|
|21 |Gemel, Simon |5k |Daikoku |28 |-22 |17+ |-18 |20+ |23+ |3 |137 |687|
|22 |Grünauer, Marcel |5k |Gote |26 |21+ |-19 |-17 |-23 |-18 |1 |140 |675|
|23 |Kolnberger, Siegfried |9k |Linz |25 |27+ |25+ |24+ |22+ |-21 |4 |122 |617|
|24 |Kerbl, Manuel |9k |Kirchdorf |23 |-25 |27+ |-23 |28+ |-26 |2 |115 |566|
|25 |Anderson, Elisabeth |10k |Gote |23 |24+ |-23 |26+ |29+ |-28 |3 |114 |564|
|26 |Aylanc, Nurman |11k |? |23 |28+ |29+ |-25 |27+ |24+ |4 |111 |556|
|27 |Eckenhofer, Gerhard |9k |Gote |22 |-23 |-24 |-29 |-26 |31+ |1 |111 |544|
|28 |Röber, Christoph |11k |? |22 |-26 |31+ |30+ |-24 |25+ |3 |108 |516|
|29 |Röber, Sebastian |11k |Linz |21 |30+ |-26 |27+ |-25 |-33 |2 |108 |493|
|30 |Jurasek, Ondrej |14k |Brno |19 |-29 |34+ |-28 |33+ |32+ |3 |88 |426½|
|31 |Buchberger, Ernst |15k |? |18 |32+ |-28 |33+ |34+ |-27 |3 |88 |429½|
|32 |Supersperger, Andreas |17k |Kirchdorf |15 |-31 |-33 |34+ |35+ |-30 |2 |73 |370|
|33 |de Esteban, Ismael |20k |? |12 |-34 |32+ |-31 |-30 |29+ |2 |69 |425½|
|34 |Blaslbauer, Albert |20k |Linz |12 |33+ |-30 |-32 |-31 |35+ |2 |68½ |374½|
|35 |Owens, Ellishia |20k |? |11½ |-- |-- |-- |-32 |-34 |0 |56½ |291½|
http://www.europeangodatabase.eu/Tournament_Card.php?&key=T060506F
!W.Schmid and A.Steininger Memorial 2007
!Results
|! Pl.|!Name|!Rank|!Ctr.|!Club|!MMS|!Score|!SOS|!SOSOS|!1|!2|!3|!4|!5|
| 1 |Silt Ondrej |6d |CZ |~KVa |36 |5 |171 |844 | 4+ | 2+ | 5+ | 6+ | 3+|
| 2 |Nechanicky Radek |6d |CZ |Nym |35 |4 |169 |842 | 3+ | 1- |13+ | 4+ | 8+|
| 3 |Szabo Michael |4d |AT |Wie |34 |3 |171 |839 | 2- |11+ | 7+ | 5+ | 1-|
| 4 |Winkler Michael |3d |AT |Wie |34 |3 |169 |829 | 1- |10+ | 9+ | 2- |15+|
| 5 |Mueller Martin |5d |AT |Sal |34 |3 |168 |841 |12+ | 7+ | 1- | 3- | 9+|
| 6 |Spiegel Lothar |3d |AT |Wie |34 |3 |167 |835 | 9+ |13- | 8+ | 1- | 7+|
| 7 |Gruber Stefan |2d |AT |Wie |33 |2 |168 |832 |10+ | 5- | 3- |11+ | 6-|
| 8 |Lin Viktor |1d |AT |Wie |33 |3 |165 |830 |14+ |12+ | 6- |13+ | 2-|
| 9 |Kerbl Thomas |3d |AT |Wie |33 |2 |165 |826 | 6- |18+ | 4- |12+ | 5-|
| 10 |Hilbert David |2d |AT |Gra |33 |2 |163 |831 | 7- | 4- |12- |14+ |13+|
| 11 |Podpera Lukas |1d |CZ |Pra |33 |3 |163 |828 |15+ | 3- |14+ | 7- |12+|
| 12 |Kronberger Gabriel |2d |AT |Lin |32 |1 |166 |824 | 5- | 8- |10+ | 9- |11-|
| 13 |Suntinger Juergen |1d |AT |Wie |32 |2 |166 |820 |16+ | 6+ | 2- | 8- |10-|
| 14 |Plechinger Valentin |1d |AT |Wie |32 |2 |162 |808 | 8- |15+ |11- |10- |17+|
| 15 |Kilpatrick Andrew |1d |AT |Lin |32 |2 |161 |806 |11- |14- |16+ |17+ | 4-|
| 16 |Hricova Jana |1k |CZ |Pra |31 |2 |156 |787 |13- |19+ |15- |18- |20+|
| 17 |Zahonyi Balint |2k |HU |Bud |31 |3 |156 |783 |19+ |20+ |18+ |15- |14-|
| 18 |Dlouhy Ondrej |1k |CZ |Nym |31 |2 |156 |781 |20+ | 9- |17- |16+ |19-|
| 19 |Krenn Martin |2k |AT |Inn |31 |3 |151 |764 |17- |16- |20+ |23+ |18+|
| 20 |Prellinger Thomas |1k |AT |Lin |30 |1 |153 |760 |18- |17- |19- |21+ |16-|
| 21 |Fischmeister Stefan |4k |AT |Lin |29 |3 |141 |704 |22+ |23+ |24+ |20- | 0= |
| 22 |Gemel Simon |5k |AT |Wie |29 |4 |138 |689 |21- |32+ |25+ |24+ |23+|
| 23 |Aylanc Nurman |4k |CY |Nic |28 |2 |143 |702 |24+ |21- |27+ |19- |22-|
| 24 |Anderson Christian |4k |AT |Wie |28 |2 |140 |688 |23- |25+ |21- |22- |29+|
| 25 |Paar Kurt |5k |AT |Fra |28 |3 |136 |668 |26+ |24- |22- |29+ |28+|
| 26 |Robl Florian |6k |DE |Lan |27 |3 |130 |658 |25- |28+ |32- |31+ |27+|
| 27 |Iizuka Cherrie |6k |AT |Wie |26 |2 |132 |664 |29+ |31+ |23- |28- |26-|
| 28 |Kolnberger Siegfried |6k |AT |Lin |26 |2 |130 |652 |31- |26- |33+ |27+ |25-|
| 29 |Wandl Florian |6k |AT |xxx |26 |2 |130 |654 |27- |36+ |31+ |25- |24-|
| 30 |Roeber Sebastian |9k |AT |Lin |25 |4 |121 |622 |33= |35+ |34+ |32+ |31+|
| 31 |Zahonyi Zsolt |6k |HU |Bud |25 |1 |130 |644 |28+ |27- |29- |26- |30-|
| 32 |Makovicky Juri |7k |AT |Wie |25 |2 |129 |635 |35+ |22- |26+ |30- |33-|
| 33 |Roeber Christoph |9k |DE |Jen |24 |3 |123 |620 |30= |34+ |28- |35+ |32+|
| 34 |Anderson Elisabeth |9k |AT |Wie |24 |3 |117 |588 |36+ |33- |30- |40+ |35+|
| 35 |Handler Elias |8k |AT |Wie |23 |1 |122 |607 |32- |30- |36+ |33- |34-|
| 36 |Makovicky Werner |8k |AT |Wie |23 |1 |116 |586 |34- |29- |35- |38- |39+|
| 37 |Eckenhofer Gerhard |9k |AT |xxx |23 |1 |108 |532 | 0= | 0= | 0= | 0= |38+|
| 38 |Buchberger Ernst |11k |AT |Wie |22 |3 |109 |539 |40+ |39+ |41- |36+ |37-|
| 39 |Jarnig Philipp |12k |AT |Wie |21 |3 |108 |527 |42+ |38- |40+ |41+ |36-|
| 40 |Podpera Milos |11k |CZ |Pra |21 |2 |105 |487 |38- |43+ |39- |34- |47+|
| 41 |Jurasek Ondrej |13k |CZ |Brn |21 |4 |102 |464 |44+ |42+ |38+ |39- |46+|
| 42 |Supersperger Andreas |12k |AT |xxx |21 |3 | 95 |441 |39- |41- |47+ |45+ |43+|
| 43 |Blaslbauer Albert |13k |AT |Lin |20 |3 | 96 |430 |45+ |40- |44+ |46+ |42-|
| 44 |Clausen Alexander |13k |AT |Wie |20 |3 | 89 |396 |41- |46+ |43- |47+ |45+|
| 45 |Podperova Anna |17k |CZ |Pra |15 |2 | 78 |400 |43- |47+ |46+ |42- |44-|
| 46 |Ippisch Kristina |20k |AT |xxx |10 |0 | 63 |422 |47- |44- |45- |43- |41-|
| 47 |Zahonyi Gyorgy |20k |HU |Bud | 8 |1 | 57 |430 |46+ |45- |42- |44- |40-|
http://www.europeangodatabase.eu/Tournament_Card.php?&key=T070505A
!Results of Linz Go Tournament 2008
5th - 6th of April 2008
Volkshaus Pichling, Solarcity
[[Linzer Go Turnier 2008 - Einladung]]
[[Fotos vom Turnier| http://www.goverband.at/hu/2008/01_Linz/index.html]]
[img[1st place: Li Ting 6d!| http://linz.goverband.at/pics2008/2.jpg]] [img[Michael Szabo, Lothar Spiegel, Viktor Lin, Li Ting, Michael Winkler | http://linz.goverband.at/pics2008/3.jpg]]
Fotos: Hu Bin
|!Pl|!Name|!Str|!Co|!Club|!MMS|!Pt|!SOS|!SOSOS|!1|!2|!3|!4|!5|
|bgcolor(lightgreen):1|bgcolor(lightgreen):Li Ting|bgcolor(lightgreen):6d|bgcolor(lightgreen):AT|bgcolor(lightgreen):Wie|bgcolor(lightgreen):37|bgcolor(lightgreen):5|bgcolor(lightgreen):172|bgcolor(lightgreen):861|bgcolor(lightgreen):8+|bgcolor(lightgreen):6+|bgcolor(lightgreen):2+|bgcolor(lightgreen):4+|bgcolor(lightgreen):3+|
|bgcolor(lightgreen):2|bgcolor(lightgreen):Spiegel Lothar|bgcolor(lightgreen):4d|bgcolor(lightgreen):AT|bgcolor(lightgreen):Wie|bgcolor(lightgreen):36|bgcolor(lightgreen):4|bgcolor(lightgreen):174|bgcolor(lightgreen):861|bgcolor(lightgreen):3+|bgcolor(lightgreen):4+|bgcolor(lightgreen):1-|bgcolor(lightgreen):5+|bgcolor(lightgreen):7+|
|bgcolor(lightgreen):3|bgcolor(lightgreen):Szabo Michael|bgcolor(lightgreen):4d|bgcolor(lightgreen):AT|bgcolor(lightgreen):Wie|bgcolor(lightgreen):35|bgcolor(lightgreen):3|bgcolor(lightgreen):173|bgcolor(lightgreen):861|bgcolor(lightgreen):2-|bgcolor(lightgreen):7+|bgcolor(lightgreen):5+|bgcolor(lightgreen):6+|bgcolor(lightgreen):1-|
|bgcolor(lightgreen):3|bgcolor(lightgreen):Lin Viktor|bgcolor(lightgreen):3d|bgcolor(lightgreen):AT|bgcolor(lightgreen):Wie|bgcolor(lightgreen):35|bgcolor(lightgreen):3|bgcolor(lightgreen):173|bgcolor(lightgreen):861|bgcolor(lightgreen):5+|bgcolor(lightgreen):2-|bgcolor(lightgreen):7+|bgcolor(lightgreen):1-|bgcolor(lightgreen):6+|
|5|Winkler Michael|3d|AT|Wie|34|2|171|843|4-|8+|3-|2-|12+|
|6|Hilbert David|2d|AT|Gra|33|2|172|848|10+|1-|8+|3-|4-|
|7|Suntinger Juergen|2d|AT|Wie|33|2|172|847|9+|3-|4-|8+|2-|
|8|Gerstorfer Erwin|3d|AT|Geg|33|1|169|842|1-|5-|6-|7-|11+|
|9|Kronberger Gabriel|2d|AT|Lin|33|1|158|798|7-|-|-|-|10+|
|10|Traxler Yorick|1d|AT|Wie|32|2|161|790|6-|13+|12+|11-|9-|
|11|Zhou Cheng|2k|AT|Obe|32|4|155|787|14+|17+|15+|10+|8-|
|12|Hu Bin|1k|AT|Wie|32|3|154|785|17+|15+|10-|18+/w1|5-|
|13|Prellinger Thomas|1k|AT|Lin|31|2|151|763|15+|10-|14-|-|17+|
|14|Krames Wolfgang|3k|AT|Wie|31|4|149|746|11-|18+|13+|15+|19+/w1|
|15|Grohmann Hans|1d|AT|Kre|30|0|156|750|13-|12-|11-|14-|16-|
|16|Anderson Christian|4k|AT|Wie|30|4|141|729|18-|19+|17+|20+|15+|
|17|Braunschweig Johann|2k|AT|Kre|29|1|152|729|12-|11-|16-|22+/w1|13-|
|18|Fischmeister Stefan|4k|AT|Lin|28|2|145|711|16+|14-|20+|12-/b1|-|
|19|Schatz Roland|5k|AT|Lin|27|2|139|684|20+|16-|22-|21+|14-/b1|
|20|Jarnig Philipp|4k|AT|Wie|27|1|137|677|19-|23+|18-|16-|24-|
|21|Röber Christoph|7k|AT|Lin|26|3|129|639|23+|22-|24+|19-|27+|
|22|Grünbichler Nikolaus|7k|AT|xxx|26|3|128|658|-|21+|19+|17-/b1|26+|
|23|Kolnberger Siegfried|6k|AT|Lin|26|2|127|638|21-|20-|26+|24-|25+|
|24|Bertok Davide|8k|IT|xxx|26|4|125|632|31+|25+|21-|23+|20+|
|25|Szekely Thomas|8k|AT|Wie|24|2|124|609|26+|24-|28+|27-|23-|
|26|Röber Sebastian|8k|AT|Lin|24|2|123|608|25-|27+|23-|29+|22-|
|27|Anderson Elisabeth|9k|AT|Wie|24|3|120|597|28+|26-|32+|25+|21-|
|28|Supersperger Andreas|9k|AT|Lin|24|3|114|571|27-|30+|25-|31+|33+/w1|
|29|Clausen Alexander|11|AT|Bad|23|4|109|540|33+|31+|30+|26-|36+/w4|
|30|Wojta Melanie|10|AT|Wie|23|3|108|494|32+|28-|29-|36+/w3|37+/w7|
|31|Jüngling Hans|9k|AT|Lin|22|0|115|558|24-|29-|-|28-|-|
|32|Blaslbauer Albert|10|AT|Lin|22|1|107|532|30-|33+|27-|-|-|
|33|Freidl Friedrich|11|AT|Kre|20|1|104|494|29-|32-|36+/w1|37-/w6|28-/b1|
|34|Mozgan Thomas|14|AT|Wie|18|1|82|402|35+|36-|37-/w4|-|-|
|35|Fengler Bianca|15|AT|Lin|17|1|78|381|34-|37+/w2|-|-|-|
|36|Marconi Anna|16|IT|xxx|16|2|90|477|37+/w1|34+|33-/b1|30-/b3|29-/b4|
|37|Clausen Helene|19|AT|Bad|13|2|74|462|36-/b1|35-/b2|34+/b4|33+/b6|30-/b7|
[img[http://linz.goverband.at/linz08s.jpg]]
''[[English Invitation|Linz Go Tournament 2008]]''
!Termin
5. - 6. April 2008
!Austragungsort
Volkshaus Pichling, Luna Platz 4
4030 Linz
!Modus
5 Runden Mc Mahon, Japanische Regeln
Komi: 6,5
Bedenkzeit: 60 Minuten
Byoyomi: 15 Steine in 5 Minuten (nicht progressiv)
!Nenngeld
10 Euro (+ 2 Euro ohne Voranmeldung)
Spieler schwächer als 15kyu und unter 14 Jahren sind frei!
!Preise
1. Platz: 250€
2. Platz: 150€
3. Platz: 100€
(Reihung: MMS, SOS)
!Zeitplan
Anmeldeschluss: Samstag 11:30
Siegerehrung: Sonntag 16:30
!Anmeldung
[[Anmeldung und Spielerliste|http://linz.goverband.at/registration.php]]
!Kontakt
Go-Klub Linz (email: [[linz@goverband.at|mailto:linz@goverband.at]])
Stefan Fischmeister
Handy am Spielort: 0676 / 75 33 090
!Terminplan
Samstag:
* Meldeschluss 11:30
* 1. Runde 12:00
* 2. Runde 14:45
* 3. Runde 17:30
Sonntag:
* 4. Runde 10:00
* 5. Runde 13:30
* Siegerehrung 16:30
!Anreise
* Von Wien (A1): Abfahrt Asten - Sankt Florian, Richtung Pichling, Linz
* Von Budweis (A7): Abfahrt Voest-Linz, Richtung Ebelsberg, Mona Lisa Tunnel
* Von Salzburg, Passau (A1, A25) Abfahrt Asten - Sankt Florian, Richtung Pichling, Linz
[[Zoom | http://linz.goverband.at/plan2.png]]
[img[http://linz.goverband.at/plan2_.png]]
[[Zoom | http://linz.goverband.at/plan4.png]]
[img[http://linz.goverband.at/plan4_.png]]
!Unterkunft
[[Hotelsuche in Linz|http://www.linz.at/tourist/hotel_suche.asp]]
[[Hotelverzeichnis Linz|http://www.linz.at/images/HV_2008_kern.pdf]]
Die meisten Hotels liegen im Zentrum von Linz, vom Zentrum zum Spielort
fährt man mit der Straßenbahn (~40min).
[[Go Spielen in Linz |Go Spielen]]
[[VHS Go Kurs]]
[[Turnier 2008|Linzer Go Turnier 2008]]
[[Turnier 2007|Linzer Go Turnier 2007]]
[[Turnier 2006|Linzer Go Turnier 2006]]
[[Turnier 2005|Linzer Go Turnier 2005]]
[[Turnier 2004|Linzer Go Turnier 2004]]
[[Turnier 1995]]
[[EGC 1981]]
[[Mein Go Klub]]
[[Links]]
[[Impressum]]
Es ist schon lange her, da äußerte ich einmal an der Volkshochschule, wo ich in dieser Zeit Vorträge über historische Themen hielt, den Wunsch, mein Publikum mit dem Go-Spiel bekannt zu machen. Go ist ein Brettspielt, das vor weit über zweitausend Jahren in China erfunden wurde, später dann nach Japan kam und von dort weg in die ganze Welt. Überal dort, wo es Menschen gibt, die scharfes Denken lieben, ist es bekannt. Es ist die genialste Erfindung auf dem Gebiet geistigen Wettkampfes auf einem Spielbrett, die je gemacht wurde. Wenige, klassisch einfache Regeln ergeben eine unvorstellbar große Anzahl von Möglichkeiten.
Der leitende Beamte sagte sofort zu, ja, er machte mir zu meiner großen Freude den Vorschlag, ich sollte einen Go-Klub der VHS gründen. Einen besseren Vorschlag konnte man mir nicht machen.
Meine Frau war damals Lehrerin. Wir hatten zwei Kinder, für die wir eine Betreuung brauchten. Da traf es sich sehr gut, dass wir in Wien bei einem Go-Kongreß eine Japanerin kennengelernt hatten, und noch dazu eine, die im Go-Spiel Meisterin des dritten Grades war. Sie hatte vor, einige Zeit in Österreich zu bleiben, um hier ihre Kenntnisse der deutschen Sprache zu perfektionieren.
Mit ihr zusammen habe ich den Go-Klub der VHS gegründet, durch den viele geistig interessierte Menschen, viele schöne Stunden hatten und haben.
Die Eröffnung des Klubs war sehr eindrucksvoll. Der große Raum in der VHS konnte die Zahl der Interessenten gar nicht fassen. Viele standen zur Türe hinaus. Yukiko im eleganten Kimono stand vor dem großen magnetischen Demonstationsbrett und hielt am Rednerpult eine Begrüßungsrede - die ich sofort simultan übersetzte.
Meine Schüler, die in großer Zahl anwesend waren, konnten sich nicht genug wundern. Sie wußten ja nicht, dass ich damals noch kein Wort Japanisch konnte, und das, was ich dem Publikum zu sagen hatte am Vortag eingelernt worden war.
Ein paar Tage darauf aber war es an mir, aus dem maßlosen Staunen nicht herauszukommen. Die Yuki (Chikamatsu Yukiko mit vollem Namen) hat sich herabgelassen, mit mir eine Partie Go zu spielen. Ich bekam neun Vorgabepositionen, da ich ja der weitaus Schwächere war.
"Ich verbinde diese Positionen einfach miteinander", so dachte ich. "Dann hat die Yuki keine Chance mehr."
Es kam natürlich anders. Sie konnte Zug um Zug ihre Position verbessern, und zuletzt blieb mir nichts anderes übrig, als sie kleinlaut zu fragen, mit wievielen Punkten ich nun das Spiel verloren haben werde.
"Sie haben nicht verloren. Sie haben mit einem Punkt gewonnen."
Ich war verblüfft. "Wir haben ja noch gar nicht gezählt."
"Zählen Sie nach!"
Tatsächlich: Sie hatte recht. Auf einem Brett mit 361 Schnittpunkten, und unzählig verschiedenen Möglichkeiten, sie zu besetzen! Wer das begreifen kann! So eine gewaltige Verstandesschärfe! Für mich unfaßbar.
Im Laufe der Jahre hat mein Klub nicht nur daheim floriert. Auch nationale und internaltionale Turniere haben wir erfolgreich bestritten. Nachdem ich aus Altersgründen die Obmannschaft an meinen Freund Toni Steininger abgegeben hatte, ist der Klub mehr als aufgeblüht denn je. Toni hat sich mit größter Liebe und größtem Einsatz darum bemüht.
Und nachdem er - für uns ein arger Verlust - nach einer schweren Krankheit starb, ging die Leitung an die junge Generation über. Dipl. Ing. Stefan Fischmeister ist heute der Obmann. Alle helfen wir mit, dass der Klub weiterhin gedeiht. Einen sehr großen Anteil daran aber hat ein Mann, der heute auch nicht mehr lebt. Es ist Herr Ing. Otto Schmid, ein hervorragend guter Go-Spieler, der durch seine Tüchtigkeit und seine sympathische Art uns allen sehr abgeht.
Ich selbst gehe noch als einfaches Mitglied zu den Spielabenden, weniger um Spiele zu gewinnen als vielmehr, einfach dabei zu sein und ab und zu interessante Beobachtungen zu machen.
Kürzlich habe ich mit einer jungen Dame, die ich bisher noch nicht kannte, einige Partien gespielt, Ich hatte die Frechheit ihr Vorgabe vorzuschlagen - worauf ich dann das Spiel verlor - und daraufhin gleich zwei weitere. Was hat ihr diese Serie von Siegen verschafft? Sicherlich einmal ihr Können. Dann auch die Vorgabe. Am meisten aber wohl die harmonischen Züge ihres schönen Gesichtes, die mich ununterbrochen vom Spielbrett ablenkten.
//Hans Jüngling - November 2006//
<div class='header'>
<div class='titleLine'>
<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 macro='gradient vert #ffffff #cc9900'><a> </a><div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
</div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
Go Spieler aus Linz und Umgebung
/***
|''Name:''|SparklinePlugin|
|''Description:''|Sparklines macro|
***/
//{{{
if(!version.extensions.SparklinePlugin) {
version.extensions.SparklinePlugin = {installed:true};
//--
//-- Sparklines
//--
config.macros.sparkline = {};
config.macros.sparkline.handler = function(place,macroName,params)
{
var data = [];
var min = 0;
var max = 0;
var v;
for(var t=0; t<params.length; t++) {
v = parseInt(params[t]);
if(v < min)
min = v;
if(v > max)
max = v;
data.push(v);
}
if(data.length < 1)
return;
var box = createTiddlyElement(place,"span",null,"sparkline",String.fromCharCode(160));
box.title = data.join(",");
var w = box.offsetWidth;
var h = box.offsetHeight;
box.style.paddingRight = (data.length * 2 - w) + "px";
box.style.position = "relative";
for(var d=0; d<data.length; d++) {
var tick = document.createElement("img");
tick.border = 0;
tick.className = "sparktick";
tick.style.position = "absolute";
tick.src = "data:image/gif,GIF89a%01%00%01%00%91%FF%00%FF%FF%FF%00%00%00%C0%C0%C0%00%00%00!%F9%04%01%00%00%02%00%2C%00%00%00%00%01%00%01%00%40%02%02T%01%00%3B";
tick.style.left = d*2 + "px";
tick.style.width = "2px";
v = Math.floor(((data[d] - min)/(max-min)) * h);
tick.style.top = (h-v) + "px";
tick.style.height = v + "px";
box.appendChild(tick);
}
};
}
//}}}
/***
!TiddlyWiki Classic Color Scheme
Designed by Jeremy Ruston
http://tiddlystyles.com/#theme:Classic
To use this color scheme copy the [[ClassicTiddlyWiki]] contents into a tiddler and name it 'StyleSheet' also grab the [[ClassicTemplate]] and copy its contents into a tiddler named 'PageTemplate'.
!Colors Used
*@@bgcolor(#630):color(#fff): #630@@
*@@bgcolor(#930): #930@@
*@@bgcolor(#996633): #963@@
*@@bgcolor(#c90): #c90@@
*@@bgcolor(#cf6): #cf6@@
*@@bgcolor(#cc9): #cc9@@
*@@bgcolor(#ba9): #ba9@@
*@@bgcolor(#996): #996@@
*@@bgcolor(#300):color(#fff): #300@@
*@@bgcolor(#000000):color(#fff): #000@@
*@@bgcolor(#666): #666@@
*@@bgcolor(#888): #888@@
*@@bgcolor(#aaa): #aaa@@
*@@bgcolor(#ddd): #ddd@@
*@@bgcolor(#eee): #eee@@
*@@bgcolor(#ffffff): #fff@@
*@@bgcolor(#f00): #f00@@
*@@bgcolor(#ff3): #ff3@@
!Generic Rules /%==============================================%/
***/
/*{{{*/
body {
background: #fff;
color: #000;
}
a{
color: #963;
}
a:hover{
background: #963;
color: #fff;
}
a img{
border: 0;
}
h1,h2,h3,h4,h5 {
background: #cc9;
}
/*}}}*/
/***
!Header /%==================================================%/
***/
/*{{{*/
.header{
background: #300;
}
.titleLine {
color: #fff;
padding: 5em 0em 1em .5em;
}
.titleLine a {
color: #cf6;
}
.titleLine a:hover {
background: transparent;
}
/*}}}*/
/***
!Main Menu /%=================================================%/
***/
/*{{{*/
#mainMenu .button {
color: #930;
}
#mainMenu .button:hover {
color: #cf6;
background: #930;
}
#mainMenu li{
list-style: none;
}
/*}}}*/
/***
!Sidebar options /%=================================================%/
~TiddlyLinks and buttons are treated identically in the sidebar and slider panel
***/
/*{{{*/
#sidebar {
background: #c90;
right: 0;
}
#sidebarOptions a{
color: #930;
border: 0;
margin: 0;
padding: .25em .5em;
}
#sidebarOptions a:hover {
color: #cf6;
background: #930;
}
#sidebarOptions a:active {
color: #930;
background: #cf6;
}
#sidebarOptions .sliderPanel {
background: #eea;
margin: 0;
}
#sidebarOptions .sliderPanel a {
color: #930;
}
#sidebarOptions .sliderPanel a:hover {
color: #cf6;
background: #930;
}
#sidebarOptions .sliderPanel a:active {
color: #930;
background: #cf6;
}
/*}}}*/
/***
!Sidebar tabs /%=================================================%/
***/
/*{{{*/
.tabSelected,.tabContents {
background: #eea;
border: 0;
}
.tabUnselected {
background: #c90;
}
#sidebarTabs {
background: #c90;
}
#sidebarTabs .tabSelected{
color: #cf6;
background: #963;
}
#sidebarTabs .tabUnselected {
color: #cf6;
background: #930;
}
#sidebarTabs .tabContents{
background: #963;
}
#sidebarTabs .txtMoreTab .tabSelected,
#sidebarTabs .txtMoreTab .tabSelected:hover{
background: #930;
color: #cf6;
}
#sidebarTabs .txtMoreTab .tabUnselected,
#sidebarTabs .txtMoreTab .tabUnselected:hover{
background: #300;
color: #cf6;
}
#sidebarTabs .txtMoreTab .tabContents {
background: #930;
}
#sidebarTabs .tabContents a {
color: #cf6;
border: 0;
}
#sidebarTabs .button.highlight,
#sidebarTabs .tabContents a:hover {
background: #cf6;
color: #300;
}
/*}}}*/
/***
!Message Area /%=================================================%/
***/
/*{{{*/
#messageArea {
background: #930;
color: #fff;
}
#messageArea a:link, #messageArea a:visited {
color: #c90;
}
#messageArea a:hover {
color: #963;
background: transparent;
}
#messageArea a:active {
color: #fff;
}
/*}}}*/
/***
!Popup /%=================================================%/
***/
/*{{{*/
.popup {
background: #eea;
border: 1px solid #930;
}
.popup hr {
color: #963;
background: #963;
border-bottom: 1px;
}
.popup li.disabled {
color: #ba9;
}
.popup li a, .popup li a:visited {
color: #300;
}
.popup li a:hover {
background: #930;
color: #eea;
}
/*}}}*/
/***
!Tiddler Display /%=================================================%/
***/
/*{{{*/
.tiddler .button {
color: #930;
}
.tiddler .button:hover {
color: #cf6;
background: #930;
}
.tiddler .button:active {
color: #fff;
background: #c90;
}
.shadow .title {
color: #888;
}
.title {
color: #422;
}
.subtitle {
color: #866;
}
.toolbar {
color: #aaa;
}
.toolbar a,
.toolbar a:hover{
border: 0;
}
.tagging, .tagged {
border: 1px solid #fff;
background-color: #ffc;
}
.selected .tagging, .selected .tagged {
border: 1px solid #aa6;
background-color: #ffc;
}
.tagging .listTitle, .tagged .listTitle {
color: #999999;
}
.footer {
color: #ddd;
}
.selected .footer {
color: #888;
}
.sparkline {
background: #eea;
border: 0;
}
.sparktick {
background: #930;
}
.errorButton {
color: #ff0;
background: #f00;
}
.zoomer {
color: #963;
border: 1px solid #963;
}
/*}}}*/
/***
''The viewer is where the tiddler content is displayed'' /%------------------------------------------------%/
***/
/*{{{*/
.viewer .button {
background: #c90;
color: #300;
border-right: 1px solid #300;
border-bottom: 1px solid #300;
}
.viewer .button:hover {
background: #eea;
color: #c90;
}
.viewer .imageLink{
background: transparent;
}
.viewer blockquote {
border-left: 3px solid #666;
}
.viewer table {
border: 2px solid #303030;
}
.viewer th, thead td {
background: #996;
border: 1px solid #606060;
color: #fff;
}
.viewer td, .viewer tr {
border: 1px solid #606060;
}
.viewer pre {
border: 1px solid #963;
background: #eea;
}
.viewer code {
color: #630;
}
.viewer hr {
border: 0;
border-top: dashed 1px #606060;
color: #666;
}
.highlight, .marked {
background: #ff3;
}
/*}}}*/
/***
''The editor replaces the viewer in the tiddler'' /%------------------------------------------------%/
***/
/*{{{*/
.editor input {
border: 1px solid #000;
}
.editor textarea {
border: 1px solid #000;
width: 100%;
}
.editorFooter {
color: #aaa;
}
.editorFooter a {
color: #930;
}
.editorFooter a:hover {
color: #cf6;
background: #930;
}
.editorFooter a:active {
color: #fff;
background: #c90;
}
/*}}}*/
Source: Andre Engels http://www.win.tue.nl/~engels/go/linz95.txt
|!Place|!Name|!Rank|!Club|!MMS|!1|!2|!3|!4|!5|!Score|!SOS|!SODOS|
| 1 |Pop, Christian |4d|BUK| 33 | 17+| 7+ | 8+ | 11+ | 2+ | 5 | 155 | 155 |
| 2 |Gomenyuk, Andrej Val |5d|MOS| 32 | 22+| 14+ | 4+ | 5+ | 1- | 4 | 158 | 125 |
| 3 |Leszek, Soldan |6d|OLS| 32 | 18+| 8- | 12+ | 7+ | 9+ | 4 | 154 | 123 |
| 4 |Nechanicky, Radek |6d|NYM| 32 | 26+| 6+ | 2- | 15+ | 18+ | 4 | 153½ | 121½ |
| 5 |Ghioc, Constantin |4d|BUK| 32 | 28+| 21+ | 9+ | 2- | 13+ | 4 | 153 | 121 |
| 6 |Bogdanov, Viktor |6d|PTR| 32 | 16+| 4- | 35+ | 8+ | 10+ | 4 | 152 | 120 |
| 7 |Zakotnik, Milan |5d|KRA| 31 | 12+| 1- | 18+ | 3- | 17+ | 3 | 156 | 91 |
| |Beck, Gerfried |4d|Wie| 31 | 27+| 3+ | 1- | 6- | 19+ | 3 | 156 | 91 |
| 9 |Hu Wei, Quiang |5d|Wie| 31 | 23+| 10+ | 5- | 24+ | 3- | 3 | 155 | 91 |
| 10 |Müller, Martin |5d|ZÜR| 31 | 11+| 9- | 19+ | 20+ | 6- | 3 | 154 | 91 |
| 11 |Hüttler, Franz |4d|Wie| 31 | 10-| 27+ | 14+ | 1- | 20+ | 3 | 154 | 90 |
| 12 |Matoh, Leon |5d|NOM| 31 | 7-| 17+ | 3- | 22+ | 16+ | 3 | 153 | 90 |
| 13 |Plyushch, Yury |6d|KIE| 31 | 15-| 22+ | 23+ | 16+ | 5- | 3 | 152 | 90 |
| 14 |Bogatsky, Arkady |5d|KIE| 31 | 19+| 2- | 11- | 32+ | 15+ | 3 | 152 | 89 |
| 15 |Zagorodni, Igor |5d|KIE| 30 | 13+| 20+ | 16- | 4- | 14- | 2 | 154 | 61 |
| 16 |Cefarin, Tamar |4d|NOM| 30 | 6-| 25+ | 15+ | 13- | 12- | 2 | 154 | 60 |
| 17 |Cioata, Daniel |4d|BUK| 30 | 1-| 12- | 36+ | 25+ | 7- | 2 | 153 | 58 |
| |Poliak, Miroslav |4d|GAL| 30 | 3-| 36+ | 7- | 23+ | 4- | 2 | 153 | 58 |
| 19 |Hödlmoser, ~Karl-Hein |4d|Wie| 30 | 14-| 26+ | 10- | 21+ | 8- | 2 | 152½ | 59½ |
| 20 |Kuhar, Velimir |5d|ZAG| 30 | 25+| 15- | 21+ | 10- | 11- | 2 | 152 | 60 |
| 21 |Platonov, Vladimir |4d|KIE| 30 | 24+| 5- | 20- | 19- | 29+ | 2 | 151 | 59 |
| 22 |Holecek, David |4d|PRA| 30 | 2-| 13- | 27+ | 12- | 39+ | 2 | 151 | 57 |
| 23 |Danek, Vladimir |5d|PRA| 30 | 9-| 28+ | 13- | 18- | 31+ | 2 | 150 | 58 |
| 24 |Gaspari, Peter |4d|LJU| 30 | 21-| 29- | 28+ | 9- | 27+ | 2 | 148 | 58 |
| |Litvin, Viktor |4d|KHA| 30 | 20-| 16- | 29+ | 17- | 28+ | 2 | 148 | 58 |
| 26 |Claasen, Tony |5d|ARH| 29½| 4-| 19- | -- | -- | -- | 0 | 146 | 0 |
| 27 |Rupel, Mirko |4d|KRA| 29 | 8-| 11- | 22- | 37+ | 24- | 1 | 150 | 28 |
| |Shen, Hao |4d|Wie| 29 | 5-| 23- | 24- | 40+ | 25- | 1 | 150 | 28 |
| 29 |Dragomir, Leonard |2d|CRA| 29 | 44+| 24+ | 25- | 35+ | 21- | 3 | 145 | 85 |
| 30 |Steffens, Sigmar |2d|DRE| 29 | 33+| 35- | 37- | 38+ | 36+ | 3 | 141 | 85 |
| 31 |Effenberg, Alfred |2d|Wie| 29 | 35-| 48+ | 46+ | 36+ | 23- | 3 | 140 | 82 |
| 32 |Dica, Vladimir |1d|BEC| 29 | 52+| 51+ | 44+ | 14- | 40+ | 4 | 138 | 107 |
| 33 |Krusina, Rudolf |2d|BRA| 29 | 30-| 37- | 55+ | 45+ | 35+ | 3 | 137 | 80 |
| 34 |Toma, Iulian |1d|BRA| 29 | 43+| 45- | 51+ | 46+ | 37+ | 4 | 136 | 109 |
| 35 |Sora, Sorin Adrian |2d|CRA| 28 | 31+| 30+ | 6- | 29- | 33- | 2 | 148 | 58 |
| 36 |Konopac, Daniel |3d|PRA| 28 | 46+| 18- | 17- | 31- | 30- | 1 | 145 | 27 |
| 37 |Bachner, Mark |1d|Wie| 28 | 49+| 33+ | 30+ | 27- | 34- | 3 | 143 | 85 |
| 38 |Istratie, Christian |1d|CRA| 28 | 39+| 44- | 42+ | 30- | 48+ | 3 | 139 | 83 |
| 39 |Hrdina, Marian |1d|BRA| 28 | 38-| 52+ | 41+ | 44+ | 22- | 3 | 139 | 81 |
| |Köszegi, Sandor |1d|BUD| 28 | 50+| 46+ | 45+ | 28- | 32- | 3 | 139 | 81 |
| 41 |Mateescu, Carmen |1d|BUK| 28 | 51-| 47+ | 39- | 50+ | 45+ | 3 | 135 | 81 |
| 42 |Skalka, Pavel |1k|ZLI| 28 | 53+| 49+ | 38- | 51+ | 44+ | 4 | 134 | 106 |
| 43 |Kok, Rob |2d|ADM| 28 | 34-| -- | -- | -- | -- | 0 | 133 | 0 |
| 44 |Harlander, Dusan |2d|NOM| 27 | 29-| 38+ | 32- | 39- | 42- | 1 | 142 | 28 |
| 45 |Shevchuk, Viktor |1d|RIV| 27 | 47+| 34+ | 40- | 33- | 41- | 2 | 141 | 56 |
| 46 |Nechanicky, Vitezlav |3d|NYM| 27 | 36-| 40- | 31- | 34- | 47- | 0 | 141 | 0 |
| 47 |Posch, Franz |1d|Wie| 27 | 45-| 41- | 49+ | 48- | 46+ | 2 | 136 | 54 |
| 48 |Prokova, Iva |1k|PRA| 27 | 55+| 31- | 52+ | 47+ | 38- | 3 | 135 | 78 |
| 49 |Yeroshkin, Yury |1d|RIV| 27 | 37-| 42- | 47- | 52+ | 51+ | 2 | 135 | 52 |
| 50 |Strutzenberger, Clem |1k|LNZ| 27 | 40-| 53+ | 56+ | 41- | 57+ | 3 | 132 | 76 |
| 51 |Prellinger, Thomas |1d|LNZ| 26 | 41+| 32- | 34- | 42- | 49- | 1 | 141 | 28 |
| 52 |Knoll, Klaus |1d|SBG| 26 | 32-| 39- | 48- | 49- | 55+ | 1 | 136 | 25 |
| 53 |Miskolzi, Szonja |1k|BUD| 26 | 42-| 50- | 59+ | 57- | 56+ | 2 | 130 | 50 |
| 54 |Voznikov, Konstantin |2k|SIM| 25½| 58+| 55- | -- | -- | -- | 1 | 119 | 25 |
| 55 |Urban, Andreas |1k|BER| 25 | 48-| 54+ | 33- | 56- | 52- | 1 | 132½ | 25½ |
| 56 |Rupel, Vera |3k|KRA| 25 | 60+| 57+ | 50- | 55+ | 53- | 3 | 125 | 72 |
| 57 |Solokov, Dmitri |3k|KAL| 25 | 59+| 56- | 61+ | 53+ | 50- | 3 | 122 | 70 |
| 58 |Klein, Gerfried |2k|LNZ| 25 | 54-| -- | -- | -- | -- | 0 | 117½ | 0 |
| 59 |Svec, Ivo |3k|BRA| 25 | 57-| 61+ | 53- | 62+ | 60+ | 3 | 110 | 59 |
| 60 |Paar, Kurt |8k|Fra| 19 | 56-| 62- | 64+ | 66+ | 59- | 2 | 94 | 28 |
| 61 |Bakanov, Victor |8k|? | 19 | 63+| 59- | 57- | 65- | 66+ | 2 | 93 | 31 |
| 62 |Sheremetiev, Yury |10k|KIE| 19 | 64+| 60+ | 63+ | 59- | 65+ | 4 | 91 | 66 |
| 63 |Karas, Robert |10k|SBG| 18 | 61-| 64+ | 62- | 67+ | 68+ | 3 | 73 | 35 |
| 64 |Iacob, Liliana |11k|BRA| 15 | 62-| 63- | 60- | 68+ | 67- | 1 | 76 | 9 |
| 65 |Mutter, Georg |14k|LNZ| 14 | 66-| 68+ | 67+ | 61+ | 62- | 3 | 71 | 39 |
| 66 |Garling, Dieter |14k|BER| 13 | 65+| 67- | 68+ | 60- | 61- | 2 | 73 | 23 |
| 67 |Bauer, Franz |17k|TRA| 11 | 68+| 66+ | 65- | 63- | 64+ | 3 | 68 | 36 |
| 68 |Serbina, Tatyana |16k|SIM| 9 | 67-| 65- | 66- | 64- | 63- | 0 | 71 | 0 |
[[Turnier 2007 english]]
!Termin
5. - 6. Mai 2007
!Austragungsort
Volkshaus Pichling, Luna Platz 4
4030 Linz
!Modus
5 Runden Mc Mahon, Japanische Regeln
Komi: 6,5
Bedenkzeit: 60 min
Byoyomi: 30 Steine in 10 min (nicht progressiv)
!Nenngeld
12 Euro, 2 Euro Ermäßigung bei Anmeldung bis 4. Mai 2007,
Spieler schwächer als 15kyu und unter 14 Jahren sind frei
!Preise
1. Platz: 250€
2. Platz: 150€
3. Platz: 100€
(Reihung: MMS, SOS)
Sachpreise für besten Spieler unter 18 Jahren und für 5 Siege
!Zeitplan
Anmeldeschluss: Samstag 11:30
Siegerehrung: Sonntag 16:30
!Anmeldung
(geschlossen)
!Kontakt
Go-Klub Linz (linz@goverband.at)
Stefan Fischmeister
Handy am Spielort: 0676 / 75 33 090
!Anreise
* Von Wien (A1): Abfahrt Asten - Sankt Florian, Richtung Pichling, Linz
* Von Budweis (A7): Abfahrt Voest-Linz, Richtung Ebelsberg, Mona Lisa Tunnel
* Von Salzburg, Passau (A1, A25) Abfahrt Asten - Sankt Florian, Richtung Pichling, Linz
!Unterkunft
* Der Gasthof zum Hauermandl (#33) in Pichling ist 2.5km von Spielort entfernt.
* An der Straßenbahn zwischen Bahnhof und Spielort liegen:
>Hotel Kleinmünchen (#30)
>Turmfalke (#46)
>Novotel Linz (#9)
>Youthotel Linz (#48)
>Hotel Nibelungenhof (#19)
>Wilder Mann (#31)
>Austria Trend Hotel Schillerpark (#3)
* Nähe Bahnhof:
> Hotel Ibis (#14)
> Hotel Lokomotive (#17)
Die meisten Hotels liegen im Zentrum von Linz, vom Zentrum zum Spielort
fährt man mit der Straßenbahn (~40min).
Der Go Kurs der Volkshochschule startet wieder im Herbst (1. Termin: 25. September 2008).
Zeit und Ort bleiben gleich: 18:30 - 21:30 im Seminarraum 1003 im Wissensturm.
Für den Kurs im nächsten Semester kann man sich bereits anmelden (siehe: https://vhskurs.linz.gv.at/index.php?urlparameter=kathaupt%3A12%3Bknr:08.36115)
Der Kurs ist gratis! Es fallen keine Kursgebühren an.
Während den Ferien spielen wir ab eta 19:00 Uhr im La Boheme in der Pfarrgasse (nähe Hauptplatz).