-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
754 lines (347 loc) · 16.4 KB
/
Copy pathindex.html
File metadata and controls
754 lines (347 loc) · 16.4 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 3.0.0">
<meta name="generator" content="Hugo 0.50" />
<meta name="author" content="Roy Roth">
<meta name="description" content="Finance PhD Student">
<link rel="alternate" hreflang="en-us" href="http://roykroth.com/">
<meta name="theme-color" content="#2962ff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono">
<link rel="stylesheet" href="/styles.css">
<link rel="alternate" href="http://roykroth.com/index.xml" type="application/rss+xml" title="Roy Roth Homepage">
<link rel="feed" href="http://roykroth.com/index.xml" type="application/rss+xml" title="Roy Roth Homepage">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="http://roykroth.com/">
<meta property="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="Roy Roth Homepage">
<meta property="og:url" content="http://roykroth.com/">
<meta property="og:title" content="Roy Roth Homepage">
<meta property="og:description" content="Finance PhD Student">
<meta property="og:image" content="http://roykroth.com/img/icon-192.png">
<meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2018-11-01T00:00:00+00:00">
<title>Roy Roth Homepage</title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71" >
<nav class="navbar navbar-light fixed-top navbar-expand-lg py-0" id="navbar-main">
<div class="container">
<a class="navbar-brand" href="/">Roy Roth Homepage</a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/#about" data-target="#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#projects" data-target="#projects">
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#teaching" data-target="#teaching">
<span>Teaching</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#contact" data-target="#contact">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<span id="homepage" style="display: none"></span>
<section id="about" class="home-section">
<div class="container">
<div class="row" itemprop="author" itemscope itemtype="http://schema.org/Person" itemref="person-email person-address">
<div class="col-12 col-lg-4">
<div id="profile">
<img class="portrait" src="/img/Picture.jpeg" itemprop="image" alt="Avatar">
<div class="portrait-title">
<h2 itemprop="name">Roy Roth</h2>
<h3 itemprop="jobTitle">Finance PhD Student</h3>
<h3 itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
<a href="https://www.gsb.stanford.edu" target="_blank" itemprop="url" rel="noopener">
<span itemprop="name">Stanford GSB</span>
</a>
</h3>
</div>
<link itemprop="url" href="http://roykroth.com">
<ul class="network-icon" aria-hidden="true">
<li>
<a itemprop="sameAs" href="mailto:roykroth@stanford.edu" >
<i class="fas fa-envelope big-icon"></i>
</a>
</li>
<li>
<a itemprop="sameAs" href="//linkedin.com/in/roykroth" >
<i class="fab fa-linkedin big-icon"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-12 col-lg-8" itemprop="description">
<h1 id="biography">Biography</h1>
<p>I am a 5th year Ph.D. student in finance at the Stanford Graduate School of Business, and will graduate in June. Prior to attending Stanford, I earned a bachelors degree in economics and math at Brigham Young University. My research interests include venture capital and entrepreneurship, as well as the financial decisions of households and firms. My job market paper explores the forces that determine the optimal staging of financing for VC financed entrepreneurs.</p>
<div class="row">
<div class="col-md-5">
<h3>Interests</h3>
<ul class="ul-interests">
<li>Venture Capital</li>
<li>Entrepreneurship</li>
<li>Household Finance</li>
<li>Corporate Finance</li>
</ul>
</div>
<div class="col-md-7">
<h3>Education</h3>
<ul class="ul-edu fa-ul">
<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">PhD in Finance, 2019 (Expected)</p>
<p class="institution">Stanford Graduate School of Business</p>
</div>
</li>
<li>
<i class="fa-li fas fa-graduation-cap"></i>
<div class="description">
<p class="course">BA in Economics and Math, 2014</p>
<p class="institution">Brigham Young University</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="home-section">
<div class="container">
<div class="row">
<div class="col-12 col-lg-4 section-heading">
<h1>Projects</h1>
</div>
<div class="col-12 col-lg-8">
<span class="d-none default-project-filter">*</span>
<div class="row isotope projects-container js-layout-masonry">
<div class="col-12 col-md-6 col-lg-4 project-item isotope-item venture-capital">
<div class="card">
<div class="card-text">
<h4><a href="/project/staging/" >Flexibility Versus Agency - A Model of Stage Financing (Job Market Paper)</a></h4>
<div class="card-desription">
<p>The benefits of upfront financing are weighed against the potential agency costs to determine the optimal fundraising strategy</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 project-item isotope-item venture-capital">
<div class="card">
<div class="card-text">
<h4><a href="/project/risk-incentives/" >Risk and Incentives in Venture Capital - A Portfolio Perspective</a></h4>
<div class="card-desription">
<p>Venture Capitalists manage portfolios, this project explores how this simple fact affects their decision-making</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="teaching" class="home-section">
<div class="container">
<div class="row">
<div class="col-12 col-lg-4 section-heading">
<h1>Teaching</h1>
</div>
<div class="col-12 col-lg-8">
<p>I have worked as a Course Assistant for the following courses:</p>
<table>
<thead>
<tr>
<th>School</th>
<th>Course Number</th>
<th>Course Name</th>
<th>Professor</th>
<th>Term</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stanford</td>
<td>Finance 385</td>
<td>Venture Capital and Angel Financing</td>
<td>Ilya Strebulaev</td>
<td>Fall 2016, Fall 2017</td>
</tr>
<tr>
<td>Stanford</td>
<td>Finance 229</td>
<td>MSx Finance</td>
<td>Jeff Zwiebel</td>
<td>Fall 2018</td>
</tr>
<tr>
<td>Stanford</td>
<td>Finance 211</td>
<td>Corporate Finance</td>
<td>Jeff Zwiebel & Ben Hébert</td>
<td>Spring 2016, Spring 2017, Spring 2018</td>
</tr>
<tr>
<td>Stanford</td>
<td>Finance 201 & 204</td>
<td>Managerial Finance</td>
<td>Timothy McQuade & Svetlana Brzgalova</td>
<td>Winter 2016, Winter 2017, Winter 2018</td>
</tr>
<tr>
<td>BYU</td>
<td>Business Management 485</td>
<td>Pre-PhD Finance Seminar</td>
<td>Keith Vorkink</td>
<td>Winter 2013</td>
</tr>
<tr>
<td>BYU</td>
<td>Economics 382</td>
<td>Intermediate Price Theory 2</td>
<td>Brennan Platt</td>
<td>Winter 2012</td>
</tr>
<tr>
<td>BYU</td>
<td>Economics 380</td>
<td>Intermediate Price Theory 1</td>
<td>Joseph Price</td>
<td>Spring 2012, Fall 2012</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="contact" class="home-section">
<div class="container">
<div class="row contact-widget">
<div class="col-12 col-lg-4 section-heading">
<h1>Contact</h1>
</div>
<div class="col-12 col-lg-8">
<ul class="fa-ul" itemscope>
<li>
<i class="fa-li fas fa-envelope fa-2x" aria-hidden="true"></i>
<span id="person-email" itemprop="email"><a href="mailto:roykroth@stanford.edu">roykroth@stanford.edu</a></span>
</li>
<li>
<i class="fa-li fas fa-map-marker fa-2x" aria-hidden="true"></i>
<span id="person-address" itemprop="address">655 Knight Way, Stanford, CA 94305</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
© 2018 Roy Roth ·
Powered by the
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
<span class="float-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
<script src="/js/mathjax-config.500a6cbb2c0f345fcecc21b3116d6637aa78f1f11db8081ea581abe05390c2e8f3bbffe61be3cf0217baf785c40efceabe51050a4f007e69af94efd3643260e8.js" integrity="sha512-UApsuywPNF/OzCGzEW1mN6p48fEduAgepYGr4FOQwujzu//mG+PPAhe694XEDvzqvlEFCk8AfmmvlO/TZDJg6A=="></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha256-VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_CHTML-full" integrity="sha256-GhM+5JHb6QUzOQPXSJLEWP7R73CbkisjzK5Eyij4U9w=" crossorigin="anonymous" async></script>
<script src="/js/hugo-academic.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
const search_index_filename = "/index.json";
const i18n = {
'placeholder': "Search...",
'results': "Search Results",
'no_results': "No results found"
};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="/js/search.js"></script>
</body>
</html>