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 | wiki:herramientas [2022/10/12 15:22] (actual) srgualpa [Herramientas] | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
- | =====Ejemplos de licencias de software===== | + | <CSS> |
- | <HTML> | + | |
- | < | + | |
+ | / | ||
+ | /* Estilo para el texto paresido consola | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | <li class=" | ||
- | <li class=" | ||
- | <li class=" | ||
- | <li class=" | ||
- | </ | ||
- | < | ||
- | </ | ||
- | <file txt LICENSE[enable_line_numbers=" | ||
- | MIT License | ||
- | Copyright (c) < | ||
- | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
- | of this software and associated documentation files (the " | ||
- | in the Software without restriction, | ||
- | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
- | copies of the Software, and to permit persons to whom the Software is | ||
- | furnished to do so, subject to the following conditions: | ||
- | The above copyright notice and this permission notice shall be included in all | + | .shell-body { |
- | copies or substantial portions of the Software. | + | margin: 0; |
+ | padding: 5px; | ||
+ | list-style: none; | ||
+ | background: | ||
+ | color: #45D40C; | ||
+ | font: 1.0em ' | ||
+ | | ||
- | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | + | -webkit-border-bottom-right-radius: |
- | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | + | |
- | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | + | |
- | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | + | |
- | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | + | |
- | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | + | |
- | SOFTWARE. | + | |
- | </ | + | |
- | < | + | |
- | </ | + | |
- | + | ||
- | <button class=" | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | <li class=" | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | |
- | </ | + | |
- | <file txt LICENSE[enable_line_numbers=" | + | |
- | BSD 3-Clause License | + | |
- | Copyright (c) < | + | border: 1px solid blue; |
- | All rights reserved. | + | |
- | Redistribution and use in source and binary forms, with or without | + | } |
- | modification, | + | .shell-body li { |
+ | word-wrap: break-word; | ||
+ | position: relative; | ||
+ | padding: 0 0 0 15px; | ||
+ | } | ||
- | 1. Redistributions of source code must retain the above copyright notice, this | + | .recuadro{ |
- | list of conditions and the following disclaimer. | + | |
+ | | ||
+ | padding:0.2em 16px; | ||
+ | margin-top: | ||
+ | margin-bottom: | ||
+ | } | ||
- | 2. Redistributions in binary form must reproduce the above copyright notice, | + | .recuadroCodeVerde{ |
- | this list of conditions and the following disclaimer in the documentation | + | |
- | and/or other materials provided with the distribution. | + | border-radius: |
+ | padding:0.2em 16px; | ||
+ | margin-top: | ||
+ | margin-bottom: | ||
+ | color: | ||
+ | | ||
+ | } | ||
- | 3. Neither the name of the copyright holder nor the names of its | + | .recuadroCodeAzul{ |
- | contributors may be used to endorse or promote products derived from | + | |
- | this software without specific prior written permission. | + | border-radius: |
+ | padding:0.2em 16px; | ||
+ | margin-top: | ||
+ | margin-bottom: | ||
+ | color: | ||
+ | background-color:# | ||
+ | } | ||
- | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
- | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
- | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
- | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
- | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
- | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
- | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
- | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
- | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
- | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- | </ | ||
- | < | ||
- | </ | ||
- | + | body {font-family: | |
- | + | ||
- | + | ||
- | </ | + | |
- | | + | |
- | </div> | + | /* 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: |
- | < | + | |
+ | } | ||
- | </HTML> | + | /* Create an active/ |
+ | .tab button.active { | ||
+ | background-color: | ||
+ | } | ||
- | | + | .tablinks.active |
- | + | | |
- | + | } | |
- | <JS> | + | |
- | | + | /* 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 acc = document.getElementsByClassName(" | ||
var i; | var i; | ||
Línea 123: | Línea 219: | ||
</JS> | </JS> | ||
+ | < | ||
+ | < | ||
+ | <button class=" | ||
+ | <div class=" | ||
+ | < | ||
+ | < | ||
+ | <li class=" | ||
+ | <li class=" | ||
+ | </ | ||
+ | < | ||
+ | </ | ||
+ | <file txt Makefile.h[enable_line_numbers=" | ||
+ | |||
+ | </ | ||
+ | < | ||
+ | </ | ||
+ | --> | ||
+ | </ |
wiki/herramientas.1660681122.txt.gz · Última modificación: 2022/08/16 20:18 por srgualpa