-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
832aca6
commit 6cc71d5
Showing
14 changed files
with
144 additions
and
1,158 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
on: | ||
push: | ||
branches: main | ||
|
||
name: Render CV | ||
|
||
jobs: | ||
render: | ||
name: Render CV | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
- uses: r-lib/actions/setup-r@v2 | ||
- uses: r-lib/actions/setup-pandoc@v2 | ||
- uses: r-lib/actions/setup-tinytex@v2 | ||
- uses: r-lib/actions/setup-renv@v2 | ||
- name: Render CV | ||
run: Rscript -e 'rmarkdown::render("cv.Rmd", output_format = "vitae::awesomecv", output_dir = "docs/")' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,6 @@ vignettes/*.pdf | |
|
||
# R Environment Variables | ||
.Renviron | ||
|
||
# Other | ||
docs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title,month,year,location,detail | ||
Society of Economics of the Household (SEHO) meeting,June,2023,"Copenhagen, Denmark", | ||
47th Simposio de la Asociación Española de Economía (SAEe),December,2022,"Valencia, Spain", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
degree,startMonth,startYear,endMonth,endYear,institution,location,detail | ||
PhD. Candidate in Economics,September,2021,,Present,CEMFI,"Madrid, Spain", | ||
Master in Economics and Finance,September,2019,June,2021,CEMFI,"Madrid, Spain", | ||
Bachelor in Economics,April,2014,March,2019,The University of Tokyo,"Tokyo, Japan", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
accomplishment,startMonth,startYear,endMonth,endYear,location,detail | ||
CEMFI Ph.D scholarship,September,2021,,Present,"Madrid, Spain", | ||
Maria de Maeztu Exploration grant (€4824) by CEMFI ,January,2024,December,2024,"Madrid, Spain", | ||
Maria de Maeztu Exploration grant (€4335) by CEMFI ,May,2023,December,2023,"Madrid, Spain", | ||
María de Maeztu Ph.D. track Fellowship,September,2020,August,2021,"Madrid, Spain", | ||
CEMFI Ph.D. track full scholarship,September,2019,August,2020,"Madrid, Spain", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title,institution,startMonth,startYear,endMonth,endYear,location,detail | ||
Research Assistant to Doctor Dmitry Arkhangelsky,CEMFI,September,2023,,Present,"Madrid, Spain", | ||
Research Assistant to Doctor Tom Zohar,CEMFI,September,2021,June,2023,"Madrid, Spain", | ||
Ph.D. Internship in Econ | AI Lab,"CyberAgent, Inc.",July,2022,September,2022,"Tokyo, Japan", | ||
Research Assistant to Professor Paula Bustos,CEMFI,July,2020,August,2020,"Madrid, Spain", | ||
Research Assistant in Survey Research Center,Recruit Works Institute,January,2019,July,2019,"Tokyo, Japan", | ||
Research Assistant to Professor Hidehiko Ichimura,The University of Tokyo,September,2016,June,2019,"Tokyo, Japan", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
type,title,coauthors,date,detail | ||
working_paper,"Why not Choose a Better Job? Flexibility, Social Norms, and Gender Gaps in Japan",,2024, | ||
working_paper,Flexible Analysis of Individual Heterogeneity in Event Studies,joint with Dmitry Arkhangelsky and Tom Zohar,2024, | ||
work_in_progress,A Quantitative Model of Non/Late Marriage,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
area,skills | ||
Languages,"Japanese (Naitive), English (Fluent), Spanish (Intermediate)" | ||
Programming Languages,"R, Julia, Python, Matlab, Stata" | ||
Markup Languages,"LaTeX, Markdown, Rmarkdown, Quarto, HTML&CSS" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title,institution,startMonth,startYear,endMonth,endYear,location,detail | ||
Teaching Assistant in Time-series Econometrics,CEMFI,January,2024,March,2024,"Madrid, Spain", | ||
Teaching Assistant in International Economics,CEMFI,January,2023,March,2023,"Madrid, Spain", | ||
Teaching Assistant in Mathematics,CEMFI,September,2021,December,2021,"Madrid, Spain", |
Oops, something went wrong.