Skip to content

Commit

Permalink
initial website
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfang liu authored and yanfang liu committed Sep 21, 2023
1 parent 53061f1 commit 775b0cd
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
15 changes: 15 additions & 0 deletions _Research/2009-10-01-paper-title-number-1.md
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). &quot;Paper Title Number 1.&quot; <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).
15 changes: 15 additions & 0 deletions _Research/2010-10-01-paper-title-number-2.md
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). &quot;Paper Title Number 2.&quot; <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).
15 changes: 15 additions & 0 deletions _Research/2015-10-01-paper-title-number-3.md
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). &quot;Paper Title Number 3.&quot; <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).
5 changes: 1 addition & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@ collections:
teaching:
output: true
permalink: /:collection/:path/
publications:
output: true
permalink: /:collection/:path/
portfolio:
output: true
permalink: /:collection/:path/
Expand All @@ -207,7 +204,7 @@ defaults:
author_profile: true
share: true
comments: true
# _publications
# _Research
- scope:
path: ""
type: publications
Expand Down

0 comments on commit 775b0cd

Please sign in to comment.