James Howison
James Howison
Working on the mac m1 build for Docker is really difficult when you don’t have the hardware. I don’t exactly know how to go about it, perhaps some other grobid...
I played with this a little more. A few notes for others that might come this way: 1. Following the hint at the end of https://github.com/tensorflow/tensorflow/issues/52845#issuecomment-1272337911 I backed out the...
It is possible that the jep install will work with: ``` RUN JAVA_HOME="$(dirname $(dirname $(readlink -f $(which java))))" pip3 install jep==4.0.2 ``` based on reading: https://stackoverflow.com/questions/43655291/dynamically-set-java-home-of-docker-container That does seem to...
So, maybe making progress. I can get the docker build to finish, and it does create an aarch64 image. Unfortunately, it hits this error: ``` screenit-softcite-server_software_mentions-1 | INFO [2023-08-01 19:34:43,591]...
@kermitt2 Hi Patrice, I'm trying to return to this, any idea if there was progress here? I'll check over on grobid/grobid as well.
I commented out that line built the image, then I ran that line in the container. That command did all its tasks but then is waiting for something more. I...
Oddly, this solved for me by removing `--no-daemon` so that line 141 reads `RUN ./gradlew clean assemble install --stacktrace --info -x test` With that the gradlew command returns and doesn't...
Thanks! Looks like these might be URL only mentions, ie without a separate software name? @kermitt2 any insight on these? Perhaps we need to gather a bunch of these and...
It should see an abstract "mention", then identify metadata for that mention (software-name, url, citation, version, etc). Ah, wait, you are meaning actual links, rather than URLs in text. Great...
Yes, I think having the citation data with the package makes a ton of sense. All CiteAs needs to help is to know where to look, once it find a...