mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
starters: add Resume page to Portfolio
This commit is contained in:
parent
e04ccf7a25
commit
f79d022518
16 changed files with 208 additions and 28 deletions
15
starters/portfolio/assets/media/icons/brands/org-gc.svg
Normal file
15
starters/portfolio/assets/media/icons/brands/org-gc.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<svg width="56" height="56" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
|
||||
<g>
|
||||
<title>background</title>
|
||||
<rect fill="#fff" id="canvas_background" height="58" width="58" y="-1" x="-1"/>
|
||||
<g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
|
||||
<rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<path stroke="#000" id="svg_2" d="m0.5,28l11.78572,-23.57143l31.42857,0l11.78571,23.57143l-11.78571,23.57143l-31.42857,0l-11.78572,-23.57143z" stroke-width="2" fill="#fff"/>
|
||||
<text font-style="normal" font-weight="normal" xml:space="preserve" text-anchor="start" font-family="'Montserrat Black'" font-size="30" id="svg_1" y="38.75" x="5.30469" stroke-width="0" stroke="#000" fill="#000000">GC</text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 901 B |
15
starters/portfolio/assets/media/icons/brands/org-x.svg
Normal file
15
starters/portfolio/assets/media/icons/brands/org-x.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<svg width="56" height="56" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
|
||||
<g>
|
||||
<title>background</title>
|
||||
<rect fill="#fff" id="canvas_background" height="58" width="58" y="-1" x="-1"/>
|
||||
<g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
|
||||
<rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<path stroke="#000" id="svg_2" d="m0.5,28l11.78572,-23.57143l31.42857,0l11.78571,23.57143l-11.78571,23.57143l-31.42857,0l-11.78572,-23.57143z" stroke-width="2" fill="#fff"/>
|
||||
<text transform="matrix(1,0,0,1,0,0) " style="cursor: text;" font-style="normal" font-weight="normal" xml:space="preserve" text-anchor="start" font-family="'Montserrat Black'" font-size="30" id="svg_1" y="38.75" x="16.57031" stroke-width="0" stroke="#000" fill="#000000">X</text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 956 B |
|
@ -7,6 +7,6 @@ main:
|
|||
- name: Home
|
||||
url: /
|
||||
weight: 10
|
||||
- name: About
|
||||
- name: Resumé
|
||||
url: about/
|
||||
weight: 20
|
||||
|
|
|
@ -31,7 +31,7 @@ marketing:
|
|||
|
||||
header:
|
||||
navbar:
|
||||
enable: false
|
||||
enable: true
|
||||
align: r
|
||||
show_logo: false
|
||||
show_language: false
|
||||
|
@ -83,7 +83,7 @@ features:
|
|||
commento:
|
||||
url: ''
|
||||
search:
|
||||
provider: wowchemy
|
||||
provider: ''
|
||||
algolia:
|
||||
app_id: ''
|
||||
api_key: ''
|
||||
|
|
53
starters/portfolio/content/about/accomplishments.md
Normal file
53
starters/portfolio/content/about/accomplishments.md
Normal file
|
@ -0,0 +1,53 @@
|
|||
---
|
||||
# An instance of the Accomplishments widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: accomplishments
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 40
|
||||
|
||||
# Note: `­` is used to add a 'soft' hyphen in a long heading.
|
||||
title: 'Accomplish­ments'
|
||||
subtitle:
|
||||
|
||||
# Date format
|
||||
# Refer to https://wowchemy.com/docs/customization/#date-format
|
||||
date_format: Jan 2006
|
||||
|
||||
# Accomplishments.
|
||||
# Add/remove as many `item` blocks below as you like.
|
||||
# `title`, `organization`, and `date_start` are the required parameters.
|
||||
# Leave other parameters empty if not required.
|
||||
# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
|
||||
item:
|
||||
- certificate_url: https://www.coursera.org
|
||||
date_end: ""
|
||||
date_start: "2021-01-25"
|
||||
description: ""
|
||||
organization: Coursera
|
||||
organization_url: https://www.coursera.org
|
||||
title: Neural Networks and Deep Learning
|
||||
url: ""
|
||||
- certificate_url: https://www.edx.org
|
||||
date_end: ""
|
||||
date_start: "2021-01-01"
|
||||
description: Formulated informed blockchain models, hypotheses, and use cases.
|
||||
organization: edX
|
||||
organization_url: https://www.edx.org
|
||||
title: Blockchain Fundamentals
|
||||
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
|
||||
- certificate_url: https://www.datacamp.com
|
||||
date_end: "2020-12-21"
|
||||
date_start: "2020-07-01"
|
||||
description: ""
|
||||
organization: DataCamp
|
||||
organization_url: https://www.datacamp.com
|
||||
title: 'Object-Oriented Programming in R'
|
||||
url: ""
|
||||
|
||||
design:
|
||||
columns: '1'
|
||||
---
|
|
@ -7,9 +7,9 @@ widget: contact
|
|||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 20
|
||||
weight: 50
|
||||
|
||||
title:
|
||||
title: Get in touch
|
||||
subtitle:
|
||||
|
||||
content:
|
||||
|
|
48
starters/portfolio/content/about/education.md
Normal file
48
starters/portfolio/content/about/education.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
# An instance of the Experience widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: experience
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 30
|
||||
|
||||
title: Education
|
||||
subtitle:
|
||||
|
||||
# Date format for experience
|
||||
# Refer to https://wowchemy.com/docs/customization/#date-format
|
||||
date_format: Jan 2006
|
||||
|
||||
# Experiences.
|
||||
# Add/remove as many `experience` items below as you like.
|
||||
# Required fields are `title`, `company`, and `date_start`.
|
||||
# Leave `date_end` empty if it's your current employer.
|
||||
# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
|
||||
experience:
|
||||
- title: MEng Electronic Engineering
|
||||
company: University X
|
||||
company_url: ''
|
||||
company_logo: org-x
|
||||
location: California
|
||||
date_start: '2021-01-01'
|
||||
date_end: '2022-01-01'
|
||||
description: |2-
|
||||
* Dissertation on Y
|
||||
* Basketball team
|
||||
* DJ club
|
||||
|
||||
- title: BEng Electronic Engineering
|
||||
company: University X
|
||||
company_url: ''
|
||||
company_logo: org-x
|
||||
location: California
|
||||
date_start: '2016-01-01'
|
||||
date_end: '2020-12-31'
|
||||
description: My dissertation was on X
|
||||
|
||||
design:
|
||||
columns: '1'
|
||||
---
|
50
starters/portfolio/content/about/experience.md
Normal file
50
starters/portfolio/content/about/experience.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
# An instance of the Experience widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: experience
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 20
|
||||
|
||||
title: Experience
|
||||
subtitle:
|
||||
|
||||
# Date format for experience
|
||||
# Refer to https://wowchemy.com/docs/customization/#date-format
|
||||
date_format: Jan 2006
|
||||
|
||||
# Experiences.
|
||||
# Add/remove as many `experience` items below as you like.
|
||||
# Required fields are `title`, `company`, and `date_start`.
|
||||
# Leave `date_end` empty if it's your current employer.
|
||||
# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
|
||||
experience:
|
||||
- title: CEO
|
||||
company: GenCoin
|
||||
company_url: ''
|
||||
company_logo: org-gc
|
||||
location: California
|
||||
date_start: '2021-01-01'
|
||||
date_end: ''
|
||||
description: |2-
|
||||
Responsibilities include:
|
||||
|
||||
* Analysing
|
||||
* Modelling
|
||||
* Deploying
|
||||
|
||||
- title: Professor of Semiconductor Physics
|
||||
company: University X
|
||||
company_url: ''
|
||||
company_logo: org-x
|
||||
location: California
|
||||
date_start: '2016-01-01'
|
||||
date_end: '2020-12-31'
|
||||
description: Taught electronic engineering and researched semiconductor physics.
|
||||
|
||||
design:
|
||||
columns: '1'
|
||||
---
|
|
@ -70,3 +70,5 @@ social:
|
|||
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.
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
|
||||
|
||||
{{< icon name="download" pack="fas" >}} {{< staticref "uploads/resume.pdf" "newtab" >}}Download{{< /staticref >}} my resumé as a PDF.
|
||||
|
|
|
@ -22,4 +22,4 @@ author: admin
|
|||
👋 Hi, there! I'm **Alice**, a machine learning researcher at Netflix.
|
||||
{style="font-size: 1.2rem; background: #FFB76B; background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;"}
|
||||
|
||||
Check out my [CV](/about/) and portfolio below 😍
|
||||
Check out my [resumé](/about/) and portfolio below 😍
|
||||
|
|
BIN
starters/portfolio/static/uploads/resume.pdf
Normal file
BIN
starters/portfolio/static/uploads/resume.pdf
Normal file
Binary file not shown.
|
@ -1,14 +1,11 @@
|
|||
---
|
||||
title: Recent & Upcoming Events
|
||||
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view: 2
|
||||
# Listing view
|
||||
view: compact
|
||||
|
||||
# Optional header image (relative to `static/media/` folder).
|
||||
header:
|
||||
caption: ""
|
||||
image: ""
|
||||
# Optional header image (relative to `assets/media/` folder).
|
||||
banner:
|
||||
caption: ''
|
||||
image: ''
|
||||
---
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
---
|
||||
title: Latest News
|
||||
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view: 2
|
||||
# Listing view
|
||||
view: compact
|
||||
|
||||
# Optional header image (relative to `static/media/` folder).
|
||||
header:
|
||||
caption: ""
|
||||
image: ""
|
||||
# Optional banner image (relative to `assets/media/` folder).
|
||||
banner:
|
||||
caption: ''
|
||||
image: ''
|
||||
---
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
---
|
||||
title: Publications
|
||||
view: 4
|
||||
|
||||
header:
|
||||
caption: ""
|
||||
image: ""
|
||||
# Listing view
|
||||
view: citation
|
||||
|
||||
# Optional banner image (relative to `assets/media/` folder).
|
||||
banner:
|
||||
caption: ''
|
||||
image: ''
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue