Note-Code blog tutoriales
  • Index
  • Apache
  • Google
  • Html
  • Java
  • Javascript
  • LaTeX
  • Linux
  • Python

Ciencia - Lista de Revistas Científicas online

NC > Ciencia > Paper
  • Ciencias de la Computación
    • IEEE/ACM TCBB
    • IEEE Xplore
    • Journal of the ACM
    • SIAM Journal on Computing
  • Matemáticas
    • Acta Mathematica
    • Annals of Mathematics
  • Multidisciplinares
    • Nature Communications
    • Science
Links:
  1. https://en.wikipedia.org/wiki/List_of_scientific_journals
  2. https://es.wikipedia.org/wiki/Anexo:Revistas_cient%C3%ADficas
  3. https://es.slideshare.net/alexismorenopulido/conozca-las-mejores-revistas-para-publicar-su-investigacin
  4. https://portal.concytec.gob.pe/index.php/informacion-cti/revistas-cientificas
  5. https://en.wikipedia.org/wiki/List_of_bioinformatics_journals
  6. http://www.scielo.org/php/index.php
  7. http://www.upch.edu.pe/vrinve/dugic/revistas/
  8. https://dialnet.unirioja.es/documentos
  9. http://www.nature.com/index.html
  10. http://www.sciencemag.org/
  11. https://medes.com/Public/Home.aspx
  12. http://journals.plos.org/plosone/
  13. http://ieeexplore.ieee.org/Xplore/home.jsp
  14. https://www.ieee.org/publications_standards/publications/xplore/index.html
  15. http://dl.acm.org/
0.23
Enviar esto por correo electrónicoBlogThis!Compartir en XCompartir en FacebookCompartir en Pinterest
Etiquetas: 0.0, Ciencia, Cientifica, Computación, Lista, Matemática, Revista

No hay comentarios.:

Publicar un comentario

Entrada más reciente Entrada antigua Página Principal
Suscribirse a: Comentarios de la entrada (Atom)
  • Algoritmo
  • Apache
  • Google
  • Html
  • Java
  • Javascript
  • Jupyter Notebook
  • LaTeX
  • Linux
  • OpenCV
  • Python

  • El juego de la vida - Ejemplo en python
    In [1]: import matplotlib.image as image import numpy as np from PIL import Image import copy def pinta...
  • El Juego de la Vida en Python
    In [2]: import matplotlib.image as image import numpy as np def juegoDeLaVida (): print ( 'Hi' ) juegoDeL...
  • ¿Cómo convertir una imagen de colores a Blanco y Negro?
    In [12]: import matplotlib.pyplot as plt import matplotlib.image as image import numpy as np img = image . imread ...
  • Escribir "tildes", "Ñ", etc en python UTF-8
    Para poder escribir tildes o caracteres especiales en python(UTF-8) solo es necesario agregar en la primera línea: # -*- coding: ut...
  • Letras griegas en LaTeX α β χ δ ϵ
    $\alpha$ \alpha $\beta$ \beta $\gamma$ \gamma L...

Seguidores

Vistas promedio

También:

  • ►  2021 (1)
    • ►  enero (1)
  • ►  2020 (16)
    • ►  diciembre (10)
    • ►  noviembre (4)
    • ►  mayo (2)
  • ►  2019 (2)
    • ►  enero (2)
  • ►  2018 (53)
    • ►  noviembre (4)
    • ►  septiembre (2)
    • ►  agosto (2)
    • ►  julio (12)
    • ►  junio (30)
    • ►  febrero (3)
  • ▼  2017 (212)
    • ►  septiembre (3)
    • ►  agosto (1)
    • ►  junio (158)
    • ►  mayo (7)
    • ►  abril (24)
    • ▼  marzo (16)
      • Definición - Prolijo,ja
      • Inglés - Sustantivos
      • Inglés - Fonética
      • Computación - ¿Qué es un Compilador?
      • Algoritmo - Algoritmos Genéticos
      • Biografía - John Henry Holland
      • Biografía - Carl Friedrich Gauss
      • Ciencia - Lista de Revistas Científicas online
      • NodeJs - Instalar NodeJs
      • Web - Crear enlace de descarga directa Google Drive
      • Linux - No puedo escribir en Disco Duro Externo
      • Linux - No se puede montar un Disco Duro Externo
      • ¿Cómo escribir un paper?
      • UML - Diagramas en UML
      • Linux - Instalar StarUML
      • Biografía - Leonhard Euler
    • ►  febrero (1)
    • ►  enero (2)
  • ►  2016 (67)
    • ►  diciembre (3)
    • ►  noviembre (3)
    • ►  octubre (1)
    • ►  septiembre (1)
    • ►  agosto (4)
    • ►  julio (7)
    • ►  junio (7)
    • ►  mayo (12)
    • ►  abril (21)
    • ►  marzo (3)
    • ►  febrero (3)
    • ►  enero (2)
  • ►  2015 (9)
    • ►  diciembre (2)
    • ►  noviembre (3)
    • ►  octubre (2)
    • ►  septiembre (2)

Entradas populares del Mes

  • El juego de la vida - Ejemplo en python
    In [1]: import matplotlib.image as image import numpy as np from PIL import Image import copy def pinta...
  • El Juego de la Vida en Python
    In [2]: import matplotlib.image as image import numpy as np def juegoDeLaVida (): print ( 'Hi' ) juegoDeL...
  • ¿Cómo eliminar tildes de string en Python?
    Python puede ser utilizado para quitar tildes, podemos usar el módulo unicodedata y maketrans (de str). Usando unicodedata ¶ Una f...