-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcv.html
More file actions
467 lines (436 loc) · 34.9 KB
/
cv.html
File metadata and controls
467 lines (436 loc) · 34.9 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<?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:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:doac="http://ramonantonio.net/doac/0.1/"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml"
version="XHTML+RDFa 1.0" lang="EN">
<head>
<!--This section defines metadata about the page.-->
<title property="og:title dc:title">Curriculum Vitae</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="alternate" type="application/rdf+xml" title="Dave Bridges DOAC File" href="doac.rdf" />
<link rel="alternate" type="application/rss+xml" href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/erss.cgi?rss_guid=1XgES5aR9nBe6DkYaebLQnmq-sGRWaA7dkzrmIFzXQ1HFpuopF" title="PubMed Articles">
<link rel="alternate" type="application/rss+xml" href="http://en.wikipedia.org/w/index.php?title=Special:Contributions/Davebridges&feed=atom&limit=50&target=Davebridges&year=&month=" title="Wikipedia Contributions">
<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."/>
<script type="text/javascript">
<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' Curriculum Vitae" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://davebridges.github.com/cv.html" />
<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="Curriculum Vitae for Dave Bridges."/>
<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>
</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="menu">
<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 current"><a href="cv.html" title="Curriculum Vitae">Curriculum Vitae</a></li>
<li class="span-3"><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>
<div about="#davebridges" typeof="foaf:Person" class="span-24">
<!--This section defines semantic information about the Dave Bridges.-->
<span property="foaf:name" content="Dave Bridges"></span>
<h1>Curriculum Vitae</h1>
<div class="span-24"id="education_training">
<h2>Training and Education</h2>
<div class="span-12" rel="doac:education" id="education" owl:sameAs="http://davebridges.github.com/index.html#education">
<h3>Undergraduate and Graduate Training</h3>
<dl>
<dt typof="doac:Degree" id="bsc" about="#bsc" owl:sameAs="http://davebridges.github.com/index.html#bsc">
<span property="doac:title">Bachelor's of Science</span> in
<span property="doac:subject">Biochemistry</span>.
</dt>
<dd about="#bsc">
<span property="doac:date-starts">September 1996</span> to
<span property="doac:date-ends">June 2000</span> from the
<a property="foaf:organization" class="no-color" href="http://bio.ucalgary.ca">Department of Biological Sciences</a>, <a rel="foaf:organization" class="no-color" href="http://www.ucalgary.ca" resource="http://dbpedia.org/resource/University_of_Calgary">University of Calgary</a>.
</dd>
<dt typof="doac:Degree" id="phd" about="#phd">
<span property="doac:title">Doctor of Philosophy</span> in
<span property="doac:subject">Biochemistry</span>.
</dt>
<dd about="#phd">
<span property="doac:date-starts">September 2000</span> to
<span property="doac:date-ends">May 2005</span> in the
<span rel="foaf:group" resource="http://www.bio.ucalgary.ca/contact/faculty/moorhead.html#members"><a class="no-color" href="http://www.bio.ucalgary.ca/contact/faculty/moorhead.html#members" property="foaf:name">Moorhead Laboratory</a></span> at the
<a property="foaf:organization" class="no-color" href="http://bio.ucalgary.ca">Department of Biological Sciences</a>, <a rel="foaf:organization" class="no-color" href="http://www.ucalgary.ca" resource="http://dbpedia.org/resource/University_of_Calgary">University of Calgary</a>.
</dd>
</dl>
</div>
<div class="span-12 last" rel="doac:experience" id="experience" about="#davebridges" owl:sameAs="http://davebridges.github.com/index.html#experience">
<h3>Post-Doctoral Training</h3>
<dl typof="doac:Experience" id="michigan-pdf" about="#mighigan-pdf" owl:sameAs="http://davebridges.github.com/index.html#michigan-pdf">
<dt property="doac:position">Postdoctoral Research Fellow</dt>
<dd>
<span property="doac:date-starts">June 2005</span>-April 2013.
<span property="doac:position">Research Fellow</span> at the
<span property="foaf:organization">Life Sciences Institute</span>, <span rel="foaf:organization" resource="http://dbpedia.org/resource/University_of_Michigan">University of Michigan</span> in
<a property="foaf:group" class="no-color" href="http://www.lsi.umich.edu/facultyresearch/labs/saltiel">Dr. Alan Saltiel's Laboratory</a>
</dd>
</dl>
<h3>Academic Appointments</h3>
<dl typof="doac:Experience" id="uthsc" about="#mighigan-pdf" owl:sameAs="http://davebridges.github.com/index.html#michigan-pdf">
<dt property="doac:position">Assistant Professor</dt>
<dd>
<span property="doac:date-starts">April 2013</span>-Current.
<span property="doac:position">Assistant Professor</span> at the
<span property="foaf:organization">University of Tennessee Health Science Center</span>, <span rel="foaf:organization" resource="http://uthsc.edy">University of Tennessee Health Science Center</span>.
</dd>
</dl>
</dl>
</div>
</div>
<div rel="foaf:publications" id="publications" about="#davebridges" class="container_12">
<h2 class="span-24">Publications</h2>
<div id="research" class="span-12">
<h3>Research Articles</h3>
<ol>
<li typeof="foaf:Document" id="PNAS-Zolov" about="#PNAS-Zolov">
<span about="#PNAS-Zolov" rel="bibo:authorList">
<span typeof="rdf:Seq" id="PNAS-Zolov_authors" about="#PNAS-Zolov_authors">
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Zolov, S. N.</span></span>,
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">D. Bridges</span></strong>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Y. Zhang</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">W. W. Lee</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">E. Riehle</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">R. Verma</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">G. M. Lenk</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">K. Converso-Baran</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">T. Weide </span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">R. L. Albin</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">K. Converso-Baran</span></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://dbpedia.org/resource/Alan_R._Saltiel">A. R. Saltiel</a></span>
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">M. H. Meisler</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">M. W, Russell</span></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.lsi.umich.edu/facultyresearch/labs/weisman/pi">L.S. Weisman</a></span> and
</span>
<span property="dcterms:issued">2012</span>.
<em property="dc:title">In vivo, Pikfyve generates PI(3,5)P2, which serves as both a signaling lipid and the major precursor for PI5P.</em>
<strong property="bibo:Journal">Proceedings of the National Academies of Science of the United States of America</strong>
<span property="bibo:volume"></span><span property="bibo:issue"></span><span property="bibo:pageStart"></span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/23047693">Pubmed</a> or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1073/pnas.1203106109">Full Text</a>.
</li>
<li typeof="foaf:Document" id="PLOS-TC10" about="#PLOS-TC10">
<span about="#PLOS-TC10" rel="bibo:authorList">
<span typeof="rdf:Seq" id="PLOS-TC10_authors" about="#PLOS-TC10_authors">
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">Bridges, D.</span></strong>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">L. Chang</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">I. J. Lodhi</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">N. A. Clark</span></span>,
and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://dbpedia.org/resource/Alan_R._Saltiel">A. R. Saltiel</a></span>
</span>
<span property="dcterms:issued">2012</span>.
<em property="dc:title">TC10 Is Regulated by Caveolin in 3T3-L1 Adipocytes.</em>
<strong property="bibo:Journal">PLOS One</strong>
<span property="bibo:volume">7</span><span property="bibo:issue">8</span><span property="bibo:pageStart">e42451</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/">Pubmed</a> or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1371/journal.pone.0042451">Full Text</a>.
</li>
<li typeof="foaf:Document" id="MBoC-PI35P2" about="#JBC-Rab5">
<span about="#MBoC-PI35P2" rel="bibo:authorList">
<span typeof="rdf:Seq" id="MBoC-PI35P2_authors" about="#JBC-Rab5t_authors">
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">Bridges, D.</span></strong>
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">J. T. Ma</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">S. Park</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">K. Inoki</span></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.lsi.umich.edu/facultyresearch/labs/weisman/pi">L.S. Weisman</a></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://dbpedia.org/resource/Alan_R._Saltiel">A. R. Saltiel</a></span>
</span>
<span property="dcterms:issued">2012</span>.
<em property="dc:title">PI(3,5)P2 plays a role in the activation and subcellular localization of mTORC1.</em>
<strong property="bibo:Journal">Molecular Biology of the Cell</strong>
<span property="bibo:volume"></span><span property="bibo:issue"></span><span property="bibo:pageStart"></span><span property="bibo:pageEnd"></span><span property="bibo:volume">23</span>(<span property="bibo:issue">15</span>):<span property="bibo:pageStart">2955</span>-<span property="bibo:pageEnd">2962</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/22696681">Pubmed</a> or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1091/mbc.E11-12-1034">Full Text</a>.
<a href="http://f1000.com/717952903?bd=1" target="_blank"><img src="http://cdn.f1000.com.s3.amazonaws.com/images/badges/badgef1000.gif" alt="F1000 Article" id="bg" /></a>
</li>
<li typeof="foaf:Document" id="JBC-Rab5" about="#JBC-Rab5">
<span about="#JBC-Rab5" rel="bibo:authorList">
<span typeof="rdf:Seq" id="JBC-Rab5_authors" about="#JBC-Rab5t_authors">
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">Bridges, D.</span></strong>
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">K. Fisher</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">S. N. Zolov</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">T. Xiong</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">K. Inoki</span></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.lsi.umich.edu/facultyresearch/labs/weisman/pi">L.S. Weisman</a></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://dbpedia.org/resource/Alan_R._Saltiel">A. R. Saltiel</a></span>
</span>
<span property="dcterms:issued">2012</span>.
<em property="dc:title">Rab5 Regulates the Activation and Localization of Target of Rapamycin Complex I.</em>
<strong property="bibo:Journal">Journal of Biological Chemistry</strong>
<span property="bibo:volume">287</span>(<span property="bibo:issue">25</span>):<span property="bibo:pageStart">20913</span>-<span property="bibo:pageEnd">20921</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/22547071">Pubmed</a> or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1074/jbc.M111.334060">Full Text</a>.
</li>
<li typeof="foaf:Document" id="PNAS-Bernat" about="#PNAS-Bernat">
<span about="#PNAS-Bernat" rel="bibo:authorList">
<span typeof="rdf:Seq" id="PNAS-Bernat_authors" about="#PNAS-Bernat_authors">
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Baeza-Raja, B.</span>,</span>
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">P. Li</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">N. LeMoan</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">B. D. Sachs</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">C. Schachtrup</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">D. Davalos</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">A. Vagena</span></span>,
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">D. Bridges</span></strong>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.bcm.edu/pharmacology/index.cfm?pmid=9685">C. Kim</a></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://dbpedia.org/resource/Alan_R._Saltiel">A. R. Saltiel</a></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://endocrinology.ucsd.edu/Faculty/olefsky.html">J. M. Olefsky</a></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.gladstone.ucsf.edu/gladstone/site/akassoglou/">K. Akassoglou</a></span>.
</span>
</span>
<span property="dcterms:issued">2012</span>.
<em property="dc:title">p75 neurotrophin receptor regulates glucose homeostasis and insulin sensitivity.</em>
<strong property="bibo:Journal">Proceedings of the National Academy of Science of the United States of America</strong>
<span property="bibo:volume">109</span>(<span property="bibo:issue">15</span>): <span property="bibo:pageStart">5838</span>-<span property="bibo:pageEnd">5843</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/22460790 ">Pubmed </a> or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1073/pnas.1103638109">Full Text</a>.
</li>
<li typeof="foaf:Document" id="MBC" about="#MBC">
<span about="#MBC" rel="bibo:authorList">
<span typeof="rdf:Seq" id="MBC_authors" about="#MBC_authors">
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Lodhi, I. J.</span></span>*.,
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">D. Bridges</span></strong>*,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">S.H. Chiang</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Y. Zhang</span></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://louisville.edu/medschool/biochemistry/faculty-research/faculty/a-cheng.html">A. Cheng</a></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">L.M. Geletka</span></span>,
<span typeof="rdf:Seq" id="MBC_authors" about="#MBC_authors">
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Lodhi, I. J.</span></span>*.,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">D. Bridges</span></span>*,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">S.H. Chiang</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Y. Zhang</span></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://louisville.edu/medschool/biochemistry/faculty-research/faculty/a-cheng.html">A. Cheng</a></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">L.M. Geletka</span></span>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.lsi.umich.edu/facultyresearch/labs/weisman/pi">L.S. Weisman</a></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://dbpedia.org/resource/Alan_R._Saltiel">A. R. Saltiel</a></span>.
</span>
</span>
<span property="dcterms:issued">2008</span>.
<em property="dc:title">Insulin Stimulates Phosphatidylinositol 3-Phosphate Production via the Activation of Rab5.</em>
<strong property="bibo:Journal">Molecular Biology of the Cell</strong>.
<span property="bibo:Issue">19</span>(<span property="bibo:issue">7</span>):<span property="bibo:pageStart">2718</span>-<span property="bibo:pageEnd">2728</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/18434594">Pubmed </a> or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1091/mbc.E08-01-0105">Full Text</a>.
</li>
<li typeof="foaf:Document" id="BBRC" about="#BBRC">
<span about="#BBRC" rel="bibo:authorList">
<span typeof="rdf:Seq" id="BBRC_authors" about="#BBRC_authors">
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">Bridges, D.</span></strong>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.ucalgary.ca/smrg/faculty/justin-macdonald">J.A. MacDonald</a></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.bio.ucalgary.ca/contact/faculty/moorhead.html">G.B.G. Moorhead</a></span>.
</span>
</span>
<span property="dcterms:issued">2006</span>.
<em property="dc:title">Identification and Characterization of D-AKAP1 as a Major Adipocyte PKA and PP1 Binding Protein.</em>
<strong property="bibo:Journal">Biochemical and Biophysical Resesarch Communications</strong>.
<span property="bibo:volume">346</span>(<span property="bibo:issue">1</span>):<span property="bibo:pageStart">351</span>-<span property="bibo:pageEnd">357</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/16756943">Pubmed </a> or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1016/j.bbrc.2006.05.138">Full Text</a>.
</li>
<li typeof="foaf:Document" id="BMC" about="#BMC">
<span about="#BMC" rel="bibo:authorList">
<span typeof="rdf:Seq" id="BMC_authors" about="#BMC_authors">
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">Bridges, D.</span></strong>,
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.bio.ucalgary.ca/contact/faculty/fraser.html">M.E. Fraser</a></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.bio.ucalgary.ca/contact/faculty/moorhead.html">G.B.G. Moorhead</a></span>.
</span>
</span>
<span property="dcterms:issued">2005</span>.
<em property="dc:title">Cyclic Nucleotide Binding Domains in the Arabidopsis thaliana and Oryza satviva Genomes.</em>
<strong property="bibo:Journal">BMC Bioinformatics</strong>
<span property="bibo:volume">6</span>(<span property="bibo:issue">1</span>): <span property="bibo:pageStart">6</span>-<span property="bibo:pageEnd"></span>.
<span rel="owl:sameAs" resource="http://dblp.l3s.de/d2r/resource/publications/journals/bmcbi/BridgesFM05"></span>
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/15644130">Pubmed </a>or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1186/1471-2105-6-6">Full Text</a>.
</li>
<li typeof="foaf:Document" id="EJB" about="#EJB">
<span about="#EJB" rel="bibo:authorList">
<span typeof="rdf:Seq" id="BBRC_authors" about="#EJB_authors">
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.bio.ucalgary.ca/contact/faculty/moorhead.html">Moorhead, G.</a></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">S. Meek</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">P. Douglas</span></span>,
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">D. Bridges</span></strong>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">C.S. Smith</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">N. Morrice</span></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.ppu.mrc.ac.uk/research/?pid=5">C. MacKintosh</a></span>.
</span>
</span>
<span property="dcterms:issued">2003</span>.
<em property="dc:title">Purification of a plant nucleotide pyrophosphatase that interferes with nitrate reductase and glutamine synthetase assays.</em>
<strong property="bibo:Journal">European Journal of Biochemistry</strong>
<span property="bibo:volume">270</span>(<span property="bibo:issue">6</span>): <span property="bibo:pageStart">1356</span>-<span property="bibo:pageEnd">1362</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/12631294">Pubmed </a>or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1046/j.1432-1033.2003.03509.x">Full Text</a>.
</li>
<li typeof="foaf:Document" id="BCB" about="#BCB">
<span about="#BCB" rel="bibo:authorList">
<span typeof="rdf:Seq" id="BCB_authors" about="#BCB_authors">
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Tran, H.T.</span></span>,
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">D. Bridges</span></strong>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">A. Ulke</span></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.bio.ucalgary.ca/contact/faculty/moorhead.html">G.B.G. Moorhead</a></span>.
</span>
</span>
<span property="dcterms:issued">2002</span>.
<em property="dc:title">Identification of multiple splice variant isoforms of the Protein Phosphatase 1 Regulator sds22 in Rat Liver Nuclei.</em>
<strong property="bibo:Journal">Biochemistry and Cell Biology</strong>
<span property="bibo:volume">80</span>(<span property="bibo:issue">6</span>): <span property="bibo:pageStart">811</span>-<span property="bibo:pageEnd">815</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/12555814">Pubmed </a>or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1139/o02-155">Full Text</a>.
</li>
<li typeof="foaf:Document" id="Biochemistry" about="#Biochemistry" class="container_12 span-12">
<span about="#Biochemistry" rel="bibo:authorList">
<span typeof="rdf:Seq" id="BBRC_authors" about="#Biochemistry_authors">
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">Fogg D.K.</span></span>,
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">D.E. Bridges</span></strong>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">K.K. Cheung</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">G. Kassam</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">N.R. Filipenko</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">K.S. Choi</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">S.L. Fitzpatrick</span></span>,
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">M. Nesheim</span></span> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://www.biochem.dal.ca/faculty/facultypages/waisman/">D.M. Waisman</a></span>.
</span>
</span>
<span property="dcterms:issued">2002</span>.
<em property="dc:title">The p11 subunit of annexin II heterotetramer is regulated by basic carboxypeptidase.</em>
<strong property="bibo:Journal">Biochemistry</strong>
<span property="bibo:volume">41</span>(<span property="bibo:issue">15</span>): <span property="bibo:pageStart">4953</span>-<span property="bibo:pageEnd">4961</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/11939791">Pubmed </a>or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1021/bi012045y">Full Text</a>.
</li>
</ol>
<p>For a list of my publications see my profiles on <a href="http://www.ncbi.nlm.nih.gov/pubmed?term=bridges%20dave">PubMed</a>, <a href="http://scholar.google.com/citations?user=KkTucXYAAAAJ">Google Scholar, <a href="http://www.mendeley.com/profiles/dave-bridges/">Mendeley</a> or on <a href="http://www.researcherid.com/rid/A-8825-2010">ResearcherID.</a></p>
<p>Here is a RSS feed of my articles on PubMed <a type="application/rss+xml" href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/erss.cgi?rss_guid=1XgES5aR9nBe6DkYaebLQnmq-sGRWaA7dkzrmIFzXQ1HFpuopF"> <img src="img/rss.png" alt="RSS Feed Icon"/></a></p>
</div>
<div id="reviewing" about="#davebridges" rel="doac:experience" class="span-12 last">
<h3>Review Articles</h3>
<ol rel="foaf:publications" about="#davebridges">
<li typeof="foaf:Document" id="CTMI" about="#CTMI">
<span about="#CTMI" rel="bibo:authorList">
<span typeof="rdf:Seq" id="CTMI_authors" about="#CTMI_authors">
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">Bridges, D.</span></strong> and
<span rel="rdfs:member"><a typeof="foaf:Person" property="foaf:name" class="no-color" href="http://dbpedia.org/resource/Alan_R._Saltiel">A. R. Saltiel</a></span>.
</span>
</span>
<span property="dcterms:issued"></span>.
<em property="dc:title bibo:Chapter">Phosphoinositides in Insulin Action and Diabetes.</em>
<strong property="bibo:Book">Current Topics in Microbiology and Immunology</strong>. Edited by <span property = "bibo:editor"><a typof="foaf:Person" property="foaf:name" class="no-color" href="http://www.icms.qmul.ac.uk/Profiles/Diabetes/Falasca%20Marco.htm">Marco Falasca</span>.
<span property="bibo:volume">362</span>: <span property="bibo:pageStart">61</span><span property="bibo:pageEnd">85</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/23086413">Pubmed </a>or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1007/978-94-007-5025-8_3">Full Text</a>.
</li>
<li typeof="foaf:Document" id="STKE" about="#STKE">
<span about="#STKE" rel="bibo:authorList">
<span typeof="rdf:Seq" id="BBRC_authors" about="#STKE_authors">
<strong rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name" resource="#davebridges">Bridges, D.</span></strong> and
<span rel="rdfs:member"><span typeof="foaf:Person" property="foaf:name">G.B.G. Moorhead</span></span>.
</span>
</span>
<span property="dcterms:issued">2005</span>.
<em property="dc:title">14-3-3 Proteins: A Number of Roles for a Numbered Protein.</em>
<strong property="bibo:Journal">Science's STKE</strong>
<span property="bibo:issue">2005</span>: <span property="bibo:pageStart">re10</span>.
<a rel="owl:sameAs" href="http://www.ncbi.nlm.nih.gov/pubmed/16091624">Pubmed </a>or
<a rel="owl:sameAs" href="http://dx.doi.org/10.1126/stke.2962005re10">Full Text</a>.
</li>
</ol>
<h3>Faculty of 1000</h3>
<a typof="doac:Experience" id="F1000" about="#F1000" href="http://f1000.com"><img src="img/f1000_logo.png" alt="Faculty of 1000" class="span-6"/></a>
<p class="span-6 last" typof="doac:Experience" id="F1000" about="#F1000">I have been an <span property="doac:position">Associate Member</span> of the <span property="foaf:organization">Faculty of 1000</span> since <span property="doac:date-starts">November 2010</span>. Click <a href="http://f1000.com/thefaculty/member/4676030982513436" title="F1000 Faculty Page">here</a> for my reviews.</p>
<h3>Other Contributions</h3>
<a typof="doac:Experience" id ="wikipedia" about="wikipedia" href="http://wikipedia.org"><img src="img/wikipeda_logo.png" class="span-6" alt="Wikipedia"/></a>
<p class="span-6 last"><a type="application/rss+xml" href="http://en.wikipedia.org/w/index.php?title=Special:Contributions/Davebridges&feed=atom&limit=50&target=Davebridges&year=&month="><img src="img/rss.png" alt="RSS Feed Icon"/></a> Click <a href="http://en.wikipedia.org/wiki/Special:Contributions/Davebridges">here </a>for my wikipedia contributions.</p>
</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' Curriculum Vitae 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="2014-07-04">July 04, 2014</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>
</div>
</body>
</html>