forked from nrnb/nrnb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentations.html
846 lines (759 loc) · 37.5 KB
/
presentations.html
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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NRNB: Media</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/nrnb.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed"
href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<div class="belt white">
<div class="container">
<h2>NRNB Media and Related Presentations</h2>
<ul class="nav nav-tabs" id="tabs">
<li class="active"><a href="#nrnb-tab" data-toggle="tab">NRNB
Projects</a></li>
<li><a href="#annual-tab" data-toggle="tab">Annual Reports</a></li>
<li><a href="#symposia-tab" data-toggle="tab">NRNB Symposia</a></li>
<li><a href="#netbiosig-tab" data-toggle="tab">NetBio SIG</a></li>
<li><a href="#appexpo-tab" data-toggle="tab">Cytoscape App
Expo</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade in active" id="nrnb-tab">
<a name="nrnbintro"></a>
<h3>NRNB Video Introduction</h3>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/_nbqSe4Zaps" frameborder="0"
allowfullscreen></iframe>
<ul>
<li><a href="presentations/What_is_NRNB_small.mov"><b
class="blue">Small .mov file (56MB)</b></a></li>
<li><a href="presentations/What_is_NRNB_medium.mov"><b
class="blue">Medium .mov file (211MB)</b></a></li>
<li><a href="presentations/What_is_NRNB_large.mov"><b
class="blue">Large .mov file (576MB)</b></a></li>
</ul>
<br/>
<hr/>
<h3>NRNB Technical Projects</h3>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/R6RkMQpOmDs" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a href="http://apps3.nrnb.org/apps/dynnetwork"
target="_blank">Dynamic Networks in Cytoscape 3 from Sabina
(GSoC 2012)</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/14094932"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/riannefijten/metabolite-info-plugin"
title="Metabolite Info Plugin" target="_blank">Metabolite Info
Plugin from Rianne (GSOC 2012)</a></strong>
</div>
</div>
<div class="tab-pane fade" id="annual-tab">
<h3>NRNB Annual Reports</h3>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/31866060"
width="476" height="400" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/nrnb-annual-report-2013"
title="NRNB Annual Report 2013 Slideshow" target="_blank">NRNB
Annual Report 2013 Slideshow</a>
</strong><br/> <strong> <a
href="presentations/NRNB_Annual_Report_2013.pdf"
title="NRNB Annual Report 2013 PDF" target="_blank">NRNB
Annual Report 2013 PDF</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/15288081"
width="476" height="400" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/nrnb-annual-report-2012"
title="NRNB Annual Report 2012 Slideshow" target="_blank">NRNB
Annual Report 2012 Slideshow</a>
</strong><br/> <strong> <a
href="presentations/NRNBannualReport2012.pdf"
title="NRNB Annual Report 2012 PDF" target="_blank">NRNB
Annual Report 2012 PDF</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/15678114?rel=0"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/nrnb-eac-meeting-2012"
title="NRNB EAC Report 2012" target="_blank">NRNB EAC Meeting
2012</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758448"
width="479" height="511" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/nrnb-annual-report-2011"
title="NRNB Annual Report 2011 Slideshow" target="_blank">NRNB
Annual Report 2011 Slideshow</a>
</strong><br/> <strong> <a
href="presentations/NRNBannualReport2011.pdf"
title="NRNB Annual Report 2011 PDF" target="_blank">NRNB
Annual Report 2011 PDF</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758430?rel=0"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/nrnb-eac-report-2011"
title="NRNB EAC Report 2011" target="_blank">NRNB EAC Meeting
2011</a>
</strong>
</div>
</div>
<div class="tab-pane fade" id="symposia-tab">
<h3>
NRNB Symposium on Network Biology - December 13 2012<br/>Gladstone
Institutes, San Francisco
</h3>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/UWSwuDtyxxA" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Stephen Friend (Sage Bionetworks) - <em>Corruption
of Denial</em> <a href="presentations/friend_2012.pptx">[pptx]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/JNpGXj4akgE" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>David Hill (Dana-Farber) -<em>Interactome
Perturbations</em> <a href="presentations/hill_2012.pptx">[pptx]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/YyqBCthpM28" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Tamara Munzner (UBC) - <em>Visualization
Principles</em> <a href="presentations/munzner_2012.pdf">[pdf]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/TrDMCltIumo" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Atul Butte (Stanford) - <em>Translational
Bioinformatics</em> <a href="presentations/atulbutte_2012.pdf">[pdf]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/MPqfrVuC7DI" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Quaid Morris (U Toronto) - <em>Networks for
Gene Function Prediction</em></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/u_s2_bA7k6Q" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Patsy Babbitt (UCSF) - <em>Protein Similarity
Networks in Functional Inference</em> <a
href="presentations/babbitt_2012.pptx">[pptx]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/6vwg0dJY1NM" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>James Fowler (UCSD) - <em>Friendship and
Natural Selection</em> <a href="presentations/fowler_2012.ppt">[ppt]</a></strong>
</div>
</div>
<div class="tab-pane fade" id="netbiosig-tab">
<H3>Network Biology SIG, ISMB, Boston - July 11 2014</H3>
<ul>
<li><a href="netbiosig/Network Biology SIG 2014 Program.pdf"><b>Network
Biology SIG 2014 Schedule</b></a></li>
<li><a href="netbiosig/Network Biology SIG 2014 Abstracts.pdf"><b>Network
Biology SIG 2014 Abstracts</b></a></li>
</ul>
<iframe src="//www.slideshare.net/slideshow/embed_code/37217267" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014intro"
title="NetBioSIG2014-Intro by Alex Pico" target="_blank">NetBioSIG2014-Intro by Alex Pico</a>
</strong>
</div>
<!--
<iframe src="//www.slideshare.net/slideshow/embed_code/37216531" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014-gerald-quon"
title="NetBioSIG2013-Talk by Gerald Quon" target="_blank">NetBioSIG2013-Talk by Gerald Quon</a>
</strong>
</div>
-->
<iframe src="//www.slideshare.net/slideshow/embed_code/37216598" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014talk-hyunghoon-cho"
title="NetBioSIG2014-Talk by Hyunghoon Cho" target="_blank">NetBioSIG2014-Talk by Hyunghoon Cho</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37216615" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014talk-by-david-amar-networksig-2014"
title="NetBioSIG2014-Talk by David Amar" target="_blank">NetBioSIG2014-Talk by David Amar</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37216644" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014talk-by-ashwini-patil"
title="NetBioSIG2014-Talk by Ashwini Patil" target="_blank">NetBioSIG2014-Talk by Ashwini Patil</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37258917" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/salvatore-loguercio-net-biosig14"
title="NetBioSIG2014-Talk by Salvatore Loguercio" target="_blank">NetBioSIG2014-Talk by Salvatore Loguercio</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37338400" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscre
en></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/frank-kramer-ismb2014-netbiosigflashjournalclub"
title="NetBioSIG2014-FlashJournalClub by Frank Kramer" target="_blank">NetBioSIG2014-FlashJournalClub by Frank Kramer</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37216680" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014keynote-by-marian-walhout"
title="NetBioSIG2014-Keynote by Marian Walhout" target="_blank">NetBioSIG2014-Keynote by Marian Walhout</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37216858" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014talk-by-yu-xia"
title="NetBioSIG2014-Talk by Yu Xia" target="_blank">NetBioSIG2014-Talk by Yu Xia</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37216877" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014talk-by-tijana-milenkovic"
title="NetBioSIG2014-Talk by Tijana Milenkovic" target="_blank">NetBioSIG2014-Talk by Tijana Milenkovic</a>
</strong>
</div>
<iframe src="//www.slideshare.net/slideshow/embed_code/37216903" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2014talk-by-traver-hart"
title="NetBioSIG2014-Talk by Traver Hart" target="_blank">NetBioSIG2014-Talk by Traver Hart</a>
</strong>
</div>
<hr />
<H3>Network Biology SIG, ISMB, Berlin - July 19 2013</H3>
<ul>
<li><a href="netbiosig/Network Biology SIG 2013 Program.pdf"><b>Network
Biology SIG 2013 Schedule</b></a></li>
<li><a href="netbiosig/Network Biology SIG 2013 Abstracts.pdf"><b>Network
Biology SIG 2013 Abstracts</b></a></li>
</ul>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783033?rel=0"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013intro"
title="NetBioSIG2013-Intro Alexander Pico" target="_blank">NetBioSIG2013-Intro
Alexander Pico</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24782910"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/schwikowski"
title="NetBioSIG2013-KEYNOTE Benno Schwikowski" target="_blank">NetBioSIG2013-KEYNOTE
Benno Schwikowski</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783074"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013talk-robin-haw"
title="NetBioSIG2013-Talk Robin Haw " target="_blank">NetBioSIG2013-Talk
Robin Haw </a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783154"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013talk-martina-kutmon"
title="NetBioSIG2013-Talk Martina Kutmon" target="_blank">NetBioSIG2013-Talk
Martina Kutmon</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783176"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013talk-thomas-kelder"
title="NetBioSIG2013-Talk Thomas Kelder" target="_blank">NetBioSIG2013-Talk
Thomas Kelder</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783210"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013keynote-natasa-przulj"
title="NetBioSIG2013-KEYNOTE Natasa Przulj" target="_blank">NetBioSIG2013-KEYNOTE
Natasa Przulj</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783229"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013talk-david-amar"
title="NetBioSIG2013-Talk David Amar" target="_blank">NetBioSIG2013-Talk
David Amar</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783495"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013keynote-yeger-lotem"
title="NetBioSIG2013-KEYNOTE Esti Yeger-Lotem" target="_blank">NetBioSIG2013-KEYNOTE
Esti Yeger-Lotem</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783523"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013talk-gang-su"
title="NetBioSIG2013-Talk Gang Su" target="_blank">NetBioSIG2013-Talk
Gang Su</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783535"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013talk-tijana-milenkovic"
title="NetBioSIG2013-Talk Tijana Milenkovic" target="_blank">NetBioSIG2013-Talk
Tijana Milenkovic</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783549"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013talk-janjic"
title="NetBioSIG2013-Talk Vuk Janjic" target="_blank">NetBioSIG2013-Talk
Vuk Janjic</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783566"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013keynote-stefan-schuster"
title="NetBioSIG2013-KEYNOTE Stefan Schuster" target="_blank">NetBioSIG2013-KEYNOTE
Stefan Schuster</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/24783581"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen webkitallowfullscreen mozallowfullscreen>
</iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2013keynote-michael-schroeder"
title="NetBioSIG2013-KEYNOTE Michael Schroeder" target="_blank">NetBioSIG2013-KEYNOTE
Michael Schroeder</a>
</strong>
</div>
<hr/>
<H3>Network Biology SIG, ISMB, Long Beach - July 13 2012</H3>
<ul>
<li><a href="netbiosig/Network Biology SIG 2012 Program.pdf"><b>Network
Biology SIG 2012 Schedule</b></a></li>
<li><a href="netbiosig/Network Biology SIG 2012 Abstracts.pdf"><b>Network
Biology SIG 2012 Abstracts</b></a></li>
</ul>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758287?rel=0"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-programschedule"
title="NetBioSIG2012 programschedule" target="_blank">NetBioSIG2012
Program Schedule</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758282"
width="479" height="511" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/net-biosig2012-chrisevelo"
title="NetBioSIG2012 chrisevelo" target="_blank">NetBioSIG2012-KEYNOTE
Chris Evelo</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758284"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-joshstuart"
title="NetBioSIG2012 joshstuart" target="_blank">NetBioSIG2012-KEYNOTE
Josh Stuart</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758279"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/net-biosig2012-annabauermehren"
title="NetBioSIG2012 annabauermehren" target="_blank">NetBioSIG2012
Anna Bauer-Mehren</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758288"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-ugurdogrusozcbio"
title="NetBioSIG2012 ugurdogrusoz-cbio" target="_blank">NetBioSIG2012
Ugur Dogrusoz-cbio</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758285"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-kostiidit"
title="NetBioSIG2012 kostiidit" target="_blank">NetBioSIG2012
Kost Iidit</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758277"
width="479" height="511" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-paulpavlidis"
title="NetBioSIG2012 paulpavlidis" target="_blank">NetBioSIG2012
Paul Pavlidis</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758286"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-mikesmoot"
title="NetBioSIG2012 mikesmoot" target="_blank">NetBioSIG2012
Mike Smoot</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758283"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-eriksonnhammer"
title="NetBioSIG2012 eriksonnhammer" target="_blank">NetBioSIG2012
Erik Sonnhammer</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758280"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/net-biosig2012-anyatsalenkoenviz"
title="NetBioSIG2012 anyatsalenko-en-viz" target="_blank">NetBioSIG2012
Anya Tsalenko</a>
</strong>
</div>
<iframe
src="http://www.slideshare.net/slideshow/embed_code/13758281"
width="427" height="356" frameborder="0" marginwidth="0"
marginheight="0" scrolling="no"
style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong> <a
href="http://www.slideshare.net/AlexanderPico/netbiosig2012-chaozhangmosaic"
title="NetBioSIG2012 chaozhang-mosaic" target="_blank">NetBioSIG2012
Chao Zhang</a>
</strong>
</div>
<hr/>
<H3>Network Biology SIG, ISMB, Vienna - July 15 2011</H3>
<ul>
<li><a href="netbiosig/Network Biology SIG 2011 Program.pdf"><b>Network
Biology SIG 2011 Schedule</b></a></li>
<li><a href="netbiosig/Network Biology SIG 2011 Abstracts.pdf"><b>Network
Biology SIG 2011 Abstracts</b></a></li>
</ul>
</div>
<div class="tab-pane fade" id="appexpo-tab">
<a name="appexpo2012"></a>
<h3>Cytoscape App Expo - December 14 2012</h3>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/M13bSev9p8I" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Samad Lotia (Gladstone) - <em>Cytoscape App
Store</em></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/TVyfJSwAhos" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Rintaro Saito (UCSD) - <em>Travelguide to
Cytoscape Plugins</em></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/isbaEBA-5Kg" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Anya Tsalenko (Agilent) - <em>EnViz App</em> <a
href="presentations/tsalenko_2012.pptx">[pptx]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/eWRn9a07LuE" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Chao Zhang (U Missouri) - <em>Avalon Suite</em> <a
href="presentations/zhang_2012.pptx">[pptx]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/PgAZPSmHruQ" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Sabina Pfister (ETH Zurich) - <em>Dynamic
Networks App</em> <a href="presentations/pfister_2012.pdf">[pdf]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/Bjy43LV_8gc" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Giovanni Scardoni (University of Verona) - <em>CentiScaPe</em></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/_hVebbJEQz4" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Oriol Guitart and Benno Schwikowski (Institut
Pasteur) - <em>CYNI Toolbox for Network Induction</em>
</strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/HFHSs5RPqYw" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Scooter Morris (UCSF) - <em>RBVI Plugins</em></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/vOxTM_ajVHM" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Robin Haw (OICR) - <em>Reactome FI</em> <a
href="presentations/haw_2012.ppt">[ppt]</a></strong>
</div>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/kyh9rmf0Q7U" frameborder="0"
allowfullscreen></iframe>
<div style="margin-bottom: 25px">
<strong>Ted Liefeld (Broad) - <em>GenomeSpace</em> <a
href="presentations/liefeld_2012.pptx">[pptx]</a></strong>
</div>
</div>
</div>
</div>
</div>
<footer></footer>
<!-- For Navbar -->
<script src="assets/js/jquery-1.11.0.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/page_setup.js"></script>
<script>
$(function () {
var activeTab = $('[href=' + location.hash + ']');
activeTab && activeTab.tab('show');
window.scrollTo(0, 0);
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push([ '_setAccount', 'UA-19386719-1' ]);
_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>
</body>
</html>