Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Simple grobid client for report generation
Basic Info
- Host: GitHub
- Owner: JCabeza99
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: https://upm-ai-grobid.readthedocs.io/en/latest/index.html
- Size: 108 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created over 3 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
Citation
Codemeta
README.md
UPM-AI-GROBID
UPM-AI-GROBID is a project dedicated to the creation of a simple python client that makes calls to the Grobid API passing the papers found in the input folder and renders a report with a wordcloud and the links found in each paper. Aditionally a graph with the number of figures per article is generated at the end of the report.
For the installation and requirements please check the Step by step guide
Owner
- Login: JCabeza99
- Kind: user
- Repositories: 1
- Profile: https://github.com/JCabeza99
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: UPM-GROBID-CLIENT
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Jaime
family-names: Cabeza Expolio
email: jaime.cabeza99@gmail.com
identifiers:
- type: doi
value: 10.5281/zenodo.7709956
description: zenodo
repository-code: 'https://github.com/JCabeza99/UPM-AI-GROBID'
url: 'https://upm-ai-grobid.readthedocs.io'
abstract: >-
PM-AI-GROBID is a project dedicated to the creation of a
simple python client that generates a report using the
grobid service
keywords:
- Grobid
- Grobid-client
- Python3
- Python3.10
license: Apache-2.0
commit: 627990e17f2a826bdd64a9d3dfb31486fb7b9854
version: 1.0.0
date-released: '2023-03-09'
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/JCabeza99/UPM-AI-GROBID/",
"dateCreated": "2023-03-01",
"datePublished": "2023-03-09",
"dateModified": "2023-03-09",
"downloadUrl": "https://github.com/JCabeza99/UPM-AI-GROBID/archive/refs/tags/v.1.0.0.tar.gz",
"name": "UPM-AI-GROBID",
"version": "1.0.0",
"description": "My software is a simple grobid client that generates a report from the input files",
"programmingLanguage": [
"Python3.10.6"
],
"operatingSystem": [
"Linux"
],
"softwareRequirements": [
"https://github.com/kermitt2/grobid"
],
"author": [
{
"@type": "Person",
"givenName": "Jaime",
"familyName": "Cabeza Expolio",
"email": "jaime.cabeza99@gmail.com"
}
]
}
GitHub Events
Total
Last Year
Dependencies
Dockerfile
docker
- python 3.10-buster build
docker-compose.yml
docker
- grobid-client latest
- lfoppiano/grobid 0.7.2
requirements.txt
pypi
- Jinja2 ==3.1.2
- MarkupSafe ==2.1.2
- Pillow ==9.4.0
- certifi ==2022.12.7
- charset-normalizer ==3.0.1
- contourpy ==1.0.6
- cycler ==0.11.0
- fonttools ==4.38.0
- idna ==3.4
- kiwisolver ==1.4.4
- matplotlib ==3.5.3
- mkdocs >=1.2.2
- numpy ==1.21.6
- packaging ==23.0
- pdfkit ==1.0.0
- pyparsing ==3.0.9
- python-dateutil ==2.8.2
- requests ==2.28.2
- six ==1.16.0
- urllib3 ==1.26.14
- wordcloud ==1.8.2.2