Graeme Watt

Results 56 comments of Graeme Watt

I'll try to give some more examples of problematic paper titles when I spot them that might be useful for future testing. 1. [Tweet](https://twitter.com/HEPData/status/1290588297773961216) for `Measurement of the $CP$ violating...

@HDembinski : thanks, `unicodeitplus` looks great and better suited for our use case than the original `unicodeit`. I've opened HEPData/hepdata#664 to make the switch after some more testing. I've already...

I just wrote a [Jupyter notebook](https://github.com/HEPData/miscellaneous/blob/main/notebooks/compare_latex_to_unicode.ipynb) that gets the titles of all (almost 10,000) [HEPData](https://www.hepdata.net) records and compares the output from [latex2text](https://pylatexenc.readthedocs.io/en/latest/latex2text/), [unicodeit](https://github.com/svenkreiss/unicodeit) and [unicodeitplus](https://github.com/HDembinski/unicodeitplus). I hope it will be...

Looking at the OpenSearch docs, I think the best option for paginating search results is [Point in Time with `search_after`](https://opensearch.org/docs/2.7/search-plugins/searching-data/paginate/#point-in-time-with-search_after). See also the corresponding [docs](https://github.com/opensearch-project/opensearch-py/blob/main/guides/search.md#pagination-with-point-in-time) for the Python API.

I just wrote a [Jupyter notebook](https://github.com/HEPData/miscellaneous/blob/main/notebooks/compare_latex_to_unicode.ipynb) that gets the titles of all (almost 10,000) [HEPData](https://www.hepdata.net) records and compares the output from [latex2text](https://pylatexenc.readthedocs.io/en/latest/latex2text/), [unicodeit](https://github.com/svenkreiss/unicodeit) and [unicodeitplus](https://github.com/HDembinski/unicodeitplus). I'll wait until a future...

After changing the INSPIRE ID of a HEPData record, the new INSPIRE record will subsequently display a link to the HEPData record with the new INSPIRE ID after the nightly...

It should be checked that the implementation of the CLI command works also for unfinished records or multiple versions of a record (with the latest version being unfinished), see #403.

Also useful would be a command to remove the INSPIRE ID of an unfinished record in case it has been added by mistake but the correct INSPIRE ID is not...

A complication I just encountered is when the old and new INSPIRE ID have the same publication information, then `update_record_info` returns 'No update needed', and the last part of `update_record_info`...

Request from Frank Geurts (STAR): > Another feature request, specifically relevant for HEPdata coordinators of larger experiments, is the opportunity to assign -post submission- keywords to the records without having...