@matdevdug its a brilliant piece of software isn't it.
I discovered the other day you can use a Digital Object Identifier (doi) with `curl` and get a BibTeX citation back...
```
curl --silent -LH "Accept: text/bibliography; style=bibtex" https://doi.org/10.1017/cts.2024.533
```
@bagder and contributors do an amazing job, thank you.
The epidemiology of errors in data capture, management, and analysis: A scoping review of retracted articles and retraction notices in clinical and translational research - Volume 8 Issue 1
@allistaken Friend works at a bicycle shop and they use basically a big Excel worksheet to do all of their invoices and part management. Part of his job when he closes is to manually input a bunch of information from this into a web form for centralization of the information by the owner across his different shops.
I was using curl to figure out how I could authenticate to the endpoint, like what headers I needed to pass, when I made a typo on some argument. So I opened up the curl man pages and was scrolling down when I saw “form”. Then, once I figured out how to parse the excel to get what I wanted and what the fields were in the form, wrote a bash script to do the whole thing for him when he closes.