Skip to content

Commit

Permalink
Adjust code font size
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaillat committed Jul 19, 2024
1 parent 5bf420a commit 458755c
Show file tree
Hide file tree
Showing 100 changed files with 125 additions and 119 deletions.
2 changes: 1 addition & 1 deletion assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
.post-content code {
margin: auto 1px;
padding: 3px 3px;
font-size: var(--entry-size);
font-size: 1rem;
line-height: var(--line-height);
background: var(--code-bg);
border-radius: 2px;
Expand Down
24 changes: 10 additions & 14 deletions layouts/partials/svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
{{- if (eq $icon_name "location") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 9A2.5 2.5 0 0 1 12 6.5M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5c0 1 0 3 5 9.71C17 12 17 10 17 9a5 5 0 0 0-5-5Z"/></svg>
{{- else if (eq $icon_name "cv") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M4 4v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.342a2 2 0 0 0-.602-1.43l-4.44-4.342A2 2 0 0 0 13.56 2H6a2 2 0 0 0-2 2z" />
<path d="M9 13h6" />
<path d="M9 17h3" />
<path d="M14 2v4a2 2 0 0 0 2 2h4" /></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M4 4v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.342a2 2 0 0 0-.602-1.43l-4.44-4.342A2 2 0 0 0 13.56 2H6a2 2 0 0 0-2 2z" />
<path d="M9 13h6" />
<path d="M9 17h3" />
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
</svg>
{{- else if (eq $icon_name "email") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
{{- else if (eq $icon_name "github") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
</path>
Expand All @@ -25,13 +28,6 @@
<path
d="M5.242 13.769L0.5 9.5 12 1l11.5 9-5.242 3.769C17.548 11.249 14.978 9.5 12 9.5c-2.977 0-5.548 1.748-6.758 4.269zM12 10a7 7 0 1 0 0 14 7 7 0 0 0 0-14z" />
</svg>
{{- else if (eq $icon_name "linkedin") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
{{- else if (eq $icon_name "mastodon") -}}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
Expand Down
2 changes: 1 addition & 1 deletion public/1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper proposes a matching model of the labor market with job rationing: unemployment persists even without matching frictions. Published in AER, 2012.">
<meta name="author" content="Pascal Michaillat">
<link rel="canonical" href="https://pascalmichaillat.org/1/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper develops a model of science. Due to homophily in promotions, false paradigms may persist when a science has low power. Published in PNAS, 2018.">
<meta name="author" content="George Akerlof,&thinsp;Pascal Michaillat">
<link rel="canonical" href="https://pascalmichaillat.org/10/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper resolves the New Keynesian model&#39;s anomalies at the zero lower bound by introducing wealth in the utility function. Published in REStat, 2021.">
<meta name="author" content="Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/11/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper builds a model of hypothesis testing with p-hacking and gives critical values that are robust to by p-hacking. Published in REStat, 2024.">
<meta name="author" content="Adam McCloskey,&thinsp;Pascal Michaillat">
<link rel="canonical" href="https://pascalmichaillat.org/12/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/13/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper argues that in the United States the full-employment rate of unemployment (FERU) is the geometric average of the unemployment and vacancy rates.">
<meta name="author" content="Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/13/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/14/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper explains why a wave of immigration reduces the employment rate of native workers, and why this reduction is larger in bad times.">
<meta name="author" content="Pascal Michaillat">
<link rel="canonical" href="https://pascalmichaillat.org/14/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/15/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper develops a simple business-cycle model with divine coincidence: inflation is on target when unemployment is efficient.">
<meta name="author" content="Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/15/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper develops a New Keynesian model in which the government multiplier doubles when unemployment rises from 5% to 8%. Published in AEJ Macro, 2014.">
<meta name="author" content="Pascal Michaillat">
<link rel="canonical" href="https://pascalmichaillat.org/2/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper develops a model of unemployment fluctuations in which the labor and product markets have a matching structure. Published in QJE, 2015.">
<meta name="author" content="Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/3/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper develops a theory of optimal unemployment insurance in matching models. Published in AEJ Policy, 2018.">
<meta name="author" content="Camille Landais,&thinsp;Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/4/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This website hosts Pascal Michaillat&#39;s research papers, course materials, design templates, curriculum vitae, and contact information.">
<meta name="author" content="Pascal Michaillat">
<link rel="canonical" href="https://pascalmichaillat.org/404.html">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper studies how the generosity of unemployment insurance should vary over the business cycle in the United States. Published in AEJ Policy, 2018.">
<meta name="author" content="Camille Landais,&thinsp;Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/5/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper shows that public expenditure should deviate from the Samuelson rule to reduce the unemployment gap, when it exists. Published in REStud, 2019.">
<meta name="author" content="Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/6/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This paper develops a policy-oriented business-cycle model with fluctuating unemployment and long zero-lower-bound episodes. Published in OEP, 2022.">
<meta name="author" content="Pascal Michaillat,&thinsp;Emmanuel Saez">
<link rel="canonical" href="https://pascalmichaillat.org/7/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="To explain price rigidity, this paper develops a model in which buyers care about the fairness of markups but cannot observe them. Published in JEEA, 2021.">
<meta name="author" content="Erik Eyster,&thinsp;Kristof Madarasz,&thinsp;Pascal Michaillat">
<link rel="canonical" href="https://pascalmichaillat.org/8/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.e6d96c20cfba805d87bc52bfe207714dd9bfcfba728f24b0d391efd5537b14d2.css" integrity="sha256-5tlsIM&#43;6gF2HvFK/4gdxTdm/z7pyjySw05Hv1VN7FNI=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.be0aa66e90acac36c9722e838adeeb0c5e57da67fc36b486bc34eb093e64a74a.css" integrity="sha256-vgqmbpCsrDbJci6Dit7rDF5X2mf8NrSGvDTrCT5kp0o=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/favicon-32x32.png">
Expand Down
Loading

0 comments on commit 458755c

Please sign in to comment.