Sandra Mierz
Sandra Mierz
Hi @ayush4921 , I already looked a bit around your code and you're right, shouldn't be too hard. One thing that is currently missing in diophila though is the "search"...
Ping! The search parameter is now included in diophila 0.4.0. Here is a simple script to see how it works (for use in Jupyter notebook) ``` !pip install diophila from...
Hello @cryoff , thanks for your issue. I was already thinking about using sessions but haven't had time yet to look deeper into it. As far as I understand it,...
I know this issue is old, but I think this would be great to have in an additional tasks file tomcat-security.yml or alternatively in a separate ansible role tomcat-security that...
one thing I noticed about the "add media" button: all other "add" buttons (e.g. "add statement", "add caption") are on the right, so it was a bit unexpected to find...
I could work on fetching abstracts from OpenAlex in case the field is empty in CrossRef.
I noticed that the tests are making real API calls every time they run. Any objections to using a recorder like pytest-recording?
started working on querying OpenAlex for abstracts, but then stopped, because [docs mention](https://docs.openalex.org/api-entities/works/work-object#abstract_inverted_index): > "OpenAlex doesn't include plaintext abstracts due to legal constraints." switched to query for journal's homepage_url for...
yea, I know you could do it (see [my notebook](https://github.com/smierz/openalex-utils/blob/main/notebooks/inverted_index_to_text.ipynb)), but what I meant was: --> OpenAlex does not include abstracts due to legal constraints --> if we program a...
I'm imagining 2 scenarios here: * the paper has already been retracted when the feed is created -> this would be the simple case, when adding an extra field would...