Saltar a contenido

Publicaciones

{ "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "description": "Número de publicaciones por año", "title": {"text": "Publicaciones destacadas por año", "fontSize": 14, "anchor": "start"}, "width": 320, "height": 200, "data": {"url": "data/publicaciones_por_anio.json"}, "encoding": { "x": {"field": "anio", "type": "ordinal", "axis": {"title": "Año", "labelAngle": -45}} }, "layer": [ { "mark": {"type": "bar", "tooltip": true}, "encoding": { "y": {"field": "publicaciones", "type": "quantitative", "axis": {"title": "Nº publicaciones"}}, "color": {"field": "publicaciones", "type": "quantitative", "legend": null, "scale": {"scheme": "blues"}}, "tooltip": [ {"field": "anio", "type": "ordinal", "title": "Año"}, {"field": "publicaciones", "type": "quantitative", "title": "Publicaciones"} ] } }, { "data": {"values": [ {"anio": 2015, "label": "Sexenio"}, {"anio": 2021, "label": "Sexenio"} ]}, "mark": {"type": "rule", "color": "#d32f2f", "strokeDash": [4,4]}, "encoding": { "x": {"field": "anio", "type": "ordinal"}, "size": {"value": 1}, "tooltip": [ {"field": "anio", "type": "ordinal", "title": "Año"}, {"field": "label", "type": "nominal", "title": "Marca"} ] } } ], "config": { "axis": {"labelFontSize": 11, "titleFontSize": 12} } }

{ "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "description": "Distribución de publicaciones por cuartil JCR y SJR", "title": {"text": "Distribución por cuartil (JCR vs SJR)", "fontSize": 14, "anchor": "start"}, "width": 320, "height": 200, "config": { "axis": {"labelFontSize": 11, "titleFontSize": 12}, "legend": {"labelFontSize": 11, "titleFontSize": 12} }, "data": { "url": "data/cuartiles.json" }, "mark": {"type": "bar", "tooltip": true}, "encoding": { "x": {"field": "cuartil", "type": "nominal", "axis": {"title": "Cuartil", "labelAngle": 0}}, "y": {"field": "valor", "type": "quantitative", "axis": {"title": "Nº publicaciones"}}, "xOffset": {"field": "indice"}, "color": { "field": "indice", "type": "nominal", "scale": {"scheme": "blues"}, "legend": { "orient": "none", "legendX": 10, "legendY": 10, "direction": "horizontal", "title": "Índice", "fillColor": "#ffffffcc", "strokeColor": "#ddd", "padding": 4 } }, "tooltip": [ {"field": "cuartil", "type": "nominal", "title": "Cuartil"}, {"field": "valor", "type": "quantitative", "title": "Valor"}, {"field": "indice", "type": "nominal", "title": "Índice"} ] } }

{ "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": { "url": "data/indices_h.json" }, "mark": {"type": "bar", "cornerRadius": 3}, "encoding": { "x": {"field": "h", "type": "quantitative", "title": "Índice h"}, "y": {"field": "fuente", "type": "nominal", "sort": null, "title": "Fuente"}, "color": { "field": "fuente", "type": "nominal", "scale": {"domain":["WoS","Scopus","Scholar"], "scheme": "blues"}, "legend": null }, "tooltip": [ {"field": "fuente", "type": "nominal", "title": "Fuente"}, {"field": "h", "type": "quantitative", "title": "Índice h"} ] }, "width": 280, "height": 140, "config": { "axis": {"labelFontSize": 11, "titleFontSize": 12} } }

Aquí pueden verse una selección de publicaciones destacadas.
La lista completa está disponible en ORCID

{ "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "title": {"text": "Publicaciones por posición de autor", "fontSize": 14, "anchor": "start"}, "width": 320, "height": 160, "data": { "values": [ {"posicion": "Primer autor", "publicaciones": 15}, {"posicion": "Segundo autor", "publicaciones": 12}, {"posicion": "Último autor", "publicaciones": 6} ] }, "mark": {"type": "bar", "tooltip": true}, "encoding": { "x": {"field": "posicion", "type": "nominal", "sort": ["Primer autor", "Segundo autor", "Último autor"], "axis": {"title": null, "labelAngle": 0}}, "y": {"field": "publicaciones", "type": "quantitative", "axis": {"title": "Nº publicaciones"}}, "color": {"field": "posicion", "type": "nominal", "scale": {"domain": ["Primer autor", "Segundo autor", "Último autor"], "scheme": "blues"}, "legend": null}, "tooltip": [ {"field": "posicion", "type": "nominal", "title": "Posición"}, {"field": "publicaciones", "type": "quantitative", "title": "Publicaciones"} ] }, "config": {"axis": {"labelFontSize": 11, "titleFontSize": 12}} }

🟢 Journal · 🔵 Conferencia · ⚪️ Capítulo de libro

2026

2025

2024

2023

2022

2021

2020

2019

2018

2017

2016

2015

2014

2013

2012

2009