Skip to content

Instantly share code, notes, and snippets.

View egonw's full-sized avatar
💭
I want peace and climate action

Egon Willighagen egonw

💭
I want peace and climate action
View GitHub Profile
@egonw
egonw / papers.txt
Last active October 6, 2015 22:48
DOIs of my scientific output
10.1186/1758-2946-5-23
10.1186/1758-2946-5-14
10.1093/bioinformatics/bts681
10.2174/156802612804910287
10.2174/156802612804910278
10.1007/978-1-62703-050-2_10
10.1002/minf.201200114
10.1145/2366316.2366334
10.1016/j.drudis.2012.05.016
10.1186/1751-0473-7-2
@egonw
egonw / authors.sh
Last active September 26, 2015 18:18
Git commands I use to get the data for my "CDK 1.x.y" blog posts
git shortlog -s -n $v1..$v2
@lindenb
lindenb / fact.html
Created August 1, 2011 20:31
freebase + bioportal
<html>
<head>
<link type="text/css" rel="stylesheet" href="http://freebaselibs.com/static/suggest/1.3/suggest.min.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://freebaselibs.com/static/suggest/1.3/suggest.min.js"></script>
<script type="text/javascript" src="http://bioportal.bioontology.org/javascripts/widgets/form_complete.js"></script>
<script type="text/javascript">
var freebase_topics= {
type:[ '/biology/protein','/biology/gene','/medicine/disease']
};