mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
starters(academic): use new Skills block
This commit is contained in:
parent
28f1686c65
commit
60d0c4005d
2 changed files with 53 additions and 21 deletions
|
@ -42,22 +42,14 @@ sections:
|
||||||
title: Biography
|
title: Biography
|
||||||
# Choose a user profile to display (a folder name within `content/authors/`)
|
# Choose a user profile to display (a folder name within `content/authors/`)
|
||||||
username: admin
|
username: admin
|
||||||
- block: features
|
- block: skills
|
||||||
content:
|
content:
|
||||||
title: Skills
|
title: Skills
|
||||||
items:
|
text: ''
|
||||||
- name: R
|
# Choose a user to display skills from (a folder name within `content/authors/`)
|
||||||
description: 90%
|
username: admin
|
||||||
icon: r-project
|
design:
|
||||||
icon_pack: fab
|
columns: '1'
|
||||||
- name: Statistics
|
|
||||||
description: 100%
|
|
||||||
icon: chart-line
|
|
||||||
icon_pack: fas
|
|
||||||
- name: Photography
|
|
||||||
description: 10%
|
|
||||||
icon: camera-retro
|
|
||||||
icon_pack: fas
|
|
||||||
- block: experience
|
- block: experience
|
||||||
content:
|
content:
|
||||||
title: Experience
|
title: Experience
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
---
|
---
|
||||||
# Display name
|
# Display name
|
||||||
title: Alice Wu 吳恩達
|
title: 吳健雄
|
||||||
|
|
||||||
|
# Name pronunciation (optional)
|
||||||
|
name_pronunciation: Chien Shiung Wu
|
||||||
|
|
||||||
# Full name (for SEO)
|
# Full name (for SEO)
|
||||||
first_name: Alice
|
first_name: Shiung Wu
|
||||||
last_name: Wu
|
last_name: Chien
|
||||||
|
|
||||||
# Status emoji
|
# Status emoji
|
||||||
status:
|
status:
|
||||||
|
@ -43,6 +46,46 @@ education:
|
||||||
institution: Massachusetts Institute of Technology
|
institution: Massachusetts Institute of Technology
|
||||||
year: 2008
|
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
|
# Social/Academic Networking
|
||||||
# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons
|
# 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
|
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
|
||||||
|
@ -73,12 +116,9 @@ social:
|
||||||
icon_pack: ai
|
icon_pack: ai
|
||||||
link: uploads/resume.pdf
|
link: uploads/resume.pdf
|
||||||
|
|
||||||
# Enter email to display Gravatar (if Gravatar enabled in Config)
|
|
||||||
email: ''
|
|
||||||
|
|
||||||
# Highlight the author in author lists? (true/false)
|
# Highlight the author in author lists? (true/false)
|
||||||
highlight_name: true
|
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;"}
|
{style="text-align: justify;"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue