From ebbb512e1f690bd406dc46c4a05be783a9a65b55 Mon Sep 17 00:00:00 2001
From: "Saravanan D." {{ post.excerpt | markdownify | remove: ' ' | remove: '
Recommended citation: {{ post.citation }} {{ post.paperurl }} Slides
+ {% elsif post.citation and post.paperurl %}Recommended citation: {{ post.citation }} {{ post.paperurl }}
+ {% elsif post.citation and post.slidesurl %} +Recommended citation: {{ post.citation }} Slides
{% elsif post.citation %} -Recommended citation: {{ post.citation }}
+Recommended citation: {{ post.citation }}
{% elsif post.paperurl %}Download here
+ {% elseif post.slidesurl %} +Download Slides
{% endif %} diff --git a/_layouts/single.html b/_layouts/single.html index 62330a2059803..eb97d9bd4d86c 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -46,13 +46,17 @@Recommended citation: {{ page.citation }} {{ page.paperurl }} Slides
+ {% elsif page.citation and page.paperurl %}Recommended citation: {{ page.citation }} {{ page.paperurl }}
+ {% elsif page.citation and page.slidesurl %} +Recommended citation: {{ page.citation }} Slides
{% elsif page.citation %} -Recommended citation: {{ page.citation }}
+Recommended citation: {{ page.citation }}
+ {% elsif page.slidesurl %} + {% endif %} {% if page.link %}{% endif %} diff --git a/_publications/2009-10-01-paper-title-number-1.md b/_publications/2009-10-01-paper-title-number-1.md index 3631c20ef3af4..6e4579d306482 100644 --- a/_publications/2009-10-01-paper-title-number-1.md +++ b/_publications/2009-10-01-paper-title-number-1.md @@ -9,10 +9,5 @@ slidesurl: 'http://academicpages.github.io/files/slides1.pdf' paperurl: 'http://academicpages.github.io/files/paper1.pdf' citation: 'Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).' --- -This paper is about the number 1. The number 2 is left for future work. -[Download slides here](http://academicpages.github.io/files/slides1.pdf) - -[Download paper here](http://academicpages.github.io/files/paper1.pdf) - -Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1). \ No newline at end of file +The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font. \ No newline at end of file diff --git a/_publications/2010-10-01-paper-title-number-2.md b/_publications/2010-10-01-paper-title-number-2.md index 8c111e047f32b..804ac2138d2d9 100644 --- a/_publications/2010-10-01-paper-title-number-2.md +++ b/_publications/2010-10-01-paper-title-number-2.md @@ -9,10 +9,5 @@ slidesurl: 'http://academicpages.github.io/files/slides2.pdf' paperurl: 'http://academicpages.github.io/files/paper2.pdf' citation: 'Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2).' --- -This paper is about the number 2. The number 3 is left for future work. -[Download slides here](http://academicpages.github.io/files/slides2.pdf) - -[Download paper here](http://academicpages.github.io/files/paper2.pdf) - -Recommended citation: Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2). \ No newline at end of file +The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font. \ No newline at end of file diff --git a/_publications/2015-10-01-paper-title-number-3.md b/_publications/2015-10-01-paper-title-number-3.md index e90bd99f6ec3c..e4cb08ac0597b 100644 --- a/_publications/2015-10-01-paper-title-number-3.md +++ b/_publications/2015-10-01-paper-title-number-3.md @@ -9,10 +9,5 @@ slidesurl: 'http://academicpages.github.io/files/slides3.pdf' paperurl: 'http://academicpages.github.io/files/paper3.pdf' citation: 'Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3).' --- -This paper is about the number 3. The number 4 is left for future work. -[Download slides here](http://academicpages.github.io/files/slides3.pdf) - -[Download paper here](http://academicpages.github.io/files/paper3.pdf) - -Recommended citation: Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3). \ No newline at end of file +The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font. \ No newline at end of file