mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
starters(acadmic): migrate to v2 block system
This commit is contained in:
parent
41418661b6
commit
0a571f7dbe
21 changed files with 300 additions and 619 deletions
284
starters/academic/content/_index.md
Normal file
284
starters/academic/content/_index.md
Normal file
|
@ -0,0 +1,284 @@
|
|||
---
|
||||
# Leave the homepage title empty to use the site title
|
||||
title:
|
||||
date: 2022-10-24
|
||||
type: landing
|
||||
|
||||
sections:
|
||||
- block: hero
|
||||
content:
|
||||
title: Hugo Academic Theme
|
||||
image:
|
||||
filename: hero-academic.png
|
||||
cta:
|
||||
label: '**Get Started**'
|
||||
url: https://wowchemy.com/templates/
|
||||
cta_alt:
|
||||
label: Ask a question
|
||||
url: https://discord.gg/z8wNYzb
|
||||
cta_note:
|
||||
label: >-
|
||||
<div style="text-shadow: none;"><a class="github-button" href="https://github.com/wowchemy/wowchemy-hugo-themes" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star Wowchemy Website Builder</a></div><div style="text-shadow: none;"><a class="github-button" href="https://github.com/wowchemy/starter-hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star the Academic template</a></div>
|
||||
text: |-
|
||||
**Generated by Wowchemy - the FREE, Hugo-based open source website builder trusted by 500,000+ sites.**
|
||||
|
||||
**Easily build anything with blocks - no-code required!**
|
||||
|
||||
From landing pages, second brains, and courses to academic resumés, conferences, and tech blogs.
|
||||
|
||||
<!--Custom spacing-->
|
||||
<div class="mb-3"></div>
|
||||
<!--GitHub Button JS-->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
design:
|
||||
background:
|
||||
gradient_end: '#1976d2'
|
||||
gradient_start: '#004ba0'
|
||||
text_color_light: true
|
||||
- block: about.avatar
|
||||
id: about
|
||||
content:
|
||||
# Choose a user profile to display (a folder name within `content/authors/`)
|
||||
username: admin
|
||||
# Override your bio text from `authors/admin/_index.md`?
|
||||
text:
|
||||
- block: features
|
||||
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
|
||||
- block: experience
|
||||
content:
|
||||
title: Experience
|
||||
# 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.
|
||||
items:
|
||||
- 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: '2'
|
||||
- block: accomplishments
|
||||
content:
|
||||
# Note: `­` is used to add a 'soft' hyphen in a long heading.
|
||||
title: 'Accomplish­ments'
|
||||
subtitle:
|
||||
# Date format: 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.
|
||||
items:
|
||||
- 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: '2'
|
||||
- block: collection
|
||||
id: posts
|
||||
content:
|
||||
title: Recent Posts
|
||||
subtitle: ''
|
||||
text: ''
|
||||
# Choose how many pages you would like to display (0 = all pages)
|
||||
count: 5
|
||||
# Filter on criteria
|
||||
filters:
|
||||
folders:
|
||||
- post
|
||||
author: ""
|
||||
category: ""
|
||||
tag: ""
|
||||
exclude_featured: false
|
||||
exclude_future: false
|
||||
exclude_past: false
|
||||
publication_type: ""
|
||||
# Choose how many pages you would like to offset by
|
||||
offset: 0
|
||||
# Page order: descending (desc) or ascending (asc) date.
|
||||
order: desc
|
||||
design:
|
||||
# Choose a layout view
|
||||
view: compact
|
||||
columns: '2'
|
||||
- block: portfolio
|
||||
id: projects
|
||||
content:
|
||||
title: Projects
|
||||
filters:
|
||||
folders:
|
||||
- project
|
||||
# Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
|
||||
default_button_index: 0
|
||||
# Filter toolbar (optional).
|
||||
# Add or remove as many filters (`filter_button` instances) as you like.
|
||||
# To show all items, set `tag` to "*".
|
||||
# To filter by a specific tag, set `tag` to an existing tag name.
|
||||
# To remove the toolbar, delete the entire `filter_button` block.
|
||||
buttons:
|
||||
- name: All
|
||||
tag: '*'
|
||||
- name: Deep Learning
|
||||
tag: Deep Learning
|
||||
- name: Other
|
||||
tag: Demo
|
||||
design:
|
||||
# Choose how many columns the section has. Valid values: '1' or '2'.
|
||||
columns: '1'
|
||||
view: showcase
|
||||
# For Showcase view, flip alternate rows?
|
||||
flip_alt_rows: false
|
||||
- block: markdown
|
||||
content:
|
||||
title: Gallery
|
||||
subtitle: ''
|
||||
text: |-
|
||||
{{< gallery album="demo" >}}
|
||||
design:
|
||||
columns: '1'
|
||||
- block: collection
|
||||
id: featured
|
||||
content:
|
||||
title: Featured Publications
|
||||
filters:
|
||||
folders:
|
||||
- publication
|
||||
featured_only: true
|
||||
design:
|
||||
columns: '2'
|
||||
view: card
|
||||
- block: collection
|
||||
content:
|
||||
title: Recent Publications
|
||||
text: |-
|
||||
{{% callout note %}}
|
||||
Quickly discover relevant content by [filtering publications](./publication/).
|
||||
{{% /callout %}}
|
||||
filters:
|
||||
folders:
|
||||
- publication
|
||||
exclude_featured: true
|
||||
design:
|
||||
columns: '2'
|
||||
view: citation
|
||||
- block: collection
|
||||
id: talks
|
||||
content:
|
||||
title: Recent & Upcoming Talks
|
||||
filters:
|
||||
folders:
|
||||
- event
|
||||
design:
|
||||
columns: '2'
|
||||
view: compact
|
||||
- block: tag_cloud
|
||||
content:
|
||||
title: Popular Topics
|
||||
design:
|
||||
columns: '2'
|
||||
- block: contact
|
||||
id: contact
|
||||
content:
|
||||
title: Contact
|
||||
subtitle:
|
||||
text: |-
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam mi diam, venenatis ut magna et, vehicula efficitur enim.
|
||||
# Contact (add or remove contact options as necessary)
|
||||
email: test@example.org
|
||||
phone: 888 888 88 88
|
||||
appointment_url: 'https://calendly.com'
|
||||
address:
|
||||
street: 450 Serra Mall
|
||||
city: Stanford
|
||||
region: CA
|
||||
postcode: '94305'
|
||||
country: United States
|
||||
country_code: US
|
||||
directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
|
||||
office_hours:
|
||||
- 'Monday 10:00 to 13:00'
|
||||
- 'Wednesday 09:00 to 10:00'
|
||||
contact_links:
|
||||
- icon: twitter
|
||||
icon_pack: fab
|
||||
name: DM Me
|
||||
link: 'https://twitter.com/Twitter'
|
||||
- icon: skype
|
||||
icon_pack: fab
|
||||
name: Skype Me
|
||||
link: 'skype:echo123?call'
|
||||
- icon: video
|
||||
icon_pack: fas
|
||||
name: Zoom Me
|
||||
link: 'https://zoom.com'
|
||||
# Automatically link email and phone or display as text?
|
||||
autolink: true
|
||||
# Email form provider
|
||||
form:
|
||||
provider: netlify
|
||||
formspree:
|
||||
id:
|
||||
netlify:
|
||||
# Enable CAPTCHA challenge to reduce spam?
|
||||
captcha: false
|
||||
design:
|
||||
columns: '2'
|
||||
---
|
|
@ -1,10 +1,14 @@
|
|||
---
|
||||
# Display name
|
||||
title: Alice Bighetti 吳恩達
|
||||
title: Alice Wu 吳恩達
|
||||
|
||||
# Full name (for SEO)
|
||||
first_name: Alice
|
||||
last_name: Bighetti
|
||||
last_name: Wu
|
||||
|
||||
# Status emoji
|
||||
status:
|
||||
icon: ☕️
|
||||
|
||||
# Is this the primary user of the site?
|
||||
superuser: true
|
||||
|
@ -62,13 +66,12 @@ social:
|
|||
- 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
|
||||
# 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
|
||||
|
||||
# Enter email to display Gravatar (if Gravatar enabled in Config)
|
||||
email: ''
|
||||
|
@ -77,8 +80,5 @@ email: ''
|
|||
highlight_name: true
|
||||
---
|
||||
|
||||
Alice Bighetti 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" >}} Download my {{< staticref "uploads/demo_resume.pdf" "newtab" >}}resumé{{< /staticref >}}.
|
||||
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.
|
||||
{style="text-align: justify;"}
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
# An instance of the About widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: about
|
||||
|
||||
# Activate this widget? true/false
|
||||
active: true
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 20
|
||||
|
||||
title: Biography
|
||||
|
||||
# Choose the user profile to display
|
||||
# This should be the username (folder name) of a profile in your `content/authors/` folder.
|
||||
# See https://wowchemy.com/docs/get-started/#introduce-yourself
|
||||
author: admin
|
||||
---
|
||||
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
---
|
||||
# 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: 50
|
||||
|
||||
# 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: '2'
|
||||
---
|
|
@ -1,57 +0,0 @@
|
|||
---
|
||||
# An instance of the Contact widget.
|
||||
widget: contact
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 130
|
||||
|
||||
title: Contact
|
||||
subtitle:
|
||||
|
||||
content:
|
||||
# Automatically link email and phone or display as text?
|
||||
autolink: true
|
||||
|
||||
# Email form provider
|
||||
form:
|
||||
provider: netlify
|
||||
formspree:
|
||||
id:
|
||||
netlify:
|
||||
# Enable CAPTCHA challenge to reduce spam?
|
||||
captcha: false
|
||||
|
||||
# Contact details (edit or remove options as required)
|
||||
email: test@example.org
|
||||
phone: 888 888 88 88
|
||||
address:
|
||||
street: 450 Serra Mall
|
||||
city: Stanford
|
||||
region: CA
|
||||
postcode: '94305'
|
||||
country: United States
|
||||
country_code: US
|
||||
coordinates:
|
||||
latitude: '37.4275'
|
||||
longitude: '-122.1697'
|
||||
directions: Enter Building 1 and take the stairs to Office 200 on Floor 2
|
||||
office_hours:
|
||||
- 'Monday 10:00 to 13:00'
|
||||
- 'Wednesday 09:00 to 10:00'
|
||||
appointment_url: 'https://calendly.com'
|
||||
contact_links:
|
||||
- icon: twitter
|
||||
icon_pack: fab
|
||||
name: DM Me
|
||||
link: 'https://twitter.com/Twitter'
|
||||
- icon: video
|
||||
icon_pack: fas
|
||||
name: Zoom Me
|
||||
link: 'https://zoom.com'
|
||||
|
||||
design:
|
||||
columns: '2'
|
||||
---
|
|
@ -1,34 +0,0 @@
|
|||
---
|
||||
widget: hero
|
||||
headless: true
|
||||
weight: 10
|
||||
title: Hugo Academic Theme
|
||||
hero_media: hero-academic.png
|
||||
cta:
|
||||
label: '**Get Started**'
|
||||
url: https://wowchemy.com/templates/
|
||||
cta_alt:
|
||||
label: Ask a question
|
||||
url: https://discord.gg/z8wNYzb
|
||||
cta_note:
|
||||
label: >-
|
||||
<div style="text-shadow: none;"><a class="github-button" href="https://github.com/wowchemy/wowchemy-hugo-themes" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star Wowchemy Website Builder</a></div><div style="text-shadow: none;"><a class="github-button" href="https://github.com/wowchemy/starter-hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star">Star the Academic template</a></div>
|
||||
design:
|
||||
background:
|
||||
gradient_end: '#1976d2'
|
||||
gradient_start: '#004ba0'
|
||||
text_color_light: true
|
||||
# advanced:
|
||||
# css_class: fullscreen
|
||||
---
|
||||
|
||||
**Generated by Wowchemy - the FREE, Hugo-based open source website builder trusted by 500,000+ sites.**
|
||||
|
||||
**Easily build anything with blocks - no-code required!**
|
||||
|
||||
From landing pages, second brains, and courses to academic resumés, conferences, and tech blogs.
|
||||
|
||||
<!--Custom spacing-->
|
||||
<div class="mb-3"></div>
|
||||
<!--GitHub Button JS-->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
@ -1,86 +0,0 @@
|
|||
+++
|
||||
# A Demo section created with the Blank widget.
|
||||
# Any elements can be added in the body: https://wowchemy.com/docs/writing-markdown-latex/
|
||||
# Add more sections by duplicating this file and customizing to your requirements.
|
||||
|
||||
widget = "markdown" # See https://wowchemy.com/docs/page-builder/
|
||||
headless = true # This file represents a page section.
|
||||
active = false # Activate this widget? true/false
|
||||
weight = 15 # Order that this section will appear.
|
||||
|
||||
title = "Academic Template"
|
||||
subtitle = ""
|
||||
|
||||
[design]
|
||||
# Choose how many columns the section has. Valid values: 1 or 2.
|
||||
columns = "1"
|
||||
|
||||
[design.background]
|
||||
# Apply a background color, gradient, or image.
|
||||
# Uncomment (by removing `#`) an option to apply it.
|
||||
# Choose a light or dark text color by setting `text_color_light`.
|
||||
# Any HTML color name or Hex value is valid.
|
||||
|
||||
# Background color.
|
||||
# color = "navy"
|
||||
|
||||
# Background gradient.
|
||||
gradient_start = "DarkGreen"
|
||||
gradient_end = "ForestGreen"
|
||||
|
||||
# Background image.
|
||||
# image = "image.jpg" # Name of image in `static/media/`.
|
||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||
# image_size = "cover" # Options are `cover` (default), `contain`, or `actual` size.
|
||||
# image_position = "center" # Options include `left`, `center` (default), or `right`.
|
||||
# image_parallax = true # Use a fun parallax-like fixed background effect? true/false
|
||||
|
||||
# Text color (true=light or false=dark).
|
||||
text_color_light = true
|
||||
|
||||
[design.spacing]
|
||||
# Customize the section spacing. Order is top, right, bottom, left.
|
||||
padding = ["20px", "0", "20px", "0"]
|
||||
|
||||
[advanced]
|
||||
# Custom CSS.
|
||||
css_style = ""
|
||||
|
||||
# CSS class.
|
||||
css_class = ""
|
||||
+++
|
||||
|
||||
## 👋 Welcome to the Academic Template
|
||||
|
||||
The Wowchemy **Academic Resumé Template** for Hugo empowers you to create your job-winning online resumé and showcase your academic publications.
|
||||
|
||||
[Check out the latest demo](https://academic-demo.netlify.app) of what you'll get in less than 10 minutes, or [view the showcase](https://wowchemy.com/user-stories/).
|
||||
|
||||
[**Wowchemy**](https://wowchemy.com) makes it easy to create a beautiful website for free. Edit your site in Markdown, Jupyter, or RStudio (via Blogdown), generate it with Hugo, and deploy with GitHub or Netlify. Customize anything on your site with widgets, themes, and language packs.
|
||||
|
||||
- 👉 [**Get Started**](https://wowchemy.com/docs/install/)
|
||||
- 📚 [View the **documentation**](https://wowchemy.com/docs/)
|
||||
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query)
|
||||
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-themes/issues)
|
||||
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/update/) and [Release Notes](https://wowchemy.com/updates/)
|
||||
|
||||
## Crowd-funded open-source software
|
||||
|
||||
To help us develop this template and software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
|
||||
|
||||
### [❤️ Click here to unlock rewards with sponsorship](https://wowchemy.com/plans/)
|
||||
|
||||
## You're looking at a Wowchemy _widget_
|
||||
|
||||
{{% callout note %}}
|
||||
This homepage section is an example of adding [elements](https://wowchemy.com/docs/content/writing-markdown-latex/) to the [_Blank_ widget](https://wowchemy.com/docs/widget/).
|
||||
|
||||
Backgrounds can be applied to any section. Here, the _background_ option is set give a _color gradient_.
|
||||
|
||||
**To remove this section, delete `content/home/demo.md`.**
|
||||
{{% /callout %}}
|
||||
|
||||
## Get inspired
|
||||
|
||||
[Check out the Markdown files](https://github.com/wowchemy/starter-academic/tree/master/exampleSite) which power the [Academic Demo](https://academic-demo.netlify.app), or [view the showcase](https://wowchemy.com/user-stories/).
|
|
@ -1,50 +0,0 @@
|
|||
---
|
||||
# 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: 40
|
||||
|
||||
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: '2'
|
||||
---
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
# An instance of the Featured widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: collection
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 80
|
||||
|
||||
title: Featured Publications
|
||||
subtitle: ''
|
||||
|
||||
content:
|
||||
# Page type to display. E.g. post, talk, publication...
|
||||
page_type: publication
|
||||
# Choose how many pages you would like to display (0 = all pages)
|
||||
count: 0
|
||||
# Filter on criteria
|
||||
filters:
|
||||
featured_only: true
|
||||
author: ''
|
||||
category: ''
|
||||
publication_type: ''
|
||||
tag: ''
|
||||
# Page order: descending (desc) or ascending (asc) date.
|
||||
order: desc
|
||||
|
||||
design:
|
||||
# Choose a view for the listings:
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
# 4 = Citation (publication only)
|
||||
view: 3
|
||||
---
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
# An instance of the Blank widget with a Gallery page element.
|
||||
# Documentation: https://wowchemy.com/docs/getting-started/page-builder/
|
||||
widget: markdown
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 66
|
||||
|
||||
title: Gallery
|
||||
subtitle:
|
||||
|
||||
design:
|
||||
columns: '1'
|
||||
---
|
||||
|
||||
{{< gallery album="demo" >}}
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
# Homepage
|
||||
type: widget_page
|
||||
|
||||
# Homepage is headless, other widget pages are not.
|
||||
headless: true
|
||||
---
|
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
# An instance of the Pages widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: collection
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 60
|
||||
|
||||
title: Recent Posts
|
||||
subtitle:
|
||||
|
||||
content:
|
||||
# Filter on criteria
|
||||
filters:
|
||||
folders:
|
||||
- post
|
||||
tag: ''
|
||||
category: ''
|
||||
publication_type: ''
|
||||
author: ''
|
||||
exclude_featured: false
|
||||
exclude_future: false
|
||||
exclude_past: false
|
||||
# Choose how many pages you would like to display (0 = all pages)
|
||||
count: 5
|
||||
# Choose how many pages you would like to offset by
|
||||
offset: 0
|
||||
# Page order: descending (desc) or ascending (asc) date.
|
||||
order: desc
|
||||
|
||||
design:
|
||||
# Choose a view for the listings:
|
||||
view: compact
|
||||
columns: '2'
|
||||
---
|
|
@ -1,48 +0,0 @@
|
|||
---
|
||||
# An instance of the Portfolio widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: portfolio
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 65
|
||||
|
||||
title: Projects
|
||||
subtitle: ''
|
||||
|
||||
content:
|
||||
# Page type to display. E.g. project.
|
||||
page_type: project
|
||||
|
||||
# Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
|
||||
filter_default: 0
|
||||
|
||||
# Filter toolbar (optional).
|
||||
# Add or remove as many filters (`filter_button` instances) as you like.
|
||||
# To show all items, set `tag` to "*".
|
||||
# To filter by a specific tag, set `tag` to an existing tag name.
|
||||
# To remove the toolbar, delete the entire `filter_button` block.
|
||||
filter_button:
|
||||
- name: All
|
||||
tag: '*'
|
||||
- name: Deep Learning
|
||||
tag: Deep Learning
|
||||
- name: Other
|
||||
tag: Demo
|
||||
|
||||
design:
|
||||
# Choose how many columns the section has. Valid values: '1' or '2'.
|
||||
columns: '1'
|
||||
|
||||
# Toggle between the various page layout types.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
# 5 = Showcase
|
||||
view: showcase
|
||||
|
||||
# For Showcase view, flip alternate rows?
|
||||
flip_alt_rows: false
|
||||
---
|
|
@ -1,41 +0,0 @@
|
|||
---
|
||||
# An instance of the Pages widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: collection
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 90
|
||||
|
||||
title: Recent Publications
|
||||
subtitle: ''
|
||||
|
||||
content:
|
||||
# Filter on criteria
|
||||
filters:
|
||||
folders:
|
||||
- publication
|
||||
tag: ''
|
||||
category: ''
|
||||
publication_type: ''
|
||||
author: ''
|
||||
exclude_featured: false
|
||||
exclude_future: false
|
||||
exclude_past: false
|
||||
# Choose how many pages you would like to display (0 = all pages)
|
||||
count: 0
|
||||
# Choose how many pages you would like to offset by
|
||||
offset: 0
|
||||
# Page order: descending (desc) or ascending (asc) date.
|
||||
order: desc
|
||||
design:
|
||||
# Choose a view for the listings:
|
||||
view: citation
|
||||
columns: '2'
|
||||
---
|
||||
|
||||
{{% callout note %}}
|
||||
Quickly discover relevant content by [filtering publications](./publication/).
|
||||
{{% /callout %}}
|
|
@ -1,45 +0,0 @@
|
|||
---
|
||||
# An instance of the Featurette widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: features
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 30
|
||||
|
||||
title: Skills
|
||||
subtitle:
|
||||
|
||||
# Showcase personal skills or business features.
|
||||
# - Add/remove as many `feature` blocks below as you like.
|
||||
# - For available icons, see: https://wowchemy.com/docs/page-builder/#icons
|
||||
feature:
|
||||
- description: 90%
|
||||
icon: r-project
|
||||
icon_pack: fab
|
||||
name: R
|
||||
- description: 100%
|
||||
icon: chart-line
|
||||
icon_pack: fas
|
||||
name: Statistics
|
||||
- description: 10%
|
||||
icon: camera-retro
|
||||
icon_pack: fas
|
||||
name: Photography
|
||||
# Uncomment to use emoji icons.
|
||||
#- icon: ":smile:"
|
||||
# icon_pack: "emoji"
|
||||
# name: "Emojiness"
|
||||
# description: "100%"
|
||||
|
||||
# Uncomment to use custom SVG icons.
|
||||
# Place your custom SVG icon in `assets/media/icons/`.
|
||||
# Reference the SVG icon name (without `.svg` extension) in the `icon` field.
|
||||
# For example, reference `assets/media/icons/xyz.svg` as `icon: 'xyz'`
|
||||
#- icon: "your-custom-icon-name"
|
||||
# icon_pack: "custom"
|
||||
# name: "Surfing"
|
||||
# description: "90%"
|
||||
---
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
# An instance of the Tag Cloud widget.
|
||||
# Docs: https://wowchemy.com/docs/page-builder/
|
||||
widget: tag_cloud
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 120
|
||||
|
||||
title: Popular Topics
|
||||
subtitle: ''
|
||||
|
||||
content:
|
||||
# Choose the taxonomy from `config.toml` to display (e.g. tags, categories)
|
||||
taxonomy: tags
|
||||
# Choose how many tags you would like to display (0 = all tags)
|
||||
count: 20
|
||||
design:
|
||||
# Minimum and maximum font sizes (1.0 = 100%).
|
||||
font_size_min: 0.7
|
||||
font_size_max: 2.0
|
||||
---
|
|
@ -1,41 +0,0 @@
|
|||
---
|
||||
# An instance of the Pages widget.
|
||||
# Documentation: https://wowchemy.com/docs/page-builder/
|
||||
widget: collection
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 70
|
||||
|
||||
title: 'Recent & Upcoming Talks'
|
||||
subtitle:
|
||||
|
||||
content:
|
||||
# Page type to display. E.g. post, event, publication...
|
||||
page_type: event
|
||||
# Choose how many pages you would like to display (0 = all pages)
|
||||
count: 5
|
||||
# Filter on criteria
|
||||
filters:
|
||||
author: ''
|
||||
category: ''
|
||||
tag: ''
|
||||
exclude_featured: false
|
||||
exclude_future: false
|
||||
exclude_past: false
|
||||
publication_type: ''
|
||||
# Choose how many pages you would like to offset by
|
||||
offset: 0
|
||||
# Page order: descending (desc) or ascending (asc) date.
|
||||
order: desc
|
||||
|
||||
design:
|
||||
# Choose a view for the listings:
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
# 4 = Citation (publication only)
|
||||
view: 2
|
||||
---
|
|
@ -2,7 +2,7 @@
|
|||
title: External Project
|
||||
summary: An example of linking directly to an external project website using `external_link`.
|
||||
tags:
|
||||
- Demo
|
||||
- Demo
|
||||
date: "2016-04-27T00:00:00Z"
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
|
|
|
@ -6,5 +6,5 @@ require (
|
|||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221002163318-39a618761acc // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221127211734-41418661b6fc
|
||||
)
|
||||
|
|
BIN
starters/academic/static/uploads/resume.pdf
Normal file
BIN
starters/academic/static/uploads/resume.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue