diff --git a/_includes/publication-venue.html b/_includes/publication-venue.html
index 8ea76b988b79a3e0f33524b16c3ebbceb0f64c6b..51122a20f4c66964b3951254b5afaea2b17bd57c 100644
--- a/_includes/publication-venue.html
+++ b/_includes/publication-venue.html
@@ -1 +1,8 @@
-{% if include.entry.journal %}{{ include.entry.journal }}{% elsif include.entry.booktitle %}{{ include.entry.booktitle }}{% elsif include.entry.institution %}{{ include.entry.institution }}{% elsif include.entry.school %}{{ include.entry.school }}{% endif %}
+{% if include.entry.journal %}
+	{{ include.entry.journal }}, 
+	vol. {{ include.entry.volume }}{% if include.entry.number %}({{ include.entry.number }}){% endif %}{% if include.entry.pages %}, pp. {{ include.entry.pages }}{% endif %}
+	{% elsif include.entry.booktitle %}
+		{{ include.entry.booktitle }}{% if include.entry.pages %}, pp. {{ include.entry.pages }}{% endif %}
+			{% elsif include.entry.school %}
+				{% if include.entry.phdthesis %}Ph.D. Thesis, {% endif %}{{ include.entry.school }}
+{% endif %}
\ No newline at end of file