-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
659 lines (619 loc) · 39.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Private Capital Research Institute (PCRI) is a non-profit organization that
seeks to further the understanding of private capital and its impact through independent academic studies.">
<title>PCRI - The Private Capital Research Institute</title>
<link rel="icon" href="./assets/head/images/logo.jpg" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="./css/home.css">
<script src="https://kit.fontawesome.com/71502b3f5e.js" crossorigin="anonymous"></script>
<script type="module" src="../../js/navbar.js"></script>
<script type="module" src="../../js/footer.js"></script>
<script type="module" src="./js/home.js"></script>
</head>
<body>
<!--navbar-->
<nav class="navbar bg-body-tertiary z-3">
<div class="navbar__container container d-flex">
<a class="navbar-brand" href="./index.html">
<img src="./assets/head/images/pcri_logo.jpg" alt="Logo" width="120"
class="d-inline-block align-text-top">
</a>
<ul class="nav__item-list d-none d-lg-flex nav justify-content-end">
<!-- home item -->
<li class="nav__item ms-5 nav-item ">
<div class="nav__item-label nav-item d-flex align-items-center justify-content-center">
<a href="./index.html"
class="m-0 pe-2 text fs-5 fw-semibold text-primary text-decoration-none">Home</a>
</div>
</li>
<!-- about item -->
<li class="nav__item ms-5 nav-item ">
<div class="nav__item-label nav-item d-flex align-items-center justify-content-center">
<p class="m-0 pe-2 text fs-5 fw-semibold text-primary">About</p>
<i class="fa-solid fa-caret-down text-primary"></i>
</div>
<div class="row gx-4 nav__mega-menu">
<ul class="col-6 list-unstyled">
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/about/overview.html">Overview</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/about/supporters.html">Supporters</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/about/advisory-committee.html">Advisory
committee</a>
</li>
</ul>
<ul class="col-6 list-unstyled">
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;"
href="./pages/about/academic-advisory-board.html">Academic
advisory board</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/about/people.html">People</a>
</li>
<li class="nav-item"><a class="fs-6 fw-semibold text-primary" style="text-decoration: none;"
href="./pages/about/new-gp.html">GP Participation</a>
</li>
</ul>
</div>
</li>
<!-- news item -->
<li class="nav__item ms-5 nav-item ">
<div class="nav__item-label nav-item d-flex align-items-center justify-content-center">
<p class="m-0 pe-2 text fs-5 fw-semibold text-primary">News</p>
<i class="fa-solid fa-caret-down text-primary"></i>
</div>
<div class="row gx-4 nav__mega-menu--news">
<ul class="col-12 list-unstyled">
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/news/news.html">In the news</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/news/events.html">Events</a>
</li>
<li class="nav-item mb"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/news/conferences.html">Conferences</a>
</li>
</ul>
</div>
</li>
<!-- resource item -->
<li class="nav__item ms-5 nav-item ">
<div class="nav__item-label nav-item d-flex align-items-center justify-content-center">
<p class="m-0 pe-2 text fs-5 fw-semibold text-primary">Research</p>
<i class="fa-solid fa-caret-down text-primary"></i>
</div>
<div class="row gx-4 nav__mega-menu">
<ul class="col-6 list-unstyled">
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/overview.html">Overview</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./assets/research/pdf/call_f_proposals.pdf"
target="_blank">Call
for
proposals</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;"
href="./pages/research/predocRA.html">Pre-doctoral</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/current.html">PCRI
research</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/COI-documents.html">Research
for COI
document</a>
</li>
<li class="nav-item"><a class="fs-6 fw-semibold text-primary" style="text-decoration: none;"
href="./pages/research/YNOS.html">Indian
start-up database
from
YNOS</a>
</li>
</ul>
<ul class="col-6 list-unstyled">
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/patent.html">Patent
database</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/earlyipo.html">Early
IPO database</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/FAQs.html">PCRI
research FAQs</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/data.html">Data
summary</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/library.html">Library</a>
</li>
<li class="nav-item mb-2"><a class="fs-6 fw-semibold text-primary"
style="text-decoration: none;" href="./pages/research/apply.html">How to
apply to PCRI</a>
</li>
<li class="nav-item"><a class="fs-6 fw-semibold text-primary" style="text-decoration: none;"
href="./assets/research/pdf/EXTERNAL_PCRI_MANUAL Version 2.5 UPDATE.pdf"
target="_blank">Variables/Data
user manual</a>
</li>
</ul>
</div>
</li>
</ul>
<button class="navbar-toggler d-block d-lg-none" style="outline: none; box-shadow: none;" type="button"
data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fs-6"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title fw-semibold text-primary" id="offcanvasNavbarLabel">PCRI RESEARCH</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3" style="flex: 1;">
<li class="nav-item">
<a class="nav-link active text-primary fw-semibold" aria-current="page"
href="./index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary fw-semibold" href="#" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
About
</a>
<ul class="dropdown-menu border-0">
<li><a class="dropdown-item text-primary"
href="./pages/about/overview.html">Overview</a>
</li>
<li><a class="dropdown-item text-primary"
href="./pages/about/supporters.html">Supporters</a>
</li>
<li><a class="dropdown-item text-primary"
href="./pages/about/advisory-committee.html">Academic
committee</a></li>
<li><a class="dropdown-item text-primary"
href="./pages/about/academic-advisory-board.html">Academic advisory
board</a></li>
<li><a class="dropdown-item text-primary" href="./pages/about/people.html">People</a>
</li>
<li><a class="dropdown-item text-primary" href="./pages/about/new-gp.html">GP
Participation</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary fw-semibold" href="#" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
News
</a>
<ul class="dropdown-menu border-0">
<li>
<a class="dropdown-item text-primary" href="./pages/news/news.html">In the news</a>
<a class="dropdown-item text-primary" href="./pages/news/events.html">Events</a>
</li>
<li><a class="dropdown-item text-primary"
href="./pages/news/conferences.html">Conferences</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary fw-semibold" href="#" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Research
</a>
<ul class="dropdown-menu border-0">
<li><a class="dropdown-item text-primary"
href="./pages/research/overview.html">Overview</a>
</li>
<li><a class="dropdown-item text-primary"
href="./assets/research/pdf/call_f_proposals.pdf" target="_blank">Call for
proposals</a></li>
<li><a class="dropdown-item text-primary"
href="./pages/research/predocRA.html">Pre-doctoral</a></li>
<li><a class="dropdown-item text-primary" href="./pages/research/current.html">PCRI
research</a></li>
<li><a class="dropdown-item text-primary"
href="./pages/research/COI-documents.html">Research
for COI document</a></li>
<li><a class="dropdown-item text-primary" href="./pages/research/YNOS.html">Indian
start-up
database from
YNOS</a></li>
<li><a class="dropdown-item text-primary" href="./pages/research/patent.html">Patent
database</a></li>
<li><a class="dropdown-item text-primary" href="./pages/research/earlyipo.html">Early
IPO
database</a></li>
<li><a class="dropdown-item text-primary" href="./pages/research/FAQs.html">PCRI
research
FAQs</a></li>
<li><a class="dropdown-item text-primary" href="./pages/research/data.html">Data
summary</a>
</li>
<li><a class="dropdown-item text-primary"
href="./pages/research/library.html">Library</a></li>
<li><a class="dropdown-item text-primary" href="./pages/research/apply.html">How
to apply to
PCRI</a></li>
<li><a class="dropdown-item text-primary"
href="./assets/research/pdf/EXTERNAL_PCRI_MANUAL Version 2.5 UPDATE.pdf"
target="_blank">Variables/Data user manual</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Hero slider -->
<!-- <aside class="container-fluid p-0 position-relative">-->
<!-- <div class="hero__image-wrapper">-->
<!-- <img src="./assets/head/images/silder/top_2.jpg" class="img-fluid w-100" alt="about-overview-hero">-->
<!-- </div>-->
<!-- <div class="hero__caption-wrapper container carousel-caption">-->
<!-- <div class="hero__caption">-->
<!-- <p class="text-white">The Private Capital Research Institute (PCRI) is a non-profit organization <br>-->
<!-- that seeks to further the understanding of private capital and its global <br>-->
<!-- economic impact through independent academic research, based in large <br>-->
<!-- part on the comprehensive academic databases of private capital activity <br>-->
<!-- that the PCRI is building.-->
<!-- </div>-->
<!-- </div>-->
<!-- </aside>-->
<article>
<div id="carouselExampleInterval" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleInterval" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleInterval" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleInterval" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleInterval" data-bs-slide-to="3"
aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<!-- slide 1-->
<div class="carousel-item active" data-bs-interval="4000">
<div class="hero__image-wrapper">
<img src="./assets/head/images/silder/top_2.jpg" alt="...">
</div>
<div class="hero__caption-wrapper container carousel-caption">
<div class="hero__caption">
<p class="text-white">The Private Capital Research Institute (PCRI) is a non-profit organization <br>
that seeks to further the understanding of private capital and its global <br>
economic impact through independent academic research, based in large <br>
part on the comprehensive academic databases of private capital activity <br>
that the PCRI is building.
</div>
</div>
</div>
<!-- slide 2-->
<div class="carousel-item" data-bs-interval="3000">
<div class=" hero__image-wrapper">
<img src="./assets/head/images/silder/josh1.png" alt="...">
</div>
<div class="hero__caption-wrapper container carousel-caption">
<div class="hero__caption">
<h1>Josh Lerner</h1>
<p>Director of the PCRI and Jacob H. Schiff Professor of <br>
Investment Banking at Harvard Business School</p>
</div>
</div>
</div>
<!-- slide 3-->
<div class="carousel-item" data-bs-interval="2000">
<div class="hero__image-wrapper">
<img src="./assets/head/images/silder/leslie1.jpeg" alt="...">
</div>
<div class="hero__caption-wrapper container carousel-caption">
<div class="hero__caption">
<h1>Leslie A. Jeng</h1>
<p>Director of Research of the PCRI and the Senior Lecture of <br>
Business Administration at the Harvard Business School.</p>
</div>
</div>
</div>
<!-- slide 4-->
<div class="carousel-item" data-bs-interval="2000">
<div class="hero__image-wrapper">
<img src="./assets/head/images/silder/hbs1.jpg" alt="...">
</div>
<!-- <div class="hero__caption-wrapper container carousel-caption">-->
<!-- <div class="hero__caption">-->
<!-- <h1>Third slide label</h1>-->
<!-- <p>Some representative placeholder content for the third slide.</p>-->
<!-- </div>-->
<!-- </div>-->
</div>
</div>
<button class="hero__control-btn carousel-control-prev" type="button"
data-bs-target="#carouselExampleInterval" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="hero__control-btn carousel-control-next" type="button"
data-bs-target="#carouselExampleInterval" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</article>
<div class="content container mt-5">
<div class="row mx-1">
<!-- <!– Event side left half page–>-->
<!-- <div class="col-12 col-lg-5">-->
<!-- <div class="card mt-1">-->
<!-- <iframe class="card-img-top" height="300"-->
<!-- src="https://www.youtube.com/embed/kb0ktIb--cQ?rel=0&autoplay=1&mute=1"-->
<!-- title="YouTube video player" frameborder="0"-->
<!-- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"-->
<!-- allowfullscreen></iframe>-->
<!-- <div class="card-body">-->
<!-- <p class="card-text">What is the PCRI?</p>-->
<!-- </div>-->
<!-- <a href="./pages/about/overview.html" class="btn border-0 mt-1 fw-semibold">-->
<!-- <div class="d-flex align-items-center ">-->
<!-- <span class="hover--underline">More videos</span>-->
<!-- <i class="fa-solid fa-arrow-right ps-2 text-small"></i>-->
<!-- </div>-->
<!-- </a>-->
<!-- </div>-->
<!-- <br>-->
<!-- <h2>Events</h2>-->
<!-- <ul id="events-list" class="event__wrapper mt-4 list-unstyled">-->
<!-- </ul>-->
<!-- </div>-->
<!-- News side left half page-->
<div class="col-12 col-lg-7 news__wrapper">
<!--Youtube video-->
<div class="card mt-2">
<iframe class="card-img-top" height="375"
src="https://www.youtube.com/embed/kb0ktIb--cQ?rel=0&autoplay=1&mute=1"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<div class="card-body">
<p class="card-text">What is the PCRI?</p>
</div>
<a href="./pages/about/overview.html" class="btn border-0 mt-1 fw-semibold">
<div class="d-flex align-items-center ">
<span class="hover--underline">More videos</span>
<i class="fa-solid fa-arrow-right ps-2 text-small"></i>
</div>
</a>
</div>
<br/><br/>
<h2>Latest News</h2>
<!--load news-->
<ul id="news-list" class="list-group list-group-flush">
</ul>
<a href="./pages/news/news.html" class="btn border-0 px-0 fw-semibold">
<div class="d-flex align-items-center ">
<span class="hover--underline">More news</span>
<i class="fa-solid fa-arrow-right ps-2 text-small"></i>
</div>
</a>
<!-- <h2 class="mt-5">Schedule</h2>-->
<!-- <div id="carouselExampleIndicators" class="carousel slide mt-4">-->
<!-- <div class="carousel-indicators">-->
<!-- <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0"-->
<!-- class="active" aria-current="true" aria-label="Slide 1"></button>-->
<!-- <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"-->
<!-- aria-label="Slide 2"></button>-->
<!-- <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"-->
<!-- aria-label="Slide 3"></button>-->
<!-- </div>-->
<!-- <div class="carousel-inner">-->
<!-- <div class="carousel-item active">-->
<!-- <img src="./assets/news/images/gvs-2015/GSVApril104.jpg" class="d-block w-100"-->
<!-- alt="GSVApril104">-->
<!-- </div>-->
<!-- <div class="carousel-item">-->
<!-- <img src="./assets/news/images/gvs-2015/GSVApril125.jpg" class="d-block w-100"-->
<!-- alt="GSVApril125">-->
<!-- </div>-->
<!-- <div class="carousel-item">-->
<!-- <img src="./assets/news/images/gvs-2015/GSVApril116.jpg" class="d-block w-100"-->
<!-- alt="GSVApril116">-->
<!-- </div>-->
<!-- <div class="carousel-item">-->
<!-- <img src="./assets/news/images/gvs-2015/GSVApril119.jpg" class="d-block w-100"-->
<!-- alt="GSVApril119">-->
<!-- </div>-->
<!-- <div class="carousel-item">-->
<!-- <img src="./assets/news/images/gvs-2015/GSVApril127.jpg" class="d-block w-100"-->
<!-- alt="GSVApril127">-->
<!-- </div>-->
<!-- <div class="carousel-item">-->
<!-- <img src="./assets/news/images/gvs-2015/GSVApril107.jpg" class="d-block w-100"-->
<!-- alt="GSVApril107">-->
<!-- </div>-->
<!-- <div class="carousel-item">-->
<!-- <img src="./assets/news/images/gvs-2015/GSVApril129.jpg" class="d-block w-100"-->
<!-- alt="GSVApril129">-->
<!-- </div>-->
<!-- </div>-->
<!-- <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"-->
<!-- data-bs-slide="prev">-->
<!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span>-->
<!-- <span class="visually-hidden">Previous</span>-->
<!-- </button>-->
<!-- <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators"-->
<!-- data-bs-slide="next">-->
<!-- <span class="carousel-control-next-icon" aria-hidden="true"></span>-->
<!-- <span class="visually-hidden">Next</span>-->
<!-- </button>-->
<!-- </div>-->
<!-- <p class="mt-2">Find out more <a href="./pages/news/calendar.html"-->
<!-- class="text-primary fw-semibold">here</a></p>-->
</div>
<!-- Event side right half page-->
<div class="col-12 col-lg-5">
<h2>Event Summaries</h2>
<ul id="events-list" class="event__wrapper mt-4 list-unstyled">
</ul>
<!-- <div class="card mt-5">-->
<!-- <iframe class="card-img-top" height="300"-->
<!-- src="https://www.youtube.com/embed/kb0ktIb--cQ?rel=0&autoplay=1&mute=1"-->
<!-- title="YouTube video player" frameborder="0"-->
<!-- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"-->
<!-- allowfullscreen></iframe>-->
<!-- <div class="card-body">-->
<!-- <p class="card-text">What is the PCRI?</p>-->
<!-- </div>-->
<!-- <a href="./pages/about/overview.html" class="btn border-0 mt-1 fw-semibold">-->
<!-- <div class="d-flex align-items-center ">-->
<!-- <span class="hover--underline">More videos</span>-->
<!-- <i class="fa-solid fa-arrow-right ps-2 text-small"></i>-->
<!-- </div>-->
<!-- </a>-->
<!-- </div>-->
</div>
</div>
</div>
<!-- footer-->
<footer>
<div class="footer__wrapper container-fluid d-flex align-items-center justify-content-center mt-5 px-md-5">
<div class="row container-fluid d-flex mt-2 mt-lg-5 px-md-5">
<div class="col-12 d-none d-sm-flex col-lg-4 d-lg-block align-items-sm-center px-5">
<a href="#">
<img width="100px" src="./assets/head/images/pcri_logo.jpg" alt="logo" class="img-fluid">
</a>
<p class="w-75 ms-5 w-lg-50 ms-lg-0 mt-3 text-light" style="font-size: 14px;">The Private Capital
Research
Institute is a
not-for-profit
501(c)(3) corporation formed to further the understanding of private capital</p>
</div>
<div class="col-8 d-lg-flex d-none">
<div>
<h6 class="text-light mb-4 fw-bold">ABOUT</h6>
<ul class="list-unstyled">
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/about/overview.html">Overview</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/about/supporters.html">Supporter</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/about/advisory-committee.html">Advisory
Committee</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/about/academic-advisory-board.html">Academic
Advisory Board</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/about/people.html">People</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/about/new-gp.html">GP Participation</a>
</li>
</ul>
</div>
<div class="mx-5">
<h6 class="text-light mb-4 fw-bold">RESEARCH</h6>
<ul class="list-unstyled">
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/research/overview.html">Overview</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./assets/research/pdf/call_f_proposals.pdf" target="_blank">Call for
proposals</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/research/current.html">PCRI Research</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/research/FAQs.html">PCRI Research FAQs</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/research/library.html">Library</a>
</li>
<li class="mb-3 hover--underline-light" style="font-size: 14px;"><a
class="text-light text-decoration-none" style="font-size: 14px;"
href="./pages/research/apply.html">How to apply to PCRI</a>
</li>
</ul>
</div>
<div style="flex: 1;">
<h6 class="text-light mb-4 fw-bold">PARTNERS & SPONSORS</h6>
<div class="d-flex flex-wrap">
<a target="_blank" href="https://www.kauffman.org"
class="support__image-wrapper me-2 mb-4 p-2 bg-light">
<img src="./assets/about/images/partners/partners-and-sponsors-1.gif" alt="partner">
</a>
<a target="_blank" href="https://www.unquote.com"
class="support__image-wrapper me-2 mb-4 p-2 bg-light">
<img src="./assets/about/images/partners/unquote.jpg" alt="partner">
</a>
<a target="_blank" href="https://www.globalprivatecapital.org"
class="support__image-wrapper me-2 mb-4 p-2 bg-light">
<img src="./assets/about/images/partners/EMPEA.png" alt="partner">
</a>
<a target="_blank"
href="https://www.spglobal.com/marketintelligence/en/mi/products/ilevel.html"
class="support__image-wrapper me-2 mb-4 p-2 bg-light">
<img src="./assets/about/images/partners/ilevel.png" alt=" partner">
</a>
<a target="_blank" href="https://nyppex.com/"
class="support__image-wrapper me-2 mb-4 p-2 bg-light">
<img src="./assets/about/images/partners/NYPPEX.png" alt="partner">
</a>
<a target="_blank" href="https://www.thomsonreuters.com/en.html"
class="support__image-wrapper me-2 mb-4 p-2 bg-light">
<img src="./assets/about/images/partners/thomson-reuters.jpg" alt="partner">
</a>
<a target="_blank"
href="http://hcd.ucdavis.edu/faculty/webpages/kenney/misc/Firm_IPO_Database_Guide.pdf"
class="support__image-wrapper me-2 mb-4 p-2 bg-light">
<img src="./assets/about/images/partners/Kenney-Patton.jpg" alt="partner">
</a>
</div>
</div>
</div>
<p class="text-light text-center mt-4 text--small">© The Private Capital Research Institute. All Rights
Reserved.
PCRI | info@pcrinstitute.org</p>
</div>
</div>
</footer>
<!-- Import bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>