-
Notifications
You must be signed in to change notification settings - Fork 45.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f24ccfd
commit dc4f879
Showing
6 changed files
with
100 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Paper Title Number 1" | ||
collection: publications | ||
permalink: /publication/2009-10-01-paper-title-number-1 | ||
excerpt: 'This paper is about the number 1. The number 2 is left for future work.' | ||
date: 2009-10-01 | ||
venue: 'Journal 1' | ||
paperurl: 'http://academicpages.github.io/files/paper1.pdf' | ||
citation: 'Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1).' | ||
--- | ||
This paper is about the number 1. The number 2 is left for future work. | ||
|
||
[Download paper here](http://academicpages.github.io/files/paper1.pdf) | ||
|
||
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Paper Title Number 2" | ||
collection: publications | ||
permalink: /publication/2010-10-01-paper-title-number-2 | ||
excerpt: 'This paper is about the number 2. The number 3 is left for future work.' | ||
date: 2010-10-01 | ||
venue: 'Journal 1' | ||
paperurl: 'http://academicpages.github.io/files/paper2.pdf' | ||
citation: 'Your Name, You. (2010). "Paper Title Number 2." <i>Journal 1</i>. 1(2).' | ||
--- | ||
This paper is about the number 2. The number 3 is left for future work. | ||
|
||
[Download paper here](http://academicpages.github.io/files/paper2.pdf) | ||
|
||
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." <i>Journal 1</i>. 1(2). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Paper Title Number 3" | ||
collection: publications | ||
permalink: /publication/2015-10-01-paper-title-number-3 | ||
excerpt: 'This paper is about the number 3. The number 4 is left for future work.' | ||
date: 2015-10-01 | ||
venue: 'Journal 1' | ||
paperurl: 'http://academicpages.github.io/files/paper3.pdf' | ||
citation: 'Your Name, You. (2015). "Paper Title Number 3." <i>Journal 1</i>. 1(3).' | ||
--- | ||
This paper is about the number 3. The number 4 is left for future work. | ||
|
||
[Download paper here](http://academicpages.github.io/files/paper3.pdf) | ||
|
||
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." <i>Journal 1</i>. 1(3). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: archive | ||
title: "Publications" | ||
permalink: /publications/ | ||
author_profile: true | ||
--- | ||
|
||
{% if author.googlescholar %} | ||
You can also find my articles on <u><a href="{{author.googlescholar}}">my Google Scholar profile</a>.</u> | ||
{% endif %} | ||
|
||
{% include base_path %} | ||
|
||
{% for post in site.publications reversed %} | ||
{% include archive-single.html %} | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters