<!--{{{-->
<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]];}

.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:0; top:0;}

.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:0 3px 0 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:0; padding-bottom:0;}

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

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

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

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
Type the text for 'YourName'
Ak Dr .Wiki es un sitio web educativo realizado por médicos para médicos, estudiantes de medicina y profesionales de la salud. Su finalidad es la de servir como un depósito en línea de la información médica que se puede acceder por cualquier persona. 

Debido a que su la información medica es demasiado extensa y es posible que se olvide de todo lo que aprendió por ejemplo el mes pasado ,  necesita una pagina web en línea para almacenar datos importantes, diferenciales, figuras y otra información médica.

[img[http://davidrothman.net/wp-content/uploads/2007/05/askdrwikilogo.png]]
Es la aplicación de las estadísticas a un amplio campo de tópicos en biología. Esta envuelve el desarrollo y aplicación de técnicas estadísticas a la investigación en campos relacionados a la salud pública.

Las ciencias de la salud están sujetas a razonamientos de tipo inductivo que van de lo particular a lo general es decir que pretende extender al todo las conclusiones obtenidas en una parte pues ellas hacen continuamente afirmaciones acerca de un grupo de individuos habiendo observado en realidad solo una parte de los mismos.

IMPORTANCIA DE LA ESTADISTICA EN LA SALUD:

Para la  OMS la salud es considerada como un estadio de perfecto bienestar, físico, mental y social y no carencia de enfermedad. Un descubrimiento o estudio en la salud llama la atención de los profesionales y estudiantes, en estas investigaciones tienen mucho que ver con los conocimientos obtenidos de los métodos científicos los cuales permiten diferenciar opiniones más o menos arbitrarias y estudios más o menos científicos.

Analizar casos de una población de una comunidad o de una muestra  seleccionada , indagando sus condiciones de vida, su forma y tipo de nutrición, entorno familiar y su condición social, para ayudarles en un acertado diagnóstico clínico o tratar incrementar las posibilidades de que sea lo más apropiado posible, también para conocer de los factores que perjudican el estado de salud de una persona.Interpretar y evaluar críticamente la información estadística, los argumentos apoyados en datos que se pueden encontrar en varios contextos, incluyendo los medios de comunicación.Con un enfoque estadístico se puede estudiar poblaciones en las que se aplican leyes con grandes fluctuaciones aleatorias.

AREAS DE LA ESTADISTICA:

Diseño: Planeamiento y desarrollo de investigaciones.
Descripción: Resumen y exploración de datos.
Cuantitativas: las cuales se representas por medio de la escala nominal

[img[https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTRVhqpZEHS9w8jPgXsPx_QX4TJqfn3LP4y4O8E9O9RSD0X70iI]]


Background: #FFC0CB
Foreground: #FF1493
PrimaryPale: #FFF0F5
PrimaryLight: #FF1493
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
Kelly Trombosis es una técnica nueva para el tratamiento de las colaterales varicosas cuyo objetivo es impedir el flujo a través de las safenas, de las tributarias, de las colaterales y de las perforantes, este se puede lograr quirúrgicamente con el tratamiento clásico de la safenectomía y ligadura más reseción de las colaterales , el objetivo de este trabajo es presentar un nuevo método sencillo y rápido para tratar las colaterales varicosas Mc Cook, en esta nueva técnica se procede a realizar la safenectomía externa o interna que se requiera y las colaterales varicosas son presionadas fuertemente con la pinza de Kelly para producirles daño a la íntima y trombosarlas posteriormente, esta técnica no añade riesgos ni complicaciones y sus ventajas son la simplicidad y la rapidez.

 [img[http://u1.ipernity.com/u/5/2D/98/1873965.845679fa1.m.jpg]]
Esta wiki trata sobre los diversos temas torácicos y cardiovasculares en los cuales hablan sobre antiagregación, anticoagulación, antibióticoprofilaxis, mediastinistis, endocarditis 
Autotransfusión, Cirugía Cardiaca en general, Cardiopatías Congénitas, Cardiopatías Valvulares, Patología Arterial Perférica, Patología Venosa, otros temas; también encontraremos link diversos acerca de temas diversos como medicina basada en evidencias.


Es una wiki cuyo autor es el Dr. Jesús Custodio en la cual encontraremos artículos médicos con relación a patologías de la especialidad de Cirugía Torácica y Cardiovascular, también encontraremos otros temas de cirugía, y si uno requiere de más información también habrá links de la base de datos ''PUBMED'' , el cual es un buscador medico. 

[img[http://www.xavier.edu/library/images/pubmed_refworks1.jpg]]    
Las wikis juegan un papel muy importante en mi educación médica, es decir que estas medical wikis son el futuro de la medicina y lo que quiero decir es que acá podremos encontrar diversas informaciones acerca de medicina, ya sean artículos, videos, imágenes, etc; un sin fin de utilidades que todos nosotros necesitaremos alguna vez y todo en una sola pagina web y nos publican 16 de las wikis más completas e importantes que hay como: 
Medicine in Wikipedia Ask Dr. Wiki, Radiopaedia, The Clinical Informatics, Doctor Network, Wikia y muchas otras más.
 [img[http://scienceroll.files.wordpress.com/2007/03/clinfo.jpg?w=620]]
La Web de Docencia, Investigación, Formación y Comunicación tiene como fin en común aunar los contenidos los cuales faciliten las labores de docencia, de las tutorías hospitalarias y de los residentes. En esta encontraremos varias secciones en las cuales habrá temas acerca de investigación, biblioteca, docencia, formación, comunicación, bioética, tablón de Anuncios , tutorías hospitalarias, etc. 

[img[http://docenciahtc.wikispaces.com/file/view/Link_Web_Colaboraciones.jpg/295501318/Link_Web_Colaboraciones.jpg]] [img[http://docenciahtc.wikispaces.com/file/view/Argentina_mapa.png/384814860/225x225/Argentina_mapa.png]]
La Revista Electrónica de Medicina Intensiva es una wiki de un tipo especial de la web donde las páginas pueden ser editadas por un número teóricamente ilimitado de usuarios sin otra herramienta que el propio navegador web. 

Los pueden editar el contenido del wiki, modificar, crear, borrar, enlazar y desarrollar cualquier tipo de actividad dentro de él de modo colaborativo y simultáneo, lo cual reporta importantísimas ventajas, especialmente desde el punto de vista organizativo, además cuenta con un Consejo de Redacción, que está formado por los editores de la revista, que han desarrollado el proyecto, y  han mantenido el funcionamiento de estas páginas comentan.

[img[http://4.bp.blogspot.com/-f1-MSuUQz8k/TX6VwLpn75I/AAAAAAAAAAc/rBZt-IEo4EA/s250/remi.gif]]
Es una nueva técnica cuyo objetivo principal es el tratamiento de las varices 
[img[http://u1.ipernity.com/u/5/10/98/1873936.68d392b71.m.jpg]]
En este wiki podemos encontar información sobre temas Torácicos y cardiovasculares
 Esta es una revista  selección de artículos médicos relacionados a patologías de la especialidad de Cirugía Torácica y Cardiovascular.
Aquí encontrarás también links al PUBMED, a un manual de como realizar búsquedas y a otros buscadores médicos.
Haz click en los temas de la barra lateral y te llevarán a los artículos revisados.
Los modelos wikis son 3 según los propuestos y los clasificare de la siguiente forma:

WIKIS CON FORMATO TIDDLYSPOT: estos modelos de wikis son muy sencillos y prácticos, ya que en la barra lateral nos permiten la presentación de los tiddlers y podemos organizarlos de la manera que uno crea y convenga, además el acceso de este es muy fácil solo pueden ocasionar problemas cuando queremos guardar nuestra información de los tiddlers, lo cual para eso debemos usar save to the web.Ejemplos como: a.	Apuntes profesionales : http://jjcustodio.tiddlyspot.com/ , para un proyecto de investigación: http://jjcustodio2.tiddlyspot.com/ ,	aprendiendo a crear una wiki:  http://aprendiendotw.tiddlyspot.com/ y CIE 10: http://cie10.tiddlyspot.com/

WIKIS CON FORMATO WIKISPACES: los modelos con este formato son muy parecidos a los del formato tiddlyspot, pero la diferencia es que esto tiene de fondo un diseño blanco y quieras o no le da un ambiente mas iluminado y a mi parecer mejor, este igual que tiddlyspot tiene la barra lateral en donde están los tiddlers los cuales podemos organizarlos por una característica común, pero a mi me parece que es un formato un poco mas ordenado que el primero nombrado. Ejemplo : recuerdos de promoción: http://mercyboys.wikispaces.com/

WIKIS CON FORMATO WIKIFOUNDRY: el wikifoundry es un formato mas sencilla y divertido de manejar al tiddlyspot y el wikispace ya que estas nos muestran la lista de los tiddlers en un solo cuadrado, también organizándole como a uno mejor le parezca, además el wikifoundry es mas temático ya que le puedes dar color y diseño a la pagina, este es muy parecido a un blog.
Ejemplos : apuntes médicos: http://jjcustodio.wetpaint.com/?t=anon y herramientas blogger: http://pubtools.wetpaint.com/

[img[http://www.eduteka.org/imgbd/23/23-15/5wikispaces.jpg]]
[[Welcome to my wiki]]
[[My life.]]
[[My anecdotes]]
[[Bioestadística]]
[[Webicina]]
[[El metabolismo de lípidos]]
[[Mecanica de pulmón]]
[[Medidas de posición o tendencia central]]
[[Wiki Portal de Medicina]]
[[Comparación de modelos wikis]]
[[Comentario sobre apuntes profesionales]]
[[Comentario sobre Kelly Trombosis (Proyecto de Investigación)]]
[[Comentario sobre apuntes médicos]]
[[Comentario sobre web de Docencia e Investigación]]
[[Comentario sobre wikis: Otra forma de colaborar en Medicina]]
[[Comentario sobre medical Wikis,The future of Medicine ]]
[[Ask Dr.Wiki ]]
[[Pub Drug]]
[[Wikidaily]]
[[Mi agenda personal]]
[[Mi árbol Genealógico]]
Lípidos son absorbidos en el intestino y se someten a la digestión y el metabolismo antes de que pueden ser utilizadas por el cuerpo. La mayoría de los lípidos dietéticos son las grasas y las moléculas complejas que el cuerpo necesita para romper con el fin de utilizar y obtener energía de.
Digestión de lípidos

Digestión de las grasas se compone de estas grandes etapas:-

    Absorción
    Emulsificación de grasas
    Digestión de las grasas
    Metabolismo de las grasas
    Degradación

Absorción de lípidos

Ácidos grasos de cadena corta (hasta 12 carbonos) son absorbidos directamente.

Triglicéridos y grasas en la dieta son insolubles en agua y por lo tanto su absorción es difícil. Para lograr esto, la grasa en la dieta se descompone en partículas pequeñas que aumenta el área expuesta para ataque rápido por las enzimas digestivas.
Emulsificación de grasas

Grasas en la dieta se someten a la emulsificación que conduce a la liberación de ácidos grasos. Esto se produce por simple hidrólisis de los enlaces éster de los triglicéridos.

Las grasas se descomponen en pequeñas partículas por acción detergente y mezclado mecánico. Se realiza la acción detergente por jugos digestivos, pero sobre todo por las grasas parcialmente digeridas (ácidos grasos jabones y monacylglycerols) y por sales biliares.

Las sales biliares como el ácido cólico contienen un lado que es hidrofóbica (repelente al agua) y otro lado de amar o hydrophhillic de agua. Esto les permite disolver en una interfase aceite-agua, con la superficie hidrofóbica en contacto con los lípidos para ser absorbido y la superficie hidrofílica en el medio acuoso. Esto se llama la acción detergente y emulsiona las grasas y produce micelas mixtas.

Micelas mixtas sirven como vehículos de transporte para menos lípidos solubles en agua de los alimentos y también para el colesterol, vitaminas liposolubles A, D, E y K.
Digestión de las grasas

Después de la emulsificación las grasas son hidrolizadas o por las enzimas secretadas por el páncreas. La enzima más importante involucrada es la lipasa pancreática. Lipasa pancreática rompe vínculos éster primario, el 1 o los 3 enlaces éster. Esto convierte los triglicéridos 2-monoglicéridos (2-monoacylglycerols). Menos del 10% de triglicéridos siendo unhydrolyzed en el intestino.
Metabolismo de las grasas

Ácidos grasos de cadena corta entrar directamente en la circulación, pero la mayoría de los ácidos grasos es reesterified con glicerol en los intestinos de los triglicéridos de forma que entren en la sangre como partículas de lipoproteínas llamadas quilomicrones.

Lipasa actúa sobre estos quilomicrones forma los ácidos grasos. Estos pueden ser almacenados como grasa en el tejido adiposo, su utiliza para producir energía en cualquier tejido con mitocondrias utilizando oxígeno y reesterified a los triglicéridos en el hígado y exportados como lipoproteínas llamadas VLDL (lipoproteínas de muy baja densidad).

VLDL tiene un resultado similar como quilomicrones y eventualmente se convierte en LDL (lipoproteínas de baja densidad). Insulina simula lipasa.

Durante la inanición durante largos períodos de tiempo también puede convertir los ácidos grasos a cuerpos cetónicos en el hígado. Estos cuerpos cetónicos puede utilizarse como fuente de energía por la mayoría de las células que tienen mitocondrias.
Degradación

Los ácidos grasos se desglosan por Beta oxidación. Esto ocurre en las mitocondrias o en peroxisomas para generar acetil-CoA. El proceso es el inverso de la síntesis de ácidos grasos: fragmentos de dos emisiones de carbono se quitan del extremo carboxilo del ácido. Esto ocurre después de deshidrogenación, hidratación y oxidación para formar un ácido beta-ceto.

El acetil-CoA, a continuación, se convierte en ATP, CO2y H2O utilizando el ciclo del ácido cítrico y libera energía de 106 ATP. Ácidos grasos insaturados requieren pasos enzimáticos adicionales para la degradación.

[img[http://globedia.com/imagenes/noticias/2012/5/9/metabolismo-lipidos-organismo_1_1207861.jpg]]
/***
|''Name:''|LoadRemoteFileThroughProxy (previous LoadRemoteFileHijack)|
|''Description:''|When the TiddlyWiki file is located on the web (view over http) the content of [[SiteProxy]] tiddler is added in front of the file url. If [[SiteProxy]] does not exist "/proxy/" is added. |
|''Version:''|1.1.0|
|''Date:''|mar 17, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#LoadRemoteFileHijack|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
***/
//{{{
version.extensions.LoadRemoteFileThroughProxy = {
 major: 1, minor: 1, revision: 0, 
 date: new Date("mar 17, 2007"), 
 source: "http://tiddlywiki.bidix.info/#LoadRemoteFileThroughProxy"};

if (!window.bidix) window.bidix = {}; // bidix namespace
if (!bidix.core) bidix.core = {};

bidix.core.loadRemoteFile = loadRemoteFile;
loadRemoteFile = function(url,callback,params)
{
 if ((document.location.toString().substr(0,4) == "http") && (url.substr(0,4) == "http")){ 
 url = store.getTiddlerText("SiteProxy", "/proxy/") + url;
 }
 return bidix.core.loadRemoteFile(url,callback,params);
}
//}}}
[[Welcome to my wiki]]
[[My life.]]
[[My anecdotes]]
[[Bioestadística]]
[[Webicina]]
[[El metabolismo de lípidos]]
[[Mecanica de pulmón]]
[[Medidas de posición o tendencia central]]
[[Wiki Portal de Medicina]]
[[Comparación de modelos wikis]]
[[Comentario sobre apuntes profesionales]]
[[Comentario sobre Kelly Trombosis (Proyecto de Investigación)]]
[[Comentario sobre apuntes médicos]]
[[Comentario sobre web de Docencia e Investigación]]
[[Comentario sobre wikis: Otra forma de colaborar en Medicina]]
[[Comentario sobre medical Wikis,The future of Medicine ]]
[[Ask Dr.Wiki ]]
[[Pub Drug]]
[[Wikidaily]]
[[Mi agenda personal]]
[[Mi árbol Genealógico]]
El aparato ventilatorio tóraco-pulmonar puede considerarse como un sistema elástico forma-
do por dos estructuras en serie, que ejercen fuerzas opuestas: la caja torácica y los pulmo-
nes. En condiciones normales, el espacio pleural tiene un carácter virtual, encontrándose
pared torácica y pulmones en íntima aposición, por lo que existe una estrecha corresponden-
cia en sus volúmenes. Aunque las características elásticas del pulmón y sus determinantes
sean el objeto de otro capítulo, no se puede hablar de los volúmenes pulmonares sin men-
cionar esta circunstancia, dado que el volumen pulmonar de reposo, la capacidad residual
funcional, representa el punto de equilibrio entre las fuerzas elásticas de ambos componen-
tes del sistema (1,2). Es a partir de este volumen de equilibrio desde donde ha de arrancar
el análisis del resto de volúmenes pulmonares, tanto estáticos como dinámicos, y de las sub-
divisiones de los mismos. Cuando, como consecuencia de la contracción de los músculos
respiratorios, se produce un cambio de volumen en la caja torácica, este va a ir seguido de
un cambio de volumen en los pulmones. Por otra parte, no sólo el volumen estático de repo-
so está determinado por las características elásticas del pulmón y de la pared torácica, sino
que el volumen de gas pulmonar depende en todo momento de estas, tanto como de la acti-
vidad de los músculos inspiratorios y espiratorios.

[img[http://a248.e.akamai.net/7/248/847/20120627145518/www.msd.es/publicaciones/mmerck_hogar/seccion_04/images/seccion_04_03.gif]]
A estos indicadores les llamamos medidas de dispersión, por cuanto que están referidos a la variabilidad que exhiben los valores de las observaciones, ya que si no hubiere variabilidad o dispersión en los datos interés, entonces no habría necesidad de la gran mayoría de las medidas de la estadística descriptiva.
Las medidas de tendencia central tienen como objetivo el sintetizar los datos en un valor representativo, las medidas de dispersión nos dicen hasta que punto estas medidas de tendencia central son representativas como síntesis de la información. 
Medidas de dispersión, divididas en: 
   ABSOLUTAS
   DESVIACIÓN ESTÁNDAR: Llamada también desviación típica; es una medida que informa sobre la media de distancias que tienen los datos respecto de su media aritmética, expresada en las mismas unidades que la variable.

   LA VARIANZA: Es el valor de la desviación estándar al cuadrado; su utilidad radica en que su valor es requerido para todos los procedimientos estadísticos.

   ERROR TÍPICO: Llamado también error estándar de la media. Se refiere a una medida d variabilidad de la media; sirve para calcular cuan dispersa estaría la media de realizar un nuevo cálculo
[img[http://www.monografias.com/trabajos14/estadistcines/Image3260.gif]]
|!Friends|!Nombres|!Apellidos|!Teléfonos|!Fotos|
|Buro|Karlita|Carranza|976813454|[img[http://2.bp.blogspot.com/-LVceCNo_GBY/UkOyZWWFU9I/AAAAAAAAAP8/U8k5hcWEFxg/s200/541566_520286894685445_2040991221_n.jpg]]|
|Mi infe|Emma|Alvarado|942040774|[img[data:image/jpeg;base64,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]]|
|Dantec|Dante|Saavedra|979947275|[img[http://4.bp.blogspot.com/-R6soBN_XsDM/UkOyuy3_9mI/AAAAAAAAAQE/ggQYV18yCR8/s200/390993_206596766087558_2076156850_n.jpg]]|

[img[http://2.bp.blogspot.com/-dyx_FY6zPs4/UkN9D1zj1qI/AAAAAAAAAPg/_J9dOZfIpfo/s400/ARBOL+GENEOLOGICO.JPG]]
So I just feel a little sad and all its for the friendship stuff , first my best friend say to another girl she is her best friend , i know is confused ... Then this new girl is like appart my other friend and its very annoying but  I'm a nicely girl nad I'm gonna be like I don't care i love it lol ... I know I'm very weird    
 Pd: yesterday i hear the best cover ever <3 <3 <3 <3
Type the text for 'My anécdotas'
Mi nombre es Andrea, curso el 4 to ciclo de medicina y tengo 18 años, soy una persona sencilla y amo la fotografía, como muchos piensan que la medicina es una carrera muy difícil pues verán yo les diré la verdad, no es que sea difícil lo que si demasiado trabajosa, debes de ponerle mucho empeño ya que cada estudiante quiere ser unos de los mejores doctores siempre.
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
	major: 1, minor: 0, revision: 2, 
	date: new Date("Apr 19, 2007"),
	source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
	coreVersion: '2.2.0 (Beta 5)'
};

config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");

merge(config.macros.option.types, {
	'pas': {
		elementType: "input",
		valueField: "value",
		eventName: "onkeyup",
		className: "pasOptionInput",
		typeValue: config.macros.option.passwordInputType,
		create: function(place,type,opt,className,desc) {
			// password field
			config.macros.option.genericCreate(place,'pas',opt,className,desc);
			// checkbox linked with this password "save this password on this computer"
			config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);			
			// text savePasswordCheckboxLabel
			place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
		},
		onChange: config.macros.option.genericOnChange
	}
});

merge(config.optionHandlers['chk'], {
	get: function(name) {
		// is there an option linked with this chk ?
		var opt = name.substr(3);
		if (config.options[opt]) 
			saveOptionCookie(opt);
		return config.options[name] ? "true" : "false";
	}
});

merge(config.optionHandlers, {
	'pas': {
 		get: function(name) {
			if (config.options["chk"+name]) {
				return encodeCookie(config.options[name].toString());
			} else {
				return "";
			}
		},
		set: function(name,value) {config.options[name] = decodeCookie(value);}
	}
});

// need to reload options to load passwordOptions
loadOptionsCookie();

/*
if (!config.options['pasPassword'])
	config.options['pasPassword'] = '';

merge(config.optionsDesc,{
		pasPassword: "Test password"
	});
*/
//}}}
PubDrug es un acceso abierto las cuales son  revisadas por expertos, las base de datos de información de derechos de autor y las drogas sin derechos destinados al uso de los farmacéuticos y otros profesionales sanitarios.

Se está desarrollando como un wiki la cual  permite aprovechar los conocimientos de cualquier persona conectada a Internet. Sin embargo, también PubDrug proporciona directrices editoriales y los procedimientos de verificación de datos para mantener su información de la droga como un error-libre como sea posible.

[img[http://davidrothman.net/wp-content/uploads/2007/05/pubdruglogo.png]]
My little space for medical information.
Wikicina.
/***
Description: Contains the stuff you need to use Tiddlyspot
Note, you also need UploadPlugin, PasswordOptionPlugin and LoadRemoteFileThroughProxy
from http://tiddlywiki.bidix.info for a complete working Tiddlyspot site.
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'andreallstar94';

// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)
window.showBackstage = true; // show backstage too

// disable autosave in d3
if (window.location.protocol != "file:")
	config.options.chkGTDLazyAutoSave = false;

// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
	SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
	SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
	OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
	DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[WelcomeToTiddlyspot]] ");
	MainMenu = MainMenu.replace(/^/,"[[WelcomeToTiddlyspot]] ");
}

// create some shadow tiddler content
merge(config.shadowTiddlers,{

'TspotControls':[
 "| tiddlyspot password:|<<option pasUploadPassword>>|",
 "| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<br>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
 "| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[blog|http://tiddlyspot.blogspot.com/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].join("\n"),

'TspotSidebar':[
 "<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n"),

'WelcomeToTiddlyspot':[
 "This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
 "<<tiddler TspotControls>>",
 "See also GettingStarted.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n")

});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 25/09/2013 23:52:59 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . | ok |
| 25/09/2013 23:53:33 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . |
| 25/09/2013 23:53:40 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . | ok |
| 25/09/2013 23:53:57 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . | ok |
| 25/09/2013 23:55:00 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . | ok | ok | ok |
| 26/09/2013 00:00:28 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . | ok |
| 26/09/2013 00:13:07 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . |
| 26/09/2013 00:13:26 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . | ok | ok |
| 26/09/2013 00:28:59 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . |
| 26/09/2013 00:29:12 | Andrea | [[/|http://andreallstar94.tiddlyspot.com/]] | [[store.cgi|http://andreallstar94.tiddlyspot.com/store.cgi]] | . | [[index.html | http://andreallstar94.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.3|
|''Date:''|Feb 24, 2008|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 3,
	date: new Date("Feb 24, 2008"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0'
};

//
// Environment
//

if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false;	// true to activate both in Plugin and UploadService
	
//
// Upload Macro
//

config.macros.upload = {
// default values
	defaultBackupDir: '',	//no backup
	defaultStoreScript: "store.php",
	defaultToFilename: "index.html",
	defaultUploadDir: ".",
	authenticateUser: true	// UploadService Authenticate User
};
	
config.macros.upload.label = {
	promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
	promptParamMacro: "Save and Upload this TiddlyWiki in %0",
	saveLabel: "save to web", 
	saveToDisk: "save to disk",
	uploadLabel: "upload"	
};

config.macros.upload.messages = {
	noStoreUrl: "No store URL in parmeters or options",
	usernameOrPasswordMissing: "Username or password missing"
};

config.macros.upload.handler = function(place,macroName,params) {
	if (readOnly)
		return;
	var label;
	if (document.location.toString().substr(0,4) == "http") 
		label = this.label.saveLabel;
	else
		label = this.label.uploadLabel;
	var prompt;
	if (params[0]) {
		prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0], 
			(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
	} else {
		prompt = this.label.promptOption;
	}
	createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};

config.macros.upload.action = function(params)
{
		// for missing macro parameter set value from options
		if (!params) params = {};
		var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
		var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
		var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
		var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
		var username = params[4] ? params[4] : config.options.txtUploadUserName;
		var password = config.options.pasUploadPassword; // for security reason no password as macro parameter	
		// for still missing parameter set default value
		if ((!storeUrl) && (document.location.toString().substr(0,4) == "http")) 
			storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
		if (storeUrl.substr(0,4) != "http")
			storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
		if (!toFilename)
			toFilename = bidix.basename(window.location.toString());
		if (!toFilename)
			toFilename = config.macros.upload.defaultToFilename;
		if (!uploadDir)
			uploadDir = config.macros.upload.defaultUploadDir;
		if (!backupDir)
			backupDir = config.macros.upload.defaultBackupDir;
		// report error if still missing
		if (!storeUrl) {
			alert(config.macros.upload.messages.noStoreUrl);
			clearMessage();
			return false;
		}
		if (config.macros.upload.authenticateUser && (!username || !password)) {
			alert(config.macros.upload.messages.usernameOrPasswordMissing);
			clearMessage();
			return false;
		}
		bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password); 
		return false; 
};

config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir) 
{
	if (!storeUrl)
		return null;
		var dest = bidix.dirname(storeUrl);
		if (uploadDir && uploadDir != '.')
			dest = dest + '/' + uploadDir;
		dest = dest + '/' + toFilename;
	return dest;
};

//
// uploadOptions Macro
//

config.macros.uploadOptions = {
	handler: function(place,macroName,params) {
		var wizard = new Wizard();
		wizard.createWizard(place,this.wizardTitle);
		wizard.addStep(this.step1Title,this.step1Html);
		var markList = wizard.getElement("markList");
		var listWrapper = document.createElement("div");
		markList.parentNode.insertBefore(listWrapper,markList);
		wizard.setValue("listWrapper",listWrapper);
		this.refreshOptions(listWrapper,false);
		var uploadCaption;
		if (document.location.toString().substr(0,4) == "http") 
			uploadCaption = config.macros.upload.label.saveLabel;
		else
			uploadCaption = config.macros.upload.label.uploadLabel;
		
		wizard.setButtons([
				{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption, 
					onClick: config.macros.upload.action},
				{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
				
			]);
	},
	options: [
		"txtUploadUserName",
		"pasUploadPassword",
		"txtUploadStoreUrl",
		"txtUploadDir",
		"txtUploadFilename",
		"txtUploadBackupDir",
		"chkUploadLog",
		"txtUploadLogMaxLine"		
	],
	refreshOptions: function(listWrapper) {
		var opts = [];
		for(i=0; i<this.options.length; i++) {
			var opt = {};
			opts.push();
			opt.option = "";
			n = this.options[i];
			opt.name = n;
			opt.lowlight = !config.optionsDesc[n];
			opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
			opts.push(opt);
		}
		var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
		for(n=0; n<opts.length; n++) {
			var type = opts[n].name.substr(0,3);
			var h = config.macros.option.types[type];
			if (h && h.create) {
				h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
			}
		}
		
	},
	onCancel: function(e)
	{
		backstage.switchTab(null);
		return false;
	},
	
	wizardTitle: "Upload with options",
	step1Title: "These options are saved in cookies in your browser",
	step1Html: "<input type='hidden' name='markList'></input><br>",
	cancelButton: "Cancel",
	cancelButtonPrompt: "Cancel prompt",
	listViewTemplate: {
		columns: [
			{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
			{name: 'Option', field: 'option', title: "Option", type: 'String'},
			{name: 'Name', field: 'name', title: "Name", type: 'String'}
			],
		rowClasses: [
			{className: 'lowlight', field: 'lowlight'} 
			]}
};

//
// upload functions
//

if (!bidix.upload) bidix.upload = {};

if (!bidix.upload.messages) bidix.upload.messages = {
	//from saving
	invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
	backupSaved: "Backup saved",
	backupFailed: "Failed to upload backup file",
	rssSaved: "RSS feed uploaded",
	rssFailed: "Failed to upload RSS feed file",
	emptySaved: "Empty template uploaded",
	emptyFailed: "Failed to upload empty template file",
	mainSaved: "Main TiddlyWiki file uploaded",
	mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
	//specific upload
	loadOriginalHttpPostError: "Can't get original file",
	aboutToSaveOnHttpPost: 'About to upload on %0 ...',
	storePhpNotFound: "The store script '%0' was not found."
};

bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
	var callback = function(status,uploadParams,original,url,xhr) {
		if (!status) {
			displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
			return;
		}
		if (bidix.debugMode) 
			alert(original.substr(0,500)+"\n...");
		// Locate the storeArea div's 
		var posDiv = locateStoreArea(original);
		if((posDiv[0] == -1) || (posDiv[1] == -1)) {
			alert(config.messages.invalidFileError.format([localPath]));
			return;
		}
		bidix.upload.uploadRss(uploadParams,original,posDiv);
	};
	
	if(onlyIfDirty && !store.isDirty())
		return;
	clearMessage();
	// save on localdisk ?
	if (document.location.toString().substr(0,4) == "file") {
		var path = document.location.toString();
		var localPath = getLocalPath(path);
		saveChanges();
	}
	// get original
	var uploadParams = new Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
	var originalPath = document.location.toString();
	// If url is a directory : add index.html
	if (originalPath.charAt(originalPath.length-1) == "/")
		originalPath = originalPath + "index.html";
	var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
	var log = new bidix.UploadLog();
	log.startUpload(storeUrl, dest, uploadDir,  backupDir);
	displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
	if (bidix.debugMode) 
		alert("about to execute Http - GET on "+originalPath);
	var r = doHttp("GET",originalPath,null,null,username,password,callback,uploadParams,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

bidix.upload.uploadRss = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		if(status) {
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
			bidix.upload.uploadMain(params[0],params[1],params[2]);
		} else {
			displayMessage(bidix.upload.messages.rssFailed);			
		}
	};
	// do uploadRss
	if(config.options.chkGenerateAnRssFeed) {
		var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
		var rssUploadParams = new Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		var rssString = generateRss();
		// no UnicodeToUTF8 conversion needed when location is "file" !!!
		if (document.location.toString().substr(0,4) != "file")
			rssString = convertUnicodeToUTF8(rssString);	
		bidix.upload.httpUpload(rssUploadParams,rssString,callback,Array(uploadParams,original,posDiv));
	} else {
		bidix.upload.uploadMain(uploadParams,original,posDiv);
	}
};

bidix.upload.uploadMain = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		var log = new bidix.UploadLog();
		if(status) {
			// if backupDir specified
			if ((params[3]) && (responseText.indexOf("backupfile:") > -1))  {
				var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
				displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
			}
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
			store.setDirty(false);
			log.endUpload("ok");
		} else {
			alert(bidix.upload.messages.mainFailed);
			displayMessage(bidix.upload.messages.mainFailed);
			log.endUpload("failed");			
		}
	};
	// do uploadMain
	var revised = bidix.upload.updateOriginal(original,posDiv);
	bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};

bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
	var localCallback = function(status,params,responseText,url,xhr) {
		url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
		if (xhr.status == 404)
			alert(bidix.upload.messages.storePhpNotFound.format([url]));
		if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
			alert(responseText);
			if (responseText.indexOf("Debug mode") >= 0 )
				responseText = responseText.substring(responseText.indexOf("\n\n")+2);
		} else if (responseText.charAt(0) != '0') 
			alert(responseText);
		if (responseText.charAt(0) != '0')
			status = null;
		callback(status,params,responseText,url,xhr);
	};
	// do httpUpload
	var boundary = "---------------------------"+"AaB03x";	
	var uploadFormName = "UploadPlugin";
	// compose headers data
	var sheader = "";
	sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
	sheader += uploadFormName +"\"\r\n\r\n";
	sheader += "backupDir="+uploadParams[3] +
				";user=" + uploadParams[4] +
				";password=" + uploadParams[5] +
				";uploaddir=" + uploadParams[2];
	if (bidix.debugMode)
		sheader += ";debug=1";
	sheader += ";;\r\n"; 
	sheader += "\r\n" + "--" + boundary + "\r\n";
	sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
	sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
	sheader += "Content-Length: " + data.length + "\r\n\r\n";
	// compose trailer data
	var strailer = new String();
	strailer = "\r\n--" + boundary + "--\r\n";
	data = sheader + data + strailer;
	if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
	var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; ;charset=UTF-8; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
	if (!posDiv)
		posDiv = locateStoreArea(original);
	if((posDiv[0] == -1) || (posDiv[1] == -1)) {
		alert(config.messages.invalidFileError.format([localPath]));
		return;
	}
	var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
				store.allTiddlersAsHtml() + "\n" +
				original.substr(posDiv[1]);
	var newSiteTitle = getPageTitle().htmlEncode();
	revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
	revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
	revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
	revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
	revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
	return revised;
};

//
// UploadLog
// 
// config.options.chkUploadLog :
//		false : no logging
//		true : logging
// config.options.txtUploadLogMaxLine :
//		-1 : no limit
//      0 :  no Log lines but UploadLog is still in place
//		n :  the last n lines are only kept
//		NaN : no limit (-1)

bidix.UploadLog = function() {
	if (!config.options.chkUploadLog) 
		return; // this.tiddler = null
	this.tiddler = store.getTiddler("UploadLog");
	if (!this.tiddler) {
		this.tiddler = new Tiddler();
		this.tiddler.title = "UploadLog";
		this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
		this.tiddler.created = new Date();
		this.tiddler.modifier = config.options.txtUserName;
		this.tiddler.modified = new Date();
		store.addTiddler(this.tiddler);
	}
	return this;
};

bidix.UploadLog.prototype.addText = function(text) {
	if (!this.tiddler)
		return;
	// retrieve maxLine when we need it
	var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
	if (isNaN(maxLine))
		maxLine = -1;
	// add text
	if (maxLine != 0) 
		this.tiddler.text = this.tiddler.text + text;
	// Trunck to maxLine
	if (maxLine >= 0) {
		var textArray = this.tiddler.text.split('\n');
		if (textArray.length > maxLine + 1)
			textArray.splice(1,textArray.length-1-maxLine);
			this.tiddler.text = textArray.join('\n');		
	}
	// update tiddler fields
	this.tiddler.modifier = config.options.txtUserName;
	this.tiddler.modified = new Date();
	store.addTiddler(this.tiddler);
	// refresh and notifiy for immediate update
	story.refreshTiddler(this.tiddler.title);
	store.notify(this.tiddler.title, true);
};

bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir,  backupDir) {
	if (!this.tiddler)
		return;
	var now = new Date();
	var text = "\n| ";
	var filename = bidix.basename(document.location.toString());
	if (!filename) filename = '/';
	text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
	text += config.options.txtUserName + " | ";
	text += "[["+filename+"|"+location + "]] |";
	text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
	text += uploadDir + " | ";
	text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
	text += backupDir + " |";
	this.addText(text);
};

bidix.UploadLog.prototype.endUpload = function(status) {
	if (!this.tiddler)
		return;
	this.addText(" "+status+" |");
};

//
// Utilities
// 

bidix.checkPlugin = function(plugin, major, minor, revision) {
	var ext = version.extensions[plugin];
	if (!
		(ext  && 
			((ext.major > major) || 
			((ext.major == major) && (ext.minor > minor))  ||
			((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
			// write error in PluginManager
			if (pluginInfo)
				pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
			eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
	}
};

bidix.dirname = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(0, lastpos);
	} else {
		return filePath.substring(0, filePath.lastIndexOf("\\"));
	}
};

bidix.basename = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("#")) != -1) 
		filePath = filePath.substring(0, lastpos);
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(lastpos + 1);
	} else
		return filePath.substring(filePath.lastIndexOf("\\")+1);
};

bidix.initOption = function(name,value) {
	if (!config.options[name])
		config.options[name] = value;
};

//
// Initializations
//

// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);

// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");

//optionsDesc
merge(config.optionsDesc,{
	txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
	txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
	txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
	txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
	txtUploadUserName: "Upload Username",
	pasUploadPassword: "Upload Password",
	chkUploadLog: "do Logging in UploadLog (default: true)",
	txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});

// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');


// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");


//}}}

Es un programa el cual ofrece información sobre todo lo que quieres conocer acerca  medicina y para todo tipo de personas ya sean médicos, pacientes, personal paramédico, industria de salud, etc. Esta no solo da a conocer temas sobre una determinada enfermedad o país, webicina es una web la cual es mundial y cualquier persona puede acceder a esta sitio de manera gratuita y sencilla.

Al abrir una cuenta en webicina tenemos acceso a paquetes de medicina 2.0 de especialistas, yo como futura profesional de la salud tengo el acceso a obtener información para los pacientes y se pueden personalizar todas nuestras búsquedas según uno le convenga. Aparte de la información que nos brinda este sitio, también están enlazados a blogs, wikis y también a las redes sociales, que son las mas conocidas por nosotros los estudiantes.

Con webicina podemos crear una cuenta de manera fácil, ya que te puedes enlazar de manera rápida y fácil a las redes sociales (facebook, twitter o gmail) o también en una breve inscripción.

•	La webicina toolbar: es una herramienta rápida e importante la cual nos permite acceder a toda la medicina 2.0. Webicina también me pareció interesante que para los especialistas de la salud encuentren información mediante: videos, podcast, buscadores, blogs, etc.

Es importante que todo paciente este al tanto de lo que pasa en su salud y esa webicina es una forma sencilla de encontrar toda la información que uno desee.
[img[http://www.webicina.com/objects/webicina_logo.jpg]]
Soy estudiante de medicina y aquí tratare de poner todo acerca de mis  experiencias, sobre mi vida, anécdotas y sobre todo de los asignaturas que estoy cursando. Espero que les ayude en algo :)
Este Portal de Medicina junta todos los temas relacionados con la salud así también como debe ser su cuidado, su perdida y si recuperación de la misma. En ella puedes acceder fácilmente a los muchos artículos que hay de medicina o también puedes participar en ellos es decir puedes colocar mas información acerca de los que tu creas conveniente o tal vez corregir algunos puntos del portal que tu prefieras. También puedes inscribirte en este portal y te llegara toda la información acerca de la medicina.
Hay nos deja de ejemplo un articulo destacado del cual hablan del cáncer del pulmón el cual  es un conjunto de enfermedades resultantes del crecimiento maligno de células del tract respiratorio, en particular del tejido pulmonar, y uno de los tipos de cáncer más frecuentes a nivel mundial, en este articulo destacado también podemos ver imágenes en 3D y conocemos los síntomas y todo sobre esta enfermedad.
También podemos ver que hay anuncios sobre el tema relacionado, wikis acerca de lo que buscas, sobre cada uno de las especialidades que pueda haber en medicina, y no solo eso el idioma no es problema porque hay un  sin fin de idiomas que tu puedes escoger. Entre otros temas también podemos encontrar noticias de actualidad sobre medicina por ejemplo un test de sangre y un futuro sustituto de la amniocentesis.
[img[http://upload.wikimedia.org/wikipedia/commons/d/d3/Thorax_CT_pcor_Cut_3D_Volume_Rendering_Haut.jpg]]
@@''Las 5 formas en que Uds podrían utilizarlas las wikis en mi práctica diaria seria :''@@

1) Un cuaderno de notas.
2)Un albúm de imagenes de mis cursos.
3) Un diccionario.
4)Un trabajo de investigacion.
5)Una enciclopedia.
Andrea.