wiki:herramientas
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previaAmbos lados, revisión siguiente | ||
wiki:herramientas [2022/08/16 20:18] srgualpa [Ejemplos de licencias de software] | wiki:herramientas [2022/10/12 15:22] (actual) srgualpa [Herramientas] | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
- | ======= Licencias ======= | + | <CSS> |
- | + | ||
- | <HTML> | + | |
- | < | + | |
- | < | + | |
+ | / | ||
+ | /* Estilo para el texto paresido consola | ||
- | < | ||
- | |||
- | <br> | ||
- | < | ||
- | |||
- | </ | ||
+ | .shell-body { | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | list-style: none; | ||
+ | background: | ||
+ | color: #45D40C; | ||
+ | font: 1.0em ' | ||
+ | line-height: | ||
+ | -webkit-border-bottom-right-radius: | ||
+ | -webkit-border-bottom-left-radius: | ||
+ | -moz-border-radius-bottomright: | ||
+ | -moz-border-radius-bottomleft: | ||
+ | border-bottom-right-radius: | ||
+ | border-bottom-left-radius: | ||
+ | border: 1px solid blue; | ||
+ | border-radius: | ||
+ | } | ||
+ | .shell-body li { | ||
+ | word-wrap: break-word; | ||
+ | position: relative; | ||
+ | padding: 0 0 0 15px; | ||
+ | } | ||
+ | .recuadro{ | ||
+ | border: 1px solid #d3d3d3; | ||
+ | | ||
+ | padding: | ||
+ | margin-top: | ||
+ | margin-bottom: | ||
+ | } | ||
+ | | ||
+ | border: 1px solid #d3d3d3; | ||
+ | | ||
+ | padding: | ||
+ | margin-top: | ||
+ | margin-bottom: | ||
+ | color: | ||
+ | | ||
+ | } | ||
+ | | ||
+ | border: 1px solid #d3d3d3; | ||
+ | | ||
+ | padding: | ||
+ | margin-top: | ||
+ | margin-bottom: | ||
+ | color:blue; | ||
+ | background-color:# | ||
+ | } | ||
+ | body {font-family: | ||
+ | /* Style the tab */ | ||
+ | .tab { | ||
+ | overflow: hidden; | ||
+ | border: 1px solid #ccc; | ||
+ | background-color: | ||
+ | } | ||
+ | /* Style the buttons inside the tab */ | ||
+ | .tab button { | ||
+ | background-color: | ||
+ | float: left; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | padding: 14px 16px; | ||
+ | transition: 0.3s; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | /* Change background color of buttons on hover */ | ||
+ | .tab button: | ||
+ | background-color: | ||
+ | } | ||
+ | /* Create an active/ | ||
+ | .tab button.active { | ||
+ | background-color: | ||
+ | } | ||
+ | .tablinks.active | ||
+ | color: green /*#ccc;*/ | ||
+ | } | ||
+ | /* Style the tab content */ | ||
+ | .tabcontent { | ||
+ | display: none; | ||
+ | padding: 6px 12px; | ||
+ | border: 1px solid #ccc; | ||
+ | border-top: none; | ||
+ | } | ||
+ | .botonPanel { | ||
+ | background-color: | ||
+ | color: | ||
+ | cursor: pointer; | ||
+ | padding: 18px; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | text-align: left; | ||
+ | outline: none; | ||
+ | font-size: 15px; | ||
+ | transition: 0.4s; | ||
+ | } | ||
+ | .active, .botonPanel: | ||
+ | background-color: | ||
+ | } | ||
+ | .panel { | ||
+ | padding: 0 18px; | ||
+ | display: none; | ||
+ | background-color: | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .ul1 { | ||
+ | list-style-type: | ||
+ | padding: 0; | ||
+ | border: 1px solid #ddd; | ||
+ | } | ||
+ | .ul1 .li1 { | ||
+ | padding: 8px 16px; | ||
+ | border-bottom: | ||
+ | } | ||
+ | .ul1 .li1: | ||
+ | border-bottom: | ||
+ | } | ||
+ | .textoNoImportante{ | ||
+ | } | ||
+ | .consolaResaltadaconsolaResaltada { | ||
+ | background-color: | ||
+ | color: | ||
+ | } | ||
+ | / | ||
+ | / | ||
+ | .lista1{ | ||
+ | color: | ||
+ | } | ||
+ | </ | ||
+ | ======Herramientas====== | ||
+ | **Herramientas usadas por el Grupo de Plasmas Astrofísicos** | ||
+ | __Plasma solar__ (Dra. Mariana Cécere, Dr. Ernesto Zurbriggen, Lic. Abril Sahade) | ||
+ | \\ | ||
+ | =====EUV===== | ||
+ | Emulación de emisión EUV: | ||
+ | [[https:// | ||
+ | Dada la temperatura, | ||
+ | Instalador: [[https:// | ||
+ | Licencia: [[https:// | ||
+ | =====VisIt===== | ||
+ | VisIt: | ||
+ | Instalador: \\ | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | Licencia: | ||
+ | =====FLASH===== | ||
+ | FLASH: | ||
+ | Instalador: | ||
+ | Licencia: | ||
+ | =====Emulación de emisión girosincrotrón===== | ||
+ | Emulación de emisión girosincrotrón: | ||
+ | El código está pensado para ser usado en IDL, pero el grupo desarrolló la misma herramienta para Python. | ||
+ | Instalador: | ||
+ | Licencia: | ||
+ | <JS> | ||
+ | var acc = document.getElementsByClassName(" | ||
+ | var i; | ||
+ | for (i = 0; i < acc.length; i++) { | ||
+ | acc[i].addEventListener(" | ||
+ | this.classList.toggle(" | ||
+ | var panel = this.nextElementSibling; | ||
+ | if (panel.style.display === " | ||
+ | panel.style.display = " | ||
+ | } else { | ||
+ | panel.style.display = " | ||
+ | } | ||
+ | }); | ||
+ | } | ||
+ | </JS> | ||
< | < | ||
- | < | + | <!--- |
- | <p>Las licencias de software son un contrato entre el autor del programa y el usuario, en el cual definen con precisión los deberes de ambas partes.</p> | + | <button class=" |
- | + | <div class=" | |
- | + | <br> | |
- | + | <ul class=" | |
- | <!-- <p><a href=" | + | <li class=" |
- | + | | |
- | + | </ul> | |
- | + | | |
- | | + | </HTML> |
- | <!-- ---------------------------------------------------------------------------------------------------------------------------------- --> | + | <file txt Makefile.h[enable_line_numbers=" |
- | + | ||
- | </HTML> | + | |
+ | </ | ||
+ | < | ||
+ | </ | ||
+ | --> | ||
+ | </ |
wiki/herramientas.1660681100.txt.gz · Última modificación: 2022/08/16 20:18 por srgualpa