From 60d0c4005d8b2e9470028753aa3b6b8815023ea8 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 19 Oct 2023 01:35:48 +0100 Subject: [PATCH] starters(academic): use new Skills block --- starters/academic/content/_index.md | 20 +++---- .../academic/content/authors/admin/_index.md | 54 ++++++++++++++++--- 2 files changed, 53 insertions(+), 21 deletions(-) diff --git a/starters/academic/content/_index.md b/starters/academic/content/_index.md index a25b45a3..325a0102 100644 --- a/starters/academic/content/_index.md +++ b/starters/academic/content/_index.md @@ -42,22 +42,14 @@ sections: title: Biography # Choose a user profile to display (a folder name within `content/authors/`) username: admin - - block: features + - block: skills content: title: Skills - items: - - name: R - description: 90% - icon: r-project - icon_pack: fab - - name: Statistics - description: 100% - icon: chart-line - icon_pack: fas - - name: Photography - description: 10% - icon: camera-retro - icon_pack: fas + text: '' + # Choose a user to display skills from (a folder name within `content/authors/`) + username: admin + design: + columns: '1' - block: experience content: title: Experience diff --git a/starters/academic/content/authors/admin/_index.md b/starters/academic/content/authors/admin/_index.md index b968d6eb..bfc6f129 100644 --- a/starters/academic/content/authors/admin/_index.md +++ b/starters/academic/content/authors/admin/_index.md @@ -1,10 +1,13 @@ --- # Display name -title: Alice Wu 吳恩達 +title: 吳健雄 + +# Name pronunciation (optional) +name_pronunciation: Chien Shiung Wu # Full name (for SEO) -first_name: Alice -last_name: Wu +first_name: Shiung Wu +last_name: Chien # Status emoji status: @@ -43,6 +46,46 @@ education: institution: Massachusetts Institute of Technology year: 2008 +# Skills +# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons +skills: + - name: Technical + items: + - name: Python + description: '' + percent: 80 + icon: python + icon_pack: fab + - name: Data Science + description: '' + percent: 100 + icon: chart-line + icon_pack: fas + - name: SQL + description: '' + percent: 40 + icon: database + icon_pack: fas + - name: Hobbies + color: '#eeac02' + color_border: '#f0bf23' + items: + - name: Hiking + description: '' + percent: 60 + icon: person-hiking + icon_pack: fas + - name: Cats + description: '' + percent: 100 + icon: cat + icon_pack: fas + - name: Photography + description: '' + percent: 80 + icon: camera-retro + icon_pack: fas + # Social/Academic Networking # For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons # For an email link, use "fas" icon pack, "envelope" icon, and a link in the @@ -73,12 +116,9 @@ social: icon_pack: ai link: uploads/resume.pdf -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - # Highlight the author in author lists? (true/false) highlight_name: true --- -Alice Wu is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include distributed robotics, mobile computing and programmable matter. She leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. +Chien Shiung Wu is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include distributed robotics, mobile computing and programmable matter. She leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. {style="text-align: justify;"}