-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (54 loc) · 3.57 KB
/
about.html
File metadata and controls
66 lines (54 loc) · 3.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Dr. Xinde Zhang</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Data Analytics I</a>
</div>
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div style="height: 80px;"></div>
<h1>About Dr. Xinde Zhang</h1>
<p>Dr. Xinde Zhang is an Associate Teaching Professor at the Sam M. Walton College of Business, University of Arkansas. He specializes in financial data analytics, machine learning, and artificial intelligence. Dr. Zhang is dedicated to integrating cutting-edge technology into finance education, helping students develop practical skills that are essential in today's data-driven world.</p>
<h2>Teaching Philosophy</h2>
<p>Dr. Zhang's teaching approach emphasizes the integration of technology in the classroom. He uses tools such as Python programming, Dataiku, and generative AI (e.g., ChatGPT) to enhance the learning experience. His goal is to foster a problem-solving mindset in students, preparing them for successful careers in finance and data analytics.</p>
<h2>Program Innovation</h2>
<p> Pioneered integration of AI/ML into finance curriculum, resulting in first-of-its-kind Financial Analytics program powered by AI in the region and one of the pioneers in the nation </p>
<h2>Courses Developed</h2>
<ul>
<li>Advanced Financial Modeling</li>
<li>Financial Data Analytics I & II</li>
<li>Graduate courses in the Master of Finance program</li>
</ul>
<h2>Awards and Achievements</h2>
<ul>
<li>Paul Cronan Teaching Technology Excellence Award, University of Arkansas, 2025</li>
<li>Financial Management Association International 2022 Innovation in Teaching Award, Runner-up</li>
<li>Published multiple peer-reviewed articles in high-quality journals</li>
<li>Developed and launched the Financial Analytics concentration for Finance majors</li>
</ul>
<h2>Contributions</h2>
<p>Dr. Zhang has significantly contributed to the development of the Financial Data Analytics concentration and the Master of Finance program at the University of Arkansas. He is also involved in various service activities, including mentoring junior faculty and participating in departmental committees.</p>
<h2>Contact Information</h2>
<p>For more information or to get in touch with Dr. Zhang, please email <a href="mailto:xzhang@walton.uark.edu">xzhang at walton uark</a></p>
</main>
<footer class="container text-center">
<p>© 2024 Cinder Zhang. All rights reserved. Contact us at <a href="mailto:xzhang@walton.uark.edu">xzhang at walton uark</a></p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</body>
</html>