-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
63 lines (56 loc) · 1.86 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
---
project:
type: website
output-dir: docs
resources:
- project/wood/appfiles/
execute:
freeze: auto
website:
title: "Aaron Lohmann"
favicon: images/favicon.png
site-url: "aaron-lohmann.github.io"
description: "A personal website of Aaron Lohmann. Statistician and economist."
twitter-card: true
open-graph: true
navbar:
logo: images/logo-light.png
logo-alt: "A box and whisker plot icon"
title: false
right:
- text: About
href: about/index.qmd
- text: Research
href: research/index.qmd
- text: Code
href: code/index.qmd
- text: Teaching
href: teaching/index.qmd
- icon: github
menu:
- text: Source Code
url: https://github.com/aaron-lohmann/aaron-lohmann.github.io
- text: Report a Bug
url: https://github.com/aaron-lohmann/aaron-lohmann.github.io/issues
page-footer:
border: false
left: "Published with [Quarto](https://quarto.org/) v<?quarto.version?> | Hosted by GitHub Pages"
right: "© 2023 [Aaron Lohmann](/about) | [MIT License](/license)"
format:
html:
theme:
light: [flatly, scss/light.scss]
dark: [darkly, scss/dark.scss]
css: scss/styles.css
code-link: true
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
highlight-style: gruvbox
df-print: kable
editor: visual
filters:
- quarto-version.lua
---
# Hello there!
I am a PhD student at University Bielefeld and Institute for the World economy (IfW) Kiel. I work on the intersection of trade, innovation and digital technology. Currently, I spend most of my time on data from open source software developers using theoretical models from the trade/growth/production network literature. I care about understanding global collaboration patterns and long run growth in knowledge intensive sectors.