nimh-dsst / osm

OpenSciMetrics (OSM) applies NLP and LLM-based metrics and indicators related to transparency, data sharing, rigor, and open science on biomedical publications.
Creative Commons Zero v1.0 Universal
1 stars 2 forks source link

NIMH-8 - Section 2.2 PDF to XML, Setup custom docker file to bake in ScienceBeam Parser #21

Closed gitstart-app[bot] closed 3 months ago

gitstart-app[bot] commented 3 months ago

This PR was created by GitStart to address the requirements from this ticket: NIMH-8. This ticket was imported from: NIMH-8


Loom Video\

https://www.loom.com/share/19d7d6e77d1049f891852e513e076226?sid=786b2381-ce9a-45b5-8361-7f0fe87b4713

How to build the image and run the container:

leej3 commented 3 months ago

Running docker run -it osm-image runs the command directive of the docker file (python osm/cli.py --help), and fails to import from commands.

gitstart-nimhdsst commented 3 months ago

Running docker run -it osm-image runs the command directive of the docker file (python osm/cli.py --help), and fails to import from commands.

Just a heads up, we've managed to replicate this issue and are actively working on resolving it, in conjunction with the science-beam parser PR.

gitstart-nimhdsst commented 3 months ago

Can you rebase this if you chose to move forward with a dockerfile that uses elifescience/sciencebeam-parser as it's base. Otherwise use debian/neurodebian as a base image.

Understood, we will rebase. We had made updates to use a debian image in the current Dockerfile. We are yet to push this update though since it is still in progress.

agt24 commented 3 months ago

Superseded by #25