mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50: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
|
||||
# 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
|
||||
|
|
|
@ -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;"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue