Brandon Stell

Results 11 comments of Brandon Stell

@zepx have you found a solution yet? This is not working for me either.

Hi @buma, I seem to be doing something wrong. How should fix_times be called? ```python for message in fix_times(fitfile.get_messages()): ts = message.get_value('timestamp_16') if ts: print ts Traceback (most recent call...

To be more clear I am referring to the parts referenced on pages 9 and 15 here in the repo: https://github.com/bang-olufsen/create/blob/master/Guides/Upcylce%20CX100.pdf

This response https://github.com/cortex-lab/phy/issues/1143#issuecomment-1072420729 solved the problem for me on Ubuntu 22.04.

A new version of PubPeer will be released in a few weeks and will incorporate Elasticsearch (Algolia is built with same tech). We would be interested in incorporating these data...

Your API is great. We could implement it immediately if there were retraction dates and links to retraction notices. Also, why limit to retractions? Could expressions of concern, etc. be...

Great for us; looks like everything we would need.

You didn't get the metadata from here? `curl -L -iH "Accept: application/vnd.citationstyles.csl+json" http://dx.doi.org/10.1002/job.1787 | jq '{ retracted: (."update-to"[0].type == "retraction"), update: { timestamp: ."update-to"[0].updated.timestamp, doi: .DOI, type: ."update-to"[0].type }, doi:...

OK. Shouldn't this produce the example metadata you show above? `curl http://openretractions.com/api/doi/10.1002/job.1787/data.json | jq`

looks great. we're going to try to get it into the new site when it launches.