-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (105 loc) · 5.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Adrien Pacifico </title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124436397-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124436397-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.fakeimg {
height: 200px;
background: #aaa;
}
</style>
<div class="jumbotron text-center" style="margin-bottom:0">
<h1>Adrien Pacifico, Ph.D.</h1>
<p>Economics of Taxation, Fiscal Microsimulation, Data Science </p>
</div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">About Me</a></li>
<li><a href="./research.html">Research</a></li>
<li><a href="./policy_briefs.html">Policy Briefs</a></li>
<li><a href="./other.html">Other Work</a></li>
<li><a href="./docs/slides/revisions_macro_II/index.html">Teaching</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-3">
<div><img class="img-responsive" src="docs/profile_picture.jpg" alt="Adrien Pacifico" id="image_me"></div>
<b>Current positions: </b>
<ul compact>
<li>Teaching Assistant at <a href="https://thema.u-cergy.fr/">THEMA</a>.</li>
<li>Associate Faculty at <a href="http://www.amse-aixmarseille.fr/">AMSE</a>.</li>
</ul>
<h2><h3><p><a href="docs/job_market_documents/CV_Pacifico.pdf" download> Curriculum Vitæ
<a class="fa fa-download" aria-hidden="true"></a>
</a>
</p></h3>
<h3><p><a href="docs/job_market_documents/research_statement.pdf" download> Research Statement
<a class="fa fa-download" aria-hidden="true"></a>
</a>
</p></h3>
</h2>
</div>
<div class="col-sm-8">
<h2>About Me:</h2>
<h5>Economics:</h5>
I am a public economist, and my research focuses on households taxation. I use and I contribute to the microsimulation software <a href="www.openfisca.fr">OpenFisca</a>. I now have a thorough knowledge of the French tax-benefit system, as well as French administrative household databases. <br>
I also have interest towards equality of opportunity issues, determinants of fertility, and the timing of taxation. Please browse the "Research" section to know more about my projects. <br>
<h5>Python and Data Science:</h5>
During my PhD, I invested in modern data science tools which are becoming common standards in the industry. I conduct my analysis using Python, especially Pandas and the Statsmodels packages. This allows me to work efficiently on medium size (up to 20 Go) complex administrative databases. <br> Moreover, I think that the usage of open-source software is critical for research reproducibility in economics which reinforces my confidence in the choice of these tools.
<!--
<h5>Reproducible Research:</h5>
Scientific publications, including economics publications has a documented lack of reproducibility. There exist multiple sources of reproducibility issues. Main ones are, unaviability of data, unaviability of code (or broken code), usage of proprietary softwares.<br>
Data preparation, is in most cases critical for the production of results. It is usually what takes the most time, the most lines of code, and will thus be the most prone to errors. It also contains mainy implicit choices that are to cumbersome to be described in either articles or their appendices. -->
</div>
</div>
</div>
<div class="jumbotron text-center" style="margin-bottom:0">
<p>Mail:
<a href="mailto:[email protected]"><span class="far fa-envelope"></span></a>
</p>
<!-- <address>
Written by <a href="mailto:[email protected]">Jon Doe</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address> -->
<p>
Twitter: <a href="https://twitter.com/psyfico">
<span class="fab fa-twitter"></span>
</a>
GitHub: <a href="https://github.com/adrienpacifico">
<span class="fab fa-github"></span>
</a>
StackOverflow: <a href="https://stackoverflow.com/users/5304366/adrien-pacifico">
<span class="fab fa-stack-overflow"</span>
</a>
</p>
</div>