starters: port Academic theme to Tailwind
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
---
|
||||
cms_exclude: true
|
||||
|
||||
# To publish author profile pages, remove all of the `_build` and `cascade` settings below.
|
||||
# To publish author profile pages, remove all the `_build` and `cascade` settings below.
|
||||
_build:
|
||||
render: never
|
||||
cascade:
|
||||
|
||||
@@ -16,56 +16,114 @@ status:
|
||||
# Is this the primary user of the site?
|
||||
superuser: true
|
||||
|
||||
# Highlight the author in author lists? (true/false)
|
||||
highlight_name: true
|
||||
|
||||
# Role/position/tagline
|
||||
role: Professor of Artificial Intelligence
|
||||
role: Chief Scientist
|
||||
|
||||
# Organizations/Affiliations to show in About widget
|
||||
# Organizations/Affiliations to display in Biography blox
|
||||
organizations:
|
||||
- name: Stanford University
|
||||
url: https://www.stanford.edu/
|
||||
- name: OpenAI
|
||||
url: https://openai.com/
|
||||
|
||||
# Short bio (displayed in user profile at end of posts)
|
||||
bio: My research interests include distributed robotics, mobile computing and programmable matter.
|
||||
# Social network links
|
||||
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
|
||||
profiles:
|
||||
- icon: at-symbol
|
||||
url: 'mailto:your-email@example.com'
|
||||
label: E-mail Me
|
||||
- icon: brands/x
|
||||
url: https://twitter.com/GetResearchDev
|
||||
- icon: brands/instagram
|
||||
url: https://www.instagram.com/
|
||||
- icon: brands/github
|
||||
url: https://github.com/gcushen
|
||||
- icon: brands/linkedin
|
||||
url: https://www.linkedin.com/
|
||||
- icon: academicons/google-scholar
|
||||
url: https://scholar.google.com/
|
||||
- icon: academicons/orcid
|
||||
url: https://orcid.org/
|
||||
|
||||
# Interests to show in About widget
|
||||
interests:
|
||||
- Artificial Intelligence
|
||||
- Computational Linguistics
|
||||
- Information Retrieval
|
||||
|
||||
# Education to show in About widget
|
||||
education:
|
||||
courses:
|
||||
- course: PhD in Artificial Intelligence
|
||||
institution: Stanford University
|
||||
year: 2012
|
||||
- course: MEng in Artificial Intelligence
|
||||
institution: Massachusetts Institute of Technology
|
||||
year: 2009
|
||||
- course: BSc in Artificial Intelligence
|
||||
institution: Massachusetts Institute of Technology
|
||||
year: 2008
|
||||
- area: PhD Artificial Intelligence
|
||||
institution: Stanford University
|
||||
date_start: 2016-01-01
|
||||
date_end: 2020-12-31
|
||||
summary: |
|
||||
Thesis on _Why LLMs are awesome_. Supervised by [Prof Joe Smith](https://example.com). Presented papers at 5 IEEE conferences with the contributions being published in 2 Springer journals.
|
||||
button:
|
||||
text: 'Read Thesis'
|
||||
url: 'https://example.com'
|
||||
- area: MEng Artificial Intelligence
|
||||
institution: Massachusetts Institute of Technology
|
||||
date_start: 2016-01-01
|
||||
date_end: 2020-12-31
|
||||
summary: |
|
||||
GPA: 3.8/4.0
|
||||
|
||||
Courses included:
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- area: BSc Artificial Intelligence
|
||||
institution: Massachusetts Institute of Technology
|
||||
date_start: 2016-01-01
|
||||
date_end: 2020-12-31
|
||||
summary: |
|
||||
GPA: 3.4/4.0
|
||||
|
||||
Courses included:
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
work:
|
||||
- position: Director of Cloud Infrastructure
|
||||
company_name: GenCoin
|
||||
company_url: ''
|
||||
company_logo: ''
|
||||
date_start: 2021-01-01
|
||||
date_end: ''
|
||||
summary: |2-
|
||||
Responsibilities include:
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- position: Backend Software Engineer
|
||||
company_name: X
|
||||
company_url: ''
|
||||
company_logo: ''
|
||||
date_start: 2016-01-01
|
||||
date_end: 2020-12-31
|
||||
summary: |
|
||||
Responsibilities include:
|
||||
- Migrated infrastructure to a new data center
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
|
||||
# Skills
|
||||
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
|
||||
# Add your own SVG icons to `assets/media/icons/`
|
||||
skills:
|
||||
- name: Technical
|
||||
- name: Technical Skills
|
||||
items:
|
||||
- name: Python
|
||||
description: ''
|
||||
percent: 80
|
||||
icon: python
|
||||
icon_pack: fab
|
||||
icon: code-bracket
|
||||
- name: Data Science
|
||||
description: ''
|
||||
percent: 100
|
||||
icon: chart-line
|
||||
icon_pack: fas
|
||||
icon: chart-bar
|
||||
- name: SQL
|
||||
description: ''
|
||||
percent: 40
|
||||
icon: database
|
||||
icon_pack: fas
|
||||
icon: circle-stack
|
||||
- name: Hobbies
|
||||
color: '#eeac02'
|
||||
color_border: '#f0bf23'
|
||||
@@ -73,52 +131,56 @@ skills:
|
||||
- name: Hiking
|
||||
description: ''
|
||||
percent: 60
|
||||
icon: person-hiking
|
||||
icon_pack: fas
|
||||
icon: person-simple-walk
|
||||
- name: Cats
|
||||
description: ''
|
||||
percent: 100
|
||||
icon: cat
|
||||
icon_pack: fas
|
||||
- name: Photography
|
||||
description: ''
|
||||
percent: 80
|
||||
icon: camera-retro
|
||||
icon_pack: fas
|
||||
icon: camera
|
||||
|
||||
# Social/Academic Networking
|
||||
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
|
||||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
|
||||
# form "mailto:your-email@example.com" or "/#contact" for contact widget.
|
||||
social:
|
||||
- icon: envelope
|
||||
icon_pack: fas
|
||||
link: '/#contact'
|
||||
- icon: twitter
|
||||
icon_pack: fab
|
||||
link: https://twitter.com/GeorgeCushen
|
||||
label: Follow me on Twitter
|
||||
display:
|
||||
header: true
|
||||
- icon: graduation-cap # Alternatively, use `google-scholar` icon from `ai` icon pack
|
||||
icon_pack: fas
|
||||
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
|
||||
- icon: github
|
||||
icon_pack: fab
|
||||
link: https://github.com/gcushen
|
||||
- icon: linkedin
|
||||
icon_pack: fab
|
||||
link: https://www.linkedin.com/
|
||||
# Link to a PDF of your resume/CV.
|
||||
# To use: copy your resume to `static/uploads/resume.pdf`, enable `ai` icons in `params.yaml`,
|
||||
# and uncomment the lines below.
|
||||
- icon: cv
|
||||
icon_pack: ai
|
||||
link: uploads/resume.pdf
|
||||
languages:
|
||||
- name: English
|
||||
percent: 100
|
||||
- name: Chinese
|
||||
percent: 75
|
||||
- name: Portuguese
|
||||
percent: 25
|
||||
|
||||
# Highlight the author in author lists? (true/false)
|
||||
highlight_name: true
|
||||
# Awards.
|
||||
# Add/remove as many awards below as you like.
|
||||
# Only `title`, `awarder`, and `date` are required.
|
||||
# Begin multi-line `summary` with YAML's `|` or `|2-` multi-line prefix and indent 2 spaces below.
|
||||
awards:
|
||||
- title: Neural Networks and Deep Learning
|
||||
url: https://www.coursera.org/learn/neural-networks-deep-learning
|
||||
date: '2023-11-25'
|
||||
awarder: Coursera
|
||||
icon: coursera
|
||||
summary: |
|
||||
I studied the foundational concept of neural networks and deep learning. By the end, I was familiar with the significant technological trends driving the rise of deep learning; build, train, and apply fully connected deep neural networks; implement efficient (vectorized) neural networks; identify key parameters in a neural network’s architecture; and apply deep learning to your own applications.
|
||||
- title: Blockchain Fundamentals
|
||||
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
|
||||
date: '2023-07-01'
|
||||
awarder: edX
|
||||
icon: edx
|
||||
summary: |
|
||||
Learned:
|
||||
- Synthesize your own blockchain solutions
|
||||
- Gain an in-depth understanding of the specific mechanics of Bitcoin
|
||||
- Understand Bitcoin’s real-life applications and learn how to attack and destroy Bitcoin, Ethereum, smart contracts and Dapps, and alternatives to Bitcoin’s Proof-of-Work consensus algorithm
|
||||
- title: 'Object-Oriented Programming in R'
|
||||
url: https://www.datacamp.com/courses/object-oriented-programming-with-s3-and-r6-in-r
|
||||
certificate_url: https://www.datacamp.com
|
||||
date: '2023-01-21'
|
||||
awarder: datacamp
|
||||
icon: datacamp
|
||||
summary: |
|
||||
Object-oriented programming (OOP) lets you specify relationships between functions and the objects that they can act on, helping you manage complexity in your code. This is an intermediate level course, providing an introduction to OOP, using the S3 and R6 systems. S3 is a great day-to-day R programming tool that simplifies some of the functions that you write. R6 is especially useful for industry-specific analyses, working with web APIs, and building GUIs.
|
||||
---
|
||||
|
||||
## About Me
|
||||
|
||||
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;"}
|
||||
|
||||
Reference in New Issue
Block a user