-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b17cbb7
commit b49ca46
Showing
613 changed files
with
7,285 additions
and
10,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: e1358357a01f00a6794b8d8aab941991 | ||
config: 8fffee3debf53e56d9a5dcd86e99ffd5 | ||
tags: d77d1c0d9ca2f4c8421862c7c5a0d620 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.tippy-box { | ||
background-color:var(--pst-color-surface); | ||
color:var(--pst-color-text-base); | ||
border: 1px solid var(--pst-color-border); | ||
} |
22 changes: 22 additions & 0 deletions
22
...minar-intersecciones-en-el-diagrama-de-venn-con-r.0400e68c-cf64-4283-b9aa-aae6ed8d4997.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
docs/_static/tippy/es/blog/2010/la-flecha-temporal.970a96f1-752a-47da-a98e-b7260b14a70b.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
selector_to_html = {"a[href=\"#la-flecha-temporal\"]": "<h1 class=\"tippy-header\" style=\"margin-top: 0;\">La flecha temporal<a class=\"headerlink\" href=\"#la-flecha-temporal\" title=\"Link to this heading\">#</a></h1><p>La flecha temporal es la designaci\u00f3n al flujo irreversible del tiempo,\nla representaci\u00f3n de la asimetr\u00eda del tiempo. Lo que se hizo, hecho\nesta y no hay vuelta atr\u00e1s. Solo podemos realizar acciones que\namortig\u00fcen los efectos producidos por el acontecimiento mas nunca\ncambiarlo o evitar haberlo hecho, o al menos por ahora a cuerpos\nmacrosc\u00f3picos como nosotros nos es imposible hacerlo.</p><p>Por esto pensaba yo, tambi\u00e9n que en ese transcurrir inexorable del\ntiempo, debemos preocuparnos por dejar algo trazado en el tiempo, en la\nhistoria, que no sea una simple flecha volando en el espacio vaci\u00f3 sin\nning\u00fan mensaje.</p>"} | ||
skip_classes = ["headerlink", "sd-stretched-link"] | ||
|
||
window.onload = function () { | ||
for (const [select, tip_html] of Object.entries(selector_to_html)) { | ||
const links = document.querySelectorAll(`article.bd-article ${select}`); | ||
for (const link of links) { | ||
if (skip_classes.some(c => link.classList.contains(c))) { | ||
continue; | ||
} | ||
|
||
tippy(link, { | ||
content: tip_html, | ||
allowHTML: true, | ||
arrow: true, | ||
placement: 'auto-start', maxWidth: 500, interactive: false, | ||
|
||
}); | ||
}; | ||
}; | ||
console.log("tippy tips loaded!"); | ||
}; |
22 changes: 22 additions & 0 deletions
22
...es/blog/2010/nuestra-nariz-mas-vieja-que-los-pies.b4e8b15c-a7c2-4977-b573-0da17fc51ff1.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
selector_to_html = {"a[href=\"#nuestra-nariz-mas-vieja-que-los-pies\"]": "<h1 class=\"tippy-header\" style=\"margin-top: 0;\">Nuestra nariz m\u00e1s vieja que los pies<a class=\"headerlink\" href=\"#nuestra-nariz-mas-vieja-que-los-pies\" title=\"Link to this heading\">#</a></h1><p>La relatividad de Einstein abri\u00f3 un nuevo cap\u00edtulo en la f\u00edsica desde sus primeros apuntes en un tratado de la electrodin\u00e1mica de la luz. Desde la relatividad especial plantea ya un punto que separa rotundamente la nueva f\u00edsica a la f\u00edsica tradicional de Newton, y es la concepci\u00f3n no absoluta del espacio y el tiempo.</p><p>Ya en la relatividad especial encontramos que a mayor velocidad el tiempo nos transcurre mas lentamente que si estuvi\u00e9semos en reposo, as\u00ed dos gemelos, uno astronauta y otro un civil, el astronauta seria menor que su hermano (claro esta, por nanosegundos). Pero con la relatividad general, la exposici\u00f3n a campos gravitacionales produce el mismo efecto. A mayor campo gravitacional, el tiempo avanza mas lentamente.</p>"} | ||
skip_classes = ["headerlink", "sd-stretched-link"] | ||
|
||
window.onload = function () { | ||
for (const [select, tip_html] of Object.entries(selector_to_html)) { | ||
const links = document.querySelectorAll(`article.bd-article ${select}`); | ||
for (const link of links) { | ||
if (skip_classes.some(c => link.classList.contains(c))) { | ||
continue; | ||
} | ||
|
||
tippy(link, { | ||
content: tip_html, | ||
allowHTML: true, | ||
arrow: true, | ||
placement: 'auto-start', maxWidth: 500, interactive: false, | ||
|
||
}); | ||
}; | ||
}; | ||
console.log("tippy tips loaded!"); | ||
}; |
22 changes: 22 additions & 0 deletions
22
..._static/tippy/es/blog/2010/pensando-en-el-grafeno.28420224-97ef-4eb8-a0b7-08123c0384b7.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
selector_to_html = {"a[href=\"#pensando-en-el-grafeno\"]": "<h1 class=\"tippy-header\" style=\"margin-top: 0;\">Pensando en el grafeno<a class=\"headerlink\" href=\"#pensando-en-el-grafeno\" title=\"Link to this heading\">#</a></h1><p>Aunque este material fue noticia ya hace un rato, vengo a pensar ahora en el porque sera mi tema de trabajo de grado.\nEste material fue noticia ya que por estudios de este material fue concedido el premio nobel de f\u00edsica a 2 f\u00edsicos rusos que trabajan en la Universidad de Manchester.</p><p>Este material tiene muchas caracter\u00edsticas muy peculiares, que atraen el inter\u00e9s no solo de la comunidad cient\u00edfica sino tambi\u00e9n ingenieril/industrial. Desde la industria resulta bastante interesante que sea un material extremadamente resistente y al mismo tiempo muy liviano (son capas formadas por estructuras de carbono hexagonal, estructuralmente con gran similaridad al grafito, de lo que esta hecho la mina de los lapices).</p>"} | ||
skip_classes = ["headerlink", "sd-stretched-link"] | ||
|
||
window.onload = function () { | ||
for (const [select, tip_html] of Object.entries(selector_to_html)) { | ||
const links = document.querySelectorAll(`article.bd-article ${select}`); | ||
for (const link of links) { | ||
if (skip_classes.some(c => link.classList.contains(c))) { | ||
continue; | ||
} | ||
|
||
tippy(link, { | ||
content: tip_html, | ||
allowHTML: true, | ||
arrow: true, | ||
placement: 'auto-start', maxWidth: 500, interactive: false, | ||
|
||
}); | ||
}; | ||
}; | ||
console.log("tippy tips loaded!"); | ||
}; |
22 changes: 22 additions & 0 deletions
22
...static/tippy/es/blog/2010/recorrido-por-la-celula.3e2e941c-5706-4817-b274-20b1ce7a763f.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
selector_to_html = {"a[href=\"#bio\"]": "<aside class=\"footnote brackets\" id=\"bio\" role=\"doc-footnote\">\n<span class=\"label\"><span class=\"fn-bracket\">[</span><a href=\"#id2\" role=\"doc-backlink\">2</a><span class=\"fn-bracket\">]</span></span>\n<p><a class=\"reference external\" href=\"http://multimedia.mcb.harvard.edu/\">BioVisions</a>.</p>\n</aside>", "a[href=\"#recorrido-por-la-celula\"]": "<h1 class=\"tippy-header\" style=\"margin-top: 0;\">Recorrido por la c\u00e9lula<a class=\"headerlink\" href=\"#recorrido-por-la-celula\" title=\"Link to this heading\">#</a></h1><p>Creo que el mundo vivo a cualquier escala puede exhibir una majestuosa belleza, y que esta es inspiraci\u00f3n para que el arte cree una copia de la misma y la transmita.\nParte de esta belleza de la vida no solo esta en sus formas (reconstruidas por curvas matem\u00e1ticas, muchas de naturaleza fractal) sino tambi\u00e9n por su din\u00e1mica, compleja y precisa.</p>", "a[href=\"#ted\"]": "<aside class=\"footnote brackets\" id=\"ted\" role=\"doc-footnote\">\n<span class=\"label\"><span class=\"fn-bracket\">[</span><a href=\"#id3\" role=\"doc-backlink\">3</a><span class=\"fn-bracket\">]</span></span>\n<p><a class=\"reference external\" href=\"https://www.ted.com/talks/david_bolinsky_animates_a_cell\">Visualizing the wonder of a living cell</a> (Marzo de 2007).</p>\n</aside>", "a[href=\"#news\"]": "<aside class=\"footnote brackets\" id=\"news\" role=\"doc-footnote\">\n<span class=\"label\"><span class=\"fn-bracket\">[</span><a href=\"#id1\" role=\"doc-backlink\">1</a><span class=\"fn-bracket\">]</span></span>\n<p><a class=\"reference external\" href=\"http://www.studiodaily.com/2006/07/cellular-visions-the-inner-life-of-a-cell/\">StudioDaily</a> Cellular Visions: The Inner Life of a Cell (July 20, 2006).</p>\n</aside>"} | ||
skip_classes = ["headerlink", "sd-stretched-link"] | ||
|
||
window.onload = function () { | ||
for (const [select, tip_html] of Object.entries(selector_to_html)) { | ||
const links = document.querySelectorAll(`article.bd-article ${select}`); | ||
for (const link of links) { | ||
if (skip_classes.some(c => link.classList.contains(c))) { | ||
continue; | ||
} | ||
|
||
tippy(link, { | ||
content: tip_html, | ||
allowHTML: true, | ||
arrow: true, | ||
placement: 'auto-start', maxWidth: 500, interactive: false, | ||
|
||
}); | ||
}; | ||
}; | ||
console.log("tippy tips loaded!"); | ||
}; |
Oops, something went wrong.