-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (95 loc) · 4.47 KB
/
index.html
File metadata and controls
101 lines (95 loc) · 4.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Jun Yoo is a Doctoral Candidate in Economics at The Graduate Center, CUNY. Research on information frictions, lender specialization, and small business lending.">
<meta name="keywords" content="Jun Yoo, Hyun Jun Yoo, Jun Yoo CUNY, Jun Yoo economist, economics, finance, CUNY, Baruch College, Graduate Center CUNY, small business lending, lender specialization, banking, information frictions, soft information, private credit, doctoral candidate">
<meta name="author" content="Jun Yoo">
<meta property="og:title" content="Jun Yoo | Doctoral Candidate in Economics">
<meta property="og:description" content="Research on information frictions, lender specialization, and small business credit markets.">
<meta property="og:url" content="https://junbuluv.github.io/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/75870877?v=4">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Jun Yoo | Doctoral Candidate in Economics">
<meta name="twitter:description" content="Research on information frictions, lender specialization, and small business credit markets.">
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/75870877?v=4">
<meta name="google-site-verification" content="5DIOtyNSI-wYLoSOkwlc9-mByCEG3X01fKzWhp--Uho">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://junbuluv.github.io/">
<title>Jun Yoo | Doctoral Candidate in Economics</title>
<link rel="stylesheet" href="style.css?v=4">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://junbuluv.github.io/#person",
"name": "Jun Yoo",
"givenName": "Jun",
"familyName": "Yoo",
"jobTitle": "Doctoral Candidate in Economics",
"affiliation": [
{
"@type": "EducationalOrganization",
"name": "The Graduate Center, CUNY"
},
{
"@type": "EducationalOrganization",
"name": "Baruch College, Zicklin School of Business, CUNY"
}
],
"url": "https://junbuluv.github.io",
"image": "https://avatars.githubusercontent.com/u/75870877?v=4",
"email": ["[email protected]", "[email protected]"],
"sameAs": [
"https://github.com/junbuluv"
],
"knowsAbout": ["Banking", "Small Business Lending", "Private Credit", "Information Frictions", "Lender Specialization", "Soft Information"]
}
]
}
</script>
</head>
<body>
<header>
<nav>
<div class="nav-name"><a href="index.html">Jun Yoo</a></div>
<ul>
<li><a href="index.html" class="active">Main</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="section">
<div class="about-container">
<div class="photo-placeholder">
<img src="https://avatars.githubusercontent.com/u/75870877?v=4" alt="Jun Yoo">
</div>
<div class="about-text">
<h1>Jun Yoo</h1>
<p class="title">Doctoral Candidate in Economics</p>
<p class="affiliation">The Graduate Center, CUNY & Baruch College, Zicklin School of Business</p>
<p class="bio">
Hi! My name is Jun Yoo, and I am a Doctoral candidate at The Graduate Center, CUNY and Baruch College. I study how information frictions and regulatory design shape small business credit markets. My work examines lender specialization, discretion, and the role of soft information.
</p>
<p class="research-fields">
<strong>Fields:</strong> Banking, Small Business Lending, Private Credit
</p>
<p class="cv-download">
<a href="cv.pdf" class="cv-link">Download CV (PDF)</a>
</p>
</div>
</div>
</section>
</main>
<footer>
<p>© 2026 Jun Yoo</p>
</footer>
</body>
</html>