<!--{{{-->
<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>>
JoanneSanchez
[img[Nombre de la imagen|http://image.slidesharecdn.com/apa-130314172758-phpapp02/95/normas-apa-21-638.jpg?cb=1363282180]]
Informe de una agencia del gobierno con autor corporativo

Federal Interagency Forum on Child and Family Statistics. (2011). America’s children:
Key national indicators of well-being, 2011. Washington, DC: U.S. Government
Printing Office. Recuperado de http://www.childstats.gov/pdf/ac2011/ac_11.pdf
Capítulo de un libro o entrada en un libro de consulta
Forma básica
Apellidos, A. A., & Apellidos, B. B. (Año). Título del capítulo o entrada. En A.
Apellidos & B. Apellidos (Eds.), Título del libro (pp. xx-xx). Lugar:
Editorial.
Apellidos, A. A., & Apellidos, B. B. (Año). Título del capítulo o entrada. En A.
Apellidos & B. Apellido (Eds.), Título del libro (pp. xx-xx). Recuperado de
http://www.xxxxxx.xxx

'Apellidos, A. A., & Apellidos, B. B. (Año). Título del capítulo o entrada. En A.
Apellidos (Ed.), Título del libro (pp. xx-xx). doi: xx.xxxxxxxx

Capítulo de un libro impreso
Picó, F. (2004). Arecibo, sol y sereno. En F. Feliú Matilla (Ed.), 200 años de literatura y
periodismo: 1803-2003 (pp. 129-134). San Juan, PR: Ediciones Huracán
Type the text for 'Cita de material sin paginación'
 [img[http://image.slidesharecdn.com/tallernormasapa-150531160746-lva1-app6892/95/normas-apa-sexta-edicin-26-638.jpg?cb=1433088911]].
[img[http://image.slidesharecdn.com/algunasnormasparacitar-150912234536-lva1-app6892/95/taller-apa-algunas-normas-para-citar-14-638.jpg?cb=1442101794]].
[img[http://image.slidesharecdn.com/tallernormasapa-150531160746-lva1-app6892/95/normas-apa-sexta-edicin-27-638.jpg?cb=1433088911]].
[img[http://image.slidesharecdn.com/tallernormasapa-150531160746-lva1-app6892/95/normas-apa-sexta-edicin-9-638.jpg?cb=1433088911]].
 [img[cita de 40 palabras|https://i.ytimg.com/vi/0SLv3ZrfF3g/maxresdefault.jpg]]
[img[Un solo autor|https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTQGvxSlBEvgEJeIJyMzMAm_orkARHQOz9ymO5MM9eFsXlkV0kbyQ]]

[img[Un solo autor|http://image.slidesharecdn.com/apa-130314172758-phpapp02/95/normas-apa-22-638.jpg?cb=1363282180]]

[img[Un solo autor|http://image.slidesharecdn.com/introduccionapa6taintegrado-100121192730-phpapp02/95/introduccion-apa-6ta-edicin-76-728.jpg?cb=1264102716]]

[img[Un solo autor|http://image.slidesharecdn.com/normasapa-150520195431-lva1-app6892/95/normas-apa-para-elaborar-trabajos-24-638.jpg?cb=1432151842]]
Citas en el texto
Cita directa
• Se encierra entre comillas si la cita tiene menos de 40 palabras. (6.03)
• Al final de la cita, se añade entre paréntesis el autor, el año y la página, o el
número del párrafo cuando no está numerado el material. (6.03)
• Si la cita tiene más de 40 palabras, se escribe el texto en bloque, sin comillas, en
una línea aparte, con sangría de ½ pulgada. (6.03)
• En toda cita directa hay que reproducir textualmente lo que dice el material
citado, incluyendo la ortografía y puntuación. (6.06)
Luis Miguel Seminario Leòn 'Cita de un libro'
 [img[http://image.slidesharecdn.com/usodenormasapaparacitasyreferencias-100424173651-phpapp01/95/uso-de-normas-apa-para-citas-y-referencias-16-638.jpg?cb=1411229751]].
 [img[http://image.slidesharecdn.com/cartillaparacitasyreferenciasparatrabajosescritos-120510195443-phpapp02/95/cartilla-para-citas-y-referencias-para-trabajos-escritos-22-728.jpg?cb=1336679749]]
 [img[http:http://images.slideplayer.es/17/5399702/slides/slide_7.jpg]]
 [img[http://www.monografias.com/trabajos96/normas-apa-elaborar-trabajos-investigacion/img33.png]]
mmmmmmmmmmmmm
[img[ Cita directa|http://image.slidesharecdn.com/introduccionapa6taintegrado-100121192730-phpapp02/95/introduccion-apa-6ta-edicin-25-728.jpg?cb=1264102716]]

 
[img[http://image.slidesharecdn.com/normasapa1-2013-130507160902-phpapp02/95/citas-directas-e-indirectas-y-normas-apa-2-638.jpg?cb=1367942979]].
[img[http://images.slideplayer.es/3/1084745/slides/slide_10.jpg]].
[img[
[img[
[img[Texto libre|http://image.slidesharecdn.com/presentacionapa-090513151006-phpapp02/95/normas-apa-15-728.jpg?cb=1244534292]]
[img[Texto libre|http://images.slideplayer.es/11/3011116/slides/slide_12.jpg]]
[img[Texto libre|http://images.slideplayer.es/2/1018434/slides/slide_50.jpg]]
[img[Texto libre|http://image.slidesharecdn.com/02citas-150418132722-conversion-gate01/95/02-citas-11-638.jpg?cb=1429364443]]
[img[Welcome|http://4.bp.blogspot.com/-f7o2JlwSLqM/UEYthNn2fMI/AAAAAAAAAlY/F2AlYoME3W0/s1600/apa1.jpg]]
[img[Seis autores|http://image.slidesharecdn.com/introduccionapa6taintegrado-100121192730-phpapp02/95/introduccion-apa-6ta-edicin-16-728.jpg?cb=1264102716]]
[img[Un solo autor|http://2.bp.blogspot.com/-fVlpkL5OejU/VR8wFa1vybI/AAAAAAAAAD8/vwhgdVo2X_k/s1600/cita%2Bindirecta%2B1.jpg]]
[img[Citas indirectas: Dos autores|http://images.slideplayer.es/11/3355620/slides/slide_7.jpg]] 


[img[Cita Indirecta|http://2.bp.blogspot.com/-OUnFVazvsM4/VR8wy9Srg-I/AAAAAAAAAEE/az20S2KL4G4/s1600/varios%2Bactores.jpg]]
[img[dos a tres autores|http://image.slidesharecdn.com/introduccionapa6taintegrado-100121192730-phpapp02/95/introduccion-apa-6ta-edicin-13-728.jpg?cb=1264102716]]
[[Formato APA 6ta edición]]
[img[Sin autor|http://image.slidesharecdn.com/citacionapa-160115175128/95/citacion-apa-17-638.jpg?cb=1452880412]]
[img[Sin autor|http://image.slidesharecdn.com/introduccionapa6taintegrado-100121192730-phpapp02/95/introduccion-apa-6ta-edicin-21-728.jpg?cb=1264102716]]
[img[Sin autor|http://image.slidesharecdn.com/estiloelementospararedactar1-131009113606-phpapp01/95/estilo-elementos-para-redactar-1-27-638.jpg?cb=1381318670]]
[img[Sin autor|http://image.slidesharecdn.com/presentation1apa-141006104809-conversion-gate02/95/manual-de-estilo-apa-16-638.jpg?cb=1412592659]]
Formatos seleccionados de las diferentes formas para citar y hacer referencia bibliográficas a los documentos empleados en una tesis.
Este trabajo fue realizado como trabajo colaborativo  en el curso"Software educativo en la investigación e innovación"  de la maestría "MAESTRÍA EN INFORMÁTICA EDUCATIVA Y TECNOLOGIAS DE LA INFORMACIÓN Y COMUNICACIÓN" que se dicta en la [[Universidad Católica Santo Toribio de Mogrovejo|http://www.usat.edu.pe/]]
[img[Formato APA|data:image/png;base64,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]]
Para ver los diferentes formatos solamente tienes que hacer clic en uno de los vínculos de la barra lateral derecha.
Puedes descargar esta página (Pesa 2 MB) y usarla como una página web sin conección a Internet. Solamente tienes que hacer clic en "download" en la barra lateral izquierda
Type the text for 'YourName'
Digital Object Identifier (DOI)
• Serie alfanumérica asignada a documentos en formato electrónico. (p. 189)
• Provee un enlace consistente para su localización en Internet. (p. 189)
• Cuando el contenido no tenga un DOI, se debe indicar el URL de la página
principal de la fuente donde se obtuvo, siguiendo las normas establecidas para los
documentos electrónicos. (p. 192, viñeta 4)

Artículo con DOI, de base de datos EBSCO
Demopoulos, A. W. J., Fry, B., & Smith, C. R. (2007). Food web structure in exotic and
native mangroves: A Hawaii–Puerto Rico comparison. Oecologia, 153(3), 675-
686. doi: 10.1007/s00442-007-0751-x

Artículo sin DOI, de EBSCO
Parés-Ramos, I. K., Gould, W. A., & Aide, T. M. (2008). Agricultural abandonment,
suburban growth, and forest expansion in Puerto Rico between 1991 and 2000.
Ecology & Society, 13(2), 1-19.
[img[Como citar libro consultado electronicamente|http://4.bp.blogspot.com/-f7o2JlwSLqM/UEYthNn2fMI/AAAAAAAAAlY/F2AlYoME3W0/s1600/apa1.jpg]]
Versión electrónica de libro impreso, base de datos Springer, con DOI
Montero, M., & Sonn, C. C. (Eds.). (2009). Psychology of Liberation: Theory and
applications. doi: 10.1007/ 978-0-387-85784-8

Versión electrónica de libro impreso en el sitio de la Biblioteca del Congreso
De Jesús Domínguez, J. (1887). La autonomía administrativa en Puerto Rico.
Recuperado de http://hdl.loc.gov/loc.gdc/lhbpr.3351
/***
|''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);
}
//}}}
!Bienvenidos
[[Formato APA 6ta edición]]
!Citas
#[[Cita directa]]
#[[Citas indirectas Un autor]]
#[[Citas indirectas: Dos autores]]
#[[Citas indirectas: Tres a cinco autores]]
#[[Citas de seis o más autores]]
#[[Autor corporativo]]
#[[Autor anónimo]]
#[[Cita secundaria]]
#[[Cita de menos de 40 palabras]]
#[[Cita de más de 40 palabras]]
#[[Cita de publicaciones sin fecha]]
#[[Cita de material sin paginación]]
#[[Dos o más trabajos en el mismo paréntesis]]
#[[Varios trabajos de un autor con igual fecha de publicación]]
#[[Cita de una tesis]]
#[[Tablas]]
#[[Figuras]]
!Referencias
#[[Cita de un libro]]
#[[Libro online]]
#[[Libro con DOI]]
#[[Capítulo de unl libro]]
#[[Revistas]]
#[[Revistas con DOI]]
#[[Congresos y conferencias]]
#[[Blog]]
#[[Página web sin autor]]

!Referencias Bibliográficas
[[Normas APA. Universidad Monserrate|http://www.unimonserrate.edu.co/pdf/publicaciones/normasapa_unimonserrate.pdf]]
[[Normas APA. Centro de escritura Javeriana|http://www2.uned.es/reop/documentos/Normas%20APA%206ta%20edicion.pdf]]



[[WelcomeToTiddlyspot]] [[GettingStarted]]
/***
|''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"
	});
*/
//}}}
[img[P+agina web sin autor|http://image.slidesharecdn.com/5-sistema-harvard-1233734569665905-3/95/caractersticas-del-sistema-harvard-de-citas-44-728.jpg?cb=1233713014]]
[img[Referencia bibliográfica de documentos en Internet|http://image.slidesharecdn.com/citasbibliograficasinfobiblio-120827040809-phpapp01/95/referencias-bibliograficas-ejemplos-17-728.jpg?cb=1346048615]]
[img[Ordena tus citas|http://cms.ual.es/idc/groups/public/@serv/@biblioteca/documents/imagen/citas_presentacion_interpreta6.gif]]
 [img[Texto libre|http://www.scielo.org.mx/img/revistas/rmie/glogo.gif]]
Wiki creada durante la maestría de  " Maestría en TIC e informática educativa" de la Universidad Catòlica Santo Toribio de Mogrovejo,Chiclayo Perú
Formato APA 6ta Ediciòn
/***
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 = 'apamaestria';

// 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 |
| 27/08/2016 13:37:32 | Ysabelbecerra | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . |
| 27/08/2016 13:41:06 | oscarcarbonel | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . | ok |
| 27/08/2016 13:46:18 | oscarcarbonel | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . |
| 27/08/2016 14:30:13 | Rosa | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . | ok |
| 27/08/2016 14:30:27 | Rosa | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . | ok |
| 27/08/2016 14:30:40 | Rosa | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . |
| 02/09/2016 03:23:43 | mariedorival | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . | ok |
| 02/09/2016 03:24:48 | mariedorival | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . |
| 15/10/2016 05:15:02 | Gabriela Rodriguez | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.tiddlyspot.com/index.html]] | . | ok |
| 15/10/2016 05:18:55 | Gabriela Rodriguez | [[/|http://apamaestria.tiddlyspot.com/]] | [[store.cgi|http://apamaestria.tiddlyspot.com/store.cgi]] | . | [[index.html | http://apamaestria.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");


//}}}

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://apamaestria.tiddlyspot.com/controlpanel]] (your control panel username is //apamaestria//).
<<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.
JoanneSanchez
Type the text for 'Autor corporativo'oscarcarbonel
[img[http://images.slideplayer.es/3/1084766/slides/slide_18.jpg]].
[img[http://image.slidesharecdn.com/normasapa2016sistemabibliotecasunab-160322162342/95/normas-apa-2016-sistema-bibliotecas-unab-30-638.jpg?cb=1458664085]].
[img[http://images.slideplayer.es/11/2934287/slides/slide_16.jpg]].
[img[https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQAw_yHASPV7MpBmf1_oP3Lef3qBkYIH2bln-MLYwuGKKPLsLWujA]].