diff --git a/config.yml b/config.yml index 76321cfe9..915cb98bc 100644 --- a/config.yml +++ b/config.yml @@ -28,7 +28,7 @@ menu: weight: 5 params: - description: "This website hosts Pascal Michaillat's research papers, course material, design projects, contact information, and CV." + description: "This website hosts Pascal Michaillat's research papers, course material, design projects, curriculum vitae, and contact information." author: Pascal Michaillat googleAnalyticsID: "G-97G4MZ4061" DateFormat: "January 2006" @@ -53,7 +53,7 @@ params: profileMode: enabled: true title: Pascal Michaillat - subtitle: "I'm an Associate Professor of Economics at the University of California, Santa Cruz. I research why economic slack—especially unemployment—exists, why slack fluctuates over the business cycle, and how macroeconomic policies should respond to such fluctuations." + subtitle: "I am an Associate Professor of Economics at the University of California, Santa Cruz. I research why economic slack—especially unemployment—exists, why slack fluctuates over the business cycle, and how macroeconomic policies should respond to such fluctuations." imageUrl: "/picture.jpeg" imageWidth: 160 imageHeight: 160 diff --git a/content/archive.md b/content/archive.md index c14e8acc8..b16073812 100644 --- a/content/archive.md +++ b/content/archive.md @@ -1,5 +1,6 @@ --- title: "Archive" +author: "Pascal Michaillat" description: "Pascal Michaillat's research papers, course material, and design projects listed in reverse chronological order." layout: "archives" --- \ No newline at end of file diff --git a/content/courses/_index.md b/content/courses/_index.md index 31ec50295..edda43bca 100644 --- a/content/courses/_index.md +++ b/content/courses/_index.md @@ -1,4 +1,5 @@ --- title: "Courses" +author: "Pascal Michaillat" description: "Undergraduate and graduate courses on business cycles, economic slack, unemployment, macroeconomics, and mathematical methods." --- \ No newline at end of file diff --git a/content/design/_index.md b/content/design/_index.md index ef394240b..b573f2ccc 100644 --- a/content/design/_index.md +++ b/content/design/_index.md @@ -1,4 +1,5 @@ --- title: "Design" +author: "Pascal Michaillat" description: "Minimalist templates for academic papers, presentations, and websites. Also script to produce scientific figures. Built with LaTeX, MATLAB, and Hugo." --- \ No newline at end of file diff --git a/content/location.md b/content/location.md index 584cca79e..8487564f7 100644 --- a/content/location.md +++ b/content/location.md @@ -1,9 +1,10 @@ --- title: "Location" -aliases: - - /contact.html -hidemeta: true +date: 2024-03-22 +url: /location/ +author: "Pascal Michaillat" description: "Pascal Michaillat's mailing addresses and office address at the University of California, Santa Cruz." +hidemeta: true --- diff --git a/content/officehours.md b/content/officehours.md index 4eeb2d89c..f4182bcc7 100644 --- a/content/officehours.md +++ b/content/officehours.md @@ -1,9 +1,11 @@ --- title: "Office Hours" -aliases: - - /oh.html -hidemeta: true +date: 2024-03-22 +url: /officehours/ +author: "Pascal Michaillat" description: "Schedule and location of Prof. Michaillat's office hours at the University of California, Santa Cruz." +hidemeta: true + --- --- diff --git a/content/papers/15.md b/content/papers/15.md index ff0c4d281..3c8a2a9ed 100644 --- a/content/papers/15.md +++ b/content/papers/15.md @@ -2,8 +2,6 @@ title: "Moen Meets Rotemberg: An Earthly Model of the Divine Coincidence" date: 2024-01-20 url: /15/ -aliases: - - /13pl.pdf tags: ["business cycles","economic slack","efficiency","matching function","monetary policy","optimal control","price rigidity","social psychology","stabilization policy","sufficient statistics","unemployment gap","wealth in the utility","Phillips curve"] author: ["Pascal Michaillat","Emmanuel Saez"] description: "This paper develops a simple business-cycle model with divine coincidence: inflation is on target when unemployment is efficient." diff --git a/content/papers/_index.md b/content/papers/_index.md index 2623ca672..d0c2fcc38 100644 --- a/content/papers/_index.md +++ b/content/papers/_index.md @@ -1,4 +1,5 @@ --- title: "Papers" +author: "Pascal Michaillat" description: "Research papers on unemployment, economic slack, business cycles, monetary policy, fiscal policy, and metascience." --- \ No newline at end of file diff --git a/content/tags/_index.md b/content/tags/_index.md index b1f8612c8..c642a0c96 100644 --- a/content/tags/_index.md +++ b/content/tags/_index.md @@ -1,5 +1,6 @@ --- title: "Tags" +author: "Pascal Michaillat" description: "Topics covered and methods used in Pascal Michaillat's research papers and courses." layout: "terms" --- \ No newline at end of file diff --git a/layouts/partials/templates/opengraph.html b/layouts/partials/templates/opengraph.html new file mode 100644 index 000000000..87182a26f --- /dev/null +++ b/layouts/partials/templates/opengraph.html @@ -0,0 +1,49 @@ + + + + +{{- if .Params.cover.image -}} +{{- if (ne .Params.cover.relative true) }} + +{{- else}} + +{{- end}} +{{- else }} + +{{- with $.Params.images -}} +{{- range first 6 . }}{{ end -}} +{{- else -}} +{{- $images := $.Resources.ByType "image" -}} +{{- $featured := $images.GetMatch "*feature*" -}} +{{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} +{{- with $featured -}} + +{{- else -}} +{{- with site.Params.images }}{{ end -}} +{{- end -}} +{{- end -}} +{{- end }} + +{{- if .IsPage }} +{{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} + +{{ with .PublishDate }}{{ end }} +{{ with .Lastmod }}{{ end }} +{{- end -}} + +{{- with .Params.audio }}{{ end }} +{{- with .Params.locale }}{{ end }} +{{- with site.Params.title }}{{ end }} +{{- with .Params.videos }}{{- range . }} + +{{ end }}{{ end }} + +{{- /* If it is part of a series, link to related articles */}} +{{- $permalink := .Permalink }} +{{- $siteSeries := site.Taxonomies.series }} +{{ with .Params.series }}{{- range $name := . }} + {{- $series := index $siteSeries ($name | urlize) }} + {{- range $page := first 6 $series.Pages }} + {{- if ne $page.Permalink $permalink }}{{ end }} + {{- end }} +{{ end }}{{ end }} diff --git a/public/13pl.pdf/index.html b/public/13pl.pdf/index.html deleted file mode 100644 index 9980f9bd1..000000000 --- a/public/13pl.pdf/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://pascalmichaillat.org/15/ - - - - - - diff --git a/public/404.html b/public/404.html index ed6a2d3e6..369c023b4 100644 --- a/public/404.html +++ b/public/404.html @@ -7,7 +7,7 @@ 404 Page not found | Pascal Michaillat - + @@ -27,13 +27,13 @@ - + - + diff --git a/public/archive/index.html b/public/archive/index.html index 424096189..ba5c196ec 100644 --- a/public/archive/index.html +++ b/public/archive/index.html @@ -186,6 +186,16 @@

2024

March

+
+

Location +

+ +
+
+

Office Hours +

+ +

Critical Values Robust to P-hacking

diff --git a/public/contact.html b/public/contact.html deleted file mode 100644 index 6c2ca1d25..000000000 --- a/public/contact.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://pascalmichaillat.org/location/ - - - - - - diff --git a/public/index.html b/public/index.html index 5f07bbf5d..db939b07a 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ Pascal Michaillat - + @@ -29,13 +29,13 @@ - + - +