-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsoftware.html
More file actions
164 lines (140 loc) · 8.43 KB
/
software.html
File metadata and controls
164 lines (140 loc) · 8.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:doap="http://usefulinc.com/ns/doap/#"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml"
version="XHTML+RDFa 1.0" xml:lang="EN">
<head>
<!--This section defines metadata about the page.-->
<title property="og:title dc:title">Software and Code</title>
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]>
<link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<link rel="stylesheet" type="text/css" href="css/davebridges.css" />
<link rel="meta" type="application/rdf+xml" title="Dave Bridges DOAC File" href="doac.rdf" />
<link rel="foaf:primaryTopic dc:creator" href="http://davebridges.github.com#davebridges" />
<!--These are the meta tags for facebook's opengraph protocol-->
<meta property="og:title" content="Dave Bridges' Homepage" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://davebridges.github.com" />
<meta property="og:image" content="http://davebridges.github.com/img/profile_picture.jpg" />
<meta property="og:site_name" content="Dave Bridges' Homepage" />
<meta property="fb:admins" content="802530197" />
<meta property="og:description" content="Website for Dave Bridges, Research Fellow at the University of Michigan"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1446316-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" href="css/lavalamp_test.css" type="text/css" media="screen">
<script type="text/javascript" src="js/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
<script type="text/javascript">
$(function() {
$("#1, #2, #3").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return true;
}
});
});
</script>
<!--Script for google authorship attribution -->
<script type="text/javascript">
window.___gcfg = {lang: 'en'};
(function()
{var po = document.createElement("script");
po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(po, s);
})();</script>
</head>
<body>
<!--This is the SDK script for the facebook like button-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="container" id="all">
<div id="menubar" class="span-24">
<ul class="lavaLampNoImage" id="2">
<li class="span-3"><a href="index.html" title="Home">Home</a></li>
<li class="span-3"><a href="interests.html" title="Research Interests">Research Interests</a></li>
<li class="span-3"><a href="cv.html" title="Curriculum Vitae">Curriculum Vitae</a></li>
<li class="span-3 current"><a href="software.html" title="Software">Software</a></li>
<li class="span-3"><a href="news.html" title="News">News</a></li>
<li class="span-3"><a href="http://dave-bridges.blogspot.com" title="Blog">Blog</a></li>
<li class="span-3"><a href="contact.html" title="Contact Information">Contact</a></li>
</ul>
</div>
<span property="foaf:name" content="Dave Bridges"></span>
<div about="#davebridges" typeof="foaf:Person" class="span-24">
<span rel="owl:sameAs" resource="http://davebridges.github.com/index.html#davebridges />
<!--This section defines semantic information about the Dave Bridges.-->
<span property="foaf:name" content="Dave Bridges" />
<h1>Software and Code</h1>
<div class="span-24" id="software">
<dl class="span-24">
<dt typeof="doap:Project" resource="http://github.com/davebridges/mousedb">
<span rel="owl:sameAs" resource="http://pypi.python.org/pypi/mousedb"/>
<span rel="doap:creator doap:maintainer" resource="#davebridges" />
<a rel="doap:homepage" property="doap:name" href="http://github.com/davebridges/mousedb">MouseDB</a>
</dt>
<dd>MouseDB is a web-based application for the storage, organization and communication of data regarding experimental animals.
</dd>
<dt typeof="doap:Project" resource="http://code.google.com/p/experimentdb">
<span rel="doap:creator doap:maintainer" resource="#davebridges"/>
<a rel="doap:homepage" property="doap:name" href="http://code.google.com/p/experimentdb">ExperimentDB</a>
</dt>
<dd>The ExperimentDB is a web-based application for the storage, organization and communication of experimental data with a focus on molecular biology and biochemical data. This application also stores data regarding reagents, including antibodies, constructs and other biomolecules as well as tracks the distribution of reagents. There is also some preliminary interfaces to other web resources.
</dd>
<dt typeof="doap:Project" resource="https://github.com/davebridges/biomolecule-scripts">
<span rel="https://github.com/davebridges/biomolecule-scripts" resource="#davebridges"/>
<a rel="doap:homepage" property="doap:name" href="https://github.com/davebridges/biomolecule-scripts">Miscellaneous Snippets</a>
</dt>
<dd>This repository contains miscellaneous python, R and other scripts.
</dd>
</dl>
</div>
</div>
</hr>
<footer class="span-24">
<!-- Place this tag where you want the +1 button to render -->
<div class="span-3" id="google-plus">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone href="http://davebridges.github.com" size="tall" annotation="bubble"></g:plusone>
</div>
<div class="fb-like span-3" id="faceboook-like" data-href="http://davebridges.github.com" data-layout="box_count" data-send="false" data-width="450" data-show-faces="false"></div>
<div class="span-3" id="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="dave_bridges" data-url="http://davebridges.github.com">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<div class="span-3" id="linkedin-like">
<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-counter="top"></script>
</div>
<div class="span-12 last">
<p>Dave Bridges' Software and Code was created and updated by <a class="no-color" href="https://plus.google.com/100623087480872908200?rel=author"><span itemprop="author creator editor">Dave Bridges</span></a>. It was first published on <time itemprop="dateCreated" datetime="2010-12-09">December 9, 2010</time> and was updated on <time itemprop="dateModified" datetime="2012-05-27">May 27, 2012</time>. It is licensed under a <a class="no-color" itemprop="http://www.w3.org/1999/xhtml/vocab#license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.</p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a>
</div>
</footer>
</div>
</body>
</html>