From 775b0cd590467c156aaa90efee51bb9e26e9d04f Mon Sep 17 00:00:00 2001 From: yanfang liu Date: Wed, 20 Sep 2023 22:01:12 -0400 Subject: [PATCH] initial website --- _Research/2009-10-01-paper-title-number-1.md | 15 +++++++++++++++ _Research/2010-10-01-paper-title-number-2.md | 15 +++++++++++++++ _Research/2015-10-01-paper-title-number-3.md | 15 +++++++++++++++ _config.yml | 5 +---- 4 files changed, 46 insertions(+), 4 deletions(-) create mode 100644 _Research/2009-10-01-paper-title-number-1.md create mode 100644 _Research/2010-10-01-paper-title-number-2.md create mode 100644 _Research/2015-10-01-paper-title-number-3.md diff --git a/_Research/2009-10-01-paper-title-number-1.md b/_Research/2009-10-01-paper-title-number-1.md new file mode 100644 index 0000000000000..ca6a157f79022 --- /dev/null +++ b/_Research/2009-10-01-paper-title-number-1.md @@ -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." Journal 1. 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." Journal 1. 1(1). \ No newline at end of file diff --git a/_Research/2010-10-01-paper-title-number-2.md b/_Research/2010-10-01-paper-title-number-2.md new file mode 100644 index 0000000000000..f1be9212ecab4 --- /dev/null +++ b/_Research/2010-10-01-paper-title-number-2.md @@ -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." Journal 1. 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." Journal 1. 1(2). \ No newline at end of file diff --git a/_Research/2015-10-01-paper-title-number-3.md b/_Research/2015-10-01-paper-title-number-3.md new file mode 100644 index 0000000000000..57e7b8d2a8f5c --- /dev/null +++ b/_Research/2015-10-01-paper-title-number-3.md @@ -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." Journal 1. 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." Journal 1. 1(3). \ No newline at end of file diff --git a/_config.yml b/_config.yml index 82bd27f6eb696..f60d51ca6bf20 100644 --- a/_config.yml +++ b/_config.yml @@ -178,9 +178,6 @@ collections: teaching: output: true permalink: /:collection/:path/ - publications: - output: true - permalink: /:collection/:path/ portfolio: output: true permalink: /:collection/:path/ @@ -207,7 +204,7 @@ defaults: author_profile: true share: true comments: true - # _publications + # _Research - scope: path: "" type: publications