Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indirivacua/sigeva-bibtex
Extensión de navegador para cargar automáticamente trabajos científicos en SIGEVA a partir de un bibtex.
https://github.com/indirivacua/sigeva-bibtex
bibtex chrome chrome-extension conicet cvar extension firefox firefox-extension sigeva unlp
Last synced: 3 months ago
JSON representation
Extensión de navegador para cargar automáticamente trabajos científicos en SIGEVA a partir de un bibtex.
- Host: GitHub
- URL: https://github.com/indirivacua/sigeva-bibtex
- Owner: indirivacua
- License: gpl-3.0
- Created: 2023-12-15T19:18:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T15:08:31.000Z (10 months ago)
- Last Synced: 2024-03-04T17:02:19.200Z (10 months ago)
- Topics: bibtex, chrome, chrome-extension, conicet, cvar, extension, firefox, firefox-extension, sigeva, unlp
- Language: JavaScript
- Homepage:
- Size: 555 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sigeva-bibtex
La extensión fue probada solo en navegadores basados en Chromium, igual debería funcionar (mínimanente) en Firefox también.
## Instalación
1. Descargá el último [release](https://codeload.github.com/indirivacua/sigeva-bibtex/zip/refs/heads/main) del paquete de la extensión y extraélo.
2. Accedé a `chrome://extensions`. Activá la opción **Modo de desarrollador** (esquina superior derecha).
3. Hacé click en **Cargar extensión sin empaquetar** y seleccioná la carpeta donde extrajiste la extensión.
## Uso
Con algún motor de búsqueda académico como [Google Scholar](https://scholar.google.com/) obtené el BibTeX del paper que querés cargar en SIGEVA.
Ejemplo
```bibtex
@article{example2023an,
title={An Example Article: A Study on AI and Machine Learning},
author={Doe, John and Smith, Jane and P{\'e}rez, Juan and Fulanito, Meganito and Margarita, Flores},
affiliations={{Doe, John} INSTITUTO DE INVESTIGACION EN INFORMATICA LIDI {20408} {Doe, John} INSTITUTO DE INVESTIGACION EN INFORMATICA LIDI {20408} {Smith, Jane} COMISION DE INVESTIGACIONES CIENTIFICAS DE LA PROVINCIA DE BUENOS AIRES {2837}},
journal={The Journal of AI Research},
volume={100},
number={1},
pages={1--20},
year={2023},
issn={1234-5678},
country={Italia},
city={Turín},
doi={https://doi.org/10.1016/j.example.2023.01.001},
isbn={978-3-16-148410-0},
url={https://www.example.com/science/article/pii/S1234567816300973},
publisher={Elsevier},
organization={Elsevier},
booktitle={International Conference on Artificial Intelligence},
keywords={Artificial Intelligence, Machine Learning, Deep Learning, Data Mining, Business Intelligence},
month={January},
abstract={This study explores AI and ML including DL and DM. We highlight the potential of AI and ML in various sectors and provide an open-source software tool for further research.},
note={Open source software available from https://github.com/example/ai-software}
}
```Luego hacé click en el ícono de la extensión en la barra de herramientas de Chrome mientras estás en una página compatible. Pegá el BibTeX en el campo del texto y tocá el botón **Insertar**. Done.
![Alt text](releases/screenshot.png)