-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent-legacy.html
More file actions
942 lines (878 loc) · 60.9 KB
/
event-legacy.html
File metadata and controls
942 lines (878 loc) · 60.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
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
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>NYVCA</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!--<script type="text/javascript" src="//use.typekit.net/ubj6xmj.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>-->
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7282032/738322/css/fonts.css" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- CSS -->
<link rel="stylesheet" href="assets/css/application.css">
<!--link rel="stylesheet" href="http://basehold.it/24"-->
</head>
<body class="page page-id-1571 page-template page-template-page-ingenuity-2013-php logged-in single-author">
<div id="header-ext">
<div id="header">
<div class="top">
<div class="logo"><a href="http://nyvca.mistermachinework.com/"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/logo.png" alt="logo" /></a></div>
<div class="menu"><div class="menu-header-menu-container"><ul id="menu-header-menu" class="menu"><li id="menu-item-104" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104"><a href="http://nyvca.mistermachinework.com/about/">About</a></li>
<li id="menu-item-102" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-102"><a href="http://nyvca.mistermachinework.com/events/">Events</a></li>
<li id="menu-item-112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a href="http://nyvca.mistermachinework.com/partners/">Partners</a></li>
<li id="menu-item-205" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="http://nyvca.mistermachinework.com/contact/">Contact</a></li>
</ul></div></div>
<div class="clear"></div>
</div>
<!--<div id="main">-->
</div>
</div><!-- /Close #header-ext -->
<script type="text/javascript">
<!--
jQuery(document).ready(function($) {
$('div.nav ul li a').click(function() {
if ($(this).attr('rel')) {
changeTab($(this).attr('rel'));
}
});
if (window.location.hash) {
changeTab(window.location.hash.substring(1));
}
function changeTab(section) {
$('div.nav a').removeClass('active');
$('div.nav a').parent().removeClass('active');
$('div.nav a[rel="'+section+'"]').addClass('active');
$('div.nav a[rel="'+section+'"]').parent().addClass('active');
var active_panel = section;
if ($('div.nav a[rel="'+section+'"]').attr('rev')) {
active_panel = $('div.nav a[rel="'+section+'"]').attr('rev');
}
$('div.panel').removeClass('active').hide();
$('div.panel[rel="'+active_panel+'"]').addClass('active').show();
}
});
-->
</script>
<style type="text/css">
table.agenda {
width: 100%;
}
table.agenda td {
padding: 10px 20px;
}
table.agenda td.time {
vertical-align: top;
text-align: center;
border-right: 1px solid #b0b0b0;
width: 150px;
}
tr.odd td {
background-color: #ffffff;
}
tr.even td {
background-color: #e6e6e6;
}
h1.date {
font-size: 42px;
}
</style>
<div class="ingenuity-2013" style="height: 260px;">
<div class="row">
<!--h2>The first three years were just the beginning.</h2>
<h1>Welcome to 2013</h1-->
<img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/logo.png" class="logo" />
<!--div class="inv-button">
<a href="https://gust.com/entrepreneur-conference/NYVCAIngenuity2013/apply" class="button orange-flat upper">Applications Now Open!</a>
<a href="https://ingenuity2013.eventbrite.com/" class="button blue-flat upper">Register Now</a>
</div-->
</div>
</div>
<div id="page" class="hfeed">
<div class="single-event ingenuity row">
<div>
<div class="nav ingenuity">
<ul>
<li class="active"><a href="#summary" rel="summary">About</a></li>
<!--<li><a href="#">About</a></li>-->
<li><a href="#agenda" rel="agenda">Agenda</a></li>
<li><a href="#speakers" rel="speakers">Speakers</a></li>
<!--li><a href="http://ingenuity2013.eventbrite.com/">Tickets</a></li-->
<li><a href="#venue" rel="venue" rev="summary">Venue</a></li>
<li><a href="#sponsors" rel="sponsors">Sponsors</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="clear"></div>
</div>
<div class="left-col wide">
<div class="active" rel="summary">
<br />
<div class="info" id="highlights">
<p>Ingenuity is a senior level, high-impact forum to showcase select entrepreneurs from premier early & late stage organizations based in the greater New York area to meet top-tier venture capitalists and investors. The invitation-only event provides investors with access to quality, professionally screened, high-potential investment opportunities. Ingenuity provides a powerful sponsorship opportunity for select companies seeking to develop and strengthen relationships with the best emerging venture-backed companies on the East Coast and top-level angels, venture investors, private equity, and corporate dealmakers.</p>
</div>
<!-- Agenda Markup -->
<ol class="event-agenda">
<li class="session">
<time class="column size1of5">9:05am-9:10am</time>
<div class="session-description column size4of5">
<h2>Building a Leading Online & Offline Brand</h2>
<ul class="people">
<li>Dave Gilboa, Co-CEO & Co-founder, Warby Parker</li>
<li>Chris Fralic, Partner, First Round Capital & Co-Chair, INGENUITY 2013</li>
</ul>
</div>
</li>
<li class="session">
<time class="column size1of5">9:05am-9:10am</time>
<div class="session-description column size4of5">
<h2>Networking</h2>
</div>
</li>
<li class="session">
<time class="column size1of5">9:05am-9:10am</time>
<div class="session-description column size4of5">
<dl class="track1 column size1of2">
<dt>Track 1</dt>
<dd>Company 1</dd>
<dd>Company 2</dd>
<dd>Company 3</dd>
</dl>
<dl class="track2 column size1of2">
<dt>Track 2</dt>
<dd>Company 1</dd>
<dd>Company 2</dd>
<dd>Company 3</dd>
</dl>
</div>
</li>
</ol>
<div class="clear"></div>
<h3>2013 Highlights</h3>
<img src="http://www.nyvca.org/wp-content/uploads/2013/11/guests1.jpg" />
<table class="gallery" style="margin-top: 10px; display: none;">
<tr>
<td><img src="http://www.nyvca.org/wp-content/uploads/2013/11/guests1.jpg" class="small" /></td>
<td rowspan="2"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-1-2.jpg" class="big" /></td>
</tr>
<tr>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-1-3.jpg" class="small" style="padding-top: 1px" /></td>
</tr>
</table>
<img src="http://www.nyvca.org/wp-content/uploads/2013/11/graph1.jpg" style="width: 665px;"/>
<div class="quote">
<p>
"It all starts with a brilliant idea & a handshake. So much amazing networking happening at #ingenuity"
</p>
<span class="author">Trep Center @TrepCenter</span>
</div>
<div class="quote">
<p>
"The time is now to build a company the size/scope of salesforce in the marketing tech space." @shafqatislam @newscred
</p>
<span class="author">Rick Zullo@Rick_Zullo</span>
</div>
<br />
<!--img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/graph2.png" /-->
<br />
<img src="http://www.nyvca.org/wp-content/uploads/2013/11/guests3.jpg" />
<table class="gallery" style="display: none;">
<tr>
<td rowspan="2"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-2-1.jpg" class="big" /></td>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-2-2.jpg" class="small" /></td>
</tr>
<tr>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-2-3.jpg" class="small" style="padding-top: 1px" /></td>
</tr>
</table>
<div class="quote">
<p>
"74% of women rely on social media in purchases... If you're not engaging them, you'll fail." @chantelchloe
</p>
<span class="author">Matt Bruck@mattbruck</span>
</div>
<img src="http://www.nyvca.org/wp-content/uploads/2013/11/guests4.jpg" />
<img src="http://www.nyvca.org/wp-content/uploads/2013/11/graph2.jpg" style="width: 665px; margin-bottom: 12px;"/>
<img src="http://www.nyvca.org/wp-content/uploads/2013/11/guests2.jpg" />
<table class="gallery" style="display: none;">
<tr>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-3-1.jpg" class="small" /></td>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-3-2.jpg" class="small" /></td>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-3-3.jpg" class="small" style="padding-left: 1px" /></td>
</tr>
<tr>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-3-4.jpg" class="small" /></td>
<td rowspan="2" colspan="2"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-3-5.jpg" class="big" style="width: 440px; height: 442px;" /></td>
</tr>
<tr>
<td><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2012/gallery-3-6.jpg" class="small" style="padding-top: 1px" /></td>
</tr>
</table>
<div style="display: none;">
<h3>Venue</h3>
<img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/ing-1-1.jpg" style="width: 665px" />
<img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/ing-1-2.jpg" style="width: 665px" />
<img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/ing-1-3.jpg" style="width: 665px" />
</div>
</div>
<div class="panel" rel="speakers" style="display: none;">
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="488" height="733" src="http://www.nyvca.org/wp-content/uploads/2013/08/GREG.COLEMAN-Headshot.jpg" class="attachment-post-thumbnail wp-post-image" alt="GREG.COLEMAN Headshot" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/greg-coleman/">Greg Coleman</a><br />
<span class="company">CRITEO</span>
</div>
<p>Greg Coleman, a seasoned executive with nearly 25 years of media experience and expertise in online marketing and data analytics, is the President of Criteo. Formerly the president and Chief Revenue Officer at the Huffington Post and the EVP of global sales at Yahoo, he has held executive positions and caused explosive sales growth for several of the world’s most influential technology and media companies. As the President and Chief Revenue Officer of The Huffington Post, he built a $30 million ad business in one year. As EVP global sales at Yahoo, he assembled a pre-eminent sales team that grew ad revenues from $600 million to more than $6 billion.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="235" height="176" src="http://www.nyvca.org/wp-content/uploads/2013/08/PPalmeria.jpg" class="attachment-post-thumbnail wp-post-image" alt="PPalmeria" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/paul-palmieri/">Paul Palmieri</a><br />
<span class="company">Millennial Media</span>
</div>
<p>Paul Palmieri is the Co-Founder, President and CEO of Millennial Media. Paul has spent the past 17 years building businesses in and around the wireless technology and media industries, and as a founder, corporate executive, investor, industry leader and entrepreneur, his work has had a profound impact on the growth of the mobile industry. Paul has built Millennial Media into the independent leader in mobile advertising and data. He is also well known for his influential role in mobile entertainment and advertising, having led the mobile multimedia business for Verizon Wireless where he served as an executive for five years. His establishment of new and successful business models has been credited with playing a key role in the birth of the now thriving app economy, mobile display advertising market, text interaction, and the mobile game industry.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="234" height="330" src="http://www.nyvca.org/wp-content/uploads/2013/08/BES-Headshot-smi-cropped-web.jpg" class="attachment-post-thumbnail wp-post-image" alt="BES Headshot smi-cropped-web" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/barry-silbert-2/">Barry Silbert</a><br />
<span class="company">SecondMarket </span>
</div>
<p>Barry Silbert is the Founder and CEO of SecondMarket. SecondMarket enables private companies, investment funds and other issuers to manage liquidity, raise capital and better communicate with their stakeholders. Through its secure online platform, SecondMarket simplifies complex transaction workflows, streamlines investor onboarding and verifies that investors are accredited. SecondMarket also provides qualified investors with unique opportunities in a variety of asset classes.SecondMarket has received numerous accolades in recent years including being named by the World Economic Forum as a Technology Pioneer. The company has also received honors from Forbes, Fast Company, Deloitte and other organizations. SecondMarket is backed by premier investors, including FirstMark Capital, The Social+Capital Partnership, Li Ka-shing Foundation, Temasek Holdings, NEA and Silicon Valley Bank. Barry has received several individual honors including being invited to join Mayor Bloomberg's Council on Technology and Innovation, being named Entrepreneur of the Year by Ernst & Young and Crain's, and being selected to Fortune's prestigious "40 Under 40" list. He is a frequent public speaker and has appeared in many leading publications, including <i>The Wall Street Journal</i>, <i>The</i> <i>New York Times</i>, <i>The Washington Post, Financial Times</i>, <i>USA Today</i> and<i> Forbes</i>. Barry has been featured on <i>CNBC</i>, <i>Bloomberg News</i> and <i>Fox Business News.</i>
</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="488" height="575" src="http://www.nyvca.org/wp-content/uploads/2013/08/Noah-Breslow-Headshot-2013v2.jpg" class="attachment-post-thumbnail wp-post-image" alt="Noah Breslow Headshot - 2013v2" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/noah-breslow/">Noah Breslow </a><br />
<span class="company">OnDeck</span>
</div>
<p>Noah Breslow is the Chief Executive Officer of OnDeck, a technology company solving small business' biggest challenge: access to capital. Utilizing data aggregation and electronic payment technology, OnDeck can make credit decisions in minutes and deliver funding to small businesses within 24 hours. As OnDeck's first employee, Noah has held a variety of leadership roles since the company's 2006 inception and became CEO in June of 2012. During his tenure as CEO, OnDeck has experienced over 100% growth and has been named to the Inc. 500 | 5000 List of the Fastest Growing Companies in America twice. To date, OnDeck has delivered over $650 million dollars to small businesses nationwide. Previously, Noah was VP of Marketing & Product Management for Tacit Networks, guiding the company from initial launch to its successful sale to a public company. Noah currently resides in New York City with his wife and children. He holds a bachelor's degree in computer science from MIT and an MBA with distinction from Harvard Business School.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="169" height="211" src="http://www.nyvca.org/wp-content/uploads/2013/09/Dave-G.jpg" class="attachment-post-thumbnail wp-post-image" alt="Dave G" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/david-gilboa/">David Gilboa</a><br />
<span class="company">Warby Parker</span>
</div>
<p>Like a Viking from his Swedish homeland, Dave spends his free time seeking adventure. His two most recent conquests include trekking across Antarctica and becoming the fastest person to ever run a marathon in a flamingo costume. He aspires to one day summit Everest while wearing his trusty monocle.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="200" height="240" src="http://www.nyvca.org/wp-content/uploads/2013/08/neil.jpg" class="attachment-post-thumbnail wp-post-image" alt="neil" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/neil-capel/">Neil Capel</a><br />
<span class="company">SailThru</span>
</div>
<p>A successful track record of working on large-scale, high-demand web systems led Neil to develop Sailthru's unique capabilities. Prior to founding Sailthru, Neil was the Chief Technology Officer for MusicNation, an AlleyCorp company, ASmallWorld, and MoneyMedia (acquired by The Financial Times). Neil is an adviser to several startups, including Refinery29.com and Zootoo.com.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="259" height="194" src="http://www.nyvca.org/wp-content/uploads/2013/08/Chantel.jpg" class="attachment-post-thumbnail wp-post-image" alt="Chantel" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/chantel-waterbury/">Chantel Waterbury</a><br />
<span class="company">chloe + isabel</span>
</div>
<p>Chantel Waterbury, founder and CEO of chloe + isabel supported herself in college through traditional direct sales, but was surprised by the lack of opportunity for young women her age.
Following school and a successful fashion merchandising career at industry heavyweights like Target Corp., Macy's, LVMH, and Gap, Inc., Chantel set out to develop the company that wasn't around when she was just getting started. Her vision translated into the company before you – <em> Chloe + Isabel - a socially connected community of like-minded, career-driven women selling a product worthy of their passion. </em></p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="370" height="370" src="http://www.nyvca.org/wp-content/uploads/2012/10/sulia_glick.png" class="attachment-post-thumbnail wp-post-image" alt="sulia_glick" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/jonathan-glick/">Jonathan Glick</a><br />
<span class="company">Sulia</span>
</div>
<p>Jonathan Glick grew up in Vancouver, went to college in Montreal, and now lives in Manhattan with his wife and two children. He loves science fiction, world history and the Yankees. He is also the CEO of Sulia.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="195" height="243" src="http://www.nyvca.org/wp-content/uploads/2012/10/Davidbpakman-Resize-2.jpg" class="attachment-post-thumbnail wp-post-image" alt="Davidbpakman Resize 2" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/david-pakman-2/">David Pakman</a><br />
<span class="company">Venrock</span>
</div>
<p>As a Partner at Venrock in New York, David focuses on early stage venture investing in internet and digital media companies. His active investments include Media6Degrees, Smartling, Klout and Singly. Previously, Pakman was the CEO of eMusic, the world’s leading digital retailer of independent music, second only to iTunes in number of downloads sold. After buying eMusic from Vivendi Universal, in the three years that Pakman ran it, he grew the business by more than 850%, from $7M in revenues to more than $68M. Pakman transformed the business from an obscure also-ran with 50,000 subscribers to the second largest digital music retailer in the world, with more than 400,000 subscribers and more than 12% market share.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="125" height="125" src="http://www.nyvca.org/wp-content/uploads/2013/09/Mike-Brown.png" class="attachment-post-thumbnail wp-post-image" alt="Mike Brown" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/miek-brown-jr/">Mike Brown Jr.</a><br />
<span class="company">Bowery Capital</span>
</div>
<p>Mike is the Managing Partner at Bowery Capital based in New York. Prior to Bowery Capital, Brown co-founded AOL Ventures and led investments in over 30 companies primarily focused around the next generation of CMO and CTO spend. Before AOL Ventures, Mike worked for the investment arm of Richard Branson’s Virgin Group, helping to invest capital in early stage internet startups on behalf of the British entrepreneur. He began his career at Morgan Stanley. Outside of his professional life Brown serves on the Board of Directors of the National Forest Foundation and co-chairs the Columbia College Young Leaders Council. Mike holds an undergraduate degree from Columbia University.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="431" height="600" src="http://www.nyvca.org/wp-content/uploads/2013/09/dave@2x.jpg" class="attachment-post-thumbnail wp-post-image" alt="dave@2x" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/david-eisenberg/">David Eisenberg</a><br />
<span class="company">Red Swan Ventures</span>
</div>
<p>David Eisenberg is the Co-founder & CEO of Floored, a New York City-based technology startup that produces hardware & software to automatically generate 3D models of real estate. Dave is also the co-founder and managing director of Red Swan Ventures, a seed stage venture firm managed by startup CEOs that invests in exceptional founding teams. Prior to Floored & Red Swan, David was an Entrepreneur-in-Residence at Accel Partners, one of the premier venture capital firms in the world. David was an early employee of two successful technology startups in Bonobos and TellApart and he began his career as a consultant at Bain & Company in NY. David graduated from Harvard with a degree in Psychology.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="200" height="200" src="http://www.nyvca.org/wp-content/uploads/2013/08/seth.jpg" class="attachment-post-thumbnail wp-post-image" alt="seth" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/seth-besmertnik/">Seth Besmertnik</a><br />
<span class="company">Conductor</span>
</div>
<p>Seth Besmertnik directs corporate strategy, guides product vision and develops strategic partnerships for Conductor. Since co-founding the company, Seth has navigated Conductor through multiple financing rounds and extraordinary growth including being ranked the 13th fastest growing software company in the US & the 3rd Best Place to Work in New York City. Today, Conductor is the market leading SEO Platform for companies with SEO teams, and the agencies that support them. The company boasts the biggest customer list in the category including more than 500 Fortune and Internet Retailer 500 brands like General Electric, Toys R Us and Federal Express.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="167" height="177" src="http://www.nyvca.org/wp-content/uploads/2013/09/katia.jpg" class="attachment-post-thumbnail wp-post-image" alt="katia" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/katia-beauchamp/">Katia Beauchamp</a><br />
<span class="company">BirchBox</span>
</div>
<p>Katia’s beauty motto: “I’ll try anything twice.” She’s not kidding—in the short time since starting Birchbox, she has experimented with everything from lip tattoos to at-home waxing kits. A bonafide hair whiz, she can whip up a red carpet-worthy updo in minutes using her trusty teasing brush and often gives impromptu braiding lesson to her co-workers.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="640" height="427" src="http://www.nyvca.org/wp-content/uploads/2013/10/Warren.jpg" class="attachment-post-thumbnail wp-post-image" alt="Warren" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/warren-lee/">Warren Lee </a><br />
<span class="company">Canaan Partners</span>
</div>
<p><span style="font-family: Trebuchet MS; font-size: small;">Warren brings significant operational experience and proven investment talent to Canaan Partners, with expertise in communications, digital media, and software. He joined the firm�s Connecticut office in 2005 to focus on digital media investments, specifically in the New York corridor. Convinced online advertising as we know it is only in its nascent stages, Warren is always on the lookout for the next great leap in digital media � and was responsible for Canaan's early investments in Tremor Media, a rising star in the online video advertising space; Motionbox, a leading user-generated video site; Associated Content, �The People�s Media Company�; and Vivox, a provider of voice communication services to online communities. </span></p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="108" height="108" src="http://www.nyvca.org/wp-content/uploads/2013/08/Shaqat.jpg" class="attachment-post-thumbnail wp-post-image" alt="Shaqat" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/shafqat-islam/">Shafqat Islam</a><br />
<span class="company">NewsCred</span>
</div>
<p>Shafqat Islam is the Co-Founder and Chief Executive Officer of NewsCred, the world’s leading content marketing and syndication platform. As CEO, Shafqat manages the strategic growth of the company, pioneering a new content ecosystem for brands and publishers. Since its founding in 2008, NewsCred has grown to a 75+ person team of technologists, journalists and creative content marketers based in New York, London and Dhaka. The company is funded by leading investors including Mayfield Fund, FirstMark Capital, Greycroft Partners and IA Ventures.
<div></div></p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="477" height="720" src="http://www.nyvca.org/wp-content/uploads/2013/08/stevephoto-USE-THS-FOR-S-MESSER.jpg" class="attachment-post-thumbnail wp-post-image" alt="stevephoto - USE THS FOR S MESSER" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/stephen-messer/">Stephen Messer</a><br />
<span class="company">Collective[i],</span>
</div>
<p>Mr. Stephen Messer is Co-founder and Vice Chairman of Collective[i], the first Big Data network built around technology that delivers enterprise-wide analyses curated and developed by the world’s leading data scientists directly to business users in order to answer essential questions about marketing, sales, service and support data. Prior to Collective[i], Mr. Messer, along with his sister, Ms. Heidi Messer, founded, built and managed LinkShare Corporation until its sale in 2005 to Rakuten for $425m. In 2005, Mr. Messer was awarded the prestigious Ernst and Young Entrepreneur of the Year Award for the New York Region. Mr. Messer was also awarded the Best Service to the Industry award, recognizing his contributions to development of the affiliate marketing industry. Mr. Messer holds a J.D. from the Benjamin N. Cardozo School of Law in New York and a B.A. from Lafayette University.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="289" height="344" src="http://www.nyvca.org/wp-content/uploads/2013/10/JJ-Headshot.png" class="attachment-post-thumbnail wp-post-image" alt="JJ Headshot" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/j-j-colao/">J.J. Colao</a><br />
<span class="company">Forbes Magazine</span>
</div>
<p>J.J. Colao writes about startups for Forbes Magazine. In his two years at Forbes he's written over 30 print pieces, including profiles on billionaire Michael Rubin, WordPress founder Matt Mullenweg and Steve Blank. He runs Forbes’ annual list of "America's Most Promising Companies" which ranks high-growth, privately-held U.S. businesses. Before joining Forbes, J.J. co-founded and ran a web startup with friends from college. He is based in New York.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="2000" height="2000" src="http://www.nyvca.org/wp-content/uploads/2013/10/ChrisHeadshot2.jpg" class="attachment-post-thumbnail wp-post-image" alt="ChrisHeadshot2" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/chris-fralic/">Chris Fralic</a><br />
<span class="company">First Round Capital</span>
</div>
<p>Chris Fralic is a Partner at First Round Capital and based in their New York office. He joined the firm in 2006 and has focused on a number of the firm's investments in areas such as Advertising Technology including Invite Media (acquired by Google) and Demdex (acquired by Adobe), Social Media including CoTweet (acquired by ExactTarget) and myYearbook (acquired by QuePasa), eCommerce, Gaming, Mobile and more. Chris has 25 years of technology industry experience, with significant Internet business development roles since 1996. Chris was VP of Business Development at social bookmarking and tagging company <a href="http://del.icio.us/" target="_blank">del.icio.us</a>through the Yahoo! acquisition. Chris was also one of the early employees and VP of Business Development at Half.com starting in 1999, and after the eBay acquisition spent six years with eBay in a variety of entertainment, business development and media roles. Chris earned his BS in Finance from Villanova University and his MBA from St. Joseph's University.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="250" height="249" src="http://www.nyvca.org/wp-content/uploads/2013/08/ODonnel.png" class="attachment-post-thumbnail wp-post-image" alt="O'Donnel" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/charlie-odonnell/">Charlie O'Donnell </a><br />
<span class="company">Brooklyn Bridge Ventures</span>
</div>
<p>Charlie O'Donnell has been an active member of the NYC venture capital and startup community for ten years in roles ranging from institutional fund investor to venture capitalist to entrepreneur--with a little product management in between. He has venture experience at two of the top venture capital firms in the country, Union Square Ventures and First Round Capital, and sourced First Round's Investment in GroupMe, which sold to Skype in 2011. The investments he sourced at First Round Capital also include Refinery29, chloe + isabel, Backupify, SinglePlatform, Salescrunch and Docracy.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="250" height="250" src="http://www.nyvca.org/wp-content/uploads/2013/05/are-traasdahl.jpg" class="attachment-post-thumbnail wp-post-image" alt="are-traasdahl" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/are-traasdahl-founder-ceo-tapad/">Are Traasdahl</a><br />
<span class="company"> TapAd</span>
</div>
<p>Tapad founder and CEO Are Traasdahl has more than 15 years’ experience in mobile and digital content. In addition to Tapad, Are holds several board positions for start-up companies and is the President of Spring Capital. Prior to Tapad, he founded Thumbplay, a mobile entertainment service that he grew to more than $100MM in revenues before he exited the company in 2008. He was previously a senior executive with Telenor Group, an international provider of telecom, data and media communications services.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="360" height="540" src="http://www.nyvca.org/wp-content/uploads/2013/09/digital-danciporin.jpg" class="attachment-post-thumbnail wp-post-image" alt="digital-danciporin" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/dan-ciporin/">Dan Ciporin</a><br />
<span class="company">Canaan Partners</span>
</div>
<p>Dan Ciporin is committed to building innovative businesses that make the Internet a more engaging place for consumers. Dan joined Canaan’s Connecticut office in 2007 to invest in emerging leaders in online advertising and digital media in the New York corridor, as well as in communications infrastructure companies that deliver interactive content to connected consumers.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="1896" height="2496" src="http://www.nyvca.org/wp-content/uploads/2013/09/eric-h.jpg" class="attachment-post-thumbnail wp-post-image" alt="eric h" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/eric-hippeau/">Eric Hippeau</a><br />
<span class="company">Lerer Ventures</span>
</div>
<p><b>Eric Hippeau is a Managing Director at Lerer Ventures, a leading early-stage venture capital fund focused on New York technology startups. Hippeau is also Chairman of SohoTechLabs, a Lerer Ventures-backed incubator based in NYC working on breakthrough products, and co-founder of NowThis News. Hippeau is a Special Partner at Softbank Capital and former Chief Executive Officer of The Huffington Post and a Special Partner at Softbank Capital, where he served as Managing Partner for many years. </b></p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="170" height="170" src="http://www.nyvca.org/wp-content/uploads/2013/09/SetWidth170-jeanneSullivan.jpg" class="attachment-post-thumbnail wp-post-image" alt="SetWidth170-jeanneSullivan" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/jeanne-sullivan/">Jeanne Sullivan</a><br />
<span class="company">StarVest Partners</span>
</div>
<p><p>Jeanne has more than 20 years of private equity experience and has spent 28 years in the technology sector encompassing both extensive operating and investing experience with technology companies. Over the past 20 years as a founding principal of StarVest and previously with Olivetti Ventures, Ms. Sullivan has served on the boards of multiple private and two public companies and has extensive experience creating “go to market” plans for expansion stage companies. Her expertise also includes strategy, an understanding of the technology landscape and industry trends.</p>
</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="180" height="202" src="http://www.nyvca.org/wp-content/uploads/2013/07/andrew-siegel.jpg" class="attachment-post-thumbnail wp-post-image" alt="andrew siegel" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/andrew-siegel/">Andrew Siegel </a><br />
<span class="company">Advance Publications/Conde Nast</span>
</div>
<p>Andrew Siegel has led approximately 20 investments since joining Advance Publications, Inc. in the newly created position of Senior Vice President, Strategy and Corporate Development in January 2011. Advance Publications, Inc. is a diversified media company with leading positions in national and international magazines through Condé Nast, Fairchild Fashion Media and Parade Publications, daily and weekly newspapers, business journals through American City Business Journals, internet sites including Reddit.com and Style.com, cable television systems through Bright House Networks, and a significant interest in Discovery Communications.
Mr. Siegel previously led Yahoo! Inc.’s corporate development activities. He was recognized as a 2013 Media Maven by Ad Age, named to the 2011 Silicon Alley 100, and was honored with a 2011 TechFellowAward.</p>
<div class="clear"></div>
</div>
<div class="speaker-item">
<div class="left">
<div class="mask"><img width="191" height="264" src="http://www.nyvca.org/wp-content/uploads/2013/09/JJ.jpg" class="attachment-post-thumbnail wp-post-image" alt="JJ" /></div>
<a href="http://nyvca.mistermachinework.com/speakers/jj-ramberg/">JJ Ramberg</a><br />
<span class="company">MSNBC's “Your Business</span>
</div>
<p>JJ Ramberg is the host of msnbc's “Your Business,” the only television show dedicated to issues affecting small business owners and co-author of It’s Your Business: 183 Essential Tips that Will Transform Your Small Business, available October 16th. Now in its seventh season, the program has profiled hundreds of small business owners and offered advice from countless small business experts and investors.</p>
<div class="clear"></div>
</div>
<img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/ing-2-1.jpg" style="width: 665px" />
<img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/ing-2-2.jpg" style="width: 665px" />
</div>
<div class="panel" rel="agenda" style="display: none;">
<br />
<h1 class="date">Monday, October 14, 2013</h1>
<table cellspacing="0" cellpadding="0" class="agenda">
<tr class="odd">
<td class="time">6:00-9:00pm</td>
<td><strong>Private Dinner</strong><br />(Hosted by NYVCA & SorinRand & Square1Bank)</td>
</tr>
</table>
<br />
<br />
<h1 class="date">Tuesday, October 15, 2013</h1>
<table cellspacing="0" cellpadding="0" class="agenda">
<tr class="odd">
<td class="time">8:15-9:00am</td>
<td colspan="2"><strong>Breakfast, Registration & Networking</strong></td>
</tr>
<tr class="even">
<td class="time">9:05-9:10am</td>
<td colspan="2">
<h2>Welcome Remarks</h2>
<p>Chris Fralic, Partner, First Round Capital & INGENUITY Co-Chair</p>
</td>
</tr>
<tr class="odd">
<td class="time">9:10-9:15am</td>
<td colspan="2">
<h2>Keynote Introduction</h2>
<p>Warren Lee, Partner, Canaan Partners & INGENUITY Co-Chair</p>
</td>
</tr>
<tr class="even">
<td class="time">9:15-9:45am</td>
<td colspan="2">
<h2>Building a leading online and offline brand</h2>
<p>
Dave Gilboa, co-CEO and co-founder, Warby Parker<br />
Chris Fralic, Partner, First Round Capital & INGENUITY Co-Chair
</p>
</td>
</tr>
<tr class="odd">
<td class="time">9:55-10:35am</td>
<td><h3 style="padding-left: 0;">Presenting Companies Track 1<br />(Main Room)</h3></td>
<td><h3 style="padding-left: 0;">Presenting Companies Track 1<br />(Breakout Room)</h3></td>
</tr>
<tr class="odd">
<td class="time">9:55</td>
<td>Crowdtap</td>
<td>Miner</td>
</tr>
<tr class="odd">
<td class="time">10:05</td>
<td>WeDidIt</td>
<td>HeTexted</td>
</tr>
<tr class="odd">
<td class="time">10:15</td>
<td>PrecisionDemand</td>
<td>Coinsetter</td>
</tr>
<tr class="odd">
<td class="time">10:25</td>
<td>GraciousEloise</td>
<td>ChatID</td>
</tr>
<tr class="even">
<td class="time">10:35-10:45am</td>
<td colspan="2"><strong>Networking Break</strong></td>
</tr>
<tr class="odd">
<td class="time">10:45-11:15am</td>
<td colspan="2">
<h2>From PowerPoint to IPO, the successes and challenges of a founder/CEO</h2>
<p>
Paul Palmieri, CEO, Millenial Media<br />
Interviewer: Warren Lee, Partner, Canaan Partners & INGENUITY Co-Chair
</p>
</td>
</tr>
<tr class="even">
<td class="time">11:15-12:15pm</td>
<td colspan="2">
<h2>FinTech 2.0: Lessons from the financial trenches as we look at P2P, Bitcoin, and beyond</h2>
<p>
Barry Silbert, CEO, SecondMarket<br />
Noah Breslow, CEO, OnDeck<br />
Dan Ciporin, Canaan Partners<br />
JJ Ramburg, MSNBC (Moderator)
</p>
</td>
</tr>
<!--
<tr class="odd">
<td class="time">12:00-12:30pm</td>
<td colspan="2">
<h2>Fireside Chat</h2>
<p>
Blake Irving, CEO, GoDaddy<br />
Interviewer: JJ Ramburg, MSNBC
</p>
</td>
</tr>
-->
<tr class="odd">
<td class="time">12:15pm-1:30pm</td>
<td colspan="2"><strong>Lunch</strong></td>
</tr>
<tr class="even">
<td class="time">1:30-2:15pm</td>
<td colspan="2">
<!--<h2>Panel Session - Scaling an Enterprise Company in New York</h2>-->
<h2>Enterprise tech goes mainstream in NYC</h2>
<p>
Neil Capel, CEO, SailThru<br />
Seth Besmertnik, Co-Founder and Chief Executive Officer, Conductor<br />
Stephen Messer, Co-Founder & Vice Chairman, Collective[i]<br />
Shafqat Islam, Co-Founder and Chief Executive Officer, NewsCred<br />
Andrew Siegel, Advance Publications (Moderator)
</p>
</td>
</tr>
<tr class="odd">
<td class="time">2:15-2:30pm</td>
<td colspan="2">
<h2>Keynote</h2>
<p>
<em>City Hall's Role in Silicon Alley: Taking stock of the Bloomberg years and looking forward.</em><br/>
Robert Steel, Deputy Mayor, Economic Development
</p>
</td>
</tr>
<tr class="even">
<td class="time">2:30-3:10pm</td>
<td><h3 style="padding-left: 0;">Presenting Companies Track 3<br />(Main Room)</h3></td>
<td><h3 style="padding-left: 0;">Presenting Companies Track 3<br />(Breakout Room)</h3></td>
</tr>
<tr class="even">
<td class="time">2:30</td>
<td>Dashlane</td>
<td>Partpic</td>
</tr>
<tr class="even">
<td class="time">2:40</td>
<td>Zipments</td>
<td>YouBeauty</td>
</tr>
<tr class="even">
<td class="time">2:50</td>
<td>AdStruck</td>
<td>Plated</td>
</tr>
<tr class="even">
<td class="time">3:00</td>
<td>CommonBond</td>
<td>FancyHands</td>
</tr>
<tr class="odd">
<td class="time">3:10-3:30pm</td>
<td colspan="2"><strong>Networking Break</strong></td>
</tr>
<tr class="even">
<td class="time">3:30-4:00pm</td>
<td colspan="2">
<h2>Pioneering and scaling innovative online models in Fashion and Retail</h2>
<p>
Chantel Waterbury, Founder & CEO, Chloe + Isabel<br />
Katia Beauchamp, Co-Founder, Co-CEO, Birchbox<br />
Moderator: J.J. Colao, Forbes<br />
</p>
</td>
</tr>
<tr class="odd">
<td class="time">4:00-4:30pm</td>
<td colspan="2">
<h2>Continuing Evolution of Content & Ad Models</h2>
<p>
Jonathan Glick, CEO, Sulia<br />
Are Traasdahl, Founder & CEO, TapAd<br />
David Pakman, Partner, Venrock
</p>
</td>
</tr>
<tr class="even">
<td class="time">4:30-5:00</td>
<td colspan="2">
<h2>Emerging Sources of New Capital in NYC</h2>
<p>
<em>Designing new investment vehicles for New York's evolving tech landscape</em><br/>
Charlie O'Donnell, Partner, Brooklyn Bridge Ventures<br />
Mike Brown, Partner, Bowery Capital<br />
Will Peng, Red Swan Ventures<br />
Jeanne Sullivan, Partner, Starvest (Moderator)
</p>
</td>
</tr>
<tr class="odd">
<td class="time">5:00-5:30</td>
<td colspan="2">
<h2>From Yahoo! to HuffPo to IPO</h2>
<p>
Greg Coleman, President, Criteo<br />
Eric Hippeau, Lerer Ventures
</p>
</td>
</tr>
<tr class="even">
<td class="time">5:30</td>
<td colspan="2">
<h2>Closing Remarks</h2>
<p>Warren Lee, Partner, Canaan Partners & INGENUITY Co-Chair</p>
</td>
</tr>
</table> <br />
<br />
<img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/ingenuity-2013/ing-3-1.jpg" style="width: 665px" />
</div>
<div class="panel" rel="sponsors" style="display: none;">
<h3>ALLEY</h3>
<ul class="sponsor-list">
<li><a href="http://www.dentons.com/"><img width="200" height="45" src="http://www.nyvca.org/wp-content/uploads/2013/06/dentons-gs.png" class="attachment-post-thumbnail wp-post-image" alt="dentons-gs" /></a></li>
<li><a href="http://www.ey.com/"></a></li>
<li><a href="https://nyse.nyx.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/nyse.png" class="attachment-post-thumbnail wp-post-image" alt="NYSE EURONEXT" /></a></li>
</ul>
<br /><br />
<h3>PREMIER</h3>
<ul class="sponsor-list">
<li><a href="http://www.sorinrand.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/sorin_rand.png" class="attachment-post-thumbnail wp-post-image" alt="Sorin Rand" /></a></li>
<li><a href="https://www.square1financial.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/1square.png" class="attachment-post-thumbnail wp-post-image" alt="Square 1 Bank" /></a></li>
</ul>
<br /><br />
<h3>GOLD</h3>
<ul class="sponsor-list">
<li><a href="http://www.deloitte.com/"><img width="215" height="50" src="http://www.nyvca.org/wp-content/uploads/2012/09/deloitte.png" class="attachment-post-thumbnail wp-post-image" alt="Deloitte" /></a></li>
<li><a href="http://www.morganlewis.com/"><img width="215" height="50" src="http://www.nyvca.org/wp-content/uploads/2012/09/morgan.png" class="attachment-post-thumbnail wp-post-image" alt="Morgan Lewis" /></a></li>
<li><a href="http://www.redwoodpartners.com/team.php"><img width="100" height="81" src="http://www.nyvca.org/wp-content/uploads/2012/10/REDWOOD-Dark-Grey1.jpg" class="attachment-post-thumbnail wp-post-image" alt="REDWOOD Dark Grey" /></a></li>
</ul>
<br /><br />
<h3>EXHIBITOR</h3>
<ul class="sponsor-list">
<li><a href="www.ibm.com"><img width="150" height="112" src="http://www.nyvca.org/wp-content/uploads/2012/10/IBM-bw.jpg" class="attachment-post-thumbnail wp-post-image" alt="IBM b&w" /></a></li>
<li><a href="http://www.svb.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/09/silicon.png" class="attachment-post-thumbnail wp-post-image" alt="Silicon Valley Bank" /></a></li>
</ul>
<br /><br />
<h3>VC SPONSORS</h3>
<ul class="sponsor-list">
<li><a href="http://www.canaan.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/canaan.png" class="attachment-post-thumbnail wp-post-image" alt="CANAAN PARTNERS" /></a></li>
<li><a href="#"><img width="240" height="136" src="http://www.nyvca.org/wp-content/uploads/2012/11/contourv2.jpg" class="attachment-post-thumbnail wp-post-image" alt="contourv2" /></a></li>
<li><a href="http://www.ctinnovations.com/"><img width="157" height="79" src="http://www.nyvca.org/wp-content/uploads/2013/08/ct-innovationsbw.jpg" class="attachment-post-thumbnail wp-post-image" alt="ct innovationsbw" /></a></li>
<li><a href="http://www.dfjgotham.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/dfj.png" class="attachment-post-thumbnail wp-post-image" alt="DFJ GOTHAM VENTURES" /></a></li>
<li><a href="www.firstround.com/"><img width="180" height="80" src="http://www.nyvca.org/wp-content/uploads/2013/08/First-round-Captialbw.jpg" class="attachment-post-thumbnail wp-post-image" alt="First round Captialbw" /></a></li>
<li><a href="http://www.nea.com/"><img width="150" height="50" src="http://www.nyvca.org/wp-content/uploads/2012/10/NEA-Logo-Grey2.jpg" class="attachment-post-thumbnail wp-post-image" alt="NEA Logo Grey" /></a></li>
<li><a href="http://www.newworldvc.com/"><img width="175" height="63" src="http://www.nyvca.org/wp-content/uploads/2012/10/NWV-Logo-Grey1.png" class="attachment-post-thumbnail wp-post-image" alt="NWV Logo Grey" /></a></li>
<li><a href="http://www.starvestpartners.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/starvest.png" class="attachment-post-thumbnail wp-post-image" alt="starvest" /></a></li>
<li><a href="http://www.tcv.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/tcv.png" class="attachment-post-thumbnail wp-post-image" alt="tcv" /></a></li>
<li><a href="http://thetruecapital.com"><img width="145" height="40" src="http://www.nyvca.org/wp-content/uploads/2013/08/True_logo_grayscale-copy.jpg" class="attachment-post-thumbnail wp-post-image" alt="True_logo_grayscale copy" /></a></li>
</ul>
<br /><br />
<h3>INDUSTRY PARTNERS</h3>
<ul class="sponsor-list">
<li><a href="http://dreamitventures.com/"><img width="200" height="66" src="http://www.nyvca.org/wp-content/uploads/2012/10/DreamIt-Logo-Grey.png" class="attachment-post-thumbnail wp-post-image" alt="DreamIt Logo Grey" /></a></li>
<li><a href="http://generalassemb.ly/"><img width="200" height="93" src="http://www.nyvca.org/wp-content/uploads/2012/10/General-Assembly-Grey4.jpg" class="attachment-post-thumbnail wp-post-image" alt="General Assembly Grey" /></a></li>
<li><a href="http://gust.com/"><img width="150" height="50" src="http://www.nyvca.org/wp-content/uploads/2013/06/gust.png" class="attachment-post-thumbnail wp-post-image" alt="gust" /></a></li>
<li><a href="http://www.innovationventures.com/"><img width="200" height="50" src="http://www.nyvca.org/wp-content/uploads/2012/10/IV-logo-green-1-2-Grey.png" class="attachment-post-thumbnail wp-post-image" alt="IV logo green-1 (2) Grey" /></a></li>
<li><a href="http://www.illinoisvc.org/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/ivca.png" class="attachment-post-thumbnail wp-post-image" alt="ivca" /></a></li>
<li><a href="http://pitchbook.com/"><img width="200" height="41" src="http://www.nyvca.org/wp-content/uploads/2013/06/pitchbook.png" class="attachment-post-thumbnail wp-post-image" alt="pitchbook" /></a></li>
<li><a href="http://starangelnet.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/sponsor_47.png" class="attachment-post-thumbnail wp-post-image" alt="Star Angel Network" /></a></li>
<li><a href="http://www.techstars.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/techstars.png" class="attachment-post-thumbnail wp-post-image" alt="techstars" /></a></li>
<li><a href="https://www.uvany.org/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/uvany.png" class="attachment-post-thumbnail wp-post-image" alt="uvany" /></a></li>
<li><a href="http://www.xconomy.com/"><img width="200" height="40" src="http://www.nyvca.org/wp-content/uploads/2012/10/Xconomy-Grey.jpg" class="attachment-post-thumbnail wp-post-image" alt="Xconomy Grey" /></a></li>
</ul>
<br /><br />
</div>
</div>
<div class="right-col narrow">
<div class="venue" id="venue" style="margin-top: 30px;">
<h4>Venue</h4>
82Mercer<br />
<p>
82 Mercer Street, New York, NY 10012
</p><br />
<div id="map_canvas"></div>
<a href="https://maps.google.com/maps?saddr=82 Mercer Street, New York, NY 10012" target="_blank">Get Directions</a>
</div>
<!--
<div class="sponsors">
<h3>ALLEY</h3>
<ul>
<li><a href="http://www.ey.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/ernst.png" class="attachment-post-thumbnail wp-post-image" alt="Ernst & Young" title="Ernst & Young"></a></li>
</ul>
<h3>PREMIER</h3>
<ul>
<li><a href="http://www.dentons.com/"><img width="200" height="45" src="http://www.nyvca.org/wp-content/uploads/2013/06/dentons-gs.png" class="attachment-post-thumbnail wp-post-image" alt="Dentons" title="Dentons"></a></li>
</ul>
<h3>GOLD</h3>
<ul>
<li><a href="http://www.deloitte.com/"><img width="215" height="50" src="http://www.nyvca.org/wp-content/uploads/2012/09/deloitte.png" class="attachment-post-thumbnail wp-post-image" alt="Deloitte" title="Deloitte"></a></li>
</ul>
<h3>Industry Partners</h3>
<ul>
<li><a href="http://www.techstars.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/techstars.png" class="attachment-post-thumbnail wp-post-image" alt="techstars" title="techstars"></a></li>
<li><a href="https://www.uvany.org/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/uvany.png" class="attachment-post-thumbnail wp-post-image" alt="uvany" title="uvany"></a></li>
<li><a href="http://www.innovationventures.com/"><img width="200" height="50" src="http://www.nyvca.org/wp-content/uploads/2012/10/IV-logo-green-1-2-Grey.png" class="attachment-post-thumbnail wp-post-image" alt="IV logo green-1 (2) Grey" title="IV logo green-1 (2) Grey"></a></li>
<li><a href="http://starangelnet.com/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/sponsor_47.png" class="attachment-post-thumbnail wp-post-image" alt="Star Angel Network" title="Star Angel Network"></a></li>
<li><a href="http://www.illinoisvc.org/"><img width="215" height="65" src="http://www.nyvca.org/wp-content/uploads/2012/10/ivca.png" class="attachment-post-thumbnail wp-post-image" alt="IVCA" title="IVCA"></a></li>
< ! --<li><a href="http://www.edelman.com/"><img width="215" height="70" src="http://www.nyvca.org/wp-content/uploads/2012/10/elderman.png" class="attachment-post-thumbnail wp-post-image" alt="Edelman" title="Edelman"></a></li>-- >
<li><a href="http://gust.com/"><img width="150" height="50" src="http://www.nyvca.org/wp-content/uploads/2013/06/gust.png" class="attachment-post-thumbnail wp-post-image" alt="Gust" title="Gust"></a></li>
<li><a href="http://pitchbook.com/"><img width="200" height="41" src="http://www.nyvca.org/wp-content/uploads/2013/06/pitchbook.png" class="attachment-post-thumbnail wp-post-image" alt="PitchBook" title="PitchBook"></a></li>
</ul>
</div>-->
<h4>Screening & Coaching Committee</h4>
<ul>
<li><span><b>Chris Fralic (Conference Co-Chair)</span><br />FirstRound Capital </b></li>
<li><span><b>Warren Lee (Conference Co-Chair)</span><br />Canaan Partners</b></li>
<li><span><b>Adam Kalamchi (Screening Committee Co-Chair)</span><br />RRE Ventures </b></li>
<li><span><b>Zak Schwarzman (Screening Committee Co-Chair)</span><br />Canaan Partners</b></li>
<li><span>Victor Boyajian</span><br />Dentons</li>
<li><span>Brad Ellis</span><br />Square 1</li>
<li><span>Michael Flannery</span><br />Redwood Partners</li>
<li><span>Bob Greene</span><br />Contour Venture Partners</li>
<li><span>Samir Housri</span><br />Rho Capital Partners</li>
<li><span>Rick Heitzmann</span><br />FirstMark Capital</li>
<li><span>Brian Hirsch</span><br />Tribeca Venture Partners</li>
<li><span>Scott Johnson</span><br />New Atlantic Ventures</li>
<li><span>Michael Moretti</span><br />Silicon Valley Bank</li>
<li><span>Dave Pakman</span><br />Venrock</li>
<li><span>David Rodriguez</span><br />Greycroft Partners</li>
<li><span>Daniel Schultz</span><br />DFJ Gotham Ventures</li>
<li><span>Jeanne Sullivan</span><br />StarVest Partners</li>
<li><span>Mark Wachen</span><br />DreamIt Ventures</li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyAKKv0bIOaQrM0JeFys2FQiFfRboYY9bEQ&sensor=true"></script>
<script type="text/javascript">
<!--
jQuery(document).ready(function($){
// Google Map
var map = null;
var marker = null;
var opt = {mapTypeId:google.maps.MapTypeId.ROADMAP,mapTypeControl:false,streetViewControl:false,zoomControl:true};
map = new google.maps.Map(document.getElementById("map_canvas"),opt);
var geo = new google.maps.Geocoder();
geo.geocode( {'address':'82 Mercer Street, New York, NY 10012'}, function(results, status) {
if (status == google.maps.GeocoderStatus.OK) {
map.setCenter(results[0].geometry.location);
map.setZoom(15);
marker = new google.maps.Marker({ map: map,position: results[0].geometry.location});
} else {
$('#map_canvas').hide();
}
});
});
-->
</script>
<div class="clear"></div>
<!--</div> #main -->
</div><!-- #page -->
<div id="skyline"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/skyline-bg3.png" /></div>
<div id="footer-ext">
<div class="footer">
<div class="partners">
<h2>Partners</h2>
<div class="subscribe">
<script type="text/javascript">
jQuery(document).ready(function($) {
$('#signup').validate({rules: {nl_email: {required: true, email: true}}});
$('#signup_nl_email').keypress(function(e){
if (e.keyCode == 13) $('#signup').submit();
else return true;
e.preventDefault();
return false;
});
$('#signup').live('submit', function(){
var values = $('#signup').serialize();
$.post('/wp-admin/admin-ajax.php?action=newslettersignup', values, function(data){
if (!data['success']) {
alert(data['error']);
} else {
$('#signup_nl_email').val('');
$('#signup').find('.infos').show().html('You have successfully subscribed to our Newsletter.');
$('#signup').hide(3000);
}
}, 'json');
return false;
});
});
</script>
<!--form action="" method="post" class="join-now" id="signup">
<input type="hidden" name="na" value="s">
<input type="text" name="nl_email" id="signup_nl_email" placeholder="Get Updates via Email" class="input-special"> <input type="submit" class="button blue border" value="Subscribe" /><br />
<label for="signup_nl_email" generated="true" class="error" style="display: none;">This field is required.</label>
<span class="infos"></span>
</form-->
</div>
<div class="clear"></div>
<h3 class="epsilon">Cornerstone Partners</h3>
<div class="footer-sponsor-group"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/partners6.png" /></div><br />
<h3 class="epsilon">Corporate Sponsors</h3>
<div class="footer-sponsor-group"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/corporate3.png" /></div>
<h3 class="epsilon">Industry Partners</h3>
<div class="footer-sponsor-group"><img src="http://nyvca.mistermachinework.com/wp-content/themes/nyvca/img/industry2.png" /></div>
</div>
<div class="copyright">© New York Venture Capital Association 2009-2013</div>
<div class="menu"><div class="menu-footer-menu-container">
<ul id="menu-footer-menu" class="menu">
<li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76"><a href="http://nyvca.mistermachinework.com/about/">About</a></li>
<li id="menu-item-203" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-203"><a href="http://nyvca.mistermachinework.com/partners/">Partners</a></li>
<li id="menu-item-75" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75"><a href="http://nyvca.mistermachinework.com/events/">Events</a></li>
<li id="menu-item-204" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-204"><a href="http://nyvca.mistermachinework.com/contact/">Contact</a></li>
</ul>
</div>
</div>
<div class="clear"></div>
<div class="site-by">Site design by<br /><a href="http://www.mistermachine.com"><span>Mister Machine</span></a></div>
</div>
<div class="clear"></div>
<script type='text/javascript' src='http://ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js?ver=3.7.1'></script>
</body>
</html>