-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathindex.qmd
171 lines (147 loc) · 6.75 KB
/
index.qmd
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
---
pagetitle: "Tidy Finance"
page-layout: custom
section-divs: false
toc: false
css: assets/css/index.css
editor: source
description: |
An opinionated approach on empirical research in financial economics.
hide-description: true
format:
html:
include-in-header: assets/html/swiper-header.html
include-after-body: assets/html/swiper-bottom.html
metadata:
pagetitle: Welcome to Tidy Finance
description-meta: An opinionated approach on empirical research in financial economics using the programming languages R and Python.
---
::: {.content-block}
# Welcome to Tidy Finance
Tidy Finance is an opinionated approach to empirical research in financial economics - a fully transparent, open-source code base in multiple programming languages.
## Join Tidy Finance
- Learn about empirical applications based on a fully transparent code base
- Teach students the importance of reproducible research using tidy principles
- Start your next finance research project one step ahead with a Tidy Finance basis
- [Support](support.qmd) the maintenance of our open-source project
- [Contribute](contribute.qmd) to mission of reproducible finance via our blog
- Reach out with ideas, suggestions, and feedback via [contact\@tidy-finance.org](mailto:contact@tidy-finance.org)
## Choose your language
::: {.center}
<button class="btn-action-r" onclick="window.location.href='r/index.html';">
R
</button>
<button class="btn-action-python" onclick="window.location.href='python/index.html';">
Python
</button>
:::
## What experts say about Tidy Finance
```{=html}
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper" id="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="quote-image">
<img src="assets/img/quotes/harald_lohre.jpg" alt="A portrait of Harald Lohre">
</div>
<p><i>A clean coding environment is a prerequisite for building a relevant investment platform and conducting meaningful factor research. Tidy Finance is the name of the game, giving aspiring academics and finance practitioners just what they need to perform clean and reproducible research. Highly recommended.</i></p>
<div class="quote-author">
<p><strong>Harald Lohre</strong></p>
<p>Executive Director at Robeco</p>
<p>Honorary Researcher at Lancaster University Management School</p>
</div>
</div>
<div class="swiper-slide">
<div class="quote-image">
<img src="assets/img/quotes/albert_j_menkveld.jpeg" alt="A portrait of Albert J. Menkveld">
</div>
<p><i>From our crowd-sourced paper on non-standard errors, I learned how important clean coding is. Tidy Finance is a rich resource for empirical finance researchers, offering clean coding techniques that benefit both beginners and experts.</i></p>
<div class="quote-author">
<p><strong>Albert J. Menkveld</strong></p>
<p>Professor of Finance at Vrije Universiteit Amsterdam</p>
<p>Fellow at Tinbergen Institute</p>
</div>
</div>
<div class="swiper-slide">
<div class="quote-image">
<img src="assets/img/quotes/nikolaus_hautsch.jpeg" alt="A portrait of Nikolaus Hautsch">
</div>
<p><i>A fantastic book bringing together financial theory, sound econometrics, thorough data processing and powerful programming techniques using R. An absolute must for every student and scholar in empirical finance.</i></p>
<div class="quote-author">
<p><strong>Nikolaus Hautsch</strong></p>
<p>Professor of Finance & Statistics at University of Vienna</p>
</div>
</div>
<div class="swiper-slide">
<div class="quote-image">
<img src="assets/img/quotes/bjoern_hagstroemer.jpeg" alt="A portrait of Björn Hagströmer">
</div>
<p><i>Tidy Finance is a fantastic resource that lowers the threshold for entry into empirical finance, all in the spirit of open and reproducible science.</i></p>
<div class="quote-author">
<p><strong>Björn Hagströmer</strong></p>
<p>Professor of Finance at Stockholm Business School</p>
</div>
</div>
<div class="swiper-slide">
<div class="quote-image">
<img src="assets/img/quotes/raman_uppal.jpeg" alt="A portrait of Raman Uppal">
</div>
<p><i>To have a deep understanding of empirical asset pricing, one needs to write code using actual data. To learn how to do this, there is no better starting point than Tidy Finance. [...] I strongly recommend Tidy Finance to both beginners and experts.</i></p>
<div class="quote-author">
<p><strong>Raman Uppal</strong></p>
<p>Professor of Finance at EDHEC Business School</p>
</div>
</div>
<div class="swiper-slide">
<div class="quote-image">
<img src="assets/img/quotes/mark_salmon.jpeg" alt="A portrait of Mark Salmon">
</div>
<p><i>Students and professionals alike are led step by step until they suddenly find themselves coding on their own. A brilliant and required resource!</i></p>
<div class="quote-author">
<p><strong>Mark Salmon</strong></p>
<p>Professor of Economics at University of Cambridge</p>
</div>
</div>
</div>
<!-- Pagination buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
```
## Who maintains this website
```{=html}
<div class="team-grid">
<div class="team-member" onclick="openInNewTab('https://www.linkedin.com/in/christophscheuch/');">
<img src="assets/img/christoph_scheuch.jpeg" alt="Member 2">
<h3>Christoph Scheuch</h3>
<p>Independent Expert in Finance & Data</p>
<span class="team-member-cta">LinkedIn →</span>
</div>
<div class="team-member" onclick="openInNewTab('https://www.voigtstefan.me/');">
<img src="assets/img/stefan_voigt.jpeg" alt="Member 3">
<h3>Stefan Voigt</h3>
<p>Assistant Professor of Finance at University of Copenhagen</p>
<span class="team-member-cta">Website →</span>
</div>
<div class="team-member" onclick="openInNewTab('https://sites.google.com/view/patrick-weiss');">
<img src="assets/img/patrick_weiss.jpeg" alt="Member 4">
<h3>Patrick Weiss</h3>
<p>Assistant Professor of Finance at Reykjavik University </p>
<span class="team-member-cta">Website →</span>
</div>
<div class="team-member" onclick="openInNewTab('https://sites.google.com/site/christophfrey/');">
<img src="assets/img/christoph_frey.jpeg" alt="Member 1">
<h3>Christoph Frey</h3>
<p>Quantitative Researcher</p>
<span class="team-member-cta">Website →</span>
</div>
</div>
<script>
function openInNewTab(url) {
window.open(url, '_blank').focus();
}
</script>
```
:::