Skip to content

Commit

Permalink
Update webpage metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaillat committed Jul 19, 2024
1 parent 453ef23 commit 883d14e
Show file tree
Hide file tree
Showing 198 changed files with 402 additions and 755 deletions.
4 changes: 2 additions & 2 deletions assets/css/common/archive.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

.archive-month-header {
margin: var(--home-size) 0;
width: 200px;
width: 150px;
font-weight: var(--semibold);
font-size: var(--home-size);
}
Expand All @@ -40,7 +40,7 @@

.archive-entry-title {
margin: 5px 0;
font-weight: normal;
font-size: var(--home-size);
font-weight: normal;
}

3 changes: 1 addition & 2 deletions assets/css/common/post-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
padding: var(--gap);
background: var(--entry);
border-radius: var(--radius);
transition: transform 0.1s;
border: 1px solid var(--border);
}

Expand All @@ -21,7 +20,7 @@
display: none;
}

.entry-header h2 {
.entry-header h1, h2 {
font-size: 1.25rem;
line-height: var(--line-height);
}
Expand Down
1 change: 0 additions & 1 deletion assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@
font-size: var(--meta-size);
line-height: 32px;
background: var(--code-bg);
transition: transform 0.1s;
}

.post-tags a:hover {
Expand Down
1 change: 0 additions & 1 deletion assets/css/common/profile-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
border-radius: var(--radius);
margin: 6px 12px 6px 0px;
padding: 10px;
transition: transform 0.1s;
}

.button-inner {
Expand Down
1 change: 0 additions & 1 deletion assets/css/common/terms.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
padding: 3px 10px;
background: var(--entry);
border-radius: 6px;
transition: transform 0.1s;
border: 1px solid var(--border);
font-size: var(--home-size);
}
Expand Down
55 changes: 0 additions & 55 deletions assets/css/core/zmedia.css

This file was deleted.

4 changes: 2 additions & 2 deletions content/tags/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Tags"
date: 2024-02-27
date: 2024-07-19
author: "Pascal Michaillat"
description: "List of topics and methods appearing in Pascal Michaillat's research papers and course materials."
description: "Topics and methods appearing in Pascal Michaillat's research papers and course materials."
layout: "terms"
---
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{- end }}
<meta name="description" content="{{- with .Description }}{{ . }}{{- else }}
{{- with .Summary}}{{ . }}{{- else }}
{{- if (eq .Kind `term`) }}Pascal Michaillat's research papers and course materials related to {{ .Title }}{{- else }}
{{- if (eq .Kind `term`) }}Pascal Michaillat's research papers and course materials involving: {{ .Title }}{{- else }}
{{- with site.Params.description }}{{ . }}{{- end }}{{- end }}{{- end }}{{- end -}}">
<meta name="author" content="{{ (partial "author.html" . ) }}">
<link rel="canonical" href="{{ if .Params.canonicalURL -}} {{ trim .Params.canonicalURL " " }} {{- else -}} {{ .Permalink }} {{- end }}">
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
{{- $img = $img.Resize "x30" }}
{{- end }}
{{- end }}
<img src="{{ $img.Permalink }}" alt="" aria-label="logo"
<img src="{{ $img.Permalink }}" alt="logo" aria-label="logo"
height="{{- site.Params.label.iconHeight | default "30" -}}"
width="{{- site.Params.label.iconHeight | default "30" -}}">
{{- else }}
<img src="{{- site.Params.label.icon | absURL -}}" alt="" aria-label="logo"
<img src="{{- site.Params.label.icon | absURL -}}" alt="logo" aria-label="logo"
height="{{- site.Params.label.iconHeight | default "30" -}}"
width="{{- site.Params.label.iconHeight | default "30" -}}">
{{- end -}}
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -131,7 +131,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -134,7 +134,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -134,7 +134,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -134,7 +134,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -134,7 +134,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -131,7 +131,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -134,7 +134,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -131,7 +131,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -134,7 +134,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
4 changes: 2 additions & 2 deletions 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.03205ca061e524f8b8a1d62d5b5178ae7e2407eda9a00dcfaf80c13cdc172b2c.css" integrity="sha256-AyBcoGHlJPi4odYtW1F4rn4kB&#43;2poA3Pr4DBPNwXKyw=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.c07280425de6c69cd11075db6ae124a5b4247626ab73d3c07a9865bcbfc7b115.css" integrity="sha256-wHKAQl3mxpzREHXbauEkpbQkdiarc9PAephlvL/HsRU=" 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 Expand Up @@ -137,7 +137,7 @@
<nav class="nav">
<div class="logo">
<a href="https://pascalmichaillat.org/" accesskey="h">
<img src="https://pascalmichaillat.org/favicon.ico" alt="" aria-label="logo"
<img src="https://pascalmichaillat.org/favicon.ico" alt="logo" aria-label="logo"
height="18"
width="18">Pascal Michaillat</a>
<div class="logo-switches">
Expand Down
Loading

0 comments on commit 883d14e

Please sign in to comment.