Xi Ruoyao 7 лет назад
Сommit
4964001cb8

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "themes/academic"]
+	path = themes/academic
+	url = https://github.com/gcushen/hugo-academic.git

+ 265 - 0
config.toml

@@ -0,0 +1,265 @@
+baseurl = "/"  # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
+title = "Xry111's Blog"
+copyright = "© 2017 Xi Ruoyao"
+theme = "academic"
+enableEmoji = true
+footnotereturnlinkcontents = "<sup>^</sup>"
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
+preserveTaxonomyNames = true
+paginate = 10
+
+# Enable comments by entering your Disqus shortname
+disqusShortname = ""
+
+# Enable analytics by entering your Google Analytics tracking ID
+googleAnalytics = ""
+
+# Default language to use (if you setup multilingual support)
+defaultContentLanguage = "en"
+defaultContentLanguageInSubdir = false
+
+[outputs]
+  home = [ "HTML", "CSS", "RSS" ]
+  section = [ "HTML", "RSS" ]
+
+# Configure BlackFriday Markdown rendering.
+#   See: https://gohugo.io/readfiles/bfconfig/
+[blackfriday]
+  hrefTargetBlank = true  # `true` opens external links in a new tab.
+  fractions = true  # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
+  smartypants = true  # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
+
+[params]
+  # Color theme.
+  #   Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
+  color_theme = "default"
+
+  # Font style.
+  #   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 = "ryxi@stu.xidian.edu.cn"
+  address = "G213, Xidian University (South Campus)"
+  office_hours = ""
+  phone = ""
+  skype = ""
+  telegram = ""
+
+  # Enable Keybase in Contact widget by entering your keybase.io username.
+  keybase = ""
+
+  # Discussion link (e.g. link to a forum, mailing list, or chat).
+  #   Uncomment line below to use.
+  #   discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
+
+  # Diplay a logo in navigation bar rather than title (optional).
+  #   To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
+  logo = ""
+
+  # Enable/disable map in Contact widget.
+  # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
+  # a map provider below.
+  # To use Google Maps, set `map = 1` and enter your API key that can be obtained here:
+  #   https://developers.google.com/maps/documentation/javascript/get-api-key
+  # To use OpenStreetMap tiles, set `map = 2`.
+  # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here:
+  #   https://www.mapbox.com/studio/account/tokens
+  # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
+  #
+  # Map provider:
+  #   0: No map
+  #   1: Google Maps
+  #   2: OpenStreetMap (Mapnik)
+  #   3: OpenStreetMap (Mapbox)
+  map = 0
+  map_api_key = ""
+  latitude = "37.4275"
+  longitude = "-122.1697"
+  zoom = 15
+
+  # Date and time format (refer to Go's date format: http://fuckinggodateformat.com )
+  #   Examples: "Mon, Jan 2, 2006" or "2006-01-02"
+  date_format = "Jan 2, 2006"
+  #   Examples: "3:04 pm" or "15:04"
+  time_format = "3:04 PM"
+
+  # Show estimated reading time for posts?
+  reading_time = true
+
+  # Display comment count? Requires commenting to be enabled.
+  comment_count = true
+
+  # Display section pager for posts?
+  section_pager = false
+
+  # Enable global LaTeX math rendering?
+  #   If false, you can enable it locally on a per page basis.
+  math = false
+
+  # Highlight.js options
+  #   highlight
+  #     Enable global source code highlighting?  If false, you can
+  #     override it for a particular page in that page's preamble.
+  #
+  #     Example: highlight = true
+  #
+  #   highlight_languages
+  #     Add support for highlighting additional languages. Support for
+  #     languages mentioned here will be included in all pages. You
+  #     can also set this variable for a particular page in that
+  #     page's preamble.
+  #
+  #     Example: highlight_languages = ["go", "lisp", "ocaml"]
+  #
+  #   highlight_style
+  #     Choose a different CSS style for highlighting source
+  #     code. Setting this option in a page's preamble has no
+  #     effect.
+  #
+  #     Example: highlight_style = "github-gist"
+  #
+  #   For the list of supported languages and styles, see:
+  #   https://cdnjs.com/libraries/highlight.js/
+  #
+  #   For more info on the highlighting options, see:
+  #   https://sourcethemes.com/academic/post/writing-markdown-latex/#highlighting-options
+  highlight = true
+  highlight_languages = []
+  # highlight_style = "github"
+
+  # Enable native social sharing buttons?
+  sharing = true
+
+  # Link custom CSS and JS assets
+  #   (relative to /static/css and /static/js respectively)
+  custom_css = []
+  custom_js  = []
+
+  # Publication types.
+  #   Used to categorize publications.
+  #   The index of the publication type in the list is used as its unique numerical identifier.
+  #   The numeric ID is used in a publication's frontmatter to categorize it.
+  #   The language can be edited below.
+  #   For multi-lingual sites, copy this block to each language section at the end of this file.
+  publication_types = [
+    'Uncategorized',  # 0
+    'Conference proceedings',  # 1
+    'Journal',  # 2
+    'Work in progress',  # 3
+    'Technical report',  # 4
+    'Book',  # 5
+    'Book chapter'  # 6
+  ]
+
+  # Configuration of talk pages.
+  [params.talks]
+    # Show talk time?
+    time = true
+
+  # Configuration of publication pages.
+  [params.publications]
+    # Date format (refer to Go's date format: http://fuckinggodateformat.com )
+    #   Examples: "Mon, Jan 2, 2006" or "2006-01-02"
+    date_format = "January, 2006"
+
+  # Configuration of project pages.
+  [params.projects]
+    # List publications and talks related to the project?
+    list_children = true
+
+    # Publication list format.
+    #   0 = Simple
+    #   1 = Detailed
+    #   2 = APA
+    #   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:ryxi@stu.xidian.edu.cn"
+
+  [[params.social]]
+    icon = "researchgate"
+    icon_pack = "ai"
+    link = "https://www.researchgate.net"
+
+  [[params.social]]
+    icon = "github"
+    icon_pack = "fa"
+    link = "//github.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.
+#   The weight parameter defines the order that the links will appear in.
+[params.menus]
+  # Align the main menu to the right of the page? (true/false)
+  align_right = true
+
+[[menu.main]]
+  name = "Home"
+  url = "#about"
+  weight = 1
+
+[[menu.main]]
+  name = "Publications"
+  url = "#publications_selected"
+  weight = 2
+
+[[menu.main]]
+  name = "Posts"
+  url = "#posts"
+  weight = 3
+
+[[menu.main]]
+  name = "Projects"
+  url = "#projects"
+  weight = 4
+
+[[menu.main]]
+  name = "Contact"
+  url = "#contact"
+  weight = 6
+
+# Taxonomies.
+[taxonomies]
+  tag = "tags"
+  category = "categories"
+  publication_type = "publication_types"
+
+# Languages
+#   Create a [languages.X] block for each language you want, where X is the language ID.
+
+# Configure the English version of the website.
+[Languages.en]
+  languageCode = "en-us"

+ 30 - 0
content/home/about.md

@@ -0,0 +1,30 @@
++++
+# About/Biography widget.
+widget = "about"
+active = true
+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
+ 
++++
+
+# Biography
+
+Xi Ruoyao is just a trivial graduated student of Xidian University.

+ 17 - 0
content/home/contact.md

@@ -0,0 +1,17 @@
++++
+# Contact widget.
+widget = "contact"
+active = true
+date = "2016-04-20T00:00:00"
+
+title = "Contact"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 70
+
+# Automatically link email and phone?
+autolink = true
+
++++
+

+ 24 - 0
content/home/posts.md

@@ -0,0 +1,24 @@
++++
+# Recent Posts widget.
+# This widget displays recent posts from `content/post/`.
+widget = "posts"
+active = true
+date = "2016-04-20T00:00:00"
+
+title = "Recent Posts"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 40
+
+# Filter posts by tag.
+#  By default, show all recent posts.
+#  Filtering example: `tags_include = ["hugo", "academic"]`
+tags_include = []
+tags_exclude = []
+
+# Number of posts to list.
+count = 5
+
++++
+

+ 36 - 0
content/home/projects.md

@@ -0,0 +1,36 @@
++++
+# Projects widget.
+# This widget displays all projects from `content/project/`.
+widget = "projects"
+active = true
+date = "2016-04-20T00:00:00"
+
+title = "Projects"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 50
+
+# View.
+# Customize how projects are displayed.
+# Legend: 0 = list, 1 = cards.
+view = 1
+
+# Filter toolbar.
+
+# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below).
+filter_default = 0
+
+# Add or remove as many filters (`[[filter]]` instances) as you like.
+# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag.
+# To remove toolbar, delete/comment all instances of `[[filter]]` below.
+[[filter]]
+  name = "All"
+  tag = "*"
+  
+[[filter]]
+  name = "Other"
+  tag = ".XDOJ-next"
+
++++
+

+ 38 - 0
content/home/publications.md

@@ -0,0 +1,38 @@
++++
+# Recent Publications widget.
+# This widget displays recent publications from `content/publication/`.
+widget = "publications"
+active = true
+date = 2016-04-20
+
+title = "Recent Publications"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 20
+
+# Number of publications to list.
+count = 10
+
+# List format.
+#   0 = Simple
+#   1 = Detailed
+#   2 = APA
+#   3 = MLA
+list_format = 3
+
+# Filter by publication type.
+# -1: Any
+#  0: Uncategorized
+#  1: Conference proceedings
+#  2: Journal
+#  3: Work in progress
+#  4: Technical report
+#  5: Book
+#  6: Book chapter
+publication_type = "-1"
+
+# Exclude publications that are shown in the Selected Publications widget?
+exclude_selected = false
++++
+

+ 33 - 0
content/home/publications_selected.md

@@ -0,0 +1,33 @@
++++
+# Selected Publications widget.
+# This widget displays publications from `content/publication/` which have
+# `selected = true` in their `+++` front matter.
+widget = "publications_selected"
+active = true
+date = 2016-04-20
+
+title = "Selected Publications"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 10
+
+# List format.
+#   0 = Simple
+#   1 = Detailed
+#   2 = APA
+#   3 = MLA
+list_format = 1
+
+# Filter by publication type.
+# -1: Any
+#  0: Uncategorized
+#  1: Conference proceedings
+#  2: Journal
+#  3: Work in progress
+#  4: Technical report
+#  5: Book
+#  6: Book chapter
+publication_type = "-1"
++++
+

+ 13 - 0
content/home/tags.md

@@ -0,0 +1,13 @@
++++
+# Tag Cloud widget.
+widget = "tag_cloud"
+active = true
+date = 2017-09-20
+
+title = "Tags"
+subtitle = ""
+
+# Order that this section will appear in.
+weight = 65
+
++++

+ 12 - 0
content/post/_index.md

@@ -0,0 +1,12 @@
++++
+title = "Posts"
+date = 2017-01-01
+math = false
+highlight = false
+
+# Optional featured image (relative to `static/img/` folder).
+[header]
+image = ""
+caption = ""
+
++++

+ 27 - 0
content/post/helloworld.md

@@ -0,0 +1,27 @@
++++
+date = 2017-12-13
+draft = false
+tags = []
+title = "Hello, world!"
+math = true
+highlight = true
+highlight_languages = ["go"]
++++
+
+# Hello, world
+
+## LaTeX equation
+
+$$ e^{i \pi} + 1 = 0 $$
+
+## Code
+
+```go
+package main
+
+import "fmt"
+
+func main() {
+	return fmt.Println("Hello, world.")
+}
+```

+ 25 - 0
content/project/xidian-online-judge-next.md

@@ -0,0 +1,25 @@
++++
+# Date this page was created.
+date = "2017-12-12"
+
+# Project title.
+title = "Xidian University Online Judge Next Generation"
+
+# Project summary to display on homepage.
+summary = "This would replace HUSTOJ as the Online Judge of XDU ACM/ICPC."
+
+# Optional image to display on homepage (relative to `static/img/` folder).
+image_preview = "icpc.png"
+
+# Tags: can be used for filtering projects.
+# Example: `tags = ["machine-learning", "deep-learning"]`
+tags = ["XDOJ-next"]
+
+# Optional external URL for project (replaces project detail page).
+external_link = "https://linux.xidian.edu.cn/git/XDU_ACM_ICPC/XDOJ-next"
+
+# Does the project detail page use math formatting?
+math = false
+
++++
+

+ 18 - 0
content/publication/_index.md

@@ -0,0 +1,18 @@
++++
+title = "Publications"
+date = "2017-01-01T00:00:00Z"
+math = false
+highlight = false
+
+# List format.
+#   0 = Simple
+#   1 = Detailed
+#   2 = APA
+#   3 = MLA
+list_format = 3
+
+# Optional featured image (relative to `static/img/` folder).
+[header]
+image = ""
+caption = ""
++++

+ 55 - 0
content/publication/compressive-lbic.md

@@ -0,0 +1,55 @@
++++
+title = "Compressive light beam induced current sensing for fast defect detection in photovoltaic cells"
+date = "2017-05-02"
+
+# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
+authors = ["Lei Quan", "Kai Xie", "Ruoyao Xi", "Yan Liu"]
+
+# Publication type.
+# Legend:
+# 0 = Uncategorized
+# 1 = Conference proceedings
+# 2 = Journal
+# 3 = Work in progress
+# 4 = Technical report
+# 5 = Book
+# 6 = Book chapter
+publication_types = ["2"]
+
+# Publication name and optional abbreviated version.
+publication = "In *Solar Energy*"
+publication_short = "In *Solar Energy*"
+
+# Abstract and optional shortened version.
+abstract = "In this paper, a fast and efficient defect location system utilizing compressive sensing is proposed for detecting defects in solar cells. It measures the total output of the sample solar cell under excitation of patterns displayed by a liquid crystal display. Then the defects are located compressively by solving a convex problem using a small number of photo-electric current measurements — far fewer than the total possible number of testing points. The feasibility of proposed method and its detection performance were evaluated. The experimental results indicate that a sparse distribution of defects can be compressively located using measurements whose number is about 30–60% of all possible testing points and that the detection speed can be increased by a factor of 10–15 while retaining a reasonable accuracy. An additional advantage of the proposed detection system is that no mechanical moving components or optical lens are used and thus no mechanical instabilities or optical distortions are introduced. This advantage in particular means that there is significant potential to further improve the detection speed since electrical measurements can be very fast. Overall, the proposed method has significant potential for improving the efficiency and speed of inspection and classification of industrial photovoltaic devices."
+
+# Featured image thumbnail (optional)
+image_preview = ""
+
+# Is this a selected publication? (true/false)
+selected = true
+
+# Projects (optional).
+#   Associate this publication with one or more of your projects.
+#   Simply enter the filename (excluding '.md') of your project file in `content/project/`.
+
+# Links (optional).
+url_poster = "https://www.sciencedirect.com/science/article/pii/S0038092X17303535"
+
+# Custom links (optional).
+#   Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
+
+# Does the content use math formatting?
+math = true
+
+# Does the content use source code highlighting?
+highlight = true
+
+# Featured image
+# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
+[header]
+image = "headers/clbic-system.jpg"
+caption = "System structure of the compressive light beam induced current detection system."
+
++++
+

+ 14 - 0
content/tags/academic/_index.md

@@ -0,0 +1,14 @@
++++
+title = "Content tagged as 'Academic'"
+date = "2017-01-01T00:00:00"
+math = false
+highlight = false
+
+# Optional featured image (relative to `static/img/` folder).
+[header]
+image = "headers/bubbles-wide.jpg"
+caption = ""
+
++++
+
+Here is a list of all the content that has been tagged as *academic*.

+ 14 - 0
static/files/citations/compressive-lbic.bib

@@ -0,0 +1,14 @@
+@article{QUAN2017345,
+title = "Compressive light beam induced current sensing for fast defect detection in photovoltaic cells",
+journal = "Solar Energy",
+volume = "150",
+number = "Supplement C",
+pages = "345 - 352",
+year = "2017",
+issn = "0038-092X",
+doi = "https://doi.org/10.1016/j.solener.2017.04.059",
+url = "http://www.sciencedirect.com/science/article/pii/S0038092X17303535",
+author = "Lei Quan and Kai Xie and Ruoyao Xi and Yan Liu",
+keywords = "Defect detection, Compressive sensing, Light beam induced current, Photovoltaic cells"
+}
+

BIN
static/img/boards.jpg


BIN
static/img/bubbles.jpg


BIN
static/img/headers/bubbles-wide.jpg


BIN
static/img/headers/clbic-system.jpg


BIN
static/img/headers/getting-started.png


BIN
static/img/icpc.png


BIN
static/img/portrait.jpg


+ 1 - 0
themes/academic

@@ -0,0 +1 @@
+Subproject commit 18080b113754b3044ad89eb68aaca37c4364ad20