diff --git a/_layouts/page.html b/_layouts/page.html
index 9e34f40..4787c98 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -13,4 +13,12 @@ layout: default
{{ content }}
+ {%- if page.related_publications != null and page.related_publications.size > 0 -%}
+ {% assign publications = page.related_publications | replace: ", ", "," | split: "," | join: "|" %}
+
References
+
+ {% bibliography -f {{ site.scholar.bibliography }} -q @*[key^={{ publications }}]* %}
+
+ {%- endif %}
+
diff --git a/_layouts/post.html b/_layouts/post.html
index c304b93..46ade06 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -51,6 +51,14 @@ layout: default
+ {%- if page.related_publications != null and page.related_publications.size > 0 -%}
+ {% assign publications = page.related_publications | replace: ", ", "," | split: "," | join: "|" %}
+ References
+
+ {% bibliography -f {{ site.scholar.bibliography }} -q @*[key^={{ publications }}]* %}
+
+ {%- endif %}
+
{%- if site.related_blog_posts.enabled -%}
{%- if page.related_posts == null or page.related_posts -%}
{% include related_posts.html %}
diff --git a/_posts/2015-03-15-formatting-and-links.md b/_posts/2015-03-15-formatting-and-links.md
index 0ecd303..4edc04e 100644
--- a/_posts/2015-03-15-formatting-and-links.md
+++ b/_posts/2015-03-15-formatting-and-links.md
@@ -6,7 +6,7 @@ description: march & april, looking forward to summer
tags: formatting links
categories: sample-posts
---
-Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy.
+Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. [Pinterest](https://www.pinterest.com) DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy.
#### Hipster list
diff --git a/_posts/2015-10-20-disqus-comments.md b/_posts/2015-10-20-disqus-comments.md
index ec406e4..9559f59 100644
--- a/_posts/2015-10-20-disqus-comments.md
+++ b/_posts/2015-10-20-disqus-comments.md
@@ -3,6 +3,7 @@ layout: post
title: a post with disqus comments
date: 2015-10-20 11:59:00-0400
description: an example of a blog post with disqus comments
+tags: comments
categories: sample-posts external-services
disqus_comments: true
related_posts: false
diff --git a/_posts/2018-12-22-distill.md b/_posts/2018-12-22-distill.md
index 49c60dd..30611b5 100644
--- a/_posts/2018-12-22-distill.md
+++ b/_posts/2018-12-22-distill.md
@@ -2,6 +2,7 @@
layout: distill
title: a distill-style blog post
description: an example of a distill-style blog post and main elements
+tags: distill formatting
giscus_comments: true
date: 2021-05-22
featured: true
diff --git a/_posts/2020-09-28-github-metadata.md b/_posts/2020-09-28-github-metadata.md
index e8eec3f..f5b6b84 100644
--- a/_posts/2020-09-28-github-metadata.md
+++ b/_posts/2020-09-28-github-metadata.md
@@ -3,6 +3,7 @@ layout: post
title: a post with github metadata
date: 2020-09-28 21:01:00
description: a quick run down on accessing github metadata.
+tags: metadata
categories: sample-posts external-services
---
diff --git a/_posts/2021-07-04-diagrams.md b/_posts/2021-07-04-diagrams.md
index 7957fce..c8284f1 100644
--- a/_posts/2021-07-04-diagrams.md
+++ b/_posts/2021-07-04-diagrams.md
@@ -2,6 +2,7 @@
layout: post
title: a post with diagrams
date: 2021-07-04 17:39:00
+tags: formatting diagrams
description: an example of a blog post with diagrams
---
diff --git a/_posts/2022-12-10-giscus-comments.md b/_posts/2022-12-10-giscus-comments.md
index a8971a5..ede59ae 100644
--- a/_posts/2022-12-10-giscus-comments.md
+++ b/_posts/2022-12-10-giscus-comments.md
@@ -3,6 +3,7 @@ layout: post
title: a post with giscus comments
date: 2022-12-10 11:59:00-0400
description: an example of a blog post with giscus comments
+tags: comments
categories: sample-posts external-services
giscus_comments: true
related_posts: false
diff --git a/_posts/2023-03-20-table-of-contents.md b/_posts/2023-03-20-table-of-contents.md
index f94c52b..c356f51 100644
--- a/_posts/2023-03-20-table-of-contents.md
+++ b/_posts/2023-03-20-table-of-contents.md
@@ -3,7 +3,8 @@ layout: post
title: a post with table of contents
date: 2023-03-20 11:59:00-0400
description: an example of a blog post with table of contents
-categories: sample-posts toc
+tags: formatting toc
+categories: sample-posts
giscus_comments: true
related_posts: false
toc:
diff --git a/_posts/2023-03-21-tables.md b/_posts/2023-03-21-tables.md
index 305d0ca..9351586 100644
--- a/_posts/2023-03-21-tables.md
+++ b/_posts/2023-03-21-tables.md
@@ -3,6 +3,7 @@ layout: post
title: displaying beautiful tables with Bootstrap Tables
date: 2023-03-20 14:37:00-0400
description: an example of how to use Bootstrap Tables
+tags: formatting tables
categories: sample-posts
giscus_comments: true
related_posts: true
diff --git a/_posts/2023-04-24-videos.md b/_posts/2023-04-24-videos.md
index 747876a..3e2f6a2 100644
--- a/_posts/2023-04-24-videos.md
+++ b/_posts/2023-04-24-videos.md
@@ -3,7 +3,7 @@ layout: post
title: a post with videos
date: 2023-04-24 21:01:00
description: this is what included videos could look like
-tags: including videos
+tags: formatting videos
categories: sample-posts
---
This is an example post with videos. It supports local video files.
diff --git a/_posts/2023-04-25-audios.md b/_posts/2023-04-25-audios.md
index 8feb768..4cc68e4 100644
--- a/_posts/2023-04-25-audios.md
+++ b/_posts/2023-04-25-audios.md
@@ -3,7 +3,7 @@ layout: post
title: a post with audios
date: 2023-04-25 10:25:00
description: this is what included audios could look like
-tags: including audios
+tags: formatting audios
categories: sample-posts
---
This is an example post with audios. It supports local audio files.
diff --git a/_posts/2023-04-25-sidebar-table-of-contents.md b/_posts/2023-04-25-sidebar-table-of-contents.md
index 6159587..d946d5d 100644
--- a/_posts/2023-04-25-sidebar-table-of-contents.md
+++ b/_posts/2023-04-25-sidebar-table-of-contents.md
@@ -3,7 +3,8 @@ layout: post
title: a post with table of contents on a sidebar
date: 2023-04-25 10:14:00-0400
description: an example of a blog post with table of contents on a sidebar
-categories: sample-posts toc sidebar
+tags: formatting toc sidebar
+categories: sample-posts
giscus_comments: true
related_posts: false
toc:
diff --git a/_posts/2023-05-12-custom-blockquotes.md b/_posts/2023-05-12-custom-blockquotes.md
index 751f9eb..d6c8a79 100644
--- a/_posts/2023-05-12-custom-blockquotes.md
+++ b/_posts/2023-05-12-custom-blockquotes.md
@@ -3,7 +3,8 @@ layout: post
title: a post with custom blockquotes
date: 2023-05-12 15:53:00-0400
description: an example of a blog post with custom blockquotes
-categories: sample-posts blockquotes
+tags: formatting blockquotes
+categories: sample-posts
giscus_comments: true
related_posts: true
---
diff --git a/_posts/2023-07-04-jupyter-notebook.md b/_posts/2023-07-04-jupyter-notebook.md
index bda0cf2..e49cddc 100644
--- a/_posts/2023-07-04-jupyter-notebook.md
+++ b/_posts/2023-07-04-jupyter-notebook.md
@@ -3,7 +3,8 @@ layout: post
title: a post with jupyter notebook
date: 2023-07-04 08:57:00-0400
description: an example of a blog post with jupyter notebook
-categories: sample-posts jupyter-notebook
+tags: formatting jupyter
+categories: sample-posts
giscus_comments: true
related_posts: false
---
diff --git a/_posts/2023-07-12-post-bibliography.md b/_posts/2023-07-12-post-bibliography.md
new file mode 100644
index 0000000..f2b4a3a
--- /dev/null
+++ b/_posts/2023-07-12-post-bibliography.md
@@ -0,0 +1,12 @@
+---
+layout: post
+title: a post with bibliography
+date: 2023-07-12 09:56:00-0400
+description: an example of a blog post with bibliography
+tags: formatting bib
+categories: sample-posts
+giscus_comments: true
+related_posts: false
+related_publications: einstein1950meaning, einstein1905movement
+---
+This post shows how to add bibliography to simple blog posts. If you would like something more academic, check the [distill style post]({% post_url 2018-12-22-distill %}).
diff --git a/_projects/1_project.md b/_projects/1_project.md
index 3f7cf78..f1c8b80 100644
--- a/_projects/1_project.md
+++ b/_projects/1_project.md
@@ -5,6 +5,7 @@ description: a project with a background image
img: assets/img/12.jpg
importance: 1
category: work
+related_publications: einstein1956investigations, einstein1950meaning
---
Every project has a beautiful feature showcase page.