<!--{{{-->
<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>>
Otra vez, un aporte más del @@color(blue):''Dr. Jesús Custodio''(Cardiocirujano) @@ sobre todo tipo de tema relacionado con el sistema cardiovascular (patologías, mecanismos de compensación, cardiopatías congénitas) y con problemas a nivel torácico( métodos quirúrgicos electivo). Espero sea de su interés y visiten [[Apuntes Médicos|http://jjcustodio.wikifoundry.com/?t=anon?t=anon]] que estoy seguro servirá para amplificar los conocimentos sobre algunos tema de cardiología, para aquellos alumnos de Medicina, Médicos egresados y pacientes con cierto grado de interés en estos temas.
Por ejemplo, si ustedes están interesados en información sobre Cirugía Torácica y Cardiovascular pueden visitar los [[Apuntes Profesionales|http://jjcustodio.tiddlyspot.com/]] del Dr. Jesús Custodio quien tiene una selección exclusiva de artículos de revistas que les podrá ser útil para el apoyo de información en la realización de un artículo (como referencia) y enlaces relaciones con Pubmed.
[[AskDrWiki|http://www.askdrwiki.com/mediawiki/index.php?title=Main_Page]] es una comunidad en línea donde usted puede publicar sus artículos de revisión a través de una cuenta de usario(registrarse) , notas clínicas e imágenes médicas en el sitio. Está escrito en colaboración por muchos de sus lectores - un montón de personas que están constantemente mejorando ésta página, y todos los cambios se registran en los cambios recientes en la página.
El foco principal ha estado en Cardiología y Electrofisiología, pero hemos comenzado a expandirse a otras especialidades.
Les recomiendo visiten @@Ask Dr wiki@@, hay pots recomendados como [[Wikis médica puede cambiar la forma de estudiar medicina|http://casesblog.blogspot.com/2007/01/medical-wikis-may-change-way-we-study.html]]

[img[http://farm3.static.flickr.com/2417/2054713403_6e9627679f_o.jpg]]
<<gradient horz  #44cc88 	#ccffcc #004444>>Bienvenidos a mi wiki, encontrarán todo de información, espero que puedan aprovecharlaMuchos éxiitoss>>

>
>>''MUCHA SUERTE''
>>>
Background: #000000
Foreground: #ffffff
PrimaryPale: #000000
PrimaryLight: #0088ff
PrimaryMid: #00ccff
PrimaryDark: #ffcc44
SecondaryPale: #000000
SecondaryLight: #000000
SecondaryMid: #ffcc44
SecondaryDark: #ffcc44
TertiaryPale: #000000
TertiaryLight: #0088ff
TertiaryMid: #ffcc44
TertiaryDark:#ffcc44
Error: #00ccff
<html><iframe width="420" height="315" src="//www.youtube.com/embed/P2Pw6JL_ZBU" frameborder="0" allowfullscreen></iframe></html>
[[WelcomeToTiddlyspot]] 
[[Apuntes Profesionales del Dr Jesús Custodio]]
[[Nuevo tratamiento para el tratamiento de las colaterales varicosas]]
[[DiabetesWiki|http://diabetes.wikia.com/wiki/Diabetes_Wiki]] es un sitio web dedicado a esos pacientes que padecen de algún tipo de Diabetes (I o II), con el fin de orientarlos sobre la elección de un tratamiento efectivo y un visión global sobre Diabetes, con publicaciones de estudios experimentales sobre la relación de la Diabetes con otras enfermedades. Y por si fuera poco, pueden registrarse con una cuenta de usuario, con el fin de contar su historia y la evolución de su enfermedad si así lo desea.

[img[http://cdn.slidesharecdn.com/ss_thumbnails/diabeteswiki-130325151454-phpapp02-thumbnail-4.jpg]]
|!Encabezado de tabla|!Columna dos|
|>| colspan |
| rowspan |alinear izquierda|
|~| alinear derecha|
|bgcolor(#DC1A1A):coloreado| centrado |
||*listas<br>*dentro de<br>*tablas<br><br>y doble-espacio también|
|caption|c|

Un video didactico para comprender todo lo referente a mecanica ventilatoria
<html><iframe width="420" height="315" src="//www.youtube.com/embed/YJqQs5jiiio" frameborder="0" allowfullscreen></iframe></html>
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>>
/***
|''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);
}
//}}}
!!@@color(brown):''Bienvenidos''@@
[[WelcomeToTiddlyspot]]
[[¿Porqué debo tener un wiki en Medicina?]]
!!@@colorr(brown):''EXAMEN DE I UNIDAD''@@
[[Mi agenda Personal]]
[[Mi árbol genealógico]]
!!@@color(brown):''Todo sobre pulmones''@@
[[Volúmenes y Capacidades pulmonares]]
[[RONDA DE PREGUNTAS: HISTOLOGÍA PULMONAR]]
[[Fisiología Respiratoria]]
!!@@color(brown):''Wikis interesantes''@@
[[Nuevo tratamiento para el tratamiento de las colaterales varicosas]]
[[Apuntes Profesionales del Dr Jesús Custodio]]
[[Apuntes Médicos sobre Temas Torácicos y Cardiovasculares]]
[[Web de Dodencia, Investigación, Formación y Comunicaicón]]
[[ScienceRoll: Medical Wikis, el futuro de la medicina?]]
[[Wikis: otra forma de colaborar en Medicina]]
@@[[AskDrWiki]]@@
[[DiabetesWiki]]

ScienceRoll se ha convertido en uno de los blogs mejor situados de la blogosfera sanitaria. Su autor Bertalan Meskó, graduado de la escuela de medicina de la Universidad de Debrecen de Hungría en el año 2009, terminó un doctorado  en el 2012 en el campo de la genómica clínica que se centra en las aplicaciones de farmacogenómica de las enfermedades autoinmunes.

Science Roll es un ejemplo vivo de cómo el universo 2.0 está cambiando el modo de generar y compartir conocimiento. Comenzó con el ánimo de publicar material que pudiera ser útil para otros y ha terminado impulsando un sitio electrónico de referencia para entender ¿Qué es la Medicina 2.0? Este sitio web recoge la tarea que Berlatan está realizando sobre Medicina 2.0 (unión de Web 2.0 y medicina enfocada al uso de tecnología en relación médico-paciente) y sobre Salud 2.0 (unión de Web 2.0 y salud enfocada hacia el cuidado de la salud y las herramientas y conceptos 2.0). 

Si quieres saber más sobre este sitio web y la medicina futurista, te recomiendo visites las siguientes publicaciones de iniciación:10 consejos para saber cómo utilizar la Web 2.0 o Peligros de la Web 2.0: En Medicina 
[img[http://www.sixuntilme.com/blog-mt2/blog_images/2009April/berci_mesko_sum_09.gif]]
|!Miembro de la familia|!Nombres|!Apellido|!Teléfono|!Fotos|
|Hermano|Alejandro Javier|Clavo Cabrera|074286374|[img[http://www.guiainfantil.com/images/articulos/000/52/001.jpg]]|
|Mamá|Silvia Liliana|Cabrera Rentería|951595685|[img[https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTqzIkmSRE8iN2iw9tvC4UUSl8nSLKPylMXhr3S47RRVgZal37M]]|
[<img[http://4.bp.blogspot.com/-oW-ytoHoIdw/UkN54XeuEOI/AAAAAAAAB78/qFsvDoLJ_A4/s1600/arbol+genealogico.GIF]]
[[Kelly trombosis|http://jjcustodio2.tiddlyspot.com/]] es un wiki creado especialmente para la publicación de un artículo que explica y detalla un tratamiento innovador, rentable y accesible para tratar las colaterales varicosas, basandose en impedir el flujo a través de las safenas, de las tributarias, de las colaterales y de las perforantes. Esto se logra quirúrgicamente con el [[Tratamiento clásico|http://www.nexusediciones.com/pdf/cv2001_4/ac-7-4-023.pdf]] de la safenectomía y ligadura más reseción de las colaterales.

Si están interesados en saber cómo se llevó a cabo el procedimientos y qué materiales y métodos y, resultados se obtuvieron visiten el enlace anclado en el primer párrafo

[img[http://u1.ipernity.com/u/5/10/98/1873936.68d392b71.m.jpg]]
/***
|''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"
	});
*/
//}}}
''1.- ¿Cuantas generaciones comprenden el árbol bronquial?''

R.- Son 21 generaciones a partir de la primera generación de bronquios principales, se dividen por dicotomía.

Las primeras 7 son representados por los bronquios.

Las últimas 14 son representados por bronquiolos.

De estos últimas 14 generaciones

         a) Las primeras 7 se consideran bronquiolos de conducción.

         b) Las últimas 7 se consideran bronquiolos respiratorios debido a que aquí ya se encuentran alveolos en la pared.

''2.- ¿Que diferencias histologicas hay entre bronquios y bronquiolos?''

R.-

El bronquio tiene un diámetro de 1mm, contienen cartílago y glándulas en la pared.

El bronquiolo tiene un diámetro menor de 1mm, NO contienen cartílago ni glándulas en la pared.

''3.- ¿Que tipo de epitelio se encuentra en los bronquios?''

R.- El epitelio de los bronquios es similar al de la tráquea:

“Epitelio cilíndrico, pseudoestratificado, ciliado”.

''4.- ¿Quien produce el moco en los bronquios?''

R.- El moco es producido por 2 diferentes componentes:

a) Las células caliciformes

b) glándulas mucosa que revisten la pared del bronquio.

''5.- ¿Qué tipo de epitelio es el de los bronquiolos?''

R.- El epitelio de los bronquios (cilíndrico pseudoestratificado ciliado) se transforma en cilíndrico ciliado, desaparece el cartílago y las glándulas y se engrosa la capa muscular.

Es importante conocer que los bronquiolos engrosan su capa muscular de ahí la importancia de que el broncoespasmo sea predominantemente en estas generaciones del árbol bronquial.

''6.- ¿Quien inerva el árbol bronquial?''

R.- El árbol bronquial es inervado por el sistema nervioso autónomo.

a) la estimulación colinergica mediante los receptores muscarinicos causa broncoconstricción.

b) la estimulación adrenergica mediante los receptores Beta 2 (B2) causa broncodilatación y disminución de la producción de moco.

Es necesario conocer el tipo de inervacion del árbol bronquial, de ahi se entenderá la función de los agonistas B2 como el salbutamol, formoterol, salmeterol, indacaterol los cuales causan broncodilatación o de los antagonistas de los receptores muscarinicos como el bromuro de tiotropio el cual antagoniza la función del receptor muscarinico lo que también causa broncoconstricción.

''7.- ¿Que son los bronquiolos terminales?''

R.- Las últimas 7 generaciones de conducción, es decir las primeras generaciones de lo bronquiolos.

''8.- ¿Como se diferencian los bronquiolos terminales o de conducción de los bronquiolos respiratorios?''

R.- Que los bronquiolos respiratorios tienen alveolos.

Es decir, en los bronquiolos respiratorios como su nombre lo indica ya aparece tejido respiratorio.

''9.- ¿Que es el conducto alveolar?''

R.- Las últimas ramificaciones de los bronquiolos antes de convertirse en alveolos.

La diferencia entre el conducto alveolar y el bronquiolos respiratorios es la mayor cantidad de alveolos en la pared, disminución progresiva del epitelio cilíndrico ciliado y desaparición de las glándulas

productoras de moco.

Los bronquiolos respiratorios y el conducto alveolar forman las últimas 7 generaciones del árbol bronquial.

''10.- ¿Que es el atrio alveolar?''

R.- Es la parte final del conducto alveolar la cual es la entrada a 2 o mas sacos alveolares.

''11.- ¿Cual es la principal unidad funcional del pulmón?''

R.- El acino pulmonar.

''12.- ¿Que es el acino pulmonar?''

R.- La volumen pulmonar ventilado por las ramificaciones del bronquiolo terminal.

Es decir, la composición de bronquiolo respiratorio, conducto alveolar, atrio alveolar, saco alveolar forman la unidad funcional del pulmón.

''13.- ¿Qué es la pared alveolar?''

R.- La separación que existe entre alveolo y alveolo.

Se compone de una capa de tejido conectivo la cual contiene fibras elásticas y de colageno.

Esta capa de tejido conectivo forma un trenzado en cuyos espacios ingresan y salen los capilares pulmonares.

Algunas veces, los capilares entran en contacto directo con el epitelio alveolar separado únicamente por las laminas basales de ambas estructuras.

Estos capilares provienen UNICAMENTE de la circulación pulmonar.

''14.- ¿Que tipo de células contiene el tejido conectivo?''

R.- Células inflamatorias: macrofagos, mastocitos, linfocitos, células plasmáticas.

Conocer que este tipo de células están presentes en el tejido conectivo (intersticio) nos hace entender ciertas patologías como los síndromes intersticiales, en donde la inflamación no es en el árbol bronquial si no en el tejido de sostén, de ahí la dificultad, la gravedad y el mal pronóstico de estas enfermedades.

Sirve también para entender los mecanismos inmunologicos responsables de el asma, EPOC y como las terapias a largo plazo, están enfocadas en el manejo y tratamiento de la inflamación del intersticio.

''15.- ¿Que tipo de células se encuentran en el epitelio alveolar?''

R.- Macrofagos llamados “alveolares” neumocitos tipo I, neumocitos tipo II.

''16.- ¿Cual es la función de los neumocitos tipo I?''

R.- Forman el 90% del revestimiento del endotelio alveolar, es decir, forman la separación de los capilares pulmonares y el aire alveolar.

''17.- ¿Quien forma la membrana alveolo-capilar?''

R.- El epitelio del alveolo, el cual lo componen el citoplasma de las células endoteliales, las dos laminas basales: alveolo-capilar y los neumocitos tipo I.

''18.- ¿Cual es la función de los neumocitos tipo II?''

R.- La secreción de surfactante pulmonar, sustancia tensoactiva compuesta por una mezcla de fosfolípidos y otras sustancias.

''19.- ¿Cual es la función del surfactante?''

R.- Disminuir la tensión superficial entre el aire y el líquido de los alveolos, evita el colapso alveolar en la espiracion.

 Si no hubiera surfactante, cada espiración colapsaria los alveolos impidiendo así el intercambio gaseoso alveolo-capilar.

[img[http://www.uaz.edu.mx/histo/TortorAna/ch23/23_11b.jpg]]
Las cavidades paranasales son prolongaciones de la cavidad nasal hacia los huesos vecinos del cráneo. Son cavidades pares existiendo una gran variabilidad entre un individuo y otro e incluso dentro de un mismo sujeto. Pudiendo existir ausencias (agenesia) o menor desarrollo (hipoplasia).

Los senos paranasales son maxilares, etmoidales anterior y posterior, frontal y esfenoidal.
[IMG[http://escuela.med.puc.cl/paginas/publicaciones/apuntesotorrino/Figuras/AnatParaNasal01.gif]]

''1. SENO MAXILAR''

Está presente desde el 4º mes de vida intrauterina, como un pequeño divertículo que nace del etmoides anterior. Continúa su desarrollo a través de los primeros años de vida para alcanzar el nivel del piso de la fosa nasal alrededor de los 7 a 8 años y crece hasta la edad adulta. Es difícil su evaluación en la radiografía simple antes de los tres años.

Al nacer, el seno maxilar mide menos de 5mm y la neumatización se produce con una velocidad de 2mm por año, enlenteciéndose desde los 9 años. Su volumen promedio en el adulto es de 15 ml.
En ocasiones ambos senos maxilares se desarrollan asimétricamente, lo que puede conducir a diagnósticos radiológicos incorrectos.

El ostium de drenaje del seno maxilar se encuentra en la parte superior de la pared medial y se abre a la nariz a través del infundíbulo a nivel del meato medio. En la pared medial también se puede encontrar un pequeño orificio de drenaje llamado ostium accesorio.

La pared superior del seno forma el piso de la órbita y se relaciona con el saco lagrimal. La pared anterior es la parte facial y contiene al nervio orbitario inferior. La pared posterior se relaciona con la fosa pterigopalatina y su contenido (arteria maxilar interna, ganglio pterigopalatino, ramas del nervio trigémino(V) y sistema autonómico). Finalmente, el piso del seno maxilar se relaciona con los alvéolos dentarios del segundo premolar y primer molar.

 

2. ''SENO FRONTAL''

Es posible identificarlo como unidad anatómica a partir de los 2 años de edad, y es radiológicamente visible desde los 6 a 8 años. Su volumen promedio es de 4 a 7 ml., aunque a menudo existen diferencias considerables en el tamaño entre cavidad derecha e izquierda en una misma persona, pudiendo incluso estar ausente en forma uni o bilateral.
Está comunicado con la cavidad nasal a través del receso nasofrontal que se abre en la nariz bajo la cabeza del cornete medio.

Su pared anterior forma la parte inferior de la frente. La pared posterior está en contacto con las meninges y el lóbulo frontal. Y la pared inferior forma parte del techo de la órbita.
[img[http://escuela.med.puc.cl/paginas/publicaciones/apuntesotorrino/Figuras/AnatParaNasal03.gif]]

''3. LABERINTO ETMOIDAL''

Corresponde a un conjunto de varias celdillas con contenido aéreo. Embriológicamente aparece a partir del 5º mes de vida intrauterina. Al nacimiento se encuentra desarrollado y mide entre 2 y 5 mm de diámetro. Continúa su crecimiento durante los primeros años de vida.
Anatómicamente se divide en etmoides anterior formado por aquellas celdillas que desembocan en el meato medio, y etmoides posterior por aquellas que desembocan en el meato superior. Todas las celdillas de un lado están comunicadas entre sí.

Superiormente se relaciona con la base de cráneo, lateralmente está separado de la órbita por la lámina papirácea, posteriormente está en contacto con el seno esfenoidal y medialmente con los cornetes superior y medio.

 

4. ''SENO ESFENOIDAL''

Es el más posterior de los senos, se origina del etmoides posterior e invade el hueso esfenoidal a los 3 a 4 años. Termina su crecimiento en la adolescencia.
Su capacidad es variable y puede estar ausente en un 3 a 5 % de la población. Su ostium de drenaje se encuentra en la pared anterior del cuerpo del hueso esfenoidal hacia medial.

Su pared superior está en contacto con la fosa craneal anterior y media en estrecha relación con el quiasma óptico y el foramen óptico. La pared lateral está en contacto con el seno cavernoso, la arteria carótida interna, los nervios craneales II, III, IV, V y VI. El piso se relaciona con el techo de la nasofaringe y la coana.

[img[http://escuela.med.puc.cl/paginas/publicaciones/apuntesotorrino/Figuras/AnatNasal01.gif]]
Una vez más Bertalán Meskó nos sorprende con su interés sobre el futuro de la medicina y el empleo de nuevas herramientas Web 2.0 para el acceso e intercambio de información sobre temas de medicina. Una herramienta en particular que logra hacer esto posible son los "Wikis". En este post sobre estas herramientas, describen algunos [[Wikis|http://scienceroll.com/2007/03/27/medical-wikis-the-future-of-medicine/]] que podrián ser útiles para el desarrollo en el campo médico, como:
-''Wikisurgery'': es una enciclopedia quirúrgica gratuita para los cirujanos y sus pacientes.
-''Student Doctor Network Wiki'':es una organización sin fines de lucro comprometida a ayudar a los profesionales de la salud en todas las etapas de sus carreras a través de voluntarios de gestión y el debate en la comunidad.
una nueva forma de compartir información
Medicina 2.0 and more
Es una infección bacteriana contagiosa que compromete los pulmones y que se puede propagarse a otros órganos.
[img[http://www.nlm.nih.gov/medlineplus/spanish/ency/images/ency/fullsize/19099.jpg]]
''Causas''
La tuberculosis (TB) pulmonar es causada por la bacteria llamada Mycobacterium tuberculosis (M. tuberculosis) y se puede adquirir por la inhalación de gotitas de agua provenientes de la tos o el estornudo de una persona infectada. La infección pulmonar resultante se denomina tuberculosis primaria.

La mayoría de las personas se recupera de la infección de tuberculosis primaria sin evidencia mayor de la enfermedad. La infección puede permanecer  inactiva (latente) por años; sin embargo, en algunas personas se puede reactivar.

La mayoría de las personas que presentan síntomas de una infección de tuberculosis resultaron primero infectadas en el pasado. En algunos casos, la enfermedad puede reactivarse en cuestión de semanas después de la infección primaria.

Las siguientes personas están en mayor riesgo de tuberculosis activa:

Los ancianos.
Los bebés.
Las personas con sistemas inmunitarios debilitados, por ejemplo, debido a SIDA, quimioterapia, diabetes o medicamentos que debilitan el sistema inmunitario.
El riesgo de contraer tuberculosis aumenta si usted:
Está entorno a personas que padecen la enfermedad.
Vive en condiciones de vida insalubres o de hacinamiento.
Padece desnutrición.
Los siguientes factores pueden incrementar la tasa de infección tuberculosa en una población:
Aumento de las infecciones por VIH.
Aumento del número de personas sin hogar (ambiente de pobreza y mala nutrición).
Aparición de cepas de tuberculosis farmacorresistentes.

''Síntomas'''
La fase primaria de la tuberculosis normalmente no causa síntomas. Cuando los síntomas de tuberculosis pulmonar se presentan, pueden abarcar:

Tos (algunas veces con expectoración de moco)
Expectoración con sangre
Sudoración excesiva, especialmente en la noche
Fatiga
Fiebre
Pérdida de peso
Otros síntomas que pueden ocurrir:
Dificultad respiratoria
Dolor torácico
Sibilancias
Hola de nuevo, queridos colegas, hoy hablaremos sobre una de las herramientas que ha generado fascinación entre mucho de mis compañeros de estudio, estamos hablando de los Wikis.
Me imagino que habrán escuchado de aquella página llena de información y en donde se puede editarla, me refiero a [[WIKIPEDIA|http://es.wikipedia.org/wiki/Wikipedia:Portada]], una organización bastante conocida a nivel mundial que se dedica a como ya mencioné antes, brindar información actual.
Un Wiki es un sitio web colaborativo que puede ser editado por varios usuarios. Los usuarios de una wiki pueden así crear, editar, borrar o modificar el contenido de una página web, de una forma interactiva, fácil y rápida; dichas facilidades hacen de una wiki una herramienta efectiva para la escritura colaborativa. Esto es lo que hace [[Wiki Portal de Medicina |http://es.wikipedia.org/wiki/Portal:Medicina]], en un afán de compartir información sobre temas relacionados con la salud, su cuidado, pérdida y recuperación. Te ofrece participar creando o mejorando artículos o inscribiéndote en alguno de los proyectos asociados al portal, fomentando la mejora de la calidad de información que se pueda brindar a los usuarios.

[img[http://3.bp.blogspot.com/-On-zTadFnUc/TeNuGeZErsI/AAAAAAAAALY/0fOUTI6H5LU/s200/wiki.jpg]]

/***
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 = 'alonsoclavo';

// 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 18:52:55 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . | ok |
| 25/09/2013 18:56:58 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . | ok |
| 25/09/2013 19:06:13 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . |
| 25/09/2013 19:08:12 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . |
| 25/09/2013 19:11:53 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . |
| 25/09/2013 22:16:24 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . | ok |
| 25/09/2013 22:18:33 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . |
| 06/10/2013 01:01:45 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . |
| 06/10/2013 10:04:29 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.tiddlyspot.com/index.html]] | . |
| 22/09/2015 21:30:58 | alonsoclavo | [[/|http://alonsoclavo.tiddlyspot.com/]] | [[store.cgi|http://alonsoclavo.tiddlyspot.com/store.cgi]] | . | [[index.html | http://alonsoclavo.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");


//}}}

La &nbsp;inspiración&nbsp; dura &nbsp; aproximadamente &nbsp;2 &nbsp; segundos, &nbsp; y &nbsp; la &nbsp;espiración &nbsp; 2 &nbsp; ó &nbsp; 3
segundos.&nbsp;Por&nbsp;lo&nbsp;tanto,&nbsp;el&nbsp;ciclo&nbsp;ventilatorio&nbsp;dura&nbsp;4&nbsp;ó&nbsp;5&nbsp;segundos.
''La&nbsp;Frecuencia&nbsp;respiratoria''&nbsp;&nbsp;es&nbsp;el&nbsp;número&nbsp;de&nbsp;ciclos&nbsp;que&nbsp;se&nbsp;repiten&nbsp;en&nbsp;1&nbsp;minuto,
y&nbsp;es&nbsp;de&nbsp;12&nbsp;a&nbsp;15&nbsp;(resp./min.).&nbsp;&nbsp;FR=60/4&nbsp;ó&nbsp;5&nbsp;=&nbsp;12&nbsp;ó&nbsp;15&nbsp;resp/min
La&nbsp;cantidad&nbsp;de&nbsp;aire&nbsp;que&nbsp;entra&nbsp;en&nbsp;cada&nbsp;inspiración,&nbsp;que&nbsp;es&nbsp;igual&nbsp;a&nbsp;la&nbsp;misma&nbsp;que&nbsp;se
expulsa&nbsp;en&nbsp;cada&nbsp;espiración,&nbsp;es&nbsp;aproximadamente&nbsp;500&nbsp;ml&nbsp;(0´5&nbsp;l.),&nbsp;y&nbsp;se&nbsp;llama&nbsp;Volumen
corriente&nbsp; (V.C.).&nbsp;''El &nbsp;volumen&nbsp;minuto&nbsp; (V.m)''&nbsp;es&nbsp;la&nbsp;cantidad&nbsp;de&nbsp;aire&nbsp;que&nbsp;entra&nbsp;en&nbsp;los
pulmones&nbsp;en&nbsp;un&nbsp;minuto.
Vm&nbsp;=&nbsp;Vc&nbsp;x&nbsp;Fr&nbsp;=&nbsp;500&nbsp;x&nbsp;12­15&nbsp;=&nbsp;6.000­7.500&nbsp;ml
El&nbsp;aire&nbsp;extra&nbsp;que&nbsp;podemos&nbsp;introducir&nbsp;en&nbsp;una&nbsp;inspiración&nbsp;forzada&nbsp;recibe&nbsp;el&nbsp;nombre
de&nbsp;''Volumen&nbsp;inspiratorio&nbsp;de&nbsp;reserva&nbsp;(V.I.R)'',&nbsp;que&nbsp;oscila&nbsp;sobre&nbsp;los&nbsp;3.100&nbsp;ml.&nbsp;
El&nbsp;volumen&nbsp;de&nbsp;aire&nbsp;que&nbsp;podemos&nbsp;expulsar&nbsp;en&nbsp;una&nbsp;espiración&nbsp;forzada&nbsp;después&nbsp;de
una&nbsp;inspiración&nbsp;normal&nbsp; &nbsp;se&nbsp;llama &nbsp;''Volumen&nbsp;espiratorio&nbsp;de&nbsp;reserva&nbsp;(V.E.R)'',&nbsp;que&nbsp;se
sitúa&nbsp;entorno&nbsp;a&nbsp;los&nbsp;1.200&nbsp;ml.
El&nbsp;aire&nbsp;residual&nbsp;que&nbsp;nos&nbsp;queda&nbsp;en&nbsp;los&nbsp;pulmones&nbsp;tras&nbsp;una&nbsp;espiración&nbsp;forzada,&nbsp;se
llama&nbsp;''Volumen&nbsp;residual&nbsp;(V.R)'',&nbsp;que&nbsp;está&nbsp;sobre&nbsp;los&nbsp;1200&nbsp;ml.&nbsp;
No &nbsp; todo &nbsp; el &nbsp; aire &nbsp; que &nbsp; llega &nbsp; a &nbsp; los &nbsp; pulmones &nbsp; (500 &nbsp; ml), &nbsp; llega &nbsp; a &nbsp; la &nbsp; zona &nbsp; de
intercambio,&nbsp;hay&nbsp;una&nbsp;parte&nbsp;que&nbsp;se&nbsp;quede&nbsp;en&nbsp;el&nbsp;espacio&nbsp;muerto&nbsp;anatómico,&nbsp;que&nbsp;son&nbsp;las
partes &nbsp;del&nbsp;aparato &nbsp;respiratorio &nbsp;que &nbsp;no &nbsp;tienen &nbsp;alvéolos &nbsp;(traquea,…),&nbsp;la &nbsp;cantidad &nbsp;esta
alrededor&nbsp;de&nbsp;los&nbsp;150&nbsp;ml.
''CAPACIDADES&nbsp;PULMONARES''
Son&nbsp;agrupaciones&nbsp;de&nbsp;los&nbsp;distintos&nbsp;volúmenes:&nbsp;
1. &nbsp;Capacidad &nbsp; inspiratoria:&nbsp; cantidad &nbsp; de &nbsp; aire &nbsp; que &nbsp; puede &nbsp; inspirar &nbsp; una
persona&nbsp;distendiendo&nbsp;los&nbsp;pulmones&nbsp;al&nbsp;máximo,&nbsp;será&nbsp;igual&nbsp;a&nbsp;V..IR&nbsp;+&nbsp;V.C&nbsp;=&nbsp;3.600&nbsp;ml
2.&nbsp;Capacidad&nbsp;residual&nbsp;funcional:&nbsp;es&nbsp;el&nbsp;aire&nbsp;que&nbsp;queda&nbsp;en&nbsp;los&nbsp;pulmones
tras&nbsp;una&nbsp;espiración&nbsp;normal.&nbsp;Sería&nbsp;igual&nbsp;a&nbsp;V.E.R&nbsp;+V.R&nbsp;=&nbsp;2.400&nbsp;ml
3.&nbsp;Capacidad&nbsp;vital:&nbsp;cantidad&nbsp;de&nbsp;aire&nbsp;que&nbsp;una&nbsp;persona&nbsp;puede&nbsp;movilizar&nbsp;en
una&nbsp;respiración&nbsp;forzada&nbsp;máxima.&nbsp;Será&nbsp;V.E.R&nbsp;+V.I.R&nbsp;+&nbsp;V.C&nbsp;&nbsp;=&nbsp;4.800&nbsp;ml4. &nbsp;Capacidad&nbsp;pulmonar&nbsp;total:&nbsp;cantidad &nbsp;de&nbsp;aire&nbsp;total.&nbsp;Es &nbsp;el&nbsp;volumen
máximo&nbsp;teórico&nbsp;que&nbsp;podría&nbsp;alcanzar&nbsp;una&nbsp;persona.&nbsp;Será&nbsp;V.I.R&nbsp;+&nbsp;V.E.R&nbsp;+&nbsp;V.C&nbsp;+&nbsp;V.R&nbsp;=
6.000&nbsp;ml.
Estos&nbsp;volúmenes&nbsp;son&nbsp;medias&nbsp;genéricas&nbsp;para&nbsp;varones&nbsp;de&nbsp;70&nbsp;kg.&nbsp;En&nbsp;mujeres&nbsp;los
volúmenes &nbsp; son &nbsp; aproximadamente &nbsp; un &nbsp; 25% &nbsp; menos. &nbsp; Y &nbsp; en &nbsp; personas &nbsp; muy &nbsp; altas &nbsp; serán
mayores.
[IMG[http://www.admit-online.info/fileadmin/materials/images/cd_rom/1221_lung_volume.gif]]
La vesicula biliar esta inervada por el plexo hepatico derivado del plexo celiaco, luego la señal viaja por los nervios esplacnicos mayores hacia el tronco vagal posterior que asciende por el ramo comunicante blanco hasta el ganglio raquideo donde sinapsa con la PRIMERA NEURONA, luego hasta el surco colateral posterior, alcanzando el asta posterior de la médula, donde da dos ramas: una descendente y otra ascendente que sinapsa con 2° Neurona: en SUSTANCIA GELATINOSA DE ROLANDO, que luego se decusa, cruzando la comisura gris anterior hacia el cordón contralateral donde asciende como HAZ ESPINOTALÁMICO LATERAL, que a nivel del bulbo se ubica junto a la porción lateral de la Cinta de Reil Media, llegando hasta el tálamo donde sinapsa con la 3° Neurona: NÚCLEO VENTRAL POSTEROLATERAL DEL TÁLAMO, que continúa por el Brazo posterior de la Cápsula Interna hasta la corteza parietal, donde encuentra la 4° Neurona: CIRCUNVOLUCIÓN PARIETAL ASCENDENTE (ÁREAS 1,2,3 DE BRODMAN)
[img[http://www7.uc.cl/sw_educ/neurociencias/esquemas/155a.gif]]
Esta Web tiene como finalidad aunar esfuerzos y contenidos que faciliten las labores de docencia, de las tutorías hospitalarias y de los residentes.
No es una página institucional ni representa necesariamente la opinión del Complejo Hospitalario Torrecárdenas. 
''AVISO A PACIENTES:''
La información presente en esta wiki noremplaza la relación médico-paciente.Esta wiki está concebida para profesionales sanitarios y no para pacientes. 

Si desena saber sobre esta web entra al siguiente enlace: [[Web de Dodencia, Investigación, Formación y Comunicaicón|http://docenciahtc.wikispaces.com/]]
bienvenidos amigos 4
[[REMI|http://www.medicina-intensiva.com/2011/12/remi-a137-wikis-otra-forma-de-colaborar.html]] la Revista Electrónica de Medicina Intensiva nos habla sobre la importancia y el uso que tiene una wiki en la profesión médica, detallando la etimología de la palabra ''Wiki'' y el creador([[Ward Cunnigham|http://es.wikipedia.org/wiki/Ward_Cunningham]]).

Además describe de forma espontánea, las ventaja y desventajas de crear y administrar una wiki:
@@color(orange):''Ventaja Principal''@@
-Permiten intercambiar informaciones online entre clínicos, pacientes, etc. Es posible implementar bases de datos a través de un wiki para recolección de toda la información necesaria. En resumen: permiten el desarrollo y facilitan el trabajo de grupos médicos de investigación.

@@color(orange):''Desventaja''@@
-Necesidad de cuidado de la protección de datos, licencias del material que se incluye y, especialmente, la intimidad de los pacientes en los wikis de tipo médico.
Objetivo de esta WIKI: creación de una "memoria colectiva online" para un grupo de estudiantes de Medicina.
Las wikis son sitios web que permiten a los propios visitantes agregar, eliminar y editar el contenido de otra manera disponible. Asi mismo, relacionándolo con la Medicina, podemos resaltar 5 razones de él Porqué un sitio web como las wikis mejorarían el ámbito diario de un estudiante de Medicina:
*Se pueden utilizar para publicar un artículo de cualquier tema en medicina, elaborado y gestionado por nosotros.
*Con motivo de asesoramiento sobre un tema, publicar enlaces de artículos de acuerdo a tema específicos
*Compartir información con los docentes de un área específica.
*Colgar los casos clínicos que desarrollamos durante la semana en el Aprendizaje Basado en Problemas
*Dedicar una wiki especial(en grupo) para nuestro código universitario e ir creando tiddlers con información relevante, desarrollando así el objetivo de generar un ''//cuaderno de apuntes online//''.

[img[http://www.laestrella.com.pa/online/fotos/2012/06/24/79702.jpg]]