Skip to content

Instantly share code, notes, and snippets.

View antagomir's full-sized avatar

Leo Lahti antagomir

View GitHub Profile
@konrad
konrad / doi2bibtex.sh
Last active August 23, 2017 08:52
Returns a BibTeX entry for one or more given DOIs.
#!/usr/bin/env bash
# Returns a BibTeX (www.bibtex.org) entry for one or more given DOIs
# (https://www.doi.org/).
#
# Call it like this:
#
# $ doi2bibtex.sh 10.1093/bioinformatics/btu533
#
# Can also be used for several DOIs at once:
@tts
tts / twsentiment.R
Last active December 19, 2015 12:49
A light-weight sentiment analysis of the last update of (some) of my English-writing Twitter followers
########################################################################################################
#
# A light-weight sentiment analysis of the last update of (some) of my English-writing Twitter followers.
#
# Algorithm by http://jeffreybreen.wordpress.com/2011/07/04/twitter-text-mining-r-slides/
# at https://github.com/jeffreybreen/twitter-sentiment-analysis-tutorial-201107/blob/master/R/sentiment.R
#
# Word list from http://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html
# (Linux: unrar e opinion-lexicon-English.rar)
#