Эх сурвалжийг харах

Update hugo and hugo-academic

Xi Ruoyao 6 жил өмнө
parent
commit
a1ec066b0b

+ 2 - 48
config.toml

@@ -41,20 +41,12 @@ enableGitInfo = true
   #   Choose from `default`, `classic`, or `playfair`.
   font = "default"
 
-  # Your details.
-  name = "Xi Ruoyao"
-  role = "Student"
-
-  # Organizations/Affiliations.
-  #   Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
-  organizations = [ { name = "School of Aerospace and Technology", url = "http://sast.xidian.edu.cn" }, {name = "Laboratory of ACM/ICPC", url="http://acm.xidian.edu.cn" } ]
-
   gravatar = false  # Get your avatar from Gravatar.com? (true/false)
   avatar = "portrait.jpg"  # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
   email = "xry111@mengyan1223.wang"
   gnupg_key = "E1479BFE2CB3BB387F25D7B4D0101C62400F5ADF"
   address = "G-213, Xidian University (South Campus)  \n No. 266 Xifeng Rd., Xi'an"
-  office_hours = "Monday to Friday, 08:30-11:30 (G-542) and 14:00-17:00 (G-213)"
+  office_hours = ""
   phone = ""
   skype = ""
   telegram = ""
@@ -186,45 +178,6 @@ enableGitInfo = true
     #   3 = MLA
     publication_format = 3
 
-  # Social/Academic Networking
-  #
-  # Icon pack "fa" includes the following social network icons:
-  #
-  #   twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
-  #   youtube, instagram, soundcloud
-  #
-  #   For email icon, use "fa" icon pack, "envelope" icon, and
-  #   "mailto:your@email.com" as the link.
-  #
-  #   Full list: https://fortawesome.github.io/Font-Awesome/icons/
-  #
-  # Icon pack "ai" includes the following academic network icons:
-  #
-  #   google-scholar, arxiv, orcid, researchgate, mendeley
-  #
-  #   Full list: https://jpswalsh.github.io/academicons/
-
-  [[params.social]]
-    icon = "envelope"
-    icon_pack = "fa"
-    link = "mailto:xry111@mengyan1223.wang"
-
-  [[params.social]]
-    icon = "researchgate"
-    icon_pack = "ai"
-    link = "//www.researchgate.net/profile/Xi_Ruoyao"
-
-  [[params.social]]
-    icon = "github"
-    icon_pack = "fab"
-    link = "//github.com/xry111"
-
-  [[params.social]]
-    icon = "gitlab"
-    icon_pack = "fab"
-    link = "//gitlab.com/xry111"
-
-
 # Navigation Links
 #   To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
 #     desired widget in your `content/home/` folder.
@@ -266,6 +219,7 @@ enableGitInfo = true
   tag = "tags"
   category = "categories"
   publication_type = "publication_types"
+  author = "authors"
 
 # Languages
 #   Create a [languages.X] block for each language you want, where X is the language ID.

+ 39 - 0
content/author/xry111/_index.md

@@ -0,0 +1,39 @@
++++
+name = "Xi Ruoyao"
+superuser = true
+role = "Student"
+organizations = [ { name = "School of Space Science and Technology", url = "http://sast.xidian.edu.cn" }, {name = "Laboratory of ICPC", url = "http://acm.xidian.edu.cn" } ]
+bio = "Retired from ICPC"
+email = ""
+interests = [
+	"Physics",
+	"Competitive Programming"
+]
+
+[[education.courses]]
+course = "BEng in Aerospace Science and Technology"
+insistution = "Xidian University"
+year = 2017
+
+[[social]]
+  icon = "envelope"
+  icon_pack = "fas"
+  link = "#contact"
+
+[[social]]
+  icon = "researchgate"
+  icon_pack = "ai"
+  link = "//www.researchgate.net/profile/Xi_Ruoyao"
+
+[[social]]
+  icon = "github"
+  icon_pack = "fab"
+  link = "//github.com/xry111"
+
+[[social]]
+  icon = "gitlab"
+  icon_pack = "fab"
+  link = "//gitlab.com/xry111"
++++
+
+Xi Ruoyao is just a trivial graduated student of Xidian University.

BIN
content/author/xry111/avatar.jpg


+ 2 - 20
content/home/about.md

@@ -7,24 +7,6 @@ date = "2016-04-20T00:00:00"
 # Order that this section will appear in.
 weight = 5
 
-# List your academic interests.
-[interests]
-  interests = [
-    "C++",
-    "Go",
-    "Competitive Programming",
-    "Compressive Sensing"
-  ]
-
-# List your qualifications (such as academic degrees).
-
-[[education.courses]]
-  course = "BEng in Aerospace Science and Technology"
-  institution = "Xidian University"
-  year = 2017
- 
+title = "Biography"
+author = "xry111"
 +++
-
-# Biography
-
-Xi Ruoyao is just a trivial graduated student of Xidian University.

+ 2 - 2
content/home/publications_selected.md → content/home/publications_featured.md

@@ -2,11 +2,11 @@
 # Selected Publications widget.
 # This widget displays publications from `content/publication/` which have
 # `selected = true` in their `+++` front matter.
-widget = "publications_selected"
+widget = "publications_featured"
 active = true
 date = 2016-04-20
 
-title = "Selected Publications"
+title = "Featured Publications"
 subtitle = ""
 
 # Order that this section will appear in.

+ 1 - 1
content/publication/compressive-lbic/index.md

@@ -27,7 +27,7 @@ abstract = "In this paper, a fast and efficient defect location system utilizing
 image_preview = ""
 
 # Is this a selected publication? (true/false)
-selected = true
+featured = true
 
 # Projects (optional).
 #   Associate this publication with one or more of your projects.

+ 1 - 1
themes/academic

@@ -1 +1 @@
-Subproject commit c4358cde4d69c5eafa740a7191bef487ae49f441
+Subproject commit 858997033abd090f63b53a35fd43462965a075d8