Live data from Hacker News

Show HN: One-click citations for your essays

speedcite.com

31–40 of 76 posts

Re: Show HN: One-click citations for your essays

#36
post #19

For interest, you can do something like this on the command line using curl. Try these: curl -LH "Accept: text/bibliography" "http://dx.doi.org/10.1017/S0022112061000019" curl -LH "Accept: text/bibliography; style=bibtex" "http://dx.doi.org/10.1017/S0022112061000019" curl -LH "Accept: text/bibliography; style=apa" "http://dx.doi.org/10.1017/S0022112061000019" My academic life became a lot simpler when I learnt this -…

For CS I did it almost like that: Typically you write papers in LaTeX which means you need a correct Bibtex entry, and correct means its better be curated by someone else. Since most of the relevant CS publications are in DBLP [1] I wrote a small script that scans missing citation keys in your LaTeX file for actual DBLP keys and automatically builds this into a bibtex file that you can use [2]. If you integrate this command in your regular build cycle for LaTeX using for example latexmk manually maintaining bibtex files is a thing from the past.

[1] http://www.dblp.org/search/

[2] https://github.com/grundprinzip/dblp

Re: Show HN: One-click citations for your essays

#38

Doesn't work on the web page at http://gigaom.com/2014/04/29/supreme-court-reverses-patent-j... The subject line gets cut much too short, and the URL gets trimmed to the root level of the domain.

MLA, APA and Chicago style guides don't recommend including the full domain unless it would be too difficult to otherwise find. Hence the truncation.

Re: Show HN: One-click citations for your essays

#40

Doesn't work on the web page at http://gigaom.com/2014/04/29/supreme-court-reverses-patent-j... The subject line gets cut much too short, and the URL gets trimmed to the root level of the domain.

MLA, APA and Chicago style guides don't recommend including the full domain unless it would be too difficult to otherwise find. Hence the truncation.

Okay, fair enough. But what about the full subject?
Post reply on HN