Recent Releases of task1-aiaosirse

task1-aiaosirse -

🚀 Release v2.0.0 – Major Documentation & CI/CD Update 🔹 New Features & Improvements ✅ 📖 ReadTheDocs Integration

The documentation is now hosted on ReadTheDocs: 🔗 https://task1-aiaosirse.readthedocs.io/en/latest/ Added .readthedocs.yaml for automatic builds. Improved index.rst structure for better navigation. ✅ 🛠️ Automated Testing & CI/CD

Implemented GitHub Actions to run tests automatically on each push. test.py updated with more validation checks. ✅ 📝 Metadata Improvements

Updated codemeta.json with latest version, DOI, and structured metadata. Updated CITATION.cff with correct Zenodo DOI. LICENSE file verified to ensure compliance with Apache 2.0. ✅ 🐳 Enhanced Docker & Manual Execution Options

Added Docker Compose support for an easier setup. Refactored Python scripts to improve modularity and readability. Tested the manual installation method for reproducibility. ✅ 📜 Zenodo DOI & Citation Updates

Generated DOI for v1.1.0 on Zenodo: 🔗 https://doi.org/10.5281/zenodo.14905817 Updated README.md to include the citation badge. ✅ 📂 Documentation Updates

Improved README.md with execution methods, citations, and documentation links.

- Python
Published by javizhangg about 1 year ago

task1-aiaosirse - Versión 1.0.0 - Funcionalidad principal añadida

🚀 Novedades en la versión 1.0.0

  • Se agrego los 10 pdf basados en el tema de bitcoin con los que se llevara acabo el ejercicio.
  • Se encuentra el main.py en el cual esta el código para extraer de un pdf el archivo xml.
  • No se ha detectado ningún error.
  • Es importante inicializar el servidor grobid antes de utilizar el código main, para inicializar con (" docker run --rm --init -p 8070:8070 -p 8071:8071 grobid/grobid:0.8.1 ")
  • Tenemos el repositorio de grobid clonado a parte la Licencia y el README

🛠 Instalación

  1. Clona el repositorio:
    git clone https://github.com/javizhangg/task1-AIAOSIRSE.git

- Python
Published by javizhangg about 1 year ago