Commit graph

455 commits

Author SHA1 Message Date
Marty Oehme 6678df6d17
feat(script): Add first draft Discussion and Conclusion 2024-08-06 13:53:26 +02:00
Marty Oehme b45ab534bf
chore(script): Fix spelling mistakes 2024-07-31 11:57:15 +02:00
Marty Oehme 2c560cc2eb
feat(script): Add shortened agency section 2024-07-31 11:56:53 +02:00
Marty Oehme 0c23a9e382
feat(script): Move detailed search protocol to Appendix 2024-07-30 18:10:28 +02:00
Marty Oehme fa291448d7
feat(script): Add shortened education section 2024-07-30 17:12:12 +02:00
Marty Oehme f0f6e8c821
feat(script): Add shortened infra and techn change section 2024-07-29 16:22:41 +02:00
Marty Oehme 9b8d8f04ef
fix(script): Fix spelling and grammar issues 2024-07-29 12:54:47 +02:00
Marty Oehme f3eb053f49
feat(script): Add shortened growth and trade liberalisation section 2024-07-29 12:52:03 +02:00
Marty Oehme 2b986b46a6
chore(script): Fix type error 2024-07-29 12:50:18 +02:00
Marty Oehme bd25353fa1
chore(repo): Switch preview to article 2024-07-29 09:50:18 +02:00
Marty Oehme 7b31ac15f6
feat(script): Add structural findings table 2024-07-29 09:50:05 +02:00
Marty Oehme 6ece5f2735
chore(script): Ignore unused imports in manuscript
Mainly for standard imports on top and for imports which are not used in
code cells but in-text through little in-text code cells (such as
strength_for function).
2024-07-29 09:49:33 +02:00
Marty Oehme 6089b64665
chore(script): Refactor study strength bin calc
Move calculation into validity modelling to have one source of truth
which all in-text representations will use.
2024-07-29 09:48:25 +02:00
Marty Oehme 07d3efbcd7
feat(script): Shorten social protection 2024-07-28 19:49:51 +02:00
Marty Oehme 3b593b68cc
feat(script): Shorten workfare programmes 2024-07-28 18:54:31 +02:00
Marty Oehme db35a24765
feat(script): Shorten collective bargaining 2024-07-28 18:54:15 +02:00
Marty Oehme d4afd54835
fix(script): Output ordinary html instead of elsevier
Since elsevier-html does not seem able to produce in-text citations in
either docx or html formats (see here
https://github.com/quarto-journals/elsevier/issues/3) we have to reset
to normal html output for the time being.
Elsevier-pdf seems unaffected.
2024-07-20 16:41:37 +02:00
Marty Oehme 32e8af7f1f
feat(script): Shorten minimum wage laws section 2024-07-20 16:39:34 +02:00
Marty Oehme af20b29b4e
fix(data): Add RD approach to Dustmann2012 2024-07-20 13:27:21 +02:00
Marty Oehme e020df37af
feat(script): Shorten labour laws and regulatory systems 2024-07-20 13:23:07 +02:00
Marty Oehme 2b7bb5c4e7
fix(script): Import dataframes directly from source 2024-07-20 10:19:21 +02:00
Marty Oehme 8f64604def
chore(repo): Expose dataframes directly from source 2024-07-19 18:09:07 +02:00
Marty Oehme f61da38837
fix(code): Only use db references for query calculations 2024-07-16 18:06:48 +02:00
Marty Oehme c24e5b3511
chore(repo): Sort reference data into db and snowball 2024-07-16 18:06:23 +02:00
Marty Oehme 0d723dbfdf
chore(code): Rename prisma calculation variables
Renamed intermediate calculation vars from long and redundant names to
slightly shorter and more coherent versions.
2024-07-16 17:53:37 +02:00
Marty Oehme b230228095
chore(code): Remove unnecessary seaborn import 2024-07-16 17:47:41 +02:00
Marty Oehme c5df5c01a2
chore(repo): Move yml files to extracted data dir 2024-07-16 17:46:31 +02:00
Marty Oehme 3ec7dcd1bb
chore(repo): Move zotero references to reference dir 2024-07-16 17:46:31 +02:00
Marty Oehme 4f9acd0816
chore(repo): Move references to reference data dir
Begin restructuring data dir by separating out references into their own
data sub-dir containing only references and bibtex files.
2024-07-16 15:59:41 +02:00
Marty Oehme 2a1fc9611f
chore(repo): Move documentation to the docs dir 2024-07-16 15:10:39 +02:00
Marty Oehme 19e704444a
chore(repo): Rename article quarto profile to journal 2024-07-15 22:33:06 +02:00
Marty Oehme 503de5ba4b
fix(repo): Update gitignore for new dir structure 2024-07-15 22:27:16 +02:00
Marty Oehme 9fd4a3c791
chore(repo): Move manuscripts to separate dir
Both the manuscripts for the working paper and the article are now
collected in a separate manuscripts folder.
2024-07-15 22:14:03 +02:00
Marty Oehme b4730f6ea8
fix(repo): Rename all references to data and output dir 2024-07-15 21:43:30 +02:00
Marty Oehme f384515737
chore(repo): Simplify directory structure 2024-07-15 21:24:35 +02:00
Marty Oehme 284a3b9281
chore(code): Move dataframe generation to module 2024-07-15 21:15:09 +02:00
Marty Oehme 38254d1605
feat(code): Add prisma calculation 2024-07-15 21:11:53 +02:00
Marty Oehme 0d05ed981a
chore(code): Create globals singleton 2024-07-15 20:42:57 +02:00
Marty Oehme d2c25a9033
chore(code): Refactor data preparation into process module 2024-07-15 20:42:11 +02:00
Marty Oehme 562b1eb6a0
chore(code): Do not alias ipython Markdown import 2024-07-15 20:40:51 +02:00
Marty Oehme 740350eacd
chore(code): Refactor data processing into module 2024-07-15 20:40:50 +02:00
Marty Oehme 4012ea55f0
fix(script): Use new var names for working paper 2024-07-15 19:56:36 +02:00
Marty Oehme 4e4f75ff7a
fix(repo): Ensure working dir is always project 2024-07-15 19:53:28 +02:00
Marty Oehme d5926b2e88
chore(code): Move validity strength bins to validity 2024-07-15 19:34:20 +02:00
Marty Oehme c1eccee426
fix(code): Get data dirs relative to project dir 2024-07-15 10:55:59 +02:00
Marty Oehme ad71859ded
feat(script): Move all data transformations to single chunk 2024-07-14 22:07:24 +02:00
Marty Oehme ed6c8550b6
feat(script): Move big code chunks out of script 2024-07-14 20:18:57 +02:00
Marty Oehme 76578e99d3
feat(repo): Add gitignores for elsevier output 2024-07-14 17:22:27 +02:00
Marty Oehme 45bf434cd9
chore(repo): Update deliverable docx binary file 2024-07-14 17:19:01 +02:00
Marty Oehme 7bb6ae3101
chore(repo): Improve rendering to elsevier journal 2024-07-14 17:18:07 +02:00